/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* General */
.center{
    margin-right: auto;
    margin-left: auto;
}
.hide, .hidden{
    display: none;
}

h4, h5, h6 {
    margin-top: 1rem;
    margin-bottom: 0.2rem;
}

h1 *, h1{
    text-decoration-color: var(--e-global-color-secondary) !important;
    text-decoration-thickness: 4px !important;
    text-underline-offset: 7px !important;
}

@media screen and (max-width:1400px) and (min-width:1025px){
    .elementor-container{
        flex-wrap: wrap;
    }
}


/* Header */



@media screen and (max-width:768px){

}




/* Search form */
.elementor-search-form__input::-webkit-search-cancel-button{
    -webkit-appearance: none !important;
}

/* Your gift changes lives! */

/* @media screen and (max-width: 768px){
    .your-gift-changes-lives .elementor-widget-button .elementor-button{
        font-size: 10px !important;
        padding: 12px !important;
    }

} */





/* pages */
#content {
    max-width: 100%;
}
#breadcrumbs a{
    text-decoration: underline;
}

blockquote, blockquote p{
    font-family: var( --e-global-typography-38af379-font-family ), serif;
    font-size: var( --e-global-typography-8788032-font-size );
    line-height: 1.4em;
    color: var(--e-global-color-text);
    font-style: italic;
    text-indent: 0 !important;
}

/* Posts */
.elementor-post__excerpt p:after {
    content: "...";
}
.post-template-default .elementor-location-single .elementor-widget-text-editor img{
    max-width: 48%;
    padding: 0;
    margin: 0 10px 20px 10px;
    border-radius: 10px;
}

.single-post .elementor-location-single .elementor-widget-container img{
    max-width: 47%;
}
.single-post .elementor-image-carousel-wrapper img{
    max-width: 100% !important;
}


.elementor-widget-posts .elementor-post__read-more {
    background-color: var(--e-global-color-secondary);
    padding: 10px 30px 10px 20px;
    border-radius: 50px;
    display: flex !important;
    width: fit-content !important;
}
.elementor-post__read-more:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
}


.elementor-widget-posts .elementor-post__excerpt {
    margin-bottom: 15px;
}

.elementor-pagination {
   padding-top: 75px;
}

@media screen and (max-width: 768px) {
    .elementor-widget-posts .elementor-post.elementor-grid-item{
        flex-direction: column;
    }
    .elementor-widget-posts .elementor-post__title {
        padding-top: 15px;
    }
    .single-post .elementor-widget-container img{
        max-width: 100%;
        width: 100%;
    }
    .post-template-default .elementor-location-single .elementor-widget-text-editor img{
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 768px){
    .post-template-default .elementor-location-single .elementor-widget-text-editor img{
        max-width: 100%;
        width: 100% !important;
    }
}



/* icons */


/* elementor-toggle */
.elementor-toggle-item .elementor-tab-title{
    border-radius: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.elementor-toggle-item .elementor-tab-title.elementor-active{
    border: 1px solid #032D57 !important;
    background: transparent !important;
}


/* tabs */
.elementor-tabs .elementor-tab-title{
    background: #D8E0E5 !important;
    border: none !important;
    border-radius: 0;
    overflow: hidden;
}
.elementor-tabs .elementor-tab-title:first-child{
    border-radius: 5px 0 0 0;
}
.elementor-tabs .elementor-tab-title:last-child{
    border-radius:0 5px 0 0;
}
.elementor-tabs .elementor-tab-title.elementor-active {
    border: none !important;
    background: #fff !important;
}
.elementor-tabs .elementor-tab-content iframe{
/*     width: 50%;
float: right; */
}
.elementor-tabs .elementor-tab-content{
    background: #fff !important;
}
.elementor-tabs .elementor-tabs-content-wrapper{
    background: transparent !important;
}

.elementor-widget-tabs .elementor-tabs-wrapper{
    display: flex;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 30px 50px !important;
    flex-grow: 1;
    text-align: center !important;
}
.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 20px;
}

.elementor-widget-tabs .elementor-tab-content{
    padding: 4% !important;
}
.elementor-widget-tabs .elementor-tab-content img{
    margin-right: 5% !important;
    width: 50% !important;
}

@media screen and (max-width: 768px){
    .elementor-tabs .elementor-tab-title{
        border-radius: 0;
    }
    .elementor-tabs .elementor-tab-title:first-child{
        border-radius: 5px 5px 0 0;
    }
    .elementor-tabs .elementor-tab-content *{
        width: 100%;
    }
    .elementor-tabs .elementor-tab-content iframe{
        float: none !important;
        width: 100% !important;
        height: 300px;
    }
    .elementor-widget-tabs .elementor-tab-content img{
        margin-right: 0 !important;
        margin-bottom: 5% !important;
        width: 100% !important;
    }
}


/* vertical tabs */

.elementor-tabs-view-vertical .elementor-tab-title {
   padding: 20px !important;
   align-items: center;
    display: flex;
    justify-content: center;
}

.elementor-tabs-view-vertical .elementor-tab-title *{
    display: contents;
}

.elementor-tabs-view-vertical .elementor-tab-title:last-child{
    border-radius: 0 !important;
}

@media screen and (max-width: 768px){
    .elementor-tabs-view-vertical .elementor-tab-title {
        font-size: 20px !important;
    }
}


/* Forms */




/* widgets */



/* image carousel */
.swiper-image-stretch .swiper-slide .swiper-slide-image{
    opacity: 1;
}
.elementor-widget-image-carousel .swiper-slide{
    display: flex;
    align-self: center;
}



/* Accordians */


/* slider */
.elementor-image-carousel-wrapper{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.elementor-widget-image-carousel .swiper-slide{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 10px;
}
.elementor-widget-image-carousel .elementor-swiper-button{
    position: relative !important;
    /* transform: translateX(calc(50vw - 104px)) !important */
}
.elementor-widget-image-carousel .elementor-swiper-button i{
    font-family: 'Font-Awesome-Regular-400' !important;
}
.elementor-widget-image-carousel .elementor-swiper-button .eicon-chevron-left:before{
    content: "\ea16" !important;
}
.elementor-widget-image-carousel .elementor-swiper-button .eicon-chevron-right:before{
    content: "\ea17" !important;
}
.elementor-widget-image-carousel .elementor-swiper-button{
    background-color: var( --e-global-color-880ad23 );
    font-size: 26px !important;
    border-radius: 50%;
    padding: 0.5em;
    color: #fff;
    fill: #fff;
    width: 52px;
    height: 52px;
    margin: 50px 20px 0;
}




select{
    background: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.elementor-button-icon.elementor-align-icon-right{
    display: flex;
    align-items: center;
}



.elementor-slideshow__title {
    display: none !important;
}
