/*
 Theme Name: Child Theme Pursuittherapy
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Description: child theme for pursuittherapy.com
 Author: Justin Collier
 Author URI: justincollier.com
 Template: Divi
 Version: 4.0.5
*/
@import "../Divi/style.css";
.wrapper-recaptcha{
	text-align: center;
    margin-top: 20px;
}

a.pherona {
    background: url(https://pursuittherapy.com/wp-content/uploads/2020/10/pherona.png) no-repeat left 5px;
    margin-left: 0px;
    padding-left: 18px !important;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.et_pb_section p.pre-h {
    font-family: 'Caveat',sans-serif;
    text-transform: none;
    color: var(--green);
    font-size: 25px; 
}

.hero-2 h1{
    /* text-transform: uppercase !important; */
    text-shadow: 0px 0px 20px #ffffff;
    font-size: 61px;
    line-height: 120%;
    margin: 0px;
    padding-bottom: 12px;
    font-weight: 800;
    color: var(--primary-color) !important;
    font-family: var(--third-font) !important;
}

.hero-2 p.pre-h {
    font-family: 'Caveat',sans-serif;
    text-transform: none;
    color: #b9d800 !important;
    font-size: 25px !important;
}

.hero-2 p {
    color: #333333!important;
    text-shadow: 0px 0px 10px #ffffff;
}

a.am-button-1 {
    background-color: #b9d800;
    color: #ffffff;
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 12px 41px;
    border: none;
    border-radius: 100px;
    font-size: 20px;
}

.pain-free-section ul {
    list-style-type: none;
    text-align: left;
    max-width: 1081px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    padding-left: 0;
}
.pain-free-section li {
    font-size: 26px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 60px;
}
.pain-free-section ul li::before {
    width: 50px;
}
.pain-free-section ul li::before {
    content: "";
    background-image: url("https://pursuittherapy.com/wp-content/uploads/2023/05/pursuit-check-mark.png");
    display: inline-block;
    background-size: 30px;
    margin-right: 15px;
    height: 32px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    width: 30px;
    position: absolute;
    left: 0;
}

.no-padding-top-bottom{
 padding-top: 0!important;
 padding-bottom: 0!important;
}

.no-padding-bottom{
    padding-bottom: 0!important;
}

.no-padding-top{
    padding-top: 0!important;
}

.testimonial-slide h2{
    color: #FFF !important;
    font-size: 41px!important;
    line-height: 140%!important;
    margin: 0px!important;
    padding-bottom: 12px!important;    
    font-family: var(--third-font)!important;
    font-weight: 800!important;
}
.testimonial-slide h3 {
    font-size: 27px!important;
    line-height: 140%!important;
    font-weight: 700!important;
    margin: 0px!important;
    padding-bottom: 12px!important;
    color: #FFF!important;    
}

.evaluation-box h3{
    font-size: 25px;
    color: var(--primary-color);
    position: relative;
    padding-left: 40px;
    line-height: 140%;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 12px;    
    font-family: var(--secondary-font);
}

.evaluation-box h3::before {
    content: "";
    background-image: url("https://pursuittherapy.com/wp-content/uploads/2023/05/pursuit-check-mark.png");
    display: inline-block;
    position: absolute;
    left: 0;
    background-size: 30px;
    height: 32px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    padding-left: 35px;
}