/*!
Theme Name: Creatus Child
Description: Child theme for Creatus theme
Author: Themezly
Author URI: http://themezly.com/
Template: creatus
Version: 1.0.0
Text Domain: creatus
!*/

@media all and (max-width: 1199px) {
    .thz-logo-holder.type-textual .thz-logo a {
        color: #5e585c
    }

    .thz-open-search.itemlink {
        display: none
    }

    .img-paralax .thz-section {
        background-attachment: unset !important
    }
}

@media all and (max-width: 767px) {
    .thz-icon-box-heading-holder {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-self: center
    }

    .home-hero .thz-section {
        background-position: center center !important
    }
}

.thz-hidde {
    display: none
}

#gform_fields_4 {
    padding: 0;
    margin: 0;
    list-style: none
}

#gform_submit_button_4 {
    margin-top: 10px
}

input[aria-invalid="true"],
textarea[aria-invalid="true"] {
    border-color: red
}

.validation_error {
    color: red
}

/* @media all and (min-width: 1200px) {
    input[type="text"] {
        width: 50%
    }
} */

*+.thz-shc {
    margin-top: 20px
}

.thz-mobile-menu .has-children {
    position: relative
}

.thz-mobile-menu .has-children .temp_link {
    display: inline-block;
    width: calc(100% - 75px);
    position: absolute;
    z-index: 999;
    top: 0;
    cursor: pointer
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#header:after {
    content: none
}

#thz-testimonials-52a47946>.thz-slick-slider>.slick-dots>li.slick-active button:before {
    background: #006F79
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    transform: scale(1.2)
}

#thz-testimonials-52a47946>.thz-slick-slider>.slick-dots>li button:before {
    width: 12px;
    height: 12px
}

.txt-colored {
    color: #9c5081
}

/* GRAVITY FORMS IMPROVEMENTS */
body .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    list-style-type: none;
  }
   
  .gfield {
    width: 100%;
  }
   
  body .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 50%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
   
  body .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 50%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
   
  body .gform_wrapper .top_label li.gfield.gf_left_third {
    width: 33.33333333%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
   
  body .gform_wrapper .top_label li.gfield.gf_middle_third {
    width: 33.33333333%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
   
  body .gform_wrapper .top_label li.gfield.gf_middle_third input.medium.datepicker {
    width: calc(100% - 21px)!important;
  }
   
  body .gform_wrapper .top_label li.gfield.gf_right_third {
    width: 33.33333333%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  body .gform_wrapper .top_label li.gfield.gf_two_third {
    width: 66.66666666%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  body .gform_wrapper .top_label li.gfield.gf_one_third {
    width: 33.33333333%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
   
  /* Gravity Forms Flex Responsive */
   
  @media (max-width: 479px) {
    body .gform_wrapper .top_label li.gfield.gf_left_half,
    body .gform_wrapper .top_label li.gfield.gf_right_half,
    body .gform_wrapper .top_label li.gfield.gf_left_third,
    body .gform_wrapper .top_label li.gfield.gf_middle_third, 
    body .gform_wrapper .top_label li.gfield.gf_right_third, 
    body .gform_wrapper .top_label li.gfield.gf_two_third,
    body .gform_wrapper .top_label li.gfield.gf_one_third {
      width: 100%;
    }
  }