.all-ep-btn .vc_btn3.vc_btn3-style-custom {

    background-image: none !important;

    font-size: 30px;

}



.conv-post-grid {

    text-align: center;

    position: relative;

}



.conv-post-title h4 {

    font-size: 20px;

    font-weight: bold;

    text-transform: uppercase;

    line-height: 20px;

}



.conv-post-excerpt {

    font-weight: 400;

    font-size: 20px;

    line-height: 20px;

    margin-bottom: 40px;

}



.conv-views-notes {

    color: #075056;

    font-size: 20px;

    line-height: 20px;

    border: 4px solid #FF914D;

    border-radius: 15px;

    display: inline;

    text-align: center;

    padding: 8px 30px;

    text-transform: uppercase;

    font-weight: 600;

}



.vc-gitem-zone-height-mode-auto:before {

    padding-top: 0;

}



:is(.vc_gitem-zone-a, .vc_gitem-zone-b) .vc_gitem-row-position-top,

:is(.vc_gitem-zone-a, .vc_gitem-zone-b) .vc_gitem-row-position-middle,

:is(.vc_gitem-zone-a, .vc_gitem-zone-b) .vc_gitem-row-position-bottom {

    position: relative;

}



.grid-post-abs-img .wpb_wrapper p {

    position: absolute;

    display: flex;

    top: 0;

    right: 0;

    width: 120px;

    height: 120px;

    background-color: #e4e4e4;

    border-radius: 50%;

    align-items: center;

    justify-content: center;

    z-index: 100;

}



.grid-post-abs-img .wpb_wrapper p img {

    max-width: 50%;

    max-height: 100%;

    display: block;

}



.conv-post-grid .vc_gitem-animated-block .vc_gitem-zone {

    overflow: visible;

}



/*JOIN BOOK CLUB FORM CSS*/



.custom-form__row {

    display: flex;

    gap: 20px;

    margin-bottom: 20px;

}



.custom-form__group {

    flex: 1;

    display: flex;

    flex-direction: column;

}



.custom-form__group--full {

    width: 100%;

}



.custom-form__label {

    margin-bottom: 8px;

    font-size: 14px;

    font-weight: 600;

    color: #333;

}



.custom-form__label--empty {

    visibility: hidden;

}





.custom-form .custom-form__row .custom-form__input,

.custom-form .custom-form__row .custom-form__textarea {

    width: 100% !important;

    padding: 12px 15px;

    border: 0;

    border-radius: 0;

    background-color: #F3EEEA;

    color: #333;

    font-size: 16px;

    box-sizing: border-box;

}



.custom-form__input::placeholder,

.custom-form__textarea::placeholder {

    color: #8298AB;

    opacity: 1;

}



.custom-form__name-field .custom-form__input {

    width: 100% !important;

}



.custom-form__textarea {

    min-height: 120px;

    resize: vertical;

}



.custom-form__actions {

    margin-top: 10px;

    text-align: center;

}



.custom-form__actions .custom-form__submit,

.custom-form__actions .custom-form__submit input[type="submit"] {

    background-color: #075056;

    color: #fff;

    border: none;

    padding: 8px 32px;

    font-size: 16px;

    font-weight: 600;

    border-radius: 25px;

    cursor: pointer;

    transition: opacity .3s ease;

}



.custom-form__submit:hover,

.custom-form input[type="submit"]:hover {

    opacity: .9;

}



.custom-form .wpcf7-not-valid-tip {

    margin-top: 5px;

    font-size: 12px;

}



.custom-form .wpcf7-spinner {

    margin-left: 10px;

}
.conver-section iframe {
    margin: 0;
}


@media (max-width: 767px) {



    .custom-form__row,

    .custom-form__name-fields {

        flex-direction: column;

        gap: 15px;

    }



    .custom-form input[type="submit"] {

        width: 100%;

    }

}



/**POP UP*/

.popup-overlay {

    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, 0.6);

    display: none;

    /* align-items: center;*/

    justify-content: center;

    z-index: 99999;

    padding: 20px;

}



.popup-overlay.active {

    display: flex;

}



.popup-modal {

    position: relative;

    width: 100%;

    max-width: 650px;

    background: #fff;

    padding: 20px 30px;

    text-align: center;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);

    min-height: 300px;
    overflow: hidden;

}



.popup-close {

    position: absolute;

    top: 12px;

    right: 16px;

    border: none;

    background: #F00;

    font-size: 20px;

    cursor: pointer;

    color: #FFF;

    width: 25px;

    height: 25px;

    border-radius: 50%;

    font-weight: 700;

    display: flex;

    align-items: center;

    justify-content: center;

}



.popup-button {

    display: inline-block;

    padding: 12px 28px;

    background: #075056;

    color: #fff;

    text-decoration: none;

    border-radius: 4px;

    font-weight: 600;

}



.popup-modal .signup-section .signup-cont {

    padding-bottom: 10px;

    margin-bottom: 10px;

    border: 0;

}



.popup-modal .signup-section .signup-cont h3 {

    font-size: 24px;

}





.popup-modal .signup-section .signup-cont .signup-text {

    font-size: 16px;

}



.popup-modal .signup-section .signup-cont .form-box .mail-bx input[type="email"] {

    padding: 8px 15px;

    height: 55px;

}



.popup-modal .signup-section .signup-cont .form-box .sub-bx {

    position: absolute;

    right: 0;

    top: 0;

}



.popup-modal .signup-section .signup-cont .form-box .sub-bx .signup-btn {

    color: #fff;

    font-size: 16px;

    min-width: 150px;

    height: 55px;

}



.popup-modal .signup-section .pop-up-img img {

    max-width: 80%;

    width: auto;

    text-align: center;



}



@media (max-width: 500px) {



    .popup-modal .signup-section .signup-cont .form-box .sub-bx {

        position: relative;

        padding-top: 10px;

    }



    .popup-modal .signup-section .signup-cont .form-box .sub-bx .signup-btn {

        min-width: 100%;

    }

}