 /*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: Your Name
Author URI: https://example.com
Description: Child theme for Twenty Twenty-Four
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour-child
*/

/* Optional: Add custom CSS below */

#sp-testimonial-free-wrapper-81 .sp-testimonial-item .sp-testimonial-free {
  padding: 15px 0 25px;
  min-height: 175px;
}

#sp-testimonial-free-wrapper-81 .sp-testimonial-item .sp-testimonial-free::before {
  content: '\f10e';
  font-family: 'Font Awesome 5 Free';
  background-color: #d8613c99;
  font-size: 20px;
  border-radius: 50%;
  color: white;
  font-weight: 900;
  padding: 7px;
  position: absolute;
  left: 20px;
  display: block;
  width: 31px;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial {
  margin-top: 10px;
  margin-left: 60px;
}

.sp-testimonial-free-section .sp-testimonial-client-name {
  position: absolute;
  bottom: 0;
  width: fit-content;
  margin-left: 40px;
  padding: 5px 15px 0 10px;
  border-top: 3px solid #d8613c;
}

#sp-testimonial-free-81 .swiper-button-prev,
#sp-testimonial-free-81 .swiper-button-next {
  transform: translateY(0);
}


#sp-testimonial-free-81 .swiper-button-prev i::before{
  font-family: 'slick';
  content: '←';
  font-size: 32px;
  color: #3f3f3f;
}

#sp-testimonial-free-81 .swiper-button-next i::before {
  font-family: 'slick';
  content: '→';
  font-size: 32px;
  color: #3f3f3f;
}

.projects-counter p.gutentor-single-item-number::after{
  content: '+';
}

.max-width-1200{
  max-width: 1200px;
  margin: 0 auto;
}
#testimonial_form_82.sp-tpro-fronted-form .sp-tpro-form-submit-button input[type='submit']{
  background:#d8613c !important;
  border: none !important;
}

#sp-testimonial-free-wrapper-81 .sp-testimonial-free {
  background: transparent;
  border: 2px solid #d8613c !important;
  border-radius: 10px;
}

.entry-content {
  margin-block-start:0px !important;
}

:root :where(.is-layout-flow) > * {
    margin-block-start: 1.2rem;
    margin-block-end: 1.2rem;
}

#sp-testimonial-free-wrapper-81 .sp-testimonial-free-section .testimonial-nav-arrow {
  background: none;
  border: none;
}

#sp-testimonial-free-wrapper-81 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
 
  background: #000000;
  border:none;
  
}

 

@media (min-width: 600px){
  #header-nav-container .wp-block-navigation-item__label {
    color: white;
  }
}

@media (max-width: 1024px) {
  #header-contact-info {
    display: none;
  }
}