/* events listing top */
body {
    background: #F6F9F9 !important;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0 !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.event-item .event-thumb {
    width: 210px;
    height: 200px;
    overflow: hidden;
}

.event-item .event-thumb img {
    width: 100%;
    margin-top: 25px !important;
}
.event-item {
    background: #fff;
}
.event-thumb {
    overflow: hidden;
}

.event-item .event-title h3 {
    font-size: 18px;
    color: #333;
}

.event-item .event-title {
    font-size: 18px;
    color: #333;
}
.event-item {
position: relative;
overflow: hidden;
padding: 10px;

}

.event-item .event-meta {
    color: #666;

}

.event-item .event-meta i {
    width: 20px;
    text-align: center;
    color: #666;
}
.line {
    background: #ddd;
    height: 1px;
    width: 66%;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}
.event-footer {
    color: #666;
    font-size: 14px;
}
.event-footer i{
text-align: center;
}

.event-footer a {
    color: #999;
    font-size: 14px;
}

.corner-ribbon{
    width: 200px;
    position: absolute;
    top: 7px;
    right: -70px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}



/* single event page section */

.single-event-header {
    height: 400px;
    overflow: hidden;

}

.single-event-header .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.single-event-header-image {
    height: 400px;
    background-clip: border-box;
    background-origin: border-box;
    background-size: cover;
    background-position: center;
    position: relative;
}

.single-event-header-image::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.single-event-title {
    z-index: 9999;
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #fff;
    float: left;
}

.event-logo {
    float: left;
    margin-right: 20px;
}

.event-logo img {
    border: 5px solid #fff;
    display: block;
    z-index: 9999;
}

.event-host-name {
    top: 15px;
    display: block;
    position: relative;
}

/* event single menu */
.single-event-menu {
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.single-event-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-event-menu ul li {
    display: inline-block;

}

.single-event-menu ul li a {
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    color: #707070;
    font-size: 18px;
    position: relative;
    border-right: 1px solid #ddd;
}

/* event content */

.single-event-content {
    margin-top: 60px;
}

.single-event-content h3 {
    font-size: 20PX;
}

.event-descrption {
    background: #fff;
    padding: 30px;
    margin: 20px 0;
    border: 1px solid #ddd;
}

.event-descrption p {
    color: #707070;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.event-categories span{
    margin-top: 10px;
}

.event-widget-content {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    margin: 24px 0;
    color: #707070;
}

.single-event-content i {
    margin-right: 7px;
}

#timer .countdown-wrapper {
    margin: 0 auto;
    
}

#timer #countdown {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #eee;
    padding: 10px 0 20px 0;
    margin-top: -14px;
    
}

#countdown .timer {
    margin: 5px 10px;
    padding: 5px 10px;
    font-size: 30px;
    font-weight: bold;
    background: transparent !important;
    color: #fff;
}

#hour:after {

    color: #fff !important;

}

#countdown #hour,
#sec,
#min,
#day {
    position: relative;

}

#countdown #hour::after {
    content: "Hours";
    position: absolute;
    font-size: 13px;
    font-family: sans-serif;
    bottom: -50%;
    display: flex;
    left: 6%;
    display: block;
    text-transform: uppercase;
    color: #ffc5c5 !important;
}

#countdown #min::after {
    content: "Minutes";
    position: absolute;
    font-size: 13px;
    font-family: sans-serif;
    bottom: -50%;
    display: flex;
    left: -7%;
    display: block;
    text-transform: uppercase;
    color: #ffc5c5 !important;
}

#countdown #sec::after {
    content: "Seconds";
    position: absolute;
    font-size: 13px;
    bottom: -50%;
    display: flex;
    left: -7%;
    display: block;
    text-transform: uppercase;
    color: #ffc5c5 !important;
}

#countdown #day::after {
    content: "Days";
    position: absolute;
    font-size: 13px;
       font-family: sans-serif;
    bottom: -50%;
    display: flex;
    left: 22%;
    display: block;
    text-transform: uppercase;
    color: #ffc5c5 !important;
}

.event-info ul li {
    margin-bottom: 10px !important;
    display: block;

}

.event-widget-content .event-info a {
    color: #694690e0 !important;
}

.event-widget-content .event-info a,
.event-info li {
    color: #666;
    font-size: 16px;
}

.event-widget-content .event-info i {
    color: #694690e0;
    min-width: 20px;
    display: inline-block;
}

.event-adspot {
    width: 730px;
    overflow: hidden;
    margin: 20px 0;
    padding: 1px;
}

.event-adspot img {
    display: block !important;
    width: 100%;
    height: auto;
}

.description-title h3,
.event-widget-title h3 {
    color: #666;
    font-size: 18px;
}
.events-wraper .single-event-right{
    margin-top: 17px;
}
#info h3 {
    color: #666;
}

.event-sidebar-ad {
    margin: 20px 0;
    width: 350x;
    height: auto;
    text-align:center;
        background: #fff;
    border: 1px solid #ddd;
    padding: 6px;
}

.event-sidebar-ad img {
    width: 350px;
    height: auto;
    background: #fff;
    padding: 6px;
    border: 1px solid #ddd;
}

.single-event-map .event-descrption {
    padding: 10px;
}


.breadcrumb {
    background: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.breadcrumb a {
    color: #223a54;
}
.breadcrumb-current.active{
    color: #929292;
}
.breadSep {
    margin-right: 7px;
    margin-left: 7px;
}

.event-menu button a:hover{
	color:#fff;
}

.clear {
    clear: both;
}

.event-categories ul li {
    margin-bottom: 10px !important;
    display: block;
    border-bottom: 1px solid #ddd;

}

.event-categories ul li a {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 7px;
}

.event-categories ul li a:hover {
    color: #fb3a3a;
}

.event-categories ul li:last-child {

    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.event-categories ul li:last-child a {

    border-bottom: none;
    margin-bottom: 0px !important;
    padding-bottom: 0;
}

.event-categories li i {
    font-size: 20px;
    margin-right: 20px;
}


h3.info_win_title {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    font-family: Roboto,Arial;
}







.meta-icon {
    display: inline-block;
    float: left;
}

.meta-icon i {
    color: #fb1f1fe0;
    margin-right: 10px;
    font-size: 24px;
    width: 25px;
    margin-right: 20px;
    position: relative;
    top: 10px
}

.meta-text {
    color: #fb1f1fe0;
    font-weight: 400;
    display: block;
    width: auto;
    line-height: 20px;
    margin: 0px;
    font-size: 16px;
    background-color: transparent !important;
}

.meta-text a {
    color: #666;

}

.meta-text span {
    display: block;
    padding: 0 0 20px 45px;
    color: #666;
    font-size: 16px !important;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: none !important;
	margin: 0 !important;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


.single-event-header-image .container {
    height: 400px;
    position: relative;
}


.event-host-name span a{
    color: #fff;
    background: #ef2d63;
    padding: 0px 6px;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.event-host-name span{
    color: #fff;
}


.expired-days {
    font-size: 14px !important;
    color: #9c9c9c;
}

.event-cat a{
    color: #28a745;
}



.event-paginate a {
background: #f8f8f8;

border: 1px solid #efecee;

border-radius: 4px;

color: #4e555c;

padding: 3px 6px;
}
.event-paginate .page-numbers.current {
    opacity: .3;
}

/* side bar widget events */

.run-ev-img {
    width: 90px;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
}
.run-ev-img img{
width: 100%;
    
}

.event_web .meta-text a {
word-break: break-word;
}



main-widget .run-ev-img img{
margin-top:2px;

}

.running-events {
 
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    height: auto;
    overflow: hidden;
}

.run-ev-title h4 {
    font-size: 14px;
    padding:0;
    margin:0;
}
.run-ev-title a {
    color: #333;
}
.event-meta date {
font-size:12px;
}

.run-ev {
    padding: 3px ;
    border: none;
    border: 1px solid #ddd;
}
.run-ev-content {
    width: 65%;
    display: inline-block;
    margin-left: 20px;
}
.main-widget .run-ev-content{
    width: 63%;
    display: inline-block;
    margin-left: 20px;
}

.main-widget .run-ev-title h4 {
    font-size: 14px;
    padding:0;
    margin:0;
}


.running-events:last-child{
    border-bottom: none;
}
.main-widget .run-ev-meta {
    font-size: 12px;
}
.main-widget .event-meta.cat a {
font-size: 12px;
}
.run-ev-meta {
    font-size: 14px;
}
.event-meta.cat a {
    font-size: 14px;
    color: #333 !important;
}





/***********
    Media Queries
**********/

@media (max-width : 575px) {
    .event-item .img-wrap img {
        width: 100%;
        height: auto;
    }

}

@media (max-width : 542px) {
    .single-event-menu li a {
        font-size: 16px !important;
    padding: 8px !important;
    }
}


@media (max-width : 468px) {
    .event-item .img-wrap img {
        width: 100%;
        height: 170px;
    }
}

@media (max-width : 767px) {
    .event-footer .col-sm-12 {
        border-bottom: 1px solid #ddd;
    }

    .event-footer .event-readmore {
        border: none;
    }
    .line{
    	width:100% !important;
    }
    .event-footer{
    text-align:center;
    }
    .event-item .event-thumb {
    width:100%;
    max-height:300px;
    margin-bottom: 20px;
    }
    .main-widget .run-ev-content{
    width:68%;
    }
}


@media (max-width : 1200px) {
    #countdown .timer {
 	font-size: 20px;
 }
 #day:after, #hour:after, #min:after, #sec:after{
 	font-size:12px !important;
 }
 .line {
 width:60% ;
 }
 .main-widget .run-ev-content{
 width:60%;
 }
 
 @media (max-width : 1024px) {
  
 .main-widget .run-ev-content{
 width:45%;
 }
 
}