@charset "UTF-8";
/*!
Theme Name: Artifice
Theme URI: http://underscores.me/
Author: ArtificeCreative
Author URI: http://www.artificecreative.co.uk
Description: Here you will see a purpose built created by the team at Artifice Creative. Visit us as www.artificecreative.co.uk or contact us via hello@artificecreative.co.uk
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artifice
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Artifice is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries


	
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #28422d;
  font-family: "neue-kabel", "Federo", sans-serif;
  line-height: 1.3; }

/* allan-700 - latin */
@font-face {
  font-family: 'Allan';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/allan/allan-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/allan/allan-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/allan/allan-v18-latin-700.woff2") format("woff2"), url("fonts/allan/allan-v18-latin-700.woff") format("woff"), url("fonts/allan/allan-v18-latin-700.ttf") format("truetype"), url("fonts/allan/allan-v18-latin-700.svg#Allan") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "cooper-black-std";
  src: url("https://use.typekit.net/af/4e1b68/000000000000000000013101/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/4e1b68/000000000000000000013101/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/4e1b68/000000000000000000013101/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "neue-kabel";
  src: url("https://use.typekit.net/af/d8a594/00000000000000007735baff/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/d8a594/00000000000000007735baff/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/d8a594/00000000000000007735baff/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "neue-kabel";
  src: url("https://use.typekit.net/af/b803c2/00000000000000007735bb06/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/b803c2/00000000000000007735bb06/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/b803c2/00000000000000007735bb06/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: "neue-kabel";
  src: url("https://use.typekit.net/af/ff0205/00000000000000007735bb1c/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/ff0205/00000000000000007735bb1c/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/ff0205/00000000000000007735bb1c/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600; }

.tk-cooper-black-std {
  font-family: "cooper-black-std",serif; }

.tk-neue-kabel {
  font-family: "neue-kabel",sans-serif; }

.font-copy {
  font-family: "neue-kabel", "Federo", sans-serif !important;
  text-transform: none; }

.font-weight-bolder {
  font-weight: 800 !important; }

.font-hw {
  font-family: "Sorts Mill Goudy", serif !important; }

p {
  font-size: 1.0rem;
  line-height: 1.5rem;
  text-transform: uppercase; }

.ss-inline-share-wrapper .ss-social-share-label span, .ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a {
  font-family: "neue-kabel", "Federo", sans-serif !important; }

.space-text {
  letter-spacing: 0.03rem; }

.intro-title .circle-text {
  position: absolute;
  left: calc(100% - 46px);
  top: calc(100% - 65px);
  width: 142px;
  display: none; }
  @media (min-width: 992px) {
    .intro-title .circle-text {
      display: block; } }

.text-over::after {
  height: 140px;
  width: 140px;
  right: 40px;
  top: -70px;
  position: absolute;
  background-image: url(images/wild-cat-text-blk.png);
  background-size: contain !important;
  background-repeat: no-repeat !important; }
  @media (min-width: 992px) {
    .text-over::after {
      content: " "; } }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "cooper-black-std", sans-serif;
  font-weight: bold; }

h1, h2, h3 {
  line-height: 1.1em !important; }

.h6 {
  font-size: 13px; }

.heading-title::after, .gen-title::after {
  content: " ";
  width: 200px;
  height: 1px;
  background: #ccc;
  margin: auto;
  position: relative;
  float: none;
  display: block;
  margin-top: 20px; }

.gen-title {
  margin-bottom: 15px; }
  .gen-title::after {
    margin-top: 15px; }

.bord-title {
  width: 100%;
  height: 12px;
  border-top: 2px solid #28422d;
  border-bottom: 2px solid #28422d; }

.display-1 {
  font-size: 7.8rem; }

.font-alt {
  font-family: "Allan", sans-serif !important; }

.display-1 {
  font-size: 4.5rem; }
  @media screen and (min-width: 768px) {
    .display-1 {
      font-size: 6.7rem; } }
  @media screen and (min-width: 1024px) {
    .display-1 {
      font-size: 7.2rem; } }

.display-2 {
  font-size: 4.2rem; }
  @media screen and (min-width: 768px) {
    .display-2 {
      font-size: 5rem; } }
  @media screen and (min-width: 1024px) {
    .display-2 {
      font-size: 5.5rem; } }

.display-3 {
  font-size: 3.8rem; }
  @media screen and (min-width: 768px) {
    .display-3 {
      font-size: 4.3rem; } }
  @media screen and (min-width: 1024px) {
    .display-3 {
      font-size: 4.5rem; } }

.display-4 {
  font-size: 2.8rem; }
  @media screen and (min-width: 768px) {
    .display-4 {
      font-size: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .display-4 {
      font-size: 3.2rem; } }

.h1 {
  font-size: 2.5rem; }
  @media screen and (min-width: 768px) {
    .h1 {
      font-size: 2.6rem; } }
  @media screen and (min-width: 1324px) {
    .h1 {
      font-size: 3rem; } }

.h2 {
  font-size: 2.3rem; }
  @media screen and (min-width: 768px) {
    .h2 {
      font-size: 2.4rem; } }
  @media screen and (min-width: 1324px) {
    .h2 {
      font-size: 2.6rem; } }

.h5 {
  font-size: 1.25rem; }
  @media screen and (min-width: 768px) {
    .h5 {
      font-size: 1.4rem; } }
  @media screen and (min-width: 1324px) {
    .h5 {
      font-size: 1.5rem; } }

p {
  margin-bottom: 1.5em;
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.8rem; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "arpona", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "arpona", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.text-upper {
  text-transform: uppercase !important; }

.text-bold {
  font-weight: 800; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

.small-logo {
  max-width: 150px;
  margin: auto;
  display: block;
  transition: 0.2s ease-in-out all; }
  .small-logo:hover {
    opacity: 0.7; }

.nav-tabs {
  min-width: 320px; }

.woocommerce-product-details__short-description {
  margin-bottom: 20px; }

.single-product .pag-gen {
  display: block !important;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px; }

.but-prod {
  font-size: 13px !important;
  margin-top: 14px;
  padding: 17px 13px !important;
  max-width: 142px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-width: 152px; }

#ship-to-different-address {
  display: none !important; }

#byconsolewooodt_checkout_field .byconsolewooodt_delivery_date, #byconsolewooodt_checkout_field .byconsolewooodt_delivery_time {
  width: 100% !important; }

.related.products h2 {
  text-align: center;
  margin-bottom: 47px;
  margin-top: 70px; }

.related.products h2.woocommerce-loop-product__title {
  font-size: 29px !important;
  text-align: left; }

.related.products .price {
  color: #fff !important;
  font-size: 19px !important;
  margin-bottom: 23px !important; }

.related.products .single_add_to_cart_button {
  background: #fff !important;
  color: #c6a16a !important;
  letter-spacing: 3px;
  padding: 17px 13px;
  text-transform: uppercase;
  font-size: 10px;
  min-width: 138px;
  border-radius: 0px; }
  .related.products .single_add_to_cart_button:hover {
    background: #c6a16a !important;
    color: #000 !important; }

.site-notice {
  border: 4px solid #28422d;
  padding: 10px; }
  @media (min-width: 768px) {
    .site-notice {
      max-width: 700px !important; } }
  .site-notice-inner {
    border: 2px solid #28422d; }

.set-scroll {
  display: none !important; }

.page-template-page-home-new .site-branding, .single-product .site-branding {
  margin: auto; }

.page-template-page-home-new .set-scroll, .single-product .set-scroll {
  display: none !important; }

.woocommerce-terms-and-conditions-wrapper {
  display: None !important; }

.woocommerce-variation .woocommerce-variation-price {
  margin-bottom: 20px;
  display: block; }
  .woocommerce-variation .woocommerce-variation-price .woocommerce-Price-amount {
    color: #c6a16a !important; }

.bac-cream {
  background: #eae0d2; }

.btn-alt {
  text-decoration: underline;
  padding: 6px 0px !important;
  border-bottom: 2px solid #fff !important; }
  .btn-alt span {
    color: #fff !important; }

#hostme-widget-body .hostme-form .hostme-form-submit, #hostme-widget-body .hostme-form .hostme-form-item, #hostme-widget-body .hostme-form .hostme-form-date {
  margin-top: 10px; }

#hostme-widget-body .hostme-form .hostme-form-submit input {
  font-family: "Allan", sans-serif !important;
  color: #000 !important;
  letter-spacing: .2rem !important; }

#hostme-widget-body .form-control.hostme-input-replacement, .hostme-widget .form-control.hostme-input-replacement {
  font-family: "Allan", sans-serif !important; }

.bootstrap-datetimepicker-widget {
  z-index: 600; }

.reserve-modal .reserve-details__title {
  font-family: "cooper-black-std", sans-serif; }

.page-id-3986 #hostme-widget-body option, .page-id-3986 #hostme-widget-body .j-area-output, .page-id-3986 #hostme-widget-body .j-available-rests-select, .page-id-3986 #hostme-widget-body .j-date-output, .page-id-3986 #hostme-widget-body .j-date-picker, .page-id-3986 #hostme-widget-body .j-person-select, .page-id-3986 #hostme-widget-body .j-time-select, .page-id-3986 .hostme-widget .j-area-output, .page-id-3986 .hostme-widget .j-available-rests-select, .page-id-3986 .hostme-widget .j-date-output, .page-id-3986 .hostme-widget .j-date-picker, .page-id-3986 .hostme-widget .j-person-select, .page-id-3986 .hostme-widget .j-time-select {
  font-family: "Allan", sans-serif !important; }

#hostme-widget-body .hostme-form select, #hostme-widget-body .hostme-form select option {
  text-transform: none;
  font-family: "Allan", sans-serif !important; }

/* BT ecom - Start */
@media (max-width: 439.98px) {
  .coupon {
    text-align: center; }
    .coupon #coupon_code {
      margin-top: 20px;
      margin-bottom: 17px; } }

.page-policy h2, .page-policy h3, .page-policy h4 {
  color: #28422d;
  font-weight: normal !important; }

#byc_next_form_of_checkout_page, #byc_next_form_of_checkout_page_for_payment, #byc_prev_form_of_checkout_page_for_date_time_plugin, #byc_prev_form_of_checkout_page_for_billing_and_shipping_details, #byc_prev_form_of_checkout_page_for_billing_and_shipping_details {
  background-color: #000 !important;
  color: #28422d !important;
  font-family: "Allan", sans-serif;
  text-transform: lowercase;
  font-size: 16px;
  padding: 20px;
  line-height: 9px;
  border: none !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  #byc_next_form_of_checkout_page:hover, #byc_next_form_of_checkout_page_for_payment:hover, #byc_prev_form_of_checkout_page_for_date_time_plugin:hover, #byc_prev_form_of_checkout_page_for_billing_and_shipping_details:hover, #byc_prev_form_of_checkout_page_for_billing_and_shipping_details:hover {
    background-color: #28422d !important;
    color: #000 !important;
    border: none !important; }

.byconsolewooodt_delivery_type input:checked + label[for="byconsolewooodt_delivery_type_take_away"], .byconsolewooodt_delivery_type input:checked + label[for="byconsolewooodt_delivery_type_levering"] {
  background-color: #000 !important;
  color: #fff !important; }
  .byconsolewooodt_delivery_type input:checked + label[for="byconsolewooodt_delivery_type_take_away"]::after, .byconsolewooodt_delivery_type input:checked + label[for="byconsolewooodt_delivery_type_levering"]::after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    content: " ";
    position: absolute;
    left: 10px;
    right: 0;
    margin: auto;
    top: 100%; }

#ui-datepicker-div .ui-datepicker-calendar td.available .ui-state-default {
  background: #000;
  color: #28422d; }

.ui-timepicker-wrapper {
  min-width: 120px; }

#byconsolewooodt_checkout_field {
  margin-bottom: 24px;
  text-align: center; }
  #byconsolewooodt_checkout_field label {
    width: 100%; }
    #byconsolewooodt_checkout_field label.radio {
      position: relative;
      font-family: "cooper-black-std", sans-serif;
      text-transform: lowercase;
      font-size: 1.85rem;
      letter-spacing: 0;
      padding: 20px;
      color: #000;
      line-height: 20px;
      width: 100%;
      margin-left: 0px;
      margin-right: 0px;
      background: #fff;
      border: 2px solid #000;
      transition: all 0.2s ease-in-out;
      margin-bottom: 23px; }
      @media (min-width: 576px) {
        #byconsolewooodt_checkout_field label.radio {
          width: calc(50% - 20px);
          margin-right: 10px;
          margin-left: 10px; } }
  #byconsolewooodt_checkout_field .woocommerce-input-wrapper {
    text-align: center;
    margin: auto;
    max-width: 700px;
    width: 100%; }
  @media (min-width: 768px) {
    #byconsolewooodt_checkout_field .byconsolewooodt_delivery_date, #byconsolewooodt_checkout_field .byconsolewooodt_delivery_time {
      display: inline-block;
      width: 50%; } }
  #byconsolewooodt_checkout_field .byconsolewooodt_delivery_date input, #byconsolewooodt_checkout_field .byconsolewooodt_delivery_time input {
    max-width: 280px;
    margin: auto;
    text-align: center; }

.order-again {
  text-align: center; }
  .order-again .button {
    background: #000 !important;
    color: #fff !important;
    width: auto !important;
    display: inline-block !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px !important;
    padding: 20px !important; }

.img-checkout {
  max-width: 228px !important; }

@media (max-width: 767.98px) {
  .img-del-cat {
    max-width: 400px;
    width: 100%;
    margin: auto; }
  .page-template-page-delivery .nav-tabs .nav-item, .page-template-page-delivery .nav-tabs .nav-link {
    display: none !important; }
  .nav-tabs .nav-item.active, .nav-tabs .nav-link.active {
    outline: none;
    display: Block !important; }
    .nav-tabs .nav-item.active .img-del-cat, .nav-tabs .nav-link.active .img-del-cat {
      display: none !important; }
    .nav-tabs .nav-item.active .img-del-main, .nav-tabs .nav-link.active .img-del-main {
      display: block !important; } }

.head-alt-logo {
  max-width: 72px; }

.popup-cover {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99988;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out; }
  .popup-cover.show-popup-cover {
    display: block;
    opacity: 1;
    visibility: visible; }

.popup-main {
  position: fixed;
  border: 2px solid #fff;
  max-width: 800px;
  min-width: 300px;
  width: 70%;
  background: #28422d;
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  padding: 0px;
  -webkit-box-shadow: 0px 10px 16px -9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 16px -9px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 16px -9px rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out; }
  @media (max-width: 767.98px) {
    .popup-main .pop-img {
      height: 200px; } }
  .popup-main .btn.font-alt::before {
    background: #fff; }
  .popup-main .popup-cont {
    padding: 31px 20px; }
    @media (min-width: 576px) {
      .popup-main .popup-cont {
        padding: 40px; } }
  .popup-main p {
    color: #000; }
  .popup-main .text-small {
    font-size: 12px;
    line-height: 1.5em; }
  @media (min-width: 576px) {
    .popup-main {
      width: 80%;
      max-width: 600px; } }
  @media (min-width: 768px) {
    .popup-main {
      width: 100%;
      max-width: 800px; } }
  @media (max-width: 767.98px) {
    .popup-main {
      left: 54%; }
      .popup-main .display-3 {
        font-size: 2.8rem; }
      .popup-main p {
        font-size: 0.8em; }
        .popup-main p.text-small {
          font-size: 12px; } }
  .popup-main.show-popup-main {
    display: flex;
    opacity: 1;
    visibility: visible; }
  .popup-main .icon {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 28px;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .popup-main .icon {
        color: #fff; } }
    .popup-main .icon:hover {
      color: #000; }
    .popup-main .icon::before {
      color: #a5c2d7; }

.grecaptcha-badge {
  display: none !important; }

@media (min-width: 992px) {
  .navbar.navbar-expand-md .menu-call, .navbar.navbar-expand-md .menu-nav {
    width: calc(50% - 70px); } }

.woocommerce form .form-row.min-age-woo-field .input-text {
  width: 100px; }

#min-age-woo-ask-dob {
  display: block !important;
  text-align: center;
  margin-bottom: 50px; }
  #min-age-woo-ask-dob .min-age-woo-field {
    width: auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px; }
  #min-age-woo-ask-dob .form-row {
    margin: auto !important; }
    #min-age-woo-ask-dob .form-row label {
      width: 100%;
      text-align: center; }
    #min-age-woo-ask-dob .form-row .woocommerce-input-wrapper {
      width: 100%; }

.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-shipping-fields__field-wrapper .form-row {
  flex-direction: column; }

.woocommerce-checkout .mc4wp-checkbox {
  padding: 10px 20px !important;
  background: #eae0d2; }
  .woocommerce-checkout .mc4wp-checkbox label {
    margin-bottom: 0px !important; }
  .woocommerce-checkout .mc4wp-checkbox input {
    margin-top: 5px; }
  .woocommerce-checkout .mc4wp-checkbox span {
    vertical-align: top;
    padding-left: 10px;
    color: #000; }

.woocommerce-checkout #payment {
  background: #fff; }

.woocommerce-checkout #payment div.payment_box {
  background: #EAE0D2; }
  .woocommerce-checkout #payment div.payment_box::before {
    border-color: 1em solid #EAE0D2; }

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important; }

.woocommerce-checkout .woocommerce {
  max-width: 800px;
  margin: auto; }
  @media (min-width: 992px) {
    .woocommerce-checkout .woocommerce form .form-row#billing_city_field {
      width: 47%; } }
  .woocommerce-checkout .woocommerce form .form-row label {
    font-size: 11px;
    letter-spacing: 2.5px;
    color: #000;
    text-transform: uppercase; }
  .woocommerce-checkout .woocommerce form .form-row input {
    padding: 16px 19px;
    color: #000 !important;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border: 1.5px solid #000; }

@media (max-width: 767.98px) {
  .woocommerce .cart-collaterals table.shop_table_responsive tbody, .woocommerce .cart-collaterals .woocommerce-page table.shop_table_responsive tbody {
    text-align: center; }
    .woocommerce .cart-collaterals table.shop_table_responsive tbody th, .woocommerce .cart-collaterals .woocommerce-page table.shop_table_responsive tbody th {
      display: block;
      border-bottom: 0px !important;
      padding-bottom: 5px !important;
      width: 100%; }
    .woocommerce .cart-collaterals table.shop_table_responsive tbody td, .woocommerce .cart-collaterals .woocommerce-page table.shop_table_responsive tbody td {
      padding-top: 0px !important;
      width: 100%;
      text-align: center !important; }
    .woocommerce .cart-collaterals table.shop_table_responsive tbody ul, .woocommerce .cart-collaterals table.shop_table_responsive tbody li, .woocommerce .cart-collaterals table.shop_table_responsive tbody .woocommerce-shipping-destination, .woocommerce .cart-collaterals .woocommerce-page table.shop_table_responsive tbody ul, .woocommerce .cart-collaterals .woocommerce-page table.shop_table_responsive tbody li, .woocommerce .cart-collaterals .woocommerce-page table.shop_table_responsive tbody .woocommerce-shipping-destination {
      text-align: center; } }

.woocommerce .cart-collaterals table.shop_table_responsive tbody .woocommerce-shipping-destination, .woocommerce .cart-collaterals table.shop_table_responsive tbody td[data-title="Shipping"], .woocommerce .cart-collaterals .woocommerce-page table.shop_table_responsive tbody .woocommerce-shipping-destination, .woocommerce .cart-collaterals .woocommerce-page table.shop_table_responsive tbody td[data-title="Shipping"] {
  font-family: "Allan", sans-serif;
  text-transform: lowercase; }

.dot-bord {
  border-bottom: 3px dotted #000; }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent; }

body.woocommerce-cart .cart-prod-title {
  color: #000 !important; }

@media (max-width: 767.98px) {
  body.woocommerce-cart table.woocommerce-cart-form__contents {
    position: relative; }
    body.woocommerce-cart table.woocommerce-cart-form__contents .cart_item {
      margin-bottom: 17px;
      margin-top: 17px;
      position: relative; }
    body.woocommerce-cart table.woocommerce-cart-form__contents .product-quantity, body.woocommerce-cart table.woocommerce-cart-form__contents .product-price {
      width: 49%;
      display: inline-block; }
    body.woocommerce-cart table.woocommerce-cart-form__contents .product-quantity {
      padding-right: 0px; }
    body.woocommerce-cart table.woocommerce-cart-form__contents .product-remove {
      top: 17px;
      position: absolute;
      right: 0px; }
      body.woocommerce-cart table.woocommerce-cart-form__contents .product-remove a.remove span {
        position: absolute;
        right: calc(100% - 7px);
        top: 16px; }
    body.woocommerce-cart table.woocommerce-cart-form__contents .product-price .woocommerce-Price-amount {
      padding-top: 9px;
      display: block; }
    body.woocommerce-cart table.woocommerce-cart-form__contents .product-name {
      padding-top: 25px;
      display: block;
      top: 16px; }
      body.woocommerce-cart table.woocommerce-cart-form__contents .product-name .cart-prod-title {
        padding-top: 12px;
        display: block; }
    body.woocommerce-cart table.woocommerce-cart-form__contents .actions {
      width: 100%; } }

@media (max-width: 767.98px) {
  body.woocommerce-cart table.shop_table_responsive tr td, body.woocommerce-cart table.shop_table_responsive tr td {
    text-align: left !important; } }

body.woocommerce-cart table.shop_table_responsive tr td::before, body.woocommerce-cart table.shop_table_responsive tr td::before {
  display: none; }

body.woocommerce-cart .woocommerce-Price-amount {
  font-family: "Allan", sans-serif;
  font-size: 1.375rem !important; }

body.woocommerce-cart .cart_totals h2 {
  display: none; }

body.woocommerce-cart .cart-collaterals .cart_totals table, body.woocommerce-cart .woocommerce-order-details .shop_table {
  padding: 15px 19px;
  background: #EAE0D2;
  margin-top: 40px; }
  @media (min-width: 768px) {
    body.woocommerce-cart .cart-collaterals .cart_totals table, body.woocommerce-cart .woocommerce-order-details .shop_table {
      padding: 15px 42px; } }
  body.woocommerce-cart .cart-collaterals .cart_totals table tr td, body.woocommerce-cart .woocommerce-order-details .shop_table tr td {
    text-align: right; }
  body.woocommerce-cart .cart-collaterals .cart_totals table tr td, body.woocommerce-cart .cart-collaterals .cart_totals table tr th, body.woocommerce-cart .woocommerce-order-details .shop_table tr td, body.woocommerce-cart .woocommerce-order-details .shop_table tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 22px 0; }
  body.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child td, body.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child th, body.woocommerce-cart .woocommerce-order-details .shop_table tr:last-child td, body.woocommerce-cart .woocommerce-order-details .shop_table tr:last-child th {
    border-bottom: none; }

body.woocommerce-cart table.shop_table {
  border: none; }

body.woocommerce-cart .woocommerce-cart-form table.shop_table td p {
  font-family: "Allan", sans-serif;
  text-transform: uppercase;
  font-size: 15px; }

.coupon #coupon_code {
  padding: 12px;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: normal;
  font-size: 12px; }

.coupon button {
  padding: 15px 17px !important;
  border: 2px solid #28422d !important;
  color: #28422d !important;
  background: transparent !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: normal !important;
  font-size: 12px !important;
  border-radius: 0px !important;
  transition: all 0.2s ease-in-out; }
  .coupon button:hover {
    background: #28422d !important;
    color: #000; }
  @media (max-width: 991.98px) {
    .coupon button {
      border: 2px solid #000 !important;
      background: #000 !important; } }

body.woocommerce-checkout #customer_details .col-1, body.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

body.woocommerce-checkout #customer_details .col-2 {
  margin-top: 30px; }
  body.woocommerce-checkout #customer_details .col-2 #order_comments_field .woocommerce-input-wrapper {
    width: 100%;
    margin-bottom: 40px; }

body.woocommerce-cart .return-to-shop, body.woocommerce-checkout .return-to-shop {
  display: none; }

body.woocommerce-cart .product-remove, body.woocommerce-checkout .product-remove {
  text-align: right; }

body.woocommerce-cart a.remove, body.woocommerce-checkout a.remove {
  width: auto;
  color: #28422d !important;
  display: inline-block; }
  body.woocommerce-cart a.remove:hover, body.woocommerce-checkout a.remove:hover {
    background: transparent;
    color: inherit; }
  body.woocommerce-cart a.remove span, body.woocommerce-checkout a.remove span {
    font-size: 10px;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 2px; }

body.woocommerce-cart .site-outer-container, body.woocommerce-checkout .site-outer-container {
  background-image: none !important;
  background-color: #fff !important; }

body.woocommerce-cart .site-content, body.woocommerce-checkout .site-content {
  margin-bottom: 0px !important; }

body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-checkout .cart-collaterals .cart_totals {
  width: 100%; }

body.woocommerce-cart .woocommerce-cart-form, body.woocommerce-checkout .woocommerce-cart-form {
  width: 100%;
  margin: auto; }
  @media (min-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form, body.woocommerce-checkout .woocommerce-cart-form {
      width: calc(100% - 89px); } }
  body.woocommerce-cart .woocommerce-cart-form .qty-custom, body.woocommerce-checkout .woocommerce-cart-form .qty-custom {
    width: 120px;
    background: #fff;
    margin-bottom: 0px; }
    body.woocommerce-cart .woocommerce-cart-form .qty-custom input[type="button"], body.woocommerce-checkout .woocommerce-cart-form .qty-custom input[type="button"] {
      color: #000; }
    body.woocommerce-cart .woocommerce-cart-form .qty-custom .qty, body.woocommerce-checkout .woocommerce-cart-form .qty-custom .qty {
      width: 2.5em;
      color: #000; }

body .cart_totals .wc-proceed-to-checkout {
  text-align: center; }

body .cart_totals .checkout-button {
  background: #000 !important;
  color: #fff !important;
  width: auto !important;
  display: inline-block !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px !important;
  padding: 20px !important; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background: #000 !important;
  color: #fff !important;
  width: auto !important;
  display: inline-block !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px !important;
  padding: 20px !important; }

.woocommerce-checkout-review-order .place-order {
  text-align: center; }
  .woocommerce-checkout-review-order .place-order #place_order {
    margin: auto; }

.woocommerce-checkout-review-order table.shop_table {
  background: #EAE0D2;
  padding: 15px 0px;
  border-radius: 0px;
  border: 0px; }
  @media (min-width: 576px) {
    .woocommerce-checkout-review-order table.shop_table {
      padding: 15px 42px; } }
  .woocommerce-checkout-review-order table.shop_table th, .woocommerce-checkout-review-order table.shop_table td {
    font-family: "Allan", sans-serif;
    text-transform: uppercase; }

.woocommerce-cart table.cart td {
  vertical-align: text-top; }
  .woocommerce-cart table.cart td.product-remove {
    vertical-align: middle; }

.tab-product {
  border-bottom: 3px dotted #4f4f4f; }
  @media (max-width: 991.98px) {
    .tab-product {
      border-bottom: 3px dotted #fff; } }
  .tab-product .cart {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
    .tab-product .cart .qty-custom {
      margin-bottom: 0px;
      margin-right: 20px; }

.img-del-cat-hide {
  display: none; }

.child-cat-title {
  border-bottom: 3px dotted #fff; }

.del-grid-item .woocommerce-loop-product__title, .del-grid-item .woocommerce-Price-amount {
  color: #28422d; }

.del-prod-gen .col-abv, .del-prod-gen .col-price {
  width: 120px; }

.del-prod-gen .col-add {
  width: 327px; }
  .del-prod-gen .col-add .cart {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  @media (min-width: 768px) {
    .del-prod-gen .col-add button {
      margin-left: auto; } }
  .del-prod-gen .col-add .qty-custom {
    margin-right: 22px;
    margin-bottom: 0px; }

.qty-custom {
  border: 2px solid #fff;
  background: #000;
  margin-bottom: 20px;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media (max-width: 991.98px) {
    .qty-custom {
      max-width: 135px; } }
  .qty-custom input[type="button"] {
    padding: 8px 6px;
    background: transparent;
    color: #fff;
    font-size: 24px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .qty-custom input[type="button"]:hover {
      color: #28422d; }
  .qty-custom input[type="number"] {
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #fff;
    width: 3.4rem; }

.tab-products .woocommerce-Price-amount {
  font-family: "neue-kabel", "Federo", sans-serif; }

.tab-products .attachment-woocommerce_thumbnail {
  margin-bottom: 20px; }

.tab-products .woocommerce-loop-product__title {
  letter-spacing: 0px; }

.tab-products .cart button {
  background: #fff;
  color: #28422d;
  letter-spacing: 2px;
  padding: 17px 9px;
  text-transform: uppercase;
  font-size: 13px;
  max-width: 142px; }
  @media (min-width: 576px) {
    .tab-products .cart button {
      padding: 17px 13px;
      min-width: 152px; } }

/* BT ecom - End */
.opac-0 {
  opacity: 0; }

@media (max-width: 767.98px) {
  .icon-social {
    font-size: 53px; } }

.stretch-bg {
  background-size: auto 100% !important; }

.img-send {
  margin-top: -10px;
  max-width: 80%; }

.single-post .ss-inline-share-wrapper {
  margin-bottom: 0px !important; }

.speed-norm {
  animation-duration: 1.5s !important; }

.blink_me {
  animation: blinker 1s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }

.sect-map {
  height: 370px;
  position: relative; }
  @media (min-width: 992px) {
    .sect-map {
      height: 400px; } }
  @media (min-width: 1000px) {
    .sect-map {
      height: 450px; } }
  @media (min-width: 1400px) {
    .sect-map {
      height: 500px; } }
  .sect-map::before {
    content: " ";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-in-out;
    position: absolute; }
  .sect-map:hover .inner-map-circ {
    background: #fff; }
    .sect-map:hover .inner-map-circ::after {
      border-color: #fff; }
  .sect-map:hover::before {
    background: rgba(0, 0, 0, 0.6); }
  .sect-map:hover .map-text {
    opacity: 0.5; }
  .sect-map:hover .map-text-alt {
    transition-delay: 0.5s;
    transition: all 0.7s ease-in-out;
    opacity: 1;
    top: 50px; }
  .sect-map .inner-map-circ {
    transition: all 0.2s ease-in-out;
    width: 20px;
    position: relative;
    margin: auto;
    height: 20px;
    background: #28422d;
    border-radius: 50%; }
    .sect-map .inner-map-circ::after {
      content: " ";
      width: 40px;
      position: absolute;
      left: -100%;
      right: -100%;
      bottom: -100%;
      top: -100%;
      margin: auto;
      height: 40px;
      border: 1px solid #28422d;
      border-radius: 50%;
      vertical-align: middle;
      float: none; }
  .sect-map .map-text {
    position: absolute;
    width: 245px;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: inline-block;
    text-transform: lowercase;
    float: none;
    text-align: center;
    transition: all 0.4s ease-in-out; }
  .sect-map .map-text-alt {
    position: absolute;
    text-transform: lowercase;
    width: 196px;
    top: 80px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: inline-block;
    float: none;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transition-delay: 0s; }
    cursor:pointer
.sect-map .map-text-alt:hover {
      color: #28422d !important;
      transition-delay: 0s;
      transition: all 0.2s ease-in-out; }
  .sect-map .ums_map_opts {
    width: 100% !important; }
  .sect-map .ums_map_opts, .sect-map .ums_MapPreview, .sect-map .umsMapDetailsContainer {
    height: 400px !important; }
  .sect-map #MicrosoftNav .NavBar_Button#MapTypeSwitcherButton, .sect-map #MicrosoftNav .NavBar_Button#TrafficToggleButton {
    display: none !important; }
  .sect-map .bm_bottomRightOverlay #ScaleBarId {
    display: none !important; }

.bord-left {
  border-left: 2px solid #28422d; }

.text-intro p:last-child {
  margin-bottom: 0px; }

a.col-wht {
  color: #fff !important; }

.divide-main {
  position: relative;
  max-width: 200px; }
  .divide-main::after {
    content: " ";
    height: 7px;
    width: 7px;
    border: 2px solid #28422d;
    position: absolute;
    right: -100%;
    left: -100%;
    float: none;
    top: -100%;
    bottom: -100%;
    vertical-align: middle;
    display: inline-block;
    margin: auto;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari 3-8 */
    transform: rotate(45deg); }

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 720px; }
  .page-id-3448 .container {
    max-width: 1010px; } }

.w-100 {
  width: 100%; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

header {
  z-index: 100;
  position: relative; }

body {
  background-color: #faf4ec;
  /* Fallback for when there is no custom background color defined. */
  background-position: top center !important; }

.break-word {
  word-break: break-all; }

.wp-caption-text {
  font-size: 11px; }

hr {
  background-color: #28422d;
  border: 0;
  height: 2px;
  margin-bottom: 1.5em; }

.text-upper {
  text-transform: uppercase; }

.grid-sizer,
.grid-item {
  width: 100%; }
  @media (min-width: 500px) {
    .grid-sizer,
    .grid-item {
      width: calc( 100% / 2); } }
  @media (min-width: 992px) {
    .grid-sizer,
    .grid-item {
      width: calc( 100% / 3); } }

/* 2 columns */
.grid-item--width2 {
  width: 100%; }
  @media (min-width: 992px) {
    .grid-item--width2 {
      width: 66.6666%; } }

.grid-item--width3 {
  width: 100%; }

/*

Elements:
>Footer List

*/
ul, ol {
  margin: 0 0 1.5em 0em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.social-circle {
  padding-left: 5px;
  padding-right: 5px;
  height: 50px;
  width: 50px;
  border: 2px solid #28422d;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 7px !important;
  text-align: center; }
  .social-circle i {
    font-size: 28px;
    line-height: 46px; }

.list-quick a {
  border-right: 1px solid #28422d; }

.list-quick:last-child() {
  border-right: none; }

.list-social a {
  padding-left: 5px;
  padding-right: 5px;
  height: 50px;
  width: 50px;
  border: 2px solid #28422d;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 7px !important; }
  .list-social a i {
    font-size: 28px;
    line-height: 46px; }

/*--------------------------------------------------------------
## Tab list
--------------------------------------------------------------*/
.nav-tabs {
  border-bottom: none; }
  .nav-tabs .nav-link.active {
    background: transparent;
    border: none; }
  .nav-tabs .nav-link:hover {
    border: none; }
  .nav-tabs .nav-link span {
    position: relative; }
    .nav-tabs .nav-link span::after {
      content: " ";
      width: 2px;
      bottom: -10px;
      left: 0;
      right: 0;
      margin: auto;
      background: #28422d;
      position: absolute;
      display: inline-block;
      transition: all 0.2s ease-in-out;
      height: 2px;
      opacity: 0; }
  .nav-tabs .nav-link:hover span::after, .nav-tabs .nav-link.active span::after {
    opacity: 1;
    content: " ";
    width: 100%; }

/*--------------------------------------------------------------
## Footer List
--------------------------------------------------------------*/
.site-footer .footer-links .h5 {
  margin-bottom: 33px; }

.site-footer .footer-links p {
  margin-bottom: 10px; }

.site-footer .footer-links :last-child {
  margin-bottom: 0px; }

/*--------------------------------------------------------------
## News articles
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .last-art {
    display: none !important; } }

/*--------------------------------------------------------------
## Event Reports
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .block-reports h6 {
    font-size: 1.00rem; }
  .block-reports p small {
    line-height: 1.2em;
    font-size: 10px; }
  .block-reports p {
    line-height: 1.1em; } }

/*--------------------------------------------------------------
## Event Tabs
--------------------------------------------------------------*/
.sp-tab-menu-item-active a, .sp-tab-menu-item-active a:hover {
  color: #28422d !important;
  border-bottom-color: #28422d !important; }

/*--------------------------------------------------------------
## Instafeed
--------------------------------------------------------------*/
#instafeed {
  margin: 0 0.5em; }
  #instafeed a {
    margin: 0;
    overflow: hidden;
    transition: all .3s;
    background-size: cover;
    border: 4px solid #fff;
    height: 140px; }
    @media (min-width: 350px) {
      #instafeed a {
        height: 170px; } }
    @media (min-width: 440px) {
      #instafeed a {
        height: 230px; } }
    @media (min-width: 576px) {
      #instafeed a {
        height: 230px; } }
    @media (min-width: 768px) {
      #instafeed a {
        height: 230px; } }
    @media (min-width: 992px) {
      #instafeed a {
        height: 260px; } }

/*--------------------------------------------------------------
## history/ timeline
--------------------------------------------------------------*/
.home-hist .row:nth-child(1) .block-result-date, .home-hist .row:nth-child(1) .block-hist-info {
  padding-top: 70px !important; }

.home-hist .row:nth-child(3) .block-result-date, .home-hist .row:nth-child(3) .block-hist-info {
  padding-bottom: 20px !important; }

.timeline .tl-inner {
  border-left: 4px dashed #fff;
  margin-top: 120px;
  margin-bottom: 120px; }
  .timeline .tl-inner::before, .timeline .tl-inner::after {
    content: " ";
    width: 50%;
    height: 100px;
    position: absolute;
    border-right: 4px dashed #fff; }
  .timeline .tl-inner::before {
    border-bottom: 4px dashed #fff;
    bottom: 100%; }
  .timeline .tl-inner::after {
    border-top: 4px dashed #fff;
    top: 100%; }
  .timeline .tl-inner .set-divide::after {
    margin-left: 0px; }
  .timeline .tl-inner .circle {
    left: -35px !important;
    z-index: 300; }
    .timeline .tl-inner .circle::before {
      height: 105px;
      content: " ";
      width: 50px;
      position: absolute;
      top: -3px;
      right: 0px;
      z-index: 0;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      border: 4px solid #f1d3cb;
      border-left: none; }

.list-honours img {
  width: 100%; }

@media (max-width: 991.98px) {
  .block-timeline {
    display: none !important; } }

.site-label {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }
  .site-label span {
    display: inline-block; }
  @media (max-width: 991.98px) {
    .site-label {
      display: none; } }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/*a:hover, a:focus, a:active {
    color: inherit !important;
}
a{
	color:inherit !important;
}*/
.over-hide {
  overflow: hidden; }
  @media (max-width: 319.98px) {
    .over-hide-mob {
      overflow: hidden; } }

@media (max-width: 319.98px) {
  .hide-mob-xs {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hide-mob {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hide-tab-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hide-tab-up {
    display: none !important; } }

@media (min-width: 768px) {
  .hide-desk-up {
    display: none !important; } }

.wp-block-quote {
  padding: 30px !important;
  position: relative;
  border: 8px solid #28422d;
  /*
	&::before{
		content:'"';
		position: absolute;
		left: 0px;
		top: 0px;
		color: $col_prim;
		line-height: 0.9em;
		font-size: 140px;
	}*/ }
  .wp-block-quote p {
    margin-bottom: 18px !important; }
  .wp-block-quote::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid #fff; }
  .wp-block-quote cite {
    color: #28422d; }

.block-content h1, .block-content h2, .block-content h3, .block-content h4, .block-content h5, .block-content h6 {
  margin-top: 0px;
  color: #28422d; }

.block-content p:last-child {
  margin-bottom: 5px; }

.block-content p {
  line-height: 2em; }

.block-content a {
  color: #28422d !important; }
  .block-content a:hover {
    color: #a5c2d7 !important; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.z-2 {
  z-index: 200; }

.z-5 {
  z-index: 500; }

.z-set-2 {
  z-index: 2; }

.w-100 {
  width: 100%; }

.pos-rel {
  position: relative; }

.label-abs {
  z-index: 300 !important; }

.cover {
  position: relative; }
  .cover::after, .cover-alt::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 240px;
    transition: height 0.4s ease-in-out;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.71) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(79%, rgba(0, 0, 0, 0.59)), color-stop(100%, rgba(0, 0, 0, 0.71)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.71) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.71) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.71) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.71) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/ }
  .cover-alt::after {
    height: 100%;
    opacity: 1; }

.block-banner.cover:hover::after {
  height: 150px; }

.cover-match::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  height: 100%;
  background: rgba(195, 14, 26, 0.73);
  background: -moz-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195, 14, 26, 0.73)), color-stop(100%, #c30e1a));
  background: -webkit-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: -o-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: -ms-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: linear-gradient(to bottom, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c30e1a', endColorstr='#c30e1a', GradientType=0 ); }

.item-attributes {
  display: table;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e4e4e4;
  font-weight: 700;
  font-style: normal; }
  .item-attributes .item-attributes__item {
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
    color: #828282;
    font-size: 0.933em; }
  .item-attributes .item-attributes__item:last-child {
    border: none; }

.bord-top {
  border-top: 10px solid #28422d; }
  .bord-top-red {
    border-color: #28422d; }
  .bord-top-twit {
    border-color: #55acee; }

.bord {
  width: 60px;
  height: 1.5px;
  background-color: #000; }

.gal-card .card {
  display: inline-block;
  width: 100%; }

.body-stick {
  overflow: hidden !important; }

.content-gen h2, .content-gen h3, .content-gen h4, .content-gen h5, .content-gen h6 {
  font-family: "Allan", sans-serif !important; }

.label-blog {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200; }

.label-blog-holder {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200; }
  .label-blog-holder div {
    background: rgba(255, 255, 255, 0.5); }

@media (max-width: 767.98px) {
  .label-bg {
    background: #f1d3cb; } }

.label-l {
  position: relative; }
  .label-l::after {
    content: "";
    left: 100%;
    top: 0px;
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-bottom: 56px solid #28422d;
    border-right: 59px solid transparent; }

.label-r {
  padding-left: 55px !important; }
  @media (min-width: 992px) {
    .label-r {
      padding-left: 70px !important; } }

@media (min-width: 768px) {
  .label-minus {
    margin-top: -56px; } }

.label-abs {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50; }
  .label-abs::after {
    content: "";
    border-left: none !important;
    border-bottom: none !important;
    border-top: 56px solid #28422d;
    border-right: 59px solid transparent; }
  .label-abs.bac-twit::after {
    border-top-color: #55acee; }

.label-minus-bord {
  top: -8px; }

/*--------------------------------------------------------------
## site tables
--------------------------------------------------------------*/
.sp-event-results.sp-data-table, .sp-event-details.sp-data-table {
  font-family: "Poppins", "Helvetica", sans-serif;
  border: none !important; }
  .sp-event-results.sp-data-table thead th, .sp-event-details.sp-data-table thead th {
    font-weight: bold !important;
    text-transform: uppercase;
    color: #28422d !important;
    font-size: 16px !important;
    padding: 20px 5px !important; }
  .sp-event-results.sp-data-table thead tr, .sp-event-details.sp-data-table thead tr {
    background-color: #0b1822 !important; }
  .sp-event-results.sp-data-table tr, .sp-event-results.sp-data-table td, .sp-event-details.sp-data-table tr, .sp-event-details.sp-data-table td {
    border: none !important; }
  .sp-event-results.sp-data-table tr, .sp-event-details.sp-data-table tr {
    transition: all 0.2s ease-in-out; }
    .sp-event-results.sp-data-table tr:nth-child(odd), .sp-event-details.sp-data-table tr:nth-child(odd) {
      background-color: #8a8a8a !important; }
    .sp-event-results.sp-data-table tr a, .sp-event-results.sp-data-table tr .dashicons, .sp-event-details.sp-data-table tr a, .sp-event-details.sp-data-table tr .dashicons {
      color: #000 !important; }
    .sp-event-results.sp-data-table tr a, .sp-event-results.sp-data-table tr .dashicons, .sp-event-results.sp-data-table tr td, .sp-event-details.sp-data-table tr a, .sp-event-details.sp-data-table tr .dashicons, .sp-event-details.sp-data-table tr td {
      transition: all 0.2s ease-in-out; }
    .sp-event-results.sp-data-table tr td, .sp-event-details.sp-data-table tr td {
      padding: 14px 5px !important;
      font-size: 13px !important;
      color: #000 !important; }
      .sp-event-results.sp-data-table tr td.data-article a, .sp-event-results.sp-data-table tr td.data-article .dashicons, .sp-event-details.sp-data-table tr td.data-article a, .sp-event-details.sp-data-table tr td.data-article .dashicons {
        color: #ccac00 !important; }

.block-image {
  z-index: 20;
  min-height: 250px; }
  @media (max-width: 767.98px) {
    .block-image {
      margin-top: -30px; } }

/*--------------------------------------------------------------
## margins paddings
--------------------------------------------------------------*/
.minus-l {
  margin-left: -10px; }
  @media (min-width: 576px) {
    .minus-l {
      margin-left: -30px; } }

.minus-r {
  margin-left: 10px; }
  @media (min-width: 576px) {
    .minus-r {
      margin-right: -30px;
      margin-left: 0px; } }

/*--------------------------------------------------------------
## Side nav
--------------------------------------------------------------*/
.widget .widget-title {
  font-size: 1.65rem;
  font-family: "cooper-black-std", sans-serif;
  font-weight: 700;
  color: #fff; }

.widget_recent_entries {
  padding: 20px;
  background: #132a3b; }
  .widget_recent_entries ul {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .widget_recent_entries ul li {
      padding: 7px 0px;
      color: #fff;
      border-bottom: 1px solid #4c6d8e;
      border-bottom: 0.5px solid #4c6d8e; }
      .widget_recent_entries ul li a {
        font-size: 12px; }
      .widget_recent_entries ul li:last-child {
        border-bottom: none; }

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.gen-back {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

/*--------------------------------------------------------------
## Page transitions and preloader
--------------------------------------------------------------*/
.page-cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: #f1d3cb; }

.dj-loader {
  height: 51px;
  width: 150px;
  display: inline-block;
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  vertical-align: middle;
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.show-loader {
  opacity: 1;
  top: 0px; }

/*--------------------------------------------------------------
## Min Heights
--------------------------------------------------------------*/
.min-h-xxs {
  min-height: 150px; }

.min-h-xs {
  min-height: 250px; }

.min-h-s {
  min-height: 200px; }
  @media (min-width: 576px) {
    .min-h-s {
      min-height: 300px; } }

.min-h-m {
  min-height: 400px; }

.min-h-l {
  min-height: 500px; }

/*--------------------------------------------------------------
## Accordion Tabs
--------------------------------------------------------------*/
.block-tabs .card {
  border-left: 0px !important;
  border-top: none !important;
  border-right: 0px !important;
  border-bottom: 2px solid #8a8a8a !important;
  border-width: 2px; }

.block-tabs .card-header {
  border-bottom: 0px;
  border-top: 0px !important;
  background: transparent; }

.block-tabs .but-tab {
  position: relative; }
  .block-tabs .but-tab::before, .block-tabs .but-tab::after {
    content: " ";
    right: 0px;
    top: 20px;
    height: 3px;
    width: 15px;
    background: #a5c2d7;
    position: absolute;
    transition: 0.2s ease-in-out; }
  .block-tabs .but-tab::after {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari 3-8 */
    transform: rotate(0deg); }
  .block-tabs .but-tab.collapsed::after {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari 3-8 */
    transform: rotate(90deg); }
  .block-tabs .but-tab.collapsed::after, .block-tabs .but-tab.collapsed::before {
    background: #000; }
  .block-tabs .but-tab h5 {
    color: #a5c2d7;
    transition: 0.2s ease-in-out; }
  .block-tabs .but-tab.collapsed h5 {
    color: #000; }

/*--------------------------------------------------------------
## Out links
--------------------------------------------------------------*/
.block-outlinks .cover::after {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(21%, rgba(0, 0, 0, 0.32)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  height: 165px; }

.img-dj {
  margin-top: -6px;
  margin-right: -6px;
  margin-bottom: -6px; }

/*--------------------------------------------------------------
## Block bordered
--------------------------------------------------------------*/
.block-border {
  border: 6px solid #000; }
  .block-border-gld {
    border-color: #e5c100; }
  .block-border-sec {
    border-color: #a5c2d7; }
  .block-border-blk {
    border-color: #000; }
  .block-border-gry {
    border-color: #8a8a8a; }
  .block-border-prim {
    border-color: #28422d !important; }
  .block-border-ter {
    border-color: #f1d3cb; }

.set-bord {
  border-bottom: 3px solid #8a8a8a; }

/*--------------------------------------------------------------
## Block social
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .social-holder {
    border-bottom: 0.5px solid #dad9d9; } }

.site-footer .social-select {
  width: 100%;
  max-width: 230px; }
  @media (min-width: 768px) {
    .site-footer .social-select {
      width: 216px; } }
  .site-footer .social-select .col-4 {
    border-color: #dad9d9;
    border-right: 1px solid #dad9d9;
    border-right: 0.5px solid #dad9d9;
    border-top: 1px solid #dad9d9;
    border-top: 0.5px solid #dad9d9; }
    .site-footer .social-select .col-4:first-child {
      border-left: 1px solid #dad9d9;
      border-left: 0.5px solid #dad9d9; }

.block-social a, .img-insta a {
  color: #cacaca;
  transition: all 0.2s ease-in-out; }

.block-social:hover a, .img-insta:hover a {
  color: #fff; }

.block-social::before, .img-insta::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: red;
  height: 65%;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.block-social:hover::before, .img-insta:hover::before {
  opacity: 1;
  height: 100%; }

.block-social.social-face::before, .img-insta.social-face::before {
  background: #3b5998; }

.block-social.social-twit::before, .img-insta.social-twit::before {
  background: #55acee; }

.block-social.social-insta::before, .img-insta.social-insta::before {
  background: #7232bd; }

.block-social.social-link::before, .img-insta.social-link::before {
  background: #3b5998; }

.block-social.social-spot::before, .img-insta.social-spot::before {
  background: #1db954; }

.img-insta::before {
  background: rgba(215, 35, 89, 0.7);
  background: -moz-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215, 35, 89, 0.7)), color-stop(100%, #d72359));
  background: -webkit-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: -o-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: -ms-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: linear-gradient(to bottom, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72359', endColorstr='#d72359', GradientType=0 ); }

.img-insta .cont-insta {
  transition-delay: 0s;
  transition: 0.2s ease-in;
  opacity: 0.3; }

.img-insta:hover .cont-insta {
  transition-delay: 0.4s;
  opacity: 1; }

.feed-insta #sb_instagram .sbi_photo_wrap {
  border-radius: 20px;
  overflow: hidden; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 10things
--------------------------------------------------------------*/
.thing-img {
  height: 550px;
  margin-left: -60px;
  margin-bottom: -100px;
  margin-right: 60px; }

.thing-img.order-2 {
  margin-right: -60px;
  margin-left: 60px; }

.thing-title {
  font-size: 200px;
  margin-top: -120px;
  color: #e5c100;
  margin-bottom: -18px; }

.thing-hover-img {
  position: absolute;
  height: 190px;
  width: 280px;
  bottom: -30px;
  right: -50px;
  background: red;
  border: 8px solid #fff; }
  @media (max-width: 767.98px) {
    .thing-hover-img {
      display: none; } }
  .thing-hover-img.thing-hover-img-alt {
    right: auto;
    left: -50px; }

.thing-float .thing-hover-img {
  left: -50px;
  right: auto; }

/*--------------------------------------------------------------
## Hover Block
--------------------------------------------------------------*/
.cover-hover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  background: red;
  position: absolute; }

.block-banner {
  overflow: hidden !important; }
  .block-banner:hover .cover-hover {
    transform: scale(1.2); }

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.lg-backdrop {
  background-color: rgba(255, 255, 255, 0.9); }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background: #28422d;
  color: #000; }

.lg-toolbar .lg-icon:hover {
  color: #000; }

.lg-sub-html {
  font-weight: bold;
  background: #fff;
  color: #000;
  font-family: "cooper-black-std", sans-serif, Arial, Helvetica, sans-serif; }

.lg-toolbar {
  font-weight: bold;
  background: #fff;
  color: #28422d; }

#lg-counter {
  color: #28422d;
  font-weight: bold; }

.lg-toolbar .lg-icon {
  color: #28422d; }

.lg-download {
  display: none  !important; }

/*--------------------------------------------------------------
## News Page
--------------------------------------------------------------*/
.set-divide::after {
  content: " ";
  width: 40px;
  height: 5px;
  background: #a5c2d7;
  display: block;
  margin-top: 15px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto; }

.news-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: 20; }

.block-news-art .news-img::after, .block-news-art .news-img::before {
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  transition: 0.5s ease-in-out;
  opacity: 0; }

.block-news-art .news-img::after {
  bottom: 0px;
  right: 0px;
  border-right: 5px solid #28422d;
  border-bottom: 5px solid #28422d; }

.block-news-art .news-img::before {
  top: 0px;
  left: 0px;
  border-top: 5px solid #28422d;
  border-left: 5px solid #28422d; }

.block-news-art .news-art-title a {
  transition: all 0.5s ease-in-out; }

.block-news-art:hover .news-img::after, .block-news-art:hover .news-img::before {
  opacity: 1;
  height: 100%;
  width: 100%; }

.block-news-art:hover .news-art-title a {
  color: #a5c2d7 !important; }

/*--------------------------------------------------------------
## Circle
--------------------------------------------------------------*/
.circ {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 6px solid #f1d3cb; }

.circle {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin: auto;
  float: none;
  position: relative;
  display: block;
  overflow: hidden; }
  @media (min-width: 576px) {
    .circle {
      height: 50px;
      width: 50px; } }
  .circle::before {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: red;
    width: 100%;
    height: 0px;
    transition: all 0.4s ease-in-out; }
  .circle:hover::before {
    height: 100%; }
  .circle i {
    transition: 0.2s ease-in;
    transition-delay: 0s;
    z-index: 10; }
  .circle-prim::before {
    background: #28422d; }
  .circle-ter::before {
    background: #f1d3cb; }
  .circle-gld::before {
    background: #e5c100; }
  .circle:hover i {
    color: #fff;
    transition: 0.2s ease-in;
    transition-delay: 0.2s; }
  .circle.circle-l {
    height: 120px;
    width: 120px; }

.block-banner .circle {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  transform: rotate(0deg);
  /* Standard syntax */
  transition: 0.4s ease-in-out all; }

.block-banner:hover .circle {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  /* Standard syntax */ }

@media (max-width: 349.98px) {
  .block-banner .row {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

/*--------------------------------------------------------------
## Testimonial / quote / Newsletter
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .newsletter-home .newsletter-input {
    margin-bottom: 0px; } }

.newsletter-sidebar .col-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.newsletter-sidebar input {
  text-align: center; }

.newsletter-home input, .newsletter-sidebar input {
  padding: 10px !important;
  background-color: #28422d; }
  .newsletter-home input[type="text"], .newsletter-home input[type="email"], .newsletter-sidebar input[type="text"], .newsletter-sidebar input[type="email"] {
    color: #fff;
    border: none;
    border-radius: 0; }
  .newsletter-home input[type="submit"], .newsletter-sidebar input[type="submit"] {
    font-size: 18px;
    background-color: #f1d3cb;
    text-transform: uppercase;
    color: #a5c2d7;
    border: none;
    font-style: italic;
    padding: 11px 17px !important;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .newsletter-home input[type="submit"]:hover, .newsletter-sidebar input[type="submit"]:hover {
      background-color: #28422d;
      color: #f1d3cb; }

.quote-block::after {
  content: " ";
  width: calc( 100% + 8px);
  height: calc( 100% + 8px);
  top: -4px;
  left: -4px;
  border: 2px solid #fff;
  position: absolute; }

@media (min-width: 576px) {
  .block-quote {
    padding-left: 60px; } }

@media (min-width: 768px) {
  .block-quote {
    padding-left: 90px; } }

@media (min-width: 576px) {
  .block-quote .block-quote-inner {
    padding-right: 40px !important; } }

@media (min-width: 768px) {
  .block-quote .block-quote-inner {
    padding-right: 70px !important; } }

.quote {
  position: absolute;
  top: -30px;
  font-size: 40px; }
  @media (min-width: 768px) {
    .quote {
      font-size: 70px; } }
  .quote-l {
    left: -5px; }
    @media (min-width: 768px) {
      .quote-l {
        left: -20px; } }
  .quote-r {
    right: -5px; }
    @media (min-width: 768px) {
      .quote-r {
        right: -10px; } }

/*--------------------------------------------------------------
## jb elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/
.form-red input, .form-red textarea {
  background: #a5c2d7;
  color: #fff !important; }

.form-red span.wpcf7-not-valid-tip {
  color: #ccac00; }

.form-red .wpcf7-submit {
  background: #ccac00;
  color: #000 !important; }

.form input, .form textarea {
  width: 100%;
  border: none !important;
  padding: 13px !important; }

.form p {
  margin-bottom: 0px; }

.form label {
  display: none; }

.form br {
  display: none; }

.form span.wpcf7-not-valid-tip {
  margin-top: 5px; }

.form .wpcf7-submit {
  width: auto;
  font-weight: bold;
  border: none !important;
  border-radius: 0px;
  font-size: 24px; }

/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/
.card-pricing.card-4 .card {
  margin-left: 2px;
  margin-right: 2px; }

.card-pricing.card-4 .card-body {
  padding: 0.8rem; }

.card-pricing .card {
  border: 10px solid #28422d;
  margin-left: 8px;
  margin-right: 8px; }

.card-pricing .card-body {
  border: 5px solid #a5c2d7;
  border-top: none; }

.card-pricing .card-gold {
  border-color: #e5c100; }
  .card-pricing .card-gold .card-body {
    border-color: #ccac00 !important;
    background: #e5c100; }
  .card-pricing .card-gold .btn {
    background: #ccac00;
    color: #000; }
  .card-pricing .card-gold .card-header {
    background: #ccac00;
    color: #000; }
    .card-pricing .card-gold .card-header .card-header-title {
      color: #000; }
  .card-pricing .card-gold .card-title, .card-pricing .card-gold p {
    color: #000; }
  .card-pricing .card-gold .text-muted {
    color: #000 !important; }
  .card-pricing .card-gold ul {
    color: #000; }

.card-pricing .text-muted {
  color: #fff !important;
  opacity: 0.7;
  display: block;
  font-size: 14px; }

.max-cont {
  max-width: 500px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid #fff;
  border-top: 0.5px solid #fff; }

.home .site-footer {
  border-top: 0px solid #fff;
  border-top: 0px solid #fff; }

.cont-dets {
  word-break: break-all; }

.footer-links .block-links h5 {
  color: #ccac00; }

.footer-links .block-links p {
  color: #4c6d8e;
  transition: all 0.2s ease-in-out;
  padding-left: 0px; }
  .footer-links .block-links p:hover {
    color: #fff;
    padding-left: 5px; }

.site-footer .footer-links .h5 {
  color: #28422d;
  font-weight: bold; }

.site-info {
  border-top: 1px solid #4c6d8e; }
  .site-info a {
    transition: all 0.2s ease-in-out; }
    .site-info a:hover {
      color: #fff; }

.block-banner {
  background: black;
  min-height: 300px; }

.block-wed .block-banner {
  height: 370px; }
  @media (min-width: 350px) {
    .block-wed .block-banner {
      height: 430px; } }
  @media (min-width: 440px) {
    .block-wed .block-banner {
      height: 500px; } }

.block-wed .block-intro {
  height: 360px; }

.block-wed.list-more .block-banner {
  max-height: 270px;
  min-height: 150px; }

.block-wed.latest-news .block-banner {
  max-height: 340px; }

.block-wed.latest-news.latest-news-l .block-banner {
  max-height: 440px; }

.foot-logo {
  max-width: 120px; }
  .foot-logo-lrg {
    max-width: 400px; }

.set-border {
  border: 4px solid #28422d;
  border-radius: 20px; }

.bord-radius {
  border-radius: 20px; }

.gal-card .card {
  border: none !important; }

.gal-card img {
  border: 5px solid #28422d !important;
  display: block;
  overflow: hidden;
  position: relative; }

.img-border {
  border: 5px solid #28422d !important;
  display: block;
  overflow: hidden;
  border-radius: 30px; }

.banner-section {
  margin-bottom: -200px; }

.banner-section-after {
  padding-top: 250px !important; }

.hr-short {
  width: 40px;
  margin-left: 0;
  height: 3px; }

/*--------------------------------------------------------------
## Colours
--------------------------------------------------------------*/
.col-prim {
  color: #28422d; }

.col-sec {
  color: #a5c2d7; }

.col-ter {
  color: #f1d3cb; }

.col-cream {
  color: #faf4ec; }

.col-alt-1 {
  color: #0f2230; }

.col-alt-2 {
  color: #132a3b; }

.col-alt-3 {
  color: #4c6d8e; }

.col-gld {
  color: #ccac00; }

.col-gld-alt {
  color: #e5c100; }

.col-gry {
  color: #f6f7f8; }

.col-gry-d {
  color: #8a8a8a; }

.col-gry-alt {
  color: #dad9d9; }

.col-wht {
  color: #fff; }

.col-blk {
  color: #000; }

.col-blk-alt {
  color: #393939; }

.col-twit {
  color: #55acee; }

.col-spot {
  color: #1db954; }

.col-insta-alt {
  color: #ffdc7d; }

.bac-prim {
  background: #28422d; }

.bac-sec {
  background: #a5c2d7; }

.bac-ter {
  background: #f1d3cb; }

.bac-cream {
  background: #faf4ec; }

.bac-ter-trans {
  background: rgba(10, 22, 31, 0.6); }

.bac-alt-1 {
  background: #0f2230; }

.bac-alt-2 {
  background: #132a3b; }

.bac-alt-3 {
  background: #4c6d8e; }

.bac-gld {
  background: #ccac00; }

.bac-gld-alt {
  background: #e5c100; }

.bac-gry {
  background: #f6f7f8; }

.bac-gry-d {
  background: #8a8a8a; }

.bac-wht {
  background: #fff; }

.bac-blk {
  background: #000; }

.bac-blk-alt {
  background: #393939; }

.bac-twit {
  background: #55acee; }

.bac-face {
  background: #3b5998; }

.bac-insta {
  background: #7232bd; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* CSS Document */
.zigzag-bg {
  background-size: 200px auto !important; }

.marg-minus-home {
  margin-top: -45px; }
  @media (min-width: 768px) {
    .marg-minus-home {
      margin-top: -17px; } }

.ban-add {
  position: absolute;
  bottom: 0px;
  left: 0px; }

.social-select .col-3 {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 0.5px solid #fff;
  border-top: 0.5px solid #fff; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background: black;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(32%, rgba(0, 0, 0, 0.4)), color-stop(57%, rgba(0, 0, 0, 0)), color-stop(82%, rgba(0, 0, 0, 0)), color-stop(83%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }

.block-ban-test .lSSlideOuter .lSPager.lSpg {
  text-align: left; }

.block-ban-test .lSSlideOuter .lSPager.lSpg > li {
  padding: 0 19px 0 0px; }
  .block-ban-test .lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 0;
    height: 11px;
    width: 68px;
    background: rgba(0, 0, 0, 0.7); }

.block-ban-test .lSSlideOuter .lSPager.lSpg > li:hover a, .block-ban-test .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #28422d; }

.block-ban-test {
  transition: all 0.5s ease-in-out;
  transition-delay: 1s;
  opacity: 1;
  margin-bottom: 0px !important; }
  .block-ban-test.hide-test {
    opacity: 0;
    transition-delay: 0s;
    margin-bottom: -40px !important; }
    .block-ban-test.hide-test h5 {
      opacity: 0;
      transition-delay: 0s;
      padding-top: 0px; }
  .block-ban-test h5 {
    transition-delay: 1.2s;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    padding-top: 10px; }

.holder-alt-logo .alt-image-inner {
  min-width: 88px; }

@media (min-width: 768px) {
  .set-overlap-img {
    background-image: url(images/black-bg-small.jpg) !important; } }

.banner-gen {
  padding-top: 135px;
  overflow: hidden;
  /*&::before{
		content: " ";
		height: 100%;
		width: 100%;
		background: rgba(18,39,55,0.8);
		top: 0px;
		left: 0px;
		position: absolute;
	}
	
	&::after{
		content: " ";
		height: 70%;
		width: 100%;
		background: $col_ter;
		bottom: 0px;
		left: 0px;
		opacity: 1;
		position: absolute;

		background: rgba(18,39,55,0);
		background: -moz-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,39,55,0)), color-stop(69%, rgba(18,39,55,0.77)), color-stop(85%, rgba(18,39,55,1)), color-stop(100%, rgba(18,39,55,1)));
		background: -webkit-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: -o-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: -ms-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: linear-gradient(to bottom, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122737', endColorstr='#122737', GradientType=0 );
		
		

	}*/ }
  @media (min-width: 992px) {
    .banner-gen {
      padding-top: 85px; } }
  .banner-gen.banner-home {
    min-height: calc(90vh - 1px);
    height: 500px; }
    @media (min-width: 350px) {
      .banner-gen.banner-home {
        height: 566px; } }
    @media (min-width: 440px) {
      .banner-gen.banner-home {
        min-height: 670px;
        height: auto; } }
    @media (min-width: 768px) {
      .banner-gen.banner-home {
        min-height: 450px;
        height: 80vh;
        max-height: 640px; } }
    @media (min-width: 1000px) {
      .banner-gen.banner-home {
        height: calc(96vh - 60px);
        max-height: 610px; } }
    .banner-gen.banner-home .block-ban-test::after {
      content: " ";
      top: -20px;
      left: -20px;
      width: calc( 100% + 40px);
      height: calc( 100% + 40px);
      border: 3px solid #28422d;
      position: absolute;
      z-index: -1; }
    .banner-gen.banner-home .block-ban-test::before {
      content: " ";
      top: -13px;
      left: -13px;
      width: calc( 100% + 26px);
      height: calc( 100% + 26px);
      border: 3px solid #28422d;
      position: absolute;
      z-index: -1; }
  @media (max-width: 767.98px) {
    .banner-gen .banner-title {
      font-size: 3.5rem; } }
  @media (max-width: 499.98px) {
    .banner-gen .banner-title {
      font-size: 2.75rem; } }

.full-cover::before {
  content: " ";
  height: 100%;
  width: 100%;
  background: rgba(18, 39, 55, 0.8);
  top: 0px;
  left: 0px;
  position: absolute; }

.full-cover-red::before {
  background: rgba(220, 28, 41, 0.8); }

.home-ban-holder .lSSlideWrapper, .home-ban-holder .home-ban-slider {
  height: 100%; }

.home-ban-holder .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  top: 0;
  z-index: 400;
  bottom: 0px;
  float: none;
  margin: auto !important;
  vertical-align: middle;
  height: 240px;
  display: inline-block;
  left: 10px; }

.home-ban-holder .lSSlideOuter .lSPager.lSpg > li {
  margin-bottom: 9px;
  display: block; }
  .home-ban-holder .lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 0;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .home-ban-holder .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #28422d !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, .wpcf7-submit,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-radius: 0px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: .6em 1em .4em;
  font-weight: normal; }

.btn-primary {
  border: none !important; }

.cli-plugin-button {
  transition: 0.2s ease-in-out all; }
  .cli-plugin-button:hover {
    background: #fff !important;
    color: #000 !important; }

body .cart_totals .checkout-button {
  font-size: 16px !important; }

.btn, .wpcf7-submit {
  transition: 0.2s ease-in-out all; }
  .btn::before, .wpcf7-submit::before {
    content: " ";
    height: 10%;
    bottom: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
    transition: 0.2s ease-in-out all;
    opacity: 0; }
  .btn span, .wpcf7-submit span {
    position: relative;
    z-index: 10;
    transition: 0.2s ease-in-out all;
    transition-delay: 0s; }
  .btn:hover span, .wpcf7-submit:hover span {
    color: #fff;
    transition-delay: 0.2s; }
  .btn:hover::before, .wpcf7-submit:hover::before {
    height: 100%;
    opacity: 1;
    transition: 0.2s ease-in-out all; }

.btn-group-lg > .btn, .btn-lg {
  border-radius: 0px; }

.btn-outline-primary:hover, .btn-outline-primary {
  border-color: #fff;
  color: #fff; }

.banner-home .btn {
  font-size: 17px;
  padding: 12px 20px !important; }

.tab-products .cart button, .single_add_to_cart_button {
  cursor: pointer;
  position: relative;
  transition: 0.2s all ease-in-out; }
  .tab-products .cart button:hover, .single_add_to_cart_button:hover {
    background: #28422d !important;
    color: #000 !important; }

.btn {
  font-family: "neue-kabel", "Federo", sans-serif;
  border-radius: 30px;
  overflow: hidden !important;
  border: none;
  padding: 14px 42px;
  font-size: 17px; }
  .btn span {
    font-weight: normal;
    font-style: normal; }
  .btn::before {
    content: " ";
    width: 100%;
    bottom: 0px;
    background: #fff;
    height: 4px; }
  .btn:hover::before {
    height: 100%; }
  .btn:hover span {
    color: #000 !important; }
  .btn.bac-blk::before {
    background: #28422d; }
  .btn.bac-blk:hover::before {
    height: 100%; }
  .btn.bac-blk:hover span {
    color: #000 !important; }
  .btn.bac-prim span {
    color: #faf4ec; }
  .btn.bac-prim:hover::before {
    background: #a5c2d7 !important; }
  .btn.bac-prim:hover span {
    color: #000 !important; }
  .btn.bac-wht::before {
    background: #28422d; }
  .btn.bac-wht:hover span {
    color: #000 !important; }
  .btn.btn-outline-primary {
    border: 1px solid #fff;
    transition: 0.2s all ease-in-out; }
    .btn.btn-outline-primary:hover::before {
      background: #fff; }
    .btn.btn-outline-primary:hover span {
      color: #000 !important; }
    .btn.btn-outline-primary span {
      color: #fff !important; }

.btn-outline-primary {
  overflow: hidden;
  position: relative;
  border-width: 1px; }
  .btn-outline-primary span {
    font-weight: normal; }
  .btn-outline-primary.but-gld {
    border-color: #e5c100; }
    .btn-outline-primary.but-gld::before {
      background: #e5c100; }
  .btn-outline-primary.but-ter {
    border-color: #f1d3cb; }
    .btn-outline-primary.but-ter::before {
      background: #f1d3cb; }
  .btn-outline-primary.but-sec {
    border-color: #a5c2d7; }
    .btn-outline-primary.but-sec::before {
      background: #a5c2d7; }
  .btn-outline-primary.but-prim {
    border-color: #28422d; }
    .btn-outline-primary.but-prim::before {
      background: #28422d; }
  .btn-outline-primary.but-wht {
    border-color: #fff; }
    .btn-outline-primary.but-wht::before {
      background: #fff; }
    .btn-outline-primary.but-wht span {
      color: #fff; }
  .btn-outline-primary.but-hover-ter:hover span {
    color: #f1d3cb; }
  .btn-outline-primary:hover {
    background: transparent !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #28422d; }

select.select-gen {
  max-width: 450px;
  margin: auto;
  font-family: "orator-std", sans-serif;
  text-transform: uppercase;
  background: #000;
  color: #28422d;
  border: 2px solid #28422d;
  padding: 12px 15px;
  width: 100%;
  rtext: center;
  text-align: center;
  height: auto !important;
  font-size: 20px; }
  select.select-gen:focus {
    background: #000;
    color: #28422d;
    border-color: #28422d; }
  select.select-gen option {
    color: #28422d;
    background: #000; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.wpcf7-response-output {
  color: #28422d;
  background: #a5c2d7 !important;
  border-color: #a5c2d7 !important;
  padding: 14px !important;
  border-radius: 10px !important; }

.wpcf7-submit {
  cursor: pointer; }

.form-red .wpcf7-submit:hover {
  background: #000;
  color: #fff !important; }

.form-general p {
  margin-bottom: 8px; }

.form-general input, .form-general textarea, .form-general select {
  max-width: 100%;
  padding: 18px 15px;
  border-radius: 30px;
  background: transparent !important;
  border: 2px solid #28422d;
  width: 100%;
  color: #28422d; }

.form-general .block-field {
  margin-bottom: 18px;
  text-align: left; }

.form-general .wpcf7-textarea {
  height: 190px; }

.form-general span.wpcf7-not-valid-tip {
  font-size: 11px;
  margin-top: 7px; }

.form-general .wpcf7-submit, .form-general input[type="submit"] {
  background: #28422d !important;
  width: auto;
  border: none;
  margin-left: 0px;
  transition: all 0.2s ease-in-out;
  color: #faf4ec;
  font-size: 17px;
  cursor: pointer;
  padding: 18px 35px; }
  .form-general .wpcf7-submit:hover, .form-general input[type="submit"]:hover {
    background: #a5c2d7 !important;
    color: #28422d; }

.form-general .wpcf7-validation-errors, .form-general .wpcf7-acceptance-missing, .form-general .wpcf7-mail-sent-ok {
  background: #28422d;
  border: none !important;
  padding: 15px;
  color: #000;
  font-size: 13px;
  margin-bottom: 41px; }

.wpcf7-mail-sent-ok {
  color: #00b300; }

.comment-respond .comment-reply-title {
  font-size: 1.1rem; }

.page-id-3855 .calendarista .card-body {
  padding-left: 0px;
  padding-right: 0px; }

.page-id-3855 .calendarista.card.calendarista-typography {
  background-color: transparent !important;
  /*
		.calendarista-summary-table{
			tbody{
				display:block;
				width:100%;
			}
			tr{
				color:$col_blk;
				font-family:$font__alt;
				letter-spacing: .2rem;
				text-transform:uppercase;
				background: #eae0d2;
				padding-left: 25px;
				padding-right:25px;
				padding-top:0px;
				padding-bottom: 0px;
				display:block;
				width:100%;
				&:last-child{
					border-bottom:0px;
				}
				td{
				display:block;
				width:100%;
				border-bottom: 1px solid $col_blk;
				border-bottom: 0.5px solid $col_blk;
				padding-top:12px;
				padding-right:0px;
				padding-left:0px;
				padding-bottom: 12px;
				}
				&:last-child{
					padding-bottom: 10px;
					td{
						border-bottom:none;
					}
				}
				&:first-child{
					padding-top: 10px;

				}
			}
		}
		*/ }
  .page-id-3855 .calendarista.card.calendarista-typography .card-header {
    margin-bottom: 41px; }
  .page-id-3855 .calendarista.card.calendarista-typography .nav-tabs .nav-item {
    width: 33.3%;
    text-align: center; }
    .page-id-3855 .calendarista.card.calendarista-typography .nav-tabs .nav-item a {
      font-family: "neue-kabel", "Federo", sans-serif;
      text-transform: none !important;
      font-size: 17px;
      color: #28422d; }
      .page-id-3855 .calendarista.card.calendarista-typography .nav-tabs .nav-item a.active {
        color: #fff;
        background: transparent;
        border: none; }
      .page-id-3855 .calendarista.card.calendarista-typography .nav-tabs .nav-item a::before {
        display: none; }
  .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-file, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-select, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .form-control, .page-id-3855 .calendarista.card.calendarista-typography .form-control-sm {
    background: transparent;
    margin-bottom: 0;
    padding: 12px 20px;
    color: #28422d;
    min-height: 52px;
    font-family: "Allan", sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: .2rem;
    font-size: 16px;
    margin-top: 0px;
    cursor: pointer; }
    .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-file:-internal-autofill-selected, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-select:-internal-autofill-selected, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .form-control:-internal-autofill-selected, .page-id-3855 .calendarista.card.calendarista-typography .form-control-sm:-internal-autofill-selected {
      background-color: transparent !important;
      color: #28422d; }
    .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-file::-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-file:-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-file::-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-select::-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-select:-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-select::-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .form-control::-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .form-control:-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .form-control::-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .form-control-sm::-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .form-control-sm:-ms-input-placeholder, .page-id-3855 .calendarista.card.calendarista-typography .form-control-sm::-ms-input-placeholder {
      color: #28422d; }
    .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-file option, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-select option, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .form-control option, .page-id-3855 .calendarista.card.calendarista-typography .form-control-sm option {
      color: #28422d; }
    .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-file option:first-of-type, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-select option:first-of-type, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .form-control option:first-of-type, .page-id-3855 .calendarista.card.calendarista-typography .form-control-sm option:first-of-type {
      color: #28422d; }
  .page-id-3855 .calendarista.card.calendarista-typography .input-group > .custom-select, .page-id-3855 .calendarista.card.calendarista-typography .input-group > .form-control {
    border-right: 0px; }
  .page-id-3855 .calendarista.card.calendarista-typography .input-group-text {
    background: transparent;
    color: #fff;
    border-left: 0px;
    border-radius: 0px; }
  .page-id-3855 .calendarista.card.calendarista-typography .form-control-label {
    color: #fff;
    font-family: "Allan", sans-serif;
    text-transform: lowercase;
    letter-spacing: .2rem;
    font-size: 16px;
    margin-bottom: 17px; }
  .page-id-3855 .calendarista.card.calendarista-typography .alert-primary {
    background: #fff;
    color: #000;
    text-transform: lowercase;
    font-family: "Allan", sans-serif;
    border-radius: 0px;
    letter-spacing: .2rem;
    padding: 19px 31px; }
  .page-id-3855 .calendarista.card.calendarista-typography .calendarista-row-double {
    margin-top: 30px; }
    .page-id-3855 .calendarista.card.calendarista-typography .calendarista-row-double .col-11.calendarista-align-right {
      text-align: center; }
      .page-id-3855 .calendarista.card.calendarista-typography .calendarista-row-double .col-11.calendarista-align-right .btn-primary {
        background: transparent;
        color: #28422d;
        border: 2px solid #28422d !important;
        position: relative;
        font-size: 17px;
        margin-left: 8px;
        margin-right: 8px;
        border-radius: 0;
        border: 0;
        text-transform: uppercase;
        letter-spacing: .2rem;
        padding: 10px 17px;
        text-transform: uppercase !important;
        margin-bottom: 13px; }
        .page-id-3855 .calendarista.card.calendarista-typography .calendarista-row-double .col-11.calendarista-align-right .btn-primary i {
          display: none; }
        .page-id-3855 .calendarista.card.calendarista-typography .calendarista-row-double .col-11.calendarista-align-right .btn-primary::before {
          background: #28422d;
          z-index: -1; }
        .page-id-3855 .calendarista.card.calendarista-typography .calendarista-row-double .col-11.calendarista-align-right .btn-primary:hover {
          color: #000; }
        .page-id-3855 .calendarista.card.calendarista-typography .calendarista-row-double .col-11.calendarista-align-right .btn-primary#calendarista_1_booknow {
          border-color: #fff !important;
          background: #fff;
          color: #28422d; }
          .page-id-3855 .calendarista.card.calendarista-typography .calendarista-row-double .col-11.calendarista-align-right .btn-primary#calendarista_1_booknow:hover {
            color: #000; }
  .page-id-3855 .calendarista.card.calendarista-typography ul.parsley-errors-list {
    margin-left: 0px;
    padding-left: 0px; }
    .page-id-3855 .calendarista.card.calendarista-typography ul.parsley-errors-list .parsley-required, .page-id-3855 .calendarista.card.calendarista-typography ul.parsley-errors-list .parsley-custom-error-message {
      color: #fff;
      font-size: 13px;
      list-style: none;
      margin-top: 8px; }
  .page-id-3855 .calendarista.card.calendarista-typography .create-user-error {
    color: #28422d;
    margin-top: 8px;
    font-size: 12px;
    display: none !important; }
  .page-id-3855 .calendarista.card.calendarista-typography .calendarista-summary-table tr {
    background: #eae0d2; }
    .page-id-3855 .calendarista.card.calendarista-typography .calendarista-summary-table tr td {
      padding-left: 25px;
      padding-right: 25px;
      font-family: "Allan", sans-serif;
      text-transform: lowercase;
      letter-spacing: .2rem; }
      .page-id-3855 .calendarista.card.calendarista-typography .calendarista-summary-table tr td strong {
        font-weight: normal; }
    .page-id-3855 .calendarista.card.calendarista-typography .calendarista-summary-table tr:last-child td {
      padding-bottom: 20px;
      font-weight: bold; }
    .page-id-3855 .calendarista.card.calendarista-typography .calendarista-summary-table tr:first-child td {
      padding-top: 20px; }
  .page-id-3855 .calendarista.card.calendarista-typography .alert-warning {
    background: #eae0d2;
    border-radius: 0px;
    font-family: "Allan", sans-serif;
    text-transform: lowercase;
    border-radius: 0px;
    letter-spacing: .2rem;
    color: #000; }
  .page-id-3855 .calendarista.card.calendarista-typography .alert-success {
    color: #155724;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    margin-bottom: 45px; }
  .page-id-3855 .calendarista.card.calendarista-typography .calendarista-date-range-error, .page-id-3855 .calendarista.card.calendarista-typography .calendarista-timeslots-error {
    display: none !important; }
  .page-id-3855 .calendarista.card.calendarista-typography .calendarista_ambush {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center; }
    .page-id-3855 .calendarista.card.calendarista-typography .calendarista_ambush input {
      color: #000; }
  .page-id-3855 .calendarista.card.calendarista-typography .calendarista-summary-info .calendarista-card-container-stripe {
    padding: 21px;
    background: #eae0d2; }
    .page-id-3855 .calendarista.card.calendarista-typography .calendarista-summary-info .calendarista-card-container-stripe .alert-warning {
      background: transparent; }
  .page-id-3855 .calendarista.card.calendarista-typography .StripeElement {
    box-sizing: border-box;
    height: 50px;
    padding: 13px 18px;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    color: #28422d; }

.page-id-3855 .calendarista .collapse.in {
  display: block !important; }

.page-id-3855 .calendarista .form-check-input {
  top: 14px;
  margin-left: 17px; }

.page-id-3855 .calendarista .form-check-label {
  padding: 19px;
  text-align: left;
  display: block;
  border: 1px solid #fff;
  text-transform: lowercase;
  font-family: "Allan", sans-serif;
  letter-spacing: .2rem;
  color: #fff;
  font-size: 13px;
  padding-left: 36px; }

.page-id-3855 .calendarista label[for="calendarista_1_payment_operator_7"] {
  margin-top: 50px !important; }

.page-id-3855 .calendarista label[for="calendarista_1_payment_operator_6"] {
  width: 100%;
  text-transform: lowercase;
  font-family: "Allan", sans-serif;
  letter-spacing: .2rem;
  color: #fff;
  margin-top: 20px;
  font-size: 13px; }
  .page-id-3855 .calendarista label[for="calendarista_1_payment_operator_6"]::before {
    /*
			content:"To confirm your booking we ask for a £5.00 deposit, which will be refunded upon arrival.";
			width:100%;
			display:block;
			position:relative;
			color: $col_prim;
			font-family:$font__main;
			text-transform: none;
			margin-bottom: 30px;
			letter-spacing: 0;
*/ }
  .page-id-3855 .calendarista label[for="calendarista_1_payment_operator_6"]::after {
    content: " ";
    max-width: 300px;
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    background-image: url(images/logos/payment-logos.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    margin-top: 19px !important;
    margin-bottom: 7px !important; }

.page-id-3855 .calendarista .calendarista-card-container-stripe .alert-warning {
  border: none;
  color: white;
  background-color: transparent; }

.page-id-3855 .calendarista .calendarista-card-container-stripe .form-control-label {
  width: 100%;
  text-align: center;
  display: none; }

.page-id-3855 .calendarista .col-xl-12 {
  padding-left: 0px;
  padding-right: 0px; }

.woocommerce-account .site-main {
  color: #fff; }
  .woocommerce-account .site-main .col-1, .woocommerce-account .site-main .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .woocommerce-account .site-main .col-1, .woocommerce-account .site-main .col-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

.woocommerce-MyAccount-navigation ul {
  padding-left: 0px !important;
  list-style: none;
  font-family: "Allan", sans-serif;
  letter-spacing: .2rem;
  text-transform: lowercase; }
  .woocommerce-MyAccount-navigation ul li {
    color: #28422d;
    border: 1px solid #28422d !important;
    padding: 13px; }
    .woocommerce-MyAccount-navigation ul li.is-active {
      background: #28422d;
      color: #000; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit; }
  a:visited {
    color: inherit; }
  a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px; }

.icon-holder {
  position: absolute;
  width: auto;
  height: auto;
  display: block;
  z-index: 999;
  left: 0px;
  cursor: pointer;
  padding: 20px; }
  .icon-holder-bot {
    margin: auto;
    bottom: 0px;
    right: 0px;
    float: none;
    min-width: 20px;
    text-align: center;
    padding-bottom: 20px;
    width: 80px;
    z-index: 10; }
    @media (min-width: 576px) {
      .icon-holder-bot {
        padding-bottom: 30px;
        width: 87px; } }
  .icon-holder-left {
    top: 0;
    width: auto; }

/* NAV TOGGLER ANIMATION */
/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 10px auto;
  -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;
  cursor: pointer;
  transform: scale(0.65); }

#nav-icon3 {
  float: right; }

footer a, .page-socials a {
  transition: all 0.2s ease-in-out; }
  footer a i, .page-socials a i {
    transition: all 0.2s ease-in-out; }
  footer a:hover, .page-socials a:hover {
    color: #a5c2d7 !important; }
    footer a:hover i, .page-socials a:hover i {
      color: #a5c2d7 !important; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #28422d;
  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-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 18px; }

#nav-icon1 span:nth-child(3) {
  top: 36px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -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-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 18px; }

#nav-icon3 span:nth-child(4) {
  top: 36px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }

.site-header {
  transition: all 0.2s ease-in-out;
  transition-delay: 0s; }
  .site-header.active {
    background: #28422d !important;
    transition-delay: 0s; }
    .site-header.active #nav-icon3 span {
      background: #f1d3cb; }
    .site-header.active .site-branding svg path {
      fill: #f1d3cb !important; }
    .site-header.active .holder-alt-logo svg path {
      fill: #f1d3cb !important; }

.side-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  z-index: 300; }
  .side-menu.active {
    opacity: 1;
    visibility: visible; }
    .side-menu.active #side-menu-nav {
      padding-bottom: 0px;
      transition-delay: 0.6s;
      opacity: 1;
      visibility: visible; }
  .side-menu .side-menu-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
  .side-menu #side-menu-nav {
    padding-bottom: 30px;
    transition: all 0.2s ease-in-out;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden; }
  .side-menu .navbar-nav .nav-item .nav-link {
    font-size: 32px;
    font-family: "cooper-black-std", sans-serif;
    color: #f1d3cb; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.dis-scroll {
  overflow-y: hidden; }

@media (min-width: 576px) {
  .site-header {
    height: auto; } }

@media (max-width: 991.98px) {
  .site-header {
    overflow: hidden; } }

.site-header.menu-expand {
  background: #28422d !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s !important;
  overflow: hidden; }
  .site-header.menu-expand .menu-nav {
    display: block !important; }

@media screen and (max-width: 1024px) {
  .navbar-light .navbar-toggler i {
    font-size: 40px; } }

.site-branding {
  position: relative !important;
  top: auto !important;
  padding-bottom: 0px; }
  .site-branding svg {
    width: 100%; }

@media screen and (max-width: 1024px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .home .site-header .site-branding {
    display: none !important; } }

.site-header {
  background: #f1d3cb;
  min-height: 20px;
  width: 100%;
  z-index: 300;
  position: relative;
  top: 0px; }
  @media (max-width: 767.98px) {
    .site-header {
      top: 0;
      position: absolute;
      left: 0px; } }
  .site-header::after {
    height: 10px;
    width: 100%;
    background-size: auto !important;
    background-image: none !important;
    background-repeat: repeat !important;
    border-bottom: 1px solid #fff;
    display: none !important; }
  .site-header .site-branding {
    max-width: 182px; }
    @media (max-width: 499.98px) {
      .site-header .site-branding {
        max-width: 100px; } }

@media (max-width: 991.98px) {
  .navbar.navbar-expand-md {
    flex-flow: wrap; } }

@media (max-width: 991.98px) {
  .navbar.navbar-expand-md .navbar-nav {
    flex-direction: column; } }

.navbar.navbar-expand-md .navbar-nav .nav-link {
  color: #28422d;
  font-family: "neue-kabel", "Federo", sans-serif; }

.navbar.navbar-expand-md .navbar-nav .nav-link.active {
  background: transparent !important; }

.navbar-collapse {
  transition-delay: 0s; }
  @media (max-width: 991.98px) {
    .navbar-collapse {
      margin-top: -40px !important;
      max-width: 580px;
      width: 100%;
      display: block !important;
      margin-top: auto !important;
      margin-bottom: auto !important;
      flex-basis: 100% !important;
      flex-grow: 1 !important;
      left: 0 !important; }
      .navbar-collapse .navbar-nav .menu-item {
        margin-bottom: 15px; } }

.navbar-collapse.show {
  margin-top: 0px !important;
  transition-delay: 0.4s; }

.site-branding {
  top: -14px;
  padding-top: 0px;
  position: absolute;
  padding: 10px 0;
  padding: 5px;
  margin-right: 0px; }
  @media (max-width: 767.98px) {
    .site-branding {
      padding: 10px; } }

.navbar-light {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%; }

.navbar-nav {
  font-family: "arpona", serif; }

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 49px;
    transition: 0.2s ease-in-out;
    transition-delay: 0.2s !important;
    opacity: 0; }
    .navbar-collapse.show {
      margin-top: 49px;
      opacity: 1; } }

.navbar-light .navbar-toggler {
  border: none !important; }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-toggler {
      display: block; } }

.navbar-toggler.main span {
  color: #28422d !important; }

.navbar-toggler span {
  transition: all 0.2s ease-in-out; }

.navbar-expand-md .navbar-nav .nav-link {
  font-weight: 700;
  color: #000;
  padding: 16px 13px;
  font-size: 17px; }
  @media (min-width: 1000px) {
    .navbar-expand-md .navbar-nav .nav-link {
      padding: 16px 11px; } }
  @media (max-width: 767.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
      font-size: 30px; } }
  @media (max-width: 991.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
      font-size: 40px; } }
  @media (max-width: 439.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
      font-size: 22px; } }
  .navbar-expand-md .navbar-nav .nav-link.active {
    background: #a5c2d7 !important; }

.dropdown-menu {
  top: 91%;
  border-radius: 0px; }

.pre-header p {
  font-size: 12px;
  border-left: 2px solid #f1d3cb; }

/*--------------------------------------------------------------
## General navigation
--------------------------------------------------------------*/
.navbar-nav .menu-item.active .nav-link::after {
  opacity: 1;
  width: 100%; }

.navbar-nav .menu-item#menu-item-3879 {
  position: relative;
  background: #fff; }
  .navbar-nav .menu-item#menu-item-3879::before {
    content: " ";
    width: 100%;
    background: #28422d;
    bottom: 0px;
    width: 100%;
    height: 0px;
    position: absolute;
    transition: all 0.2s ease-in-out; }
  .navbar-nav .menu-item#menu-item-3879:hover::before {
    height: 100%; }
  .navbar-nav .menu-item#menu-item-3879:hover .nav-link {
    color: #000; }
  .navbar-nav .menu-item#menu-item-3879 .nav-link {
    color: #28422d;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 20; }

.navbar-nav .menu-item .nav-link {
  position: relative; }
  .navbar-nav .menu-item .nav-link::before {
    content: " "; }

.navbar-nav .nav-link {
  padding: 10px  0px !important;
  margin-left: 20px;
  margin-right: 20px;
  position: relative; }

.navbar-nav .nav-item:not(#menu-item-3879) {
  position: relative; }
  .navbar-nav .nav-item:not(#menu-item-3879) .nav-link {
    position: relative; }
    .navbar-nav .nav-item:not(#menu-item-3879) .nav-link::after {
      content: " ";
      transition: 0.5s ease-in-out;
      height: 2px;
      width: 20px;
      background: #28422d;
      position: absolute;
      bottom: 4px;
      left: 0px;
      opacity: 0; }
    .navbar-nav .nav-item:not(#menu-item-3879) .nav-link.active::after, .navbar-nav .nav-item:not(#menu-item-3879) .nav-link:hover::after {
      width: 100% !important;
      opacity: 1 !important;
      background: #28422d;
      color: #28422d; }

.navbar-expand-md .navbar-nav .nav-link.active {
  background: transparent; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.nav-numbered .nav-links {
  font-size: 1.65rem;
  color: #4c6d8e;
  margin: auto; }
  .nav-numbered .nav-links .current {
    font-weight: 700;
    color: #fff; }
  .nav-numbered .nav-links .page-numbers {
    margin-left: 10px;
    margin-right: 10px; }
  .nav-numbered .nav-links a.next, .nav-numbered .nav-links a.prev {
    font-size: 1.1rem; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  color: #fff; }

.pag-gen .navigation {
  margin-bottom: 0px;
  width: 100%; }
  .pag-gen .navigation .nav-previous, .pag-gen .navigation .nav-next {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.375rem;
    color: #fff;
    border-top: 2px solid #fff;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .pag-gen .navigation .nav-previous, .pag-gen .navigation .nav-next {
        width: 48%;
        margin-bottom: 0px; } }
    .pag-gen .navigation .nav-previous::before, .pag-gen .navigation .nav-next::before {
      width: 100%;
      display: block;
      font-size: 1.1rem;
      font-family: "cooper-black-std", sans-serif;
      font-weight: 700;
      color: #28422d; }
  .pag-gen .navigation .nav-previous::before {
    content: "Previous"; }
  .pag-gen .navigation .nav-next::before {
    content: "Next"; }

#foot-menu {
  list-style: none !important;
  padding-left: 0px; }
  #foot-menu li {
    display: inline-block;
    padding-right: 10px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem; }
  .holder-mob-toggler, .holder-alt-logo {
    width: 88px; }
  .site-header .site-branding {
    max-width: 140px; }
  .head-alt-logo {
    max-width: 49px; }
  .page-socials a {
    font-size: 41px; }
  .form-general .wpcf7-submit, .form-general input[type="submit"] {
    margin: auto;
    display: block;
    font-size: 21px;
    padding: 22px 46px;
    border-radius: 50px;
    border-radius: 50px; } }

@media (max-width: 767.98px) {
  .nav-inner {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .btn {
    padding: 17px 47px;
    font-size: 20px; }
  .copyright small, .site-footer .menu-item a {
    font-size: 13px !important; }
  .icon-social {
    font-size: 30px; }
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 50% !important;
    padding: 3px !important; }
  #sbi_images {
    padding: 0px !important; }
  .banner-section {
    margin-bottom: -140px; }
  .banner-section-after {
    padding-top: 160px !important; }
  .nav-tabs {
    padding-top: 113px; }
    .nav-tabs .nav-item a {
      font-size: 19px; }
  .navbar.navbar-expand-md .navbar-nav .nav-link {
    color: #fff; }
  .max-img-w-m {
    max-width: 200px !important; } }

@media (min-width: 576px) {
  .foot-logo {
    max-width: 140px; } }

@media (min-width: 768px) {
  .max-w-l {
    max-width: 450px; } }

@media (max-width: 1024px) {
  .holder-nav-menu {
    display: none !important; } }

@media (min-width: 1025px) {
  .holder-mob-toggler {
    display: none !important; }
  .home .navbar.navbar-expand-md {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; } }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Image options
--------------------------------------------------------------*/
.icon {
  width: 30px;
  margin-left: 3px;
  margin-right: 3px;
  height: auto; }

img {
  width: 100%; }

.img-emblem {
  max-width: 120px; }

@media (min-width: 768px) {
  .img-split {
    width: calc(100% + 120px);
    max-width: none !important;
    float: left; } }

.img-set-h {
  max-height: 60px; }

.img-s {
  max-width: 130px; }

.img-s2 {
  max-width: 200px; }

.img-ml {
  width: 64px; }
  @media (min-width: 768px) {
    .img-ml {
      width: 87px; } }

.ban-img-l {
  max-width: 450px; }

.img-title {
  max-width: 4500px; }

.max-img-w {
  max-width: 550px;
  width: 100%; }
  .max-img-w-l {
    max-width: 350px; }
  .max-img-w-m {
    max-width: 250px; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.owl-carousel.set-owl-carousel {
  position: relative; }
  .owl-carousel.set-owl-carousel .owl-nav {
    position: absolute;
    z-index: 99999999;
    top: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
    min-height: 0px;
    height: 55px;
    float: none;
    margin: auto;
    width: 100%;
    left: -5px;
    width: calc( 100% + 10px); }
    @media (min-width: 768px) {
      .owl-carousel.set-owl-carousel .owl-nav {
        left: -20px;
        width: calc( 100% + 40px); } }
    .owl-carousel.set-owl-carousel .owl-nav button {
      padding: 0px 10px 7px !important;
      background: #28422d !important; }
      .owl-carousel.set-owl-carousel .owl-nav button.owl-prev {
        float: left; }
      .owl-carousel.set-owl-carousel .owl-nav button.owl-next {
        float: right; }
      .owl-carousel.set-owl-carousel .owl-nav button span {
        font-size: 40px;
        color: #000; }
