/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child/
 Description:  Hello Elementor Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     hello-elementor
 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, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hello-elementor-child
*/

.custom-testimonials-carousel .elementor-testimonial{
    background: url("../png/testimonial-bg.png");
}
.custom-testimonials-carousel .elementor-testimonial .elementor-testimonial__content{
    width: calc(100% - 200px);
    margin: 20px 0px 20px -200px;
    padding-left: 200px;
    padding-right: 30px;
    background-color: #7897ab;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.custom-testimonials-carousel .elementor-testimonial .elementor-testimonial__footer{
    width: 400px;
    padding-right: 0;
}
.custom-testimonials-carousel .elementor-testimonial .elementor-testimonial__footer img{
    object-fit: contain;
}
.custom-testimonials-carousel .swiper-pagination{
    position: absolute;
    left: unset !important;
    right: 10px;
    top: 40px;
    width: auto !important;
    display: flex;
    flex-direction: column;
}
.custom-testimonials-carousel .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 2px solid #7897ab;
    background-color: transparent;
    margin-bottom: 10px !important;
}
.custom-testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #7897ab;
}
.custom-testimonials-carousel .swiper-container{
    padding-bottom: 0 !important;
    /*width: 100%;*/
}
.custom-testimonials-carousel .swiper-container .swiper-notification{
    position: absolute;
    left: unset;
    right: 5px;
    bottom: 50px;
    top: unset;
    opacity: 1;
    font-size: 20px;
    color: #7897ab;
    z-index: 999;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-style: italic;
}
.custom-testimonials-carousel .swiper-container .swiper-notification:before{
    content: '';
    position: absolute;
    right: 17px;
    bottom: 125px;
    width: 1px;
    height: 120px;
    background-color: #7897ab;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.client-name{
  cursor: pointer;
}
.client-name .wp-caption{
  position: relative;
}
.client-name .wp-caption .widget-image-caption{
  position: absolute;
  left: 0;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  width: calc(100% - 75px);
}
.client-name .wp-caption .widget-image-caption .sub-name{
  font-family: 'Acherus Grotesque';
  line-height: 1;
  font-size: 16px;
}
.client-name .wp-caption:after{
  content: '';
  width: 50px;
  height: 50px;
  background: url(../png/expand-button.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  background-size: contain;
  bottom: 30px;
}
.client-name.active .wp-caption:after{
  background: url(../png/close-button.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.separator-line{
  content: '';
  background-color: #cc9f52;
  max-width: 250px;
  width; 100%;
  height: 2px;
  margin: 50px 0;
}
.contact_form{
  max-width: 340px;
  width: 100%;
  margin: auto;
}
.contact_form .contact-form-fields-wrapper > div{
  margin-bottom: 30px;
}
.contact_form .contact-form-fields-wrapper .city-state-wrapper{
  display: flex;
  justify-content: space-between;
}
.contact_form .contact-form-fields-wrapper .city-state-wrapper .state-field-wrapper{
  width: 130px;
  position: relative;
  z-index: 9;
}
.contact_form .contact-form-fields-wrapper .city-state-wrapper .state-field-wrapper:after{
  content: '↓';
  width: 39px;
  height: 39px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-left: 2px solid #000;
  z-index: -1;
}
.contact_form .contact-form-fields-wrapper .city-state-wrapper .city-field-wrapper{
  width: calc(100% - 150px);
}
.contact_form .contact-form-fields-wrapper input, .contact_form .contact-form-fields-wrapper select, .contact_form .contact-form-fields-wrapper textarea{
  background-color: transparent;
  border-radius: 0;
  font-family: 'Baskervville';
  color: #000;
  font-style: italic;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contact_form .contact-form-fields-wrapper input{
  border: 0;
  border-bottom: 2px solid #000;
  text-align: center;
}
.contact_form .contact-form-fields-wrapper select{
  border: 2px solid #000;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  cursor: pointer;
}
.contact_form .contact-form-fields-wrapper textarea{
  border: 2px solid #000;
}
.contact_form .contact-form-fields-wrapper input::placeholder, .contact_form .contact-form-fields-wrapper textarea::placeholder{
  color: #000;
}
.contact_form .submit-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact_form .submit-wrapper .wpcf7-submit{
  color: #cc9f52;
  border-color: #cc9f52;
  border-width: 2px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 180px;
  width: 100%;
  padding: 5px;
}
.comments-area .comment-notes{
  display: none;
}
.comments-area .comment-form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comments-area .comment-form:after{
  content: '*Your e-mail address will not be published. Required fields are marked.';
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
}
.comments-area .comment-form label{
  display: none;
}
.comments-area .comment-form-comment{
  width: 100%;
}
.comments-area .comment-form-author{
  width: calc(100% / 3 - 30px);
}
.comments-area .comment-form-email{
  width: calc(100% / 3 - 30px);
}
.comments-area .comment-form-url{
  width: calc(100% / 3 - 30px);
}
.comments-area .form-submit{
  width: 60px;
  text-align: right;
}
.comments-area .comment-form-comment textarea{
  background-color: #fff;
  border: 0;
  border-radius: 0;
}
.comments-area .comment-form-author input{
  background-color: #fff;
  border: 0;
  border-radius: 0;
  text-align: center;
}
.comments-area .comment-form-email input{
  background-color: #fff;
  border: 0;
  border-radius: 0;
  text-align: center;
}
.comments-area .comment-form-url input{
  background-color: #fff;
  border: 0;
  border-radius: 0;
  text-align: center;
}
.comments-area .form-submit .submit{
  font-size: 0;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background-image: url(../png/arrow-white-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.comments-area .form-submit .submit:hover{
  background-color: unset;
}
.comments-area .comment-form-comment textarea::placeholder{
  font-family: 'Baskervville';
  font-style: italic;
}
.comments-area .comment-form-author input::placeholder{
  font-family: 'Baskervville';
  font-style: italic;
}
.comments-area .comment-form-email input::placeholder{
  font-family: 'Baskervville';
  font-style: italic;
}
.comments-area .comment-form-url input::placeholder{
  font-family: 'Baskervville';
  font-style: italic;
}
@media (min-width: 768px){
  .client-content{
    max-width: 1000px;
  }
}
@media (max-width: 768px){
    .custom-testimonials-carousel .elementor-testimonial{
        flex-wrap: wrap;
        flex-direction: column-reverse !important;
    }
    .custom-testimonials-carousel .swiper-container{
        width: 100% !important;
    }
    .custom-testimonials-carousel .swiper-container .swiper-wrapper{
        margin-bottom: 15px;
    }
    .custom-testimonials-carousel .elementor-testimonial .elementor-testimonial__content{
        width: 100%;
        margin: 0;
        padding: 20px;
        text-align: center;
    }
    .custom-testimonials-carousel .elementor-testimonial .elementor-testimonial__footer{
        width: 100%;
    }
    .custom-testimonials-carousel .swiper-pagination{
        position: relative;
        display: block;
        right: unset;
        left: 10px;
        top: unset;
        /*float: left;*/
        text-align: center;
        line-height: 2;
        width: 100%;
    }
    .custom-testimonials-carousel .swiper-container .swiper-notification{
        position: relative;
        right: 10px;
        bottom: unset;
        margin-bottom: 10px;
        display: block;
        float: right;
        line-height: 1;
        writing-mode: unset;
        text-orientation: unset;
        display: none;
    }
    .custom-testimonials-carousel .swiper-container .swiper-notification:before{
        position: absolute;
        height: 1px;
        width: 105%;
        bottom: 8px;
        right: 135px;
    }
    .custom-testimonials-carousel .swiper-pagination .swiper-pagination-bullet{
        margin-bottom: 0;
    }
    .custom-testimonials-carousel .swiper-slide{
        background-color: #7897ab;
    }
}