/*-----------------
* palette
* ----------------
*
*/

/******** HTML GLOBAL *******/
html {
	background: #252525;
}

body {
  	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #444444;
}
input, form {
  color: #111;
}
input {
  padding: 5px 10px;
}
a {
	color: #E74C3C;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:hover {
	color: #444444;
}
.button,
a.button,
.btn,
input[type="submit"] {
  background-color: transparent;
  color: #000;
  padding: 10px 15px;
  font-weight: bold;
  border-color: transparent;
  border-radius: 0;
}
.button:hover,
a.button:hover,
.btn:hover,
input[type="submit"]:hover {
  background-color: transparent;
  color: #000;
}

.breadcrumbs {
  margin-top: 30px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
}

.breadcrumbs-wrap{
  background: transparent;
}

.page-header {
	margin: 0 0 30px 0;
	padding:  0;
	text-align: center;
}


/* type */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
}

.page-header h1, .page-header h2, .page-header h3 {
	margin: 0;
	padding: 0;
}

h1, .h1 {
  font-size: 32px;
}

.slide-title {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 36px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.btn, input.wpcf7-form-control.wpcf7-submit{
	border: 1px solid #000000;
	color: #000000;
	padding: 15px 30px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	text-transform: uppercase;
}

.btn:hover, .btn.btn-white:hover, input.wpcf7-form-control.wpcf7-submit:hover{
	border: 1px solid #E74C3C;
	color: #E74C3C;
}

.btn.btn-white {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.btn-top {
	margin-top: 30px;
}

/********** Header *********/

header .top-wrap {
	padding: 10px 0;
	background: #F5F3F1;
}

#header .custom-logo {
    margin: 30px auto;
}

.navbar {
    min-height: 1px;
    margin-bottom: 0;
}

.navbar-nav {
    float: none;
	text-align: center;
	margin: 0 0 30px 0;
}

.navbar-nav>li {
    float: none;
	display: inline-block;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 20px;
}

.navbar-nav li.menu-item-53 a {
	color: #E74C3C !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>a:hover, .navbar-default .navbar-nav>li>a:hover {
    color: #666666;
}

.header-contact {
	margin: 0;
	padding: 0;
	float: right;
}

.header-contact li {
	float: left;
	list-style: none;
	font-size: 13px;
	 color: #000;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	text-transform: uppercase;
}

.header-contact li i {
	padding-bottom: 10px;
}

#menu-information {
	margin: 0;
	padding: 0;
	float: left;
}

#menu-information li {
	float: left;
	list-style: none;
	margin-right: 15px;
}

#menu-information li:lastchild {
	margin: 0;
}

#menu-information li a {
	font-size: 13px;
	 color: #000;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	text-transform: uppercase;
}

#menu-information li a:hover {
	color: #666666;
}

/********* Slider **********/

.slider-overlay {
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9000;
  background: rgba(0,0,0,.4);
}

.slide-overlay {
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  text-align: center;
}

.slide-overlay, .slider-overlay {
  width: 100%;
  position: absolute;
  left: 0;
}

/******** Content **********/

.content-strip {
	padding: 60px 0;
}

.content-strip.content-strip-border-top {
	border-top: 1px solid #EAEAEA;
}

.content-strip.content-strip-less-bottom {
	padding: 60px 0 30px 0;
}

.no-padding {
	padding: 0;
}

.cta-table {
  display: table;
  width: 100%;
  height: 100%;
}

.cta-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.full-height {
	height: 100%;
	padding: 60px 0;
	background: #F5F3F1;
	text-align: center;
}

.full-height-img img {
    object-fit: cover;
    object-position: center;
	height: 100%;
	width: 100%;
}

.cta-block {
	display: block;
	position: relative;
}

.cta-block.cta-block-bottom-margin {
	margin-bottom: 30px;
}

.cta-block-abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 background: rgba(0,0,0,.4);
	display: none;
	text-align: center;
}

.cta-block-abs.cta-block-abs-show {
	display: block;
}

.cta-block:hover .cta-block-abs {
	display: block;
}

.cta-block-title {
	display: block;
		font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	margin: 15px 0 30px 0;
}

.cta-block-title:hover {
	color: #E74C3C;
}

.cta-block-title-overlay {
	display: inline-block;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 15px 30px;
	font-size: 22px;
	border: 1px solid #FFFFFF;
}

.inner-full-width-spacer {
	margin-top: 60px;
}

.cta-point {
	margin: 0 0 30px 0;
}

.cta-point-icon {
	padding: 15px 10px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #EAEAEA;
}

.cta-point-title {
	display: block;
		font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 5px 0;
}

.cta-block.cta-block-bottom-margin {
    margin-top: 30px;
		margin-bottom: 0px;
}

.home .cta-block.cta-block-bottom-margin {
    margin-top: 0px;
		margin-bottom: 30px;
}

.zoom-container {
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; margin: 0;
  padding: 0;
}

.zoom-css {
  transition: transform 2s; /* Animation */
}

.zoom-css:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.cta-block:hover .zoom-container .zoom-css {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/******** Footer ***********/

footer .middle-wrap {
	padding: 60px 0;
	background: #2E2E2E;
	color: #FFFFFF;
	font-size: 16px !important;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #E74C3C;
}

footer h3 {
	font-size: 16px;
	margin: 0 0 30px 0;
	padding: 0;
	color: #FFFFFF;
}

footer .menu li a {
	display: block;
	margin: 0 0 15px 0;
}

footer .menu li:last-child a {
	margin: 0;
}

.credits-wrap {
	background: #252525;
	padding: 30px 0;
	color: #FFFFFF;
}

.copyright {
	margin: 10px 0 0 0;
}

.accreditation {
	text-align: right;
}

.image-wrap{
	margin-top: 30px;
}

.grey-strip{
	background: #f7f7f7;
}

.wpcf7-text, .wpcf7-textarea {
  width: 100%;
  color: black;
  padding: 8px;
  border-radius: 2px;
  height: 50px;
  width: 100%;
  border-radius: 2px;
	margin: 10px 0;
}
.wpcf7-textarea {
   height: 200px;
}

.contact-details{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	list-style: none;
}

.middleContactLi{
	padding: 15px 0;
}

.faContact {

	color: #E74C3C;
	padding: 0 10px;
}

.woocommerce-result-count, .woocommerce-ordering{
	display: none;
}

.page-title{
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.productThumbs {
    margin-top: 30px;
}









.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff;
		height: 55px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #98252B;
	color: #fff;
	height: 55px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em;
}
.woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: relative;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #f7f7f7;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 0px 0px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 00px 0px 0;
    box-shadow: 0px 0px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #f7f7f7;
    z-index: 2;
    border-bottom-color: #f7f7f7;
    font-size: 32px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}

.woocomtabinner {
    background: #f7f7f7;
		padding: 60px 0;
}

ul.tabs.wc-tabs {
    display: none;
}






.woocommerce div.product div.images img {
    padding: 15x;
    border: 1px solid #eaeaea;
}

		table {
		    background-color: transparent;
		    width: 100%;
		    float: left;
		}
		th {
    width: 50% !important;
	}
		tbody {
		    width: 100%;
		}

		td, th {
		    padding: 0;
		    height: 55px;
		}

#menu-item-663 a{
	color: #e74c3c;
}
#menu-item-663 a:hover{
	color: #000;
}
/******** Responsive ***********/


@media (max-width: 1199px) {

	.navbar-default .navbar-nav>li>a {
		padding: 0 15px;
	}

}

@media (max-width: 991px) {

	h1, .h1 {
	  font-size: 26px;
	}

	.slide-title {
		font-size: 30px;
	}

	h2, .h2 {
	  font-size: 22px;
	}

	h3, .h3 {
	  font-size: 18px;
	}

	h4, .h4 {
	  font-size: 16px;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 0 7px;
		font-size: 13px;
	}

}

@media (max-width: 767px) {

	.copyright {
		margin: 0 0 15px 0;
	}

	.accreditation,.copyright {
		text-align: center
}
.slide-title {
    font-size: 18px;
}

}

@media (max-width: 767px) {

  .slideMenu {
      position: absolute;
      z-index: 9999999;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #444444;
      display: none;
  }
  .tableInner {
      display: table-cell;
      vertical-align: middle;
  }
  .tableOuterMenu {
      display: table;
      width: 100%;
  }
  .navbar-nav>li {
      float: none;
      text-align: center;
      text-transform: uppercase;
  }
  .nav>li {
      position: relative;
      display: block;
      z-index: 9999;
      padding: 15px 0;
  }
  .nav>li:hover a{
      background: transparent;
      color: rgba(255,255,255,0.3);
  }
  .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
      color: #fff;
      font-size: 50px;
      font-weight: 800;
  }
  .navbar-nav {
      float: none;
      margin: 0;
  }
  /* Header Open icon - found within header */
  .header-bars-wrap {
      display: inline-block;
      float: right;
      font-size: 30px;
      color: #fff;
      position: relative;
      cursor: pointer;
      z-index: 9999999;
  }

  /* Hamburger */
  .bar1, .bar2, .bar3 {
      width: 35px;
      height: 3.1px;
      background-color: #444444;
      margin: 6px auto;
      transition: 0.4s;
  }

  /* Rotate first bar */
  .bar1.change {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px) ;
    transform: rotate(-45deg) translate(-5px, 5px) ;
    background: #fff;
  }

  /* Fade out the second bar */
  .bar2.change {
    opacity: 0;
  }

  /* Rotate last bar */
  .bar3.change  {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
    background: #fff;
  }

  .hamburger-xs {
      background: transparent;
      float: right;
      margin: auto;
      display: table;
      text-align: center;
  }

  .logoWrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .noMargin{
    margin: 0px;
  }
  .navbar-nav {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.no-scroll{
	overflow: hidden;
}
.xsMenuWrap {
    position: relative;
    z-index: 9999999;
}
.header-xs-icons .fa {
    color: #444444;
    font-size: 30px;
    padding: 0 5px;
}
.header-xs-icons {
    background: transparent;
    /* float: right; */
    margin: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.navbar-nav>li>a {
		padding: 0px;
		color: #fff;
		font-size: 18px;
		font-weight: 800;
}
.header-xs-icons-inner {
    display: inline-flex;
}
.fa-xs-phone{
  margin-right: 5px;
}
.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%;
    padding: 0 15px;
}
}
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size: 3000px 270px;}