body{
color:#383838;
}

.gform_wrapper .gform_page_footer{
clear: both;
}

.inline-search{
display: inline-block;
height: 20px;
}

.inline-search input{
background:none;
border-bottom: 1px dotted #f94c3f;
box-shadow: none;
-webkit-box-shadow:none;
padding: 3px 7px;
}

.page-id-10464 .content_wrapper img {
-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.75);
}

#Header .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{
font-weight: 800;
font-size: 18px;
}

table#hours td{
padding: 5px;
border: none;
}

.widget > h4, .widget > h3 {
padding-left: 0;
background: none!important;
}

.menu-item a[href='#']{
cursor: default;
}

.offer-slider img.scale-with-grid {
max-width: 100%;
height: auto;
max-height: 267px;
width: auto;
}

ul.checklist li{
margin: 0px 0px 10px -10px;
list-style-type: none;
}

ul.checklist li:before {    
font-family: 'FontAwesome';
content: '\f046';
color: #f00;
margin: 0 10px 0px 0px;
}

#mfn-slider .dark .swiper-desc {
text-shadow: 0px 0px 14px rgba(0, 0, 0, 1);
font-weight: 300;
}

#mfn-slider .dark .swiper-title{
font-weight: 800;
text-shadow: 0px 0px 14px rgba(0, 0, 0, 1);
color: #f94c3f;
}

#mfn-slider .dark.swiper-slide-visible .swiper-background:after{
content:'';
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
background-color:rgba(0,0,0,0.5);
z-index: 1;
}

#mfn-slider .dark.swiper-slide-visible .vertical-align-middle{
z-index: 2;
}

.offer .offer_wrapper .owl-item .image .image_wrapper {
padding: 0 50px 78px;
text-align: center;
}

li.facebook{
background-color: #3B5998;
}

li.twitter{
background-color: #4099FF;
}

li.pinterest{
background-color: #cb2027;
}

.social li.facebook a, .social li.twitter a, .social li.pinterest a {
color: #FFFFFF !important;
}

.gform_wrapper input[type="text"]{
margin-bottom: 0px;
}

/* Readers Advisory */
#menu-readers-advisory li {
	margin-left: 10px;
}

#menu-readers-advisory a {
	text-decoration: underline;
}

#menu-readers-advisory li ul li a {
	text-decoration: none;
}

/* Home photo scroller */
.photobanner-container {
    width: 100%;
    overflow: hidden;
    /* margin: 50px auto; */
}

.photobanner {
    height: 233px;
    width: 3550px;
    /* margin-bottom: 80px; */
}

.photobanner img{height: 233px!important;margin: 0 2.5px;}

.first {
    -webkit-animation: bannermove 30s linear infinite;
       -moz-animation: bannermove 30s linear infinite;
        -ms-animation: bannermove 30s linear infinite;
         -o-animation: bannermove 30s linear infinite;
            animation: bannermove 30s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -1702px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -1702px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -1702px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -1702px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -1702px;
 }
 
}

#Header .menu > li > a{
padding:0 23px;
}

span.wpcf7-form-control-wrap{
margin-right: 20px;
}

.services-highlight{
padding:10px;
text-align: center;
}

.services-highlight:hover{
background-color: #f94c3f;
color: #fff;
}

.services-highlight:hover a{
text-decoration: none;
}

.responsive-menu-text{
display: none;
}

@media only screen and (max-width: 1239px) and (min-width: 960px){
#Wrapper #Header .menu > li > a {
padding: 0 16px!important;
}
}

@media only screen and (max-width: 767px) {
	#Wrapper #Header .addons {
	    display: block;
	}
	#Wrapper #Header .addons #searchform {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	
	#Wrapper #Header .addons #searchform input[type="text"] {
	    width: calc(100% - 60px);
	}
	
	#Wrapper #Header .addons .language {
		display: none;
	}
	
	#Wrapper #Header a.responsive-menu-toggle {
    	top: 135px;
    }
}