/**
* 8.0 Media Queries
* ----------------------------------------------------------------------------
*/

@media only screen and (max-width: 1200px) {
    .header-contact {
        margin: 0;
    }
    .header-top-center {
        display: none;
    }
    .mobile-navigation, .menu-toggle {
       width: auto;
    }
    .mobile-navigation .menu-toggle {
        padding: 0 5px;
        font-size: 0;
    }
	.header-top {
		padding: 10px 0;
	}
}
@media only screen and (max-width: 979px) { 
    .header-contact {
        display: block;
    }
}
@media only screen and (max-width: 767px) { 
    .topbar-inner, .header-top-container {
        display: block;
        text-align: center;
    }
    .header-top-container {
        display: flex;
    }
    .topbar-left {
        margin-bottom: 10px;
    }
    .topbar-left, .topbar-right {        
        justify-content: center;
    }
	.testmonial-image {
		margin-left: 0;
	}
}
@media only screen and (max-width: 479px) { 
    .topbar-left, .topbar-right {
        display: block;
    }
    .header-contact span {        
        font-size: 16px;
    }
    .topbar-left {
        margin-bottom: 0;
    }
    .topbar-right {
        display: none;
    }
    .woocommerce span.onsale::after, .woocommerce-page span.onsale::after {
        border-right: none;
        border-bottom: none;
        margin-top: 0;
    }
}
@media only screen and (max-width: 379px) {     
    .mobile-navigation .menu-toggle {
        padding: 0 10px;
        line-height: 0;
    }
    .mobile-navigation, .topbar-link, .header-search {        
        padding: 0 1px;
    }
}