/*
Theme Name: Drivers Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Drivers Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 3.0 (7.0)
Author: LCDSGN
Author URI: http://www.luigicircello.it
Template: drivers
*/

/* Custom CSS Rules
#top #wrap_all .av-social-link-instagram a:hover { background-color:#e4405f !important; color: #ffffff !important; }
#top .sub-menu .current-menu-item a {background-color:#c3512f !important; color:#ffffff !important;}
#top .sub-menu .current-menu-item a:hover {background-color:inherit !important; color:inherit !important;}
#top .sub-menu a:hover {background-color:#c3512f !important; color:#ffffff !important;}
#first-heading, .first-heading {text-shadow: 3px 3px 5px rgba(30, 23, 17, 0.88);}
.avia-menu, .copyright {text-transform:uppercase;}
.avia_message_box_content {text-transform:none !important;font-weight:lighter!important;}
.avia_message_box_content span {font-style: italic !important;}
.avia-button-fullwidth {border-radius:0px !important;}
.av-masonry-entry-title {text-shadow: 1px 1px 1px #222;font-weight:lighter!important;}
.datepicker.datepicker-dropdown.dropdown-menu { z-index: 999 !important; }
.av-milestone-date {color:#bfb7ac !important;}
.giustificato {text-align: justify !important;}
.pienalarghezza {width: 100% !important;}
.allterms {display: none !important;} */


/* Desktop Styles */
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ }

/* Mobile Styles */
@media only screen and (max-width: 767px) {
	.responsive #scroll-top-link { display: block !important; }
	.avia-caption-title em { color: #ffffff !important; }
}
@media only screen and (max-width: 1024px) { 
	.sidebar, .content { border: none !important; box-shadow: none !important; }
}
@media print { 
	#header, #footer, #socket { display: none !important; }
}
