/**
* Theme Name: Carola Child
* Description: This is a child theme of Carola, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/tonatheme">Tona Theme</a>
* Template: carola
* Version: 1.0
*/

.single-popular-car-block .single-popular-car-image img{
	max-height: 300px;
    object-fit: cover;
}
.slider.style_four .owl-carousel .owl-item img{
	max-width: 800px;
    object-fit: cover;
}


/* legal pages */
/* Privacy Policy Page */
#ta-legal-page {
    max-width: 1100px;
    margin: 0 auto;
/*     padding: 70px 30px; */
    color: #6A6A6A;
    font-family: var(--secondary-font);
    line-height: 1.8;
}

#ta-legal-page h3 {
    color: #6A6A6A;
    font-family: var(--primary-font);
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    margin: 20px 0 18px;
}
#ta-legal-page h4 {
 color: #6A6A6A;
    font-family: var(--primary-font);	
}

#ta-legal-page h3:first-child {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 25px;
    color: var(--primary-color);
}

#ta-legal-page p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 14px;
}

#ta-legal-page strong {
    color: var(--primary-color);
    font-weight: 700;
}

#ta-legal-page a {
    color: var(--theme-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

#ta-legal-page a:hover {
    color: var(--primary-color);
}

#ta-legal-page ul {
    margin: 15px 0 30px;
    padding-left: 0;
    list-style: none;
}

#ta-legal-page ul li {
    position: relative;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 28px;
    color: #6A6A6A;
}

#ta-legal-page ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--theme-color);
}

@media only screen and (max-width: 767px) {
    #ta-legal-page {
        padding: 45px 18px;
    }

    #ta-legal-page h3:first-child {
        font-size: 32px;
    }

    #ta-legal-page h3 {
        font-size: 26px;
    }

    #ta-legal-page p,
    #ta-legal-page ul li {
        font-size: 16px;
    }
}
/* end legal pages */

#car-search-form button[type="submit"],
#car-search-form #adults{
    display: none !important;
}

/* newletter form */
/* .subscribe-form {
    max-width: 1728px;
    margin: 0 auto -70px;
    padding: 0 15px;
    position: relative;
    z-index: 5;
} */

#ta-newsletter-form {
    background: rgba(255, 35, 55, 0.95);
    background-image: url('/wp-content/uploads/your-bg-image.png');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
/*     padding: 75px 75px; */
}

#ta-newsletter-form p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 18px;
}

#ta-newsletter-form .wpcf7-form-control-wrap {
    flex: 1;
}

#ta-newsletter-form input[type="email"] {
    width: 100%;
    height: 62px;
    border: none;
    border-radius: 8px;
    padding: 0 22px;
    font-size: 16px;
    color: #111;
    background: #fff;
    outline: none;
}

#ta-newsletter-form input[type="email"]::placeholder {
    color: #777;
}

#ta-newsletter-form input[type="submit"] {
    height: 62px;
    min-width: 150px;
    border: none;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

#ta-newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #111;
}

#ta-newsletter-form .wpcf7-spinner {
/*     display: none; */
}

.subscribe-form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    color: #fff;
    border-color: #fff !important;
}

/* Mobile */
@media (max-width: 768px) {
/*     .subscribe-form {
        margin-bottom: -40px;
    }
 */
    #ta-newsletter-form {
/*         padding: 35px 20px; */
    }

    #ta-newsletter-form p {
        flex-direction: column;
        align-items: stretch;
    }

    #ta-newsletter-form input[type="submit"] {
        width: 100%;
    }
	#cars-search-form{
		padding:20px;
	}
	.booking-section .filter-wrapper .filter-group form button{
		width:100%;
	}
}
.wpcf7 form.sent .wpcf7-response-output {
    background: rgba(255, 255, 255, .12);
    border: 2px solid rgba(255, 255, 255, .4) !important;
    color: #fff;
    border-radius: 8px;
    /* padding: 18px 24px; */
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
/* end newsletter form  */
#carola_about_company-1 .footer_widget_logo img {
	max-width: 90vw;
}