@charset 'utf-8';
/*
 Theme Name:   Gardis Child
 Theme URI:    http://gardis.ancorathemes.com/
 Description:  Gardis - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     gardis
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  gardis
*/



/* =Theme customization starts here
-------------------------------------------------------------- */
 .bt-grid .vc_gitem-post-data-source-post_excerpt{
	display:none !important;
}

.scheme_dark .sc_layouts_title_caption{
	    font-weight: 800 !important;
    text-shadow: 0px 1px 1px white !important;
}
.breadcrumbs a{
    color: white !important;
	font-weight:600;
}

.breadcrumbs .breadcrumbs_delimiter:before{
	    color: white !important;
}

.breadcrumbs .current{
		    color: white !important;
	font-weight:800;
}


/*Contact Form on Home Hero have a very big bottom margin on mobile devices. Removing that! */
.wpb_content_element.bt-contact-form-home{
	margin-bottom:0!important;
}

@media only screen and (max-width: 480px) {
	.wpb_content_element.bt-contact-form-home{
		max-width:90%!important;
	}
}



