/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/foxy/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        3.0.0
*/

@import url("../Divi/style.css");
@import url("css/default.css?v=1.0.2");

/* =Theme customization starts here
------------------------------------------------------- */

/* More hacks to fix stuff that wasn't done properly the first time */

.event-spotlight-title .published {display: none;}

#event-spotlight-content #event-spotlight-title p .published {display: none;}

#musician-grid-intro:after {top: 12px; left: 16px;}

/*  Home slider cleanup */
#home-slider .et_pb_slide:nth-child(2) .et_pb_container .et_pb_slide_description {
    padding-left: 0 !important;
    text-align: left !important;
}

#home-slider .et_pb_slide:nth-child(2) .et_pb_container .et_pb_slide_description h2.et_pb_slide_title {
    text-align: left !important;
}

#home-slider .et_pb_slide:nth-child(2) .et_pb_container .et_pb_slide_description p {
    margin: 0 !important;
    max-width: 10000px !important;
}

@media screen and (max-width: 1000px) {
    #home-slider .et_pb_slide:nth-child(2) .et_pb_container .et_pb_slide_description p br {display: none;}
}

/*  About page cleanup */

.about-intro .et_pb_column { position: static; }
.about-intro .about-intro-image img {width: 100%; max-width: 400px;}

@media screen and (min-width: 1025px) {
    .about-intro .page-intro-wrap {position: relative;}
    .about-intro .page-intro-wrap .et_pb_image img {
        position: absolute;
        top: -50px !important;
        right: 50px !important;
    }
}
@media screen and (min-width: 981px) {
    .about-intro .et_pb_gutters3 .et_pb_column_1_2,
    .about-intro .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
        width: 56%;
    }
}

/* Social Footer Wrap */
#social-wrap {
    background: #cc6055;
    background: -moz-linear-gradient(-45deg, #cc6055 0%, #34495e 100%);
    background: -webkit-linear-gradient(-45deg, #cc6055 0%,#34495e 100%);
    background: linear-gradient(135deg, #cc6055 0%,#34495e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6055', endColorstr='#34495e',GradientType=1 );
}

p a {color: #FF7F00;}

/* Hide extra tags on event spotlight */
#event-spotlight-content #event-spotlight-tax a {display: none;}
#event-spotlight-content #event-spotlight-tax a:first-child {display: inline-block;}

/* burger menu cleanup */
.menu-burger-wrap span {height: 2px;}

.featured-homepost-wrap h2 {font-size: 26px !important;}
