/*** Conference Styles - 3-19 ***/
/**** GLOBAL ****/
body {
	font-family: "proxima-nova","proxima nova","Lato", sans-serif;
	font-size: 16px;
}
#conference-top-links.fixed {
    position: fixed;
    top: 69px;
    z-index: 100;
    width: 100%;
}



/* TITLES */
.conference-title-row h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 0;
}

/**** COUNTDOWN BAR ****/
#conference-countdown .et_pb_code_inner {
    display: flex;
    justify-content: center;
    padding: 20px 0 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
	#conference-countdown .et_pb_code_inner h2 {
	    color: #fff;
	    font-size: 34px;
	    font-weight: 700;
	    padding-bottom: 0;
	}
	#conference-countdown h4 {
	    color: #fff;
	    font-weight: 700;
	    font-size: 24px;
	}
	#countdown ul {
		padding-bottom: 0;
	}
		#countdown li {
		    display: inline-block;
		    margin: 0 10px;
		    font-size: 15px;
		    position: relative;
		    width: 60px;
		    text-transform: uppercase;
		}
			#countdown li:after {
			    content: ":";
			    font-size: 43px;
			    position: absolute;
			    left: calc(100% + 5px);
			    top: 0;
			}
			#countdown li:last-child:after {
			    display: none;
			}
			#countdown li span {
			    font-size: 45px;
			    display: block;
			    font-weight: 700;
			}
	#countdown ul {
	    margin-top: -10px;
	}
		#countdown li {
		    margin-top: 0px;
		    line-height: 1;
		}


/*** TOP LINKS ***/
#conference-top-links .et_pb_column {
	padding: 0;
	position: relative;
	height: 38px;
	transition: all .2s ease-out;
}
#conference-top-links .et_pb_column:nth-child(1) {
    background: #192d52;
}
#conference-top-links .et_pb_column:nth-child(2) {
    background: #2d4a80;
}
#conference-top-links .et_pb_column:nth-child(3) {
    background: #192d52;
}
	#conference-top-links .et_pb_column:hover {
	    background: #d52533;
	    
	}
	#conference-top-links .et_pb_column a {
	    color: #fff;
	    text-transform: uppercase;
	    font-family: "proxima-nova","proxima nova",sans-serif;
	    font-size: 20px;
	    font-weight: 600;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    text-align: center;
	    padding-top: 5px;
	}



/*** HERO ***/
#conference-hero {
    padding: 140px 0 0px;
}
	#conference-hero h1 {
	    font-size: 40px;
	    color: #192d52;
	    font-weight: 700;
	    text-transform: uppercase;
	    text-align: center;
	    line-height: 110%;
	}
		#conference-hero h1 strong {
		    font-size: 60px;
		    display: block;
		    margin-bottom: 10px;
		    color: #d52533;
		}
	#conference-hero h3 {
	    font-size: 29px;
	    text-transform: uppercase;
	    font-weight: 600;
	    color: #d52533;
	    padding-bottom: 30px;
	}
	#conference-hero .btn {
	    background: #192d51;
	    text-align: center;
	    width: 250px;
	}

#conference-sold-out {
    background: rgba(0,0,0,.4);
    padding: 40px 5%;
    font-size: 22px;
    line-height: 1;
}
	#conference-sold-out h2 {
	    font-size: 40px;
	    padding-bottom: 40px;
	}
		#conference-sold-out h2 strong {
		    display: block;
		}
	#conference-sold-out h3 {
	    font-size: 34px;
	}
	
/**** STAGGERED SECTIONS ****/
#conference-staggered h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}
#conference-staggered p {
    font-size: 24px;
}

#conference-staggered #highest-reviewed {
    margin-bottom: 0;
}
	.highest-reviewed-right {
	    text-align: left;
	}
	#conference-staggered #highest-reviewed h2 {
	    font-weight: 400;
	    padding-bottom: 0;
	}
	.highest-reviewed-right .btn {
	    background: #d52533;
	    text-decoration: underline;
	    padding: 0.6em 1em;
	    line-height: 100%;
	}
		.highest-reviewed-right .btn:hover {
		    background: #fff;
		    border: 1px solid #d52533;
		    color: #d52533 !important;
		    cursor: pointer;
		}
		
/**** TESTIMONIAL ROWS ****/
.conference-testimonial-row .conference-testimonial {
    min-height: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -100vw;
    position: relative;
}
	.conference-testimonial-row .conference-testimonial a {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	}
.conference-hear-more {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,-35px);
    z-index: 10;
}
	.conference-hear-more .btn {
	    background: #234eae;
	    border-radius: 30px;
	    line-height: 100%;
	    font-size: 18px;
	    padding: 0.6em 1.7em;
	    font-weight: 600;
	    font-family: "proxima-nova","proxima nova", "Roboto",sans-serif;
	}		
		.conference-hear-more .btn:hover {
			background: #fff;
			border: 1px solid #234eae;
			color: #234eae;
		}

/**** UPCOMING CONFERENCES ***/
#conference-2-day-vid h2 {
    font-size: 28px;
    padding-bottom: 20px;
}
	#conference-2-day-vid p {
	    font-size: 22px;
	    line-height: 150%;
	}
#upcoming-conferences h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}
#upcoming-conferences ul {
	padding-left: 0;
}
	#upcoming-conferences li {
	    list-style: none;
	    font-size: 18px;
	    background: #fff;
	    color: #192d51;
	    padding: 10px 10px 10px 20px;
	    margin: 5px auto;
	    border-left: 10px solid #d1242d;
	}
#upcoming-conferences .btn {
    background: #224eae;
    width: 390px;
    padding: .4em;
}

	

/**** SPEAKERS / PODCAST GUEST DETAILS ****/
.conference-speaker-detail {
    min-height: 200px;
}
.conference-speaker-detail:not(.right) {
    line-height: 130%;
    padding-left: 30px;
}
	.conference-speaker-detail h3 {
	    font-size: 26px;
	    text-transform: uppercase;
	    font-weight: 700;
	    position: relative;
	}
		.conference-speaker-detail h3:before {
		    content: "";
		    height: 21px;
		    width: 18px;
		    background: url(/wp-content/uploads/business-conferences-icon-details-arrow.png) no-repeat center/contain;
		    position: absolute;
		    left: -30px;
		    top: 3px;
		}
.conference-speaker-detail.right {
    line-height: 130%;
    padding-right: 30px;
    text-align: right;
}
	.conference-speaker-detail.right h3:before {
	    transform: rotate(180deg);
	    left: auto;
	    right: -30px;
	}
	

/**** COMPARISON TABLE ****/
#comparison-table-img {
    overflow-x: scroll;
}
	#comparison-table-img img {
	    width: 1079px;
	    max-width: 1079px;
	    position: relative;
	    left: -10px;
	}

/*** RESET DIVI TABLE BORDERS ***/
table#conference-comparison, 
table#conference-comparison tbody tr, 
table#conference-comparison tbody td {
    border: 1px solid transparent;
}

table#conference-comparison tbody td {
    font-size: 13px;
    line-height: 120%;
    color: #333;
    height: 55px;
    padding: 13px 20px;
    border: 1px solid #333;
}
	table#conference-comparison tbody tr td:first-child {
	    width: 7%;
	    border: none;
	    padding-right: 10px;
	}
	
		table#conference-comparison tbody tr:not(:nth-child(1)) td:first-child {
		    background: #192d52;
		    position: relative;
		    padding: 0;
		    border-right: 15px solid #fff;
		    border-bottom: 3px solid #fff;
		}
			table#conference-comparison tbody tr td:first-child:before {
			    content: "";
			    width: 52px;
			    height: 40px;
			    background: url(/wp-content/uploads/business-conferences-icon-comparison-sprite.png) no-repeat;
			    background-size: 45px;
			    top: 50%;
			    left: 50%;
			    transform: translate(-50%,-50%);
			    position: absolute;
			    z-index: 1;
			}
				table#conference-comparison tbody tr:nth-child(1) td:first-child:before {
					background: none;
				}
				table#conference-comparison tbody td.step:before {
				    background-position: 0 5px;
				}
				table#conference-comparison tbody tr td.hands-on:before {
				    background-position: 0 -37px;
				}
				table#conference-comparison tbody tr td.two-day:before {
				    background-position: 0 -75px;
				}
				table#conference-comparison tbody tr td.systems:before {
				    background-position: 0 -113px;
				}
				table#conference-comparison tbody tr td.growth:before {
				    background-position: 0 -154px;
				}
				table#conference-comparison tbody tr td.laugh:before {
				    background-position: 0 -195px;
				}
				table#conference-comparison tbody tr td.upsell:before {
				    background-position: 0 -237px;
				}
				table#conference-comparison tbody tr td.videos:before {
				    background-position: 0 -273px;
				}
				table#conference-comparison tbody tr td.handouts:before {
				    background-position: 0 -315px;
				}
				table#conference-comparison tbody tr td.subscription:before {
				    background-position: 0 -351px;
				}
				
			table#conference-comparison tbody tr td:first-child:after {
			    content: "";
			    border-right: 10px solid #fff;
			    border-top: 27px solid transparent;
			    border-bottom: 27px solid transparent;
			    position: absolute;
			    right: 0;
			    top: 50%;
			    transform: translate(0,-50%);
			}
	
	table#conference-comparison tbody tr.brands td {
	    border-top: 0;
	}
	table#conference-comparison tbody tr.brands td:nth-child(2) {
		border-left: 0;
	}	

	table#conference-comparison tbody tr td:nth-child(2) {
	    width: 19%;
	    padding-left: 0;
	}
	table#conference-comparison tbody tr td:nth-child(3),
	table#conference-comparison tbody tr td:nth-child(4),
	table#conference-comparison tbody tr td:nth-child(5) {
	    width: 20%;
	}
	table#conference-comparison tbody tr td:nth-child(5) {
		border-right: 0;
	}


/**** JUST ANOTHER CONFERENCE ****/
#conference-podcast {
    margin-top: 20px;
    margin-bottom: 40px;
}
	#conference-podcast .smart-track-player {
	    margin-top: 50px;
	}
	#conference-podcast .btn {
	    background: #224eae;
	    width: 200px;
	}

#conference-text-top h2 strong {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "proxima-nova","proxima nova",sans-serif;
    display: block;
    padding-bottom: 20px;
}
#conference-text-top p {
    font-size: 20px;
}

/**** CONFERENCE SYSTEMS ***/
#conference-learn-systems .btn {
    background: #192d52;
    font-size: 26px;
    padding: 0.7em 3em;
    font-family: "proxima nova","proxima-nova",sans-serif;
    font-weight: 800;
}
	#conference-learn-systems .btn:hover {
		background: #fff;
		border: 1px solid #192d52;
		color: #192d52 !important;
	}
	
/**** MEET THE BUSINESS OWNERS ****/
#conference-meet-the-owners h2 {
    font-size: 45px;
    font-family: "Oswald","Proxima Nova","proxima-nova",sans-serif;
    text-transform: uppercase;
}
#conference-meet-the-owners h4 a {
    color: #fff;
    font-size: 25px;
    display: block;
}
	#conference-meet-the-owners h4 a span {
	    color: #e7d1c1;
	    text-transform: uppercase;
	    font-size: 26px;
	    display: block;
	    line-height: 110%;
	    text-decoration: underline;
	    font-weight: 700;
	}
#conference-meet-owners-title .thrive-video-trigger {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    z-index: 11;
}


/*** RISK FREE GUARANTEE ***/
#conference-risk-free:before {
    content: "";
    width: 77px;
    height: 77px;
    position: absolute;
    left: 50%;
    top: -35px;
    background: url(/wp-content/uploads/business-conferences-icon-thumbs-up-red.png) no-repeat center /contain;
    z-index: 10;
    transform: translate(-50%);
}
#conference-risk-free h2 strong {
    font-size: 42px;
    font-weight: 800;
    padding-bottom: 20px;
    display: block;
}
#conference-risk-free h3 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 30px;
}
#conference-risk-free p {
    line-height: 120%;
    max-width: 980px;
    margin: 0 auto;
}

/****** PHOTO GALLERY *****/
#conference-gallery h2 {
    font-family: "proxima-nova","proxima nova",arial,sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #192d52;
    font-size: 32px;
}
#conference-gallery .et_pb_gallery_item {
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    width: 22%;
}


/****** START HERE BOOK *****/
#conference-start-here-book h2 {
    font-size: 47px;
    padding-bottom: 20px;
}
#conference-start-here-book h3 {
    font-size: 45px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
#conference-start-here-book p {
    font-size: 30px;
    color: #777;
}
#conference-start-here-book .btn {
    font-size: 28px;
    position: relative;
    top: 50px;
    padding: 0.8em 2.5em;
    background: #d52533;
}
	#conference-start-here-book .btn:hover {
	    background: #fff;
	    border: 1px solid #d52533;
	    color: #d52533 !important;
	}
	
/**** REGISTER NOW ****/
#conference-register-bottom .btn {
    background: #192d52;
    font-size: 26px;
    padding: 0.7em 3em;
    font-family: "proxima nova","proxima-nova",sans-serif;
    font-weight: 800;
}
	#conference-register-bottom .btn:hover {
		background: #fff;
		border: 1px solid #192d52;
		color: #192d52 !important;
	}

/*** FAQs ****/
#faqs {
    padding: 20px 0;
}
	#faqs h2 {
	    font-size: 32px;
	    font-weight: 600;
	    text-align: center;
	    padding-bottom: 0;
	}
	#faqs p {
	    font-size: 23px;
	    text-align: center;
	    margin-top: 5px;
	}
	#faqs label input[type=checkbox] {
	    display: none;
	}
	#faqs label {
	    display: block;
	    margin: 20px auto;
	    position: relative;
	    padding-left: 40px;
	    font-size: 26px;
	}
		#faqs label .faq-content {
			position: relative;
		    height: 0;
		    max-width: 770px;
		    overflow: hidden;
		    border: 2px solid transparent;
	        padding: 0 20px;
		    box-sizing: border-box;
		    opacity: 0;
		    font-size: 18px;
		    transition: all .2s ease-out;
		}
			#faqs label .toggle:after {
			    border: 2px solid #be2126;
			    color: #be2126;
			    width: 25px;
			    height: 25px;
			    content: "+";
			    position: absolute;
			    font-size: 25px;
			    border-radius: 2px;
			    top: 0;
			    left: 0;
			    text-align: center;
			    line-height: 100%;
			}
		#faqs label input[type=checkbox]:checked + .faq-content {
		    height: 100%;
		    border: 2px solid #fff;
		    padding: 20px;
		    margin-top: 15px;
		    opacity: 1;
		}
			#faqs label input[type=checkbox]:checked ~ .toggle:after {
			    content: "–";
			    background: transparent;
			    line-height: 85%;
			}

#faqs .thrive-content > p:last-of-type {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: left;
}
#faqs .thrive-content > p:last-of-type strong {
    font-style: italic;
}
#faqs .thrive-content > p:last-of-type a.btn.red {
    background: #b82025;
    font-size: 14px !important;
    padding: .2em .5em;
    text-align: right;
    margin-left: 60px;
}
	#faqs .thrive-content > p:last-of-type a.btn.red:hover {
	    background: #fff;
	    color: #b82025 !important;
	    border: 1px solid #b82025;
	}


#book-form {
    max-width: 600px;
    margin: 0 auto;
}
	#book-form h4 {
	    font-size: 18px;
	    margin-bottom: 20px;
	    text-align: center;
	    padding-top: 10px;
	}
	
.free-session-form {
    max-width: 480px;
    background: #eee;
    padding: 0 7px;
    box-sizing: border-box;
}
.free-session-form input[type=submit] {
    background: #dc0000 !important;
    color: #fff !important;
}


/*** ITINERARY PAGE ***/

.commercialWrap.conference-testimonial-row .header-content-container .header-content h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
}
.commercialWrap .header-content h2 {
    color: #fff !important;
}

#mapWrap ul#transportation-steps {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	position: relative;
	list-style: none;
}

	#mapWrap ul#transportation-steps li {
		background-color: #d8222d;
		width: 100%;
		margin: 0 5px;
		padding: 15px;
		font-size: 24px;
		font-weight: 700;
		position: relative;
		text-align: right;
		letter-spacing: -1px;
		word-break: normal;
		border-radius: 3px;
		top: 50%;
	    transform: translate(0,-50%);
	}
		ul#transportation-steps li:before {
			content: "";
			position: absolute;
			height: 40px;
			width: 40px;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			left: 10px;
			top: 50%;
			transform: translate(0,-50%);
		}
			ul#transportation-steps li:nth-child(1):before {
				background-image: url(https://www.thrivetimeshow.com/wp-content/uploads/01-3.png);
			}

			ul#transportation-steps li:nth-child(2):before {
				background-image: url(https://www.thrivetimeshow.com/wp-content/uploads/02-2.png);
			}

			ul#transportation-steps li:nth-child(3):before {
				background-image: url(https://www.thrivetimeshow.com/wp-content/uploads/03-2.png);
			}





#april-conference-hero h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
}
#april-conference-hero h4 {
    font-size: 32px;
    padding-top: 14px;
}
#april-conference-hero hr {
    border: none;
    border-top: 2px solid;
    max-width: 80%;
    margin: 20px auto;
}
#april-conference-hero .et_pb_column:nth-child(2) a {
    display: block;
    margin-bottom: 50px;
}

#april-conference-hero .btn {
    background: #d6232d;
}
#april-conference-hero .btn:hover {
    background: #01151d;
    color: #fff !important;
}

#april-conference-hero #top-starburst {
    position: absolute;
    right: -50px;
    top: -60px;
    max-width: 150px;
}

#sold-out-play {
    position: relative;
    padding: 1em 60px 1em 1em;
}
	#sold-out-play img {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
		width: 34px;
	}

/***** RESPONSIVE - < 1280px *******/
@media screen and (max-width: 1280px) {
	#conference-staggered #highest-reviewed {
	    background-position: -800px center !important;
	}
}


/****** RESPONSIVE - < 768px ******/
@media screen and (max-width: 768px) {
	#conference-top-links.fixed {
	    top: 0px;
	}
	
	.conference-title-row h2 {
	    font-size: 38px;
	}

	#conference-countdown .et_pb_code_inner {
	    flex-direction: column;
	    padding-top: 90px;
	}
		#conference-countdown .et_pb_code_inner h2 {
			padding-bottom: 20px;
		}

/** HERO MOBILE **/
	#conference-hero {
	    padding-top: 40px;
	}
		#conference-hero .et_pb_row {
		    width: 95%;
		}
			#conference-hero h1 {
			    font-size: 40px;
			    line-height: 90%;
			}
				#conference-hero h1 strong {
					line-height: 75%;
				}
			#conference-hero .btn {
			    margin: 5px auto;
			}
	#highest-reviewed {
	    background-position: center;
	}
		#highest-reviewed .et_pb_column {
		    padding-left: 0;
		}
			.highest-reviewed-left img.alignleft {
			    display: block;
			    float: none;
			    margin-right: auto;
			    margin-left: auto;
			}
		#highest-reviewed .highest-reviewed-right {
		    text-align: center;
		}
			#highest-reviewed .highest-reviewed-right .btn {
				margin-top: 20px;
			}
			
	.conference-testimonial.et_pb_column {
	    border-bottom: 1px solid #fff;
	}

	#conference-2-day-vid h2 {
	    font-size: 28px;
	}
	#conference-2-day-vid p {
	    font-size: 18px;
	    line-height: 130%;
	}
	#upcoming-conferences .btn {
	    margin: 5px auto;
	    width: 250px;
	}
	
	.conference-speaker-image.et_pb_column_empty {
	    height: 200px;
	    display: block;
	}

/** COMPARISON TABLE - MOBILE **/
table#conference-comparison, table#conference-comparison tbody {
    display: block;
    position: relative;
}
table#conference-comparison tbody {
    overflow-x: scroll;
    padding-left: 0px;
}
	table#conference-comparison tbody tr {
	    display: table-row;
	    position: relative;
	}
		table#conference-comparison tbody td {
		    display: table-cell;
		}
		table#conference-comparison tbody tr td:first-child {
		    position: fixed;
		    left: 0px;
		    min-height: 50px;
		    min-width: 80px;
		    display: block;
		}
		table#conference-comparison tbody tr td:nth-child(2) {
		    border-left: 0;
		}
		table#conference-comparison tbody td:not(:first-child) {
		    min-width: 170px !important;
		}

/** Podcast Player - Mobile **/
	#conference-comparison-row + .et_pb_row {
	    padding: 60px 2.5%;
	}
	#conference-podcast .btn {
		margin: 5px auto;
	    width: 250px;
	}
	#conference-text-top, #conference-text-bottom {
	    padding: 0 5%;
	}
	
	#conference-text-top h2 strong {
	    font-size: 34px;
	    padding: 40px 0 10px;
	}
	#conference-learn-systems .btn {
	    display: block;
	    max-width: 95%;
	    margin: 0 auto;
	    text-align: center;
	    font-size: 20px;
	    padding: .7em 1.2em;
	}
	
	#conference-meet-the-owners .et_pb_row {
	    width: 95%;
	}
		#conference-meet-the-owners h2 {
		    font-size: 36px;
		    padding-bottom: 80px;
		}
		#conference-meet-the-owners h4 {
		    padding-bottom: 100px;
		}
		#conference-meet-owners-title .thrive-video-trigger {
		    top: 45%;
		}
		
	#conference-risk-free h2 strong {
	    line-height: 100%;
	}
	
	#conference-gallery .et_pb_gallery_item {
	    width: 47.5%;
	}
	
/** START HERE - MOBILE **/
	#conference-start-here-book h2 {
	    font-size: 37px;
	    line-height: 90%;
	}
	#conference-start-here-book h3 {
	    font-size: 37px;
	    padding-bottom: 10px;
	}
	#conference-start-here-book p {
	    font-size: 23px;
	    line-height: 110%;
	}
	
	#mapWrap ul#transportation-steps {
	    flex-direction: column;
	}
		#mapWrap ul#transportation-steps li {
		    margin: 10px auto;
		}

	#april-conference-hero #top-starburst {
	    position: relative;
	    top: auto;
	    right: auto;
	    max-width: 100%;
	    text-align: center;
	}

	
}
