/*
Theme Name change
Theme URI:
Description: A clean, minimalist theme for change
Version: 3.0
Author: Steve Edge Design Ltd
Author URI: http://www.steve-edge.com
*/
*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; vertical-align: top; }

.clearfix::after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

/* ==================  Theme CSS  ================== */
h1, h2, h3, h4, h5 { font-weight: normal; margin: 0; padding: 0; }

/* ==================  Site Fonts  ================== */
/* Font Name: Atten New - Regular Example: // @include font-atten-reg(50px, 50px, 0.5px); */
/* ==================  Site Animations  ================== */
/* ==================  Responsive Grid Col Settings  ================== */
/* Generates classes for a grid of columns, prefixed by size. The result will be .col-[size]-[col]-[total-columns] E.g. .col-xs-6-12 @param {string}	$size			The name of the size target (e.g. xs, sm, md, lg, xl, etc.) @param {int}		$grid-columns	Amount of columns */
/* A mixin targeting a specific device width and larger. These are the available targets: 'xs', 'sm', 'md', 'lg', 'xl' @param {string} $media The target media */
.col-xs-1-12 { width: 8.3333333333%; }

.col-xs-2-12 { width: 16.6666666667%; }

.col-xs-3-12 { width: 25%; }

.col-xs-4-12 { width: 33.3333333333%; }

.col-xs-5-12 { width: 41.6666666667%; }

.col-xs-6-12 { width: 50%; }

.col-xs-7-12 { width: 58.3333333333%; }

.col-xs-8-12 { width: 66.6666666667%; }

.col-xs-9-12 { width: 75%; }

.col-xs-10-12 { width: 83.3333333333%; }

.col-xs-11-12 { width: 91.6666666667%; }

.col-xs-12-12 { width: 100%; }

.col-xs-1-10 { width: 10%; }

.col-xs-2-10 { width: 20%; }

.col-xs-3-10 { width: 30%; }

.col-xs-4-10 { width: 40%; }

.col-xs-5-10 { width: 50%; }

.col-xs-6-10 { width: 60%; }

.col-xs-7-10 { width: 70%; }

.col-xs-8-10 { width: 80%; }

.col-xs-9-10 { width: 90%; }

.col-xs-10-10 { width: 100%; }

.col-xs-1-9 { width: 11.1111111111%; }

.col-xs-2-9 { width: 22.2222222222%; }

.col-xs-3-9 { width: 33.3333333333%; }

.col-xs-4-9 { width: 44.4444444444%; }

.col-xs-5-9 { width: 55.5555555556%; }

.col-xs-6-9 { width: 66.6666666667%; }

.col-xs-7-9 { width: 77.7777777778%; }

.col-xs-8-9 { width: 88.8888888889%; }

.col-xs-9-9 { width: 100%; }

.col-xs-1-7 { width: 14.2857142857%; }

.col-xs-2-7 { width: 28.5714285714%; }

.col-xs-3-7 { width: 42.8571428571%; }

.col-xs-4-7 { width: 57.1428571429%; }

.col-xs-5-7 { width: 71.4285714286%; }

.col-xs-6-7 { width: 85.7142857143%; }

.col-xs-7-7 { width: 100%; }

.col-xs-1-6 { width: 16.6666666667%; }

.col-xs-2-6 { width: 33.3333333333%; }

.col-xs-3-6 { width: 50%; }

.col-xs-4-6 { width: 66.6666666667%; }

.col-xs-5-6 { width: 83.3333333333%; }

.col-xs-6-6 { width: 100%; }

.col-xs-1-3 { width: 33.3333333333%; }

.col-xs-2-3 { width: 66.6666666667%; }

.col-xs-3-3 { width: 100%; }

@media (min-width: 768px) { .col-sm-1-12 { width: 8.3333333333%; }
  .col-sm-2-12 { width: 16.6666666667%; }
  .col-sm-3-12 { width: 25%; }
  .col-sm-4-12 { width: 33.3333333333%; }
  .col-sm-5-12 { width: 41.6666666667%; }
  .col-sm-6-12 { width: 50%; }
  .col-sm-7-12 { width: 58.3333333333%; }
  .col-sm-8-12 { width: 66.6666666667%; }
  .col-sm-9-12 { width: 75%; }
  .col-sm-10-12 { width: 83.3333333333%; }
  .col-sm-11-12 { width: 91.6666666667%; }
  .col-sm-12-12 { width: 100%; } }

@media (min-width: 980px) { .col-md-1-12 { width: 8.3333333333%; }
  .col-md-2-12 { width: 16.6666666667%; }
  .col-md-3-12 { width: 25%; }
  .col-md-4-12 { width: 33.3333333333%; }
  .col-md-5-12 { width: 41.6666666667%; }
  .col-md-6-12 { width: 50%; }
  .col-md-7-12 { width: 58.3333333333%; }
  .col-md-8-12 { width: 66.6666666667%; }
  .col-md-9-12 { width: 75%; }
  .col-md-10-12 { width: 83.3333333333%; }
  .col-md-11-12 { width: 91.6666666667%; }
  .col-md-12-12 { width: 100%; }
  .col-md-1-10 { width: 10%; }
  .col-md-2-10 { width: 20%; }
  .col-md-3-10 { width: 30%; }
  .col-md-4-10 { width: 40%; }
  .col-md-5-10 { width: 50%; }
  .col-md-6-10 { width: 60%; }
  .col-md-7-10 { width: 70%; }
  .col-md-8-10 { width: 80%; }
  .col-md-9-10 { width: 90%; }
  .col-md-10-10 { width: 100%; }
  .col-md-1-9 { width: 11.1111111111%; }
  .col-md-2-9 { width: 22.2222222222%; }
  .col-md-3-9 { width: 33.3333333333%; }
  .col-md-4-9 { width: 44.4444444444%; }
  .col-md-5-9 { width: 55.5555555556%; }
  .col-md-6-9 { width: 66.6666666667%; }
  .col-md-7-9 { width: 77.7777777778%; }
  .col-md-8-9 { width: 88.8888888889%; }
  .col-md-9-9 { width: 100%; }
  .col-md-1-7 { width: 14.2857142857%; }
  .col-md-2-7 { width: 28.5714285714%; }
  .col-md-3-7 { width: 42.8571428571%; }
  .col-md-4-7 { width: 57.1428571429%; }
  .col-md-5-7 { width: 71.4285714286%; }
  .col-md-6-7 { width: 85.7142857143%; }
  .col-md-7-7 { width: 100%; }
  .col-md-1-6 { width: 16.6666666667%; }
  .col-md-2-6 { width: 33.3333333333%; }
  .col-md-3-6 { width: 50%; }
  .col-md-4-6 { width: 66.6666666667%; }
  .col-md-5-6 { width: 83.3333333333%; }
  .col-md-6-6 { width: 100%; }
  .col-md-1-4 { width: 25%; }
  .col-md-2-4 { width: 50%; }
  .col-md-3-4 { width: 75%; }
  .col-md-4-4 { width: 100%; }
  .col-md-1-3 { width: 33.3333333333%; }
  .col-md-2-3 { width: 66.6666666667%; }
  .col-md-3-3 { width: 100%; } }

@media (min-width: 1400px) { .col-lg-1-12 { width: 8.3333333333%; }
  .col-lg-2-12 { width: 16.6666666667%; }
  .col-lg-3-12 { width: 25%; }
  .col-lg-4-12 { width: 33.3333333333%; }
  .col-lg-5-12 { width: 41.6666666667%; }
  .col-lg-6-12 { width: 50%; }
  .col-lg-7-12 { width: 58.3333333333%; }
  .col-lg-8-12 { width: 66.6666666667%; }
  .col-lg-9-12 { width: 75%; }
  .col-lg-10-12 { width: 83.3333333333%; }
  .col-lg-11-12 { width: 91.6666666667%; }
  .col-lg-12-12 { width: 100%; }
  .col-lg-1-10 { width: 10%; }
  .col-lg-2-10 { width: 20%; }
  .col-lg-3-10 { width: 30%; }
  .col-lg-4-10 { width: 40%; }
  .col-lg-5-10 { width: 50%; }
  .col-lg-6-10 { width: 60%; }
  .col-lg-7-10 { width: 70%; }
  .col-lg-8-10 { width: 80%; }
  .col-lg-9-10 { width: 90%; }
  .col-lg-10-10 { width: 100%; }
  .col-lg-1-9 { width: 11.1111111111%; }
  .col-lg-2-9 { width: 22.2222222222%; }
  .col-lg-3-9 { width: 33.3333333333%; }
  .col-lg-4-9 { width: 44.4444444444%; }
  .col-lg-5-9 { width: 55.5555555556%; }
  .col-lg-6-9 { width: 66.6666666667%; }
  .col-lg-7-9 { width: 77.7777777778%; }
  .col-lg-8-9 { width: 88.8888888889%; }
  .col-lg-9-9 { width: 100%; }
  .col-lg-1-7 { width: 14.2857142857%; }
  .col-lg-2-7 { width: 28.5714285714%; }
  .col-lg-3-7 { width: 42.8571428571%; }
  .col-lg-4-7 { width: 57.1428571429%; }
  .col-lg-5-7 { width: 71.4285714286%; }
  .col-lg-6-7 { width: 85.7142857143%; }
  .col-lg-7-7 { width: 100%; }
  .col-lg-1-6 { width: 16.6666666667%; }
  .col-lg-2-6 { width: 33.3333333333%; }
  .col-lg-3-6 { width: 50%; }
  .col-lg-4-6 { width: 66.6666666667%; }
  .col-lg-5-6 { width: 83.3333333333%; }
  .col-lg-6-6 { width: 100%; }
  .col-lg-1-3 { width: 33.3333333333%; }
  .col-lg-2-3 { width: 66.6666666667%; }
  .col-lg-3-3 { width: 100%; } }

@media (min-width: 1800px) { .col-xl-1-10 { width: 10%; }
  .col-xl-2-10 { width: 20%; }
  .col-xl-3-10 { width: 30%; }
  .col-xl-4-10 { width: 40%; }
  .col-xl-5-10 { width: 50%; }
  .col-xl-6-10 { width: 60%; }
  .col-xl-7-10 { width: 70%; }
  .col-xl-8-10 { width: 80%; }
  .col-xl-9-10 { width: 90%; }
  .col-xl-10-10 { width: 100%; }
  .col-xl-1-12 { width: 8.3333333333%; }
  .col-xl-2-12 { width: 16.6666666667%; }
  .col-xl-3-12 { width: 25%; }
  .col-xl-4-12 { width: 33.3333333333%; }
  .col-xl-5-12 { width: 41.6666666667%; }
  .col-xl-6-12 { width: 50%; }
  .col-xl-7-12 { width: 58.3333333333%; }
  .col-xl-8-12 { width: 66.6666666667%; }
  .col-xl-9-12 { width: 75%; }
  .col-xl-10-12 { width: 83.3333333333%; }
  .col-xl-11-12 { width: 91.6666666667%; }
  .col-xl-12-12 { width: 100%; } }

/* ==================  Site Flex Settings  ================== */
/* ==================  Responsive Fonts Settings  ================== */
body { font-family: sans-serif; background-color: #e1dfde; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body, html { height: 100%; }

p { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 18px; line-height: 24px; letter-spacing: normal; }

body.no-scrolling { width: 100%; height: 100%; overflow: hidden; -webkit-overflow-scrolling: touch; }

.wrapper { margin: 0; padding: 0; width: 100%; }

.content { width: 100%; position: relative; }

.content-block { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; width: 1200px; margin: auto; padding: 0 20px; }

.one-flex-container { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; width: 1160px; margin: 0 20px; }

.content-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; width: 100%; }

.full-width-container { width: 100%; }

.full-half-flex-container { width: 50%; }

.full-third-flex-container { width: 33.33%; }

.full-fourth-flex-container { width: 25%; }

.space_between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

header.content { position: fixed; width: 100%; top: 0; background-color: #e1dfde; z-index: 99; }

header .content-block { height: 86px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }

.burger-holder { display: inline-block; margin: 0 20px; cursor: pointer; }

.burger-holder .line { display: block; width: 20px; height: 2px; margin: 4px auto; background-color: #3b0508; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.burger-holder:hover .line { background-color: #de334f; }

.burger-holder.is-sticky .line { background-color: #272726; }

.burger-holder.is-active { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transition-delay: 0.6s; transition-delay: 0.6s; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.burger-holder.is-active .line:nth-child(2) { width: 0px; }

.burger-holder.is-active .line:nth-child(1), .burger-holder.is-active .line:nth-child(3) { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }

.burger-holder.is-active .line:nth-child(1) { -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); }

.burger-holder.is-active .line:nth-child(3) { -webkit-transform: translateY(-6px) rotate(90deg); -ms-transform: translateY(-6px) rotate(90deg); transform: translateY(-6px) rotate(90deg); }

.nav-small { display: inline-block; }

.nav-small ul { margin: 0; padding: 0; list-style-type: none; }

.nav-small ul li { font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 14px; line-height: 17px; letter-spacing: 1.05px; text-transform: uppercase; margin: 0 20px; }

.nav-small ul li a { color: #3b0508; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.nav-small ul li a:hover { color: #de334f; }

.small-menu { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.logo { position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); }

.menu-side { display: block; position: fixed; top: 0; right: 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: transform 0.5s ease-in-out; -webkit-transition: -webkit-transform 0.5s ease-in-out; transition: -webkit-transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; background-color: #de334f; width: 480px; height: 100%; z-index: 999; padding: 86px 50px 60px 60px; overflow-y: scroll; }

.menu-side { padding-bottom: 80px; }

.menu-side.is-active { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.close-btn { display: block; height: 20px; width: 20px; background-image: url(assets/img/icon-x@2x.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; cursor: pointer; }

.menu-side ul#menu-main-menu { margin: 0; padding: 0; list-style-type: none; }

.menu-side ul#menu-main-menu li { margin-top: 20px; font-family: "Freight Big Book Regular", sans-serif; font-style: normal; font-display: block; font-size: 44px; line-height: 50px; letter-spacing: normal; border-bottom: 1px solid #ffffff; padding-bottom: 5px; position: relative; }

.menu-side ul#menu-main-menu li a { color: #ffffff; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.menu-side ul#menu-main-menu li a:hover { opacity: 0.5; }

.socials ul li { display: inline-block; margin-right: 20px; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.socials ul li:hover { opacity: 0.5; }

.socials { position: absolute; bottom: 60px; left: 60px; }

.socials ul { padding: 0; margin: 0; }

@media only screen and (min-height: 0) and (max-height: 550px) { .socials { display: none; } }

.children-dropdown-trigger { display: block; position: absolute; top: 12px; right: 0; height: 30px; width: 17px; background-image: url(assets/img/arrow-right.png); background-position: center; background-repeat: no-repeat; z-index: 99; cursor: pointer; background-size: 100% 100%; -webkit-transition: transform 0.3s ease-in-out; -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.children-dropdown-trigger.is-active { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.menu-side ul#menu-main-menu ul.sub-menu { margin: 0; padding: 0; list-style-type: none; max-height: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.menu-side ul#menu-main-menu ul.sub-menu li.tier-1 { border-bottom: 0; font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 14px; line-height: 17px; letter-spacing: 1.05px; text-transform: uppercase; margin: 0; }

.menu-side ul#menu-main-menu ul.sub-menu.is-active { max-height: 130px; opacity: 1; visibility: visible; padding: 20px 0 0; }

.bg-cover { position: fixed; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; z-index: 99; }

.bg-cover.is-active { pointer-events: auto; }

footer h5, .footer-title { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 16px; line-height: 20px; letter-spacing: 1.6px; text-transform: uppercase; color: #3b0508; margin-bottom: 20px; }

footer input[type="email"] { width: 330px; height: 45px; border: 0; font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 16px; line-height: 20px; letter-spacing: 1.6px; text-transform: uppercase; padding: 0 10px; }

footer input[type="checkbox"] { width: 20px; height: 20px; border: 0; display: inline-block; margin: 3px 5px 0 0; padding: 0; background-color: #3b0508; border: 1px solid #3b0508; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; }

footer input[type="checkbox"]:checked { background-image: url("assets/img/white-tick.png"); background-size: contain; background-size: 20px; background-repeat: no-repeat; background-position: center; }

footer input[type="submit"] { display: inline-block; font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 16px; line-height: 20px; letter-spacing: 1.6px; text-transform: uppercase; color: #3b0508; background-color: transparent; border: 0; margin: 15px 30px; padding: 0; }

.wpcf7-list-item { margin: 0; }

footer .menu-main-menu-container ul { margin: 0; padding: 0; list-style-type: none; }

footer .menu-main-menu-container ul li { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 20px; line-height: 24px; letter-spacing: 0.4px; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

footer .menu-main-menu-container ul li a { color: #ffffff; }

footer .menu-main-menu-container ul li:hover { opacity: 0.5; }

.wpcf7-list-item-label { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 12px; line-height: 20px; letter-spacing: 1.3px; color: #ffffff; text-transform: uppercase; margin: 4px 5px 0; display: inline-block; }

.wpcf7-list-item-label a { color: #ffffff; text-decoration: underline; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.wpcf7-list-item-label a:hover { opacity: 0.5; }

.small-links { margin: 0; padding: 0; }

footer .socials { position: relative; bottom: auto; left: auto; }

.small-links li { margin: 0; display: inline-block; font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 12px; line-height: 20px; letter-spacing: 1.4px; color: #ffffff; text-transform: uppercase; padding-right: 10px; }

.small-links li a { color: #ffffff; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.small-links li a:hover { opacity: 0.5; }

.wpcf7-form { position: relative; }

.wpcf7-not-valid-tip { color: #ffffff; display: block; position: absolute; left: 0; bottom: -50px; width: 330px; }

.ajax-loader { display: none !important; }

.wpcf7-response-output { position: absolute; font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 11px; line-height: 13px; letter-spacing: 1.1px; color: #ffffff; text-transform: uppercase; opacity: 0.5; border: 0 !important; padding: 0 !important; margin: 0 !important; bottom: -40px; }

.privacy { margin-top: 20px; }

.subscribe p { margin: 0; }

/* ==================  Page Template CSS  ================== */
/* ==================  Vendor CSS  ================== */
.slick-slider-banner-container { display: block; position: relative; width: 100%; padding: 0; margin: 0; }

.slick-slider-banner-container .slick-slide { width: 100%; height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center; }

.instagram-image { display: inline-block; position: relative; width: 16.66%; padding: 0; margin: 0; }

.instagram-image img { width: 100%; height: auto; padding: 0; margin: 0; vertical-align: top; }

.twitter-feed-container { display: block; position: relative; padding: 0; margin: 0; }

.twitter-heading-holder { display: block; position: relative; padding: 0; margin: 0 0 30px; }

.twitter-heading-holder a { display: block; padding: 0; margin: 0; color: #272726; font-size: 17px; opacity: 1; }

.twitter-heading-holder a:hover { opacity: 0.4; }

.twitter-text-holder { display: block; position: relative; padding: 0; margin: 0; font-size: 17px; line-height: 22px; }

.twitter-text-holder a { padding: 0; margin: 0; color: #272726; opacity: 1; }

.twitter-text-holder a:hover { opacity: 0.4; }

.cc-window { opacity: 1; -webkit-transition: opacity 1s ease; transition: opacity 1s ease; }

.cc-window.cc-invisible { opacity: 0; }

.cc-animate.cc-revoke { -webkit-transition: -webkit-transform 1s ease; transition: -webkit-transform 1s ease; transition: transform 1s ease; transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top { -webkit-transform: translateY(-2em); -ms-transform: translateY(-2em); transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom { -webkit-transform: translateY(2em); -ms-transform: translateY(2em); transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.cc-grower { max-height: 0; overflow: hidden; -webkit-transition: max-height 1s; transition: max-height 1s; }

.cc-link, .cc-revoke:hover { text-decoration: underline; }

.cc-revoke, .cc-window { position: fixed; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: Helvetica,Calibri,Arial,sans-serif; font-size: 16px; line-height: 1.5em; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-wrap: nowrap; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; z-index: 9999; }

.cc-window.cc-static { position: static; }

.cc-window.cc-floating { padding: 2em; max-width: 24em; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }

.cc-window.cc-banner { padding: 1em 1.8em; width: 100%; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; }

.cc-revoke { padding: .5em; }

.cc-header { font-size: 18px; font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke { cursor: pointer; }

.cc-link:hover { opacity: 1; }

.cc-link:active, .cc-link:visited { color: initial; }

.cc-btn { display: block; padding: .4em .8em; font-size: .9em; font-weight: 700; border-width: 2px; border-style: solid; text-align: center; white-space: nowrap; }

.cookie-title { display: block; position: relative; margin: 0; padding: 5px 0 10px; font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 18px; line-height: 24px; letter-spacing: normal; text-transform: uppercase; font-size: 30px; }

.cc-message { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 18px; line-height: 24px; letter-spacing: normal; color: #de334f; font-size: 15px; line-height: 22px; }

.cc-btn.cc-dismiss { display: block; padding: 15px 26px; margin: 0; font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 18px; line-height: 24px; letter-spacing: normal; border: 1px solid #ffffff !important; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; white-space: nowrap; }

.cc-btn.cc-dismiss:hover { background-color: #ffffff !important; color: #de334f; }

.cc-highlight .cc-btn:first-child { background-color: transparent; border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover { background-color: transparent; text-decoration: underline; }

.cc-close { display: block; position: absolute; top: .5em; right: .5em; font-size: 1.6em; opacity: .9; line-height: .75; }

.cc-close:focus, .cc-close:hover { opacity: 1; }

.cc-revoke.cc-top { top: 0; left: 3em; border-bottom-left-radius: .5em; border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom { bottom: 0; left: 3em; border-top-left-radius: .5em; border-top-right-radius: .5em; }

.cc-revoke.cc-left { left: 3em; right: unset; }

.cc-revoke.cc-right { right: 3em; left: unset; }

.cc-top { top: 1em; }

.cc-left { left: 1em; }

.cc-right { right: 1em; }

.cc-bottom { bottom: 1em; }

.cc-floating > .cc-link { margin-bottom: 1em; }

.cc-floating .cc-message { display: block; margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance { -ms-flex: 1 0 auto; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: 1 0 auto; }

.cc-window.cc-banner { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }

.cc-banner.cc-top { left: 0; right: 0; top: 0; }

.cc-banner.cc-bottom { left: 0; right: 0; bottom: 0; }

.cc-banner .cc-message { display: block; -ms-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; max-width: 100%; margin-right: 1em; }

.cc-compliance { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-line-pack: justify; -webkit-align-content: space-between; align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.cc-btn + .cc-btn { margin-left: .5em; }

@media print { .cc-revoke, .cc-window { display: none; } }

@media screen and (max-width: 900px) { .cc-btn { white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) { .cc-window.cc-top { top: 0; }
  .cc-window.cc-bottom { bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right { left: 0; right: 0; }
  .cc-window.cc-banner { -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }
  .cc-window.cc-banner .cc-compliance { -ms-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; }
  .cc-window.cc-floating { max-width: none; }
  .cc-window .cc-message { margin-bottom: 1em; }
  .cc-window.cc-banner { -ms-flex-align: unset; -webkit-box-align: unset; -webkit-align-items: unset; align-items: unset; }
  .cc-window.cc-banner .cc-message { margin-right: 0; } }

.cc-floating.cc-theme-classic { padding: 1.2em; border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance { text-align: center; display: inline; -ms-flex: none; -webkit-box-flex: 0; -webkit-flex: none; flex: none; }

.cc-theme-classic .cc-btn { border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child { min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn { display: inline-block; }

.cc-theme-edgeless.cc-window { padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message { margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn { margin: 0; padding: .8em 1.8em; height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message { margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn { margin-left: 0; }

/* ==================  Misc CSS  ================== */
/*
Hidden Classes: .hide-on-responsive,
Visible Classes: .show-on-responsive,

Misc */
textarea, input, select { outline: none; -webkit-appearance: none; -moz-appearance: none; border-radius: 0; resize: vertical; }

input[type="checkbox"] { -webkit-appearance: checkbox; -moz-appearance: checkbox; border-radius: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

img { border: 0; -webkit-backface-visibility: hidden; vertical-align: top; padding: 0; margin: 0; }

a { color: #272726; text-decoration: none; padding: 0; margin: 0; }

:focus { outline: none; }

@-webkit-keyframes fadeTrans { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeTrans { from { opacity: 0; }
  to { opacity: 1; } }

.staggerFadeIn { opacity: 0; }

.staggerFadeIn.stag-visible { -webkit-animation-name: fadeTrans; animation-name: fadeTrans; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.white-background { background-color: #ffffff; }

.maroon-background { background-color: #3b0508; }

.red-background { background-color: #de334f; }

.grey-background { background-color: #e5e3e2; }

.twenty-spacer { padding-top: 20px; }

.thirty-spacer { padding-top: 30px; }

.forty-spacer { padding-top: 40px; }

.fifty-spacer { padding-top: 50px; }

.sixty-spacer { padding-top: 60px; }

.eighty-spacer { padding-top: 80px; }

.one-hundred-spacer { padding-top: 100px; }

.hide-on-responsive { display: block !important; }

.show-on-responsive { display: none !important; }

.show-on-small-desktop { display: none !important; }

.overflow-fix { overflow-x: hidden; }

.add-flex-fix { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }

.z-index-fix { z-index: 999; }

.ios-font-fix { -webkit-text-size-adjust: 100%; }

.long-text-fix { /* These are technically the same, but use both */ overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */ word-break: break-all; /* Instead use this non-standard one: */ word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */ -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }

.no_pad { padding: 0; }

.link-cta { font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 14px; line-height: 17px; letter-spacing: 1.05px; color: #3b0508; text-transform: uppercase; padding: 20px 20px 40px; text-align: right; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.link-cta:hover { opacity: 0.5; }

.text_center { text-align: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.hideme { opacity: 0; visibility: hidden; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.hideme.in-viewport { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.top-spacer { padding-top: 86px; }

.breadcrumbs.content { position: absolute; left: 50%; top: 186px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 98; color: #e5e3e2; font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 14px; line-height: 17px; letter-spacing: 1.05px; text-transform: uppercase; }

.breadcrumbs.content a { color: #e5e3e2; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.breadcrumbs.content a:hover { opacity: 0.5; }

.breadcrumbs.content .home { padding-right: 3px; }

.breadcrumbs.content .post { padding: 0 3px !important; }

.single .breadcrumbs .current-item { padding: 0 3px !important; }

.breadcrumbs.content span:nth-of-type(1) { padding-left: 0; }

.page-template-page-about .breadcrumbs.content, .page-template-page-our-team .breadcrumbs.content, .page-template-page-contact .breadcrumbs.content, .page-template-page-news .breadcrumbs.content, .page-template-page-our-story .breadcrumbs.content, .page-template-page-about-single .breadcrumbs.content, .single-development .breadcrumbs.content { color: #757575; }

.page-template-page-about .breadcrumbs.content a, .page-template-page-our-team .breadcrumbs.content a, .page-template-page-contact .breadcrumbs.content a, .page-template-page-news .breadcrumbs.content a, .page-template-page-our-story .breadcrumbs.content a, .page-template-page-about-single .breadcrumbs.content a, .single-development .breadcrumbs.content a { color: #757575; }

.gutter { padding: 0 20px; }

.no-padding { padding: 0 !important; }

.fill_img img { width: 100%; height: auto; }

.pos-rel { position: relative; }

.fadeInSeq { opacity: 0; -webkit-transform: translateY(10vh); -ms-transform: translateY(10vh); transform: translateY(10vh); visibility: hidden; -webkit-transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out; will-change: opacity, visibility; }

.fadeInSeq.is-visible { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; visibility: visible; }

.fadeMe { opacity: 0; -webkit-transform: translateY(10vh); -ms-transform: translateY(10vh); transform: translateY(10vh); visibility: hidden; -webkit-transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out; will-change: opacity, visibility; }

.fadeMe.is-visible { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; visibility: visible; }

/* ==================  Reponsive CSS  ================== */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 980px) and (max-width: 1400px) { .fifty-spacer { padding-top: 30px; }
  .sixty-spacer, .eighty-spacer { padding-top: 40px; }
  .one-hundred-spacer { padding-top: 60px; }
  .fifty-padding-both { padding: 0 15px; }
  .content-block { width: 960px; padding: 0 15px; }
  .one-flex-container { width: 930px; margin: 0 15px; }
  .no_pad { padding: 0; }
  .breadcrumbs.content { top: 146px; }
  .gutter { padding: 0 15px; }
  .show-on-small-desktop { display: block !important; }
  .nav-small ul li, .burger-holder { margin: 0 10px; }
  .logo img { width: 147px; height: 43px; }
  .logo-small img { width: 55px; height: 43px; }
  .menu-side ul#menu-main-menu li { font-family: "Freight Big Book Regular", sans-serif; font-style: normal; font-display: block; font-size: 34px; line-height: 40px; letter-spacing: normal; }
  .children-dropdown-trigger { top: 5px; }
  footer h5, .footer-title, footer input[type="submit"] { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 14px; line-height: 18px; letter-spacing: 1.4px; }
  footer input[type="email"] { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 14px; line-height: 18px; letter-spacing: 1.4px; width: 290px; }
  .wpcf7-list-item-label { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 10px; line-height: 17px; letter-spacing: 1px; }
  .small-links li { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 10px; line-height: 17px; letter-spacing: 1px; }
  footer .socials ul li { margin-right: 10px; }
  footer .menu-main-menu-container ul li { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 16px; line-height: 20px; letter-spacing: 0.4px; }
  footer .wpcf7-list-item { width: 100%; } }

/*
Hidden Classes: .hide-on-responsive,
Visible Classes: .show-on-responsive

Tablet Portrait size to standard 960 (devices and browsers)
*/
@media only screen and (min-width: 1px) and (max-width: 979px) { /* Hide and show classes */
  .hide-on-responsive { display: none !important; }
  .show-on-responsive { display: block !important; }
  .fifty-spacer { padding-top: 30px; }
  .sixty-spacer, .eighty-spacer { padding-top: 40px; }
  .one-hundred-spacer { padding-top: 60px; }
  .fifty-padding-both { padding: 0 20px; }
  .mobile-burger-outer-container { display: block; position: absolute; width: 33px; height: 33px; top: 9px; left: 10px; z-index: 99; opacity: 1; cursor: pointer; }
  .content-block { width: 90%; margin: auto; padding: 0; }
  .one-flex-container, .half-flex-container, .third-flex-container { width: 100%; padding: 0; margin: 0; }
  .full-width-container, .full-half-flex-container, .full-third-flex-container, .full-fourth-flex-container { width: 100%; padding: 0; margin: 0; }
  .link-cta { font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 10px; line-height: 12px; letter-spacing: 0.75px; padding: 10px 0 25px; }
  .top-spacer { padding-top: 70px; }
  .breadcrumbs.content { top: 90px; font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 10px; line-height: 12px; letter-spacing: 0.75px; }
  .gutter { padding: 0; }
  p { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 14px; line-height: 20px; letter-spacing: normal; }
  .show-on-small-desktop { display: block !important; }
  .logo { position: relative; top: auto; left: auto; -webkit-transform: translateX(0) translateY(0); -ms-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); padding: 20px 0; }
  .logo img { width: 99px; height: 30px; }
  header .content-block { height: auto; }
  .burger-holder { margin: 0; }
  .menu-side { width: 100%; }
  .menu-side ul#menu-main-menu li { font-family: "Freight Big Book Regular", sans-serif; font-style: normal; font-display: block; font-size: 20px; line-height: 25px; letter-spacing: normal; }
  .children-dropdown-trigger { width: 9px; height: 16px; top: 6px; }
  .menu-side ul#menu-main-menu ul.sub-menu li.tier-1 { font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 12px; line-height: 16px; letter-spacing: 0.75px; }
  .menu-side { padding: 40px 5% 60px; }
  .socials { left: 5%; }
  .footer-logo { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .footer-logo img { width: 100px; height: 29px; }
  footer h5, .footer-title, footer input[type="submit"] { font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 10px; line-height: 12px; letter-spacing: 0.75px; }
  footer input[type="email"] { width: 75%; font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 10px; line-height: 12px; letter-spacing: 0.75px; }
  footer input[type="submit"] { margin: 18px 0 0 10px; }
  .wpcf7-list-item-label { font-family: atten-new, sans-serif; font-weight: 400; font-style: normal; font-display: block; font-size: 8px; line-height: 10px; letter-spacing: 0.8px; width: calc(100% - 30px); margin: 5px 0; }
  .wpcf7 .ajax-loader { display: none; }
  .subscribe { margin-bottom: 40px; }
  footer .menu-main-menu-container ul li { font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 14px; line-height: 20px; letter-spacing: 0.75px; }
  .small-links li { font-family: atten-new, sans-serif; font-weight: 500; font-style: normal; font-display: block; font-size: 12px; line-height: 20px; letter-spacing: 0.75px; display: block; }
  footer .socials { padding: 0 0 30px; }
  footer .socials ul li { margin-right: 10px; }
  .footer-mob-order-one { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .footer-mob-order-two { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  footer .wpcf7-list-item { width: 90%; }
  .wpcf7-list-item-label { margin: 8px 0 0; } }

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* Small Screens Height Fix */

/*# sourceMappingURL=style.css.map */
