/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;700&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
div,
a,
input,
textarea,
p,
table,
th,
tr,
.btn {
  font-family: "Barlow Semi Condensed", sans-serif !important;
}

p,
li {
  font-size: 1.2rem;
  font-weight: 400;
  color: #415464;
}

a:hover {
  color: #415464 !important;
}

.uncode_text_column {
  margin-top: 25px !important;
}

.uncode_breadcrumbs_wrap+.vc_custom_heading_wrap h1 {
  font-size: 45px !important;
}

.page-header-2 {
  background-color: #fff !important;
}

.single-img .uncode-single-media-wrapper {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.single-img .uncode-single-media-wrapper a:hover::before {
  content: "\e089";
  font-family: 'uncodeicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f7f7f7;
  font-size: 25px;
  display: block;
  position: absolute;
  background: #00000077;
  z-index: 9;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 28%;
}

/* Form */
.flex-normal-form {
  display: flex;
}

.flex-normal-form span input {
  width: 100%;
}

.flex-normal-form span:first-child {
  padding-right: 1%;
}

.flex-normal-form span:last-child {
  padding-left: 1%;
}

.grid-tel-form {
  display: grid;
  grid-template-columns: 20% 78%;
  grid-gap: 2%;
}

textarea {
  height: 41px;
}

input:not(input[type="checkbox"]),
textarea {
  border: 0;
  border-bottom: 1px solid #2a333c !important;
  box-shadow: inset 0 0 0 rgb(0 0 0);
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

input,
textarea,
.policy-form label span {
  width: 100%;
  font-size: 17px;
  color: #2a333c;
  background: none;
}

input[type="checkbox"] {
  border: 1px solid #2a333c !important;
  margin-top: -4px;
}

a.custom-link.btn,
input[type="submit"].button-primary,
input[type="submit"]:not(.btn-custom-typo):not(.btn-inherit) {
  background: #CF401F !important;
  color: #fff;
  border-radius: 30px;
  padding: 12px 40px;
  font-weight: 700 !important;
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 0;
}

.right>* {
  float: right;
}

.top {
  margin-top: 20px;
}

.policy-form {
  margin-top: 30px;
}

form p {
  font-size: 14px;
}

.policy-form>div {
  align-items: center;
}

.policy-form span {
  margin: 0;
}

.policy-form div span {
  font-size: 17px;
  padding-left: 0;
}

.policy-form a {
  font-size: 16px;
  color: #226cd7;
}

/* Header */
#page-header .vc_custom_heading_wrap {
  margin-top: 0;
}

#page-header .pos-top {
  padding-top: 70px;
}

#page-header ol.breadcrumb {
  text-align: left;
}

#page-header .breadcrumb a,
#page-header .breadcrumb li {
  color: #CF401F;
}

/* Customs Headers */

.center-header-no-line h1.h1 {
  text-align: center;
  font-weight: normal !important;
  width: 100%;
}

.center-header-one-line h1.h1,
.center-header-one-line h2.h2 {
  text-align: center;
  width: 100%;
}

.center-header-one-line h2.h2 {
  font-size: 2rem;
}

.center-header-no-line h1.h1 span:first-child {
  font-size: 22px;
}

.right-line-header h2.h2,
.right-line-header h1.h1 {
  font-size: 2rem;
  font-weight: 700;
}

/* .right-line-header h2.h2 span:first-child,
.right-line-header h1.h1 span:first-child,
.right-line-header h2.h1 span:first-child {
  font-size: 1.3rem;
  padding-bottom: 10px;
  color: #CF401F;
  position: relative;
  font-weight: 500;
}
.right-line-header h2.h1 span:first-child:after,
.right-line-header h2.h2 span:first-child:after,
.right-line-header h1.h1 span:first-child:after {
  content: "";
  display: inline-block;
  border-top: 3px solid #CF401F;
  width: 100px;
  margin-left: 12px;
  transform: translateY(-4px);
}
.right-line-header.pos-center-header h2.h1 span:first-child:before,
.right-line-header.pos-center-header h2.h2 span:first-child:before,
.right-line-header.pos-center-header h1.h1 span:first-child:before {
  content: "";
  display: inline-block;
  border-top: 3px solid #CF401F;
  width: 100px;
  margin-right: 12px;
  transform: translateY(-4px);
} */
.right-line-header .heading-text.el-text,
.left-right-line-header .heading-text.el-text {
  display: flex;
  flex-direction: column-reverse;
}

.footer-widget-title {
  text-transform: uppercase !important;
  padding-top: 25px !important;
  font-weight: 500 !important;
}

h3.h4 {
  font-size: 21px !important;
  line-height: 1.5;
}

.right-line-header div>div p,
.left-right-line-header div>div p {
  font-size: 1.3rem;
  padding-bottom: 10px;
  color: #CF401F;
  position: relative;
  font-weight: 500;
}

.left-right-line-header.pos-center-header {
  text-align: center;
}

.right-line-header div>div p:after,
.left-right-line-header div>div p:after {
  content: "";
  display: inline-block;
  border-top: 3px solid #CF401F;
  width: 100px;
  margin-left: 12px;
  transform: translateY(-4px);
}

.left-right-line-header div>div p:before {
  content: "";
  display: inline-block;
  border-top: 3px solid #CF401F;
  width: 100px;
  margin-right: 12px;
  transform: translateY(-4px);
}

@media only screen and (max-width: 959px) {
  #main-cta .btn-container a {
    float: left;
    transform-origin: left;
  }
}

@media only screen and (max-width: 771px) {

  .right-line-header div>div p:after,
  .left-right-line-header div>div p:after {
    content: "";
    display: inline-block;
    border-top: 3px solid #CF401F;
    width: 40px;
    margin-left: 12px;
    transform: translateY(-4px);
  }

  .left-right-line-header div>div p:before {
    content: "";
    display: inline-block;
    border-top: 3px solid #CF401F;
    width: 40px;
    margin-right: 12px;
    transform: translateY(-4px);
  }

  iframe {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 465px) {
  .right-line-header.medium h2.h2 span:first-child:after {
    left: -2px;
  }

  .right-line-header.large h2.h2 span:first-child:after {
    top: 55px;
  }
}

#section-about-us .background-inner {
  background-position: right -100px center !important;
}

@media only screen and (max-width: 900px) {
  #section-about-us .background-inner {
    background-image: none !important;
    background-color: #f7f7f7 !important;
  }
}

/* Featured Lists */
.featured-list ul,
.featured-column-list ul {
  list-style: none !important;
  padding-left: 0 !important;
}

.featured-list li {
  list-style: none !important;
  border-bottom: 1px dotted #CF401F;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}

.featured-list li:before {
  content: "\e08e";
  /* FontAwesome Unicode */
  font-family: "uncodeicon" !important;
  position: absolute;
  left: 0;
  top: 10px;
  color: #CF401F;
  width: 20px;
  /* same as padding-left set on li */
}

.featured-column-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.featured-column-list ul:after {
  height: 0;
  width: 30%;
  content: "";
}

.featured-column-list li {
  padding-left: 45px;
  position: relative;
  width: 30%;
  margin-bottom: 40px;
}

.featured-column-list li:before {
  content: "\e08e";
  /* FontAwesome Unicode */
  font-family: "uncodeicon" !important;
  position: absolute;
  left: 0;
  top: 0px;
  color: #CF401F;
  width: 35px;
  /* same as padding-left set on li */
  font-size: 35px;
  line-height: 35px;
}

/* CTA */
div#main-cta {
  background: #CF401F;
}

#main-cta h3 {
  margin-top: 0;
  padding-top: 0;
  color: #fff;
  font-size: 25px;
}

#main-cta p {
  color: #fff;
}

#main-cta #cta-button {
  color: #CF401F !important;
  background-color: #fff !important;
  font-family: "Barlow Semi Condensed", sans-serif !important;
}

#main-cta #cta-button:hover {
  color: #000 !important;
}

/* Pages Sections Icons */

.pages-section-icons .t-entry-visual {
  border: 0 !important;
  max-width: 80px;
}

.pages-section-icons .t-entry-readmore a.btn {
  padding: 0 !important;
  color: #f96c42 !important;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  background: #fff !important;
  border: none !important;
  font-size: 16px !important;
}

/* Sections Icons */
.section-icons .fa-3x {
  font-size: 2.4em;
  margin-top: 11px;
}

.section-icons.contact-icons a {
  text-transform: initial;
}

.section-icons a {
  text-transform: uppercase;
  color: #f96c41;
  font-size: 1rem;
  line-height: 1rem;
}

.section-icons .icon-box-content h3 {
  margin: 0;
}

.section-icons a i {
  color: #f96c41;
  font-size: 1rem;
  line-height: 1rem;
}

.section-icons h3 {
  color: #415464;
  font-size: 1.6rem;
  font-weight: 700;
}

.icons-green .uncode_text_column a i {
  color: #f96c41 !important;
  margin-left: 10px !important;
}

.section-icons.icons-orange,
.icons-green i {
  color: #8b9399;
}

.section-icons .icons-green i {
  color: #339392 !important;
}

.block-height p {
  min-height: 100px;
}

.text-icon p {
  line-height: 0.5;
}

.icons-orange .nospace-top-first {
  margin-top: 5px !important;
}

.icons-orange {
  padding-left: 0 !important;
}

.grid-location {
  padding-left: 15px !important;
}

/* Menu & Footer */
.font-weight-menu,
.menu-container:not(.isotope-filters) ul.menu-smart>li>a:not(.social-menu-link),
.menu-container:not(.isotope-filters) ul.menu-smart li.dropdown>a,
.menu-container:not(.isotope-filters) ul.menu-smart li.mega-menu>a,
.menu-container:not(.vmenu-container):not(.isotope-filters) ul.menu-smart>li>a:not(.social-menu-link):not(.vc_control-btn),
.menu-smart i.fa-dropdown,
.vmenu-container a {
  letter-spacing: normal !important;
}

footer.site-footer {
  background: #415464;
}

#footer {
  padding-bottom: 50px;
}

#footer div:not(.footer-description) * {
  color: #fff;
  line-height: 0.8;
}

#footer .footer-description p {
  line-height: 1.2;
  font-size: 15px;
}

#footer .footer-description {
  padding-right: 60px;
}

#footer .widgettitle {
  text-transform: uppercase;
  padding-top: 25px;
  font-weight: 500;
}

#footer-2 p,
#footer-2 a {
  color: #4a545d;
  font-weight: 500;
  font-size: 17px;
  padding-left: 0;
}

#footer-2 li {
  padding-right: 30px;
}

#footer-2 i {
  color: #CF401F;
}

#menu-footer-horitzontal {
  padding: 0;
  width: 100%;
}

#menu-footer-horitzontal a {
  text-transform: initial;
}

#menu-footer-horitzontal li:last-child {
  float: right;
}

#masthead li.mega-menu>ul>li:first-child {
  padding-top: 40px;
}

#masthead ul>li.not-link>a {
  color: #707070 !important;
}

#masthead li.mega-menu>ul>li:first-child i.fa-gears2 {
  position: absolute;
  top: -35px;
  color: #425363;
  font-size: 50px !important;
}

#masthead li.mega-menu>ul>li:first-child>a {
  font-size: 20px !important;
  color: #CF401F;
  text-transform: capitalize !important;
}

#masthead li.mega-menu>ul>li:not(:first-child)>a,
#masthead li.mega-menu .general-submenu a {
  font-size: 17px !important;
  color: #303133;
  font-weight: 700;
  text-transform: initial !important;
}

#masthead li.mega-menu ul li>a {
  text-transform: initial;
}

#masthead li.mega-menu ul li i {
  color: #f96c41;
  top: 1px;
}

.menu-primary .menu-container {
  background: #2a333c;
}

#masthead ul.menu-primary-inner>li>a {
  font-size: 15px !important;
  text-transform: uppercase;
}

/* .menu-primary .menu-container *, */
.menu-primary .menu-container a,
#footer div:not(.footer-description) a {
  font-size: 15px !important;
  font-weight: 500;
  color: #fff;
}

#footer div:not(.footer-description) * {
  color: #fff;
}

.text-logo.main-logo {
  color: #fff !important;
  font-size: 20px !important;
}

.menu-primary .menu-container a:hover,
#footer div:not(.footer-description) a:hover {
  color: #f96c41 !important;
}

header .menu-container.style-color-xsdn-bg.menu-borders.menu-shadows {
  border-color: #2a333c !important;
}

#logo-container-mobile {
  padding: 0;
}

#logo-footer img {
  width: auto;
  height: 80px;
}

/* Hero */
#home-hero h1 span {
  font-size: 2.8rem;
  font-weight: 500 !important;
}

#home-hero h1 strong {
  font-weight: 600;
  font-size: 3.1rem !important;
}

#home-hero .uncode_text_column p {
  color: #415464 !important;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  max-width: 80%;
}

.single-video {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

/* Responsive */
/* Footer */
@media only screen and (max-width: 959px) {
  #menu-footer-horitzontal li:last-child {
    float: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1060px) {
  #logo-footer img {
    width: 140px;
    height: 80px;
  }
}

/* Menu Principal */
@media only screen and (min-width: 959px) {
  .menu-primary .general-submenu>a {
    display: none !important;
  }
}

/* Page Header */
@media only screen and (min-width: 959px) {
  #page-header .uncode_text_column p {
    max-width: 70%;
  }
}

/* Featured lists */
@media only screen and (max-width: 959px) {
  .featured-column-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .featured-column-list li {
    width: 100%;
  }
}

/* FAQ */
#faq {
  margin-bottom: 60px;
}

#faq .panel {
  background: #fff;
  padding: 25px;
  border: 0;
  margin-bottom: 25px;
}

#faq .panel a {
  padding-bottom: 0;
  padding-top: 0;
}

#faq .panel span {
  letter-spacing: 0;
  text-transform: initial;
  font-weight: 700 !important;
  font-size: 18px;
}

#faq .panel-body {
  border: 0;
  padding: 0 0 50px;
}

/* Table Home */
#table {
  width: 100%;
}

#table>div {
  display: flex;
}

#table>div>div {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 15%;
  background: #e0e2e3;
  height: 40px;
  border-top: 8px solid #ebebeb;
  border-bottom: 8px solid #ebebeb;
  margin: 0 5px;
  position: relative;
  padding: 20px 0 20px 10px !important;
  font-weight: bold;
}

#table>div.titles>div {
  background: transparent !important;
  border-top: 0 !important;
  border-bottom: 3px solid #ccc !important;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
}

#table>div.titles>div:hover {
  color: #415464;
}

#table>div.titles>div:first-child,
#table>div.titles>div:last-child {
  border-bottom: 3px solid transparent !important;
}

#table>div>div:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 40px;
  z-index: 1;
}

#table>div>div:last-child:before {
  content: "";
  background: transparent !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
}

#table>div>div:first-child {
  width: 16%;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  position: relative;
  margin-left: 20px;
  color: #fff;
}

#table>div>div:first-child:before {
  content: "";
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 20px;
  z-index: 1;
}

#table>div>div:last-child {
  width: 10px;
  padding: 0;
  background: #fff !important;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  position: relative;
}

#table>div>div:last-child:after {
  content: "";
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: 0;
  z-index: 1;
}

#table>div.color1>div:before,
#table>div.color1>div:first-child,
#table>div.color1>div:last-child:after,
#table>div.color1>div:first-child:before {
  background: #b5c3c6;
}

#table>div.color1>div {
  background: #e0e2e3;
}

#table>div.color2>div:before,
#table>div.color2>div:first-child,
#table>div.color2>div:last-child:after,
#table>div.color2>div:first-child:before {
  background: #418f7f;
}

#table>div.color2>div {
  background: #cfdbd8;
}

#table>div.color3>div:before,
#table>div.color3>div:first-child,
#table>div.color3>div:last-child:after,
#table>div.color3>div:first-child:before {
  background: #92cec2;
}

#table>div.color3>div {
  background: #dbe4e2;
}

#table>div.color4>div:before,
#table>div.color4>div:first-child,
#table>div.color4>div:last-child:after,
#table>div.color4>div:first-child:before {
  background: #4b7b8f;
}

#table>div.color4>div {
  background: #d1d8db;
}

#table>div.color1>div,
#table>div.color2>div,
#table>div.color3>div,
#table>div.color4>div {
  transition: all;
  transition-duration: 0.5s;
}

#table>div>div:hover {
  background: #415464;
  color: #fff;
}

.circle {
  position: relative;
  width: 100%;
  display: block;
}

.circle:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
}

.circle.quality:after {
  background: #2cd5c4;
}

.circle.safety:after {
  background: #eaca4b;
}

.circle.all-areas:after {
  background: #f7704d;
}

.circle.enviroment:after {
  background: #34b72d;
}

@media only screen and (max-width: 800px) {
  #table {
    width: 800px;
  }

  .table-responsive .wpb_wrapper {
    overflow: auto;
    white-space: wrap;
    width: 100%;
  }

  #table>div>div:first-child {
    width: 13%;
    padding: 20px 0 20px 0 !important;
  }

  #table>div>div {
    padding: 20px 0 20px 10px !important;
    font-size: 13px;
    white-space: wrap;
  }

  /* #row-unique-1 > .row-parent {
    padding: 36px 16px 36px 16px !important;
  } */
  .circle {
    padding-right: 20px;
  }

  .circle.all-areas:after {
    top: 50%;
    margin-top: -10px;
  }
}

.submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul li.menu-item a:focus a {
  color: #303133 !important;
}

@media only screen and (max-width: 768px) {
  #masthead ul.menu-primary-inner>li>a {
    font-size: 17px !important;
    text-transform: uppercase;
  }

  #masthead ul.menu-primary-inner li.menu-item-has-children>ul>a,
  #masthead li.mega-menu>ul>li:not(:first-child)>a {
    font-size: 16px !important;
    color: #425363 !important;
    text-transform: uppercase !important;
  }

  .menu-container:not(.isotope-filters) ul.menu-smart a:not(.social-menu-link):not(.vc_control-btn) {
    font-size: 16px !important;
  }

  .hr-submenu>ul.drop-menu>li>a {
    padding: 10px 0;
    border-bottom: none !important;
  }
}

/* Cookies */
.cli-style-v2 {
  font-size: 15px;
}

.cli-style-v2 .cli-plugin-main-link,
.cli-style-v2 .cli_settings_button,
.cli-style-v2 .cli_settings_button:hover {
  color: #fff !important;
}

.cli-style-v2 .cli_settings_button {
  text-decoration: underline !important;
  background-color: transparent !important;
}

.cli-style-v2 .cli_settings_button:hover {
  text-decoration: none !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #CF401F !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 17px;
}

select {
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 17px;
  color: #415464;
}


/* NEW CUSTOM IVAN */
span.btn-container a:hover {
  color: #000 !important;
}

.cli-bar-btn_container a:hover {
  color: #fff !important;
}

a#wt-cli-privacy-save-btn {
  color: #fff !important;
}

.uncell.vc_custom_1634830542088.single-block-padding.style-back_color-783232-bg {
  background-color: #fafafa;
}

.submenu-light .menu-smart ul a {
  color: #415464 !important;
}

.d-none {
  display: none !important;
}

/* COPYRIGHT BANNER FOR KIT DIGITAL */
/* DISPLAY NONE INGLES */
/* .page-id-2175 .row-container.style-dark-bg.footer-last,
.page-id-1268 .row-container.style-dark-bg.footer-last,
.page-id-1282 .row-container.style-dark-bg.footer-last,
.page-id-1367 .row-container.style-dark-bg.footer-last,
.page-id-1298 .row-container.style-dark-bg.footer-last,
.page-id-1318 .row-container.style-dark-bg.footer-last,
.page-id-1414 .row-container.style-dark-bg.footer-last,
.page-id-1345 .row-container.style-dark-bg.footer-last,
.page-id-1685 .row-container.style-dark-bg.footer-last,
.page-id-1261 .row-container.style-dark-bg.footer-last,
.page-id-2041 .row-container.style-dark-bg.footer-last,
.page-id-1689 .row-container.style-dark-bg.footer-last,
.page-id-1352 .row-container.style-dark-bg.footer-last,
.page-id-1356 .row-container.style-dark-bg.footer-last,
.page-id-3 .row-container.style-dark-bg.footer-last,
.page-id-1287 .row-container.style-dark-bg.footer-last,
.page-id-1679 .row-container.style-dark-bg.footer-last,
.page-id-1670 .row-container.style-dark-bg.footer-last,
.page-id-1698 .row-container.style-dark-bg.footer-last,
.page-id-1294 .row-container.style-dark-bg.footer-last,
.page-id-1675 .row-container.style-dark-bg.footer-last,
.page-id-1313 .row-container.style-dark-bg.footer-last,
.page-id-1323 .row-container.style-dark-bg.footer-last,
.page-id-93 .row-container.style-dark-bg.footer-last,
.page-id-1360 .row-container.style-dark-bg.footer-last,
.page-id-2032 .row-container.style-dark-bg.footer-last
{
  display: none;
} */
/* END DISPLAY NONE INGLES */
.row-container.style-dark-bg.footer-last {
  background-color: #f2f2f2 !important;
}

footer#colophon {
  display: flex !important;
  flex-direction: column !important;
}

.custom-cols {
  display: flex !important;
  flex-wrap: wrap;
}

body:not(.compose-mode) footer#colophon {
  height: auto !important;
}

@media (max-width: 992px) {

  .custom-col-1,
  .custom-col-2,
  .custom-col-3 {
    width: 100%;
    padding: 0px 36px;
  }

  footer .footer-last p {
    text-align: left;
  }
}

@media (min-width: 993px) {

  .custom-col-1,
  .custom-col-2 {
    width: 25%;
  }

  .custom-col-3 {
    width: 45%;
    margin-left: 5%;
  }

}

.custom-col-3 p{
  font-size: 15px !important;
}