/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.session-title {
    max-width: 375px;
}
.service-descp {
    margin: 0 auto;
    max-width: 400px;
}
form#gform_1 input, form#gform_1 textarea  {
    height: 60px;
    border-color: #254471;
    padding: 20px;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    color: #4d4d4d;
    font-style: italic;
        border-radius: 10px;
}
form#gform_1 textarea {    
	height: 130px;
    
}
form#gform_1 input#gform_submit_button_1 {
    background: #254471;
    color: #fffcf4 !important;
    text-transform: uppercase;
    font-style: normal !important;
    font-weight: 600;
    font-size: 22px;
    border-radius: 50px;
    padding: 10px 10px;
    width: 100%;
    max-width: 285px;
}
form#gform_1 .gform_footer {
    margin: 0;
    padding: 10px 0;
}
.donate-left, .about-katie {
    display: flex;
    justify-content: flex-end;
}
.about-todd {
    display: flex;
    justify-content: flex-start;
}
.donate-left > .elementor-widget-wrap {
    max-width: 600px;
}
.about-katie >  .elementor-container  {
    max-width: 1450px;
    margin: 0;
}
.about-descp {
    max-width: 600px;
}
.banner-content {
    max-width: 600px;
}
.testimonial-wrapper {
    display: flex;
    gap: 60px;
    justify-content: center;
}
.testimonial-item {
    background: #254471;
    padding: 0 40px 40px;
    border-radius: 200px 200px 20px 20px;
        display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.testimonial-image {
    display: flex;
    justify-content: center;
}
.testimonial-image img {
    border-radius: 50%;
    display: flex;
    margin-top: -39px;
}
h3.testimonial-title {
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
        color: #fff;
    margin: 0;
    border-bottom: 2px solid #4570a6;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.testimonial-rating .star svg {
    fill: #fbb03b;
    width: 28px;
    height: 27px;
}
.testimonial-excerpt {
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 30px 0 50px;
    letter-spacing: 0.5px;
}
.testimonial-rating {
    display: flex;
    gap: 5px;
    justify-content: center;
}
div#gform_confirmation_message_1 {
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    text-align: center;
    color: #254471;
}
a.read-toggle {
    text-decoration: none;
}
.phone-no a{
    color: #4d4d4d !important;
    text-decoration: none !important;
}
.footer-links a{
    text-decoration: none !important;
}

.testimonial-wrapper .slick-track{
    gap: 60px;
    display: flex;
    padding-top: 40px;
}

.testimonial-wrapper ::after, .testimonial-wrapper ::before{
    display: none;
}
ul.slick-dots {
    bottom: -50px;
}
ul.slick-dots li {
    margin: 0;
}
.slick-dots li button:before {
    font-size: 0 !important
}
ul.slick-dots li button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    background: #ccc;
}
ul.slick-dots li.slick-active button {
    background: #254471;
}
/* Media Queries */

@media only screen and (max-width: 1024px){

form#gform_1 input  {
    height: 50px;
}
form#gform_1 input#gform_submit_button_1 {  
    font-size: 18px;
    max-width: 250px;
}
.testimonial-wrapper {
    gap: 30px;
}

}


@media only screen and (max-width: 800px){
    .testimonial-wrapper {
    gap: 60px;
}
    .phone-no .elementor-image-box-wrapper figure.elementor-image-box-img {
        width: 23px;
        margin: 0 !important;
    }
    .phone-no .elementor-image-box-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    .testimonial-wrapper {
    flex-direction: column;
}
}

@media only screen and (max-width: 479px){
    .testimonial-wrapper .slick-track {
        gap: 10px;
    }
    .mobile-services ul.slick-dots {
    bottom: 0;
}
}