/*
Theme Name: Virtue – Premium Child
Author: Moff Interactive
Author URI: http://www.moff.com/
Template: virtue_premium
Version: 3.0.8
*/

/* HEADER STYLES */
.kad-header-left {
	width:14%!important;
	padding-right:0px;
}
.kad-header-right {
	width:86%!important;
	padding-left: 0px;
}
#kad-shrinkheader {
background-color: rgba(255, 255, 255, 0.9)!important;
}
.sticky-wrapper .kad-header-style-three .nav-main .sf-menu>li>ul {
    top: 58% !important;
}
.sticky-wrapper.is-sticky .kad-header-style-three .nav-main .sf-menu>li>ul {
    top: 66% !important;
}
/* END HEADER */


/* HOME PAGE STYLES */
.home-widget-box {
text-align: center;
}
.home .entry-content p {
	white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/* END HOME PAGE */

@media (max-width: 1199px) {
.kad-header-style-three #nav-main ul.sf-menu>li>a {
    margin: 0;
    padding: 0 10px;
}
}

@media (max-width: 991px) {
.kad-header-left {
	width:100%!important;
	padding-right:0px;
}
.kad-header-right {
	width:100%!important;
	padding-left: 0px;
}
.g-recaptcha {
	margin-left: -10px;	
}
}