/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.heading-grid-listing h4 {
    margin: 0;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 12px !important;
}
.archive.tax-danh-muc-san-pham .archive-img, .archive.tax-danh-muc-dich-vu .archive-img, .archive.tax-danh-muc .archive-img, span.nav-content {
    display: none;
}
.has-transparent-header .page-header {
    padding: 90px 0 20px 0;
}
.listing-h2, .listing-h2 h2 {
    margin-bottom: 0 !important;
}

.hsection-color h2, .hsection-color h3, .hsection-color h4 {
    color: #ffffff;
}
#footer-widgets .footer-box .widget-title, #footer-widgets .footer-box a {
	color: #222;
}
footer#footer {
    border-top: 2px solid #00683a;
}
.blog-entry-inner .thumbnail img {
    width: 100%;
}

#main #content-wrap {
    padding-top: 10px;
}

.single-post.content-max-width #main #content-wrap {width: 1200px;}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {max-width: 290px;}
.yarpp.yarpp-related.yarpp-related-website.yarpp-template-thumbnails h3 {margin: 0;}

/* @media only screen and (min-width: 768px) {
#site-header {
	position: fixed !important;
	transition: background-color .15s ease-in;}
} */
	
/* @media only screen and (min-width: 320px) {
	#site-header {position: fixed !important; transition: background-color 15s ease-in;}
} */

@media only screen and (max-width: 480px) {
	#site-header.transparent-header {height: 70px !important;}
}