/*Theme Name: 4 Corners*/

/*Reset*/
* {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}

/*Flexslider*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 34px;
  height: 34px;
  margin: -17px 0 0;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  z-index: 10;
  overflow: hidden;
  line-height: 34px;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  display: inline-block;
}
.flex-direction-nav .flex-prev {
  left: 30px;
}
.flex-direction-nav .flex-next {
  right: 30px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-control-nav {
  position: static;
  width: auto;
  text-align: right;
}
.flex-control-nav li {
  margin: 0 7px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
}
.flex-control-paging li a {
  display: block;
  width: 32px;
  height: 32px;
  background: #ff0000;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover, .flex-control-paging li.flex-active a {
  background-color: #fff !important;
}

/*Flexbox*/
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-auto {
  margin-top: auto;
}
.ml-auto {
  margin-left: auto;
}
.text-center {
  text-align: center;
}

/*General Styles*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/*Main*/
body {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.52;
  background: #000;
  color: #fff;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}

/*Layout*/
.container {
  width: 1600px;
  max-width: calc(100% - 214px);
  margin: 0 auto;
}

.container-full-width {
  width: auto;
  max-width: calc(100% - 214px);
  margin: 0 auto;
}

/*Social Links*/
.social-links {
}
.social-links .col {
  margin-right: 8px;
}
.social-links a {
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
}
.social-links a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none !important;
}
.social-links a i {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

/*Header*/
header {
    position: fixed;
    top:0;
    z-index: 3;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, #00000000 100%);
}
.header-inner {
  display: flex;
  height: 160px;
}

.header-left {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.logo {
  float: left;
  height:86px;
  margin-right: 60px;
  max-width: 100%;
}

.header-right {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.nav-overlay {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 9998;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity .3s ease;
}

body.nav-open .nav-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav-toggle {
    display: flex;
    cursor: pointer;
    padding: 20px 16px;
    margin-left: 88px;
    position: relative;
    z-index: 10000;
  }

.nav-toggle div {
    display: flex;
    width: 40px;
    height: 32px;
    position: relative;
    justify-content: center;
    align-items: center;
}

.nav-toggle span {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    left: 0;
    transition: transform ease-out 0.4s, opacity .15s ease-out;
}

.nav-toggle:hover span {
  background-color: #ff0000;
}

.nav-toggle span:nth-child(1) {
    top: 0;
}

.nav-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.nav-toggle span:nth-child(3) {
    bottom: 0;
}

body.nav-open .nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
}

body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: auto;
    top: 50%;
}

/*Menu*/
.main-menu {
  display: flex;
  align-items: center;
  font-family: owners-xwide, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.main-menu > li {
  position: relative;
  margin-left:60px;
}
.main-menu > li > a {
  display: block;
  padding: 0;
  color: inherit;
}

.main-menu > li > a span{
  position: relative;
  display: block;
  transition: color 0.4s;
}

.main-menu > li a:hover span,
.main-menu > li.current-menu-item > a span {
  color: #ff0000;
}

/*Responsive Nav*/
.responsive-nav-toggle {
    font-family: "acumin-pro-semi-condensed",sans-serif;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    background: #000;
    color: #fff;
    cursor: pointer;
}
.responsive-nav-toggle i {
  float: right;
}
#responsive-nav {
  display: none;
  font-family: "acumin-pro-semi-condensed",sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background: #000;
  text-align: left;
}
.responsive-nav-inner {
  color: #fff;
}
#responsive-nav .responsive-nav-menu {
  display: none;
}
#responsive-nav .responsive-nav-menu li {
  display: block;
}
#responsive-nav .responsive-nav-menu li a {
  display: block;
  padding: 8px 16px;
  line-height: 1;
  color: #fff;
}

#responsive-nav .responsive-nav-menu > li:last-child > a{
    padding-bottom: 16px;
}

#responsive-nav .sub-menu{
    margin-left: 16px;
}

/*Slider*/
.page-slider-container{
  margin-bottom: 30px;
}

.page-slider {
}
.page-slider,
.page-slider .slides,
.page-slider .slides li {
  height: 800px;
}
.page-slider .slides li video, .page-slider .slides li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-overlay {
  position: absolute;
  top:auto;
  bottom: 0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(
      0deg,
      rgba(0,0,0,.8) 0%,
      rgba(0,0,0,0) 50%,
      rgba(0,0,0,0) 100%
  );
  pointer-events: none;
}

.slide-content {
    position: absolute;
    left: 50%;
    top: 52%;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide-content-inner{
  width: 100%;
  max-width: 1600px;
}

.slide-heading{
  font-family: owners-xwide, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
}

.slide-text {
  font-family: owners-narrow, sans-serif;
  font-weight: 700;
  font-size: 78px;
  line-height: 1.2; 
  text-transform: uppercase;
}

.slide-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slider-navigation-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
  pointer-events: none;
}

.slider-navigation-container .container {
  display: flex;
  justify-content: flex-end;
}

.slider-navigation {
  pointer-events: auto;
}

.custom-slider-direction-nav{
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}

.custom-slider-direction-nav a{
  display:flex;
  margin: 0;
  font-size: 38px;
  color:#fff;
  transition: color 0.5s, opacity 0.5s;
}

.custom-slider-direction-nav a.flex-next {
  margin-left: 16px;
}

.custom-slider-direction-nav a:not(.flex-disabled):hover{
  color:#ff0000;
}

.custom-slider-direction-nav a.flex-disabled{
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.page-slider-container .custom-slider-direction-nav {
  position: absolute;
  top: 42px;
  right: 28px;
}

/*Footer*/
footer {}

footer a {
  color: inherit;
  transition: color 0.4s;
}

footer a:hover {
  color: #ff0000;
}

.footer-inner {
  display: flex;
  padding: 104px 0 64px;
}

.footer-left {
  display: flex;
  margin-top: auto;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1;
}

.footer-menu {
  display: flex;
}

.footer-menu li {
  border-left: 1px solid #fff;
  padding-left: 1em;
  margin-left: 1em;
}

.footer-right {
  margin-left: auto;
}

.footer-social-links {
  display: flex;
  font-size: 50px;
}

.footer-social-links a {
  display: block;
  margin-left: 30px;
  line-height: 1;
}

.footer-social-links a i {
    display: block;
    line-height: 50px;
    text-align: center;
}

.footer-social-links a i.fa-instagram{
    font-size: 44px;
}

.footer-social-links a i.fa-facebook-f{
    font-size: 36px;
}

/*Content*/
#content {}

article {
  font-family: "acumin-pro",sans-serif;
  max-width: 100%;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.52;
}

article .alignleft {
  float: left;
  margin: 0 1.52em 0 0;
}
article .alignright {
  float: right;
  margin: 0 0 0 1.52em;
}
article .aligncenter {
  display: block;
  margin: 0 auto;
}
article .alignone {
  float: none;
  clear: both;
}

article p img{
    margin-bottom: 0;
}

article p img.alignright, article p img.alignleft{
    margin-bottom: 1.52em;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-family: "acumin-pro-wide",sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 1.52em;
  margin-bottom: 1.09em;
}

article h1:first-child,
article h2:first-child,
article h3:first-child,
article h4:first-child,
article h5:first-child,
article h6:first-child{
  margin-top: 0;
}

article p {
  margin-bottom: 1.52em;
}
article ul,
article ol {
  margin-bottom: 1.52em;
}
article li {
}
article ul li {
  position: relative;
  padding-left: 12px;
}
article ul li:before {
  content: "\2022";
  position: absolute;
  top: 0px;
  left: 0px;
  color: #000;
}

article ol {
  list-style-type: decimal;
}

article ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

article a {
  font-weight: 600;
  text-decoration: underline;
  color: inherit;
}
article a:hover {
  text-decoration: underline;
  cursor: pointer;
}

article img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

article strong,
article b {
  font-weight: 700;
}

article iframe {
    vertical-align: bottom;
    margin-bottom: 1.52em;
}

article p iframe{
    margin-bottom: 0;
}

.article-inner {
  max-width: 100%;
  margin: 0 auto;
}

.article-inner h1:first-child,
.article-inner h2:first-child,
.article-inner h3:first-child,
.article-inner h4:first-child,
.article-inner h5:first-child,
.article-inner h6:first-child {
  margin-top: 0;
}

article hr {
  display: block;
  clear: both;
  margin: 1.52em 0;
  height: 1px;
  border: 0;
  background: #555;
}

article .gallery {
  clear: both;
  margin-bottom: 4px;
}
article .gallery-item {
  float: left;
  margin: 0 14px 14px 0 !important;
  overflow: hidden;
  position: relative;
}
article .gallery-item img {
  max-width: 100%;
  height: auto;
  border: 2px solid #000 !important;
  margin: 0;
}
article .gallery-item a {
  display: block;
}
article .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
article .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 14px);
  max-width: calc(50% - 14px);
}
article .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 14px);
  max-width: calc(33.3% - 14px);
}
article .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 14px);
  max-width: calc(25% - 14px);
}
article .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 14px);
  max-width: calc(20% - 14px);
}
article .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 14px);
  max-width: calc(16.7% - 14px);
}
article .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 14px);
  max-width: calc(14.28% - 14px);
}
article .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 14px);
  max-width: calc(12.5% - 14px);
}
article .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 14px);
  max-width: calc(11.1% - 14px);
}
article .gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 {
  margin-right: 0;
}

article .modula-gallery{
  margin-bottom: 1.52em;
}

article ul li.blocks-gallery-item {
  padding-left: 0;
}
article ul li.blocks-gallery-item:before {
  content: "";
}

/*Buttons*/
.button, .frm_button_submit{
    display: inline-flex;
    padding: 0.69em 1.2em;
    border: 1px solid #fff;
    font-family: owners-xwide, sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.4s, background-color 0.4s;
    color: #fff;
}

.button:hover, .frm_button_submit:hover, .item:hover .item-button{
  color: #000;
  background-color: #fff;
}

.button i, .frm_button_submit i {
  width: 17px;
  margin-left: 1em;
}

.button:hover i, .frm_button_submit:hover i, .item:hover .item-button i {
  color: #ff0000;
}

/*Items*/
.items{
  display: flex;
  flex-direction: row;
}

.item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  text-transform:uppercase;
}

.item-image{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.item-image img{
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  object-fit: cover;
  object-position: center center;
  vertical-align: bottom;
  transition: transform 0.5s, opacity 0.5s;
  vertical-align: bottom;
}

.item:hover .item-image img{
  transform: scale(1.05);
  opacity: 0.85;
}

.item-image-overlay {
  position: absolute;
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 50%;
  background-color: transparent;
  background-image: linear-gradient(0deg, #000000 0%, #00000000 100%);
}

.item-link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

.item:hover .item-link {
  border:1px solid #ff0000;
}

.item-content{
  position: absolute;
  bottom:0px;
  left:0px;
  display: flex;
  width:100%;
  flex-direction: column;
  align-items: start;
  flex: 1;
  padding-right: 25px;
  padding-left: 25px;
}

.item-content:last-child{
  margin-bottom: 0;
}

.item-title, .item-category {
  transition: color 0.4s;
}

.item:hover .item-title, .item:hover .item-category {
  color: #ff0000;
}

.item-title:last-child{
  margin-bottom: 0;
}

.item-title a{
  color:inherit;
}

/*Sections*/
.section{}

.section-inner{
  border-bottom: 1px solid #a4a4a4;
  padding-top: 74px;
  padding-bottom: 74px;
}

.section-inner.pb-0{
  padding-bottom: 0;
}

.section-inner.bb-0{
  border-bottom: 0;
}

.section-header{
  position: relative;
}

.section-heading{
  font-family: owners-xwide, sans-serif;
  font-weight: 700;
  font-size: 63px;
  line-height: 0.87;
  color: #ff0000;
  margin-bottom:0.25em;
  text-transform: uppercase;
}

.section-heading:last-child{
  margin-bottom: 0;
}

.section-subheading{
  font-family: owners-xwide, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-text{
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.8;
}

.section .items {
  margin-top:48px;
}

.section-view-all-button{
  text-align: center;
  margin-top: 50px;
}

.section-view-all-button .button {
  font-size: 25px;
}

.section-view-all-button .button.loading {
    opacity: 0.8;
    pointer-events: none;
    cursor: default;
}

.section-view-all-button .button i {
  width: 22px;
}

/*Sections - About*/
.section-about .section-inner {
  display: flex;
  justify-content: space-between;
}

.sections-page .section-about .section-inner {
  padding-bottom: 0;
  border-bottom: 0;
}

.section-about-left{
  width:35%;
}

.section-about-right{
  width:60%;
}

.section-about .section-subheading{
  font-family: owners-narrow, sans-serif;
  font-size: 38px;
  letter-spacing: 0;
}

.sections-page .section-about .section-subheading {
  font-family: owners-xwide, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: none;
}

.section-about .section-text{
  margin-top: -0.23em;
}

/*Sections - Fighters*/
.sections-page .section-fighters .items {
  margin-top: 0;
}

.section-fighters .items {
  gap: 60px 30px;
  flex-wrap: wrap;
}

.section-fighters .item{
  width: calc((100% - 90px) / 4);
}

.section-fighters .item-content {
  padding-bottom: 44px;
}

.section-fighters .item-title{
  font-family: owners-wide, sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
}

.section-fighters .item-category{
  font-family: owners-wide, sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.12;
  margin-top: 0.2em;
}

/*Sections - Classes*/
.section-classes .items {
  gap: 35px;
  flex-wrap: wrap;
}

.section-classes .item{
  width: 43%;
}

.section-classes .item-content {
  padding-bottom: 42px;
}

.section-classes .item-title{
  font-family: owners-xwide, sans-serif;
  font-weight: 700;
  font-size: 41px;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-bottom: 0.39em;
}

.section-classes .item-image-overlay {
  height: 72%;
}

.section-classes .class-carousel {
  height: 540px;
  margin-top: 48px;
  clip-path: inset(0 -100vw 0 0);
}

.section-classes .class-carousel .flex-viewport {
  overflow: visible !important;
}

.section-classes .section-view-all-button {
  margin-top: -50px;
}

.section-classes .section-view-all-button .button{
  position: relative;
   z-index: 1;
}

/*Sections - News*/
.section-news .items {
  gap: 85px;
  flex-wrap: wrap;
}

.section-news .item{
  width: calc((100% - 85px) / 2);
}

.section-news .item-content {
  padding-bottom: 38px;
}

.section-news .item-title{
  font-family: owners-xxwide, sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
}

.section-news .item-image-overlay {
  height: 72%;
}

/*Sections - Sponsors*/
.section-sponsors .sponsor-items {
  margin-top:72px;
}

.section-sponsors .section-inner {
  border-bottom: 0;
}

/*Forms*/
.frm_forms {
  
}
.frm_error_style {
  margin-bottom: 1.52em;
  color: red;
}
.frm_error {
  margin-top: 0.25em;
  color: red;
}
.form-field {
  margin-bottom: 1.52em;
}
.form-field label {
  display: block;
  margin-bottom: 0.25em;
  font-size: inherit;
  font-weight: 600;
  color: inherit;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field textarea {
  display: block;
  width: 100%;
  background: none;
  padding: 0.38em 0;
  border: 0;
  border-bottom: 1px solid #000;;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none !important;
}

.form-field textarea {
}

.frm_submit{
  margin-top: 1.52em;
  margin-bottom: 1.52em;
}

.frm_button_submit {
  height: 50px;
  padding: 0 42px;
  font-size: 20px;
  background: none;
  cursor: pointer;
}
