@font-face {
  font-family: 'eyecatchingpro';
  src: url("../../fonts/eyecatchingpro/eyecatchingpro-webfont.eot");
  src: url("../../fonts/eyecatchingpro/eyecatchingpro-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/eyecatchingpro/eyecatchingpro-webfont.woff2") format("woff2"), url("../../fonts/eyecatchingpro/eyecatchingpro-webfont.woff") format("woff"), url("../../fonts/eyecatchingpro/eyecatchingpro-webfont.ttf") format("truetype"), url("../../fonts/eyecatchingpro/eyecatchingpro-webfont.svg#webfontregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'marionitalic';
  src: url("../../fonts/marion/marion_italic-webfont.eot");
  src: url("../../fonts/marion/marion_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/marion/marion_italic-webfont.woff2") format("woff2"), url("../../fonts/marion/marion_italic-webfont.woff") format("woff"), url("../../fonts/marion/marion_italic-webfont.ttf") format("truetype"), url("../../fonts/marion/marion_italic-webfont.svg#marionitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
/* IMG */
/* BUTTON */
/* -------------- FONTS -------------- */
/* Text styles */
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #2e2d2a; }
  @media only screen and (min-width: 768px) {
    body {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 1.47;
      color: #2e2d2a; } }
  @media only screen and (min-width: 1366px) {
    body {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.56;
      color: #2e2d2a; } }
  @media only screen and (min-width: 1920px) {
    body {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 1.39;
      color: #2e2d2a; } }

.red-t-bg-white {
  color: #e41c3e;
  background: #ffffff; }

.white-t-bg-red {
  color: #ffffff;
  background: #e41c3e; }

h1 {
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2e2d2a; }
  @media only screen and (min-width: 768px) {
    h1 {
      margin-bottom: 20px;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: normal;
      color: #2e2d2a; } }
  @media only screen and (min-width: 1366px) {
    h1 {
      margin-bottom: 25px;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 35px;
      line-height: 1.33;
      letter-spacing: normal;
      color: #2e2d2a; } }
  @media only screen and (min-width: 1920px) {
    h1 {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 40px;
      line-height: 1.33;
      letter-spacing: normal;
      color: #2e2d2a; } }

p:empty {
  display: none; }

.section-title {
  text-align: center; }
  .section-title h2 {
    font-size: 30px;
    color: #505050;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-weight: 800;
    margin-bottom: 60px; }
    .section-title h2:after {
      content: ' ';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      height: 7px;
      bottom: 0;
      background: #e41c3e;
      width: 100px;
      max-width: 100%; }

.red-bg-row {
  background: #e41c3e; }
  .red-bg-row h2 {
    color: #ffffff; }

h2 {
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2e2d2a; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 25px;
      line-height: 1.33;
      color: #2e2d2a; } }
  @media only screen and (min-width: 1366px) {
    h2 {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 25px;
      line-height: 1.33;
      color: #000000; } }
  @media only screen and (min-width: 1920px) {
    h2 {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 30px;
      line-height: 1.33;
      color: #000000; } }

h4 {
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.33;
  letter-spacing: 3px;
  color: #000000; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 3px;
      color: #2e2d2a; } }
  @media only screen and (min-width: 1366px) {
    h4 {
      margin-bottom: 25px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 3px;
      color: #2e2d2a; } }

table {
  border-collapse: collapse !important; }

a {
  color: #e41c3e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #e41c3e; }
  a:active {
    outline: 0; }

a[href^="tel:"] {
  color: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 0; }
  a[href^="tel:"]:hover {
    text-decoration: none;
    cursor: inherit; }

strong,
b {
  font-family: 'Raleway', sans-serif;
  font-weight: 700; }

i {
  font-style: italic; }

button:not(.navbar-toggler):not(.owl-dot),
input[type=submit],
.btn {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  min-width: 156px;
  padding: 20px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background-color: #e41c3e;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    button:not(.navbar-toggler):not(.owl-dot),
    input[type=submit],
    .btn {
      width: inherit;
      margin-right: 20px;
      padding: 20px 55px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 1.47;
      letter-spacing: 2px;
      text-align: center;
      color: #ffffff; } }
  @media only screen and (min-width: 1366px) {
    button:not(.navbar-toggler):not(.owl-dot),
    input[type=submit],
    .btn {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 19px;
      letter-spacing: 2px;
      text-align: center;
      color: #ffffff; } }
  @media only screen and (min-width: 1920px) {
    button:not(.navbar-toggler):not(.owl-dot),
    input[type=submit],
    .btn {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 2px;
      text-align: center;
      color: #ffffff; } }
  button:not(.navbar-toggler):not(.owl-dot):hover,
  input[type=submit]:hover,
  .btn:hover {
    background-color: #e41c3e; }
  button:not(.navbar-toggler):not(.owl-dot):focus, button:not(.navbar-toggler):not(.owl-dot):active,
  input[type=submit]:focus,
  input[type=submit]:active,
  .btn:focus,
  .btn:active {
    box-shadow: none !important; }
  button:not(.navbar-toggler):not(.owl-dot):disabled,
  input[type=submit]:disabled,
  .btn:disabled {
    background-color: #e41c3e;
    color: #ffffff;
    opacity: 0.7; }

.wrapper {
  padding: 0; }

sup {
  color: #68b32e; }

body {
  overflow-x: hidden; }

.white-title {
  background: #e41c3e; }
  .white-title * {
    color: #ffffff;
    text-align: center; }

article.type-page {
  width: 100%; }

.page-template-default .white-title {
  padding-top: 40px;
  padding-bottom: 60px; }
  .page-template-default .white-title h2 {
    font-size: 20px;
    font-weight: 800; }
  @media only screen and (min-width: 1025px) {
    .page-template-default .white-title {
      padding-top: 80px;
      padding-bottom: 80px;
      margin-bottom: 120px; }
      .page-template-default .white-title h2 {
        font-size: 40px; } }

@media only screen and (min-width: 1025px) {
  .margin-bottom-negative {
    padding-top: 80px;
    padding-bottom: 260px;
    margin-bottom: -200px !important;
    min-height: 388px; } }

.container, #zone-midlands .vc_column-inner {
  max-width: none !important;
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .container, #zone-midlands .vc_column-inner {
      padding: 0 40px; } }
  @media only screen and (min-width: 1366px) {
    .container, #zone-midlands .vc_column-inner {
      padding: 0 55px; } }
  @media only screen and (min-width: 1920px) {
    .container, #zone-midlands .vc_column-inner {
      padding: 0;
      max-width: 1590px !important;
      margin: 0 auto; } }

body .header-page {
  text-align: center;
  background-color: #e41c3e;
  padding: 70px 0 50px;
  margin-bottom: 0; }
  body .header-page h1 {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
    margin: 0; }
body.blog .header-page {
  min-height: 200px;
  margin-bottom: 0; }
  @media only screen and (min-width: 991px) {
    body.blog .header-page {
      min-height: 340px;
      margin-bottom: -150px; } }
  @media only screen and (min-width: 1366px) {
    body.blog .header-page {
      min-height: 440px;
      margin-bottom: -210px; } }
  body.blog .header-page h1 {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-weight: 800; }

/* Cookies */
.pea_cook_wrapper {
  background: white !important;
  bottom: 0 !important;
  width: 100% !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 -2px 4px 0 rgba(218, 218, 218, 0.5);
  padding: 26px 20px 33px !important;
  z-index: 9999999 !important; }
  @media only screen and (min-width: 768px) {
    .pea_cook_wrapper {
      padding: 26px 40px !important; } }
  @media only screen and (min-width: 1366px) {
    .pea_cook_wrapper {
      padding: 30px 55px !important; } }
  @media only screen and (min-width: 1920px) {
    .pea_cook_wrapper {
      padding: 30px 65px !important; } }
  .pea_cook_wrapper p {
    display: flex;
    flex-direction: column;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px;
    color: #2e2d2a !important;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .pea_cook_wrapper p {
        font-size: 15px !important; } }
    @media only screen and (min-width: 1366px) {
      .pea_cook_wrapper p {
        display: block;
        text-align: left;
        font-size: 16px !important;
        line-height: 25px;
        max-width: 62%; } }
    @media only screen and (min-width: 1920px) {
      .pea_cook_wrapper p {
        font-size: 18px !important;
        max-width: 49%; } }
    .pea_cook_wrapper p a {
      border: none !important;
      text-decoration: underline;
      padding-bottom: 19px;
      padding-top: 5px; }
      @media only screen and (min-width: 768px) {
        .pea_cook_wrapper p a {
          padding-bottom: 33px; } }
    .pea_cook_wrapper p button#pea_cook_btn {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 1px;
      text-align: center;
      color: #ffffff;
      width: 100%;
      min-width: 156px;
      padding: 20px;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      background-color: #e41c3e;
      color: #ffffff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: none !important;
      margin: 0;
      padding: 16px 15px; }
      @media only screen and (min-width: 768px) {
        .pea_cook_wrapper p button#pea_cook_btn {
          width: inherit;
          margin-right: 20px;
          padding: 20px 55px;
          font-family: 'Raleway', sans-serif;
          font-weight: 700;
          font-size: 15px;
          line-height: 1.47;
          letter-spacing: 2px;
          text-align: center;
          color: #ffffff; } }
      @media only screen and (min-width: 1366px) {
        .pea_cook_wrapper p button#pea_cook_btn {
          font-family: 'Raleway', sans-serif;
          font-weight: 700;
          font-size: 19px;
          letter-spacing: 2px;
          text-align: center;
          color: #ffffff; } }
      @media only screen and (min-width: 1920px) {
        .pea_cook_wrapper p button#pea_cook_btn {
          font-family: 'Raleway', sans-serif;
          font-weight: 700;
          font-size: 20px;
          letter-spacing: 2px;
          text-align: center;
          color: #ffffff; } }
      .pea_cook_wrapper p button#pea_cook_btn:hover {
        background-color: #e41c3e; }
      .pea_cook_wrapper p button#pea_cook_btn:focus, .pea_cook_wrapper p button#pea_cook_btn:active {
        box-shadow: none !important; }
      .pea_cook_wrapper p button#pea_cook_btn:disabled {
        background-color: #e41c3e;
        color: #ffffff;
        opacity: 0.7; }
      @media only screen and (min-width: 768px) {
        .pea_cook_wrapper p button#pea_cook_btn {
          font-size: 13px;
          letter-spacing: 1px;
          width: fit-content;
          padding: 15px 57px; } }
      @media only screen and (min-width: 1366px) {
        .pea_cook_wrapper p button#pea_cook_btn {
          position: absolute;
          bottom: 50%;
          right: 35px;
          transform: translateY(50%);
          font-size: 19px;
          letter-spacing: 2px;
          padding: 16px 37px; } }
      @media only screen and (min-width: 1920px) {
        .pea_cook_wrapper p button#pea_cook_btn {
          font-size: 20px;
          right: 46px;
          padding: 16px 59px; } }

.banner-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 991px) {
    .banner-home {
      flex-direction: row; } }
  .banner-home > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
    @media only screen and (min-width: 1025px) {
      .banner-home > div {
        -webkit-box-flex: 0;
        padding: 100px 60px 100px; } }
    @media only screen and (min-width: 1600px) {
      .banner-home > div {
        -webkit-box-flex: 0;
        padding: 250px 100px 100px; } }
    .banner-home > div.banner-home--left {
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 991px) {
        .banner-home > div.banner-home--left {
          -ms-flex: 0 0 58%;
          flex: 0 0 58%;
          max-width: 58%; } }
      @media only screen and (min-width: 1025px) {
        .banner-home > div.banner-home--left img {
          position: absolute;
          height: auto !important;
          right: 0;
          top: 0;
          width: auto !important;
          max-width: none;
          min-width: 100%;
          min-height: 100%; } }
      .banner-home > div.banner-home--left img + p {
        display: none; }
      .banner-home > div.banner-home--left .banner-home--left-content {
        position: absolute;
        z-index: 1;
        top: 40px;
        left: 40px; }
        @media only screen and (min-width: 1025px) {
          .banner-home > div.banner-home--left .banner-home--left-content {
            position: relative;
            top: 0;
            left: 0;
            max-width: none;
            transform: none; } }
        .banner-home > div.banner-home--left .banner-home--left-content .banner-home--left-title {
          font-size: 18px;
          font-weight: 800; }
          @media only screen and (min-width: 1025px) {
            .banner-home > div.banner-home--left .banner-home--left-content .banner-home--left-title {
              font-size: 38px; } }
          @media only screen and (min-width: 1600px) {
            .banner-home > div.banner-home--left .banner-home--left-content .banner-home--left-title {
              font-size: 42.2px; } }
          .banner-home > div.banner-home--left .banner-home--left-content .banner-home--left-title span {
            display: inline-block;
            padding: 0 8px;
            margin-bottom: 2px; }
            @media only screen and (min-width: 1025px) {
              .banner-home > div.banner-home--left .banner-home--left-content .banner-home--left-title span {
                margin-bottom: 5px;
                line-height: 49px; } }
    .banner-home > div.banner-home--right {
      background: #e41c3e;
      padding: 20px 30px; }
      @media only screen and (min-width: 991px) {
        .banner-home > div.banner-home--right {
          -ms-flex: 0 0 42%;
          flex: 0 0 42%;
          max-width: 42%; } }
      @media only screen and (min-width: 1025px) {
        .banner-home > div.banner-home--right {
          padding: 100px 40px; } }
      @media only screen and (min-width: 1366px) {
        .banner-home > div.banner-home--right {
          padding: 135px 110px; } }
      .banner-home > div.banner-home--right .banner-home--right-content {
        max-width: 520px;
        margin: 0 auto; }
        .banner-home > div.banner-home--right .banner-home--right-content .banner-home--right-title {
          text-align: center;
          font-size: 20px;
          font-weight: 400;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          margin-bottom: 35px; }
          .banner-home > div.banner-home--right .banner-home--right-content .banner-home--right-title strong {
            font-weight: 800; }
          @media only screen and (min-width: 1025px) {
            .banner-home > div.banner-home--right .banner-home--right-content .banner-home--right-title {
              font-size: 40px;
              margin-bottom: 48px; } }
        .banner-home > div.banner-home--right .banner-home--right-content .nf-form-title, .banner-home > div.banner-home--right .banner-home--right-content .nf-form-fields-required {
          display: none; }
        .banner-home > div.banner-home--right .banner-home--right-content .form-bottom {
          text-align: center;
          color: #ffffff;
          font-size: 12px;
          margin-top: 30px; }
          @media only screen and (min-width: 1025px) {
            .banner-home > div.banner-home--right .banner-home--right-content .form-bottom {
              margin-top: 40px; } }
      @media only screen and (min-width: 1366px) {
        .banner-home > div.banner-home--right nf-field:nth-child(3) {
          float: left;
          width: calc(100% - 190px); } }
      @media only screen and (min-width: 1366px) {
        .banner-home > div.banner-home--right nf-field:nth-child(4) {
          float: right;
          width: 160px; } }

body .owl-theme .owl-dots button.owl-dot {
  outline: none;
  box-shadow: none; }
  body .owl-theme .owl-dots button.owl-dot span {
    width: 13px;
    height: 13px;
    border: solid 1px #e41c3e;
    background: transparent;
    border-radius: 0; }
  body .owl-theme .owl-dots button.owl-dot.active span, body .owl-theme .owl-dots button.owl-dot:hover span {
    background: #e41c3e; }

body .nf-field-container {
  position: relative;
  margin-bottom: 30px; }
body .nf-form-content .list-select-wrap .nf-field-element > div, body .nf-form-content input:not([type=button]), body .nf-form-content textarea, body input:not([type=button]), body textarea {
  background: rgba(255, 255, 255, 0.7);
  padding: 16px 15px 4;
  font-size: 16px;
  color: #e41c3e;
  border: none;
  height: auto; }
  @media only screen and (min-width: 1025px) {
    body .nf-form-content .list-select-wrap .nf-field-element > div, body .nf-form-content input:not([type=button]), body .nf-form-content textarea, body input:not([type=button]), body textarea {
      font-size: 20px;
      padding: 20px 20px 6px; } }
body .nf-form-content .label-above .nf-field-label, body .nf-form-content .label-below .nf-field-label, body .nf-form-content .label-hidden .nf-field-label {
  position: absolute;
  z-index: 1;
  width: calc(100% - 30px);
  left: 15px;
  top: 11px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  body .nf-form-content .label-above .nf-field-label.active, body .nf-form-content .label-below .nf-field-label.active, body .nf-form-content .label-hidden .nf-field-label.active {
    top: 0px; }
    body .nf-form-content .label-above .nf-field-label.active label, body .nf-form-content .label-below .nf-field-label.active label, body .nf-form-content .label-hidden .nf-field-label.active label {
      font-size: 12px; }
  @media only screen and (min-width: 1025px) {
    body .nf-form-content .label-above .nf-field-label, body .nf-form-content .label-below .nf-field-label, body .nf-form-content .label-hidden .nf-field-label {
      top: 10px;
      left: 20px; } }
  body .nf-form-content .label-above .nf-field-label label, body .nf-form-content .label-below .nf-field-label label, body .nf-form-content .label-hidden .nf-field-label label {
    font-size: 16px;
    color: #e41c3e;
    font-weight: 500;
    width: 100%;
    cursor: text; }
body .submit-container {
  margin-bottom: 0; }
body .nf-form-content button, body .nf-form-content input[type=button], body .nf-form-content input[type=submit] {
  display: block;
  text-align: center;
  color: #e41c3e;
  font-size: 20px;
  text-transform: uppercase;
  height: auto;
  background: #ffffff;
  font-weight: 800;
  padding: 8px 30px;
  width: 100%; }
  body .nf-form-content button:hover, body .nf-form-content input[type=button]:hover, body .nf-form-content input[type=submit]:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.7); }
  @media only screen and (min-width: 1025px) {
    body .nf-form-content button, body .nf-form-content input[type=button], body .nf-form-content input[type=submit] {
      font-size: 26px;
      padding: 9px 30px; } }

.nf-error.field-wrap .nf-field-element:after {
  display: none !important; }

.nf-error .nf-error-msg {
  position: absolute;
  color: #F7BBC5; }

.nf-response-msg h2 {
  text-align: center; }
.nf-response-msg h2:first-child {
  background-color: #ffffff;
  color: #e41c3e;
  font-weight: 800;
  padding: 20px; }

.is-sticky #wrapper-navbar {
  padding: 0; }

#wrapper-navbar {
  padding: 0;
  background: #ffffff !important;
  z-index: 999 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (min-width: 991px) {
    #wrapper-navbar {
      padding: 10px 0;
      z-index: 999 !important;
      position: static; } }
  #wrapper-navbar .navbar-toggler {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 999999999999;
    border: none;
    outline: none !important;
    padding: 0; }
    #wrapper-navbar .navbar-toggler span {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(228, 28, 62)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
    #wrapper-navbar .navbar-toggler.active span {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(228, 28, 62)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  #wrapper-navbar nav {
    padding: 20px 0;
    background: transparent !important; }

body.home #wrapper-navbar {
  background: transparent !important; }
  @media only screen and (min-width: 1025px) {
    body.home #wrapper-navbar {
      background: #ffffff !important; } }
  body.home #wrapper-navbar nav {
    background: transparent !important; }
  body.home #wrapper-navbar .navbar-toggler {
    top: 40px; }
body.home #page {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 991px) {
    body.home #page {
      display: block; } }
  body.home #page > * {
    order: 2; }
  body.home #page > #wrapper-navbar, body.home #page > #wrapper-navbar-sticky-wrapper {
    order: 1;
    padding: 0;
    position: absolute;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      body.home #page > #wrapper-navbar #wrapper-navbar, body.home #page > #wrapper-navbar-sticky-wrapper #wrapper-navbar {
        position: static !important; } }
    @media only screen and (min-width: 991px) {
      body.home #page > #wrapper-navbar, body.home #page > #wrapper-navbar-sticky-wrapper {
        position: static; } }
    body.home #page > #wrapper-navbar .navbar-toggler span, body.home #page > #wrapper-navbar-sticky-wrapper .navbar-toggler span {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
    body.home #page > #wrapper-navbar .navbar-toggler.active span, body.home #page > #wrapper-navbar-sticky-wrapper .navbar-toggler.active span {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(228, 28, 62)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
body.home .cont_logo {
  display: none; }
  @media only screen and (min-width: 991px) {
    body.home .cont_logo {
      display: flex; } }

.navbar-brand {
  padding: 0; }

.cont_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .cont_logo .left-logo {
    font-size: 25.2px;
    font-weight: 800;
    color: #e31c3d;
    margin-right: 14px;
    line-height: 21px;
    max-width: 86px;
    white-space: normal; }
    @media only screen and (min-width: 1025px) {
      .cont_logo .left-logo {
        font-size: 30px;
        margin-right: 20px;
        max-width: 100px;
        line-height: 34px; } }
  .cont_logo .right-logo {
    max-width: 180px;
    white-space: normal;
    line-height: 0; }
    .cont_logo .right-logo span {
      font-size: 11px;
      font-weight: 800;
      display: inline-block;
      padding: 1px 4px;
      margin-bottom: 1px;
      line-height: normal; }
      @media only screen and (min-width: 1025px) {
        .cont_logo .right-logo span {
          font-size: 16px;
          font-weight: 800;
          display: inline-block;
          padding: 1px 4px;
          margin-bottom: 4px; } }

/* .cont_logo {
  @include flexbox;
  align-items: center;
  .left-logo {
    font-size: 41.2px;
    font-weight: 800;
    color: $lipstick-two;
    margin-right: 40px;

    max-width: 130px;
    white-space: normal;
  }

  

  .right-logo {
    max-width: 200px;
    white-space: normal;
    span {
      font-size: 19.1px;
      font-weight: 800;
      display: inline-block;
      padding: 2px 4px;
      margin-bottom: 5px;
      line-height: normal;
    }
  }
}
 */
#navbarNavDropdown {
  position: fixed;
  height: 100vh !important;
  right: 0;
  top: 0;
  width: 100%;
  transform: translateX(100%);
  background: white;
  display: flex !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  padding: 60px 20px; }
  #navbarNavDropdown.show {
    transform: translateX(0); }
  @media only screen and (min-width: 991px) {
    #navbarNavDropdown {
      position: static;
      width: auto;
      height: auto !important;
      transform: none;
      padding: 0;
      align-items: center; } }
  @media only screen and (min-width: 991px) {
    #navbarNavDropdown .primary-menu #main-menu li {
      padding: 0 20px; } }
  @media only screen and (min-width: 1366px) {
    #navbarNavDropdown .primary-menu #main-menu li {
      padding: 0 40px; } }
  @media only screen and (min-width: 1025px) {
    #navbarNavDropdown .primary-menu #main-menu li.current-menu-item a {
      background: #e41c3e;
      color: #ffffff; } }
  #navbarNavDropdown .primary-menu #main-menu li a {
    font-weight: 500;
    color: #505050;
    font-size: 20px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }
    @media only screen and (min-width: 1025px) {
      #navbarNavDropdown .primary-menu #main-menu li a {
        padding: 0 10px; } }
    #navbarNavDropdown .primary-menu #main-menu li a:hover {
      background: #e41c3e;
      color: #ffffff; }
    @media only screen and (min-width: 1600px) {
      #navbarNavDropdown .primary-menu #main-menu li a {
        font-size: 30px;
        padding: 0 10px; } }

.menu-social-menu-container {
  margin-top: 10px;
  margin-left: 10px; }
  @media only screen and (min-width: 991px) {
    .menu-social-menu-container {
      margin-top: 0;
      margin-left: 0; } }
  .menu-social-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu-social-menu-container ul li {
      display: inline-block; }
      .menu-social-menu-container ul li a {
        width: 48px;
        height: 48px;
        border: solid 4px #000000;
        color: transparent;
        display: inline-block; }
      .menu-social-menu-container ul li.fb-link a {
        background: url("../../assets//social/facebook-logo.svg") no-repeat center;
        background-size: 25px; }
      .menu-social-menu-container ul li.twitter-link a {
        background: url("../../assets//social/twitter-logo-silhouette.svg") no-repeat center;
        background-size: 25px; }

.page-template-default .big-text-row {
  padding: 30px;
  margin: 0 auto; }
  .page-template-default .big-text-row h2 {
    color: #e41c3e;
    font-size: 25px;
    font-weight: 800;
    max-width: 80%; }
    @media only screen and (min-width: 1025px) {
      .page-template-default .big-text-row h2 {
        font-size: 65px;
        margin: 0 auto; } }
  @media only screen and (min-width: 1025px) {
    .page-template-default .big-text-row {
      padding: 90px 0; } }
.page-template-default .images-row {
  margin: 0 auto;
  padding: 80px 0; }
  .page-template-default .images-row h3 {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    color: #e41c3e;
    max-width: 280px;
    margin: 0 auto; }
    @media only screen and (min-width: 1025px) {
      .page-template-default .images-row h3 {
        font-size: 30px; } }
  .page-template-default .images-row .vc_single_image-wrapper {
    min-height: 60px;
    display: flex; }
    @media only screen and (min-width: 1025px) {
      .page-template-default .images-row .vc_single_image-wrapper {
        min-height: 115px;
        margin-bottom: 40px; } }
  .page-template-default .images-row img {
    max-width: calc(100% - 40px);
    max-height: 60px;
    margin: auto; }
    @media only screen and (min-width: 1025px) {
      .page-template-default .images-row img {
        max-width: 253px;
        max-height: 115px; } }
.page-template-default .entry-header {
  background: #e41c3e;
  padding: 30px 30px 50px; }
  @media only screen and (min-width: 1025px) {
    .page-template-default .entry-header {
      padding: 80px 0 100px; } }
  .page-template-default .entry-header * {
    color: #ffffff; }
  .page-template-default .entry-header h1 {
    font-size: 35px;
    font-weight: 800; }
    @media only screen and (min-width: 1025px) {
      .page-template-default .entry-header h1 {
        margin-left: 40%;
        font-size: 40px;
        padding-bottom: 30px;
        margin-bottom: 50px;
        position: relative; }
        .page-template-default .entry-header h1:after {
          content: ' ';
          width: 97px;
          height: 7px;
          background: #ffffff;
          left: 0;
          bottom: 0;
          position: absolute; } }
  @media only screen and (min-width: 1025px) {
    .page-template-default .entry-header .entry-header-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 1025px) {
    .page-template-default .entry-header .entry-header-title .entry-header--left {
      min-width: 40%;
      max-width: 40%; } }
  .page-template-default .entry-header .entry-header-title .entry-header--left .entry-header--left__quote {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    max-width: 460px; }
    @media only screen and (min-width: 1025px) {
      .page-template-default .entry-header .entry-header-title .entry-header--left .entry-header--left__quote {
        font-size: 40px; } }

#wrapper-footer {
  background: #e41c3e; }
  #wrapper-footer .cont_logo {
    display: none !important; }
    @media only screen and (min-width: 1366px) {
      #wrapper-footer .cont_logo {
        display: flex !important; } }
  #wrapper-footer .cont_logo .left-logo {
    color: #ffffff; }
  #wrapper-footer .cont_logo .white-t-bg-red {
    color: #e41c3e;
    background: #ffffff; }
  #wrapper-footer .site-footer {
    padding: 80px 20px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 1366px) {
      #wrapper-footer .site-footer {
        padding: 40px 20px 20px;
        flex-direction: row; } }
    #wrapper-footer .site-footer > div.footer--right {
      flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center; }
      @media only screen and (min-width: 1366px) {
        #wrapper-footer .site-footer > div.footer--right {
          flex-direction: row; } }
      #wrapper-footer .site-footer > div.footer--right * {
        color: #ffffff; }
      #wrapper-footer .site-footer > div.footer--right .cont--footer--right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center; }
        @media only screen and (min-width: 1366px) {
          #wrapper-footer .site-footer > div.footer--right .cont--footer--right {
            flex-direction: row; } }
        #wrapper-footer .site-footer > div.footer--right .cont--footer--right .cont--footer--right__1 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          flex-direction: column; }
          @media only screen and (min-width: 1366px) {
            #wrapper-footer .site-footer > div.footer--right .cont--footer--right .cont--footer--right__1 {
              flex-direction: row; } }
      #wrapper-footer .site-footer > div.footer--right .menu {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center; }
        #wrapper-footer .site-footer > div.footer--right .menu li {
          display: inline-block;
          margin-left: 10px;
          margin-bottom: 15px; }
          #wrapper-footer .site-footer > div.footer--right .menu li a {
            display: inline-block;
            color: #ffffff;
            font-size: 25px;
            border: solid 1px #ffffff;
            padding: 14px 10px;
            min-width: 200px;
            text-align: center;
            text-decoration: none;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            #wrapper-footer .site-footer > div.footer--right .menu li a:hover {
              background: #ffffff;
              color: #e41c3e; }
      #wrapper-footer .site-footer > div.footer--right .menu-social-menu-container ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center; }
        #wrapper-footer .site-footer > div.footer--right .menu-social-menu-container ul li a {
          min-width: 0;
          width: 66px;
          height: 66px;
          border: solid 4px #ffffff;
          color: transparent; }
          #wrapper-footer .site-footer > div.footer--right .menu-social-menu-container ul li a:hover {
            color: transparent; }
        #wrapper-footer .site-footer > div.footer--right .menu-social-menu-container ul li.fb-link a {
          background: url("../../assets//social/facebook-logo-white.svg") no-repeat center;
          background-size: 25px; }
        #wrapper-footer .site-footer > div.footer--right .menu-social-menu-container ul li.twitter-link a {
          background: url("../../assets//social/twitter-logo-silhouette-white.svg") no-repeat center;
          background-size: 25px; }
      #wrapper-footer .site-footer > div.footer--right .copyright {
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        margin-top: 30px; }
        @media only screen and (min-width: 1366px) {
          #wrapper-footer .site-footer > div.footer--right .copyright {
            margin-top: 0;
            text-align: left;
            margin-left: 85px;
            font-size: 24px; } }

@media only screen and (min-width: 991px) {
  .vc-banner-container {
    border-top: 1px solid #e41c3e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative; } }
@media only screen and (min-width: 991px) {
  .vc-banner-container > div.vc-banner--left {
    max-width: 50%; } }
@media only screen and (min-width: 1600px) {
  .vc-banner-container > div.vc-banner--left {
    max-width: 42%; } }
.vc-banner-container > div.vc-banner--center {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  float: left;
  margin-top: -45px; }
  @media only screen and (min-width: 1025px) {
    .vc-banner-container > div.vc-banner--center {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      left: 42%;
      margin: 0; } }
  .vc-banner-container > div.vc-banner--center h2 {
    font-weight: 800;
    margin: 0 auto; }
    @media only screen and (min-width: 1025px) {
      .vc-banner-container > div.vc-banner--center h2 {
        font-size: 50px; } }
    .vc-banner-container > div.vc-banner--center h2 span {
      display: block;
      float: left;
      clear: left;
      margin-bottom: 2px;
      font-size: 20px;
      padding: 2px 6px; }
      .vc-banner-container > div.vc-banner--center h2 span:nth-child(2) {
        padding-right: 50px; }
      @media only screen and (min-width: 1025px) {
        .vc-banner-container > div.vc-banner--center h2 span {
          font-size: 40px;
          margin-bottom: 5px;
          padding: 7px !important; } }
.vc-banner-container > div.vc-banner--right {
  padding: 50px 0 20px;
  max-width: 230px;
  margin: 0 auto;
  font-size: 16px;
  clear: both; }
  @media only screen and (min-width: 991px) {
    .vc-banner-container > div.vc-banner--right {
      max-width: 68%; } }
  @media only screen and (min-width: 1025px) {
    .vc-banner-container > div.vc-banner--right {
      max-width: 572px;
      margin-left: 150px;
      font-size: 18px;
      font-weight: 500;
      padding-right: 40px; } }
  @media only screen and (min-width: 1600px) {
    .vc-banner-container > div.vc-banner--right {
      margin-left: 250px;
      padding-right: 55px; } }
  @media only screen and (min-width: 2048px) {
    .vc-banner-container > div.vc-banner--right {
      margin-left: 450px; } }
  .vc-banner-container > div.vc-banner--right strong {
    color: #ffffff;
    background: #e41c3e;
    font-weight: 500; }
  .vc-banner-container > div.vc-banner--right a {
    font-size: 16px;
    border: solid 1px #e41c3e;
    background: #ffffff;
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    color: #e41c3e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media only screen and (min-width: 1025px) {
      .vc-banner-container > div.vc-banner--right a {
        font-size: 20px;
        padding: 15px 40px;
        display: inline-block; } }
    .vc-banner-container > div.vc-banner--right a:hover {
      background: #e41c3e;
      color: #ffffff; }

body .vc-testimonial-container {
  margin-top: 60px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 991px) {
    body .vc-testimonial-container {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 1025px) {
    body .vc-testimonial-container {
      max-width: calc(100% - 100px);
      margin: 60px auto 40px; } }
  @media only screen and (min-width: 1600px) {
    body .vc-testimonial-container {
      max-width: none; } }
  body .vc-testimonial-container.owl-theme .owl-nav {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: none; }
    @media only screen and (min-width: 1025px) {
      body .vc-testimonial-container.owl-theme .owl-nav {
        display: flex;
        width: calc(100% + 100px);
        margin-left: -50px; } }
  body .vc-testimonial-container div.vc-testimonial--item {
    margin-bottom: 30px; }
    @media only screen and (min-width: 991px) {
      body .vc-testimonial-container div.vc-testimonial--item {
        justify-content: space-between;
        padding: 0 15px; } }
    body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container {
      position: relative;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      border: solid 1px #e41c3e; }
      @media only screen and (min-width: 1025px) {
        body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container {
          flex-direction: row;
          max-width: none; } }
      body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial-name-mobile {
        position: relative; }
        body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial-name-mobile h3 {
          display: block;
          display: block;
          top: -100px;
          left: 0;
          max-width: 210px; }
          body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial-name-mobile h3 span {
            line-height: 37px; }
          @media only screen and (min-width: 1025px) {
            body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial-name-mobile h3 {
              display: none; } }
      body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container h3 {
        position: absolute;
        top: 20px;
        left: calc(10% + 20px);
        font-size: 20px;
        display: none; }
        @media only screen and (min-width: 1025px) {
          body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container h3 {
            display: block;
            left: 30%;
            top: 35px; } }
        body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container h3 span {
          padding: 5px; }
        @media only screen and (min-width: 1025px) {
          body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container h3 {
            font-size: 30px;
            font-weight: 800; }
            body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container h3 span {
              padding: 8px; } }
      body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial--left-image {
        min-width: 40%;
        border-bottom: solid 1px #e41c3e; }
        body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial--left-image.testimonial-desktop-image {
          display: none; }
        body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial--left-image.testimonial-mobile-image {
          width: 100%;
          margin-bottom: 40px; }
          body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial--left-image.testimonial-mobile-image img {
            max-width: none;
            width: 100%; }
        @media only screen and (min-width: 1025px) {
          body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial--left-image {
            border-bottom: 0; }
            body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial--left-image.testimonial-desktop-image {
              display: block; }
            body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial--left-image.testimonial-mobile-image {
              display: none; } }
        body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial--left-image img {
          max-width: 20%; }
          @media only screen and (min-width: 1025px) {
            body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial--left-image img {
              max-width: none;
              width: 100%; } }
      body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial-text {
        padding: 20px 25px 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        @media only screen and (min-width: 1025px) {
          body .vc-testimonial-container div.vc-testimonial--item .vc-testimonial-item-container .testimonial-text {
            flex-direction: row;
            align-items: center;
            padding: 90px 50px 40px 30px; } }

.container-core-principles-line {
  max-width: 1280px !important; }

.vc-core-principles-container {
  margin-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .vc-core-principles-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; } }
  @media only screen and (min-width: 1025px) {
    .vc-core-principles-container {
      margin-right: -20px;
      margin-left: -20px; } }
  @media only screen and (min-width: 1366px) {
    .vc-core-principles-container {
      margin-right: -23px;
      margin-left: -23px; } }
  .vc-core-principles-container .vc-core-principles-item {
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .vc-core-principles-container .vc-core-principles-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px; } }
    @media only screen and (min-width: 1025px) {
      .vc-core-principles-container .vc-core-principles-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        padding: 0 20px;
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1366px) {
      .vc-core-principles-container .vc-core-principles-item {
        padding: 0 23px;
        margin-bottom: 46px; } }
    .vc-core-principles-container .vc-core-principles-item.vc-core-principles-item-line {
      margin-bottom: 40px; }
      @media only screen and (min-width: 768px) {
        .vc-core-principles-container .vc-core-principles-item.vc-core-principles-item-line {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          padding: 0 15px; } }
      @media only screen and (min-width: 1025px) {
        .vc-core-principles-container .vc-core-principles-item.vc-core-principles-item-line {
          padding: 0 20px;
          margin-bottom: 40px; } }
      @media only screen and (min-width: 1366px) {
        .vc-core-principles-container .vc-core-principles-item.vc-core-principles-item-line {
          padding: 0 23px;
          margin-bottom: 40px; } }
      .vc-core-principles-container .vc-core-principles-item.vc-core-principles-item-line .vc-core-principles-item-container {
        padding: 0;
        border: none; }
        .vc-core-principles-container .vc-core-principles-item.vc-core-principles-item-line .vc-core-principles-item-container .core-principles-name {
          max-width: none;
          font-weight: 500;
          color: #505050;
          margin-bottom: 0; }
    .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container {
      background: #ffffff;
      border: 1px solid #e41c3e;
      padding: 25px 25px 40px;
      height: 100%; }
      @media only screen and (min-width: 1025px) {
        .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container {
          padding: 90px 43px 130px;
          border: 2px solid #e41c3e; } }
      @media only screen and (min-width: 1366px) {
        .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container {
          padding: 110px 40px 160px; } }
      .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container .core-principles-name {
        font-size: 16px;
        font-weight: 900;
        color: #e41c3e;
        margin-bottom: 15px;
        max-width: 200px;
        padding-top: 15px;
        position: relative;
        margin-bottom: 15px; }
        @media only screen and (min-width: 1025px) {
          .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container .core-principles-name {
            font-size: 20px;
            min-height: 93px;
            max-width: none;
            margin-bottom: 30px;
            padding-top: 20px; } }
        @media only screen and (min-width: 1366px) {
          .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container .core-principles-name {
            font-size: 20px;
            min-height: 93px;
            margin-bottom: 40px;
            max-width: 240px; } }
        .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container .core-principles-name:before {
          content: ' ';
          position: absolute;
          left: 0;
          top: 0;
          width: 40px;
          height: 2px;
          background: #e41c3e; }
          @media only screen and (min-width: 1025px) {
            .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container .core-principles-name:before {
              width: 60px;
              height: 4px; } }
          @media only screen and (min-width: 1366px) {
            .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container .core-principles-name:before {
              width: 80px;
              height: 5px; } }
      @media only screen and (min-width: 1025px) {
        .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container .core-principles-text {
          font-size: 16px; } }
      @media only screen and (min-width: 1366px) {
        .vc-core-principles-container .vc-core-principles-item .vc-core-principles-item-container .core-principles-text {
          font-size: 20px; } }

.vc-events, .vc-events-month {
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 100px);
  display: none !important; }
  .vc-events.vc-events-month, .vc-events-month.vc-events-month {
    max-width: none; }
    @media only screen and (min-width: 1025px) {
      .vc-events.vc-events-month, .vc-events-month.vc-events-month {
        max-width: calc(100% - 100px); } }
  .vc-events:nth-child(2), .vc-events-month:nth-child(2) {
    display: block !important; }
  .vc-events.inactive, .vc-events-month.inactive {
    display: none !important; }
  .vc-events.active, .vc-events-month.active {
    display: block !important; }
  @media only screen and (min-width: 1920px) {
    .vc-events, .vc-events-month {
      max-width: none; } }
  .vc-events .owl-stage, .vc-events-month .owl-stage {
    display: flex;
    position: relative; }

.event-passed {
  opacity: 0.4; }

article.type-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0; }
  @media only screen and (min-width: 480px) {
    article.type-event {
      flex-direction: row;
      padding: 0; } }
  article.type-event .event-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    right: 0; }
  article.type-event.cont__img {
    min-width: 50%; }
  @media only screen and (min-width: 1025px) {
    article.type-event {
      display: block;
      position: relative; } }
  article.type-event .cont__img:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.42); }
  article.type-event .cont__img .entry-date {
    position: absolute;
    font-size: 30px;
    font-weight: 800;
    padding: 10px;
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      article.type-event .cont__img .entry-date {
        color: #ffffff;
        padding: 20px; } }
    @media only screen and (min-width: 1366px) {
      article.type-event .cont__img .entry-date {
        padding: 30px 50px;
        font-size: 40px; }
        article.type-event .cont__img .entry-date span {
          font-size: 20px; } }
    @media only screen and (min-width: 1920px) {
      article.type-event .cont__img .entry-date {
        font-size: 60px; }
        article.type-event .cont__img .entry-date span {
          font-size: 25px;
          margin-top: -10px; } }
    article.type-event .cont__img .entry-date span {
      display: block;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase; }
  article.type-event .cont__info {
    margin-left: 15px;
    position: absolute;
    bottom: 60px; }
    @media only screen and (min-width: 991px) {
      article.type-event .cont__info {
        margin: 0;
        padding: 30px 20px 80px; } }
    @media only screen and (min-width: 1366px) {
      article.type-event .cont__info {
        margin: 0;
        padding: 30px 50px 80px; } }
    @media only screen and (min-width: 1025px) {
      article.type-event .cont__info {
        position: absolute;
        top: 30%; }
        article.type-event .cont__info h2 {
          color: #ffffff; } }
    article.type-event .cont__info h2 {
      font-size: 16px;
      font-weight: 800;
      max-width: 140px;
      margin-bottom: 0;
      color: #ffffff;
      min-width: 200px; }
      @media only screen and (min-width: 991px) {
        article.type-event .cont__info h2 {
          margin-bottom: 20px;
          font-size: 30px;
          max-width: 345px; } }
      @media only screen and (min-width: 1025px) {
        article.type-event .cont__info h2 {
          color: #ffffff; } }
      @media only screen and (min-width: 1366px) {
        article.type-event .cont__info h2 {
          font-size: 30px; } }
      @media only screen and (min-width: 1920px) {
        article.type-event .cont__info h2 {
          font-size: 40px; } }
      article.type-event .cont__info h2 span {
        padding: 0 10px; }
    article.type-event .cont__info p {
      display: none; }
      @media only screen and (min-width: 1366px) {
        article.type-event .cont__info p {
          display: block;
          color: #ffffff;
          font-size: 20px;
          font-weight: 500; } }
      @media only screen and (min-width: 1920px) {
        article.type-event .cont__info p {
          font-size: 30px; } }
    article.type-event .cont__info .read-more-button {
      font-size: 16px;
      display: none;
      position: absolute;
      border: solid 2px #e41c3e;
      background: #ffffff;
      font-weight: 500;
      color: #e41c3e;
      bottom: 0;
      transform: translateY(50%); }
      @media only screen and (min-width: 991px) {
        article.type-event .cont__info .read-more-button {
          display: inline; } }
      @media only screen and (min-width: 1366px) {
        article.type-event .cont__info .read-more-button {
          font-size: 20px; } }
      @media only screen and (min-width: 1025px) {
        article.type-event .cont__info .read-more-button:hover {
          background: #e41c3e;
          color: #ffffff; } }

.vc-events-month {
  display: block !important;
  margin-bottom: 30px; }
  .vc-events-month .event-month {
    font-size: 20px;
    font-weight: 900;
    color: #e41c3e;
    text-align: center;
    padding: 0; }
    @media only screen and (min-width: 1025px) {
      .vc-events-month .event-month {
        text-align: left;
        padding-left: 80px;
        font-size: 40px; } }
  .vc-events-month .owl-nav {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin: 0; }
    @media only screen and (min-width: 1025px) {
      .vc-events-month .owl-nav {
        width: 500px; } }
    .vc-events-month .owl-nav button {
      border: 1px solid #e41c3e !important; }
      .vc-events-month .owl-nav button span {
        color: #e41c3e; }
      .vc-events-month .owl-nav button:hover {
        border: 1px solid #e41c3e !important;
        background: #e41c3e !important; }
        .vc-events-month .owl-nav button:hover span {
          color: #ffffff; }

body .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 100px);
  margin-left: -50px;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    body .owl-theme .owl-nav {
      width: calc(100% + 160px);
      margin-left: -80px; } }
  body .owl-theme .owl-nav > button {
    width: 31px;
    height: 31px;
    border: solid 1px #595959 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 0; }
    @media only screen and (min-width: 1025px) {
      body .owl-theme .owl-nav > button {
        width: 49px;
        height: 49px; } }
    body .owl-theme .owl-nav > button span {
      font-size: 25px;
      line-height: 24px; }
      @media only screen and (min-width: 1025px) {
        body .owl-theme .owl-nav > button span {
          font-size: 40px; } }

.vc-zone-container {
  min-width: 195px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: 14.28%; }
  @media only screen and (min-width: 1280px) {
    .vc-zone-container {
      min-width: 0; } }
  @media only screen and (min-width: 1600px) {
    .vc-zone-container {
      padding: 0 15px;
      position: relative; } }
  .vc-zone-container .vc-zone-wrapper {
    position: relative;
    display: block;
    width: 100%;
    text-align: center; }
    .vc-zone-container .vc-zone-wrapper .vc-zone-image {
      margin: 0; }
      .vc-zone-container .vc-zone-wrapper .vc-zone-image img {
        opacity: 0.6;
        margin: 0 auto; }
    .vc-zone-container .vc-zone-wrapper p {
      padding: 14px 4px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      color: #ffffff;
      font-size: 14px;
      font-weight: 900;
      margin: 0;
      border: 1px solid #ffffff;
      text-align: center; }
      @media only screen and (min-width: 1600px) {
        .vc-zone-container .vc-zone-wrapper p {
          font-size: 16px; } }

#zone-midlands {
  padding: 40px 0 20px;
  margin-bottom: 50px; }
  #zone-midlands .wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    #zone-midlands .wpb_wrapper .wpb_text_column {
      width: 100%;
      text-align: center;
      margin-bottom: 0; }
      #zone-midlands .wpb_wrapper .wpb_text_column h2 {
        width: 100%;
        text-align: center; }
  #zone-midlands .zone-midlands-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0; }
    @media only screen and (min-width: 991px) {
      #zone-midlands .zone-midlands-row > div {
        margin-left: -15px;
        margin-right: -15px; } }
    #zone-midlands .zone-midlands-row .vc_column-inner {
      overflow-x: auto;
      padding-bottom: 10px;
      overflow-y: hidden; }
      #zone-midlands .zone-midlands-row .vc_column-inner::-webkit-scrollbar {
        -webkit-appearance: none; }
      #zone-midlands .zone-midlands-row .vc_column-inner::-webkit-scrollbar:vertical {
        width: 12px; }
      #zone-midlands .zone-midlands-row .vc_column-inner::-webkit-scrollbar:horizontal {
        height: 12px; }
      #zone-midlands .zone-midlands-row .vc_column-inner::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        border: 2px solid #ffffff; }
      #zone-midlands .zone-midlands-row .vc_column-inner::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff; }
      @media only screen and (min-width: 1280px) {
        #zone-midlands .zone-midlands-row .vc_column-inner {
          overflow-x: hidden; } }
      #zone-midlands .zone-midlands-row .vc_column-inner .wpb_wrapper {
        width: auto;
        white-space: nowrap;
        display: block; }
        @media only screen and (min-width: 1280px) {
          #zone-midlands .zone-midlands-row .vc_column-inner .wpb_wrapper {
            display: flex; } }
        #zone-midlands .zone-midlands-row .vc_column-inner .wpb_wrapper .vc-zone-container {
          display: inline-block; }
          @media only screen and (min-width: 1280px) {
            #zone-midlands .zone-midlands-row .vc_column-inner .wpb_wrapper .vc-zone-container {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; } }
    @media only screen and (min-width: 1025px) {
      #zone-midlands .zone-midlands-row .vc-zone-container {
        width: 14.28%; } }

.vc-keys-and-objectives-container {
  margin-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .vc-keys-and-objectives-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; } }
  @media only screen and (min-width: 1025px) {
    .vc-keys-and-objectives-container {
      margin-right: -12px;
      margin-left: -12px; } }
  .vc-keys-and-objectives-container .vc-keys-and-objectives-item {
    margin-bottom: 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .vc-keys-and-objectives-container .vc-keys-and-objectives-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px; } }
    @media only screen and (min-width: 1025px) {
      .vc-keys-and-objectives-container .vc-keys-and-objectives-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 13px;
        margin-bottom: 25px; } }
    @media only screen and (min-width: 1366px) {
      .vc-keys-and-objectives-container .vc-keys-and-objectives-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%; } }
    .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container {
      background: #ffffff;
      padding: 0;
      height: 100%;
      position: relative; }
      .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .key-and-objectives-image {
        display: none; }
        @media only screen and (min-width: 1025px) {
          .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .key-and-objectives-image {
            display: block; }
            .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .key-and-objectives-image img {
              width: 100%; }
            .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .key-and-objectives-image:before {
              content: ' ';
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.22); } }
      .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-name {
        font-size: 16px;
        font-weight: 900;
        color: #e41c3e;
        margin-bottom: 0;
        padding: 20px 0;
        position: relative;
        cursor: pointer;
        border-top: 1px solid #e41c3e;
        font-stretch: normal;
        line-height: normal; }
        @media only screen and (min-width: 1025px) {
          .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-name {
            max-width: none;
            border-top: 0;
            position: absolute;
            font-size: 20px;
            min-height: 93px;
            max-width: none;
            margin-bottom: 30px;
            padding: 200px 70px;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            color: #ffffff;
            font-size: 35px; } }
        @media only screen and (min-width: 1366px) {
          .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-name {
            font-size: 30px;
            min-height: 93px;
            margin-bottom: 40px;
            max-width: 380px;
            font-size: 45px; } }
        .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-name:before {
          content: ' ';
          width: 38px;
          height: 38px;
          border: solid 1px #e41c3e;
          position: absolute;
          right: 0;
          top: 10px; }
          @media only screen and (min-width: 1025px) {
            .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-name:before {
              display: none; } }
        .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-name:after {
          content: '>';
          position: absolute;
          color: #e41c3e;
          font-size: 18px;
          font-weight: 400;
          right: 11px;
          transform: rotate(90deg);
          margin-top: 0px;
          text-align: center; }
          @media only screen and (min-width: 1025px) {
            .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-name:after {
              display: none; } }
        .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-name.active:after {
          transform: rotate(-90deg);
          right: 14px;
          margin-top: -2px; }
      .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-text-scroll {
        display: none; }
        .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-text-scroll ul {
          padding-left: 17px;
          padding-right: 20px;
          list-style: none; }
          .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-text-scroll ul li {
            position: relative;
            margin-bottom: 25px; }
            .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-text-scroll ul li:before {
              content: ' ';
              top: 5px;
              left: -17px;
              width: 8px;
              height: 8px;
              background-color: #e41c3e;
              position: absolute; }
        @media only screen and (min-width: 1025px) {
          .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container .keys-and-objectives-text-scroll {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            padding: 54px 60px;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            overflow: auto; } }
      .vc-keys-and-objectives-container .vc-keys-and-objectives-item .vc-keys-and-objectives-item-container:hover .keys-and-objectives-text-scroll {
        opacity: 1; }

body.blog main, .vc-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.vc-blog {
  margin-bottom: 120px; }

body:not(.single-post) article.type-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  body:not(.single-post) article.type-post > a {
    display: flex;
    border-top: solid 1px #d0d0d0;
    padding: 15px 0;
    position: relative; }
    @media only screen and (min-width: 991px) {
      body:not(.single-post) article.type-post > a {
        padding: 0;
        margin: 0;
        display: block;
        border: solid 1px #d0d0d0; } }
    body:not(.single-post) article.type-post > a:hover {
      text-decoration: none; }
  @media only screen and (min-width: 991px) {
    body:not(.single-post) article.type-post {
      max-width: 33%;
      padding: 0 15px; } }
  body:not(.single-post) article.type-post .cont__img {
    width: 45%;
    flex-grow: 1;
    min-width: 140px; }
    @media only screen and (min-width: 991px) {
      body:not(.single-post) article.type-post .cont__img {
        width: 100%; } }
  body:not(.single-post) article.type-post .cont__info {
    margin-left: 5px; }
    @media only screen and (min-width: 991px) {
      body:not(.single-post) article.type-post .cont__info {
        margin: 0;
        padding: 30px 30px 80px; } }
    body:not(.single-post) article.type-post .cont__info h2 {
      font-size: 16px;
      font-weight: 800;
      max-width: 140px;
      margin-bottom: 0; }
      @media only screen and (min-width: 991px) {
        body:not(.single-post) article.type-post .cont__info h2 {
          margin-bottom: 35px;
          font-size: 30px;
          max-width: 345px; } }
      body:not(.single-post) article.type-post .cont__info h2 span {
        padding: 0; }
    body:not(.single-post) article.type-post .cont__info .entry-content p {
      font-size: 16px;
      font-weight: 500;
      color: #505050; }
      @media only screen and (min-width: 991px) {
        body:not(.single-post) article.type-post .cont__info .entry-content p {
          font-size: 20px; } }
    body:not(.single-post) article.type-post .cont__info .read-more-button {
      font-size: 16px;
      display: none;
      position: absolute;
      border: solid 2px #e41c3e;
      background: #ffffff;
      text-transform: none;
      font-weight: 500;
      color: #e41c3e;
      bottom: 0;
      transform: translateY(50%);
      padding: 13px 30px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (min-width: 991px) {
        body:not(.single-post) article.type-post .cont__info .read-more-button {
          display: inline; } }
      @media only screen and (min-width: 1366px) {
        body:not(.single-post) article.type-post .cont__info .read-more-button {
          font-size: 20px; } }
      body:not(.single-post) article.type-post .cont__info .read-more-button:hover {
        background: #e41c3e;
        color: #ffffff; }

@media only screen and (min-width: 991px) {
  .blog article {
    margin-bottom: 72px; } }
.blog article .cont__info {
  background: #ffffff; }

.single-post #primary {
  margin-top: 45px; }
  @media only screen and (min-width: 1025px) {
    .single-post #primary {
      padding-right: 50px;
      margin-right: 40px;
      border-right: 1px solid #979797;
      margin-top: 85px;
      margin-bottom: 300px; } }
.single-post .entry-header {
  position: absolute;
  padding-left: 20px; }
  .single-post .entry-header h1 {
    font-size: 22px;
    max-width: 180px;
    font-weight: 800;
    line-height: 39px; }
    @media only screen and (min-width: 1025px) {
      .single-post .entry-header h1 {
        font-size: 40px;
        max-width: 490px;
        line-height: 63px; } }
    @media only screen and (min-width: 1600px) {
      .single-post .entry-header h1 {
        font-size: 50px;
        line-height: 75px; } }
    .single-post .entry-header h1 span {
      padding: 5px 0; }
.single-post .entry-date {
  text-align: right;
  margin-bottom: 20px; }
.single-post img.wp-post-image {
  margin-bottom: 20px;
  width: 100%; }
.single-post main .menu-social-menu-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  align-items: center; }
  .single-post main .menu-social-menu-container p {
    margin: 0 20px 0; }

.post-navigation {
  display: none; }

#right-sidebar {
  padding-top: 50px; }
  #right-sidebar h3 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    background: #e41c3e;
    padding: 10px 15px; }
    @media only screen and (min-width: 1366px) {
      #right-sidebar h3 {
        font-size: 35px; } }
  #right-sidebar ul {
    padding-left: 17px;
    padding-right: 20px;
    list-style: none;
    margin-top: 20px;
    margin-left: 20px; }
    #right-sidebar ul li {
      position: relative;
      margin-bottom: 25px; }
      #right-sidebar ul li:before {
        content: ' ';
        top: 5px;
        left: -20px;
        width: 8px;
        height: 8px;
        background-color: #e41c3e;
        position: absolute; }

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