/*
Theme Name: SIM
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 0.22
*/
body .h1,
body h1 {
  font-size: 40px;
}
body .h2,
body h2 {
  font-size: 36px;
}
body .h3,
body h3 {
  font-size: 25px;
}
body .h4,
body h4 {
  font-size: 20px;
}
body .h5,
body h5 {
  font-size: 16px;
}
body .h6,
body h6 {
  font-size: 16px;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body h1 {
    font-size: 1.4em;
  }
  body h2 {
    font-size: 1.2em;
  }
  body h3,
  body h4 {
    font-size: 1em;
  }
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a .absolute-footer {
  color: #1e1c1c !important;
}

.header-nav.header-nav-main.nav-left {
  justify-content: center;
}

.text p {
  margin-bottom: 5px;
}

.absolute-footer {
  display: none !important;
}

@media (max-width: 575px) {
  .footer-col-2 .col-inner {
    text-align: left !important;
  }
  .footer-col-2 .col-inner > .img {
    margin-left: 0;
  }
}
.footer-col-2 .social-icons {
  margin-bottom: 10px;
}
.footer-col-2 .social-icons i {
  color: #ffffff;
}
.footer-col-2 a.icon:not(.button),
.footer-col-2 button.icon:not(.button) {
  margin-left: 7px;
  margin-right: 7px;
}

.wpcf7-form .wpcf7-form-control {
  border: 0 !important;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.wpcf7-form .wpcf7-form-control::placeholder {
  color: #808080;
}
.wpcf7-form .wpcf7-form-control {
  font-size: 14px;
}
.wpcf7-form select:required:invalid {
  color: #808080;
}
.wpcf7-form option[value=""] {
  display: none;
}
.wpcf7-form label {
  font-weight: 400;
  color: #0d0d0d;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.wpcf7-form .wpcf7-submit {
  margin-top: 10px;
}
.wpcf7-form .wrap-submit {
  position: relative;
}
.wpcf7-form .wrap-submit img {
  pointer-events: none;
  position: absolute;
  top: 48%;
  left: calc(50% + 55px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.block-benefits .box-text-inner h2,
.block-benefits .box-text-inner h3 {
  font-style: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 849px) {
  .block-benefits .box-text-inner h2,
  .block-benefits .box-text-inner h3 {
    font-size: 1.2em;
  }
}
.block-benefits .box-image {
  margin-top: 20px;
}
