/* 
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 */

/* Read More link */
.post-content-section a.read-more {
    padding-left: 5px;
    color: #FF3A00 !important;
    text-decoration: underline;
}

.post-content-section a.read-more:hover {
    text-decoration: none;
}

/* Pagination styling */
.podcast-listing .page-numbers {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 5.7px;
    color: #fff !important;
    padding: 26px 38px;
    background: #FF3A00;
}

@media (max-width: 640px) {
    .podcast-listing .page-numbers {
        padding: 16px 18px;
    }
}

@media (max-width: 360px) {
    .podcast-listing nav.elementor-pagination {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.podcast-listing .page-numbers:hover {
    background: #000;
}

/* Pagination container */
.podcast-listing nav.elementor-pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

/* Hide Previous by default */
.podcast-listing .page-numbers.prev {
    display: none;
}

/* Show Previous only if Next exists in the same nav */
.podcast-listing nav.elementor-pagination .page-numbers {
    display: none;
}

.podcast-listing nav.elementor-pagination a.page-numbers {
    display: flex;
}

.single-left-section ul {
    margin-bottom: 30px;
}

.single-left-section {
    word-wrap: break-word;
}

/*infusion-form */
.infusion-form .infusion-row {
    display: flex;
    gap: 15px;
}

@media (max-width: 640px) {
    .infusion-form .infusion-row {
        gap: 0px;
        flex-wrap: wrap;
    }
}

.infusion-form .infusion-row .infusion-field {
    width: 100%;
}

.infusion-form .infusion-field {
    margin-bottom: 25px;
}

.infusion-form label span {
    font-size: 13px;
    color: #848484;
}

.infusion-form input,
.infusion-form select {
    background: #F9F9F9;
    border-color: #B7B7B7 !important;
    border-radius: 0 !important;
    height: 44px;
    font-size: 15px;
}

.infusion-form textarea {
    max-height: 115px;
    background: #F9F9F9;
    border-color: #B7B7B7 !important;
    border-radius: 0 !important;
}

.infusion-form .infusion-heading-section label {
    font-size: 17px;
}

.infusion-form label {
    font-size: 15px;
    margin-bottom: 12px;
}

.infusion-row .infusion-field label {
    margin-bottom: 4px;
    font-size: 14px;
}

#report.infusion-submit {
    display: block;
    margin: 0 auto;
    min-width: 135px;
    font-size: 16px !important;
    letter-spacing: 1.6px !important;
    padding: 16.45px 25px 16.45px 25px !important;
}

.book-slider img.swiper-slide-image {
    max-height: 95px;
    object-fit: contain;
}

.book-slider .elementor-swiper-button {
    background: rgba(0, 0, 0, .25);
    padding: 15px 7px;

}

.blts-optin-row input.button {
    width: 255px;
    padding: 15px 28px;
    background: #ffffff;
    color: #000000;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    height: 44px;
}

.blts-optin-row input[type="text"] {
    border-color: #B7B7B7 !important;
    border-radius: 0 !important;
    height: 44px;
}