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


.main-header.elementor-sticky--active{
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1)
}
.main-header .header-logo .elementor-widget-container img{
    transition: all .3s ease-in-out ;
}
.main-header.elementor-sticky--active .header-logo .elementor-widget-container img{
    max-width: 80px;
}

.elementor-swiper-button:not(.dialog-lightbox-widget .elementor-swiper-button){
    background-color: var(--e-global-color-accent);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
}
.elementor-swiper-button:hover:not(.dialog-lightbox-widget .elementor-swiper-button){
    background-color: #000;
}
/* .elementor-widget-testimonial-carousel .elementor-main-swiper.swiper{
    width: 100% !important;
} */
/* .elementor-swiper-button.elementor-swiper-button-prev:not(.dialog-lightbox-widget .elementor-swiper-button.elementor-swiper-button-prev){
    top: 83% !important;
    left: 75% !important;
}
.elementor-swiper-button.elementor-swiper-button-next:not(.dialog-lightbox-widget .elementor-swiper-button-next) {
    top: 83% !important;
    right: 10% !important;
} */
.elementor-swiper-button i {
    opacity: 1 !important;
    color: #fff !important;
}
.dialog-lightbox-widget .elementor-swiper-button{
    height: 50px !important;
    width: 50px !important;
    border-radius: 50px !important;
    background-color: var(--e-global-color-secondary);
}
.dialog-lightbox-widget .elementor-swiper-button.elementor-swiper-button-prev{
    left: 5% !important;
}
.dialog-lightbox-widget .elementor-swiper-button.elementor-swiper-button-next{
    right: 5% !important;
}
.elementor-swiper-button:hover{
    background-color: var(--e-global-color-primary);
}

.elementor-form .elementor-field-textual.elementor-field  {
    border-radius:20px;
}
.elementor-widget-wp-widget-categories ul li.cat-item > a:before {
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    padding-right: 10px;
    color: var( --e-global-color-accent );
}
.elementor-widget-wp-widget-categories ul li.cat-item > a:hover{
    color: var( --e-global-color-accent );
}
.elementor-widget-wp-widget-categories ul{
    list-style:none;
    padding-left:7px;
}
.elementor-widget-wp-widget-categories ul li.cat-item > a{
    color:var( --e-global-color-text );
    font-weight: var(--e-global-typography-4ebd027-font-weight);
}
.elementor-widget-wp-widget-categories ul li.cat-item:not(:last-child){
    margin-bottom: 5px;
}
.elementor-widget-wp-widget-categories h5, 
.elementor-widget-wp-widget-tag_cloud h5 {
    font-size: 26px;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
}
.elementor-widget-wp-widget-tag_cloud .tagcloud a.tag-cloud-link{
    background-color: #fff;
    border: solid 1px #f5f5f5;
    color:var( --e-global-color-text );
    border-radius: 30px;
    padding: 11px 23px;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    display: inline-block;
}
.elementor-widget-wp-widget-tag_cloud .tagcloud a.tag-cloud-link:hover{
    background-color: var( --e-global-color-accent );
    color: #fff;
}

.elementor-posts .elementor-post{
    background-color:#f7f7f7;
    border-radius:12px;
}
.elementor-posts .elementor-post .elementor-post__text {
    padding: 25px;
}
.elementor-posts .elementor-post .elementor-post__text .elementor-post__read-more {
    background-color: var( --e-global-color-accent );
    color: var(--e-global-color-323bc54) !important;
    padding: 15px 33px;
    border-radius: 30px;
    display: inline-block;
}
.elementor-posts .elementor-post .elementor-post__text .elementor-post__read-more:hover{
    background-color: var(--e-global-color-primary);
}
.elementor-posts .elementor-post .elementor-post__meta-data{
    padding: 15px 25px !important;
}
.elementor-posts .elementor-post .elementor-post__meta-data .elementor-post-date, 
.elementor-posts .elementor-post .elementor-post__meta-data .elementor-post-avatar,
.elementor-posts .elementor-post .elementor-post__meta-data .elementor-post-author {
    background: url('./icons/comment.png') 100% no-repeat;
    padding-left: 23px;
    background-size: 17px;
    background-position: left;
}
.elementor-posts .elementor-post .elementor-post__meta-data .elementor-post-date{
    background-image: url('./icons/calendar.png');
    margin-right: 20px;
}
.elementor-posts .elementor-post .elementor-post__meta-data .elementor-post-author  {
    background-image: url('./icons/author.png');
    margin-right: 20px;
	text-transform: capitalize;
}
#commentform input, #commentform textarea {
    border-color: #ddd;
    margin-top: 5px;
}
#commentform input:focus, #commentform textarea:focus {
    border-color: #100e48;
    outline: none;
}
#commentform p.logged-in-as a {
    color: #100e48;
    text-decoration: underline;
    text-underline-offset: 1px;
    transition: all .3s ease;
}
#commentform p.logged-in-as a:hover {
    /* text-underline-offset: 3px; */
    color: var( --e-global-color-accent );
}
#comments .comment-list .comment-body {
    padding: 15px !important;
    padding-left: 75px !important;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 0;
    margin-bottom: 10px
}
#comments .comment-list .comment-body .comment-author .avatar {
    left: 10px;
}
#comments .comment-list .comment-body a {
    color: var( --e-global-color-accent );
}
#comments .comment-list .comment-body a:hover {
    color: #1d2327;
}
#commentform input#submit {
    font-weight: 700;
    line-height: 1.2;
    border: 0;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
}
#comments .comment-list .comment-body a{
    word-wrap: break-word;
}
#commentform textarea {
    border-radius: 20px;
}
#comments h2.title-comments,
#comments .comment-reply-title{
    font-size: 23px;
    color: #000;
}
#comments .comment-reply-title{
    margin-top: 20px;
}
.e-n-accordion .e-n-accordion-item{
    border-radius: 12px;
    border: 1px solid var(--e-global-color-ece3b9c) !important;
    overflow: hidden;
    transition: all 0.2s linear;
}
.e-n-accordion .e-n-accordion-item[open]{
    box-shadow:0 5px 23px 0 #0000001a;
}
.elementor-post__excerpt .powerpress_player {
    margin-bottom: 10px;
}
.subscribe-newsletter .elementor-field-group .elementor-field:focus{
    border:0 !important;
    outline:0;
    box-shadow:none;
}
.elementor-form .elementor-field-group .elementor-field-textual{
    resize:none;
}
.current-podcast .elementor-posts .elementor-post .elementor-post__meta-data{
    padding: 15px 0 !important;
}
.archive-podcast .elementor-posts .elementor-post:first-child{
    display:none !important;
}
.elementor-element.img-box-info {
	position:absolute;
	bottom:0;
    transform: translateY(63%);
    backdrop-filter: blur(8px);
}
.elementor-element.team-member:hover .elementor-element.img-box-info{
    transform: translateY(0%);
}
.team-member .elementor-widget-image img{
     transition: all .3s ease-in-out !important;
}
.elementor-element.team-member:hover .elementor-widget-image img{
     transform: scale(1.05);
}
/* board Swiper Start */
.boardSwiper .board-info .name{
    font-size:16px;
    font-weight: 500;
    color:#d3d3d3;
    text-transform:capitalize;
    margin:0;
}
.boardSwiper .board-info .title{
    font-size:23px;
    color:#fff;
    text-transform:capitalize;
    margin:0;
    margin-bottom:10px;
    text-align: center;
}
.boardSwiper .board-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.35);
    backdrop-filter: blur(8px);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #fff;
    top: 100%;
}
.boardSwiper .img-box:hover .board-info {
    height: 100%;
    top: 0;
}
.boardSwiper .img-box .img{
    line-height: 0;
    height: 370px;
    width: 100%;
}
.swiper.boardSwiper{
    padding-bottom: 55px;
}
.boardSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.boardSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff4f00;
}
.boardSwiper .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boardSwiper .img-box .description{
    text-align: center;
    border-radius:10px;
}
.boardSwiper .img-box {
    overflow: hidden;
    position: relative;
    border-radius:10px;
}
.dialog-lightbox-widget a.dialog-close-button.dialog-lightbox-close-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.board-form .elementor-field-group {
    margin-bottom: 7px;
}
.board-form .elementor-field-group input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: relative;
    bottom: -3px;
    margin-right: 10px;
}
.board-form input[type="submit"] {
    border: 0;
}
.board-form textarea.elementor-field {
    min-height: 75px;
    resize: none;
    border-radius: 27px;
}
.board-form  .d-flex {
    display: flex;
    gap: 20px;
}
.boardSwiper .swiper-wrapper{
    padding-bottom: 70px;
}

.boardSwiper .swiper-wrapper .swiper-slide{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.fancybox-container .fancybox-toolbar .fancybox-button {
    width: 45px !important;
    height: 45px !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fancybox-container .fancybox-toolbar .fancybox-button  svg{
    fill: #fff;
    width: 30px;
    height: auto;
}
.fancybox-container .fancybox-toolbar {
    top: 5%;
    right: 1%;
}

.boardSwiper .swiper-button-next,
.boardSwiper .swiper-button-prev{
    background-color:var( --e-global-color-accent );
    top:98.3%;left:55%;
    width:37px;
    height:37px;
    border-radius:50%;
    z-index:99;
}
.boardSwiper .swiper-button-next:after,
.boardSwiper .swiper-button-prev:after{
    font-size:18px;
    color:#fff
}
.boardSwiper .swiper-button-next:hover,
.boardSwiper .swiper-button-prev:hover{
        background-color:#000;
}
.boardSwiper .swiper-button-prev{
    right:55%;
    left:unset;
}
/* board Swiper End */
@media (max-width:992px){
	.current-podcast .elementor-posts article.elementor-post {
		flex-direction: column;
	}
	.current-podcast .elementor-posts article.elementor-post .elementor-post__thumbnail__link{
		width:100%;
		margin-bottom: 15px;
	}
    .boardSwiper .board-info .title {
        font-size: 15px;
    }
    .boardSwiper .board-info .name,
    .boardSwiper .img-box .description{
        font-size: 12px;
        line-height: 1.3;
    }
    .boardSwiper .img-box .img {
        height: 250px;
    }
    .boardSwiper .board-info {
        padding: 10px;
    }
    .boardSwiper .swiper-button-next, .boardSwiper .swiper-button-prev {
        left: 58%;
    }
    .boardSwiper .swiper-button-prev {
        right: 58%;
        left: unset;
    }
}
@media (max-width:767px){
    .topbar-info .elementor-icon-list-item .elementor-icon-list-text{
        display: none !important;
    }
    .elementor-widget-testimonial-carousel .swiper-slide .elementor-testimonial {
        flex-direction: column-reverse !important;
        text-align: center !important;
    }
    /* .elementor-swiper-button.elementor-swiper-button-prev:not(.dialog-lightbox-widget .elementor-swiper-button.elementor-swiper-button-prev) {
        top: 107% !important;
        left: 33% !important;
    }
    .elementor-swiper-button.elementor-swiper-button-next:not(.dialog-lightbox-widget .elementor-swiper-button-next) {
        top: 107% !important;
        right: 37% !important;
    } */
    .elementor-posts .elementor-post .elementor-post__text {
        padding: 0 15px !important;
    }
    #comments .comment-list .comment-body {
        padding-left: 10px !important;
    }
	.elementor-element.img-box-info {
        transform: unset;
        position: unset;
        background-color: #000 !important;
        padding: 20px;
	}
    .board-form  .d-flex {
        display: flex;
        flex-direction: column;
    }
    .boardSwiper .swiper-wrapper .swiper-slide {
        gap: 5px;
    }
    .boardSwiper .img-box .img {
        height: 200px;
    }
    .boardSwiper .board-info .title {
        font-size: 9px;
        margin-bottom: 3px;
    }
    .boardSwiper .board-info .name, .boardSwiper .img-box .description {
        font-size: 8px;
    }
    .boardSwiper .img-box .img {
        height: 115px;
    }
    .boardSwiper .swiper-button-next, .boardSwiper .swiper-button-prev {
        top: 95.3%;
        left: 65%;
    }
    .boardSwiper .swiper-button-prev {
        right: 65%;
        left: unset;
    }
}


.g-recaptcha{
    margin-top: 10px;
    margin-bottom: 15px;
}