/*
	Theme Name: Better Food
	Theme URI: http://www.betterfood.co.uk/
	Description: Better Food WordPress Theme
	Version: 1
	Author: Lee Harris
	Author URI: http://www.lee-harris.co.uk/
	Tags: HTML5, CSS3, PHP, jQuery, Responsive

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


@charset "utf-8";
/* CSS Document */

/**** reset ****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

select, input { margin: 0px; }

ol, ul { list-style: none; }

.wpcf7:after, .clearfix:after, .gform_footer:after { clear: both; display: block; content: ""; }

.clear { display: block; clear: both; }

strong { font-weight: bold; }

.sideMenu { display: none; }

/*** General Styles ***/

body { font-family: 'Open Sans', sans-serif; color: #2b2b2b; font-size: 13px; background-color: #ede9e3; }

.container { width: 1200px; display: block; margin: auto; }

.cover {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.left { float: left; }
.right { float: right; }

.hideScale { overflow: hidden; display: block; }
.scale { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; display: block; margin: auto; width: 100%; }
.hideScale:hover .scale { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }

#mainSection .container { position: relative; }

.error404 .padd { padding: 80px 0; }

.narrowCol { width: 268px; float: right; }
.wideCol { float: left; width: 932px; }

.shareBox { border-bottom: 1px solid #d9d9d9; padding-bottom: 0; position: relative; padding-top: 30px; display: block; }
.content .shareBox p {position: absolute; bottom: 10px; right: 0; padding-bottom: 0; }

.paddRight { padding-right: 40px; display: block; }

.gallery .gallery-item { width: 18%!important; margin: 0 1%!important; }
.gallery-item img { display: block; width: 100%; height: auto; }

#mainSection.noPadd, .noPadd { display: block; padding: 0 0 60px 0; }

.pageIntro p { font-size: 16px; color: #005d4d; font-weight: 600; }

.gform_confirmation_wrapper { padding: 20px 0 50px; display: block; color: #005d4d; }


/*** Colours ***/

footer .content a, .content a.yellowBg, .content .fRecipe a, .content .newsClipBlock a, .dGreyBg, .redBg, .greenBg, .yellowBg, .lGreenBg, .dBlueBg { color: #fff; }
a.dBlueBg, .dBlueBg { background-color: #004b67; }
a.dBlueBg:hover { background-color: #002d3e; }
.redBg { background-color: #941a10; }
.greenBg { background-color: #005d4d; }
.midGreenBg { background-color: #0e7866; }
.lGreenBg { background-color: #b7c12d; }
.green { color: #005d4d; }
.lGreen { color: #b7c12d; }
.yellowBg { background-color: #fcc830; }
a.yellowBg:hover { background-color: #d0a118; }
.yellow { color: #fcc830; }
.white { color: #fff; }
.whiteBg { background-color: #fff; }
.dGreyBg { background-color: #948784; }
.lGreyBg { background-color: #f4f4f4; }
.greyBg { background-color: #aeaeae; }
a.greyBg, .yellowBg h3, .lGreenBg h3, .yellowBg a, .lGreenBg a { color: #fff; }
a.greyBg:hover { background-color: #8a8a8a; }
.lGreyBg h3, .lGreyBg a { color: #005d4d; }

#breadcrumbs { font-size: 13px; font-family: 'Open Sans', sans-serif; }
#breadcrumbs a { color: #005d4d; }

/*** Typography ***/

/***

    font-family: 'Passion One', cursive;
    font-family: 'Open Sans', sans-serif

***/

.content h1, .content h2, .content h3, .content h4 { padding-bottom: 15px; }

.content p + h2, .content p + h3, .content p + h4 { padding-top: 10px; }

.home .content h1, .content h2, .content h3, .bTitle, ul.bButtons li, a.readMore, .newsLetterBlock input[type="submit"], footer h4, .imgButton, .content h5 { text-transform: uppercase; }
.content h1, .content h2, .content h3, .bTitle, ul.bButtons li, a.readMore, .newsLetterBlock input[type="submit"], footer h4, .imgButton, .content h5, .passion { font-family: 'Passion One', cursive; }

.content .wideCol h2, .content .middle h2, .content .teamDesc h3 { font-family: 'Open Sans', sans-serif; font-weight: 300; text-transform: none; }

.content h3 { font-size: 18px; }
.content h4 { text-transform: uppercase; font-size: 22px; font-weight: 400; }
.bTitle, .content h1 { font-size: 38px; }
.content h2 { font-size: 30px; }
.content h3 { font-size: 22px; font-weight: 300; }
.content h5 { font-size: 16px; }

.content p, .content li { line-height: 1.4; }
.content p { padding-bottom: 15px; }
.content a, .content .lGreyBg a { color: #005d4d; }

.content .wideCol ul { margin: 0 0 15px 25px; list-style: disc; }
.content .wideCol ul.galleryImgs, .content .wideCol .eInfo ul { margin: 0; list-style: none; }

.tagcloud a { display: inline-block; margin: 0 7px 7px 0; }
.tagcloud a:nth-child(1) { font-size: 0.60em; }
.tagcloud a:nth-child(2) { font-size: 0.80em; }
.tagcloud a:nth-child(3) { font-size: 1.00em; }
.tagcloud a:nth-child(4) { font-size: 1.20em; }
.tagcloud a:nth-child(5) { font-size: 1.40em; }

a.tagged1 { font-size: 0.60em; }
a.tagged2 { font-size: 0.80em; }
a.tagged3 { font-size: 1.00em; }
a.tagged4 { font-size: 1.20em; }
a.tagged5 { font-size: 1.40em; }

.content .blogBox h3 { padding-bottom: 10px; }

.uppercase { text-transform: uppercase; }
.centered { text-align: center; }

a, a.readMore:after, .overlay, .extraInfo, input[type="submit"], .buttonLink, ul.social li a:before, .mobButton { text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }

header, .mainNav, .headRight { transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
a img { border: none; }
a:hover, a:active, a:focus { outline: 0; }

.roundedC, .buttonBlock ul li a, [class*="wp-image"], .narrowCol iframe { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; display: block; }
[class*="wp-image"] { max-width: 100%; }

.padd { padding: 20px; }

/*** Header ***/

.spacer { display: block; height: 124px; }

header { background-color: #fff; border-bottom: 1px solid #d9d9d9; position: fixed; top: 0; right: 0; left: 0; z-index: 9000; -webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden; }
header .container { position: relative; }

header.scrollHead .headRight { overflow: hidden; max-height: 0; opacity: 0; }
header.scrollHead .logo { width: 90px; padding: 10px 0; }
header.scrollHead .mainNav { padding-top: 33px; }

header .social { display: block; padding: 10px 0; }

.logo { display: block; padding: 15px 0 10px; width: 165px; }
.logo img { display: block; width: 100%; }

.headRight { clear: right; height: auto; opacity: 1; padding-bottom: 43px; max-height: 150px; }

ul.social li { float: left; display: block; margin-right: 2px; }

.searchbox form { position: relative; }
.searchbox form input[type="search"] {width: 100%;padding: 8px 34px 8px 10px;background-color: #f2f2f2;}
.searchbox form input[type="submit"] {width: 20px;height: 20px;padding: 6px;position: absolute;top: 6px;right: 8px;display: block;background: url(images/mag.png) no-repeat!important;text-indent: -999999px;}

/*** Navigation ***/

.mainNav { clear: right; position: absolute; bottom: 0; right: 0; }
.mainNav > ul > li {display: block;float: left;font-size: 14px;margin-right: 3px; position: relative;}
.mainNav > ul > li:last-child { margin-right: 0; }
.mainNav > ul > li.menu-item-has-children > a:after { content: "\f107"; color: #005d4d; font-family: FontAwesome; position: relative; top: 2px; padding-left: 5px; }
.mainNav > ul > li a {color: #5f5f5f;display: block;position: relative;display: block;padding: 7px 13px;}
.mainNav ul > li.current-menu-item > a { color: #005d4d; background-color: #d7d7d7;  }
.mainNav ul li:hover a { background-color: #d7d7d7; }

/*** Sub Nav ***/

.mainNav .sub-menu { z-index: -1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; visibility: hidden; position: absolute; top: 100%; background-color: #d7d7d7; width: 200px; text-align: left; transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; z-index: 5000; left: 0; padding: 13px; }
.mainNav ul > li:hover > .sub-menu, .mainNav ul > li > .sub-menu li:hover .sub-menu { z-index: 50; opacity: 1;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; visibility: visible; }
.mainNav .sub-menu li .sub-menu li { position: relative; }
.mainNav .sub-menu li .sub-menu { left: 100%; top: 0; padding: 0 20px; }
.mainNav .sub-menu li { display: block; position: relative; float: none; right: auto; border-bottom: 1px solid #c3c3c3; }
.mainNav .sub-menu li:last-child { margin-bottom: 0; padding: 0; border: 0; }
.mainNav .sub-menu li a {padding: 10px 0;font-size: 12px; display: block; text-transform: none; }
.mainNav > ul > .sub-menu > li.current-menu-item > a, .mainNav ul li:hover > a, .mainNav .sub-menu li a:hover, .mainNav .sub-menu li:hover a, .mainNav .sub-menu li .sub-menu li:hover a, .sub-menu li.current_page_ancestor a, .mainNav ul > li.menu-item-has-children .sub-menu > li:hover > a, .mainNav ul li a:hover, .mainNav ul li.current-page-ancestor > a  { color: #005d4d; }
.mainNav ul li .sub-menu li.current-menu-item a { color: #005d4d; }

.negMarg { margin-left: -1.3%; }

/*** Page Title ***/

.titleBar { display: block; padding: 20px 0; font-size: 35px; border-bottom: 1px solid #d9d9d9; margin-bottom: 20px; }


/*** Read More link ***/

a.readMore { font-size: 17px; }
a.readMore:after, .mPop ul li:before { content: "\f105"; font-family: FontAwesome; position: relative; padding-left: 5px; left: 0; }
a.readMore:hover:after { left: 3px; }

a.moreButton { text-transform: uppercase; font-weight: 300; padding: 3px 8px; font-size: 11px; }

/*** Main Section ***/

#mainSection { background-color: #ede9e3; display: block; padding: 20px 0 0; }

.flexslider.bigBanner { overflow: hidden; margin-bottom: 20px; display: block; }
.bigBanner ul.slides li { height: 370px; position: relative; }
.bigBanner ul.slides .caption { color: #fff; position: absolute; bottom: 0; left: 0; right: 0; padding: 35px; display: block;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background: -moz-linear-gradient(top,  rgba(0,93,77,0) 0%, rgba(0,93,77,0.01) 1%, rgba(0,93,77,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,93,77,0) 0%,rgba(0,93,77,0.01) 1%,rgba(0,93,77,1) 100%);
background: linear-gradient(to bottom,  rgba(0,93,77,0) 0%,rgba(0,93,77,0.01) 1%,rgba(0,93,77,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005d4d', endColorstr='#005d4d',GradientType=0 );
}

.bigBanner ul.slides li a { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.bigBanner ul.slides li span { display: block; }



/*** Home Grid ***/

.twoCol {  width: 46.8%; margin: 0 1.6% 3.2%; float: left; display: block; }

.threeCol, .fourCol { margin: 0 0.8% 1.6%; }
.fourCol { display: block; width: 23.4%; float: left; }
.threeCol { display: block; width: 31.7333%; float: left; }

.wideCol .threeCol { width: 30.7333%; margin: 0 1.3% 2.6%; }

.gridBlock { display: block; margin-right: 20px; }

a.imgButton { display: block; height: 155px; position: relative; }
.imgButton .table { height: 100%; }
.imgButton .table, .buttonBlock ul li { display: table; text-align: center; font-size: 24px; }
.buttonBlock ul li { height: 120px;  }
.buttonBlock ul li a, .table span { display: table-cell; vertical-align: middle;  }
.buttonBlock ul li a, .overlay {color: #fff; background-color: rgba(0,0,0,0.3); }

.overlay { position: absolute; top: 0;right: 0;bottom: 0; left: 0; display: block; }
.buttonBlock ul li:hover a, .imgButton:hover .overlay, a.sideLink:hover .overlay { background-color: rgba(0,0,0,0.6); }
.buttonBlock ul li a span { display: block; }
.imgButton span { width: 100%; }

.half { float: left; display: block; width: 50%; }
.rightHalf { float: left; display: block; width: 48.4%; margin-left: 0.8%; }

.negMargin { margin-left: -0.8%; margin-right: -0.8%; }
.negMarginBig { margin-left: -1.3%; margin-right: -1.3%; }

.content .newsClipBlock h3 { padding-bottom: 5px; }
.content .newsClipBlock p { padding-bottom: 10px; font-size: 12px; }
.content .newsClipBlock p.subTitle { font-size: 15px; font-weight: 300; padding-bottom: 5px; line-height: 1.15; }

.newsClipBlock { margin-bottom: 3.2%; display: block; position: relative; height: 180px; }

.newsClipBlock a img { display: block;

}
.newsClipBlock a.newsPic { position: absolute; top: 0; right: 0; bottom: 0; width: 240px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.newsClipBlock article { margin-right: 240px; padding: 20px; }
.newsClipBlock article.nopic { margin-right: 0; }


/*** Recipe & Event Grid Boxes ***/

.fRecipe, .eventBlock { height: 339px; font-size: 12px; }
.eventBlock .readMore { padding-top: 10px; }
.content .eventBlock h4 { font-size: 15px; }
.content .eventBlock h4.small { font-size: 13px; padding-bottom: 6px; }
.content .eventBlock h3 { padding-bottom: 5px; }
.content .fRecipe h3 { padding-bottom: 8px; }
.content .eventBlock h4, .content .fRecipe h4 { padding-bottom: 12px; font-size: 15px; }
.eventBlock img, .fRecipe img { margin-bottom: 8px; display: block; width: 100%; }

.fRecipe p { border-bottom: 1px dashed #fff; margin-bottom: 15px; }

.eventBlock h3, .eventBlock a { color: #005d4d; }
.content .fRecipe h4 { margin-bottom: 12px; border-bottom: 1px dashed #fff; border-top: 1px dashed #fff; padding-top: 10px; }
.content .fRecipe p, .content .eventBlock p { padding-bottom: 10px; }

.eInfo { display: block; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #d7d7d7; }
.eInfo.last { padding-bottom: 0; margin-bottom: 0; border: 0; }
.eInfo ul li { font-size: 11px; float: left; margin-right: 8px; padding-bottom: 2px; }
.eInfo ul li:before { font-family: FontAwesome; color: #005d4d; padding-right: 3px; font-size: 12px; }

li.eDate:before { content: "\f073"; }
li.eTime:before { content: "\f017"; }
li.eLocation:before { content: "\f041"; }

.dietaryIcons { clear: both; padding-top: 15px; margin-top: 18px; border-top: 1px solid #d3d3d3; display: block; }

.content .recipeBox p {  font-size: 12px; }

.minHeight { min-height: 120px; }

/*** Newsletter ***/

.home .newsLetterBlock { margin: 0 1.6% 3.2%; }
.newsLetterBlock { background: url(https://betterfood.co.uk/wp-content/uploads/2018/05/bgfornewsletter-1-e1526379554320.png) no-repeat right 8px #97a926; }
.narrowCol .newsLetterBlock { background-position: calc(100% - 10px) calc(100% - 10px); }
.home .newsLetterBlock .padd { height: 140px; }
.narrowCol img.roundedC { max-width: 100%; display: block; margin-bottom: 30px; }
.newsLetterBlock input[type="submit"] { background-color: transparent; color: #fff; font-size: 24px; padding: 0; margin: 0; }
.newsLetterBlock input[type="submit"]:hover { color:#FFFFFF; background-color: transparent; }
.newsLetterBlock input { margin-right: 15px; }
.newsLetterBlock input.firstName, .newsLetterBlock input.lastName { width: 44%; margin-bottom: 15px; }
.newsLetterBlock input.emailField { width: 80%; }

.narrowCol .newsLetterBlock input { width: 100%; margin-bottom: 15px; }
.narrowCol .newsLetterBlock input[type="submit"] { width: auto; margin-bottom: 0; float: right; }

.content .newsLetterBlock h3 { padding-bottom: 10px; }

/*** Side Boxes ***/

.blogBox img { 
  height: calc((100vw - 16px) * 0.80 * 0.217);
  max-height: 280px;
  width: 100%;
  object-fit: cover;
}
.blogBox img, .topRadius { display: block; width: 100%;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
 }

.blogBox .padd, .bottomRadius { -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px; }

.sideLink { position: relative; min-height: 220px; position: relative; font-size: 22px; text-align: center; }
.sideLink .padd { position: absolute; bottom: 0; left: 0; right: 0; }

.content .mPop { padding-bottom: 15px; }
.content .mPop h3 { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #d9d9d9; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 20px; color: #4d4d4d; text-transform: capitalize; }
.content .mPop ul li a { color: #005d4d; }
.content .mPop ul li a:hover { text-decoration: underline; }
.content .mPop ul li:before { padding: 0 5px 0 0; color: #005d4d; }

.wp-post-image { display: block; max-width: 100%; }

#mainSection.allPadd { padding: 20px 0 40px; display: block; }


/*** Flexible Content ***/

.content .gallerySlider ul { list-style: none; margin: 0; padding: 0; }
.gallerySlider { display: block; margin: 10px 0 25px; }


/*** Suppliers ***/

.fiveCol { width: 18%; float: left; margin: 0 1% 2%; }

.content .supplierBox a { color: #5f5f5f; }

.supplierBox { font-size: 11px; }
.supplierBox .padd { height: 180px; }
.supplierBox span { display: block; }
.supplierBox span.green { font-weight: 700; font-size: 14px; }
.supplierBox img { margin: auto; max-width: 100%; max-height: 120px; vertical-align: middle; width: auto; }

.supplierBox .imgHold { display: block; height: 120px; white-space: nowrap; margin-bottom: 10px; }

.supplierBox .imgHelp { display: inline-block; height: 100%; vertical-align: middle; }

.prodBox .imgHold { display: block; height: 195px; white-space: nowrap; margin-bottom: 10px; text-align: center; }
.prodBox .imgHelp { display: inline-block; height: 100%; vertical-align: middle; }
.prodBox img { margin: auto; max-width: 100%; max-height: 195px; vertical-align: middle; width: auto; }

.prodGroup.prodBox .imgHold { display: block; height: 170px; white-space: nowrap; margin-bottom: 10px; }
.prodGroup.prodBox img { margin: auto; max-width: 100%; max-height: 170px; vertical-align: middle; width: auto; }
.prodGroup.prodBox a { color: #404040; }

ul.prodLinks li a { text-align: center; }
ul.prodLinks li a span { display: block; }
ul.prodLinks li ul li { color: #444; }

.content .wideCol .prodGroup h2 { font-size: 18px; font-weight: 700; padding-bottom: 15px; }

.titleBar.filters { font-size: 14px; }

.titleBar select { padding: 8px; outline: 0; border: 0; background-color: #f3f3f3; }
.titleBar form input[type="submit"] { background-color: transparent; font-size: 16px; color: #005d4d; font-weight: 700; padding: 7px 0; }

.titleBar.noMarg { margin-bottom: 0; }
.suppLogo { text-align: center; }
.suppLogo img { width: auto; display: block; margin: auto; max-height: 200px; max-width: 100%; }

.supplierMap { height: 300px; margin-bottom: 20px; }

.expandable { display: block; border-bottom: 1px solid #d9d9d9; position: relative; margin-bottom: 40px; }


.expandable .mBottom { /* max-height: 0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s;  overflow: hidden; */ margin-bottom: 40px; }
.expandable.show .mBottom { max-height: 2000px; }

form .twoCol { width: 48%; margin: 0 1%; }


.pagination { margin-left: 1.3%; margin-right: 1.3%; display: block; clear: both; }
.pagination span, .pagination a { display: inline-block; padding: 5px 8px; margin-right: 5px; color: #3b3b3b; font-size: 12px; }
.pagination span { background: #fdc700; color: #fff; }
.pagination a { background: #d9d9d9; color: #404040; }
.pagination a:hover { background-color: #fdc700; }


/*** Box Sizing ***/

form input, form textarea, .caption, form input[type="search"], form select

{

-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */

}


/*** Flexible Sidebar ***/

.buttonLink { margin-bottom: 20px; display: block; padding: 35px 20px; }

.sideBox { margin-bottom: 20px; display: block; }

.visitLink { font-size: 40px; }

.content a.visitLink { color: #fff; }

.visitLink:after { content: "\f041"; font-family: FontAwesome; font-size: 35px; color: #fff; position: relative; top: 0; left: 10px; }



.fileDownload:after { content: "\f019"; font-family: FontAwesome; font-size: 35px; color: #fff; position: relative; top: 0; left: 10px; }

.suppLink { position: relative; padding: 35px 40px 35px 20px; }

.suppLink:after { content: url(images/suppliers.png); position: absolute; top: 50%; margin-top: -21px; right: 25px;  }





/***** Mobile Nav *****/



.mobButton { display: none; }





/*** Animations ***/



.inView {  -webkit-animation-duration: 2s; animation-duration: 2s; -ms-animation-duration: 2s; -moz-animation-duration: 2s; -o-animation-duration: 2s; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; filter: alpha(opacity=0); transition: opacity 1.2s; -webkit-transition: opacity 1.2s; animation-delay: 2s; -webkit-animation-delay: 2s; -moz-animation-delay: 2s; -o-animation-delay: 2s; }

.inView.visible {opacity: 1; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1;}



.fadeInUp, .bcap.fadeInUp, .boxes, .grid-item {

    -webkit-animation-name: fadeInUp;

    -moz-animation-name: fadeInUp;

    -o-animation-name: fadeInUp;

    animation-name: fadeInUp;

}



.flexslider, .flexslider .slides { opacity: 1; transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; position: relative; }



/* span.bcap { transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; } */

.bcap {

-webkit-animation: all .5s ease-in-out;  -moz-animation: all .5s ease-in-out; -o-animation: all .5s ease-in-out; animation: all .5s ease-in-out;

}

.flexslider.loading .slides { opacity: 0; }

.flexslider .slides { opacity: 1; }



.flexslider.loading:before { left: 50%; margin-left: -32px; top: 50%; margin-top: -32px; position: absolute; z-index: 1; content: url(images/ajaxloader.gif); display: block; z-index: 9999; }



.fiUp { opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -ms-animation-duration: 0.8s; -moz-animation-duration: 0.8s; -o-animation-duration: 0.8s;  }



.fiUp.fadeInUp, .bcap.fadeInUp { opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; }

.fiUp, .bcap { opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; }



.bigBanner .flex-direction-nav .flex-disabled { opacity: 0!important; }



.fImg, .mBottom { display: block; width: 100%; margin-bottom: 20px; }



.smallfImg { margin: 0 0 25px 25px; }



.backB { padding-top: 25px; display: inline-block; }



/*** Fade In Up ***/



@-webkit-keyframes fadeInUp {

    0% {

        opacity: 0;

        -webkit-transform: translateY(80px);

    }



    100% {

        opacity: 1;

        -webkit-transform: translateY(0);

    }

}



@-moz-keyframes fadeInUp {

    0% {

        opacity: 0;

        -moz-transform: translateY(80px);



    }



    100% {

        opacity: 1;

        -moz-transform: translateY(0);



    }

}



@-o-keyframes fadeInUp {

    0% {

        opacity: 0;

        -o-transform: translateY(80px);

    }



    100% {

        opacity: 1;

        -o-transform: translateY(0);

    }

}



@keyframes fadeInUp {

    0% {

        opacity: 0;

        transform: translateY(80px);

    }



    100% {

        opacity: 1;

        transform: translateY(0);

    }

}



/*** Fade Out Down ***/



@-webkit-keyframes fadeOutDown {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }

}



@keyframes fadeOutDown {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }

}



.fadeOutDown, .bcap.fadeOutDown {

  -webkit-animation-name: fadeOutDown;

  animation-name: fadeOutDown;

}





/*** Blog ***/



.content .sidebar .sidebar-widget h3 { font-family: 'Open Sans', sans-serif; font-weight: 500; text-transform: capitalize; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #d9d9d9; }



.sidebar-widget > div ul li { position: relative; padding-left: 20px; padding-bottom: 5px; }

.sidebar-widget > div ul li:before { content: "\f105"; font-family: FontAwesome; font-size: 13px; padding-right: 5px; position: absolute; top: 0; left: 0; }



.sidebar-widget > div ul li a { color: #005d4d; }

.tagcloud a:hover, .sidebar-widget > div ul li a:hover { text-decoration: underline; }

.sidebar-widget > div { padding-bottom: 25px; }



/*** Single Post ***/



.tagIcon:before { content: "\f02c"; color: #fcc830; font-family: FontAwesome; font-size: 18px; padding-right: 5px; position: relative; top: 3px; }



.tagIcon a { color: #005d4d; }



.postDetails { display: block; border-top: 1px solid #d9d9d9; padding: 42px 0; border-top: 1px solid #d9d9d9; margin-bottom: 20px; position: relative; }



.authorDetails { position: absolute; top: 42px; left: 0; width: 142px; }

.authorDetails p { font-weight: 700; font-size: 16px; }

.authorDetails p.aJobTitle { font-size: 14px; }



.authorBio { margin-left: 142px; padding-left: 20px; }



.avatarPic { width: 142px; display: block; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin-bottom: 10px; }



.acoLogo { width: 200px; margin: 0 0 0 20px; }



.authorName { font-weight: 700; font-size: 16px; }

.content p.authorName { padding-bottom: 0; }

.content p.aJobTitle, .single .whiteBg a { color: #005d4d; }

.content .authorBio h3 { text-transform: capitalize; font-size: 20px; padding-bottom: 15px; }



.authorBio ul.social li { margin-right: 10px; display: block; float: left; }

.authorBio ul.social li a { display: block; }

.authorBio ul.social li a:before { font-family: FontAwesome; font-size: 22px; color: #005d4d; }



.authorBio ul.social li:hover a:before { color: #fcc830; }



.twitterIcon a:before { content: "\f099"; }

.linkedinIcon a:before { content: "\f0e1"; }

.fbIcon a:before { content: "\f09a"; }

.googleIcon a:before { content: "\f0d5"; }

.emailIcon a:before { content: "\f0e0"; }



.openArrow.green:before, .openArrow.yellow:before { content: "\f107"; font-family: FontAwesome; font-size: 16px; padding: 5px 8px; display: block;color: #fff; }

.openArrow.yellow:before, .openArrow.green:before {  background-color: #0e7866; }

/* .openArrow.yellow:before {  background-color: #fdc700; } */

.acf-map { border: 1px solid #d9d9d9; }

.page-template-contact .acf-map { margin-bottom: 15px; }



.galleryHolder { padding-top: 25px; }

ul.galleryImgs li { display: block; float: left; margin: 0 20px 20px 0; }



.content .openingHours h2 { font-family: 'Open Sans', sans-serif; font-weight: 300; text-transform: capitalize; font-size: 28px; padding-bottom: 15px; margin-bottom: 10px; border-bottom: 1px solid #fff; }

.openingHours { background-color: #b7c12d; color: #fff; }

.openingHours .padd { padding: 30px; }

.openingHours .day { font-weight: 700; width: 132px; display: inline-block; }



/*** Landing Page ***/



.buttonLink { font-size: 30px; }





/*** Template A ***/



.blockHolder { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #d9d9d9; position: relative; }
.blockHolder.last { border: 0; }

.rightSide, .leftSide { width: 25%; }

.middle { width: 50%; }

.middle .padd { margin: 0 20px; }

/*
.tempaContent { max-height: 0; overflow: hidden; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.blockHolder.show .tempaContent { max-height: 5000px; }
*/

.tempaContent .whiteBg { margin-top: 25px; }

.leftSide img { display: block; width: 100%; max-width: 300px; margin: auto; }

.locBlock {  }


/*** Meet the team ***/



.teamDesc.left { width: 75%; }



.content .teamDesc h2 { padding-bottom: 10px; font-weight: 700; font-size: 24px; }

.content .teamDesc h3 { font-weight: 700; font-size: 16px; padding-bottom: 10px; }



/*** Contact ***/


.acf-map { height: 280px; }

.content .wpcf7 { margin-bottom: 25px; }
.wpcf7 form input, .wpcf7 form textarea { width: 100%; padding: 14px; }

.page-template-contact .gform_wrapper { margin: 0 -1% 20px; }
.page-template-contact .gform_wrapper form input[type="text"], .page-template-contact .gform_wrapper form textarea { width: 100%!important; padding: 14px!important; }

.page-template-contact .gform_wrapper .top_label .gfield_label { display: none; }

.page-template-contact .gform_wrapper ul.gform_fields li.gfield { width: 48%; float: left; margin: 0 1% 15px!important; padding-right: 0; clear: none; }

.page-template-contact .gform_wrapper ul.gform_fields li.gfield#field_2_6 label { display: none; }

.page-template-contact .gform_wrapper ul.gform_fields li#field_2_5.gfield { float: none; width: auto; margin: 0 1% 15px; clear: both; display: block; }

body.page-template-contact .gform_wrapper .top_label div.ginput_container { margin: 0!important; }


.wpcf7 form select, .page-template-contact .gform_wrapper form select { width: 100%!important; padding: 13px!important; }
.wpcf7 form .negMarginBig { margin-left: -1%; margin-right: -1%; }
.wpcf7 form input[type="submit"], .page-template-contact .gform_wrapper form input[type="submit"] { font-weight: 700; font-family: 'Passion One', cursive; font-size: 20px; padding: 8px 25px; }
.wpcf7 form input[type="submit"] { float: right; }
.page-template-contact .gform_wrapper form input[type="submit"] {  }
.newsLetterBlock .wpcf7 form input[type="submit"] { padding: 0; float: none; font-size: 24px; padding: 0; }
.content .newsLetterBlock .wpcf7 { margin-bottom: 0; }
.newsLetterBlock form input { padding: 10px; }

.page-template-contact .gform_wrapper form input[type="submit"] { width: auto!important; margin: 0 0 0 1%; }

.newsLetterBlock div.wpcf7-validation-errors { color: #fff; }

.maps article { float: left; }

.maps h5:before { content: "\f041"; font-family: FontAwesome; font-size: 14px; color: #005d4d; padding-right: 5px; }

.content .dietIcons h3 { font-size: 24px; }
.dietIcons { text-align: center; }
.dietIcons ul li { display: inline; }

div.wpcf7 .ajax-loader { position: absolute; bottom: 0; right: 0; }

.wpcf7-form { position: relative; }

/***** Contact Form 7 *****/


.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select { border: 1px solid #d9d9d9; padding: 10px; }
body .gform_wrapper .top_label div.ginput_container { margin: 0 25px 0 0!important; }
body #gform_wrapper_1 div.gform_body ul.gform_fields li.gfield { width: 50%; float: left; padding: 0; margin: 0 0 15px 0!important; clear: none; }
body #gform_wrapper_1 div.gform_body ul.gform_fields li.gfield_html, body #gform_wrapper_1 div.gform_body ul.gform_fields li.gsection  { clear: both; width: 100%; }
body #gform_wrapper_1 div.gform_body ul.gform_fields li + li.gfield_html { margin-top: 30px; }
body #gform_wrapper_1 div.gform_body ul.gform_fields li.gfield_html { padding: 25px; background-color: #f9f9f9; margin: 25px 0 0 0!important; }
body #gform_wrapper_1 div.gform_body ul.gform_fields li.gsection { margin-top: 25px!important; }
body #gform_wrapper_1 .top_label input.medium, body #gform_wrapper_1 .top_label select.medium { width: 100%; }
body #gform_wrapper_1 .gform_body { width: auto; }
.gform_wrapper .gf_progressbar_wrapper { width: auto!important; }
body #gform_wrapper_1 h2 { color: #005d4d; }
body #gform_wrapper_1 .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button { padding: 5px 15px; background-color: #005d4d; color: #fff; border: 0; }

.gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button { float: right; margin-right: 0!important; }
.gform_wrapper .gform_page_footer .button.gform_previous_button { float: left; }


form label { display: block; padding-bottom: 10px; }
form input, form textarea, form select { position: relative; border: none; outline: none; padding: 10px; font-family: 'Open Sans', sans-serif; font-size: 1em; background: #fff; }

form input[type="submit"] { width: auto; font-size: 1.3em; text-transform: uppercase; color: #fff; border: none; outline: none; font-family: 'Open Sans', sans-serif; cursor: pointer; padding: 5px 15px; background: #fdc700; }
form input[type="submit"]:hover { background-color: #cea200; }

.home .newsLetterBlock {  }
.newsLetterBlock form input.wpcf7-not-valid, .newsLetterBlock form textarea.wpcf7-not-valid {

    border: 1px solid #000!important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75)!important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75)!important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75)!important;
}


form input.wpcf7-not-valid, form textarea.wpcf7-not-valid {

    border: 1px solid #cd7174!important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(205, 113, 116, 0.75)!important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(205, 113, 116, 0.75)!important;
    box-shadow: 0px 0px 10px 0px rgba(205, 113, 116, 0.75)!important;
}

span.wpcf7-not-valid-tip { display: none; }
div.wpcf7-spam-blocked, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok  { border: none; display: block; margin: 0px; padding: 0px; width: 100%; font-size: 0.8em;  }
div.wpcf7-spam-blocked, div.wpcf7-validation-errors { color: #ab0000; line-height: 1.4em;}
span.wpcf7-not-valid-tip { border: none; background: none; color: #8D0000; top: 2%; left: 10px; }
.your-message span.wpcf7-not-valid-tip { top: 8px; }
.wpcf7-mail-sent-ok { color: #398F14; }


/*** Footer ***/



footer { padding: 55px 0; overflow: hidden; }

footer a { color: #fff; }

footer a:hover { text-decoration: underline; }



footer .container { position: relative; }

footer nav ul li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #0e7866; }

footer nav ul li a { display: block; padding-right: 100px; }

footer nav ul li:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }



footer section { float: left; }

footer section.first { margin-right: 80px; }

footer section.locations { width: 30%; }

footer div.last { margin-right: 0; width: 40%; float: right; }



footer .social { padding: 15px 0; }



.footpic { display: block; width: 100%; margin: auto; padding-top: 30px; }

.footpicL { position: absolute; right: 102%; top: 0; }

.footpicR { position: absolute; left: 102%; top: 0; }



section.locations h5 { padding-bottom: 2px; }

section.locations h5:before { content: "\f041"; font-family: FontAwesome; font-size: 14px; color: #fff; padding-right: 5px; }



section.locations article {border-bottom: 1px dashed #fff;padding-bottom: 25px;margin-bottom: 20px;position: relative;padding-right: 30px;}

section.locations article.show .extraInfo { max-height: 500px; }

.openArrow { position: absolute; bottom: 0; right: 0; cursor: pointer; display: none; }



.openArrow:before { content: "\f107"; font-family: FontAwesome; font-size: 14px; padding: 5px 8px; display: block; background-color: #0e7866; }

.show .openArrow:before { content: "\f106"; }



.locations article p { padding-bottom: 5px; }



.extraInfo { overflow: hidden; max-height: 0; }





footer iframe { width: 100%!important; height: 154px!important; overflow: hidden; }



iframe { max-width: 100%; }



.embed iframe { width: 100%; }



.latestTweet { margin-bottom: 20px; position: relative; }

.latestTweet .padd { padding: 20px 65px 20px 20px; }

.content a.twitterLink { position: absolute; top: 15px; right: 15px; text-decoration: none; }

.twitterLink:before { content: "\f099"; color: #fff; font-size: 35px; font-family: FontAwesome; }







/***** Responsive *****/



@media screen and (max-width: 1240px) {



    .container { width: auto; padding: 0 20px; }



    .narrowCol { right: 20px; }



    .content h4 { font-size: 17px; }



    .fRecipe, .eventBlock, .newsClipBlock { height: auto; }



    .midHalf .twoCol { width: auto; float: none; margin: 0 1.6% 20px; }



    .newsClipBlock a.newsPic { width: 150px; }

    .newsClipBlock article { margin-right: 150px; }



    .wideCol { width: 75%; }

    .narrowCol { width: 25%; }



}



@media screen and (max-width: 1000px) {



    .mainNav ul li { font-size: 14px; }



    footer section.first { margin-right: 50px; }



}



@media screen and (max-width: 950px) {



	.wideCol .maps .threeCol { width: auto; float: none; margin: 0 0 20px; }



	.wideCol .threeCol { width: 47.4%; }



	.rightSide, .leftSide, .middle { margin-bottom: 20px;}



	.middle .padd { margin-right: 0; }



	.middle { width: 75%; }



	.rightSide { float: right; clear: both; width: 72.5%; }



  .blogBox img { height: calc((100vw - 16px) * 0.80 * 0.28); }



}



@media screen and (max-width: 850px) {



    .latestTweet, footer section.first { margin-right: 3%; }



    footer section.first, footer section.locations { width: 47%; }



    footer div.last { float: none; width: auto; }



    footer .negMargin { width: 51%; }

    .latestTweet { width: 47%; }

    footer .negMargin, .latestTweet { float: left; }





    .mainNav, .headRight { display: none; }



    .mobButton {top: 18px;right: 30px;position: fixed;display: block;cursor: pointer;z-index: 99999999;}



    #nav-icon { width: 30px; height: 25px; margin: 6px 3px; position: relative;}





    #nav-icon {

      -webkit-transform: rotate(0deg);

      -moz-transform: rotate(0deg);

      -o-transform: rotate(0deg);

      transform: rotate(0deg);

      -webkit-transition: .5s ease-in-out;

      -moz-transition: .5s ease-in-out;

      -o-transition: .5s ease-in-out;

      transition: .5s ease-in-out;

    }



    #nav-icon.open span { background: #fff; }



    #nav-icon span {

      display: block;

      position: absolute;

      height: 4px;

      width: 100%;

      background: #454545;

      border-radius: 9px;

      opacity: 1;

      left: 0;

      -webkit-transform: rotate(0deg);

      -moz-transform: rotate(0deg);

      -o-transform: rotate(0deg);

      transform: rotate(0deg);

      -webkit-transition: .25s ease-in-out;

      -moz-transition: .25s ease-in-out;

      -o-transition: .25s ease-in-out;

      transition: .25s ease-in-out;

    }



    #nav-icon span:nth-child(1) {

      top: 0px;

    }



    #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {

      top: 10px;

    }



    #nav-icon span:nth-child(4) {

      top: 20px;

    }





   #nav-icon.open span:nth-child(1) {

      top: 7px;

      width: 0%;

      left: 50%;

    }



    #nav-icon.open span:nth-child(2) {

      -webkit-transform: rotate(45deg);

      -moz-transform: rotate(45deg);

      -o-transform: rotate(45deg);

      transform: rotate(45deg);

    }



    #nav-icon.open span:nth-child(3) {

      -webkit-transform: rotate(-45deg);

      -moz-transform: rotate(-45deg);

      -o-transform: rotate(-45deg);

      transform: rotate(-45deg);

    }



    #nav-icon.open span:nth-child(4) {

      top: 7px;

      width: 0%;

      left: 50%;

    }



    .sideMenu .mobnav li.menu-item-67 { display: none; }



	.sideMenu .searchbox { margin-bottom: 15px; }



    .sideMenu { display: block; padding: 0; bottom: 0; left: 0; right: 0; top: 0; position: fixed; background-color: #005d4d; background-image: url(images/greenBeeBg.png); background-repeat: no-repeat; background-position: calc(100% - 20px) calc(100% - 20px); width: 100%; z-index: 9999999; transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%);  }

    .sideMenu.open { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0);  }

      .sideMenu > .box > ul.mobnav { padding: 80px 0 50px; }

    .sideMenu .box { position: relative; padding: 80px 30px 30px; overflow-y: auto; height: 100%; }



    .sideMenu, .sideMenu ul, ul.sideshow { transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; }

    .sideMenu ul li { float: none; display: block; font-size: 18px; border-bottom: 1px solid #0c7361; position: relative; color: #fff; background-color: transparent; padding-bottom: 0; text-transform: uppercase; }

    .sideMenu ul li a { padding: 15px 0; display: block; position: relative; color: #fff; z-index: 99; background-color: transparent; text-decoration: none; }

    .sideMenu ul li a:hover, .sideMenu ul > li.current-menu-item > a { color: #75c7b9; }

    .sideMenu ul li:last-child { border: 0; }



    .sideMenu ul li.menu-item-has-children .arrow:hover:before {  }

    /* .sideMenu ul li ul li a:before { content: "-"; padding-right: 10px; } */



    .sideMenu ul li ul li a:before { content: "\f0da"; font-family: FontAwesome; color: #fff; font-size: 18px; padding-right: 10px; }



    .sideMenu ul li.menu-item-has-children .arrow { position: absolute; right: -15px; top: 17px; z-index: 99999; }



    .minus { content: "\f068";  }

    .sideMenu ul li.menu-item-has-children .arrow:before { transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; font-family: FontAwesome; content: "\f067"; color: #fff; cursor: pointer; padding: 17px 17px 17px 27px; }

    .sideMenu ul li.menu-item-has-children .arrow.minus:before { content: "\f068";  }

    .sideMenu ul li ul { max-height: 0; overflow: hidden; }

    .sideMenu ul li ul.sideshow { display: block; max-height: 1000px; padding-bottom: 20px; }

    .sideMenu ul li ul li { border: none; padding-bottom: 10px; }

    .sideMenu ul li ul li:first-child { padding-top: 10px; }

    .sideMenu ul li ul li a { padding: 0 0 5px; font-size: 16px; }

    .sideMenu ul li ul li ul { padding-left: 20px; padding-bottom: 0!important; margin-bottom: 15px!important; }

    .sideMenu ul .mobnavli ul li ul li a { padding: 0 0 12px; font-size: 13px; }

    .sideMenu ul li ul li ul li a { text-transform: capitalize; }

    .sideButtons { float: none; }

    .sideButtons li { margin: 0 15px 15px 0; display: block; float: left; }

    .sideButtons a { color: #fff; padding: 10px 15px; display: block; text-transform: uppercase; }



}



@media screen and (max-width: 800px) {



    .half { width: auto; float: none; }



    .home .newsLetterBlock, .midHalf .twoCol { margin: 0 0.8% 20px; }



    .fRecipe, .eventBlock, .threeCol, .fourCol { margin-bottom: 20px; }



    ul.bButtons li { width: 46.8%; margin: 0 1.6% 20px; }

    .buttonBlock { margin-left: -0.8%; margin-right: -0.8%; }



    .newsClipBlock { margin-bottom: 20px; }



    .rightHalf { margin-right: 0.8%; }



    .wideCol { margin-right: 0; float: none; margin-bottom: 20px; width: auto; }

    .wideCol .paddRight { padding-right: 0; }



    .narrowCol { position: relative; top: auto; right: auto; width: auto; float: none; }


    .blogBox img { height: calc(100vw * 0.80 * 0.46); max-height: 370px;}
}



@media screen and (max-width: 600px) {



    footer section.first, footer section.locations { width: auto; float: none; margin: 0 0 30px 0; }



    footer .negMargin, .latestTweet { width: auto; float: none; }



    footer .negMargin { margin-left: -1.6%; margin-right: -1.6%; }



    .latestTweet, footer section.first { margin-right: 0; }



    footer .negMargin .twoCol { float: none; width: auto; margin: 0 0 20px; }



}





@media screen and (max-width: 550px) {



	.gallery .gallery-item { width: 31.3333%!important; }



	body #gform_wrapper_1 div.gform_body ul.gform_fields li.gfield { width: 100%; float: none; }



	.teamDesc { width: auto; }



	.wideCol .threeCol { width: auto; float: none; margin: 0 0 20px; }



	.bigBanner ul.slides li .caption .bTitle { font-size: 24px; line-height: 1.1; }



    .bigBanner ul.slides .caption { padding: 20px; }

    .bigBanner ul.slides .caption br { display: none; }



    .bigBanner ul.slides li span { font-size: 12px; line-height: 1.2; }

    .negMarginBig { margin: 0; }



    .rightSide, .leftSide, .middle { float: none; margin-bottom: 20px; width: auto; }



	.middle .padd { margin: 0; }


  .blogBox img { height: calc(100vw * 0.80 * 0.92); max-height: 510px; }


}



@media screen and (max-width: 450px) {

	.page-template-contact .gform_wrapper ul.gform_fields li.gfield { margin: 0 0 15px!important; width: auto; float: none; }
	.page-template-contact .gform_wrapper { margin: 0 0 20px; }


	form .twoCol { float: none; width: auto; margin: 0; }



    .home .newsLetterBlock input:not(.submit) { float: none; width: 100%; }



    .home .newsLetterBlock input.submit { float: right; padding-top: 10px; }



    .home .newsLetterBlock .padd { height: auto; }



    ul.bButtons li { width: auto; display: block; float: none; margin: 0 0 20px; position: relative; height: auto; }

    ul.bButtons li a { display: block; padding: 35px 20px; }

    .buttonBlock { margin-left: 0; margin-right: 0; }



    .newsClipBlock { padding-bottom: 200px; }

    .newsClipBlock a.newsPic { top: auto; left: 0; width: auto; height: 200px;

        -webkit-border-top-right-radius: 0;

        -moz-border-radius-topright: 0;

    -webkit-border-bottom-right-radius: 10px;

-webkit-border-bottom-left-radius: 10px;

-moz-border-radius-bottomright: 10px;

-moz-border-radius-bottomleft: 10px;

border-bottom-right-radius: 10px;

border-bottom-left-radius: 10px; }



    .newsClipBlock article { margin-right: 0; }



}



@media screen and (max-width: 350px) {



	.gallery .gallery-item { width: auto!important; float: none!important; display: block; max-width: 80%; margin: auto!important; }



}



/*------------------------------------*\

    MISC

\*------------------------------------*/



::selection {

	background:#04A4CC;

	color:#FFF;

	text-shadow:none;

}

::-webkit-selection {

	background:#04A4CC;

	color:#FFF;

	text-shadow:none;

}

::-moz-selection {

	background:#04A4CC;

	color:#FFF;

	text-shadow:none;

}



/*------------------------------------*\

    WORDPRESS CORE

\*------------------------------------*/



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin: 0 auto;

	max-width:98.5%;

	padding:0;

	width:auto;

	display: block;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}



/*------------------------------------*\

    PRINT

\*------------------------------------*/



@media print {

	* {

		background:transparent !important;

		color:#000 !important;

		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) ")";

	}

	.ir a:after,

	a[href^="javascript:"]:after,

	a[href^="#"]:after {

		content:"";

	}

	pre,blockquote {

		border:1px solid #999;

		page-break-inside:avoid;

	}

	thead {

		display:table-header-group;

	}

	tr,img {

		page-break-inside:avoid;

	}

	img {

		max-width:100% !important;

	}

	@page {

		margin:0.5cm;

	}

	p,

	h2,

	h3 {

		orphans:3;

		widows:3;

	}

	h2,

	h3 {

		page-break-after:avoid;

	}

}
