/*
 Theme Name:   EBP
 Theme URI:    http://www.boostdigital.co.uk/
 Author:       Philip Horne
 Author URI:   http://www.boostdigital.co.uk/
 Description:  fully responsive theme for EBP.
 Version:      1.0.0
 Text Domain:  EBP
*/

html { font-family: sans-serif; -webkit-text-size-adjust: 100%;  -ms-text-size-adjust: 100%; height:100%; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { overflow-x: hidden; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
b, strong { font-weight: bold; }
small { font-size: 100%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -.5em; }
sub { bottom: -.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none; }
fieldset { padding: .35em .625em .75em;  margin: 0 2px;  border: 1px solid #c0c0c0; }
legend { padding: 0; border: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-spacing: 0; border-collapse: collapse; }
td, th { padding: 0; }
.clr { clear:left; height:0; }
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, .accessibility hr { position: absolute; top: -9999em; left: -9999em; background: none; border: 0; clear: both; display: none; float: none; font-size: 0; margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; border: none; }

@font-face {
    font-family: 'robotomedium';
	src: local('(*%$@#@'),
    src: url('/wp-content/themes/gf/fonts/Roboto-Medium-webfont.eot');
    src: url('/wp-content/themes/gf/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/gf/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('/wp-content/themes/gf/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('/wp-content/themes/gf/fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
	font-family: 'robotolight';
	src: local('(*%$@#@'),
    src: url('/wp-content/themes/gf/fonts/Roboto-Light-webfont.eot');
    src: url('/wp-content/themes/gf/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/gf/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('/wp-content/themes/gf/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('/wp-content/themes/gf/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal; font-style: normal;
}
h1, h2, h3, h4, h5, h6, .bbblogtitle { font-weight:normal; font-family: "robotomedium", Arial, Helvetica, sans-serif; }
h1, h1 a {	
	font-size:32px;
	color:#414525;
	margin:15px 0 8px 0;
	font-weight:normal; }

h2, h2 a {	font-weight:bold;
	font-size:28px;
	color:#bccc2e;
	margin-bottom:15px;
 }

h3, h3 a {	font-weight:bold;
	font-size:22px;
	color:#bccc2e;
}

h4, h4 a {	font-weight:bold;
	font-size:20px;
	line-height:1.6;
	margin:0 0 10px;
	color:#414525;
}

h5, h5 a {
	color:#666;
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px;
}

p {
	padding-bottom:15px
}

a {
	color:#bccc2e;
	text-decoration:underline;
}

a:hover {
    color:#bccc2e;
	text-decoration:underline;
}


body { font-family: Arial, Helvetica, sans-serif; color: #666; font-size: 15px; background:#fff; line-height:1.6; }
.clr { clear:left; }
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr { position: absolute; top: -9999em; left: -9999em; background: none; border: 0; clear: both; display: none; float: none; font-size: 0; margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; border: none; }

/* header */
.wrapper, .landing-wrapper { padding:0; margin: 0px auto; }
#top {  width: 100%; position: relative; }
.flt { float:left; }
#linkedin, #twit { background:url(/wp-content/themes/gf/img/social.png) no-repeat; }


.wrapper { width:1200px; } /*Original 962px*/
.landing-wrapper {width:738px;}

/* Content */
#top { padding: 0; }
#logo { margin-left:auto; margin-right:auto; width: 400px; padding-top:0;}
#logo img { width:400px; height:auto; border:none; }
#topnav { float:right; height: 18px; margin-right: 3px; display: none; }
#headerzone {  width: 216px; margin: 15px 0 0 0; right:35px; position:absolute;}
.header1 { width:100%; }
#headerzone .textwidget { font-size: 14px; line-height: 20px; text-align: right;}
#headerzone .textwidget  img {padding-top:2px;}
#navbk { width:100%; border:none; background:#ddd;}

#cookie-notice {max-height:30px;}

.wrapper, #logo, #nav img, .box, #contact, .bbox, .bbbox, #footer, #mainimage, #left, #content, .inbox, .btitle, #secnav, #lccbox { 
transition: none; 
    -o-transition: none;
    -moz-transition: none; 
    -webkit-transition: none;
	  }

#hometext { width:932px; padding: 14px 15px; }

/* Page Content */
#mainimage img { max-width:962px; height:auto; }
#ptitle {  width:944px; margin: -70px 0 0 18px; font-size: 48px; line-height: 48px; }
#ptitle H1 { font-size: 48px; line-height: 48px; }
#left { width: 295px; margin: 0 25px 0 0; }
#content { width: 642px; margin: 10px 0 0 0; font-size:14px; }
#content img { max-width: 642px; }
#content p { padding: 10px 0; }
#content h1, .page-header h1 { font-size: 36px; line-height: 36px; }
#content h1 { margin: 0 0 10px 0; }
.secondary-header { font-size: 18px; }
#hs_cos_wrapper_section_header { line-height: 30px;}


/*								*/

.widget-title { font-size: 20px; line-height: 22px; width: 295px; margin: 10px 0; }
#archives-2 .widget-title { width: auto; }
.cat_title { font-size: 24px; line-height: 24px; margin: 0 0 20px 0; }
.author_title { font-size: 18px; line-height: 20px; margin: 0 0 0 0; width: 188px; }
.author_av { margin: 0 10px 0 0; width: 96px; }
.author_des  { font-size: 14px; line-height: 14px; margin: 0 0 0 0; width: 188px; }
.blognav { font-size: 14px; line-height:18px; width: 295px; }

.tmenu ul { list-style:none; padding:0;margin:0;line-height:normal;direction:ltr;}
.tmenu li { float:right; display:block; }
.tmenu li a { margin:0 8px 0 0; color:#333; font-size:12px; }
.headerzone {  }

#secnav { font-size: 20px; line-height:22px; width: 295px; }

#secnav li, .blognav li { margin: 5px 18px; padding: 5px 0px; width: 259px; }


.comments-area ol { margin: 10px 20px; }
.comment-form-url input, .comment-form-email input, .comment-form-author input { width: 300px; margin: 5px 0px; }
#comment { width: 300px; }
.form-submit input { width: 120px; }

#footer  { width:100%; font-size:12px; font-family: "roboto;light", Arial, Helvetica, sans-serif; padding:25px 0 40px 0; margin: 0px; color:#888; } 
#bnav { width:450px; }

#footer a { color:#bccc2e; text-decoration:underline; }
#footer a:hover { color:#bccc2e; text-decoration:none; }
#footer p {  margin-bottom: 10px; padding: 0px; }
#footer h4 { color:#bccc2e; font-size:20px; padding:0 0 10px 0; }
.fcol1, .fcol2, .fcol3, .fcol4 { width: 25% !important; float:left; }


.vdesk { margin: 10px auto; width:200px; text-align:center; display:none; }
.vmob { margin: 10px auto; width:200px; text-align:center; display:none; }
.vdesk a, .vmob a { text-decoration:none; color:#686868; }

#submit { padding: 5px 10px; color: #fff; font-family: "robotolight", Arial, Helvetica, sans-serif; background:#F28E2C; border:none; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; cursor: pointer; margin-top:10px; }
#commentform label, .form-submit, .form-allowed-tags { clear:both; float:left; }
#commentform input, #commentform textarea { border:#b3b0ad solid 1px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; padding: 2px 5px; clear:both; float:left; }
.form-allowed-tags { display:none; }


#cookienote-container { width: 800px; line-height: 30px; padding: 0; }
#cookienote-container button { line-height: 30px; }
#cookienote-container { color: #ffffff; font-family: Arial, sans-serif; position: relative; margin: 0 auto; font-size: 11px; }
#cookienote-container span { padding:0; margin:0; }
#cookienote-container button { padding: 0 0 0 20px; font-size: 11px; color: #bccc2e; border: 0; cursor: pointer; background-color: transparent; margin:0; font-weight:bold; }
#cookienote-container  a { color: #bccc2e; text-decoration:none; }

/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm ul{position:absolute;top:-999999px;width:100px; }
ul.sm li{position:relative;float:left;}
ul.sm a{position:relative;display:block;white-space:nowrap;}
ul.sm a.disabled{cursor:default;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
ul.sm,ul.sm *,ul.sm *:before,ul.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}

.sm-simple ul { border:none; -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2); box-shadow:0 1px 1px rgba(0,0,0,0.2); }

.sm-simple a { 
                padding:15px 35px;
				margin:0 10px;
                color:#777;
                font-size:15px;
				font-weight:bold;
                line-height:18px;
                text-decoration:none;
                -webkit-background-clip: padding-box; /* for Safari */
				background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.menu-item-23{
                border:none;
}

.menu-item-30 a{
                
}


.sm-simple ul a { color:#ffffff; font-size:14px; line-height:16px; padding:10px 15px;}
/* Menu items
===================*/
.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted { background:#dddddd; color:#222; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-simple a.current, .sm-simple a.current:hover, .sm-simple a.current:focus, .sm-simple a.current:active { background:#555; color:#F3B562; }
.sm-simple a.has-submenu { }
.sm-simple ul a.has-submenu, .sm-simple-vertical a.has-submenu { padding-right:23px; }
/* Sub menu indicators
===================*/
.sm-simple a span.sub-arrow { position:absolute; right:12px; top:50%; margin-top:-8px; width:16px; height:16px; line-height:16px; }
.sm-simple ul a span.sub-arrow, .sm-simple-vertical a span.sub-arrow { right:auto; margin-left:-14px; }
/* Sub menu indicators
===================*/
.sm-simple a span.sub-arrow { position:absolute; right:12px; top:50%; margin-top:-8px; width:16px; height:16px; line-height:16px; display:none;}
.sm-simple ul a span.sub-arrow, .sm-simple-vertical a span.sub-arrow { right:auto; margin-left:-14px; }
/* Items separators
===================*/
.sm-simple li { border-left:none; }
.sm-simple li:first-child {  }
.sm-simple ul li, .sm-simple-vertical li { border-left:1px solid #f3f3f3; border-top:1px solid #f3f3f3; border-right:1px solid #f3f3f3;}
.menu-item-103, .menu-item-305, .menu-item-780 {border-bottom:1px solid #f3f3f3;}
.sm-simple ul li:first-child, .sm-simple-vertical li:first-child { border-top:0;}

/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/
.sm-simple span.scroll-up, .sm-simple span.scroll-down { position:absolute; display:none; visibility:hidden; overflow:hidden;  border:solid #bbb; border-width:1px 0; background:#fff; height:22px;}
.sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow { position:absolute; top:-2px; left:50%;margin-left:-8px;width:0; height:0; overflow:hidden; border-width:8px; /* tweak size of the arrow */ border-style:dashed dashed solid dashed; border-color:transparent transparent #555 transparent; }
.sm-simple span.scroll-down-arrow { top:6px; border-style:solid dashed dashed dashed; border-color:#555 transparent transparent transparent; }


#main-menu { position:relative; z-index:9999; }
#main-menu ul { width:12em; }
#menu-button { display:none; border:1px solid #bbb; padding:5px 20px 5px 10px; margin:6px 0 6px 0; background:#FFF; font-weight:bold; }
#menu-button:before { content:'Menu -'; }
#menu-button.collapsed:before { content:'Menu +'; }

.current_page_item a { background:#bccc2e; }
.current_page_item ul li a { background:#333333; }
#menu-footer-nav .current_page_item a { background:none; }

#back-top-wrapper { position: fixed; right: 20px; bottom: 20px; overflow: hidden; z-index: 999; display: none; width: 50px; height: 50px; }
#back-top-wrapper span { display: block;  color: #bbb; text-align: center; text-decoration: none; text-transform: uppercase; font: 11px/100% Arial, Helvetica, sans-serif; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: block; margin-bottom: 7px; width: 50px; height: 50px; background: #bccc2e url(/wp-content/themes/gf/images/up-arrow.png) no-repeat center center; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; }
#back-top-wrapper span:hover { background: #CCC url(/wp-content/themes/gf/images/up-arrow.png) no-repeat center center; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; }

#pagecontent { width: 70%; margin:20px 0 20px 0; }
#right { width: 30%; margin:42px 0 0 5px;  padding-left: 10px; border-left: 1px solid #cec9c7;}

/* formatting for your site */

#blank-cta-template img { max-width: 305px; height:auto; }
ul {
	padding-left:50px;
	padding-bottom:25px;
}

.RecentPostsHome a {
    color: #f3b562;
    display: block;
    font-size: 22px;
    margin: 20px 0 4px 0;
}

.fcol1 ul, .fcol2 ul, .fcol3 ul, .fcol4 ul { list-style-image:none; text-transform: uppercase; list-style:none; padding:0; margin:0; font-size:14px; color: #fff; }
.fcol1 ul li, .fcol2 ul li, .fcol3 ul li, .fcol4 ul li  { margin: 8px 0; }
.fcol2 ul li, .fcol3 ul li  { line-height: 20px; padding: 0 0 0 28px; }
.ficon { margin:0 0 0 -28px; display:block; width:20px; height:20px; float:left; }
.ftwiter { background:url(/wp-content/themes/gf/images/social-icons.png) no-repeat; background-position: 0 0; }
.ffbook { background:url(/wp-content/themes/gf/images/social-icons.png) no-repeat; background-position: 0 -21px; }
.flinked { background:url(/wp-content/themes/gf/images/social-icons.png) no-repeat; background-position: 0 -42px; }
.fgplus { background:url(/wp-content/themes/gf/images/social-icons.png) no-repeat; background-position: 0 -63px; }
.fhome { background:url(/wp-content/themes/gf/images/social-icons.png) no-repeat; background-position: 0 -126px; }
.ftel { background:url(/wp-content/themes/gf/images/social-icons.png) no-repeat; background-position: 0 -84px; }
.femail { background:url(/wp-content/themes/gf/images/social-icons.png) no-repeat; background-position: 0 -105px; }

.FooterRight {float:right; margin-left:20px;}

.fyt { background:url(/wp-content/themes/gf/images/youtube.png)}

body .h1-text-box {
    margin-bottom:10px;
}

.wpb_heading, .widgettitle {
	font-weight:300px;
	font-size:20px;
	line-height:30px;
	color:#555;
	margin-bottom:0px;
	padding:5px 5px 5px 10px;
	font-weight:300;
	background:#dddddd;
	max-width:265px;
}
.widget_recent_entries ul { list-style:none; margin:0; padding: 0; font-family: "robotomedium", Arial, Helvetica, sans-serif; }
.widget_categories ul { list-style:none; margin:0; padding: 0; font-family: "robotomedium", Arial, Helvetica, sans-serif; }

/* Blog Page */

.post {
    color: #222222;
    display: block;
    font: 13px/1.5 Helvetica,Arial,FreeSans,sans-serif;
    height: auto;
    padding: 15px;
}

.hentry {
border-bottom:1px dashed #333;
}


.alignleft {float:left; margin:0 10px 10px 0;}
.alignright {float:right; margin:0 0 10px 10px;}

.navigation .alignleft {width:45%; float:left;}
.navigation .alignright {width:45%; float:right; text-align:right;}


#recent-posts-2 {
	margin:0 0 20px 0;
}

.vc_col-sm-4 {
    width: 33.3333%;
}

.wpcf7-form {max-width:80%;}

.wpcf7-text, .wpcf7-textarea {
	width:90%;
	padding:5px;
	background:#eee;
	border:0px none;
}

.wpcf7-captchar {
	width:60%;
}

.wpcf7-submit {
	width:100px;
	color:#fff;
	background:#777;
	border:0;
	padding:5px 0;
	margin-top:10px;
}

.wpcf7-submit:hover {
	background:#151515;
} 

.ImgLarge, article .image a img, .wp-post-image   {max-width:640px; height:auto;}
.ImgLeft {max-width:280px; height:auto; float:left; padding:0 15px 15px 0;}

article h3 {font-size:18px;}
article small {display: block; padding-bottom: 5px;}

.navigation {display:block; width:100%; height:25px; border-bottom: 1px dashed #333; padding: 15px 0;}

ol {
    display: block;
    list-style-type: decimal;
    margin-bottom: 1em;
    padding-left: 30px;
}

.BookRow {background:#ddd; padding:50px 0; margin:20px; font-size:18px; line-height:35px;}
.BookRow h3 {font-size:32px; color:#222; margin-bottom:15px;}
.BookButton {background:transparent; margin-top:15px; border:2px solid #222; border-radius:25px; color:#222; font-size:22px; padding:8px 20px; text-decoration:none; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.BookButton:hover {background:#222; color:#fff; text-decoration:none; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}

/* SECURE ONLINE BOOKING FORM */

.eviivo_availabilitychecker {
   width:225px !important;
   height:auto !important;
   color:#333333 !important;
   background:#EEEEEE !important;
   border: 1px solid #DDDDDD !important;
   font-size:14px !important;
   font-family:Arial !important;
   margin-left:auto !important;
   margin-right:auto !important;
   margin-top:10px !important;
   margin-bottom:10px !important;
}

.eviivo_title {
   font-size:14px !important;
}

.eviivo_title span {
   color:#000000 !important;
   font-size:14px !important;
   font-family:Arial !important;
}

.eviivo_submit {
    padding: 15px 0 0 !important;
}

.eviivo_submit a {
   color:#FFFFFF !important;
   background:#bccc2e !important;
   border: 1px solid #CCCCCC !important;
   font-size:12px !important;
   font-family:Arial !important;
}

.eviivo_serviced, .eviivo_nonserviced {
    width: 225px !important;
}

.eviivo_startdate input, .eviivo_enddate input {
    width: 80px !important;
    padding: 2px !important;
}

.eviivo_nights, .eviivo_rooms, .eviivo_room1 div, .eviivo_room2 div, .eviivo_room3 div, .eviivo_adults, .eviivo_children {
    width: 58px !important;
}

.eviivo_startdate {
    padding: 2px 15px 10px 0 !important;
}

/* /SECURE ONLINE BOOKING FORM */

.CallButton {display:block; margin-left:auto; margin-right:auto; width:247px; font-size:19px; color:#fff; background:#bccc2e; text-align:center; padding:12px 0; text-decoration:none; line-height: 26px; margin-bottom:15px;}
.CallButton:hover {color:#fff; background:#aebd2c; text-decoration:none;}

@media (max-width: 962px) { 
/*
* Tablet
*/
.wrapper, .landing-wrapper { width:738px; }
	
/* Content */
#top { padding: 0;}
#logo { width:350px;}
#logo img { width:350px;}
#topnav, #headerzone { }
#twit  { width: 30px; height: 28px; background-position: -30px 0; }

#hometext { width:717px; padding: 10px; }

/* Page Content */
#mainimage img { max-width:737px; height:auto; }
#ptitle {  width:727px; margin: -50px 0 0 10px; font-size: 38px; line-height: 38px; }
#ptitle H1 { font-size: 38px; line-height: 38px; }
#left { width: 200px; margin: 0 10px 0 0; }
#content { width: 527px; margin: 10px 0 0 0; font-size:12px; }
#content img { max-width: 527px; }
#content p { padding: 10px 0; }

.widget-title { font-size: 20px; line-height: 22px; width: 295px; margin: 10px 0; }
.cat_title { font-size: 20px; line-height: 20px; margin: 0 0 20px 0; }
.author_title { font-size: 18px; line-height: 20px; margin: 0 0 0 0; width: 188px; }
.author_av { margin: 0 10px 0 0; width: 96px; }
.author_des  { font-size: 14px; line-height: 14px; margin: 0 0 0 0; width: 188px; }
.blognav { font-size: 14px; line-height:16px; width: 200px; }


#footer  { font-size:11px; }
#footer a { }
#bnav { }
.FooterRight {margin-left:5px;}

#cookienote-container { width: 730px; line-height: 14px; padding: 0; }
#cookienote-container button { line-height: 14px; }
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
.vdesk { display:none; }
.vmob { display:none; }

/* formatting for your site */

#blank-cta-template img { max-width: 230px; height:auto; }
#blank-cta-template h3 { font-size:18px; line-height:20px; }

.sm-simple a {
    padding: 10px 15px;
	font-size:13px;
	margin: 0 5px;
}

.fcol1, .fcol2, .fcol3 { width: 23% !important; }
.fcol4 { width: 31% !important; }


#right { width: 25%;}


.ImgLarge, article .image a img, .wp-post-image    {max-width:485px}

.CallButton {width:200px;}

.eviivo_availabilitychecker {width: 177px !important;}
.eviivo_submit_wrap {float: left !important;}
.eviivo_startdate {padding: 2px 5px 10px 0 !important;}
.eviivo_startdate input, .eviivo_enddate input {width: 68px !important; padding: 1px !important;}

.RightColumn .vc_column-inner {padding:0px !important;}

}

@media (max-width: 735px) { 
/*
* Smart Phone
*/
.wrapper, .landing-wrapper { width:452px; height:auto; }
#menu-button { display:inline-block;  }
#main-menu.collapsed { display:none; }
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
ul.sm-simple{width:auto !important;}
ul.sm-simple ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
ul.sm-simple>li{float:none;}
ul.sm-simple>li>a,ul.sm-simple ul.sm-nowrap>li>a{white-space:normal;}
ul.sm-simple iframe{ display:none; }
.sm-simple ul { border:0; background:none;	-moz-box-shadow:none; -webkit-box-shadow:none;	box-shadow:none; }
.sm-simple a { padding-top:13px; padding-bottom:13px; }

.menu-last {
                border:none;
}

.sm-simple a.current { background:#555 !important; color:#fff !important; }
.sm-simple a.has-submenu { padding-right:23px; }
/* add some text indentation for the 2+ level sub menu items */
.sm-simple ul a { border-left:8px solid transparent; }
.sm-simple ul ul a { border-left:16px solid transparent; }
.sm-simple ul ul ul a { border-left:24px solid transparent; }
.sm-simple ul ul ul ul a { border-left:32px solid transparent; }
.sm-simple ul ul ul ul ul a { border-left:40px solid transparent; }
/* Sub menu indicators
===================*/
.sm-simple a span.sub-arrow { right:auto; margin-left:-14px; }
/* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
.sm-simple a.highlighted span.sub-arrow { display:none !important; }
.sm-simple li { border-left:0; border-top:1px solid rgba(0,0,0,0.05) !important; }
.sm-simple li:first-child { border-top:0 !important; }
.menu-item-30 a{border-left:none;}
.menu-item-23{ border-right: 0px none; }
#cookie-notice {max-height:35px;}
#top { padding: 0; }
#logo { width:400px; }
#logo img { width:400px;}
#topnav, #headerzone { margin:5px 0 0; float:left;}
#topnav, #headerzone .textwidget { float:left; text-align:left; }
#twit  { width: 30px; height: 28px; background-position: -30px 0; }


#hometext { width:432px; padding: 10px; }

/* Page Content */
#mainimage img { max-width:452px; height:auto; }
#ptitle {  width:442px; margin: -40px 0 0 10px; font-size: 28px; line-height: 28px; }
#ptitle H1 { font-size: 28px; line-height: 28px; }
#left { width: 452px; margin: 0 0 0 0; display:none; }
#content { width: 452px; margin: 10px 0 0 0; font-size:12px; }
#content img { max-width: 452px; }
#content p { padding: 10px 0; }
.btitile { font-size: 20px; line-height: 22px; }
.gtitile { font-size: 16px; line-height: 18px; }
#content h1, .page-header h1  { font-size: 24px; line-height: 24px; }
.secondary-header { font-size: 12px; }
#hs_cos_wrapper_section_header { line-height: 14px;}
#contentc1 { width: 442px; margin: 10px 5px 0 10px; }
#contentc2 { width: 442px; margin: 10px 0 0 10px; }
#footer {}

.sm-simple ul li, .sm-simple-vertical li { border-left:0; border-top:0px none #f3f3f3; border-right:0px none #f3f3f3;}
.menu-item-103, .menu-item-305, .menu-item-780 {border-bottom:0px none #f3f3f3;}

#footer  { font-size:11px; }
#footer a { }
#bnav { width:452px; margin: 0 0 10px 0; }

#pagecontent { width: 100%; margin:20px 0 0 0; }
#right { width: 100%; margin:10px 0 0 0;  }

#cookienote-container { width: 480px; line-height: 12px; padding: 5px 0 0 0; }
#cookienote-container button { line-height: 12px; }
.vdesk { display:none; }
.vmob { display:none; }

/* formatting for your site */

#blank-cta-template img { max-width: 300px; height:auto; }

#blank-cta-template {
	width:400px;
	height:auto;
	margin-bottom: 20px;
} 

.vc_col-sm-4 {
    width: 100%;
}

.fcol1, .fcol2  {
    width: 50% !important; 
    height: 340px;
}

.fcol3, .fcol4 {
    width: 50% !important; 
    height: 170px;
}



.wpcf7-form {width:450px;}

.RightCol {
    border-left: 0px none;
    margin-top: 20px;
}

.ImgLarge, article .image a img, .wp-post-image    {max-width:420px}
.ImgLeft {max-width:250px;}

.CallButton {width:247px;}

.eviivo_availabilitychecker {width: 227px !important;}
.eviivo_submit_wrap {float: right !important;}
.eviivo_startdate {padding: 2px 15px 10px 0 !important;}
.eviivo_startdate input, .eviivo_enddate input {width: 80px !important; padding: 2px !important;}

}

@media (max-width: 479px) { 
/*
* Phone
*/
.wrapper, .landing-wrapper { width:320px; }

/* Content */
#top {padding: 0; }
#logo {width: 320px;}
#logo img {width: 320px;}
#topnav, #headerzone { width: 320px; margin: 10px 0 5px 0; position: relative; padding-left: 35px;}
#headerzone .textwidget img {margin-top:5px;}
#cookie-notice {max-height:45px;}
#hometext { width:310px; padding: 5px; }
.headerbr {display:block;}

/* Page Content */
#mainimage img { max-width:320px; height:auto; }
#ptitle {  width:310px; margin: -60px 0 0 10px; font-size: 24px; line-height: 24px; }
#ptitle H1 { font-size: 24px; line-height: 24px; }
#left { width: 320px; margin: 0 0 0 0; }
#content { width: 320px; margin: 10px 0 0 0; font-size:12px; }
#content img { max-width: 320px; }
#content p { padding: 10px 0; }
#content h1, .page-header h1  { font-size: 18px; line-height: 18px; }


/*Call to Action BG Width Mobile*/

.row_background {
	background-color: #31353d !important;
    margin-left: -20px !important;
    margin-right: -20px  !important;
    padding: 15px !important;
}

/*								*/


.widget-title { font-size: 18px; line-height: 18px; width: 300px; margin: 10px 0; }
.cat_title { font-size: 18px; line-height: 18px; margin: 0 0 10px 0; }
.author_title { font-size: 18px; line-height: 20px; margin: 0 0 0 0; width: 188px; }
.author_av { margin: 0 10px 0 0; width: 96px; }
.author_des  { font-size: 14px; line-height: 14px; margin: 0 0 0 0; width: 188px; }
.blognav { font-size: 14px; line-height:16px; width: 320px; }


#footer  { }
#footer a {  }
#bnav { width:320px; margin: 0 0 10px 0;}
.fcol1, .fcol2, .fcol3, .fcol4 { width: 100% !important; margin: 10px 0; height:auto; }
.FooterRight {margin:0 0 15px 0;}

#cookienote-container { width: 100%; line-height: 12px; padding: 5px 0 0 0; }
#cookienote-container button { line-height: 12px; }
.cc-cookies { position: relative; }

.vdesk { display:none; }
.vmob { display:none; }

/* formatting for your site */

#blank-cta-template img { max-width: 300px; height:auto; }

#blank-cta-template {
	width:300px;
	height:auto;
	margin-bottom: 20px;
} 

.vc_col-sm-4 {
    width: 100%;
}


.wpcf7-form {width:290px;}

.ImgLarge, article .image a img, .wp-post-image  {max-width:280px}
.ImgLeft {max-width:280px; float:none; padding:0;}


}

@media print {
*, *:before, *:after { background: transparent !important;
color: #000 !important; /* Black prints faster:
 http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important; }
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}


