/*
box list grid css  
*/
@font-face {
    font-family: 'Titillium Web';
    src: url(../fonts/TitilliumWeb-Regular.ttf);
    font-weight:400;
}
@font-face {
    font-family: 'Titillium Bold';
    src: url(../fonts/TitilliumWeb-Bold.ttf);
    font-weight:400;
}
@font-face {
    font-family: 'Titillium SemiBold';
    src: url(../fonts/TitilliumWeb-SemiBold.ttf);
    font-weight:400;
}
@font-face {
    font-family: 'Titillium Light';
    src: url(../fonts/TitilliumWeb-Light.ttf);
    font-weight:400;
}
* {
  box-sizing: border-box;
}
.evnts-col-1 {width: 8.33%;}
.evnts-col-2 {width: 16.66%;}
.evnts-col-3 {width: 25%;}
.evnts-col-4 {width: 33.33%;}
.evnts-col-5 {width: 41.66%;}
.evnts-col-6 {width: 50%;}
.evnts-col-7 {width: 58.33%;}
.evnts-col-8 {width: 66.66%;}
.evnts-col-9 {width: 75%;}
.evnts-col-10 {width: 83.33%;}
.evnts-col-11 {width: 91.66%;}
.evnts-col-12 {width: 100%;}

[class*="evnts-col-"] {
  float: left;
  position: relative;
  min-height: 1px;
}
.evnts-row{

}
.evnts-row::after {
  content: "";
  clear: both;
  display: table;
}
.evnts_container{
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	padding:0px 15px
}
section{
	overflow: hidden;
	display: block;
}
/*
	end grid css  
*/

#events{
	border-right:1px solid #eaeaea; 
}
#evnts_search{
	background: #ccc;
	background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url("../images/events_cover.jpg");
	    background-size: auto, auto;
	background-size: cover;
	font-family: 'Titillium Web';
	padding:20px;
	background-position:0 -168px;
}
#evnts_search h2{
	font-weight:bold;
	color: #262626;
	color: white;
	margin: 0;
	font-size:2em;
	text-align: center;
	font-family: 'Titillium SemiBold', sans-serif;
}
#evnts_search p{
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	color: white;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 12px;
	text-shadow: 0px 0px 4px #000;
}
#evnts_search p:last-child{
	margin-top:10px;
	padding-top:0px;
}

#evnts_search span a{
	color: #00a1dd !important;
	font-weight: 700;
}

#evnts_search a:hover{
	color:#00A1DD;
}
#evnts_search form{
	text-align: center;
}
#evnts_input{
	display: inline-block;
	background: rgba(250,250,250,0.8);
	border: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 7px 14px;
	height: 40px;
	outline: none;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	width: 30%;
	transition: .25s ease;
	box-shadow: none;
	margin: 0 3px;
	border-radius: 3px;
}

#evnts_search select{
	display: inline-block;
	background: rgba(250,250,250,0.8);
	border: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 7px 14px;
	height: 40px;
	outline: none;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	width:10%;
	max-width:10%;
	transition: .25s ease;
	box-shadow: none;
	margin: 0 auto;
	border-radius: 3px;
}

#evnts_search .chosen-container{
	width: 150px;
	margin: 0 3px;
}

#evnts_search .chosen-container a{
background: rgba(255,255,255,0.8);
border-radius: 3px;
color: #333;
}
#evnts_search .chosen-single div::after{
	display: none;
}
#evnts_search .chosen-container.chosen-with-drop .chosen-drop{
	width:220px;
	text-align: left;
}
#evnts_submit{
	display: inline-block;
	font-size: 16px !important;
	font-weight:400 !important;
	font-family: 'Titillium Web', sans-serif;
	border-radius: 3px;
	transition: all 0.5s; 
	background: #00a1dd;
	margin: 0 3px;
	color: #fff;
	text-transform: capitalize;
}
#evnts_submit:hover{
	background: rgba(72,166,213,0.99);
	color: #fff;
}
#evnts_search hr{
	width:30%;
	margin:20px auto;
	border-top: 1px rgba(255,255,255,0.4) solid;
}
.evnts_select{
	display: inline-block;
}
/*=========================events info======================*/
#evnts_page{
border-right:1px solid #eaeaea; 
}
#evnts_page_title{
	background: #fcfcfc;
	padding: 50px 0px 15px 10px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	overflow: hidden;
}
#evnts_page_title h1{
	font-family: 'Titillium SemiBold', sans-serif;
	font-size:22px;
	font-weight:bold;
	margin: 0;
	line-height:30px;
}
#events_info{
	padding:10px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}

#evnts_date{
	float: left;
	text-align: center;
	padding-top: 15px;
}
#evnts_date h2{
	font-family: 'Titillium SemiBold', sans-serif;
	margin:0;
	font-weight:800;
	color: #000;
	line-height: 30px;
}
#evnts_date h3{
	font-family: 'Titillium Light', sans-serif;
	margin:0;
	font-weight:300;
	color: #333;
}
#events_flag{
	margin:0;
	text-align: center;
	width: 100%;
}
#events_flag img{
	width:24px;
}
#evnts_logo{
	float: left;
	display: block;
	padding-left: 20px;
}
#evnts_logo img{
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
}

#evnts_text{
	color:#333;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;

}
#evnts_text h1{
	font-family: 'Titillium SemiBold', sans-serif;
	font-size:22px;
	font-weight:bold;
	margin: 0;
	line-height: 18px;
	margin-bottom:18px;
}
#evnts_text h1 a{
	color:#000;
	transition: all 0.5s; 
}
#evnts_text h1 a:hover{
	color:#aaa;
}
#evnts_description{
	font-size:90%;
	line-height: 20px;
}
#evnts_description p{
	margin-bottom:15px;
}
#evnts_location{

}
#evnts_location p{
	margin-bottom: 5px;
	font-size: 14px;
}
#evnts_location .fa{
	width: 30px;
	text-align: center;
	color: #000;
	margin-left: -5px;
	font-size: 22px;
}

/*=============== Events Sideber css=============*/
#events_sidebar{
	margin-top:30px;
}
.events_widgets{margin:0px 25px}
.events_widgets h1{
	color: #aaaaaa;
	font-family: 'Titillium SemiBold', sans-serif;
	font-size:19px;
	font-weight: bold;
	margin: 0;
	padding-bottom:10px;
	border-bottom:1px solid #eaeaea;
	text-transform: uppercase;
}

.events_widgets .jeg_block_heading .jeg_block_title{
	color: #aaaaaa;
	font-family: 'Titillium SemiBold', sans-serif;
	font-size:19px;
	font-weight: bold;
	margin: 0;
	padding-bottom:10px;
	text-transform: uppercase;
}

.events_widgets .jeg_block_heading .jeg_block_title{
	padding-bottom:0;
}
.events_widgets .jeg_block_heading_6 {
    border-bottom:1px solid #eaeaea;
}
.events_widgets .jeg_block_heading_6:after {
    background-color: #eaeaea;
    height:0;
}
/*======pagination============*/
#evnts_pagination{
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	margin-top: 20px;
}
#evnts_pagination span,#evnts_pagination a{
	padding:1px 6px;
	margin:0 1px; 
}
#evnts_pagination a{
	background: #ddd;
	color: #333;
}
#evnts_pagination a:hover{
	background: #333;
	color: #ddd;
}
#evnts_pagination .current{
	background: #333;
	color: #ddd;
}
#evnts_pagination .dots{
	background: none;
	color: #333;
}
/*===============DETAILS PAGE=============*/
#evnts_single_page{
	margin-top: 20px;
}
#evnts_single_logo{
	display: block;
	width: 150px;
	height: 150px;
	margin:auto;
}
#evnts_single_logo img{}
#evnts_single_date{
	display: block;
	text-align: center;
	padding-top:5px;
}
#evnts_single_date h2{
	font-family: 'Titillium SemiBold', sans-serif;
	margin: 0;
	font-weight: 800;
	color: #000;
	line-height: 30px;
}
#evnts_single_date h3{
	font-family: 'Titillium Light', sans-serif;
	margin: 0;
	font-weight: 300;
	color: #333;
	font-size:30px;
}
#evnts_single_table{
	margin-left: 20px;
}
.evnts_table{
	width: 100%;
}
.evnts_table tr td{
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	padding:2px 5px;
	font-family: 'Titillium web', sans-serif;
}
.evnts_table td{
background: #f4f4f4;
}
.evnts_table tr td:first-child{
border-right:3px solid #fff;
color: #000;
}
.evnts_table tr td:last-child{
color: #777;
}
#evnts_single_table h1{
	font-family: 'Titillium SemiBold', sans-serif;
	font-size:32px;
	font-weight: bold;
	margin:15px 0;
	line-height:36px;
	margin-bottom:20px;
}
#evnts_single_content{
	margin-left: 55px;
}
#evnts_single_content h1{
	font-family: 'Titillium SemiBold', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin:40px 0px 20px 0px;
	line-height: 18px;
}
#evnts_single_content p{
	color: #262626 !important;
	font-family: 'Open Sans' !important;
	font-size: 1rem !important;
	line-height: 1.875rem !important;
	margin:5px 0;
}

/*responsive style*/
@media (max-width:1100px){
	.evnts-logo{
		width:100% 
	}
	.evnts-text{
		width: 100%;
	}
	#evnts_date{}
	#evnts_logo{margin-bottom: 20px;}
}

@media (max-width:920px){
	#evnts_page{
		width:100%;
		border-right:0px solid #eaeaea; 
	}
	#events_sidebar{
		width:100%;
	}
	#events{
		border-right:0px solid #eaeaea; 
	}	
	.events_widgets{
		margin:0;
	}
	.evnts-single-logo{width: 100%}
	.evnts-single-table{width: 100%}
	#evnts_single_table{
		margin-left:0px;
	}
	#evnts_single_content{
		margin-left:0px;
	}
	#evnts_subscriber{
		background-position: -89px 38px;
	}
}

@media (max-width:780px) {
	#events_single_sidebar{
		width:100%;
	}
	#evnts_single_page{
		width:100%;
	}
	.evnts-subscriber{
		width: 100%;
	}
}
@media (max-width:600px) {
	#evnts_input{
		width: 100%;
		display: block;
		margin:3px 0;
	}
	#evnts_search .chosen-container{
		margin:3px 0;
		width:50%;
	}
	#evnts_submit{
		width: 100%;
		display: block;
		margin:3px 0;
	}
}

@media (max-width: 576px) { 
	.evnts-newsletter{
		width: 100%;
		text-align:center;
	}
	.evnts-subs-email{
		width: 100%
	}
	#evnts_subscriber {
	    background-position: -330px 44px;
	}
}

