/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.wrap-schedule{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.wrap-schedule:last-child{
    margin-bottom: 0;
}

.wrap-schedule .schedule-block{

}

.wrap-schedule .schedule-dates{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.wrap-schedule .schedule-dates .block-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.wrap-schedule .schedule-dates .block-wrapper:last-child{
    margin-bottom: 0;
}
.wrap-schedule .schedule-dates .block-wrapper svg{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.wrap-schedule .schedule-dates .block-wrapper .wrap-heading{
    font-size: 16px;
    font-weight: 700;
    color: #222529;
}
.wrap-heading .colored{
    text-decoration: underline;
    color: #0059BA;
}
.wrap-schedule .schedule-features{

}

.wrap-schedule .schedule-features .features-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    columns: 2;
}
.wrap-schedule .schedule-features .features-list li {
    margin-bottom: 10px;
}
.wrap-schedule .schedule-features .block-featured-wrapper{
    display: flex;
    width: auto;
}

.wrap-schedule .schedule-features .block-featured-wrapper svg{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.wrap-schedule .schedule-features .block-featured-wrapper span{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    color: #222529;
}
.wrap-schedule .schedule-buttons .wrap-socials .schedule-btn{
    margin: 10px;
}
.wrap-schedule .schedule-buttons .wrap-socials svg {
    width: 36px;
    height: 36px;
}
.wrap-schedule .schedule-buttons .wrap-phone{
    margin-top: 15px;
}
.wrap-schedule .schedule-buttons .wrap-phone a{
    padding: 10px 25px;
    background-color: #0059BA;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    border: 0;
    transition: all .4s;
    display: inline-block;
    position: relative;
    text-align: center;
}
.wrap-schedule .schedule-buttons .wrap-phone a:hover{
    background-color: #1a70cd;
}
.gallery-icon a:hover::after,
.gallery-icon a::after
{
    content: '';
}
.elementor-testimonial-content:before{
    content: none;
}
.footer-call-btn-wrap{
    position: fixed;
    right: 10px;
    bottom: 65px;
    z-index: 2;
}
.footer-call-btn-wrap a{
    padding: 20px;
    border-radius: 100%;
    background-color: #0059BA;
    transition: all .4s;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-call-btn-wrap a:hover{
    background-color: #1a70cd;
}
.footer-call-btn-wrap a i{
    color: white;
    font-size: 26px;
}
@media (max-width: 768px) {
    .wrap-schedule{
        flex-direction: column;
        align-items: flex-start;
    }
    .wrap-schedule .schedule-dates{
        margin-bottom: 30px;
    }
    .wrap-schedule .schedule-features{
        margin-bottom: 30px;
    }
    .wrap-schedule .schedule-buttons .wrap-phone a{
        width: 100%;
    }
    .wrap-schedule .schedule-block{
        width: 100%;
    }
    .wrap-schedule .schedule-buttons .wrap-socials{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wrap-schedule .schedule-buttons .wrap-socials .schedule-btn{
        margin: 10px 20px;
    }
    .wrap-schedule .schedule-buttons .wrap-socials svg{
        width: 50px;
        height: 50px;
    }
}

