/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/
.glink.nturl.notranslate {
    text-align: center !important;
    margin: 0 auto !important;
}
.menu-item-2359 .sub-menu {
    margin-top: -57px;
    margin-left: -14px !important;
}
.menu-item-2358 .sub-menu {
    margin-top: -10px;
    margin-left: -14px !important;
}
/*@media screen and (max-width: 1300px){ 
.infinite-mobile-header-wrap.infinite-header-background-transparents{
display:block;
position: absolute;
    left: 0px;
    right: 0px;
    opacity: 0.6;
    z-index: 3;
}
.infinite-header-background-transparent{display:none;}

}*/
@media screen and (max-width: 999px) and (min-width: 768px){
    .infinite-mobile-header-wrap.infinite-header-background-transparents {

        position: absolute;
        left: 0px;
        right: 0px;
        /*opacity: 0.6;*/
        z-index: 3;

    }
    #gtranslate-2{display: inline-block !important;}
    a.glink.nturl.notranslate {
        display: block;
        margin-bottom: 15px !important;
    }
    .tp-bullets {
        transform: matrix(1, 0, 0, 1, -50, -105) !important;
    }
    .infinite-footer-column.infinite-item-pdlr.infinite-column-20 {
        width: 100%;
        text-align: center;
    }
    #text-5 .footer-logo {
        margin: 0 !important;
        width: 280px;
    }
    div#custom_html-5, #media_image-5 {
        margin-top: 30px;
        text-align: center;
        margin-left: 0px !important;
    }
    .infinite-copyright-text {
      justify-content: center;
    }
    .pum-theme-275 .pum-content + .pum-close, .pum-theme-content-only-2 .pum-content + .pum-close {
      left: 40px;
    }
}
@media (max-width: 767px) {
  .pum-theme-275 .pum-content + .pum-close, .pum-theme-content-only-2 .pum-content + .pum-close {
    left: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px){
    .body.infinite-body-front .infinite-container,
    .gdlr-core-pbf-wrapper-full-no-space {
      max-width: unset;
    }
    #slide-51-layer-1 {
        font-size: 52px !important;
        padding-top: 100px !important;
        text-align: center !important;
    }
}

.page-ath-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-ath-content {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 40px;
}

.page-ath-heading {
    font-size: 28px;
    font-weight: 700;
    color: #231f20;
    padding-bottom: 40px;
}


.page-ath-form,
.page-ath-header,
.page-ath-footer,
.page-ath-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-ath-form {
    padding-bottom: 100px;
}

.page-ath-header {
    visibility: hidden;
    opacity: 0;
}

.page-ath-footer {
    font-family: 'Roboto', sans-serif;
    padding-top: 40px;
}
.page-ath-footer p{
    font-size: 15px;
}
.page-ath-footer p a{
    display: inline-block;
    margin-left: 3px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.page-ath-footer p a:hover{
    color: #5161ce;
}
.auth-part-logo {
    
}
.page-content {
    margin-left: 260px;
    transition: all .5s;
    padding: 15px;
}
.page-content.page-active{
    margin-left: 0px;
}


/*---------factsheet-step-------------*/
.wizard > .steps .current-info, .wizard > .steps .number,
#wizard ::marker {
  display: none; }

#wizard {
  /*min-height: 834px;*/
  background: #fff;
  padding: 100px 65px 40px; }
#wizard ul {
  margin-left: unset; }
#wizard ul li {
  list-style-type: none; }
.steps {
  margin-bottom: 30px; }
  .steps ul {
    display: flex;
    position: relative;
    margin-left: unset; }
    .steps ul li {
      width: 50%;
      margin-right: 10px;
      list-style-type: none; }
      .steps ul li a {
        display: inline-block;
        width: 100%;
        height: 3px;
        background: #e6e6e6;
        /*border-radius: 3.5px;*/ }
      .steps ul li.first a, .steps ul li.checked a {
        background: rgba( 204, 247, 249, 1.00 );
        transition: all 0.5s ease; }
    .steps ul:before {
      content: "";
      display: block;
      height: 46px;
      width: 370px;
      font-size: 22px;
      color: #333;
      top: -65px;
      position: absolute;
      background: url('http://continuumandco.com/wp-content/uploads/2020/11/cc-web-menu-logo-black-e1605457411405.png') no-repeat left center;
      background-size: contain;}
    .steps ul.step-2:before {
      content: ""; }
@media (max-width: 767px) {
  .steps ul:before {
    width: 250px;
    height: 31px;
    top: -40px;
  }
}
h3 {
  font-family: "Poppins-SemiBold"; }

.form-row {
  margin-bottom: 24px; }
  .form-row label {
    margin-bottom: 8px;
    display: block; }
  .form-row.form-group {
    display: flex; }
    .form-row.form-group .form-holder {
      width: 50%;
      margin-right: 21px; }
      .form-row.form-group .form-holder:last-child {
        margin-right: 0; }

.form-holder {
  position: relative; }
  .form-holder i {
    position: absolute;
    top: 11px;
    right: 19px;
    font-size: 17px;
    color: #999; }

.form-control {
  height: 42px;
  border: 1px solid #e6e6e6;
  background: none;
  width: 100%;
  padding: 0 18px; }
  .form-control:focus {
    border-color: #f3d4b7; }
  .form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 13px; }
  .form-control::-moz-placeholder {
    color: #999;
    font-size: 13px; }
  .form-control:-ms-input-placeholder {
    color: #999;
    font-size: 13px; }
  .form-control:-moz-placeholder {
    color: #999;
    font-size: 13px; }

textarea.form-control {
  padding-top: 11px;
  padding-bottom: 11px; }

.option {
  color: #999; }

.actions ul {
  display: flex;
  margin-top: 30px;
  justify-content: space-between; }
  .actions ul.step-last {
    justify-content: flex-end; }
    .actions ul.step-last li:first-child {
      display: none; }
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 51px;
  min-width: 150px;
  align-items: center;
  background: rgba( 204, 247, 249, 1.00 );
  cursor: pointer;
  position: relative;
  padding-left: 41px;
  color: #333;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 400; }
  .actions li a:before {
    content: '>';
    position: absolute;
    top: 15px;
    right: 41px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .actions li a:hover {
    background: #d9bda3; }
    .actions li a:hover:before {
      -webkit-animation-name: hvr-icon-wobble-horizontal;
      animation-name: hvr-icon-wobble-horizontal;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
.actions li[aria-disabled="true"] a {
  display: none; }
.actions li:first-child a {
  background: #e6e6e6;
  padding-left: 48px;
  display: none; }
  .actions li:first-child a:before {
    content: '<';
    left: 26px; }
  .actions li:first-child a:hover {
    background: #ccc; }
.actions li:last-child a {
  padding-left: 29px;
  /*width: 167px;*/
  font-weight: 400; }
  .actions li:last-child a:before {
    right: 30px; }

.checkbox {
  position: relative; }
  .checkbox label {
    padding-left: 21px;
    cursor: pointer;
    color: #999; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox input:checked ~ .checkmark:after {
    display: block; }

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  width: 13px;
  border-radius: 2px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  font-family: Material-Design-Iconic-Font;
  color: #000;
  font-size: 10px;
  font-weight: bolder; }
  .checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: ''; }

.checkbox-circle {
  margin-top: 41px;
  margin-bottom: 46px; }
  .checkbox-circle label {
    cursor: pointer;
    padding-left: 26px;
    color: #999;
    display: block;
    margin-bottom: 15px;
    position: relative; }
    .checkbox-circle label.active .tooltip {
      display: block; }
  .checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-circle input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-circle .checkmark {
    position: absolute;
    top: 11px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ebebeb;
    border: 1px solid #cdcdcd; }
    .checkbox-circle .checkmark:after {
      content: "";
      top: 6px;
      left: 6px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #666666;
      position: absolute;
      display: none; }
  .checkbox-circle .tooltip {
    padding: 9px 22px;
    background: #f2f2f2;
    line-height: 1.8;
    position: relative;
    margin-top: 16px;
    margin-bottom: 28px;
    display: none; }
    .checkbox-circle .tooltip:before {
      content: "";
      border-bottom: 10px solid #f2f2f2;
      border-right: 9px solid transparent;
      border-left: 9px solid transparent;
      position: absolute;
      bottom: 100%; }

.product {
  margin-bottom: 33px; }

.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }
  .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  .item .left {
    display: flex;
    align-items: center; }
  .item .thumb {
    display: inline-flex;
    width: 100px;
    height: 90px;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2; }
  .item .purchase {
    display: inline-block;
    margin-left: 21px; }
    .item .purchase h6 {
      font-size: 16px;
      margin-bottom: 4px;
      font-weight: 500; }
      .item .purchase h6 a {
        color: #333; }
  .item .price {
    font-size: 16px; }

.checkout {
  margin-bottom: 44px; }
  .checkout span.heading {
    font-weight: 500;
    margin-right: 5px; }
  .checkout .subtotal {
    margin-bottom: 18px; }
  .checkout .shipping {
    margin-bottom: 19px; }
    .checkout .shipping span.heading {
      margin-right: 4px; }
  .checkout .total-price {
    color: #333;
    font-weight: 700; }

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@media (max-width: 1500px) {
  .wrapper {
    height: auto; } }
@media (max-width: 1199px) {
  .wrapper {
    height: 100vh; }

  #wizard {
    margin-right: 40px;
    /*min-height: 829px;*/
    padding-left: 60px;
    padding-right: 60px; } }
@media (max-width: 991px) {
  .wrapper {
    justify-content: center; }
    .wrapper .image-holder {
      display: none; }
    .wrapper form {
      width: 60%; }

  #wizard {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px; } }
@media (max-width: 767px) {
  .wrapper {
    height: auto;
    display: block; }
    .wrapper .image-holder {
      width: 100%;
      display: block; }
    .wrapper form {
      width: 100%; }

  #wizard {
    min-height: unset;
    padding: 70px 20px 40px; }

  .form-row.form-group {
    display: block; }
    .form-row.form-group .form-holder {
      width: 100%;
      margin-right: 0;
      margin-bottom: 24px; }

  .item .purchase {
    margin-left: 11px; } }

/*---------Popup-1st-------------*/
#popmake-276 {
  left: 50%;
  transform: translateX(-50%);
  max-width: 95vw;
}

#popmake-276 .form-row {
  padding: 20px 30px;
}
#popmake-276 .form-row:first-child {
  padding-top: 50px;
  margin-bottom: 0;
}


#popmake-276 .form-row.contactForm {
  background-color: #ffffff;
}

#popmake-276 h3 {
  margin-top: 20px!important;
  color:#ffffff;
}

/*---------Popup-2nd-------------*/

#popmake-420 {
  left: 50%;
  transform: translateX(-50%);
  max-width: 95vw;
}

/*---------CF7-------------*/
.wpcf7 input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #85c8d4;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 20px;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  padding: 7px;
  -webkit-appearance: none;
  background: transparent; }
  .wpcf7 label { display:none; }

.wpcf7 input[type="submit"]{
  padding: 0.75rem;
  /*margin-bottom: unset;*/
  margin: 0 auto;
  margin-top: 30px;
  font-size: 13px;
  background: rgba( 204, 247, 249, 1.00 );
  border: unset;
  color: #000000;
}
.wpcf7 .form-group {
  position: relative; 
  margin-bottom: 10px; 
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffffff;
  font-size: 13px!important;
}

.wpcf7-not-valid-tip {
    padding-top: 5px;
    color: #85c8d4!important;
}


