@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');
.esf_single_event_wrapper{
    width:100%;
    height:100%;
    background:#f6f6f6;
    margin:0;
    padding:0;
    float:left;
    z-index:999;
    position:relative;
}
.esf_clear{
    clear: both;
}
.esf_single_event_wrapper .esf_single_event_container{
    min-width:960px;
    width:960px;
    height:auto;
    margin:0 auto;
    position: relative;
    padding:0;
    background:#f6f6f6;
}

/* Single event header design */

.esf_single_event_wrapper .esf_single_event_container .esf_single_event_head{
    float:left;
    width:100%;
    height:auto;
    position: relative;
}
.esf_single_event_wrapper .esf_single_event_container .esf_single_event_feature_image{
    float:left;
    width:100%;
    margin:0;
    padding:0;
}
.esf_single_event_feature_image img{
    width:100%;
    height:auto;
    min-width:960px;
    margin:0;
    padding:0;
    border:none;
    box-shadow: none;
    border-radius:0px;
}
.esf_single_event_wrapper .esf_single_event_container .esf_single_event_title_section{
    width:100%;
    float:left;
    position: relative;
    margin:0;
    padding:0;    
}
.esf_single_event_title_section .esf_single_event_title_content{
    width:820px;
    margin:-40px auto 0 auto;
    background:#fff;
    border-radius:10px;
    min-height:80px;
    padding:0;
    box-shadow: none;
    border:none;
}
.esf_single_event_title_content .esf_single_event_title_content_date{
    float:left;
    margin:0;
    padding:0;
    min-width:90px;
    max-width:200px;
    position: relative;
}
.esf_single_event_title_content .esf_single_event_title{
    float:left;
    margin:0;
    padding:0;
    min-width:450px;
    max-width:600px;
}
.esf_single_event_title_content .esf_single_event_price{
    width:200px;
    max-width: 250px;
    float:right;
    margin:0;
    padding:0;
}
.esf_single_event_title_content .esf_single_event_title_content_date h3,
.esf_single_event_title_content .esf_single_event_title_content_date h4,
.esf_single_event_title_content .esf_single_event_title h3,
.esf_single_event_title_content .esf_single_event_title p,
.esf_single_event_title_content .esf_single_event_buynow button{
    margin:0;
    padding:0;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    line-height:normal;
}
.esf_single_event_title_content .esf_single_event_title_content_date h3{
    color:#000070;
    font-size:26px;
    font-weight:normal;
    text-align:center;
    margin: 10px 0 1px 0;
}
.esf_single_event_title_content .esf_single_event_title_content_date h4{
    color:#000;
    font-weight:normal;
    font-size:18px;
    text-align:center;
}
.esf_single_event_title_content .esf_single_event_title_content_date:after{
    content:'';
    width:2px;
    height:40px;
    top:20px;
    background:#f6f6f6;
    right:0;
    position: absolute;    
}
.esf_single_event_title_content .esf_single_event_title h3{
    color:#000;
    font-size:24px;
    font-weight:500;
    margin: 10px 0 3px 20px;
}
.esf_single_event_title_content .esf_single_event_title p{
    margin:0px 0px 0px 20px;
    padding:0;
    color:#b5b4b4;
    font-size:16px;
    line-height: normal;
}
.esf_single_event_title_content .esf_single_event_price h3{
    color:#000070;
    font-size:26px;
    font-weight:600;
    text-align:right;
    margin: 10px 15px 1px 0;
}
.esf_single_event_title_content .esf_single_event_price p{
    margin:0px 15px 0px 0px;
    padding:0;
    color:#b5b4b4;
    font-size:16px;
    line-height: normal;
    text-align:right;
    font-family: 'Roboto', sans-serif;
}

/* Single event content design */

.esf_single_event_wrapper .esf_single_event_container .esf_single_event_content{
    width:100%;
    float:left;
    margin:15px 0px;
    padding: 0;
    position: relative;
}
/* Single event content */

.esf_single_event_content .esf_single_event_organizer{
    width:210px;
    background:#fff;
    float:left;
    border-radius:5px;
    margin-right:15px;
    padding:15px 0px;
    border:none;
    text-align:center;
} 
.esf_single_event_content .esf_single_event_details{
    width:510px;
    background:#fff;
    float:left;
    border-radius:5px;
    margin-right:15px;
    padding:15px 0px;
    border:none;
}
.esf_single_event_content .esf_two_column{
    width:730px;
    margin-right:0px;
}
.esf_single_event_content .esf_one_column{
    width:960px;
    margin:0;
}
.esf_single_event_content .esf_single_event_location{
    width:210px;
    background:#fff;
    float:right;
    border-radius:5px;
    margin:0px;
    padding:10px 0px;
    border:none;
}
/* Single event content organizer */

.esf_single_event_organizer img{
    margin:0;
    padding:0;
    width:180px;
    height:auto;
    border-radius:0;
    border:none;
    box-shadow: none;
}
.esf_single_event_organizer h4{
    color:#000;
    font-weight:normal;
    font-size:18px;
    margin:15px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
}
.esf_single_event_organizer h4.esf_organizer_title{
    text-align:left;
    margin:0px 0px 10px 15px;
}
.esf_single_event_organizer p{
    margin:15px 15px 0px 15px;
    padding:0;
    color:#b5b4b4;
    font-size:14px;
    line-height: 1.5;
    text-align:left;
    font-family: 'Roboto', sans-serif;
}
.esf_single_event_organizer p b{
    color:#000;
}
.esf_single_event_organizer p b i{
    margin-right:5px;
    color:#000070;
}

/* Single event content details */

.esf_single_event_details .esf_single_event_decription{
    float:left;
    width:100%;
}
.esf_single_event_decription p{
    margin:15px;
    padding:0;
    color:#b5b4b4;
    font-size:14px;
    line-height: 1.5;
    text-align:left;
    font-family: 'Roboto', sans-serif;
}

.esf_single_event_decription a.esf_single_event_gc_btn,
.esf_single_event_decription a.esf_single_event_ie_btn{
    float:left;
    padding:10px 25px;
    color:#fff;
    border:none;
    box-shadow: none;
    text-shadow:none;
    margin-bottom:15px;
    border-radius: 3px;
    font-size:14px;
    font-family: 'Roboto', sans-serif;
}
.esf_single_event_decription a.esf_single_event_gc_btn{
    background:#000070;
    margin-left:15px;
    margin-right:15px;
}
.esf_single_event_decription a.esf_single_event_ie_btn{
    background:#167b39;
}
.esf_single_event_details .esf_single_event_details_info{
    border:2px solid #f6f6f6;
    min-height:80px;
    width:95%;
    float:left;
    margin-left:15px;
}
.esf_single_event_details_info .esf_single_event_date{
    width:33%;
    float:left;
    border-right:2px solid #f6f6f6;
    text-align:center;
    min-height:80px;
}
.esf_single_event_details_info .esf_single_event_time{
    width:33%;
    float:left;
    border-right:2px solid #f6f6f6;
    text-align:center;
    min-height:80px;
}
.esf_single_event_details_info .esf_single_event_website{
    width:33%;
    float:left;
    text-align:center;
    min-height:80px;
}
.esf_single_event_details_info .esf_single_event_date h4,
.esf_single_event_details_info .esf_single_event_time h4,
.esf_single_event_details_info .esf_single_event_website h4{
    color:#000;
    font-weight:normal;
    font-size:18px;
    margin:15px 0px 5px 0px;
    font-family: 'Roboto', sans-serif;
}
.esf_single_event_details_info .esf_single_event_date h4 i,
.esf_single_event_details_info .esf_single_event_time h4 i,
.esf_single_event_details_info .esf_single_event_website h4 i{
    color:#000070;
    margin-right:10px;
}
.esf_single_event_details_info .esf_single_event_date p,
.esf_single_event_details_info .esf_single_event_time p,
.esf_single_event_details_info .esf_single_event_website p{
    margin:0px 5px ;
    padding:0;
    color:#b5b4b4;
    font-size:14px;
    font-family: 'Roboto', sans-serif;
}
.esf_single_event_details .esf_single_event_tag_cat{
    min-height:80px;
    width:94%;
    float:left;
    margin:15px 0px 0px 15px;
    text-align:left;
}
.esf_single_event_tag_cat .esf_single_event_tag,
.esf_single_event_tag_cat .esf_single_event_cat{
    width:32%;
    float:left;
    margin-right:1%;
}
.esf_single_event_tag_cat .esf_single_event_tag h4,
.esf_single_event_tag_cat .esf_single_event_cat h4{
    color:#000;
    font-weight:normal;
    font-size:18px;
    margin:15px 0px 5px 0px;
    font-family: 'Roboto', sans-serif;
}
.esf_single_event_tag_cat .esf_single_event_tag h4 i,
.esf_single_event_tag_cat .esf_single_event_cat h4 i{
    color:#000070;
    margin-right:10px;
}

.esf_single_event_tag_cat .esf_single_event_tag a,
.esf_single_event_tag_cat .esf_single_event_cat a{
    color:#000070;
    text-decoration:none;
    font-size:14px;
    background:none;
    border:none;
    text-shadow:0;
    margin:0;
    padding:0px;
    cursor:pointer;
    font-family: 'Roboto', sans-serif;
    display:inline-block;
    word-break: break-all;
}
.esf_single_event_tag_cat .esf_single_event_tag a:hover,
.esf_single_event_tag_cat .esf_single_event_cat a:hover{
    text-decoration:underline;
}

/* Single event location */

.esf_single_event_location h4{
    color:#000;
    font-weight:normal;
    font-size:18px;
    margin:0px 0px 0px 15px;
    font-family: 'Roboto', sans-serif;
}
.esf_single_event_location p,
.esf_single_event_location address{
    margin:15px 15px 0px 15px;
    padding:0;
    color:#b5b4b4;
    font-size:14px;
    line-height: 1.5;
    text-align:left;
    font-family: 'Roboto', sans-serif;
}
.esf_single_event_location p b{
    color:#000;
}
.esf_single_event_location p b i{
    margin-right:10px;
    color:#000070;
}
.esf_single_event_location .esf_single_event_location_map{
    width:180px;
    margin:15px 0px 0px 15px;
}
.esf_single_event_location_map img{
    width:180px;
    height:auto;
}

/* Mobile responsive */

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

    /* Mobile responsive header */

    .esf_single_event_wrapper .esf_single_event_container{
        min-width:95%;
        width:95%;
        margin:0 auto;
    }
    .esf_single_event_feature_image img{
        min-width:100%;
        width:100%;
        height:auto;
    }
    .esf_single_event_title_section .esf_single_event_title_content{
        width:80%;
        float:left;
        margin-left:10%;
        padding-bottom:10px;
    }
    .esf_single_event_title_content .esf_single_event_title_content_date{
        float:left;
        margin:0;
        padding:0;
        min-width:20%;
        max-width:20%;
        position: relative;
    }
    .esf_single_event_title_content .esf_single_event_title{
        float:left;
        margin:0;
        padding:0;
        min-width:80%;
        max-width:80%;
    }
    .esf_single_event_title_content .esf_single_event_price{
        width:100%;
        max-width:100%;
        float:left;
        margin:10px 0px;
        padding:0px;
        border-top:1px solid #f6f6f6;
    }
    .esf_single_event_title_content .esf_single_event_price h3{
        text-align:center;
    }
    .esf_single_event_title_content .esf_single_event_price p{
        text-align:center;
    }
    .esf_single_event_title_content .esf_single_event_buynow button{
        width:80%;
        float:none;
        margin-left:10%;
    }

    /* Mobile responsive content-orgnizer */

    .esf_single_event_content .esf_single_event_organizer{
        width:100%;
        background:#fff;
        float:left;
        border-radius:5px;
        padding:15px 0px;
        border:none;
        text-align:center;
        margin:0;
    }

    /* Mobile responsive content-details */

    .esf_single_event_content .esf_single_event_details{
        width:100%;
        background:#fff;
        float:left;
        border-radius:5px;
        margin-top:15px;
        padding:15px 0px;
        border:none;
        margin-right:0;
    }
    .esf_single_event_decription a.esf_single_event_gc_btn,
    .esf_single_event_decription a.esf_single_event_ie_btn{
        float:none;
        padding:10px 25px;
        color:#fff;
        border:none;
        box-shadow: none;
        text-shadow:none;
        margin:15px auto;
        border-radius: 3px;
        font-size:14px;
        font-family: 'Roboto', sans-serif;
        width:80%;
        display:block;
        text-align: center;
    }
    .esf_single_event_details .esf_single_event_details_info{
        border:2px solid #f6f6f6;
        min-height:80px;
        width:92%;
        float:left;
        margin:3.5%;
    }
    .esf_single_event_details_info .esf_single_event_date{
        width:100%;
        float:left;
        border-bottom:2px solid #f6f6f6;
        border-right:0px;
        text-align:center;
        min-height:80px;
    }
    .esf_single_event_details_info .esf_single_event_time{
        width:100%;
        float:left;
        border-bottom:2px solid #f6f6f6;
        text-align:center;
        border-right:0px;
        min-height:80px;
    }
    .esf_single_event_details_info .esf_single_event_website{
        width:100%;
        float:left;
        text-align:center;
        min-height:80px;
    }

    .esf_single_event_details .esf_single_event_tag_cat{
        min-height:80px;
        width:92%;
        float:left;
        margin:3.5%;
        margin-top:0px;
        text-align:left;
    }
    .esf_single_event_tag_cat .esf_single_event_tag,
    .esf_single_event_tag_cat .esf_single_event_cat{
        width:100%;
        float:left;
    }

    /* Mobile responsive Location */

    .esf_single_event_content .esf_single_event_location{
        width:100%;
        background:#fff;
        float:left;
        border-radius:5px;
        margin-right:0px;
        margin-top:15px;
        padding:10px 0px;
        border:none;        
    }
    .esf_single_event_location_map img{
        width:100%;
        height:auto;
    }
}






