/*
Theme Name: DotLife Child
Theme URI: https://themes.themegoods.com/dotlife/landing
Description: Premium Speaker & Coach WordPress Theme
Version: 1.0
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: dotlife
Template: dotlife
*/


/* general typographic */
h1 {
    font-size: 50px !important;
    line-height: 120% !important;
    font-weight: 700 !important;
}

h2 {
    font-size: 38px !important;
    line-height: 120% !important;
    font-weight: 700 !important;
}

h3 {
    font-size: 32px !important;
    line-height: 120% !important;
    font-weight: 700 !important;
}

h4 {
    font-size: 26px !important;
    line-height: 120% !important;
    font-weight: 600 !important;
}

h5 {
    font-size: 22px !important;
    line-height: 120% !important;
    font-weight: 600 !important;
}

h6 {
    font-size: 18px !important;
    line-height: 120% !important;
    font-weight: 700 !important;
}

p {
    font-size: 16px !important;
    line-height: 140% !important;
    font-weight: 400 !important;
}

.header_style_wrapper{
    z-index: 9999 !important;
}
/* header */
/* #wrapper{
    padding-top: 0 !important;
} */

.header-wrapper .elementor-widget-dotlife-navigation-menu ul li {
    margin-right: 32px !important;
}

.header-wrapper .elementor-widget-dotlife-navigation-menu ul li.current-menu-item {}

.header-wrapper .elementor-widget-dotlife-navigation-menu ul li.current-menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #EE6D49;
}

.header-wrapper .elementor-widget-dotlife-navigation-menu ul li a {
    position: relative;
    padding: 0 !important;
}

.header-wrapper .elementor-widget-dotlife-navigation-menu .desktop-hide {
    display: none;
}



/* home-podcast-wrapper */
.home-podcast-wrapper .elementor-column .portfolio_classic_container .portfolio_classic_content_wrapper .portfolio_classic_grid_wrapper {}

.home-podcast-wrapper .elementor-column .portfolio_classic_container .portfolio_classic_content_wrapper .portfolio_classic_grid_wrapper .portfolio_classic_img .video_card {
    border-radius: 20px;
}

.home-podcast-wrapper .elementor-column .portfolio_classic_container .portfolio_classic_content_wrapper .portfolio_classic_grid_wrapper .portfolio_classic_content {
    display: flex;
    flex-direction: column-reverse;
    padding: 24px 0 0;
}

.home-podcast-wrapper .elementor-column .portfolio_classic_container .portfolio_classic_content_wrapper .portfolio_classic_grid_wrapper .portfolio_classic_content h3 {
    font-size: 22px !important;
    line-height: 120% !important;
    font-weight: 600 !important;
}

.home-podcast-wrapper .elementor-column .portfolio_classic_container .portfolio_classic_content_wrapper .portfolio_classic_grid_wrapper .portfolio_classic_content .portfolio_classic_subtitle {
    margin: 0 0 10px;
}


/* newsletter-wrapper */

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form {
    margin-top: 15px;
}

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form fieldset+p {
    display: flex;
    gap: 8px;
    padding-bottom: 0;
}

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form fieldset+p {
    display: flex;
    justify-content: center;
}

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form fieldset+p .wpcf7-form-control-wrap {
    position: relative;
}

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form fieldset+p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
    left: 5px;
    font-size: 14px;
}

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form fieldset+p .wpcf7-form-control-wrap input {
    font-family: 'Inter', sans-serif;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 16px;
    color: #262626;
}

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form fieldset+p .wpcf7-form-control-wrap input::placeholder {
    color: #737373;
}

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form fieldset+p input[type="submit"] {
    min-width: 180px;
    font-family: 'Inter', sans-serif;
    border-radius: 30px;
    background: #EE6D49;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border: 2px solid #EE6D49;
}

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form fieldset+p input[type="submit"]:hover {
    color: #EE6D49;
    background: #fff;
}

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form .wpcf7-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}

.newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form .wpcf7-response-output {
    text-align: center;
    margin: 20px 0 0;
    border: none !important;
    color: green;
    font-weight: 500;
}

/* footer */
.quick-links-wrapper .elementor-widget-dotlife-navigation-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.quick-links-wrapper .elementor-widget-dotlife-navigation-menu ul li {
    width: 50%;
    position: relative;
    padding-left: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 18px !important;
}

.quick-links-wrapper .elementor-widget-dotlife-navigation-menu ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 3px;
    background: #EE6D49;
    transform: rotate(45deg);
    border-radius: 40px;
}

.quick-links-wrapper .elementor-widget-dotlife-navigation-menu ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 14px;
    height: 3px;
    background: #EE6D49;
    transform: rotate(-45deg);
    border-radius: 40px;
}

.quick-links-wrapper .elementor-widget-dotlife-navigation-menu ul li a {
    position: relative;
    margin: 0 !important;

}

.quick-links-wrapper .elementor-widget-dotlife-navigation-menu ul li a::before {
    display: none !important;
}

/* copyright-wrapper */
.copyright-wrapper {
    padding: 5px 15px !important;
}

.copyright-wrapper .elementor-widget-dotlife-navigation-menu ul li {
    padding: 0 !important;
    position: relative;
    margin: 0 !important;

}

.copyright-wrapper .elementor-widget-dotlife-navigation-menu ul li:last-child::before {
    display: none !important;
}

.copyright-wrapper .elementor-widget-dotlife-navigation-menu ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #525252;
}

.copyright-wrapper .elementor-widget-dotlife-navigation-menu ul li a {
    padding: 5px 10px !important;
    margin: 0 !important;
}

.copyright-wrapper .elementor-widget-dotlife-navigation-menu ul li a::before {
    display: none !important;
}

/* .quick-links-wrapper .elementor-widget-dotlife-navigation-menu ul li a:before {
    content: '';

} */

/* testimonial-wrapper */

.testimonial-title-wrapper {
    padding-bottom: 200px !important;
}

.testimonial-wrapper .elementor-widget-container ul li>.image {
    width: 50%;
    height: 400px;
    border-radius: 20px;
    position: relative;
}

.testimonial-wrapper .elementor-widget-container .nav_arrows {
    bottom: 80px;
}

.testimonial-wrapper .elementor-widget-container .nav_arrows .counter {
    font-weight: 400;
    font-size: 26px !important;
}

.testimonial-wrapper .elementor-widget-container ul li>.image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    border-radius: 20px;
    z-index: 1;
}

.testimonial-wrapper .elementor-widget-container ul li .description {
    position: relative;
    z-index: 2;
    text-align: left;
    line-height: 130% !important;
}

/* speaker-info-image */
.speaker-info-image .elementor-widget-wrap .elementor-widget-image {
    height: 100%;
}

.speaker-info-image .elementor-widget-wrap .elementor-widget-image img {
    height: 100%;
    object-fit: cover;
}

/* contact-form-wrapper */
.contact-form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-form-wrapper form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-form-wrapper form .form-row label {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.contact-form-wrapper form .form-row label br {
    display: none;
}

.contact-form-wrapper form .form-row label input,
.contact-form-wrapper form .form-row label select,
.contact-form-wrapper form .form-row label textarea {
    width: 100%;
    min-height: 45px;
    margin-top: 8px;
    font-size: 16px;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    outline: none;
}

.contact-form-wrapper form .form-row label input::placeholder,
.contact-form-wrapper form .form-row label select::placeholder,
.contact-form-wrapper form .form-row label textarea::placeholder {
    color: #959292;
}

.contact-form-wrapper form .form-row label input+.wpcf7-not-valid-tip,
.contact-form-wrapper form .form-row label select+.wpcf7-not-valid-tip,
.contact-form-wrapper form .form-row label textarea+.wpcf7-not-valid-tip {
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 5px;
    letter-spacing: 0.5px;
}

.contact-form-wrapper form .form-row p {
    width: 100%;
    padding: 10px 0 !important;
}

.contact-form-wrapper form .form-row .form-col {
    flex: 1;
}

.contact-form-wrapper form .form-row .wpcf7-textarea {
    resize: none;
}

.contact-form-wrapper form .custom-contact-btn {
    border: 2px solid #EE6D49;
    line-height: 1;
}

.contact-form-wrapper form .custom-contact-btn:hover {
    color: #EE6D49;
    background: #fff;
}

/* speaker-category-wrapper */

.speaker-category-wrapper .elementor-container .elementor-widget-dotlife-flip-box .elementor-widget-container {
    margin: 0 !important;
    padding: 12px;
}

.speaker-category-wrapper .elementor-container .elementor-widget-dotlife-flip-box .elementor-widget-container .tg_flip_box_wrapper h2 {
    font-size: 22px !important;
    line-height: 120% !important;
}

/* blog-listing-wrapper */
.blog-listing-wrapper .elementor-widget-container .blog-posts-grid {
    width: 33.33%;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 15px;
}

.blog-listing-wrapper .elementor-widget-container .blog-posts-grid .post_content_wrapper {
    padding: 30px !important;
}

.blog-listing-wrapper .elementor-widget-container .blog_post_content_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.blog-listing-wrapper .elementor-widget-container .blog-posts-grid .post_content_wrapper .post_header .post_detail {
    margin-bottom: 15px !important;
}

.blog-listing-wrapper .elementor-widget-container .blog-posts-grid .post_content_wrapper .post_button_wrapper,
.blog-listing-wrapper .elementor-widget-container .blog-posts-grid .post_content_wrapper .post_button_wrapper .post_attribute {
    opacity: 1 !important;
}

.blog-listing-wrapper .elementor-widget-container .blog-posts-grid .post_content_wrapper {
    flex: 1;
}

.blog-listing-wrapper .elementor-widget-container .blog-posts-grid .post_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-listing-wrapper .elementor-widget-container .blog-posts-grid .post_wrapper .post_type_icon {
    display: none !important;
}

.dialog-lightbox-widget-content .dialog-message header {
    display: none;
}

body.single-post figure img {
    width: 100%;
    margin: 15px 0;
}


body.single-post p {
    padding-top: 0 !important;
}

body.single-post p a {
    color: #EE6D49 !important;
}

body.single-post p a:hover {
    text-decoration: underline;
}

/* content-wrapper-terms */
.content-wrapper-terms {}

.content-wrapper-terms p a {
    color: #EE6D49 !important;
}

.content-wrapper-terms span {
    line-height: 130%;
}

.content-wrapper-terms p a:hover {
    text-decoration: underline;
}

.content-wrapper-terms p {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}

.content-wrapper-terms ul {
    margin: 0 0 20px 35px !important;
}

.content-wrapper-terms ol {
    margin: 0 0 10px 20px !important;
}

.content-wrapper-terms ul li,
.content-wrapper-terms ol li {
    padding: 5px 0;
    line-height: 130%;
}

.speaker-category-wrapper .elementor-toggle-item .elementor-tab-title {
    border-radius: 0 !important;
}

.speaker-category-wrapper .elementor-toggle-item .elementor-tab-content {
    border-radius: 0 !important;
}


/* responsiveness */
@media screen and (max-width: 1470px) {

    /* general typographic */
    h1 {
        font-size: 42px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    h2 {
        font-size: 34px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    h3 {
        font-size: 30px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    h4 {
        font-size: 26px !important;
        line-height: 120% !important;
        font-weight: 600 !important;
    }

    h5 {
        font-size: 24px !important;
        line-height: 120% !important;
        font-weight: 600 !important;
    }

    h6 {
        font-size: 22px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    .blog-listing-wrapper .elementor-widget-container .blog-posts-grid .post_content_wrapper {
        padding: 20px !important;
    }
}

@media screen and (max-width: 1024px) {
    .home-podcast-wrapper .portfolio_classic_content_wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .home-podcast-wrapper .tg_three_cols {
        margin-right: 0 !important;
        width: 50% !important;
        padding: 0 15px;
    }

    body .elementor-section-stretched.elementor-section-boxed {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body #page_content_wrapper:not(.wide),
    body .page_content_wrapper:not(.wide),
    #page_content_wrapper:not(.wide),
    .page_content_wrapper:not(.wide) {
        padding: 0 15px 0 15px !important;
    }

    /* general typographic */
    h1 {
        font-size: 38px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    h2 {
        font-size: 32px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    h3 {
        font-size: 28px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    h4 {
        font-size: 24px !important;
        line-height: 120% !important;
        font-weight: 600 !important;
    }

    h5 {
        font-size: 22px !important;
        line-height: 120% !important;
        font-weight: 600 !important;
    }

    h6 {
        font-size: 20px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    .home-podcast-wrapper .elementor-column .portfolio_classic_container .portfolio_classic_content_wrapper .portfolio_classic_grid_wrapper .portfolio_classic_content h3 {
        font-size: 20px !important;
        line-height: 120% !important;
        font-weight: 600 !important;
    }

    .home-podcast-wrapper .elementor-column .portfolio_classic_container .portfolio_classic_content_wrapper .portfolio_classic_grid_wrapper .portfolio_classic_img .video_card {
        border-radius: 10px;
    }

    .copyright-wrapper ul {
        text-align: center !important;
        padding-top: 10px !important;
    }

    .newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form fieldset+p {
        flex-direction: column;
    }

    .newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form fieldset+p .wpcf7-form-control-wrap {
        margin-bottom: 20px;
    }

    .newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form br {
        display: none;
    }

    .newsletter-wrapper .newsletter-content-wrapper .elementor-widget-shortcode form .wpcf7-response-output {
        margin: 20px 0 0;
    }

    /* testimonial-wrapper */
    .testimonial-wrapper .elementor-widget-container ul li .image {
        height: 250px;
    }

    .testimonial-title-wrapper {
        padding-bottom: 190px !important;
    }

    .testimonial-wrapper {
        margin-top: 40px;
    }

    .testimonial-wrapper .elementor-widget-container .nav_arrows .counter {
        font-size: 24px !important;
    }

    .testimonial-wrapper .elementor-widget-container .nav_arrows {
        bottom: 50px;
    }

    .testimonial-wrapper .elementor-widget-container ul li .content {
        padding-top: 40px !important;
    }

    .speaker-category-wrapper .elementor-container .elementor-widget-dotlife-flip-box .elementor-widget-container .square-container {
        padding: 20px;
    }

    .blog-listing-wrapper .elementor-widget-container .blog-posts-grid {
        padding: 15px 5px;
    }

    .blog-listing-wrapper .elementor-widget-container .blog-posts-grid .post_content_wrapper {
        padding: 20px 15px !important;
    }

    .blog-listing-wrapper .elementor-widget-container .pagination,
    .blog-listing-wrapper .elementor-widget-container .pagination_detail {
        margin-top: 20px !important;
    }

    .single-post .blog_wrapper .page_title_content {
        padding-top: 20px !important;
    }

    .copyright-wrapper .elementor-container {
        display: flex;
        flex-direction: column-reverse;
    }

}

@media screen and (max-width: 767px) {
    .home-podcast-wrapper .tg_three_cols {
        margin-right: 0 !important;
        width: 100% !important;
        padding: 0;
    }

    /* general typographic */
    h1 {
        font-size: 32px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    h2 {
        font-size: 28px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    h3 {
        font-size: 24px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    h4 {
        font-size: 22px !important;
        line-height: 120% !important;
        font-weight: 600 !important;
    }

    h5 {
        font-size: 20px !important;
        line-height: 120% !important;
        font-weight: 600 !important;
    }

    h6 {
        font-size: 18px !important;
        line-height: 120% !important;
        font-weight: 700 !important;
    }

    .home-podcast-wrapper .elementor-column .portfolio_classic_container .portfolio_classic_content_wrapper .portfolio_classic_grid_wrapper .portfolio_classic_content h3 {
        font-size: 18px !important;
        line-height: 130% !important;
    }

    .home-podcast-wrapper .elementor-column .portfolio_classic_container .portfolio_classic_content_wrapper .portfolio_classic_grid_wrapper .portfolio_classic_content .portfolio_classic_subtitle {
        font-size: 14px !important;
        line-height: 130% !important;
    }

    .copyright-wrapper .elementor-widget-dotlife-navigation-menu ul {
        margin: 0 0 15px;
    }

    .copyright-wrapper .elementor-widget-dotlife-navigation-menu ul li {
        margin: 5px 0 !important;
    }

    .copyright-wrapper .elementor-widget-dotlife-navigation-menu ul li a {
        font-size: 14px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .quick-links-wrapper .elementor-widget-dotlife-navigation-menu ul li::before {
        width: 12px;
        height: 2px;
        top: 3px;
    }

    .quick-links-wrapper .elementor-widget-dotlife-navigation-menu ul li::after {
        width: 12px;
        height: 2px;
        bottom: 3px;
    }

    .testimonial-title-wrapper {
        padding-bottom: 100px !important;
    }

    .testimonial-wrapper {
        margin-top: 50px;
    }

    .testimonial-wrapper .elementor-widget-container ul li>.image {
        width: 100%;
    }

    .testimonial-wrapper .tg_fadeup_slider_wrapper {
        height: auto !important;
        min-height: 480px;
    }

    /* .testimonial-wrapper .tg_fadeup_slider_wrapper ul li {
        position: unset;
    } */

    .testimonial-wrapper .elementor-widget-container .nav_arrows {
        bottom: 0;
    }

    .testimonial-wrapper .elementor-widget-container ul li .image {
        height: 220px;
    }

    .testimonial-wrapper .elementor-widget-container ul li .content {
        position: unset;
        padding-top: 20px !important;

    }

    .testimonial-wrapper .elementor-widget-container ul li .content .description {
        color: #000 !important;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .testimonial-wrapper .elementor-widget-container ul li .content .slide_link {
        padding-top: 0;
        font-size: 14px !important;
    }

    .testimonial-wrapper .elementor-widget-container .nav_arrows .counter {
        font-size: 20px !important;
    }

    .contact-form-wrapper form .form-row .form-col {
        flex: unset;
        width: 100%;
    }

    .contact-form-wrapper form .form-row {
        gap: 5px;
    }

    .contact-form-wrapper form .form-row label {
        font-size: 14px;
    }

    .blog-listing-wrapper .elementor-widget-container .blog-posts-grid {
        width: 100%;
    }

    .blog-listing-wrapper .elementor-widget-container .blog-posts-grid {
        padding: 15px 0;
    }

    .blog-listing-wrapper .elementor-widget-wrap {
        padding: 0 !important;
    }

    body.single-post #page_content_wrapper .inner .sidebar_content,
    body.home.blog #page_content_wrapper .inner .sidebar_content {
        padding: 0 !important;
    }
}