/**

* Theme Name: Gutez Child

* Description: This is a child theme of Gutez, generated by Merlin WP.

* Author: <a href="http://themeforest.net/user/themesflat">Themes Flat</a>

* Template: gutez

* Version: 2.2

*/


.main-header, .sticky-header {
	padding: 25px 0px !important;
}

.right-sec .header__icon-group #search
 {
	  padding-right: 0px !important;
    margin-right: 0px !important; 
     border-right: none !important; 
}

@media (min-width: 992px) {
    footer .footer-content .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
		text-align: center !important;
    }
}

@media (min-width: 768px) {
    footer .footer-content .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
		text-align: center !important;
    }
	
	footer .footer-content .footer-col.-about p {
		text-align: center !important;
	}
}

@media (max-width: 768px) {
    footer .footer-content .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
		text-align: center !important;
    }
	
	footer .footer-content .footer-col.-about p {
		text-align: center !important;
	}
	
	.main-header, .sticky-header {
	padding: 15px 0px !important;
}
}

#post-share {
	display: none !important;
}

.mobile-nav-toggler {
	display: none !important;
}