@charset "UTF-8";
/* ==========================================================================
 Base – Global Variables
 ==========================================================================*/
/* Container Defaults*/
/* Resonsive Design Break Points*/
/* Default Fonts*/
/* Font Size Defaults*/
/* Default Colours*/
/* Social Media Brand Colors */
/* Global Variables */
/* Variables */
/* MAIN STYLES */

.whtBox {
  max-width: 776px !important;
}

.teamMemb img {
  max-width: 241px;
}

body.custom-background {
	background: none !important;
}

#cookie-law-info-bar {
background-color: #FFF !important;
color: #000 !important;
font-family: inherit !important;
bottom: 0px !important;
border-top: 4px solid #444 !important;
position: fixed !important;
left: 0px !important;
}


html {
  background-color: #242422; }

a {
  color: #61674b; }

body {
  max-width: 1220px;
  margin: 0 auto;
  font-family: "PT Sans", sans-serif;
  color: #242422;
  background: transparent; }

#bgImg {
	background-color: #fff;
  position: fixed;
  top: -5%;
  left: -5%;
  height: 110%;
  width: 110%;
  z-index: -1; 
  -webkit-filter: blur(35px);
  -moz-filter: blur(35px);
  -o-filter: blur(35px);
  -ms-filter: blur(35px);
  filter: blur(35px); }


#bodCont, header {
  padding-left: 13px;
  padding-right: 13px;
  /*background-color: #4b4b47;*/ }

/* HEADER */
header {
  padding-top: 50px !important;
}
  header #logo {
    margin-top: -50px;
    max-width: 280px; }

/* NAV */
nav {
  background-color: #242422;
  background-color: rgba(36, 36, 34, 0.3);
  text-align: center;
  padding: 15px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Arvo", serif; }
  nav li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #f8f3f0;
    border-color: rgba(248, 243, 240, 0.3); }
  nav li:last-child {
    border-right: none; }
  nav a {
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    color: #f8f3f0;
    text-transform: uppercase;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    letter-spacing: -0.1px;
    text-shadow: 0px 0px 3px rgba(36, 36, 36, 0.4); }
  nav a:hover {
    opacity: 1; 
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
	#menu-top-nav {
		margin: 0;
		padding: 0;
	}
	
	nav .sub-menu {
		display: none;
		position: absolute;
		z-index: 9999;
	}
	nav .sub-menu li {
		display: block;
		border-right: none;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -40px;
		background-color: #242422;
		color: #f8f3f0;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(56, 53, 48, 0.1);
		-moz-box-shadow: 0px 0px 8px 0px rgba(56, 53, 48, 0.1);
		box-shadow: 0px 0px 8px 0px rgba(56, 53, 48, 0.1);
	}
	nav .sub-menu li:hover {
		background-color: #272723;
	}
 	nav ul li:hover > .sub-menu {
	    display: block;
	}
	.menu-header li:hover > a,
	.menu-header ul ul :hover > a {
		
	}
/* END NAV */
/* END HEADER */
/* BODY */
.col-2-5 {
  width: 20.83333%;
  width: calc(100% / 12 * 2.5);
  width: -webkit-calc(100% / 12 * 2.5);
  width: -moz-calc(100% / 12 * 2.5); }

.col-7-5 {
  width: 62.5%;
  width: calc(100% / 12 * 7.5);
  width: -webkit-calc(100% / 12 * 7.5);
  width: -moz-calc(100% / 12 * 7.5); }

.col-1-5 {
  width: 12.5%;
  width: calc(100% / 12 * 1.5);
  width: -webkit-calc(100% / 12 * 1.5);
  width: -moz-calc(100% / 12 * 1.5); }

h1, h2, h3, .underline {
  font-family: "Arvo", serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #242422;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px; }

h1 {
  font-size: 22px; }

h3 {
  font-size: 16px;
  line-height: 19px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  font-weight: 400;
  margin-top: 8px; }



.underline {
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  display: block;
  text-transform: lowercase;
  font-weight: 400;
  opacity: 0.7; 
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}

.underline:before, .underline:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 15%;
  vertical-align: middle;
  background-color: #242422; }

.underline:before {
  margin-right: 1.5%; }

.underline:after {
  margin-left: 1.5%; }

.box {
  padding: 18px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(56, 53, 48, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(56, 53, 48, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(56, 53, 48, 0.1); }
  .box p {
    font-size: 15px;
    line-height: 21px; }
  .box p:last-child {
    margin-bottom: 0; }

.whtBox {
  background-color: #f8f3f0; }

.blkBox {
  text-align: center;
  background-color: #242422;
  color: #f8f3f0; }
  .blkBox h1, .blkBox h2, .blkBox h3, .blkBox .underline {
    color: #f8f3f0; }
  .blkBox .underline:before, .blkBox .underline:after {
    background-color: #f8f3f0; }

.leftBox, .rightBox {
  width: 49.9%;
  display: inline-block;
  float: left; }

.confirmBtn {
  border-radius: 100%;
  height: 35px;
  width: 35px;
  color: #f8f3f0;
  border: none;
  font-size: 15px;
  vertical-align: middle;
  background-color: #61674b;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  font-family: FontAwesome;
  }

.confirmBtn:hover {
  opacity: 1; 
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}

.confirmBtn:active, .confirmBtn:focus {
  background-color: #242422;
  outline: none; }

.right {
  float: right; }

/* HOMEPAGE */
#infoHead .blkBox {
	  min-height: 190px;
	  padding-top: 32px;
}
#infoHead .blkBox p {
  opacity: 0.8; 
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
#infoHead .whtBox {
     padding-bottom: 32px;
    padding-top: 34px; }

#youtube .box {
  height: 100%;
  padding: 0; 
  overflow: hidden;
  position: relative;
}
#youtube strong {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 23px;
	bottom: 44px;
	left: 0;
}
#youtube strong a {
	text-decoration: none;
	color: #fff;
}
#youtube strong a:hover {
	text-decoration: underline;
}	
#hero {
	max-height: 100%;
	width: auto;
	margin-left: -15px;
	max-width: 130%;
}

#linkBox .leftBox, #linkBox .rightBox {
  vertical-align: middle;
  position: relative;
  overflow: hidden; }
#linkBox .leftBox h2, #linkBox .rightBox h2 {
  z-index: 9;
  position: relative; }
#linkBox .leftBox h2 {
	margin-top: 14px;
}
#linkBox .leftBox img, #linkBox .rightBox img {
  position: absolute;
  height: 115%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 0;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.25; 
  filter: alpha(opacity=25);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  }

#linkBox .leftBox:hover img, #linkBox .rightBox:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" }

.homeLinkBox {
	position: relative;
	overflow: hidden;
	height: 255px;
	padding: 0;
	margin-bottom: 25px;
	opacity: 0.9
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.homeLinkBox:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.homeLinkBox .linkBoxImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.classBlock {
	text-align: center;
	margin-top: 24px;
}
.homeLinkBox.classBlock .linkBoxImg {
	height: auto;
	width: 100%;
	padding: 0 !important;
	max-width: none;
}

#sliderCont, #homeBod, #newsletter, #links, #signUpBox {
  margin-top: 23px; }

#signUpBox a {
	text-decoration: none;
}

#sliderCont {
  float: right; 
  
  }
  #sliderCont .box, #sliderCont .banner li {
    min-height: 450px;
    padding: 0;
    position: relative; }
  #sliderCont .banner {
    position: absolute;
    overflow: auto;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%; }
  #sliderCont .banner li {
    list-style: none;
    position: relative; }
  #sliderCont .banner ul li {
    float: left; }
  #sliderCont .banner ul {
    margin: 0;
    padding: 0; }
  #sliderCont .banner .slideTitle, .linkBoxTitle {
    z-index: 10;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 30px 15px;
    background-color: #242422;
    background-color: rgba(30, 30, 30, 0.75); }
 
 .linkBoxTitle {
 	padding: 15px;
 }  
 .linkBoxTitle h3 {
 	margin-top: 0;
 	opacity: 1;
 	filter: alpha(opacity=100);
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 
    #sliderCont .banner .slideTitle h2, .linkBoxTitle h3 {
      font-weight: 400;
      color: #fff; }
  #sliderCont #rightBtn, #sliderCont #leftBtn {
    position: absolute;
    top: 45%;
    font-size: 30px;
    padding: 15px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    z-index: 99; }
  #sliderCont #rightBtn:hover, #sliderCont #leftBtn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    cursor: pointer; }
  #sliderCont #leftBtn {
    left: 0; }
  #sliderCont #rightBtn {
    right: 0; }
  #sliderCont .slideImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0; }

.pageBod .box {
	  min-height: 824px;
}
.pageBod img {
	max-width: 250px;
	height: auto;
	padding: 13px;
}
.pageBod iframe {
	width: 100%;
	height: auto;
}
#homeBod h2, .pageBod h1 {
  text-align: left; }
#homeBod h2:after, .pageBod h1:after {
  content: '';
  display: block;
  height: 1px;
  width: 70%;
  vertical-align: middle;
  background-color: #242422;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  margin-top: 10px;
  margin-bottom: 10px; }


.topTitle {
	text-align: left;
	color: #61674b;
	margin-bottom: 8px;
	font-size: 27px;
}

.botTitle {
	
}

.pageBod h2 {
	text-align: left;
	margin-bottom: 3px;
	margin-top: 10px;
}


.teamMemb {
	margin-bottom: 26px;	
}
.teamMemb:last-child {
	margin-bottom: 0;
}

.price {
	margin-bottom: 10px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 40% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 56% !important;
}
.woocommerce div.product div.images img {
	padding: 0;
}
.deposit-options {
	display: none !important; /* UN HIDE THIS TO ALLOW FULL AMOUNT TO BE SELECTED */
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 !important;
}

#newsletter {
  float: right; }
  #newsletter form {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    #newsletter form input['email'] {
      width: 70%;
      vertical-align: middle;
      font-size: 12px;
      border-color: rgba(30, 30, 30, 0.6);
      opacity: 0.6;
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      background-color: #f8f3f0;
      font-family: "PT Sans", sans-serif;
      margin-right: 15px; }
    #newsletter form input['email']:focus {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      background-color: #fff;
      outline: none; }

.menu-useful-links-container ul {
	list-style-type: none;
}
.menu-useful-links-container li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 29px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	font-weight: 400;
	margin-top: 0px;
	font-family: "Arvo", serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  width: 90%;
  display: block;
}
.menu-useful-links-container li:last-child a {
	margin-bottom: -10px;
	border-bottom: none;
}
.menu-useful-links-container li:last-child a:hover {
	border-bottom: none;
}
.menu-useful-links-container li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border-bottom: 1px solid #fff;
}
#botSideCont {
	padding: 0;
}
/* END HOMEPAGE */
footer {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 23px; }
  footer .inner {
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 23px; 
 		padding-right: 23px;
 	}
 	footer h3 {
 		text-align: left;
 		opacity: 1;
 		filter: alpha(opacity=100);
 		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 	}
.menu-footer-links-container ul {
	list-style-type: none;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
}
.menu-footer-links-container a {
	color: #fff;
}

.alignright{
   float: right;
}
.alignleft{
   float: left;
}
.aligncenter{
   margin: 0 auto;
   text-align: center;
}
.aligncenter, img.aligncenter { 
    clear: both; display: block; margin-left: auto; margin-right: auto; 
}

#archiveCont .col-8 .box {
	margin-bottom: 23px;
}
#archiveCont .col-8 .blkBox a {
	color: #fff;
}
#archiveCont .col-8 h3 {
	text-align: left;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.addresses h3, .woocommerce h3 {
	text-align: left;
	margin-top: 0;
}
.addresses header {
	padding: 0;
	padding-top: 10px !important;
}
.wpcf7-submit {
	border: none;
	padding: 6px;
	text-transform: uppercase;
	border-radius: 4px;
	margin-top: 0;
}
.cartTop {
	display: inline-block;
	text-align: right;
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	margin-top: -8px;
	margin-bottom: 8px;
	vertical-align: middle;
}
.cartTop a {
	text-decoration: none;
}

.cartTop:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wpcf7-submit {
	background-color: #61674b !important;
	color: #f8f3f0 !important;
	opacity: 0.8 !important;
	margin-top: 10px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wpcf7-submit:hover {
	opacity: 1 !important;
}
.woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .wpcf7-submit:focus {
	outline: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, #wc-deposits-options-form .amount, .woocommerce div.product .stock {
	color: #61674b !important;
}
.woocommerce .leftBox h3,.woocommerce .rightBox h3 {
	text-align: center!important;
}
.woocommerce-cart table.cart img {
	width: 90px !important;
	padding: 0;
}
.shop_table .product-remove {
	width: 50px;
}
.shop_table .product-name {
	width: 270px;
}
.shop_table .product-quantity {
	width: 86px;
	text-align: center;
}

#xShop img {
	padding: 6px;
}
/* END BODY */
/* END MAIN STYLES */

@media only screen and (max-width: 1190px) {
	nav a {
	  font-size: 12px;
	  line-height: 12px;
	 }
	 nav li {
	 	padding-left: 11px;
	 	padding-right: 11px;
	 }
}


@media only screen and (min-width: 740px) and (max-width: 959px) {
  /* TABLET STYLES */
	.col-1-5 {
    width: 33.333333333%; }
  .col-7-5 {
  	width: 100%;
  }

  .col-2-5 img {
    max-width: 250px; }

  .col-1-5 img {
    max-width: 150px; }

  #logo img {
    margin-left: 15px; }

  #infoHead, #youtube {
    margin-bottom: 23px; }
	
  #sliderCont, #signUpBox {
    margin-top: 0;
    margin-bottom: 23px; }

  .leftBox, .rightBox {
    display: block;
    width: 100%;
    min-height: 224px; }
    .leftBox h2, .rightBox h2 {
      margin-top: 25px; }

  #linkBox .leftBox img, #linkBox .rightBox img {
    height: auto;
    width: 115%; }

  /* END TABLET STYLES */ }
@media only screen and (max-width: 739px) {
  /* MOBILE STYLES */
  .col-2-5 {
    width: 60%; }
  .col-7-5 {
	 	width: 100%;
	 }

  .col-1-5 {
    width: 33.333333333%; }

  .col-2-5 img {
    max-width: 250px; }

  .col-1-5 img {
    max-width: 150px; }
	#signUpBox {
		margin-top: 23px;
	}
  #infoHead, #youtube, #sliderCont {
    margin-bottom: 23px; }

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100% !important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100% !important;
	}
	
  /* END MOBILE STYLES */ }


.menu-footer-links-container {
  text-align: left;
}

#countdown {
  margin-left: 3px;
  margin-bottom: 20px;
}

.stratfordTitle h2 {
	font-size: 15px;
	color: #ffffff;
	background-color: #4b4b47;
	padding: 6px 6px 6px 17px;
}

.stratfordText p {
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 16px;
	margin-bottom: 5px !important;
}

.contentAreaNew {
  position: relative;
}