/* FONTS
 ========================================================================== */
@font-face {
  font-family: "OpenSans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/OpenSans-Bold.woff") format('woff'), url("../fonts/OpenSans-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "OpenSans";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/OpenSans-ExtraBold.woff") format('woff'), url("../fonts/OpenSans-ExtraBold.woff2") format('woff2');
}
@font-face {
  font-family: "OpenSans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/OpenSans-SemiBold.woff") format('woff'), url("../fonts/OpenSans-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "OpenSans";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/OpenSans-Medium.woff") format('woff'), url("../fonts/OpenSans-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/OpenSans-Regular.woff") format('woff'), url("../fonts/OpenSans-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "OpenSans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/OpenSans-light.woff") format('woff'), url("../fonts/OpenSans-light.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'OpenSans', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #d3041a;
  color: #fff;
}
body ::selection {
  background: #d3041a;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #d3041a;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 30px;
}
h1 {
  font-size: 45px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 30px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 16px;
}
p {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 15px;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
p:last-child {
  padding-bottom: 0;
}
span {
  font-size: 15px;
}
a {
  color: #d3041a;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d3041a;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #ba0417;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
.row1540 {
  margin: 0 auto;
  width: 1540px;
  max-width: 94%;
  position: relative;
}
.row1460 {
  margin: 0 auto;
  width: 1460px;
  max-width: 94%;
  position: relative;
}
.row1200 {
  margin: 0 auto;
  width: 1200px;
  max-width: 96%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 1980px;
  margin: 0 auto;
  overflow-x: clip;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #d3041a;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 15px 28px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #d3041a;
  border-radius: 5px;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  background: #a10314;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #fff;
}
.btn:active {
  background: #a10314;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wys ul {
  padding-bottom: 20px;
}
.wys ul li {
  line-height: 1.4;
  position: relative;
  padding-left: 15px;
}
.wys ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #d3041a;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'OpenSans', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.some .fa {
  display: inline-block;
  font: var(--fa-font-brands);
  width: auto;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #3655a4;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #d3041a;
  background: #d3041a;
}
#top {
  min-height: 500px;
}
.menu-burger {
  display: none;
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #333;
  -webkit-box-shadow: 0 8px 0 0 #333, 0 -8px 0 0 #333;
  box-shadow: 0 8px 0 0 #333, 0 -8px 0 0 #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open {
  opacity: 0;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  background: #d3041a;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu .link {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-main-menu .close-menu {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 25px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  margin: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  grid-gap: 8px;
}
@media (max-width: 768px) {
  .numbered_pagination {
    margin: 20px 0;
  }
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  color: #1d1d1d;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  background-color: transparent;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  border-color: #d3041a;
  color: #d3041a;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #d3041a;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination span.dots {
  color: #1d1d1d;
  border-color: transparent;
  width: auto;
}
.numbered_pagination a.dots:hover, .numbered_pagination span.dots:hover {
  background-color: transparent;
  color: #d3041a;
}
input[type='checkbox'] {
  opacity: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
input[type='checkbox'] + span {
  position: relative;
  font-size: 16px;
}
input[type='checkbox'] + span:after, input[type='checkbox'] + span:before {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type='checkbox'] + span:after {
  content: '';
  width: 20px;
  height: 20px;
  left: -30px;
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
input[type='checkbox'] + span:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  left: -26px;
  top: 3px;
  color: #fff;
  opacity: 0;
}
input[type='checkbox']:checked + span:after {
  background-color: #d3041a;
  z-index: 1;
}
input[type='checkbox']:checked + span:before {
  opacity: 1;
  z-index: 2;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
.header {
  position: relative;
  z-index: 100;
}
.header .row1200 {
  position: static;
}
@media (max-width: 1140px) {
  .header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    grid-gap: 25px;
    max-width: 96%;
    margin: 0 auto;
  }
  .header .row1200 {
    margin: 0;
    width: 100%;
    max-width: 96%;
  }
}
.header--top {
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 1140px) {
  .header--top {
    padding: 15px 0;
  }
}
.header--top #logo {
  opacity: 1;
  color: #181818;
}
.header--top #logo img, .header--top #logo svg {
  max-width: 100%;
}
.header--top #logo:hover {
  opacity: 0.8;
}
.header--main {
  background: #d0d0d0;
}
@media (max-width: 1140px) {
  .header--main {
    background: transparent;
  }
}
.header--main .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  grid-gap: 15px;
}
@media (max-width: 1140px) {
  .header--main .right .btn {
    display: none;
  }
}
.header--main .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin-left: auto;
  width: 32px;
  height: 32px;
}
.header--main .search-box .search-form {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  padding: 10px 0;
  visibility: hidden;
  z-index: -1;
}
.header--main .search-box .search-form.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.header--main .search-box .search-form .field-wrapper {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: stretch;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  .header--main .search-box .search-form .field-wrapper {
    grid-template-columns: 1fr 120px;
  }
}
.header--main .search-box .search-form .field-wrapper input {
  padding: 0 20px;
  height: 48px;
  border: 1px solid #a9b2c2;
  border-radius: 5px;
}
.header--main .search-box .search-form .field-wrapper .btn {
  min-width: 100%;
}
.header--main .search-box .search-icon {
  position: relative;
  z-index: 11;
  cursor: pointer;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1140px) {
  .header--main .search-box .search-icon {
    width: auto;
    height: auto;
    border: none;
    padding: 0;
  }
}
.header--main .search-box .search-icon.close svg, .header--main .search-box .search-icon.close img {
  opacity: 0;
}
.header--main .search-box .search-icon.close svg path {
  fill: #222;
}
.header--main .search-box .search-icon.close:after, .header--main .search-box .search-icon.close:before {
  opacity: 1;
  background-color: #222;
}
.header--main .search-box .search-icon.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header--main .search-box .search-icon.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header--main .search-box .search-icon svg {
  width: 90%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--main .search-box .search-icon svg path {
  fill: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--main .search-box .search-icon:after, .header--main .search-box .search-icon:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  left: 5px;
  width: 18px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 1140px) {
  .header--main .search-box .search-icon:after, .header--main .search-box .search-icon:before {
    left: 7px;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 110px;
}
@media (max-width: 1280px) {
  .main_nav .level_a {
    grid-gap: 60px;
  }
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 15px;
  padding: 18px 0;
  color: #000;
  font-family: 'OpenSans', sans-serif;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #d3041a;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #fa1029;
  border-bottom: 3px solid #fa1029;
  background: #d3041a;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #fb4255;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
.footer {
  padding: 40px 0 45px;
  background: #222;
  color: #fff;
}
@media (max-width: 576px) {
  .footer {
    padding: 30px 0 40px;
  }
}
.footer--wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 100px;
}
@media (max-width: 1140px) {
  .footer--wrapper {
    grid-gap: 60px;
  }
}
@media (max-width: 768px) {
  .footer--wrapper {
    grid-gap: 30px;
  }
}
.footer--wrapper a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.footer--wrapper a:hover {
  color: #d3041a;
}
.footer--wrapper .top-footer {
  grid-gap: 20px;
}
.footer--wrapper .top-footer .footer-logo {
  -webkit-flex-basis: 290px;
  -moz-flex-basis: 290px;
  -ms-flex-basis: 290px;
  flex-basis: 290px;
  max-width: 290px;
}
@media (max-width: 1024px) {
  .footer--wrapper .top-footer .footer-logo {
    margin: 0 auto 40px;
  }
}
.footer--wrapper .top-footer .footer-logo a {
  display: block;
}
.footer--wrapper .top-footer .footer-logo a img, .footer--wrapper .top-footer .footer-logo a svg {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .footer--wrapper .top-footer .footer_nav {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.footer--wrapper .top-footer .footer_nav .level_a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 50px;
}
@media (max-width: 1140px) {
  .footer--wrapper .top-footer .footer_nav .level_a {
    grid-gap: 40px;
  }
}
@media (max-width: 1024px) {
  .footer--wrapper .top-footer .footer_nav .level_a {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .footer--wrapper .top-footer .footer_nav .level_a {
    flex-direction: column;
  }
}
.footer--wrapper .bottom-footer {
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .footer--wrapper .bottom-footer {
    grid-gap: 40px;
  }
}
.footer--wrapper .bottom-footer .custom-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 90px;
}
@media (max-width: 1140px) {
  .footer--wrapper .bottom-footer .custom-links {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer--wrapper .bottom-footer .custom-links {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .footer--wrapper .bottom-footer .custom-links {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer--wrapper .bottom-footer .copyright {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-top-section {
  background-color: #222;
  padding: 30px 0;
}
.box-title {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.box-title h1, .box-title h2, .box-title h3, .box-title h4, .box-title h5, .box-title h6 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.box-title.black {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.box-title.black h1, .box-title.black h2, .box-title.black h3, .box-title.black h4, .box-title.black h5, .box-title.black h6 {
  color: #222;
}
.date {
  color: #878787;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fff;
  padding-right: 9px;
}
.cat {
  color: #fff;
  text-transform: uppercase;
  padding: 6px 14px;
  display: inline-block;
  background-color: #3655a4;
}
.h-post-card {
  display: grid;
  grid-template-columns: 115px 1fr;
  column-gap: 15px;
  row-gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}
.h-post-card--thumbnail {
  aspect-ratio: 1.3333333333;
  margin-bottom: 0;
  grid-row: span 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.h-post-card--thumbnail:hover {
  opacity: 0.8;
}
.h-post-card--thumbnail:hover img {
  transform: scale(1.1);
}
.h-post-card--thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-post-card--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 10px;
}
.h-post-card--info .cat {
  color: #d3041a;
  font-weight: 600;
}
.h-post-card--content .title {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
.h-post-card--content .title a {
  color: #333;
  text-decoration: none;
}
.h-post-card--content .title a:hover {
  color: #3655a4;
}
.post-card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  position: relative;
}
.post-card:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d0d0d0;
  z-index: -1;
}
.post-card--thumbnail {
  position: relative;
  display: block;
  aspect-ratio: 1.6666666667;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.post-card--thumbnail:hover {
  opacity: 0.8;
}
.post-card--thumbnail:hover img {
  transform: scale(1.1);
}
.post-card--thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-card--thumbnail .cat {
  position: absolute;
  bottom: 0;
  left: 0;
}
.post-card--content .title {
  margin-bottom: 12px;
  font-weight: 800;
}
.post-card--content .title a {
  color: #222;
  text-decoration: none;
}
.post-card--content .title a:hover {
  color: #d3041a;
}
.post-card--content p {
  color: #7d7d7d;
}
.related-posts .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .related-posts .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subscribe-section {
  background-color: #222;
  padding: 100px 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .subscribe-section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .subscribe-section {
    padding: 40px 0;
  }
}
.subscribe-section .subscribe-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
}
@media (max-width: 1280px) {
  .subscribe-section .subscribe-wrapper {
    grid-gap: 50px;
  }
}
@media (max-width: 1024px) {
  .subscribe-section .subscribe-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .subscribe-section .subscribe-wrapper .left {
    text-align: center;
  }
}
.sf-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.sf-wrapper > label input:not([type='checkbox']), .sf-wrapper > label input:not([type='radio']) {
  padding: 30px;
  height: 80px;
  border: 1px solid #393939;
  background: #333;
  color: #878787;
}
.sf-wrapper > label input:not([type='checkbox'])::placeholder, .sf-wrapper > label input:not([type='radio'])::placeholder {
  color: #878787;
}
.sf-wrapper > label .wpcf7-not-valid-tip {
  height: 100%;
  line-height: 75px;
}
.sf-wrapper .privacy-check {
  text-align: center;
}
.sf-wrapper .privacy-check span {
  font-size: 14px;
}
.sf-wrapper .submit-wrapper {
  position: relative;
}
.sf-wrapper .submit-wrapper .btn {
  width: 100%;
  padding: 30px 40px;
  border-radius: 0;
  cursor: pointer;
}
.contact-info {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}
.contact-info a {
  color: #222;
  text-decoration: none;
}
.contact-info a:hover {
  color: #d3041a;
}
.contact-info .info .label {
  display: block;
  color: #868686;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact-page--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  grid-gap: 140px;
}
@media (max-width: 1140px) {
  .contact-page--wrapper {
    grid-gap: 60px;
  }
}
@media (max-width: 768px) {
  .contact-page--wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
.contact-page--wrapper .contact-info {
  border-top: 1px solid #222;
  padding-top: 20px;
}
.contact-page--wrapper .content .some {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 15px;
}
.contact-page--wrapper .content .some a {
  color: #222;
  text-decoration: none;
  font-size: 24px;
}
.contact-page--wrapper .content .some a:hover {
  color: #d3041a;
}
.about-page--wrapper {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: flex-start;
  grid-gap: 120px;
}
@media (max-width: 1140px) {
  .about-page--wrapper {
    grid-gap: 60px;
  }
}
@media (max-width: 768px) {
  .about-page--wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
.about-page--wrapper .right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 90px;
  overflow: hidden;
  border-bottom: 1px solid #222;
}
.about-page--wrapper .right .page-image figure {
  max-width: 77%;
  margin: 0 auto;
  aspect-ratio: 1.2;
}
.about-page--wrapper .right .page-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.blog-page .archive-image {
  background: #222;
  background: linear-gradient(180deg, rgba(34, 34, 34, 1) 73%, rgba(0, 212, 255, 0) 73%);
}
.blog-page .archive-image figure {
  position: relative;
  aspect-ratio: 2.3333333333;
}
@media (max-width: 768px) {
  .blog-page .archive-image figure {
    aspect-ratio: 1.5;
  }
}
.blog-page .archive-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-page--main-posts main {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .blog-page--main-posts main {
    grid-column: auto;
  }
}
.blog-page--main-posts main .posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 30px;
}
@media (max-width: 576px) {
  .blog-page--main-posts main .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-page--main-posts main .posts .post-card:not(:nth-child(3n)) .post-card--thumbnail {
  aspect-ratio: 0.9375;
}
@media (max-width: 576px) {
  .blog-page--main-posts main .posts .post-card:not(:nth-child(3n)) .post-card--thumbnail {
    aspect-ratio: 1.6666666667;
  }
}
.blog-page--main-posts main .posts .post-card:nth-child(3n) {
  grid-column: span 2;
}
@media (max-width: 576px) {
  .blog-page--main-posts main .posts .post-card:nth-child(3n) {
    grid-column: auto;
  }
}
.index-aside .aside-box .posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.single-post__wrapper main {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .single-post__wrapper main {
    grid-column: auto;
  }
}
.single-post__wrapper main .post-title {
  font-weight: 800;
}
.single-post__wrapper main .post-thumbnail {
  position: relative;
  aspect-ratio: 1.5;
}
.single-post__wrapper main .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page__business-posts {
  background-color: #222;
  padding: 40px 0;
}
.home-page__business-posts .post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 25px;
}
@media (max-width: 768px) {
  .home-page__business-posts .post {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-page__business-posts .post--thumbnail {
  position: relative;
  aspect-ratio: 2.4;
  display: block;
  grid-column: span 2;
}
@media (max-width: 768px) {
  .home-page__business-posts .post--thumbnail {
    grid-column: auto;
    aspect-ratio: 1.5;
  }
}
.home-page__business-posts .post--thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page__business-posts .post--title .title {
  margin-bottom: 0;
}
.home-page__business-posts .post--title .title a {
  font-weight: 800;
  color: #fff;
}
.home-page__business-posts .post--text p {
  color: #c0c0c0;
}
.home-page__business-posts .swiper-button-prev, .home-page__business-posts .swiper-button-next {
  margin: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-page__business-posts .swiper-button-prev:after, .home-page__business-posts .swiper-button-next:after {
  color: #fff;
}
.home-page__business-posts .swiper-button-prev {
  left: -12%;
}
@media (max-width: 1480px) {
  .home-page__business-posts .swiper-button-prev {
    left: -5%;
  }
}
@media (max-width: 1300px) {
  .home-page__business-posts .swiper-button-prev {
    left: 0;
  }
}
.home-page__business-posts .swiper-button-next {
  right: -12%;
}
@media (max-width: 1480px) {
  .home-page__business-posts .swiper-button-next {
    right: -5%;
  }
}
@media (max-width: 1300px) {
  .home-page__business-posts .swiper-button-next {
    right: 0;
  }
}
.home-page__top-wrapper .left-posts-block, .home-page__bottom-wrapper .left-posts-block {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .home-page__top-wrapper .left-posts-block, .home-page__bottom-wrapper .left-posts-block {
    grid-column: auto;
  }
}
.home-page__top-wrapper .left-posts-block .posts, .home-page__bottom-wrapper .left-posts-block .posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.home-page__trending-posts {
  background-color: #222;
  padding: 50px 0;
}
.home-page__trending-posts .posts .post-card {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
}
.home-page__trending-posts .posts .post-card .post-card--thumbnail {
  aspect-ratio: 1;
}
.home-page__trending-posts .posts .post-card .title a {
  color: #fff;
}
.home-page__trending-posts .posts .post-card .title a:hover {
  color: #d3041a;
}
.space {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .space {
    margin: 40px 0;
  }
}
.space-md {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .space-md {
    margin: 40px 0;
  }
}
.space-sm {
  margin: 40px 0;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
@media (max-width: 576px) {
  .p-20 {
    padding: 15px;
  }
}
.p-30 {
  padding: 30px;
}
@media (max-width: 576px) {
  .p-30 {
    padding: 15px;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}
.cwf-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
}
@media (max-width: 1024px) {
  .cwf-wrapper {
    grid-template-columns: 1fr;
  }
}
.cwf-wrapper .form form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
