/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
@font-face {
  font-family: 'Termina';
  src: url('../../assets/fonts/TerminaW00-Demi.woff2') format('woff2'), url('../../assets/fonts/TerminaW00-Demi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Termina';
  src: url('../../assets/fonts/TerminaW05-Bold.woff2') format('woff2'), url('../../assets/fonts/TerminaW05-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../../assets/fonts/Archivo-ExtraLight.woff2') format('woff2'), url('../../assets/fonts/Archivo-ExtraLight.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../../assets/fonts/SpaceGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../../assets/fonts/SpaceGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../../assets/fonts/SpaceGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../../assets/fonts/SpaceGrotesk-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../../assets/fonts/SpaceGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Defaults */
:focus {
  outline: 0;
}
a, a:visited {
  color: #069;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted;
  cursor: help;
}
blockquote {
  background: #EEE;
  border-left: 2px solid #CCC;
  margin: 0 0 1em;
}
blockquote p {
  margin: 0.5em;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: #000;
  color: #fff;
  font: 18px/140% 'neue-haas-grotesk-display', Sans-Serif;
  letter-spacing: 1px;
  font-weight: 300;
}
code, pre {
  font-size: 1em;
}
del {
  text-decoration: line-through;
}
dfn {
  font-style: italic;
  font-weight: bold;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1em 10px;
}
fieldset {
  border: 0;
}
fieldset p {
  margin: 0 0 5px;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
ins {
  text-decoration: none;
}
hr {
  margin: 0 0 0.5em;
}
p {
  margin: 0 0 1em;
  letter-spacing: 5%;
}
ul, ol {
  list-style: none;
  margin: 0 0 1em;
}
textarea {
  font: 1em Arial;
  overflow: auto;
}
tt {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 1em;
}
th {
  background: #EEE;
  border: solid #CCC;
  border-width: 1px 0 0 1px;
  padding: 3px;
}
td {
  border: solid #CCC;
  border-width: 1px 0 0 1px;
  padding: 3px;
}
table {
  border: solid #CCC;
  border-width: 0 1px 1px 0;
}
/* Containers */
.content-wrapper {
  max-width: 1528px;
  margin: 0 auto;
  width: 100%;
}
#page {
  width: 100%;
  overflow: hidden;
}
/* Header */
#branding {
  width: 100%;
  height: 165px;
  position: relative;
  z-index: 20;
}
#branding .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#branding nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#branding nav ul {
  font-size: 18px;
  letter-spacing: 12%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  margin: 0 30px 0 0;
}
#branding nav ul li {
  margin: 0 24px;
  padding: 0;
}
#branding nav ul a {
  color: #fff;
  text-decoration: none;
  transition: linear 350ms all;
  position: relative;
  margin: -5px 0 0;
}
#branding nav ul a:hover {
  color: #c37744;
  /*
   &:after{
   content:'';
   position: absolute;
   bottom:-5px;
   left:0;
   transition: linear 350ms all;
   height:2px;
   background: rgba(195, 119, 68, 1);
   width: 0%;
   opacity: 0;
   }
   &:hover:after{
   height: 2px;
   width: 100%;
   opacity: 1;
   }
   */
}
#branding nav ul li.current_page_item > a {
  color: #c37744;
}
#branding nav ul .menu-item-has-children {
  position: relative;
  padding-right: 15px;
  background: url(../../assets/img/bottom-arrow.svg) 100% 50% no-repeat;
}
#branding nav ul .menu-item-has-children > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 16px;
  margin-right: 0;
  width: 300px;
  padding: 20px 20px 15px;
  background: #c37744;
  opacity: 0;
  visibility: hidden;
  transition: ease 350ms all;
}
#branding nav ul .menu-item-has-children > ul li {
  margin: 0 0 10px;
}
#branding nav ul .menu-item-has-children > ul li:hover a {
  padding-left: 10px;
}
#branding nav ul .menu-item-has-children > ul a {
  color: #000;
  transition: ease 350ms all;
}
#branding nav ul .menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}
#branding nav ul .menu-item-has-children:hover > a:after {
  height: 2px;
  width: 100%;
  opacity: 1;
}
a.linked, a.email, #footer a.linked {
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #C37744 0%, #7C4433 100%);
}
a.linked svg, a.email svg, #footer a.linked svg {
  fill: #000;
}
/* Banner */
.banner {
  width: 100%;
}
.banner h1 {
  font-size: 62px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .content-wrapper {
  height: 100%;
  position: relative;
}
.banner .content-wrapper h1 {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  width: 1200px;
  margin-bottom: 0;
}
/* Content*/
#main {
  width: 100%;
  min-height: 500px;
  padding-top: 100px;
}
#main h1.entry-title, #main p.entry-title {
  color: #fff;
  font-size: 62px;
  letter-spacing: 1%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Space Grotesk', sans-serif;
  margin: -35px 0 110px;
  line-height: 100%;
}
p.sub-title {
  color: #c37744;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 31%;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.editor {
  width: 100%;
  margin-bottom: 120px;
}
.editor p.sub-title {
  color: #c37744;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 31%;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.editor h2 {
  color: #fff;
  font-size: 38px;
  line-height: 140%;
  letter-spacing: 2%;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.editor h2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: #c37744;
  height: 2px;
  width: 66px;
  content: '';
}
.editor h3 {
  font-size: 24px;
  line-height: 130%;
  margin: 0 0 15px;
  color: #c37744;
  font-weight: 400;
  letter-spacing: 5%;
  letter-spacing: 2px;
  font-family: 'Space Grotesk', sans-serif;
}
.editor ul, .editor ol {
  font-size: 18px;
  line-height: 140%;
  list-style: none;
  margin: 0 0 0 28px;
}
.editor ul li, .editor ol li {
  margin: 0 0 10px;
  position: relative;
}
.editor ul li:before, .editor ol li:before {
  position: absolute;
  left: -16px;
  top: 12px;
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.editor ol {
  list-style: decimal;
}
.editor ol li:before {
  display: none;
}
.editor .text-wrapper {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
}
.editor .text-wrapper p {
  padding: 0 15px;
  margin: 0 0 20px;
}
.editor.full-width .text-wrapper p {
	padding: 0;
}
.editor.full-width h2 {
	text-align: left;
}
.editor.full-width h2:after {
	left: 0;
	transform: none;
}

.editor.with-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.editor.with-img .text-wrapper {
  max-width: 634px;
  margin: 0;
  text-align: left;
}
.editor.with-img .text-wrapper p {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 35px;
}
.editor.with-img .text-wrapper h2 {
  padding-bottom: 20px;
}
.editor.with-img .text-wrapper h2:after {
  left: 0;
  transform: translate(0, 0);
}
.editor.left .img-placer {
  order: 1;
}
.editor.left .text-wrapper {
  order: 2;
  margin-right: 110px;
}
.editor.right .img-placer {
  order: 2;
}
.editor.right .img-placer:after {
  right: auto;
  left: -95px;
}
.editor.right .text-wrapper {
  order: 1;
  margin-left: 70px;
}
.editor .img-placer {
  max-width: 660px;
  position: relative;
  overflow: hidden;
}
.editor .img-placer:after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -120px;
  right: -95px;
  border: 20px solid #000;
  background: linear-gradient(42.51deg, #7C4433 2.89%, #3F170A 73.91%);
  transform: rotate(45deg);
}
.editor.two-cols {
  width: 1272px;
  margin: 0 auto 300px;
  display: flex;
  justify-content: space-between;
}
.editor.two-cols .text-wrapper.col {
  width: 43%;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
}
.editor.two-cols .text-wrapper.col p {
  padding-left: 0;
  padding-right: 0;
}
.editor.two-cols .text-wrapper.col:first-child {
  padding-right: 25px;
}
.editor.two-cols .text-wrapper.col:last-child {
  width: 48%;
}
.gform_wrapper label {
  color: #c37744;
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.gform_wrapper label .gfield_required {
  color: #c37744 !important;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal !important;
  text-transform: lowercase;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="password"], .gform_wrapper input[type="email"] {
  width: 100%;
  height: 56px;
  background: none;
  border: 1px solid #fff;
  padding: 0 18px !important;
  font-size: 20px !important;
  font-weight: normal;
  font-family: 'Archivo', Sans-Serif;
  font-style: italic;
  color: #fff;
  box-sizing: border-box;
}
.gform_wrapper textarea {
  width: 100%;
  height: 228px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: none;
  color: #fff;
  padding: 18px !important;
  font-size: 20px !important;
  font-family: 'Archivo', Sans-Serif;
  font-weight: normal;
  font-style: italic;
}
.gform_wrapper input[type="submit"] {
  height: 55px;
  text-transform: uppercase;
  border: 1px solid #c37744;
  /* fallback */
  border-image: linear-gradient(180deg, #C37744 0%, #7C4433 100%) 1;
  font-size: 17px;
  letter-spacing: 12%;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  background: none;
  padding: 0 22px;
  cursor: pointer;
}
.gform_wrapper input[type="submit"]:hover {
  background: linear-gradient(180deg, #C37744 0%, #7C4433 100%);
  border-color: transparent;
}
.gform_wrapper ::placeholder {
  opacity: 1;
}
.gform_wrapper .gform_fields {
  display: block;
}
.gform_wrapper .gform_fields .gfield {
  margin: 0 0 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  left: -40px !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2:after {
  display: none;
}
a.btn {
  font-size: 17px;
  color: #fff;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 12%;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  border: 1px solid #c37744;
  /* fallback */
  border-image: linear-gradient(180deg, #C37744 0%, #7C4433 100%) 1;
  padding: 0 42px;
  transition: ease 350ms all;
}
a.btn:hover {
  background: linear-gradient(180deg, #C37744 0%, #7C4433 100%);
  border-color: transparent;
}
.faq {
  margin-bottom: 100px;
}
.faq p.sub-title, .faq h3 {
  color: #c37744;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 31%;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.faq .editor .text-wrapper {
  margin: 0;
  width: 100%;
  text-align: left;
}
.faq .editor .text-wrapper h2:after {
  left: 0;
  transform: translate(0, 0);
}
.faq .editor .text-wrapper p {
  padding: 0;
}
.faq h2.faq-title svg {
  margin-left: 20px;
}
.faq h2.faq-title {
  color: #fff;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 2%;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  position: relative;
  padding: 0 0 25px;
  margin: 0;
}
.faq h2.faq-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c37744;
  height: 2px;
  width: 66px;
  content: '';
}
.faq .editor.with-img {
  align-items: flex-start;
}
.faq .editor.with-img.left .img-placer {
  margin-right: 30px;
}
.faq .editor.with-img.right .img-placer {
  margin-left: 30px;
}
.faq .editor .img-placer {
  max-width: 775px;
}
.faq .editor .img-placer img {
  margin-right: -1px;
}
.faq .faq-item {
  border-bottom: 1px solid #7c4433;
  margin: 0 0 22px;
  cursor: pointer;
}
.faq .faq-item p.sub-title, .faq .faq-item .editor-wrap {
  display: none;
}
.faq .faq-item h2.faq-title:after {
  opacity: 0;
}
.faq .faq-item.active h2.faq-title:after {
  opacity: 1;
}
.faq .faq-item.active h2.faq-title svg {
  transform: rotate(180deg);
}
.faq .faq-item .editor-wrap {
  padding-top: 30px;
}
/* Team */
.team-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px;
}
.team-list .team-el {
  width: 21.5%;
  margin-right: 4.5%;
  margin-bottom: 70px;
  transition: ease 350ms all;
  text-decoration: none;
}
.team-list .team-el:nth-child(4n) {
  margin-right: 0;
}
.team-list .team-el img {
  margin: 0 0 35px;
  position: relative;
}
.team-list .team-el h2 {
  font-size: 30px;
  line-height: 140%;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  letter-spacing: 2%;
  margin-bottom: 3px;
}
.team-list .team-el span.position {
  color: #c37744;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  display: block;
}
.team-list .team-el:hover {
  margin-top: -10px;
}
.single-team .entry-content {
  max-width: 1265px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-team .entry-content h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #c37744;
  text-transform: uppercase;
  letter-spacing: 31%;
  letter-spacing: 2px;
  font-family: 'Space Grotesk', sans-serif;
  margin: 0 0 35px;
}
.single-team .entry-content .left-col {
  width: 68%;
}
.single-team .entry-content .left-col .meta {
  width: 100%;
  margin: 25px 0 45px;
}
.single-team .entry-content .left-col h1 {
  color: #fff;
  font-size: 30px;
  line-height: 140%;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 2%;
  letter-spacing: 2px;
}
.single-team .entry-content .left-col span.pos {
  color: #c37744;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
}
.single-team .entry-content #sidebar {
  width: 26%;
}
.single-team .entry-content #sidebar img {
  margin: 0 0 45px;
}
.single-team .entry-content #sidebar .contact {
  padding-top: 60px;
}
.single-team .entry-content #sidebar ul {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 5%;
}
.single-team .entry-content #sidebar ul li {
  margin: 0 0 25px;
}
.single-team .entry-content .text-wrap {
  margin-bottom: 60px;
}
.single-team .entry-content .columns {
  display: flex;
  justify-content: space-between;
}
.single-team .entry-content .columns .left-column {
  width: 68.5%;
}
.single-team .entry-content .columns a.read {
  color: #fff;
  font-size: 17px;
  letter-spacing: 12%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Space Grotesk', sans-serif;
  text-decoration: none;
  transition: ease 350ms all;
}
.single-team .entry-content .columns a.read:hover {
  color: #c37744;
}
.single-team .entry-content .columns .more-text {
  display: none;
}
.single-team .entry-content .columns .more-text a.read svg {
  transform: rotate(180deg);
}
.single-team .entry-content .columns #sidebar {
  width: 24%;
}
.single-team .entry-content .columns #sidebar h3 {
  margin-bottom: 15px;
}
.single-team .entry-content .columns #sidebar ul li {
  margin-bottom: 10px;
}
.single-team .entry-content .columns .read.more.active {
  display: none;
}
.single-team .entry-content.ver2 {
  max-width: 1528px;
}
.single-team .entry-content.ver2 .text-wrapper {
  padding-bottom: 45px;
}
.single-team .news-list {
  width: 100%;
  margin: 0 0 150px;
}
.single-team .news-list h3 {
  color: #fff;
  font-size: 25px;
  line-height: 140%;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 2%;
  letter-spacing: 2px;
  text-transform: none;
  position: relative;
  padding-top: 60px;
}
.single-team .news-list h3:after {
  content: '';
  width: 66px;
  height: 2px;
  background: #c37744;
  position: absolute;
  top: 0;
  left: 0;
}
.single-team .news-list li {
  margin: 0 0 40px;
}
.single-team .news-list a {
  color: #c37744;
  text-decoration: underline;
  margin: 0 10px 0 0;
}
.single-team .news-list a:hover {
  text-decoration: none;
}
.single-team .news-list a span {
  color: #fff;
}
.single-team .banner a.linked, .single-team #sidebar a.linked, .single-team .banner a.email, .single-team #sidebar a.email {
  width: auto;
  height: auto;
  display: flex;
  justify-content: flex-start;
  background: none;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin: 0 0 25px;
}
.single-team .banner a.linked .icon, .single-team #sidebar a.linked .icon, .single-team .banner a.email .icon, .single-team #sidebar a.email .icon {
  background: linear-gradient(180deg, #C37744 0%, #7C4433 100%);
  width: 27px;
  height: 27px;
  min-width: 27px;
  min-height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
}
.single-team .banner a.linked .icon svg, .single-team #sidebar a.linked .icon svg, .single-team .banner a.email .icon svg, .single-team #sidebar a.email .icon svg {
  width: 12px;
  height: 12px;
}
.single-team .banner a.linked:hover, .single-team #sidebar a.linked:hover, .single-team .banner a.email:hover, .single-team #sidebar a.email:hover {
  text-decoration: underline;
}
.single-team .banner {
  max-width: 1728px;
  width: 100%;
  margin: -100px auto 80px;
  position: relative;
}
.single-team .banner h1 {
  position: static;
  transform: translate(0, 0);
  text-align: left;
  color: black;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 2%;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.single-team .banner .details {
  position: absolute;
  left: 115px;
  top: 50%;
  transform: translate(0, -50%);
}
.single-team .banner .details span.pos {
  font-size: 20px;
  color: #c37744;
  line-height: 100%;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 0;
  display: block;
  margin: 0 0 25px;
}
.single-team .banner .contact {
  display: flex;
  justify-content: flex-start;
}
.single-team .banner .contact a {
  margin: 0 10px 0 0;
  width: 37px;
  height: 37px;
}
.single-team .banner .contact a .icon {
  width: 100%;
  height: 100%;
  margin: 0;
}
.single-team .banner .contact a svg {
  width: 16px !important;
  height: auto !important;
}
.single-team .faq .editor .img-placer {
  max-width: 45%;
}
.single-team .faq {
  width: 100%;
}
.single-team #footer {
  margin-top: 100px;
}
/* Home */
.home .banner .content-wrapper {
  max-width: none;
  padding: 0;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  height: 100%;
  aspect-ratio: 1.7777777778;
}
@media (min-width: 1024px) {
  .home .banner .content-wrapper {
    min-height: 600px;
  }
}
.home .banner .content-wrapper video {
  object-position: center;
  width: 100%;
  display: block;
  /*position: absolute;*/
}

@media (min-width: 1024px) {
	.home .banner .content-wrapper video {
	  position: absolute;
	  top: -50%;
	}
}

.home #branding nav ul li.current_page_item > a {
  color: #fff;
}
.home #branding nav ul li.current_page_item:hover > a {
  color: #c37744;
}
/* Testimonials */
.testimonials {
  text-align: center;
  margin: 0 0 95px;
  width: calc(100% + 40px);
}
.testimonials h2 {
  font-size: 38px;
  color: #fff;
  letter-spacing: 2%;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  margin: 0 0 50px;
}
.testimonials .t-el {
  background: linear-gradient(180deg, #1A1A1A 15.38%, #000000 100%);
  box-sizing: border-box;
  padding: 60px 50px;
  text-align: left;
  border: 1px solid #3f3f3f;
  margin: 0 40px 0 0;
}
.testimonials .t-el blockquote {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}
.testimonials .t-el blockquote p {
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 5%;
  margin: 0 0 20px;
  max-width: 90%;
}
.testimonials .t-el cite {
  display: block;
  position: relative;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 100%;
  font-style: normal;
  padding-top: 25px;
}
.testimonials .t-el cite:before {
  width: 66px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #c37744;
  content: '';
}
.testimonials .slick-dots {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.testimonials .slick-dots li {
  margin: 0 20px 0 0;
}
.testimonials .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 2px solid #c37744;
  font-size: 0;
  background: none;
  cursor: pointer;
}
.testimonials .slick-dots li.slick-active button {
  background: #c37744;
}
.cta-blocks {
  width: 100%;
  margin: 0 0 80px;
}
.cta-blocks .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-blocks .wrap .el {
  width: 31%;
  margin: 0 1% 2%;
  border: 1px solid #333;
  background: #333333;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.56) 0%, black 45%);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 70px 0;
}
@media (min-width: 1024px) {	
	.page-id-240 .cta-blocks .wrap .el {
		width: 55%;
	}
}

.cta-blocks .wrap .el .sub {
  color: #c37744;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 20%;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px !important;
}
.cta-blocks .wrap .el h3 {
  text-align: center;
  margin: 0 0 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
}
.cta-blocks .wrap .el p {
  text-align: center;
  margin: 0 0 20px;
  max-width: 80%;
}
.cta-blocks .wrap .el .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.cta-blocks .wrap .el a.btn.disabled, .cta-blocks .wrap .el a.btn.disabled:hover {
  border-image: none;
  border-color: #333 !important;
  color: #333;
  pointer-events: none;
}
body.page-id-141 .banner, 
body.page-id-207 .banner, 
body.page-id-227 .banner, 
body.page-id-240 .banner {
  padding: 75px 0 0;
}
body.page-id-141 .banner .content-wrapper h1, 
body.page-id-207 .banner .content-wrapper h1, 
body.page-id-227 .banner .content-wrapper h1,
body.page-id-240 .banner .content-wrapper h1 {
  position: static;
  margin: 0 auto;
  transform: none;
}
body.page-id-141 .banner .content-wrapper p, 
body.page-id-207 .banner .content-wrapper h3, 
body.page-id-227 .banner .content-wrapper h3, 
body.page-id-240 .banner .content-wrapper h3 {
  max-width: 820px;
  margin: 30px auto 0;
  color: #c37744;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 31%;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
}
body.page-id-207 .banner .content-wrapper h3, 
body.page-id-227 .banner .content-wrapper h3, 
body.page-id-240 .banner .content-wrapper h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* Footer */
#footer {
  width: 100%;
  padding: 80px 0 70px;
  border-top: 1px solid #7c4433;
  position: relative;
  background: radial-gradient(99.59% 269.44% at 4.84% 21.75%, #000 22.27%, rgba(124, 68, 51, 0.3) 74.52%);
  /*
   &:after{
   position: absolute;
   right:0;
   bottom:0;
   content:'';	
   }
   */
}
#footer .content-wrapper {
  display: flex;
  justify-content: space-between;
}
#footer .contacts-column {
  display: flex;
  justify-content: space-between;
  width: 53.5%;
  min-width: 820px;
  justify-content: flex-end;
  align-items: center;
}
#footer .contacts-column .contacts {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 59px);
}
#footer .contacts-column .contacts .col {
  width: 35%;
  box-sizing: border-box;
  padding: 0 45px;
  border-left: 1px solid #c37744;
}
#footer .contacts-column .contacts .col:first-child {
  border-left: none;
}
#footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#footer address {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 5%;
  font-style: normal;
}
#footer a.linked {
  width: 49px;
  height: 49px;
}
/* Image Alignment */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: inline;
  margin: 0 0 2px 7px;
  padding: 4px;
}
img.alignleft {
  display: inline;
  margin: 0 7px 2px 0;
  padding: 4px;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/* 2.7+ Comments */
#comments_wrap ol {
  list-style: none;
}
#comments_wrap ol li {
  border-bottom: 1px solid #CCC;
  margin: 0 0 5px;
}
#comments_wrap .commentmetadata {
  margin: 0 0 10px;
}
#comments_wrap .comment-author {
  border-bottom: 1px solid #CCC;
  width: 100%;
  overflow: hidden;
  padding: 0 0 3px;
  line-height: 32px;
}
#comments_wrap .comment-author img {
  float: left;
  margin: 0 10px 0 0;
}
#comments_wrap .comment-author cite {
  font-weight: bold;
}
/* Captions */
.wp-caption {
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mobile-btn {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
.mobile-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #c37744;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-btn span:nth-child(1) {
  top: 0px;
}
.mobile-btn span:nth-child(2) {
  top: 13px;
}
.mobile-btn span:nth-child(3) {
  top: 26px;
}
.mobile-btn.active span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 13px;
}
.mobile-btn.active span:nth-child(2) {
  opacity: 0;
}
.mobile-btn.active span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 13px;
}
.error404 h2:after {
  left: 40px;
}
@media (max-width: 1560px) {
  .content-wrapper {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-team .banner .details {
    left: 30px;
  }
}
@media (max-width: 1480px) {
  .editor .img-placer {
    max-width: 52%;
  }
  .editor .img-placer img {
    width: 100%;
    height: auto;
  }
  .editor.with-img.left .text-wrapper {
    max-width: 45%;
    margin-right: 0;
  }
  .editor.with-img.right .text-wrapper {
    max-width: 45%;
    margin-left: 0;
  }
  .editor.with-img {
    align-items: flex-start;
  }
  .faq .editor .img-placer {
    max-width: 45%;
  }
  #branding nav ul li {
    margin: 0 15px;
  }
  #branding img {
    max-width: 160px;
	/*width: 100%;*/
  }
  #branding nav ul {
    margin-right: 15px;
  }
  .editor.two-cols {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 150px;
  }
  .editor.two-cols .text-wrapper.col {
    width: 47%;
  }
}
@media (max-width: 1200px) {
  .banner h1, #main h1.entry-title, #main p.entry-title {
    font-size: 42px;
  }
  .editor .text-wrapper {
    width: 100%;
  }
  p.sub-title {
    font-size: 16px;
  }
  .editor h2 {
    font-size: 28px;
  }
  .testimonials h2 {
    font-size: 28px;
  }
  .testimonials h2 {
    max-width: calc(100% - 40px);
  }
  .testimonials p.sub-title {
    max-width: calc(100% - 40px);
  }
  .testimonials .t-el {
    padding: 30px 32px;
  }
  .testimonials .t-el blockquote p {
    font-size: 20px;
    line-height: 135%;
  }
  .testimonials .t-el cite {
    line-height: normal;
  }
  .faq h2.faq-title {
    font-size: 28px;
  }
  .faq .editor {
    margin-bottom: 25px;
  }
  .team-list .team-el h2 {
    font-size: 22px;
  }
  .banner .content-wrapper h1 {
    width: 90%;
  }
  .single-team #sidebar a.linked, .single-team #sidebar a.email {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  #footer .contacts-column {
    min-width: 720px;
  }
  .cta-blocks .wrap .el {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  #branding nav ul {
    display: none;
  }
  .team-list .team-el, .team-list .team-el:nth-child(4n) {
    width: 30.3%;
    margin-right: 4.5%;
  }
  .team-list .team-el:nth-child(3n) {
    margin-right: 0;
  }
  .single-team .entry-content .left-col {
    width: 66%;
  }
  .single-team .entry-content #sidebar {
    width: 29%;
  }
  #footer .contacts-column .contacts .col {
    padding: 0 24px;
    width: auto;
    margin-bottom: 20px;
  }
  #footer .contacts-column .contacts {
    display: block;
    width: auto;
    margin-right: 50px;
  }
  #footer .contacts-column {
    min-width: 0;
  }
  #footer .contacts-column .contacts .col {
    border: none;
  }
  #footer .contacts-column {
    width: auto;
  }
  #branding nav ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    background: #000;
    padding: 20px 0 40px;
  }
  #branding nav ul li {
    padding: 10px 0;
  }
  #branding nav ul a {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  #branding {
    height: 100px;
  }
  .banner h1, #main h1.entry-title, #main p.entry-title {
    margin-top: 0;
  }
  .mobile-btn {
    display: block;
    margin-right: 22px;
  }
  #branding {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
  }
  #page {
    padding-top: 100px;
  }
  .logged-in #page {padding-top: 70px;}
  #branding nav ul .menu-item-has-children > ul {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: none;
  }
  #branding nav ul .menu-item-has-children {
    background-position: 100% 10px;
    background: none;
    padding-right: 0;
  }
  #branding nav ul .menu-item-has-children > a {
    display: inline-block;
    vertical-align: top;
    background: url(../../assets/img/bottom-arrow.svg) no-repeat 100% 50%;
    padding-right: 20px;
    padding-left: 30px;
  }
  #branding nav ul .menu-item-has-children > .sub-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .editor.with-img .img-placer {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .editor.with-img .text-wrapper {
    order: 2;
    width: 100%;
    max-width: 100% !important;
  }
  .editor {
    margin-bottom: 75px;
  }
  #main {
    padding-top: 70px;
  }
  .banner h1, #main h1.entry-title, #main p.entry-title {
    font-size: 30px;
    margin: 0 0 40px;
  }
  .faq .editor.with-img.right .img-placer {
    margin-left: 0;
  }
  .faq h2.faq-title {
    font-size: 22px;
  }
  .team-list .team-el, .team-list .team-el:nth-child(3n), .team-list .team-el:nth-child(4n) {
    width: 47.7%;
    margin-right: 4.5%;
  }
  .team-list .team-el:nth-child(2n) {
    margin-right: 0;
  }
  #main {
    padding-top: 30px;
  }
  .single-team .banner {
    margin-top: -30px;
  }
  .single-team .banner .details {
    max-width: 55%;
  }
  .single-team .banner .details h1 {
    font-size: 22px;
  }
  .single-team .banner .details span.pos {
    font-size: 18px;
  }
  .banner img {
    min-height: 240px;
    object-fit: cover;
    object-position: 70% 0;
  }
  .single-team .entry-content .columns .left-column, .single-team .entry-content .columns #sidebar {
    width: 100%;
  }
  .single-team .entry-content .columns {
    flex-wrap: wrap;
  }
  .single-team .entry-content .columns a.read {
    font-size: 15px;
  }
  .single-team .entry-content .columns #sidebar {
    margin-bottom: 40px;
  }
  .single-team .entry-content .left-col, .single-team .entry-content #sidebar {
    width: 100%;
  }
  .single-team .entry-content.ver1 .left-col {
    order: 2;
  }
  .single-team .entry-content.ver1 #sidebar {
    order: 1;
  }
  .single-team .faq {
    order: 3;
  }
  .editor.two-cols .text-wrapper.col, .editor.two-cols .text-wrapper.col:last-child {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .editor.two-cols {
    margin-bottom: 75px;
  }
  #footer .content-wrapper {
    display: block;
  }
  img#footer-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #footer {
    padding: 40px 0;
    position: relative;
  }
  #footer .contacts-column .contacts {
    display: flex;
  }
  #footer a.linked {
    position: absolute;
    right: 20px;
    top: 85px;
  }
  #footer .contacts-column .contacts {
    margin-right: 0;
  }
  .editor.two-cols .text-wrapper.col:first-child {
    padding-right: 0;
  }
  .cta-blocks .wrap .el {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .banner h1 {
    font-size: 20px;
  }
  .editor h2 {
    font-size: 22px;
  }
  .editor p.sub-title {
    font-size: 15px;
    letter-spacing: 10%;
  }
  .team-list .team-el, .team-list .team-el:nth-child(3n), .team-list .team-el:nth-child(4n), .team-list .team-el:nth-child(2n) {
    margin-right: 0;
    width: 100%;
  }
  .team-list .team-el img {
    width: 100%;
    height: auto;
  }
  .faq h2.faq-title, .editor h3, body {
    font-size: 18px;
  }
  .editor ul {
    font-size: 18px;
  }
  .faq h2.faq-title svg {
    margin-left: 10px;
  }
  .faq p.sub-title {
    font-size: 16px;
    letter-spacing: 5%;
  }
  #footer .contacts-column .contacts {
    display: block;
  }
  img#footer-logo {
    margin-bottom: 20px;
  }
  #footer .contacts-column {
    justify-content: center;
  }
  #footer .contacts-column .contacts .col {
    text-align: center;
  }
}