/* S E S S I O N  T A B
------------------------------------------------------------------- */

.session-tab  {
	background-color: #34B96D;
	font-size: 20px;
	text-align: center;
	border-radius: 18px 18px 0px 0px ;
	overflow:hidden;
 }
.session-tab ul li {
	list-style: none;
	float: left;
	margin: 20px;
}
.session-tab-list { cursor: pointer; }
.session-tab-content.parent { cursor: auto; }
.session-tab-content {
	display: none;
	overflow: hidden;
	width: 100%;
}

.tab-content.child { cursor: auto; }
.tab-content {
	display: none;
	overflow: hidden;
	width: 100%;
}
.session-speakers ul { list-style: none; }

.session_list { background-color:#ffffff; display: table; width: 100%; }
.session_list:nth-child(even) { background-color: #f1f2f3; }

.session_list::after,
.session_list::before {
	display: block;
	clear: both;
	content: '';
}

.session_info {
	width: 25%;
	text-align: left;
	padding: 60px 30px;
	display: table-cell;
	position: relative;
	background-color:#22222b;
	color:#999999;
}
.single-speaker .session_info {
	width:  35%;
	padding: 30px 20px;
}
.session_info:after {
	content: '';
	position: absolute;
	border: 10px solid transparent;
	right: -20px;
	width: 0;
	top: 70px;
	border-color: transparent transparent transparent #22222b;
}
.single-speaker .session_info:after {
	top: 40px;
}

.session_list:nth-child(even) .session_info { background-color:#1b1b22; border-color:#1b1b22; }
.session_list:nth-child(even) .session_info:after { border-color: transparent transparent transparent #1b1b22; }

.session_details {
	padding: 60px 30px;
	display: table-cell;
	width: 75%;
}

.single-speaker .session_details {
	padding: 30px;
}

.session_timings, .session_location {
	margin-bottom: 16px;
	display: block;
	font-size: 18px;
	text-align: center;
}
.single-speaker .session_timings,
.single-speaker .session_location {
	margin-bottom: 0;
	color:#999999;
}
.session_location:not(.break)
.session_timings:not(.break),
.session_speaker_info:not(.break) {
	color: #c1c1ce;
}
.session_info-icon { text-align: center; display: table; margin: 0 auto;}
.single-speaker .session_info-icon { display: inline-block; margin: 0 5px;}
.session_location .session_info-icon  { font-size: 14px; }

.session_title {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2;
	line-height: 33px;
}
.single-speaker .session_title {
	font-size: 22px;
	margin-bottom: 0;
}

.session_title a { color:#34B96D; }
.session_title a:hover { color:#333333; }

.session_type { margin-bottom: 20px; }
.s-type {
	background: #9b3c34;
    color: #ffffff;
    padding: 5px;
    border-radius: 3px;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 4px 4px 0;
    display: inline-block;
}

.s-type-tag{
    display: inline-block;
    padding: 5px;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 2px 2px 0;
    background: #fafafb;
    color: #22222b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.session-tags-wrap{ margin: 20px 0; }

.speaker-name {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}

.speaker-thumbnail {
	position: relative;
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
.speaker-name a:hover { color:#ffffff; }

.session-content {
    margin-bottom: 20px;
    opacity: 0.8;
}
.speaker-sociables ul,
.single-speaker-deatils ul li,
.speaker-details ul li{
	list-style: none;
}

.session_main { width:100%; }

/* Session Break CSS */
.session_break {
	padding: 50px 30px;
	text-align: center;
}

/** Session Single Page **/

.single_speaker_thumbnail {
	width:20%;
	float: left;
}
.single-speaker-deatils{ width:80%; }

.ticket-desc {
	border: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
}

/* ================================================================= */
/*  Partial Section                                              */
/* ================================================================= */

.partial_section_wrap {
	position: relative;
    margin: 0 auto;
    width: 100%;
    height: 500px;
	overflow: hidden;
}

.partial_section_image {
    position: absolute;
    width: 100%;
    height: 130%;
    top: -10%;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.partial_img_overlay {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.partial-inner{
	position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

.partial-content-wrap {
	position: relative;
	margin: 0;
}

.partial-content-inner {
	padding: 30px 60px;
}

.partial-title {
	position: relative;
	margin-bottom: 20px;
}

.partial-title h3 {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
}

.partial-content {
  font-size: 14px;
  line-height: 20px;
}

.verticle-middle {
    position: relative;
    top: 30%;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

/* Hover Type
========================================================== */
.hover_type   { display: none; position: absolute; z-index: 10; left: 50%; margin-left:-30px; top:50%; margin-top:-30px; }
.hover_type a {
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius:100%;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition:		all 0.3s ease;
	-moz-transition:		all 0.3s ease;
	-o-transition:			all 0.3s ease;
	transition:				all 0.3s ease;
}
/* .hover_type a.hoverimage 	{ background-image: url('../images/icon_image.png'); } */
.hover_type a.hovergallery:hover,
.hover_type a.hoverimage:hover{ background-color:#34B96D;}
.hoverimage { position: absolute; background:transparent url('https://secretsoftopsellingagents.com/wp-content/themes/eventra/seminar/images/hoverimage.png') no-repeat center center;}
.imageframe  a img,
.imageframe  a:hover img { position:relative; z-index:2; }

/* Gallery Template & Single Page
=========================================================== */
.custompost_details { overflow:hidden; }
.custompost_thumb img {
	max-width:100%;
	height:auto;
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.custompost_thumb { position:relative; }
.custompost_thumb .imgoverlay {
	display: block;
	position: absolute;
	background: url('https://secretsoftopsellingagents.com/wp-content/themes/eventra/seminar/css/images/hover_image.png') right top no-repeat transparent;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
}

.gallery-title { font-size: 28px;  margin-bottom: 5px; }
.gallery-title span { font-size: 18px; }
.gallery-list { position:relative;}
.gallery-desc {
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.gallery-desc > span { font-size: 14px; background-color:#22222b; color:#ffffff; padding: 3px 10px;}
.gallery-list .entry-title { margin-bottom:0px; font-size:16px; background-color:#ffffff; padding: 3px 10px; }

.gallery-list:hover .entry-title { background-color:#34B96D; }
.gallery-list:hover .gallery-desc * { color:#ffffff; }
.gallery-list:hover .gallery-desc span { color:rgb(255,255,255) }
.gallery-list:hover .gallery-desc span { color:rgba(255,255,255,0.8) }

.gallery-details span {
	float: left;
	margin: 0 2px 2px 0;
	font-weight: normal;
	padding: 5px 10px;
	width: 46%;
}
.gallery-meta{ text-transform: uppercase;}
.gallery-postimg { position:relative; float: left; margin: 6px;}
.gallery-postimg a { display: block; }
.widget .gallery-postimg { margin: 2px;}
.gallery-wrap:before,
.gallery-wrap:after {
	clear:both;
	content:"";
	display:table;
}
.gallery-list .entry-title > a { color:#444444;  }
.gallery-list .entry-title > a:hover { color:#ffffff;  }

.gallery-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 3px;
	font-size: 11px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
}

.style2 .gallery-list.col_fourth  { width:25%; margin: 0 !important;  }
.style2 .gallery-list.col_third   { width:33.33%; margin: 0 !important;  }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Speakers - Sociables */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.more-speakers {
    padding: 0 0 80px 0;
}

.more-speakers .inner { max-width: 1200px; width: auto !important; }

.speakers-page-wrap{
	padding: 80px 0 50px 0;
	overflow: hidden;
}

.speaker-title {
	font-size: 18px;
    margin-bottom: 0;
}
.speaker-title a {
	color: #1C1C1C;
}
.speaker-desc  > span {
    color: #333;
    margin: 0;
	font-size: 13px;
	opacity: 0.6;
}
.speaker-item {
    position: relative;
	overflow: hidden;
	margin-bottom: 4%;
}
.speaker-thumb {
    position: relative;
	overflow: hidden;
}
.speaker-item .sociables {
	display: none;
	bottom: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}
.no_margin .speaker-item.one_half       { width: 50%; margin: 0 !important;}
.no_margin .speaker-item.one_third      { width: 33.33%; margin: 0 !important;}
.no_margin .speaker-item.one_fourth     { width: 25%; margin: 0 !important;}
.no_margin .speaker-item.one_fifth      { width: 20%; margin: 0 !important;}

.no_margin .owl-item .iva_speakerbox{
	margin: 0 !important;
}
.no_margin .owl-item .speaker-item {
	padding: 0;
}
.owl-item .iva_speakerbox{
	margin: 0 15px !important;
}
.owl-item .speaker-item {
	padding: 0 15px;
}

.speaker-item .sociables:before {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	opacity: 1;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
}
.speaker-item .iva_socials{
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.speaker-thumb .iva_socials li {
    float: none;
    position: relative;
}

.speaker-thumb .iva_socials li a {
    color: #ffffff;
	position: relative;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/* Speakers - New CSS */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.iva_speakerbox {
	position: relative;
	overflow: hidden;
	background: #34B96D;
	text-align: center;
}
.iva_speakerbox img {
	position: relative;
	top: 0;
	opacity: 1.0;
	right: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.iva_speakerbox > div {
	bottom: -110px;
	position: absolute;
	background: #ffffff;
	left: 0;
	right: 0;
	padding: 20px 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.iva_speakerbox > .speakerbox_caption {
	width: 100%;
	left: 0;
	bottom: -100px;
	position: absolute;
	padding: 4px;
	color: #ffffff;
	border-top: 4px solid transparent;
	background: transparent;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.iva_speakerbox:hover > .speakerbox_caption {
	bottom: 45%;
}
.speakerbox_caption h3{
	font-size: 18px;
	margin: 0 0 10px 0;
}
.speakerbox_caption p{
	margin: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
	opacity: 0.85;
}
.speakerbox_caption h3 a {
	color: #ffffff;
}

.iva_speakerbox > div li {
	display: inline-block;
	position: relative;
	color: #ffffff;
	bottom: -60px;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
}

.iva_speakerbox:hover img {
	opacity: 0.3;
	top: -60px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.iva_speakerbox:hover > div {
	bottom: 0;
	opacity: 1;
}

.iva_speakerbox:hover > div li  {
	bottom: 0;
}

.iva_speakerbox:hover li:first-child {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.iva_speakerbox:hover li:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.iva_speakerbox:hover li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.iva_speakerbox:hover li:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.25s;
}


.speaker_social ul,
.speaker_social ol {
	margin: 0 !important;
}

.speaker_social li a { color: #ffffff !important;}

/* s1 */
.speaker-box .iva_socials li {	bottom: -60px; }
.speaker-box:hover .iva_socials li { bottom: 0; }

.speaker-box:hover .iva_socials li:first-child {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.speaker-box:hover .iva_socials li:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.speaker-box:hover .iva_socials li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.speaker-box:hover .iva_socials li:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.25s;
}

/* Single Page Speakers
--------------------------------*/
.speakers-single-wrap {
	padding: 80px 0 40px 0;
}

.speaker-single-image img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.single-speaker-title {
	font-size: 20px;
    line-height: 1;
	margin-bottom: 10px;
}
.single-speaker-role {
	font-size: 15px;
    margin: 0 0 25px 0;
    line-height: 1;
	opacity: 0.70;
}
.speaker-left{
	width: 50%;
	float: left;
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 40px;
	text-align: right;
}
.speaker-right{
	display: inline-block;
}

.speaker-content {
    padding: 40px 0 40px 0;
    margin: 0;
}

.speaker-icon{
    position: relative;
    z-index: 20;
    width: 25px;
    height: 25px;
	margin-right: 15px;
    font-size: 16px !important;
    line-height: 25px !important;
}

.speaker-email,
.speaker-phone ,
.speaker-website{
    margin-bottom: 0px;
}
.speaker-phone span,
.speaker-email span,
.speaker-website span {
	font-size: 14px;
	opacity: 0.7;
}

.speaker-desc {
    padding: 20px 0;
    text-align: center;
}

.single-speaker-desc {
    text-align: left;
    padding: 30px 0 0 0;
    margin: 40px 0 30px 0;
    border-top: 1px solid #eeeeee;
}
.speaker-single-socials {
	margin-top: 20px;
}

.speaker-single-socials .iva_socials li a { color:#ffffff;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sessions */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.sessiontab-wrap {
	margin: 0px 0;
}

.sessiontab-header { margin-bottom: 30px;}
.sessiontab-title-details { display: inline-block; float: left; }
.sessiontab-title { margin-bottom: 5px; text-transform: uppercase; }
.sessiontab-button { overflow: hidden; float: right;}

.schedule-tabs-wrap { background-color: #34B96D; overflow: hidden; }
.schedule-tabs { list-style: none; margin: 0; padding: 0;}
.schedule-tabs li { display: inline-block; float: left; border-right: 1px solid rgba(255,255,255,0.3);  border-left: 1px solid rgba(0,0,0,0.1);}
.schedule-tabs li:first-child { border-left: none }
.schedule-tabs li:last-child { border-right: none }
.schedule-tab-list {
	display: block;
	padding: 15px 25px;
	color: #ffffff;
	cursor: pointer;
	opacity: 0.6;
}
a.schedule-tab-list { color:#ffffff !important; opacity: 0.7; }
a.schedule-tab-list:hover { color: #ffffff; opacity: 1; }
.schedule_title { display: block; font-size: 16px; text-transform: uppercase; font-weight: 400; margin-bottom: 10px;}
.schedule_date { display: table;  }
.schedule_date .date { display: table-cell; font-size: 50px; padding-right: 10px; letter-spacing: -2px; line-height: 40px;}
.schedule_date .date-split {
	display: table-cell;
	overflow: hidden;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.schedule_date .day { margin-top:5px; display: block; }
.schedule_date .month { }
.schedule_date .year { }

/* Sub Tabs */

.schedule-subtabs-wrap { background-color: #31313e; overflow: hidden; }
.schedule-subtabs { list-style: none; margin: 0; padding: 0;}

.schedule-subtab-list { color:#eeeeee; }
.schedule-subtab-list:hover { color:#ffffff; }
.schedule-subtabs li { display: inline-block; float: left; }
.schedule-subtab-list {
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	letter-spacing: 1px;
	z-index: 1;
}

.schedule-subtab-list .active {
	display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 41px;
    width: 100%;
    background-color: #1b1b22;
    opacity: 0.4;
	z-index: -1;
}

.schedule-tabs li.active a {  color:#ffffff; opacity: 1;}

/* Single Page Session
--------------------------------*/

.single-session-wrapper{
    padding: 80px 0 80px 0;
}

.single-session-info {
    position: relative;
    padding: 40px 0;
	background-color: #f1f1f4;
	border-bottom: 1px solid #e7e7ec;
}

.single-session-content {
	padding-top: 30px;
}

.single-session-content .entry-title {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: -0.5px;
}

.single-session-content > p:nth-child(2) { font-size: 21px; }
.single-session-content > p:first-of-type:first-letter {
	float: left;
    margin: 10px 10px 0 0;
    font-size: 60px;
    font-weight: bold;
    line-height: 45px;
	color: #34B96D;
}


.single-session-meta {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 0 20px;
	text-align: right;
	border-right: 1px solid #dddddd;
}

.single-session-speakers {
	width: 50%;
	display: inline-block;
	padding: 0 20px;
	text-align: left;
}

.single-line-date,
.single_session_stime { margin-left: 10px;}

.single_schedule_date,
.single_session_extras,
.single_session_tags,
.single_session_time { font-size: 14px; margin-bottom: 5px; vertical-align: middle;}

.single_session_extras { padding-top: 8px; }

.single_session_speaker_thumb {
    position: relative;
	display: inline-block;
    text-align: center;
    margin: 0 4% 4% 0;
}
.single_session_speaker_thumb a { display: block;}
.single-session-title {
    margin: 0 0 10px;
    font-size: 14px;
    color: #22222b;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.single_session_speaker_thumb img {	border-radius: 3px; width: 50px; height: 50px; }

.session-meta {
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    padding: 25px 0 20px 0;
    overflow: hidden;
}

.session-date span,
.session-loc span,
.session-timings span {
    margin-left: 10px;

}

.partial_layout.single-session-info { background-color: transparent; border: 0; padding: 0; }
.partial_layout .single-session-meta { width: 100%; float: none; border-right: 0; padding: 20px 0; text-align: left; }
.partial_layout .single-session-speakers { width: 100%; float: none; padding: 0; }
.partial_layout .single_session_speaker_thumb { float: left; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Tickets */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.iva_tkt_fancy_box{ display:none;}

.tickets-wrap {
	position: relative;
	margin: 50px 0;
}

.ticketbox {
    position: relative;
	 z-index: 1;
}

.ticketbox-inner {
    text-align: center;
}

.ticketbox .boxcontent {
    padding: 25px;
    font-size: 14px;
}

.ticket-header {
    padding: 20px 20px 0 20px;
}

.ticket-title {
    position: relative;
    color: #333333;
    top: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.ticket-price {
	position: relative;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 5px;
}

.ticket-price-desc {
    position: relative;
    color: #ffffff;
    line-height: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 300;
}

.ticket_circle {
	position: relative;
    background-color: #333333;
    top: 25px;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding: 30px 0;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 1);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.ticketbox .price-content  {
	text-align: center;
	line-height: 24px;
	padding: 50px 40px 40px 50px;
}

.ticketbox .price-content ul {
	margin: 0 0 30px 0;
	padding: 0;
}

.ticketbox .price-content ul li {
	list-style: none;
	padding: 10px 0;
	line-height: 150%;
	background:url(../images/dark10.png) bottom left repeat-x transparent;
}

.price-content ul li:last-child{
	background: none;
}

.tkt_bg_overlay {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.ticket_ribbon { position: absolute; top:0; left: 0; right: 0; }
.ticket_ribbon span {
    text-align: center;
    background: #ff8800;
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
}



/* ================================================================= */
/* Sponsors                                                          */
/* ================================================================= */

.sponsors-wrap {
	margin: 50px 0;
}

.sponsor-logo {
	border:1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
	transition: all 0.3s linear;
	padding: 20px;
}

.sponsor-logo:hover {
	box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
	padding: 20px;
}

.sponsors_carousel {
    margin: 0 auto;
}

.sponsors_thumb {
    display: table;
    margin: 0 auto;
}

.sponsors_thumb:hover a {
    color: #000000;
}

.sp-title {
    display: block;
    background-color: #ffffff;
	text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    padding: 5px 0;
}

.sp-title a {
    text-decoration: none;
	color: #444444;
}

.sp-title a:hover {
    text-decoration: none;
	color: #666666;
}

/* Single Page Sponsors
--------------------------------*/

.sponsor-single-image {
	width: 200px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.single-sponsor-title {
	font-size: 30px;
    line-height: 1;
	margin-bottom: 5px;
    text-transform: uppercase;
}

.sponsor-left{
    width: 25%;
    float: left;
    display: inline-block;
    margin-right: 50px;
}

.sponsor-right{
	overflow: hidden;
}

.sponsor-content {
	padding: 0 0 40px 0;
	overflow: hidden;
}

.sponsor-icon{
    position: relative;
    z-index: 20;
    width: 25px;
    height: 25px;
	margin-right: 15px;
    font-size: 16px !important;
    line-height: 25px !important;
}

.sponsor-website{
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.sponsor-website span {
	font-size: 14px;
	opacity: 0.7;
}

.sponsor-desc {
    margin: 20px 0;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    text-align: center;
}

.single-sponsor-desc {
    text-align: left;
    margin: 0 0 20px 0;
}

/* ================================================================= */
/* Post Navigation                                                   */
/* ================================================================= */

.navigation-section { margin: 40px 0; }
.navigation-post {
	border-top: 1px solid #dbdbdb;
	font-size: 14px;
	overflow: hidden;
}
.nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}
.nav-next {
	width: 49.9%;
	float: right;
	text-align: right;
}
.nav-previous .innerlinks,
.nav-next  .innerlinks {
	padding: 30px;
	text-decoration: none;
}
.nav-previous .innerlinks a,
.nav-next  .innerlinks  a {
	text-decoration: none;
	color: #34B96D;
}
.nav-previous .innerlinks a:hover,
.nav-next  .innerlinks  a:hover {
	text-decoration: none;
	color: #222222;
}
.innerlinks p {
	line-height: 18px;
	margin-bottom: 0px;
}
.nav-icon-left  {
	width: 25px;
	height: 22px;
	float: left;
	margin-right: 10px;
}
.nav-icon-left  i{
	line-height: 0;
}
.nav-icon-right {
	width: 25px;
	height: 22px;
	float: right;
	margin-left: 10px;
}
.nav-icon-right i{
	line-height: 0;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Ticket model box */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 900px;
	min-width: 420px;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 0.8;
	visibility: visible;
}
.md-content {
	background: #ffffff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	height: 500px;
	text-align: center;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
}

.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.tkt_box_left {
	position: absolute;
	background-color:#444444;
	color:#ffffff;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40%;
	height: 500px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.tkt_box_right {
	margin-left: 40%;
}
.iva_tkt_dialog .md-close {
    color: #dddddd;
    font-size: 24px;
    font-weight: 100;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: Arial;
    line-height: 21px;
    border-radius: 3px;
    cursor: pointer;
}

a.md-close:before,
a.md-close:after {
    display: block;
    width: 30px;
    height: 1px;
    background: #bbbbbb;
    content: '';
    top: 50%;
    left: auto;
    right: auto;
    position: absolute;
    transform: rotate(-45deg);
}

a.md-close:after { transform: rotate(45deg); }

.tkt_box_left_wrap {
	position: relative;
	z-index: 1;
	color:#ffffff;
	text-align: left;
	padding : 50px;
}
.tkt_box_right_wrap {
	position: relative;
	z-index: 2;
	text-align: left;
	padding : 80px 50px;
	overflow: hidden;
}

.tkt_box_md_title {
	font-size: 30px;
	color: inherit;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 32px;
}
.tkt_box_md_price {
	font-size: 50px;
	color: inherit;
	line-height: 50px;
	margin-bottom: 5px;
}

.tkt_box_md_pdesc {
	color: inherit;
	text-transform: uppercase;
}

.tkt_box_md_pcontent ul { margin: 0 ; padding: 0; }
.tkt_box_md_pcontent ul li { list-style: none; line-height: 2; }

.tkt_box_md_pcontent ul li:before {
	content: "\f00c";
	padding-right: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ================================================
Location Map
================================================ */

.map { height: 325px; }
.gm-style > div > div {
  /* Overlay color */
    height: 100%;
}
.gm-style img {
    /* Fix tooltip */
    max-width: none;
}
.gm-style div {
    /* Fix tooltip */
    border-style: none;
}
.gm-style > div.gmnoprint {
    /* display: none; */
}
.gm-style > div > a {
    /* display: none !important; */
}


.directions {
	text-align: center;
	padding: 30px 0;
}
.directions_inner { margin: 0 auto; max-width: 1200px; width:88%; }
.direction-img { margin: 0 auto; }
.directions_inner::after,
.directions_inner::before {
	content: '';
	clear: both;
	display: block;
}

.section-title { padding: 30px 0; }

/* Direction Map Input */

.gd-form-text label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.gd-form-text input[type="text"] {
	padding: 8px;
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition:    all 300ms ease-in 0s;
	-ms-transition:     all 300ms ease-in 0s;
	-o-transition:      all 300ms ease-in 0s;
	transition:         all 300ms ease-in 0s;
}

.gd-form-text input[type="text"]:focus {
	background-color: #ffffff;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	-webkit-box-shadow: 0 0 2px 1px #34B96D;
	-moz-box-shadow:    0 0 2px 1px #34B96D;
	box-shadow:         0 0 2px 1px #34B96D;
}

.infoBox {
    text-align: center;
}

.infobox-inner {
    display: inline-block;
    padding: 16px 24px;
    font-weight: 400;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(61, 60, 59, 0.94);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.infobox-inner:after,
.infobox-inner:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none;
}

.infobox-inner:after {
    margin-left: -10px;
    border-width: 10px;
    border-color: rgba(0, 0, 0, 0);
}

.infobox-inner:before {
    margin-left: -10px;
    border-width: 10px;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(61, 60, 59, 0.94);
}

/* Radio Fields */

.gd-form-radio {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.gd-img { display: table-cell; padding: 10px 0; }

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin: 0;
}

.gd-img input[type="radio"] { margin: 0; }
.gd-img { padding: 4px 8px; border-right: 1px solid #E4E5E5; margin: 0; }
.gd-img img { padding: 3px 0; border-bottom: 1px solid transparent; }
.gd-img:last-child { border: none; }

.gd-img input[type=radio] {
    -webkit-appearance:none;
    -moz-appearance:none;
}

.gd-img input:checked+img {
    border-bottom: 1px solid #ec5f41;
}

.directions-results {
    max-height: 170px;
    min-height: 147px;
    overflow-y: auto;
    padding: 10px;
    border: solid 1px #F0F0F0;
}

.direction-text {
    padding: 30px 10px;
    text-align: center;
    color: #C2C2C2;
}
.btn-direct {
    background: #ec5f41;
    border-color: #ec5f41;
    color: #fff;
    padding: 13px 0;
    font-weight: 600;
}
.btn-direct:hover {
    background: #fff;
    border-color: #ec5f41;
    color: #ec5f41;
}
.btn-direct:focus {
    background: #fff;
    border-color: #ec5f41;
    color: #ec5f41;
}
.form-text {
    text-align: left;
}

@media (max-width: 1200px) {
    .radio-img {
        padding: 0 4px;
    }
}
@media (min-width: 768px) {
    .direction-text {
        padding: 45px 100px;
    }
}

@media (max-width: 767px) {
    .checkbox-inline+.checkbox-inline,
    .radio-inline+.radio-inline {
        margin-left: 0;
    }
    /*.checkbox-inline,
    .radio-inline {
        width: 100%;
        }*/
    }

/*=================================================================*/
/* Contact Form 7 Styling                                          */
/*=================================================================*/

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 100%;
	max-width: 100%;
	margin: 0 0 10px 0;
  	padding: 10px;
	outline: 0;
	border: none;
	border-bottom: 2px solid #f5f5f5;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
	border-bottom: 2px solid #34B96D;
}
.wpcf7-form select {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 16px 10px;
	color: #ABABAB;
	outline: 0;
	border: none;
	border-bottom: 2px solid #f5f5f5;
}

.wpcf7-form input[type="checkbox"] { width: auto; }
.wpcf7 form.wpcf7-form p {
	margin: 0 0 10px 0 !important;
	font-weight: bold;
}
.wpcf7-list-item-label  { font-weight: normal }
.wpcf7-response-output  { display: none }
.wpcf7-form .invalid    { color: #ce1717 !important }
.wpcf7-not-valid        { border: 1px solid #ce1717 !important; }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

div.wpcf7-response-output {
	padding: 5px 10px !important;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	position:relative;
	display:block;
	font-weight: bold;
	padding: 10px 30px !important;
	text-align: center;
	margin-bottom: 20px;
	background-color:#F7F7F7;
	border:1px solid #eeeeee !important;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow:    1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	box-shadow:         1px 1px 2px 0 rgba(0, 0, 0, 0.03);
}
div.wpcf7-mail-sent-ok {
	background-color: #ebf2d8;
	border-color: #C1D96A !important;
	color: #53bf6b;
}
div.wpcf7-mail-sent-ng {
	background-color: #E8FAFB;
	border-color: #C2DADE !important;
	color: #468BBF;
}
div.wpcf7-spam-blocked {
	background-color: #f6f3da;
	border-color: #D4CFA4 !important;
	color: #b89c00;
}
div.wpcf7-validation-errors {
	background-color: #FFE5E5;
	border-color: #E8A7A7 !important;
	color: #E65451;
}

.wpcf7-form-select select:focus {
    outline: none;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Pricing Table                                                             */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.iva_pricing { position: relative; }
.iva_pricing_item {
	position: relative;
	padding: 30px 0;
	text-align: center;
	margin-bottom: 0;
}

.pricing__feature-list ul { margin: 0; padding: 0; }
.pricing__feature-list li {
    line-height: 24px;
    list-style: outside none none;
}

.price_icon { display: table; margin: 0 auto;}
.ticket-btn { margin: 0 20px; }

.pricing--yama .iva_pricing_item {
	background-color: rgba(0,0,0,0.2);
}

.pricing--yama .pricing__title {
    font-size: 2.35em;
    line-height: 1;
    margin: 0 auto;
	color: #ffffff;
}

.pricing--yama .pricing__sentence {
	margin:10px auto 20px auto;
	color: #ffffff;
	opacity: 0.7;
}

.pricing--yama .pricing__price {
	font-size: 3em;
	line-height: normal;
	font-weight: bold;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 12px;
	cursor: default;
	color: #34B96D;
	background: rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.pricing--yama .iva_pricing_item:hover .pricing__price {
	color: #fff;
}

.pricing--yama .pricing__price::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: rgba(0,0,0,0.2);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(-150%,0,0) skewX(40deg);
	transform: translate3d(-150%,0,0) skewX(40deg);
}

.pricing--yama .iva_pricing_item:hover .pricing__price::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) skewX(0deg);
	transform: translate3d(0,0,0) skewX(0deg);
}

.pricing--yama .pricing__period {
	font-size: 13px;
	font-weight: normal;
	display: block;
	color: #ffffff;
	opacity: 0.6;
}

.pricing--yama .pricing__feature-list {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
	text-align: center;
}


/* Jinpa */
.pricing--jinpa .iva_pricing_item {
	padding: 60px 25px 25px 25px;
	cursor: default;
	border: 1px solid #dddddd;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 0 10px rgba(0,0,0,0.05);
	box-shadow: inset 0 0 0 10px rgba(0,0,0,0.05);
	-webkit-transition: background-color 0.6s, color 0.3s;
	transition: background-color 0.6s, color 0.3s;
}

.pricing--jinpa .iva_pricing_item:hover {
	background-color: rgba(0,0,0,0.02);
}

.pricing--jinpa .pricing__title {
	font-size: 38px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.pricing--jinpa .pricing__price {
	width: 100%;
	height: 100px;
	margin: 30px auto 1em;
	background: rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 0 0 6px rgba(0,0,0,0.03);
	box-shadow: inset 0 0 0 6px rgba(0,0,0,0.03);
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

.pricing--jinpa .pricing__currency {
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	display: block;
	padding-top: 10px;
}
.pricing--jinpa .iva_pricing_item:hover .pricing__price {
	background: rgba(0,0,0,0.05);
}

.pricing--jinpa .pricing__sentence {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.pricing--jinpa .pricing__feature-list {
	margin: 0;
	padding: 1em 1em 2em 1em;
	list-style: none;
	text-align: center;
}

.pricing--jinpa .ticket-btn .btn {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.pricing--jinpa .iva_pricing_item:hover .ticket-btn .btn {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
	.pricing--jinpa .iva_pricing_item {
		max-width: none;
		width: 100%;
		flex: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}


/* karma */
.pricing--karma .iva_pricing_item {
	color: #382628;
	cursor: default;
	text-transform: uppercase;
	letter-spacing: 4px;
	background-color:#ffffff;
	border: 2px solid #382628;
	border-radius: 5px;
}

.pricing--karma .pricing__title {
	padding: 25px;
	margin: 0;
	font-size: 18px;
	border-bottom: 2px solid #382628;
}

.pricing--karma .icon {
	display: inline-block;
	min-width: 2em;
}

.pricing--karma .pricing__price {
	margin: 40px 25px 0 25px;
	border: 2px solid #382628;
	position: relative;
	z-index: 100;
}

.pricing--karma .pricing__currency {
	font-size: 40px;
	font-weight: bold;
	display: block;
	padding: 20px;
}

.pricing--karma .pricing__period {
	font-size: 12px;
	display: block;
	border-top: 2px solid #382628;
}

.pricing--karma .pricing__sentence {
	padding: 10px;
	font-size: 14px;
	border-bottom: 2px solid #382628;
}

.pricing--karma .pricing__feature-list {
	margin: 0;
	letter-spacing: 0;
	padding: 30px 25px;
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Blog Post																 */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.iva_blogpost_wrap .more-link { margin: 0; }
.iva_blogpost_wrap .entry-header .entry-title { line-height: 30px; }
.iva_blogpost_wrap .blog-item {
	background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.owl-item .blog-item {
    margin: 0 15px;
}

.iva_blogpost_wrap .entry-header { margin: 0 15px;}
.iva_blogpost_wrap .entry-meta > span {text-transform: none;}

.blog-item .entry-title { font-size: 20px; }

.iva_blogpost {
  position: relative;
  background-color: #222222;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.iva_blogpost * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iva_blogpost img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  opacity: 0.9;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.iva_blogpost:hover img,
.iva_blogpost.hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none
}
.postimg figure { overflow: hidden; }

.iva_blogpost .blogcaption {
  position: relative;
  bottom: 0;
  padding: 30px;
}

.iva_blogpost .date {
  background-color: #556677;
  top: -30px;
  color: #fff;
  left: 30px;
  min-height: 50px;
  min-width: 50px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}

.iva_blogpost .date span { display: block; font-size: 16px; }
.iva_blogpost .date .month { font-size: 13px; }
.iva_blogpost .date .day { background-color:#34B96D; }

.iva_blogpost h3,
.iva_blogpost p { margin: 0; }
.iva_blogpost p { margin-top: 10px; opacity: 0.7; }

.iva_blogpost h3 {
  font-size: 22px;
}

.iva_blogpost footer {
  padding: 10px 30px;
  background-color: #34B96D;
  color: #e6e6e6;
  font-size: 0.8em;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.iva_blogpost footer > div {
  display: inline-block;
  margin-left: 10px;
}
.iva_blogpost footer > div:first-child { margin-left: 0;  }
.iva_blogpost footer i {
  color: rgba(255, 255, 255, 1);
  margin-right: 5px;
}
.iva_blogpost footer a {
  color: rgba(255, 255, 255, 1);
}
.post-author a { color: #ffffff; }

/* Milestone Count
------------------------------------------------------------------- */
.milestone_wrap {
    position: relative;
    padding: 25px;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.milestone_icon {
    color: #808080;
    font-size: 20px;
	display: table-cell;
    vertical-align: middle;
}
.milestone-text { opacity: 0.7; }
.milestone_content {
    display: table-cell;
	vertical-align: middle;
}
.count-number {
    color: #808080;
    font-size: 40px;
	line-height: 100%;
    font-weight: 900;
    margin-bottom: 0;
}

.milestone_icon .xl { font-size: 5em; line-height: 100%; }
.milestone_icon .lg { font-size: 4em; line-height: 100%; }
.milestone_icon .md { font-size: 3em; line-height: 100%; }
.milestone_icon .sm { font-size: 2em; line-height: 100%; }
.milestone_icon .xs { font-size: 1em; line-height: 100%; }

/* Session Counter */
.session-counter-details{ display: table; float: none; padding-top: 15px; margin: 0; }
.session-counter-text {	display: table-cell; vertical-align: middle;}
.session-counter-title{ font-weight: bold; margin-bottom: 0;}
.session-counter-desc{ margin-bottom: 0;}

.session-counter-button{ display: table-cell; vertical-align: middle; }
.session-counter-button .btn { margin: 0; }