/*
Theme Name: Child Cameo
Theme URI: http://promo-theme.com/cameo-wp/
Author: Promo Theme
Author URI: http://promo-theme.com/
Description: To help photographers, bloggers we have created Cameo Theme. Beautiful design will help make your site better. Customization allows to customize any element of the website under you. Adaptation to any device, retina ready, universal blocks – all this will make your website the best among your competitors. We’ve done absolutely clean code for you.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cameo
Template: cameo

*/

@font-face {
    font-family: "Gogol";
    src: url("./fonts/Gogol.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.banner .iconfont-wave {
    display: none;
}

.footer .logo a {
    font-family: "Gogol";
}

.social-footer {
    text-decoration: none;
    display: block;
}
.decor-col:after, .decor-col:before, .decor-col > div:after, .decor-col > div:before{
	display:none;
}
.button-style1:after, .button-style1:before, .button-style1 span:after, .button-style1 span:before{
	display:none;
}
.decor-col {
	margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.decor-col > div, .decor-col > .page {
	    margin: 0 !important;
	   padding: 0 !important;
    width: 100%;
    max-width: 100%;
}
.fw-container{
	    width: 100% !important;
    padding: 0 !important;
}
/* .fw-col-xs-12{
	    padding: 30px 15px 15px 30px;
} */
.blog-items .fw-col-xs-12{
	padding: 30px 15px 15px 30px;
}
.fw-page-builder-content>.fw-main-row{
	max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
#main_banner{
	max-width: 100%;
	margin:0;
}
.post-template-default.single.single-post .decor-col{
	    max-width: 1400px;
    width: 100%;
    margin: 0 auto !important;
    display: block;
}
body.home .fw-main-row>.fw-container>.heading-decor{
	display:none;
}
.home .header-space{
	display:none;
}
.home .header.sample-header{
	background: none;
	    padding: 0 25px;
}
.home .navigation > ul > li > a{
	    color: white;
}
.home .iconfont2-magnifying-glass:before{
	color: white;
}
@media screen and (max-width: 992px){
	.home .navigation > ul > li > a{
		color:black;
	}
}
.home .header.fixed.sample-header{
	background: white;
}

.home .header.fixed .navigation > ul > li > a{
		color:black;
	}

.home .header.fixed .iconfont2-magnifying-glass:before{
	color: black;
}