/*---------------------------------------------------------------------------------

 Theme Name:   Divi-Child-Exeplore
 Theme URI:    https://exeplore.com/
 Description:  A Divi Child theme created by exeplore web design.
 Author:       EXEPLORE, LLC
 Author URI:   https://exeplore.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*-- Header --*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
    top: 0 !important;
    font-size: 40px;
}
.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}
.vertical-center .et_pb_row {
    display: flex;
    align-items: center;
}

.gallery-grid .et_pb_gallery_items {
     display:grid;
     grid-template-columns: repeat(2,1fr);
     gap:20px;
}
.gallery-grid .et_pb_gallery_item {
    margin:0 !important;
    width:100% !important;
}
.gallery-grid .et_pb_gallery_item img{
    width: 100%;
}
.gallery-grid .et_pb_gallery_image .et_overlay:before {
    color: #fff !important;
}
/*-- Listen --*/
.songs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.song-item a{
    display: block;
    overflow:hidden;
    transition: all .3s ease;
}
.song-item a:hover{
    transform: translateY(-10px);
}
.song-item h3 {
    font-family: 'Playfair Display';
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
	color:#221b3c;
}
.song-item img {
    width: 100%;
    object-fit: cover;
}

/*-- Contact --*/
.bg-overlay:before{
    content: '';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width: 100%;
}
.dark-bg-overlay:before{
    background-color: rgba(0,0,0,.4);
}
.custom-contact-form .et-pb-contact-message{
    color: #fff
}
.custom-contact-form .et_pb_contact p .et_contact_error{
    border-top:none !important;
    border-left:none !important;
    border-right:none !important
}
.contact-blurb .et_pb_module_header{
    padding-bottom:5px;
}
.contact-blurb .et_pb_blurb_container {
    padding-left: 10px;
}
.contact-blurb .et-waypoint{
    width: 42px;
    display: flex;
    justify-content: center;
}
.et_pb_contact_main_title {
    padding-bottom: 30px;
}
.et_pb_contact_submit {
    margin-top:30px;
}
.song-meta-row{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.song-meta-left {
    width: 140px;
}
.song-ctas a{
    margin-top:25px;
}
.song-ctas a span.icon-download{
	display: flex;
    width: 16px;
    height: 16px;
    position: relative;
	margin:0 5px 0 0;
}
.song-ctas a span.icon-download:before{
	content: '\e092';
	display:block;
	position:absolute;
	right:0;
	top:0;
    line-height: 1;
    font-family: ETmodules !important;
}
.song-cta-btn{
    color: #000000;
    border-width: 0px;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #93A384;
    border-color: #93A384;
    transition: all .3s ease;
    margin-right:10px;
}
.song-cta-btn:hover{
    background-color: #6e9a50;
    border-color: #6e9a50;
}
/*-- Events Slider--*/
.event-slide {
    background: #fff;
    padding: 20px;
}
.event-thumb img {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}
.event-schedule {
    color: #93a384;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-top: 8px;
}
.em.pixelbones h3.event-name {
    margin: 2px 0 0 !important;
    padding: 0;
}
.em.pixelbones .event-name a {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 22px;
}
.event-slider{
    border:none;
    padding:0
}
.event-slider .widget_em_widget{
    width:100% !important
}
.event-slider .widgettitle{
    display: none;
}
.event-slider .swiper {
    width: 100%; 
}
.event-slider .swiper-wrapper{
    padding-bottom: 80px;
}
.event-slider .swiper-button-next, .swiper-rtl .swiper-button-prev,
.event-slider .swiper-button-prev, .swiper-rtl .swiper-button-next{
    top: unset;
    bottom: 0;
    border: 2px solid #93a384;
    padding: 10px;
    width: 45px;
    height: 45px;
    color:#93a384
}
.event-slider .swiper-button-next:after,
.event-slider .swiper-button-prev:after{
    font-size:26px;
}
.event-slider .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right:calc(50% - 50px)
}
.event-slider .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left:calc(50% - 50px)
}

/*-- Events --*/
.all-events-list{
    border:none !important
}
.all-events-list .et_pb_widget{
    width:100% !important;
    margin: 0 !important;
}
.all-events-list .em-list-widget li,
.all-events-list .em-list-widget ul{
    list-style-type: none !important;
    margin:0 !important;
}
.all-events-list .em-list-widget ul li{
    margin:0 0 10px 0 !important;
}
.all-events-list .widgettitle{
	display:none !important
}
.event-box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.single-event  .em.em-item.em-item-single .em-item-meta>section section {
    margin-bottom: 20px;
}
.single-event .em-view-container div,
.single-event .em-view-container p,
.single-event .em-view-container a,
.single-event .em-view-container span,
.single-event .em-view-container strong,
.single-event .em-view-container li,
.event-box *{
    font-family: 'Poppins',sans-serif !important;
}
.em.pixelbones p {
    line-height: 1.5em !important;
}
.event-box-left{
    background: #93a384;
    display: flex;
    justify-content: center;
    color: #000;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-family: inherit;
    width: 150px;
    border-radius:8px;
}
.event-box-left .day{
    font-size: 46px;
    margin-top: 10px;
}
.event-box-right{
    background: #f0f0f0;
    padding: 20px;
    width: calc(100% - 160px);
    border-radius: 8px;
}
.event-box h3.event-title{
    margin: 0 !important;
}
.em.pixelbones h2, .em.pixelbones h3{
	font-family:'EB Garamond',Georgia,"Times New Roman",serif !important;
	font-weight:bold !important
}
.event-box h3.event-title a{
    color: rgba(0, 0, 0, 1) !important;
    font-size: 26px;
    font-weight: bold;
	font-family:'EB Garamond',Georgia,"Times New Roman",serif !important
}
.event-box .event-schedule{
    margin-bottom: 5px;
}
.em-event-add-to-calendar-content{
    width:auto !important
}
.single-event .container{
    width:100%
}
.single-event .em-event-add-to-calendar-content {
    max-width: 100%;
}
.single-event .em.em-item.em-item-single .em-item-image img {
    border-color: #93a384 !important;
}
.single-event .em.em-item.em-item-single .em-item-meta{
    gap:0 !important
}
.wp-audio-shortcode{
	margin-top:20px;
}
.song-box{
	display:flex;
	gap:30px;
	margin-bottom:60px;
}
.song-box:nth-last-child(1){
	margin-bottom:0;
}
.song-image,
.song-image a{
	display:flex;
}
.song-image img{
		min-width: 280px;
    max-width: 280px;
    height: 280px;
	object-fit:cover;
}
@media (min-width: 768px){
    .songs-grid.songs-grid-4{
        grid-template-columns: repeat(4,1fr);
    }
}
@media (min-width: 980px){
    .site-header .et_pb_menu .et-menu>li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gallery-grid .et_pb_gallery_item:nth-child(odd){
        transform:translateY(10px)
    }
    .gallery-grid .et_pb_gallery_item:nth-child(even){
        transform:translateY(-10px)
    }
    .footer-menu{
        display:flex;
        align-items: center;
        justify-content: flex-end;
        gap:20px;
    }
}
@media screen and (max-width: 980px) {
    .site-header .et_mobile_menu {
        left: -20px;
        top: calc(100% + 5px);
        width: calc(100% + 40px);
        height: 100vh;
        padding-top: 30px;
        border:none;
    }
    .vertical-center .et_pb_row {
        display: block;
    }
    .songs-grid {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .songs-grid {
        grid-template-columns: repeat(2, 1fr);;
    }
    .song-item h3 {
        font-size: 20px;
    }
	.song-box {
		flex-wrap: wrap;
		gap:20px;
	}
	.song-box{
		margin-bottom:40px;
	}
	.song-image{
		width:100%;
	}
	.song-image img {
		min-width: 100%;
		max-width:100%;
		height: auto; 
	}
}

@media (max-width: 575px){
	.songs-grid {
        grid-template-columns: 1fr;
    }
    .event-box-left {
        width: 70px;
        padding: 15px;
        font-size: 14px;
    }
    .event-box-left .day {
        font-size: 32px;
        margin-top: 8px;
    }
    .event-box-right{
        width: calc(100% - 80px);
        padding: 15px;
    }
    .event-box h3.event-title a {
        font-size: 22px;
        line-height: 28px;
    }
    .em.pixelbones .event-name a {
        font-size: 20px;
    }
    .event-slider .swiper-button-next, .swiper-rtl .swiper-button-prev, .event-slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .event-slider .swiper-button-next:after, .event-slider .swiper-button-prev:after {
        font-size: 24px;
    }
	.single-event .em.em-item.em-item-single .em-item-image img {
		border:none !important;
	}
	.song-ctas{
		text-align:center
	}
	.song-cta-btn {
        font-size: 13px;
        margin-right: 0;
    }
}