@charset "UTF-8";
/* CSS Document */

#body-container {margin-bottom:30px !important;}

.page-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


 #header-landing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

	#header-landing + #main {
		padding-top: 0;
	}

#header-landing {
        /*position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);*/
		/*border-bottom: 1px solid #eee;*/
	padding-bottom: 10px;
    padding-top: 5px;
	margin-bottom:20px;
}
#header-landing .land-logo {
    text-align:center;	
	height: 95px;
    padding: 9px; 
}
#header-landing .land-logo img {
    height:100% !important;
    width:auto !important;
   max-width: inherit !important;
}	


ul.heateor_sss_follow_ul>li>i {
    background: #000 !important;
}

#header-landing .title-widget {
    display: none !important;
}
.claim-landing{
	color: #111; 
	line-height: 1.3; 
	display: inline-block;	
}


@media( min-width: 768px){
	#header-landing {
		justify-content: space-between;
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*form*/
.nf-form-fields-required {
    text-align: center;
    color: #aaa;
}


/*footer*/
#footer .wf-container-footer {
    padding-top: 50px;
    padding-bottom: 15px;
	border: 0;
} 
#footer .wf-container > .widget {
    width: 100%;
}


@media (min-width:576px) {   			
    #header-landing .land-claim {
        text-align:right;			
    }
}
@media (max-width:575px) {    
	
    #header-landing>div {
        padding-bottom: 4px;
        padding-top: 4px;
        text-align: center;
    }
	#header-landing .land-social { 
		display:none;
	}

	#header-landing .land-logo {
		height: 85px !important;
		width: 30%;
		text-align: left;
	}
	#header-landing .land-claim {
		width: 70%;		
		text-align: right;
	}

}


/*icone fontawesome*/
/*.fa {    
    font-weight: 600;
}*/
[class*="fa-"] {
    font-family: FontAwesome;
}

