/*---------------------------------
////Single Post CSS
-----------------------------------*/

.wp-block-list li {
    margin-bottom: 7px;
}
.post-content h2 {
	margin-top: 1.3em;
}
.oh-note {
    background: #EFEFEF;
    padding: 10px 20px 10px 20px;
    border-left: 4px solid #2E86C1;
}
.oh-tip {
    background: #EFEFEF;
    padding: 10px 20px 10px 20px;
    border-left: 4px solid #28A745;
}
.oh-warning {
    background: #EFEFEF;
    padding: 10px 20px 10px 20px;
    border-left: 4px solid #D9534F;
}
.single-title-bar {
    background: #f7f7f7;
    padding: 10px 0;
}
.oh-post-item {
	margin: 40px 0 50px;
}
.oh-breadcrumb {
    font-size: 15px;
    margin-bottom: 10px;
}
.oh-breadcrumb img {
    width: 5px;
    margin: 0 7px 0 10px;
}
.post-thumbnail-image img {
    margin: 0 auto 20px;
    display: block;
}
.heateor_sss_sharing_container {
    margin: 50px 0;
} 
.oh-comments {
    margin: 0 auto 50px;
}
.oh-comments .comment-form label {
    display: inherit;
}
.oh-comments .comment-form-url,
.oh-comments .comment-form-cookies-consent {
	display: none;
}
.oh-comments p {
    margin: 0 0 0.50em;
}
.oh-comments input[type=submit] {
    background: #273B2F;
    border: none;
    padding: 8px 10px;
    margin-top: 8px;
    cursor: pointer;
    color: #ffffff;
}
.oh-related-posts {
    margin-bottom: 50px;
}
.oh-related-posts .rel-post-title {
    margin-bottom: 30px;
}
.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 5px 15px 0 0 !important;
}

/*-------------------------------------------------------------
///Product Reviews CSS
--------------------------------------------------------------*/

.single-reviews .post-content img {
    display: block;
    margin: 0 auto;
}
.single-reviews .post-content a {
    display: block;
    text-align: center;
    background: #273B2F;
    width: 250px;
    margin: 50px auto;
    padding: 8px;
	color: #ffffff;
}

/*-------------------------------------------------------------
///Media Queries CSS
--------------------------------------------------------------*/

@media( max-width: 450px ) {
	.oh-comments textarea#comment {
		max-width: 310px;
	}
}

@media ( max-width: 767px ) {

}

@media ( min-width: 768px ) {
	.post-item-inner {
		display: grid;
		grid-template-columns: 60% 35%;
		grid-column-gap: 5%;
	}
}