/* Table of Content
==================================================
    #Custom Style Event
    #Event single
/* #Custom Style Event
================================================== */
.cosmedix_custom_header .text-custom-header{
	margin-top: 35%;
	width: 55%;
}
.cosmedix_custom_header .text-custom-header .title-custom-header{
	font-size: 50px;
	font-family: Raleway-ExtraBold;
	font-weight: bold;
	line-height: 60px;
	color: #000;
	text-transform: uppercase;
}
.cosmedix_custom_header .text-custom-header .header_description{
	padding-top: 5px;
	font-family: Raleway-Regular;
	font-size: 17px;
	color: #46453f;
	line-height: 30.6px;
}
.cosmedix_custom_header .text-custom-header .header_breadcrumb{
	margin-top: 45px;
}
/*content event*/
.container_active_event .archive-content-filter{
	padding: 0 15px;
	margin: 30px 0;
}
.grid-item-event{
	display: block !important;
	margin-bottom: 30px;
}

.grid-item-event .body-item{
	background-color: #fbfbfb;
	display: inline-block;
}
.grid-item-event .entry-thumbnail{
	overflow: hidden;
    position: relative;
}

.grid-item-event .entry-thumbnail .post-thumbnail {
    background-color: rgba(0,0,0,0.1);
	display: block;
}
.grid-item-event .entry-thumbnail .post-thumbnail:before, .grid-item-event .entry-thumbnail .post-thumbnail:after {
    content: "";
    width: 92%;
    height: 92%;
    position: absolute;
    left: 4%;
    top: 4%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.grid-item-event .entry-thumbnail .post-thumbnail:before {
    width: 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}
.grid-item-event .entry-thumbnail .post-thumbnail:after {
    height: 0;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
}
.grid-item-event .entry-thumbnail:hover .post-thumbnail:after {
    height: 92%;
}
.grid-item-event .entry-thumbnail:hover .post-thumbnail:before {
    width: 92%;
}
.grid-item-event .entry-wrapper{
	padding-top: 45px;
}
.grid-item-event .entry-header{
	margin-bottom: 20px;
}
.grid-item-event .entry-header,
.grid-item-event .entry-content,
.grid-item-event .entry-meta{
	margin-left: 30px;
	margin-right: 30px;
}
.grid-item-event .entry-header .entry-title{
	margin-top: 0;
	min-height: 72px;
}
.grid-item-event.one-column .entry-header .entry-title{
	min-height: 60px;
}
.grid-item-event .entry-header .entry-title a{
	font-family: Raleway-Medium;
	font-size: 22px;
	color: #000;
	line-height: 26.4px;
	font-weight: 400;
}
.grid-item-event .entry-meta{
	list-style: none;
	margin-top: 25px;
	margin-bottom: 40px;
	font-size: 15px;
	font-family: Raleway-Medium;
	color: #7d7d7d;
}
.grid-item-event .entry-meta li{
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}
.grid-item-event .entry-meta li:last-child{
	border: 0;
}
.grid-item-event .read-more{
	display: block;
	color: #ccc;
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 19.2px;
	background-color: #f2f2f2;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	text-transform: uppercase;
	-webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.grid-item-event .read-more:hover{
	color: #fff;
	background-color: #899f00;
	-webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.grid-item-event.two-column .entry-thumbnail img{
	width: 100%;
}

/* #Event single
================================================== */
.top-header-content-event-post{
	float: left;
    width: 100%;
	margin-top: 35px;
	margin-bottom: 85px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #e5e5e5;
}
.top-header-content-event-post a{
	font-size: 14px;
	color: #c9c5c5;
	font-family: Raleway-Medium;
	line-height: 21px;
}
.top-header-content-event-post .dropdown-cate{
	position: relative;
}
.top-header-content-event-post .dropdown-cate button{
	border: 1px dashed #e5e5e5;
    padding: 10px 20px;
    border-radius: 25px;
	color: #c9c5c6;
	background: transparent;
	width: 200px;
	white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.top-header-content-event-post .btn-cate:focus {
    outline: 0 !important;
}
.top-header-content-event-post .dropdown-cate .dropdown-menu-cate {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.top-header-content-event-post .dropdown-cate.open .dropdown-menu-cate {
    display: block;
	width: 180px;
    margin: 5px 10px;
}
.top-header-content-event-post .dropdown-menu-cate>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    white-space: nowrap;
}
.top-header-content-event-post .dropdown-menu-cate>li>a:focus ,
.top-header-content-event-post .dropdown-menu-cate>li>a:active {
	text-decoration:  none;
}
.top-header-content-event-post .back-event-page{
	text-align: left;
    width: 200px;
	float: left;
}
.top-header-content-event-post .event-category{
	float: right;
}

.top-header-content-event-post .event-category i{
	margin-left: 30px;
}
.header-content-event-post{
	width: 100%;
    margin-bottom: 80px;
    float: left;
}
.header-content-event-post h2.title-event-post{
	text-align: center;
	font-size: 35px;
	color: #000;
	line-height: 42px;
	font-family: Raleway-SemiBold;
	text-transform: uppercase;
}
.header-content-event-post h2.title-event-post a{
	text-decoration: none;
	color: #000;
}
.header-content-event-post .info-event-post ul{
	list-style: none;
	width: 100%;
	text-align: center;
}
.header-content-event-post .info-event-post ul li{
	display: inline;
	padding: 0px 15px;
}
.header-content-event-post .info-event-post ul li i{
	font-size: 15px;
}
.header-content-event-post .info-event-post ul li span{
	margin-left: 5px;
	font-size: 15px;
	color: #7d7d7d;
	font-family: Raleway-Medium;
}

.section_class_post{
	margin-top: 88px;
}

.join_trainer{
	padding-top: 35px;
    background-color: #899e00;
}
.join_trainer .content-join-trainer .vc_custom_1461075871630{
	margin-bottom: 30px;
}
.join_trainer .btn-section-trainer .vc_custom_1461073502735 {
    margin-top: 30px;
}
.tax-event-types #main-content{
    padding-top:30px;
}
@media only screen and (min-width: 768px){
	.grid-item-event.one-column .entry-thumbnail img{
		width: 100%;
	}
	.grid-item-event.one-column .entry-thumbnail{
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	.grid-item-event.one-column .entry-wrapper{
		width: 50%;
		float: left;
		padding-left: 2%;
	}
	.grid-item-event.one-column .entry-wrapper{
		padding-top: 0;
	}
	.grid-item-event.one-column .entry-header, 
	.grid-item-event.one-column .entry-content, 
	.grid-item-event.one-column .entry-meta{
		margin: 0;
	}
	.grid-item-event.one-column .entry-header{
		margin-top: 23px;
	}
	.grid-item-event.one-column .entry-content{
		margin-bottom: 26px;
	}
	.grid-item-event.one-column .entry-meta{
		margin-bottom: 40px;
	}
	
	
}



@media only screen and (max-width: 1370px) {
	.cosmedix_custom_header .text-custom-header{
		margin-top: 20%;
	}
}
@media only screen and (max-width: 990px) {
	.container_active_event  .content{
		margin-top: 30px;
	}
	
	.cosmedix_custom_header .text-custom-header{
		margin-top: 30%;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.grid-item-event .entry-thumbnail img{
		width: 100%;
	}
	
	.join_trainer .btn-get-started, .join_trainer .btn-purchase-now{
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.cosmedix_custom_header .text-custom-header .title-custom-header{
		font-size: 45px;
		line-height: 50px;
	}
	.cosmedix_custom_header .text-custom-header{
		width: 100%;
	}
	.top-header-content-event-post .back-event-page,
	.top-header-content-event-post .event-category{
		text-align: center;
		float: none;
		width: 100%;
		height: 50px;
	}
	.content-event p{
		text-align: justify;
	}
	.cosmedix_custom_header .text-custom-header {
		margin-top: 160px;
	}
}
