/*
Theme Name: The Warickshire Pet Hotel
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold 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: 2.04
Author: Beanwebs
Author URI: https://www.beanwebs.co.uk
Template: enfold
*/



/*100% iframe*/
.streetview-fullwidth {
    width: 100vw;
    height: 650px; /* adjust as needed */

    /* Break out of WordPress content width */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.streetview-fullwidth iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}



/*button-rounded-corners*/
body div .avia-button { border-radius: 10px; border: none !

important; }


/*image drop shadow*/
.avia_image  {
-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.89);
-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.89);
box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.89);
}

.en-image-shadow {
box-shadow: 4px 4px 5px  rgba(50, 50, 50, 0.89) !important;
}


/* Footer Align text */
#footer .widgettitle {
  text-align: center !important;
}

/*main menu text colours on scroll*/

#top #header.header-scrolled .av-main-nav > li > a .avia-menu-text {
    color: #878787;
}

#top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
    color: #ffffff;
}


/*image drop shadow*/
.box-shadow {
-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.89);
-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.89);
box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.89);
}


/*separator icon size*/
.av-seperator-icon {
height: 100px;
width: 100px;
line-height: 100px;
font-size: 60px;
border-radius: 500px;
}


/* menu size */
.main_menu ul:first-child>li>a {
font-size: 22px;

}

/*header telephone size and colour scrolled*/
.header_color .phone-info { font-size: 20px;
 }
/*
.main_menu ul:first-child>li>a {
font-size: 20px;
}
*/

.header-scrolled .phone-info, .header-scrolled .phone-info a {
    color: #666666 !important;
}
/* no table border */
td {border-width: 0px !important; }
}

/* testimonial name sub title from */

.avia-testimonial-subtitle .avia-testimonial_inner {
font-size: 50px !important;
}




/*Mobile to top of page button*/
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
  display: block !important;
}
}
#scroll-top-link {
    background-color: #5b646b;
}

/*adjust socket line height*/
.copyright {
	line-height: 1.5em !important;
}
.container {width:90%;} .container .av-content-small.units {width:70%; }
			
			  .responsive .boxed#top , .responsive.html_boxed.html_header_sticky #header, 
			  .responsive.html_boxed.html_header_transparency #header{ width: 1310px; max-width:90%; }
			  .responsive .container{ max-width: 1310px; }
			