html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
}

p {
    margin: 0 0 20px 0;
}

.label {
    font-size: 1em;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
}

/* Mobile */
.mobile-btn {
    z-index: 10000; 
}
.mobile-btn--border {
    border-bottom: solid 3px;
}
.js-main-nav {
    z-index:1000;
}

/* INPUT */
input[type=text],
input[type=email],
textarea {
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #cccccc;
	width: 100%;
	margin-bottom: 20px;
}

button[type=submit] {
	display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 3px;
  letter-spacing: 0.05em;
  transition: 0.3s;
  color: #ffffff;
  background-color: #CB050C;
}

button[type=submit]:hover {
    color: #ffffff;
    background-color: #b00309;
}

/* CONTAINER */
.container {
    margin: 0 auto;
    padding: 0 20px;
}
@media (min-width: 1300px) {
    .container {
        max-width: 1440px!important;
    }
}
.container-sm {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 850px!important;
}
.container-md {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px!important;
}
.container-lg {
    margin: 0 auto;
    max-width: 2000px!important;
}


/* FONTS */
strong, b {
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.display-3xl {  font-size: 7rem; }
.display-2xl {  font-size: 5.5rem; }
.display-xl {   font-size: 3.2rem; }
.display-lg {   font-size: 2.5rem; }
.display-md {   font-size: 2rem; }
.display-sm {   font-size: 1.5rem; }
.display-xs {   font-size: 1rem; }

@media screen and (max-width:1024px) {
    .display-2xl {  font-size: 4.5rem; }
    .display-xl {   font-size: 2.8rem; }
    .display-lg {   font-size: 2.1rem; }
    .display-md {   font-size: 1.6rem; }
    .display-sm {   font-size: 1.1rem; }
    .display-xs {   font-size: 1rem; }
}


/* IMG */
.img-60 {
    padding-bottom: 60%;
}

/* SEARCH */

.search-field {
	background-color: transparent;
	background-image: url(../../assets/images/icon-search.svg);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 15px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.search-field:focus {
	background-color: #fff;
    background-image: url(../../assets/images/icon-search-black.svg);
	border: 2px solid black;
	cursor: text;
	outline: 0;
	width: 230px;
    border-radius: 5px;
}

.search-submit {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

/* IMG COVER */
.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CARDS IMG */
.card-img {
    padding-bottom: 60%;
}

.related-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.related-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* EXCERPT READ MORE */
.excerpt-read-more {
    color: #CB050C;
}
.excerpt-read-more:hover {
    color: #b00309;
}

/* BUTTONS */
.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 3px;
    letter-spacing: 0.05em;
    transition: 0.3s;
    color: #ffffff;
    background-color: #CB050C;
}

.button:hover {
    color: #ffffff;
    background-color: #b00309;
}

.button--arrow {
    position: relative;
    color: #CB050C;
    font-weight: bold;
}

.button--arrow:hover {
    color: #ffffff;
}

.button--arrow:after {
    position: absolute;
    content: '›';
    top: 0;
    right: -15px;
    transform: rotate(90deg);
}



/* EMBED VIDEO */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* SLIDER */
.slick-dots {
    bottom: 30px!important;
}

/* PAGINATION */
.pagination li a {
    padding: 10px 13px;
    border-radius: 5px;
}
.pagination li a:hover {
    background-color: #EEE9E2;
}

.pagination .current {
    padding: 10px 13px;
    color: white;
    border-radius: 5px;
    background-color: #CB050C;
}

/* WIDGET */
.widget h2 {
    font-size: 1.5rem;
}
.widget li {
    padding: 8px 0;
    border-bottom:solid 1px #efefef;
}

.widget li a {
    position: relative;
    /* padding-left: 15px; */
    transition: all ease-in .1s;
}

/* .widget li a:before {
    content: '>';
    position: absolute;
    left: 0;
    top: -2px;
} */

.widget li a:hover {
    color: #CB050C;
}

.wp-block-search__button {
    background-color: #CB050C;
    padding: 10px 20px;
    border-radius: 100px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.wp-block-search__input {
    border-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.wp-block-search__label {
    display: none;
}

/* BLOCKQUOTE */
.wp-block-pullquote {
    padding: 20px 0;
}
blockquote {
    text-align: left;
    border-left: solid 3px #E6A211;
    padding-left: 30px;
    font-style: italic;
    font-size: 20px;
}

/* MENU */
.footer-menu .menu-item {
    padding: 5px 1.5em;
    @media screen and (max-width:1024px) {
        padding: 5px 1em;
    }
}

.menu-item a:hover {
    color: #BABABA;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}


/* MOBILE MENU */
.header-nav-burger {
    position: fixed;
    right: 1.5em;
    top: 45px;
}
.header-nav-burger:before {
    transition: all 0.25s;
    content: "";
    position: absolute;
    left: 0;
    top: -0.75em;
}
.header-nav-burger:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0.75em;
    border-radius: 1em;
}

.header-nav-burger,
.header-nav-burger:before,
.header-nav-burger:after {
    height: 2px;
    width: 2.5em;
    background: white;
}

.header-nav--collapsed {
    display: none;
    position: fixed;
    border-radius: 5px;
    background-color: #000000;
    top: 22px;
    right: 1.125em;
    height: 3em;
    width: 3.25em;
    z-index: 1;
    cursor: pointer;
    transition: all 0.25s;
}
  
@media only screen and (max-width: 1024px) {
    .header-nav-burger--on {
      background-color: transparent;
      transition: all 0.25s;
    }
    .header-nav-burger--on:before {
      transition: all 0.25s;
      content: "";
      transform: rotate(45deg);
      top: 0px;
    }
    .header-nav-burger--on:after {
      transition: all 0.25s;
      content: "";
      transform: rotate(-45deg);
      top: 0px;
    }
  
    .header-nav--collapsed {
      display: block;
      z-index: 200;
    }
  
    .header-nav-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 0%;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.35s, visibility 0.35s, height 0.35s;
      overflow: hidden;
      background: #161616;
      z-index: 100;
    }
    .header-nav-overlay--on {
      height: 100%;
      visibility: visible;
      opacity: 1;
    }
}

/* EDITOR STYLE */


/* NINJA FORM */
.nf-form-fields-required {
    display: none;
}

.nf-form-content label,
.nf-field-label .nf-label-span, 
.nf-field-label label {
    font-size: 12px!important;
    font-weight: 500!important;
    line-height: 1.3!important;
    text-transform: uppercase;
}

.list-checkbox-wrap .nf-field-element li label {
    text-transform: none;
    margin-right: 40px!important;
}

.list-checkbox-wrap .nf-field-element ul {
    display: flex;
}

.nf-form-content .label-above .nf-field-label, 
.nf-form-content .label-below .nf-field-label, 
.nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 0px!important;
}

.nf-field-container {
    margin-bottom: 10px!important;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #fff!important;
}

.nf-form-content textarea.ninja-forms-field,
.nf-form-content input:not([type=button]) {
    color: #464646!important;
    /* background-color: #CB050C!important; */
}


.nf-form-content input[type=submit] {
    color: white!important;
    /* border: solid 2px #658b23!important;  */
    padding: 4px 30px!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    letter-spacing: 1px!important;
    background-color: #CB050C!important;
}

.nf-form-content input[type=submit]:hover {
    background-color: #b00309!important;
}

.nf-form-content .listselect-wrap .nf-field-element div, 
.nf-form-content input.ninja-forms-field, 
.nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 40px!important;
}

.nf-form-content textarea.ninja-forms-field {
    height: 150px!important;
}

.nf-error.field-wrap .nf-field-element:after {
    font-size: 18px!important;
    height: 39px!important;
    line-height: 41px!important;
    background: #CB050C!important;
}


/* WYSIWYG */
.wysiwyg a,
.wysiwyg p a {
    @apply text-gray-900 transition hover:text-red underline;
}

.wysiwyg-white a,
.wysiwyg-white p a {
    @apply text-white;
}

.wysiwyg p {
    @apply mb-4;
}

.wysiwyg p:last-child {
    @apply mb-0;
}

.wysiwyg ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.wysiwyg ol {
    list-style-type:decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.wysiwyg li p {
    @apply mb-4;
}

.wysiwyg p b,
.wysiwyg p strong {
    font-weight:bold;
}

.wysiwyg h2,
.wysiwyg h3 {
    @apply mb-4 mt-8;
}

.wysiwyg h2 {
    font-size: 2rem;
}

.wysiwyg h3 {
    font-size: 1.5rem;
}