/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.vp-portfolio__item-img img {
    height: 100% !important;
}

ul#menu-main-menu li {
    padding: 14px;
}
nav ul li {
    padding: 14px !important;
}
body {
	margin:0 0 0 0 !important;
}
.fl-module-content.fl-node-content.fl-theme-builder-header-shrink-module-bottom.fl-theme-builder-header-shrink-module-top {
    margin: 20px;
}



/*Responsive_css*/

@media (max-width: 993px){
	.current_work_sections .fl-col {
        width: 50% !important;
    }
    .g-recaptcha > div {
        max-width: 100%;
    }
    ul.sub-menu {
        background-color: #ededed !important;
        margin-top: 18px !important;
    }
    .width_100 {
    	width:100%;
    }

}

@media (min-width: 320px) and (max-width: 600px){
    .current_work_sections .fl-col {
        width: 100% !important;
        max-width: 100% !important;
    }
}