/*======================================
Theme Name: Free Divi Child Theme By Pee-Aye Creative
Theme URI: https://www.peeayecreative.com/
Description: This is a free Divi child theme from Pee-Aye Creative!
Author: Nelson Lee Miller (aka The Divi Teacher)
Author URI: https://www.peeayecreative.com/
Author Email: nelson@peeayecreative.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/


/*** home 1 Counter start ***/

.eventek-counter.et_pb_countdown_timer_container { white-space: nowrap; }

.eventek-counter.et_pb_countdown_timer .section.values {
    width: 28%;
    max-width: 108px;
    margin-right: 4%;
    padding: 30px 15px;
    border: 2px solid;
    border-radius: 10px;
}
.eventek-counter.et_pb_countdown_timer .section.values:last-child { margin-right: 0; }

.eventek-counter.et_pb_countdown_timer .sep.sep.sep.sep.sep p {
    text-decoration: none!important;
    display: none;
}

@media (max-width: 479px) {
    .eventek-counter.et_pb_countdown_timer_container { white-space: normal; }
    
    .eventek-counter.et_pb_countdown_timer .section.values {
        width: 47.9%;
        max-width: none;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .eventek-counter.et_pb_countdown_timer .section.values.hours,
    .eventek-counter.et_pb_countdown_timer .section.values.seconds { 
        margin-right: 0; 
    }
}

/*** home 1Counter end ***/  

/*** about us brand images grayscale starta ***/

.brand-image {
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brand-image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*** about us brand images grayscale end ***/



/*** events custimization starta ***/

.etn-event-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 16px;
}

.etn-event-item .etn-event-footer .etn-event-date {
    float: left;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 700;
  
} 

.fa-calendar-alt:before {
    content: "\f073";
    color: #f1067c; 
}

.etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border, .etn-btn.etn-btn-border {
     margin-top: 30px;
}

.etn-attendee-form .etn-btn.etn-btn-secondary, .etn-btn.etn-btn-secondary {
float: right;
}

/*** events custimization end ***/

/* home-2 page slider */
.home-slider .et_pb_slider {
    width: 100%;
    overflow: visible;
}

.home-slider .et_pb_slide:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.home-slider .et_pb_slide_description {
    position: relative;
    z-index: 10;
}

.home-slider .et_pb_slide_content {
    line-height: 1.5;
    font-size: 22px;
}

.home-slider .et_pb_slide .et_pb_slide_title {
    font-weight: 900 !important;
    line-height: 1.25;
    font-size: 60px !important;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0 !important;
    margin-bottom: 10px;
    display: inline-block; /* display inline to get true witdh */
}

.home-slider .et_pb_slide .et_pb_slide_title:before {
    content: '';
    position: absolute;
    left: -35px;
    top: -10px;
    width: 20px;
    height: 45px;
    border-left-width: 5px;
    border-left-style: solid;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.home-slider .et_pb_slide .et_pb_slide_title:after {
    content: '';
    position: absolute;
    left: -35px;
    top: -10px;
    width: 60px;
    height: 15px;
    border-right-width: 5px;
    border-right-style: solid;
    border-top-width: 5px;
    border-top-style: solid;
}

.home-slider .et_pb_button {
    min-width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.home-slider .et_pb_bg_layout_dark .et_pb_button,
.home-slider .et_pb_bg_layout_dark .et_pb_button:hover {
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-slider .et_pb_slides {
    position: relative;
}

.home-slider .et-pb-controllers {
    font-size: 0;
}

.home-slider .et-pb-controllers a {
    position: relative;
}

.home-slider .et-pb-controllers a:before {
    content: "";
    position: absolute;
    top: -9px;
    left: -9px;
    width: 21px;
    height: 21px;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
}

.home-slider .et-pb-controllers a:hover {
    background: #fff !important;
}

.home-slider .et-pb-controllers a:hover:before {
    border-color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 981px) {
    .home-slider .et-pb-controllers {
        left: auto;
        width: 30px;
        right: 50px;
        top: 50%;
        text-align: right;
    }

    .home-slider .et-pb-controllers a {
        display: block;
        margin: 0 0 25px auto !important;
    }
}

@media (max-width: 980px) {
    .home-slider .et-pb-controllers a {
        margin: 0 12px 10px !important;
    }
}

@media (min-width: 767px) and (max-width: 980px) {
    .home-slider .et_pb_slide_content {
        font-size: 21px;
    }

    .home-slider .et_pb_slide .et_pb_slide_title {
        font-size: 50px !important;
    }

    .home-slider .et_pb_slide .et_pb_slide_title:before {
        height: 70px;
    }

    .home-slider .et_pb_slide .et_pb_slide_title:after {
        width: 70px;
    }
}

@media (max-width: 766px) {
    .home-slider .et_pb_slide_content {
        font-size: 18px !important;
    }

    .home-slider .et_pb_slide .et_pb_slide_title {
        font-size: 40px !important;
    }

    .home-slider .et_pb_slide .et_pb_slide_title:before {
        height: 60px;
        width: 10px;
        left: -20px;
        top: -5px;
        border-left-width: 5px;
        border-bottom-width: 5px;
    }

    .home-slider .et_pb_slide .et_pb_slide_title:after {
        width: 55px !important;
        left: -20px;
        top: -5px;
        height: 10px !important;
        border-right-width: 5px;
        border-top-width: 5px;
    }
}



/*** landing page arrow starta ***/

.down-arrow {
	animation: mouseArrow 1s alternate-reverse infinite;
}

@keyframes mouseArrow {
   
    from {
         transform: translateY(-15px);
 }
    to {
       transform: translateY(0px);
 }
}

/*** landing page arrow end ***/


/* event form search customization start */
.etn-event-search-wrapper {
    /* width: 100%; */
    /* padding-right: 20px; */
    background: #ffffff;
    position: relative;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 4%);
    padding: 15px;
}


.fa-search:before {
    content: "\f002";
    font-size: 18px;
} 

.fa-map-marker-alt:before {
    content: "\f3c5";
    font-size: 18px;
}

.fa-buffer:before {
    content: "\f837";
    font-size: 18px;
}

.etn-event-search-wrapper .form-control {
    border: none;
    padding-left: 20px;
    font-size: 14px;
}

.etn-event-search-wrapper .etn_event_select {
    border: none;
    padding-left: 12px;
	font-size: 14px;
} 
/* event form search customization end */ 


/* home-2 slider arrows start */ 

.et-pb-arrow-next:before {
    content: "5";
    background: #F1067C;
    border-radius: 50px;
	  padding: 1px;

} 


.et-pb-arrow-prev:before {
    content: "4";
    background: #F1067C;
    border-radius: 50px;
    padding: 1px;
} 

/* home-2 slider arrows end */

.local {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
    transform: translateY(2em);
}