/*
 Theme Name:   Tilt Child
 Theme URI:    http://whitecollars.co/tilt
 Description:  Tilt Child theme
 Author:       John Doe
 Author URI:   http://themeforest.net/user/TheWhiteCollars
 Template:     tilt
 Version:      14
 License:      Envato Marketplaces Split Licence
 License URI:  Envato Marketplace Item License Certificate
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  tilt-child
*/
h3 {
 font-size: 1.1rem !important;
 color: #78da30 !important;
}
.footer-sidebar {
    background-color: #00642d !important;
}
.pre-content {
    height: 50px !important;
}
.breadcrumbs-path {
 display:none !important;
}
#site-header #header-wrapper.header-sticked {
    background-color: rgba( 255,255,255, 1) !important
}
.fb-page span iframe[style] { width: 100% !important; }

@media only screen and (max-width:768px){
	.whatsapp-movil{
		display:inline;
	}
	.whatsapp-web{
		display:none;
	}
}

@media only screen and (min-width:768px){
	.whatsapp-movil{
		display:none;
	}
	.whatsapp-web{
		display:inline;
	}
}
