/*!
Theme Name:    Jerry Jenkins - Child Theme
Description:   Jerry Jenkins Child Theme from First Image Management
Version:       1.0.0
Author:        First Image Management
Author URI:    https://firstimagemanagement.com
Template:      page-builder-framework
License:       GPLv3 or later
Text Domain:   wpbf-child
*/

body {
	font-family: "Sabon LT W01 Roman", Georgia, Times, Times New Roman, serif;
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h2,
h3,
h4 {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
}

h1 em,
h1 i,
h2 em,
h2 i,
h3 em,
h3 i,
h4 em,
h4 i,
h5 em,
h5 i,
h6 em,
h6 i {
	font-family: "HarmoniaSansW01-BoldIta", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

b,
strong {
	font-family: "Sabon LT W01 Bold";
	font-weight: normal;
	font-style: normal;
}

em,
i {
	font-family: "Sabon LT W01 Italic";
	font-weight: normal;
	font-style: normal;
}

strong em,
em strong,
b i,
i b {
	font-family:"SabonLTW01-BoldItalic";
	font-weight: normal;
	font-style: normal;
}

blockquote {
	width: 130%;
	margin: 60px -15%;
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	border-left: 0;
	font-size: 35px;
	color: #DB9642;
	font-style: normal;
	line-height: 1.1em;
}

hr {
	height: 2px;
	background: #B3BABF;
	width: 100%;
	display: block;
	border: 0;
	margin: 50px 0;
}

.wpbf-inner-footer {
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}

/* Buttons --------------- */
/* ----------------------- */

/* Base Styles --------------- */

.btn {
	display: inline-block;
	padding: 18px 35px;
	text-decoration: none;
	border-radius: 4px;
	border: 0;
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	outline: none;
	white-space: normal;
	top: 0;
	line-height: 1.2em;
	position: relative;
	text-align: center;
}

.btn-size-small {
	font-size: 11px;
	padding: 14px 23px;
	letter-spacing: 1.5px;
}

.btn-size-large {
	font-size: 16px;
	padding: 18px 40px;
}

.btn-size-xl {
	font-size: 20px;
	padding: 18px 55px;
}

.btn:hover {
	background: #686F73;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
	cursor: pointer;
}

.btn:active,
.btn:focus {
	top: 2px;
	background: #434E54;
}

.btn-primary {
	background: #F0A346;
	color: #fff;
}

.btn-default {
	background: #96A0A6;
	color: #fff;
}

.btn-info {
	background: #3E677F;
	color: #fff;
}

/* Widths --------------- */

.btn-full-width {
	width: 100%;
	display: block;
	text-align: center;
}

/* Alignments --------------- */

.btn-wrap.right {
	text-align: right;
}

.btn-wrap.left {
	text-align: left;
}

.btn-wrap.center {
	text-align: center;
}

/* Font Awesome in Buttons --------------- */

.fa-before,
.fa-after {
	font-size: 1.1em;
	position: relative;
	top: 1px;
}

.fa-before {
	margin-right: 3px;
}

.fa-after {
	margin-left: 3px;
}

/* Columns --------------- */
/* ----------------------- */

.col-600 {
	max-width: 600px;
	margin: 0 auto;
	float: inherit;
}

.col-700 {
	max-width: 700px;
	margin: 0 auto;
	float: inherit;
}

.col-800 {
	max-width: 800px;
	margin: 0 auto;
	float: inherit;
}

.col-900 {
	max-width: 900px;
	margin: 0 auto;
	float: inherit;
}

.col-1000 {
	max-width: 1000px;
	margin: 0 auto;
	float: inherit;
}

.col-box-shadow {
	padding-left: 20px;
	padding-right: 20px;
}

/* Images --------------- */
/* ----------------------- */

.img-profile img {
	border-radius: 1000px;
	background: rgba(255,255,255,.1);
	padding: 15px;
}

.img-100 img {
	max-width: 100px;
}

.img-150 img {
	max-width: 150px;
}

.img-200 img {
	max-width: 200px;
}

.img-250 img {
	max-width: 250px;
}

.img-300 img {
	max-width: 300px;
}

.img-350 img {
	max-width: 350px;
}

.img-400 img {
	max-width: 400px;
}

.img-450 img {
	max-width: 450px;
}

.img-500 img {
	max-width: 500px;
}

.img-550 img {
	max-width: 550px;
}

.img-600 img {
	max-width: 600px;
}

.post-content {
	max-width: 700px;
	margin: 0 auto;
	float: inherit;
}

.wpbf-menu a,
.pp-advanced-menu a,
.wpbf-mobile-menu a {
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.pp-advanced-menu a {
	letter-spacing: 1.5px;
}

.pp-down-arrow svg path {
	transform: scale(.65);
}

.post-content img {
	margin: 60px -15%;
	max-width: 900px;
	width: 130%;
	height: auto;
}

.post-content .alignleft {
	width: inherit;
	margin: 0px 40px 60px -15%;
	padding: 10px;
	background: #fff;
	box-shadow: 0 30px 70px rgba(0,0,0,.1);
}

.post-content .alignright {
	width: inherit;
	margin: 0px -15% 60px 40px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 30px 70px rgba(0,0,0,.1);
}

.fl-post-info-date,
.fl-post-info-author,
.fl-post-info-terms {
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-right: 10px;
	letter-spacing: .75px;
}

.pp-button-wrap a.pp-button,
.pp-dual-button a.pp-button {
	text-transform: uppercase;
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fl-post-grid-date,
.fl-post-feed-meta {
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	letter-spacing: .25px;
}

.pp-er-title {
	text-transform: uppercase;
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	letter-spacing: 1.5px;
}

.home .menu-start-here {
	display: none;
}

.home .hero .fl-row-content-wrap {
	background-size: cover;
	background-position: right bottom;
}

.home .hero .fl-row-content-wrap:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d1c21+47,1d1c21+100&0+47,0.9+100 */
	background: -moz-linear-gradient(top, rgba(29,28,33,0) 47%, rgba(29,28,33,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(29,28,33,0) 47%,rgba(29,28,33,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(29,28,33,0) 47%,rgba(29,28,33,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d1c21', endColorstr='#e61d1c21',GradientType=0 ); /* IE6-9 */
}

.home .hero .fl-row-content {
	position: relative;
	z-index: 10;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: -150px;
    box-shadow: 0 20px 70px rgba(0,0,0,.4);
}

.video-responsive-inline {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    box-shadow: 0 20px 70px rgba(0,0,0,.2);
    margin: 50px auto;
}

.video-responsive iframe,
.video-responsive-inline iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.webinar-wrapper {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,111111+100 */
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #111111 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #333333 0%,#111111 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #333333 0%,#111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.webinar {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 50px 15px;
}

.webinar:after {
	content: "";
	display: table;
	clear: both;
}

.webinar .video-responsive {
	box-shadow: none;
	margin-bottom: 0px;
}

.webinar .no-access-wrapper {
	padding: 50px 15px;
}

.webinar .no-access {
	background: rgba(255,255,255,.1);
	border-radius: 3px;
	text-align: center;
	padding: 25px 50px; 
	max-width: 600px;
	border: 1px solid rgba(255,255,255,.1);
	margin: 0 auto;
}

.webinar .no-access h3 {
	color: #fff;
	margin-bottom: 20px;
}

.webinar .no-access p {
	color: #fff;
	line-height: 1.3em;
	font-size: 16px;
	margin-bottom: 30px;
}

.webinar-message-wrapper {
	position: relative;
	padding-bottom: 50px;
}

.webinar-message {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 20px 60px rgba(0,0,0,.1);
	margin: -90px auto 0 auto;
	max-width: 600px;
	padding: 35px 50px;
	text-align: center;
}

.webinar-message h2 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.webinar-message p {
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #686F73;
}

.webinar-message .fa {
	font-size: 100px;
	margin-bottom: 0;
}

.webinar-message .fa-clock-o {
	color: #F0A346;
}

.webinar-message .fa-times {
	color: #BF3939;
}

.webinar-message .fa-paper-plane {
	color: #F0A346;
}

.webinar-message .btn {
	margin-bottom: 20px;
	display: inline-block;
}

.video-wrapper {
	width: 80%;
	float: left;
}

.chat-wrapper {
	position: relative;
}

.chat {
	padding: 15px 15px 15px 25px;
	border-radius: 4px;
	position: absolute;
	width: 25%;
	right: 0;
	top: -20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+0,222222+100 */
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #222222 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #444444 0%,#222222 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #444444 0%,#222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 20px 60px rgba(0,0,0,.1);
	border-top: 1px solid rgba(255,255,255,.2);
	z-index: 500;
}

.chat .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.chat .gform_wrapper textarea {
	font-size: 14px;
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.chat .gform_wrapper .top_label .gfield_label {
	display: none;
}

.chat .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.chat .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: none !important;
}

.chat .gform_wrapper .gform_footer input.button,
.chat .gform_wrapper .gform_footer input[type=submit],
.chat .gform_wrapper .gform_page_footer input.button,
.chat .gform_wrapper .gform_page_footer input[type=submit] {
	width: calc(100% - 16px);
	background: #F0A346 !important;
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-size: 14px;
}

.chat .gform_wrapper .gform_footer input.button:hover,
.chat .gform_wrapper .gform_footer input[type=submit]:hover,
.chat .gform_wrapper .gform_page_footer input.button:hover,
.chat .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #686F73 !important;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,.2)!important;
	cursor: pointer!important; 
}

.chat .gform_confirmation_message {
	color: #fff;
	font-size: 16px;
	line-height: 1.3em;
	padding: 50px 20px;
}

.webinar-cta-reveal,
.chat-cta-reveal {
	display: none;
}

.webinar-cta-wrapper {
	background: #fff;
	padding: 25px 50px;
	border-radius: 0 0 6px 6px;
}

.webinar-cta {
	text-align: center;
}

.webinar-cta h2 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.webinar-cta a {
	margin-bottom: 15px;
}

.list-check ul {    
	list-style-type: none;
}

.list-icon ul {    
	list-style-type: none;
}

.list-check li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 0 15px 0 -35px;
}

.list-dot li:before {    
	font-family: 'FontAwesome';
	content: '\f111';
	margin: 0 15px 0 -35px;
	font-size: 7px;
	bottom: 5px;
	position: relative;
}

.list-white li:before {
	color: #fff;
}

.list-green li:before {
	color: #5EB289;
}

.thrv_lead_generation.thrv_lead_gen_hover:after {
	display: none;
}

.tve_lead_generated_inputs_container input,
.tve_lead_generated_inputs_container button {
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.pp-er-title {
	display: inline-block !important;
	position: relative;
	background: #F0A346;
	border-radius: 3px;
	padding: 8px 40px !important;
}

.pp-er-title {
	display: inline-block !important;
	position: relative;
	background: #F0A346;
	border-radius: 3px;
	padding: 8px 40px !important;
	letter-spacing: 3px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.pp-er-title:hover {
	background: #96A0A6;
	color: #fff;
	box-shadow: 0 30px 60px rgba(0,0,0,.1);
}

.pp-er-open {
	display: none !important;
}

.pp-er-arrow {
	display: none !important;
}

.webinar-title {
	color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
}

.z-20 {
	z-index: 20;
	position: relative;
}

.registration .gform_wrapper .gform_footer input.button,
.registration .gform_wrapper .gform_footer input[type=submit],
.registration .gform_wrapper .gform_page_footer input.button,
.registration .gform_wrapper .gform_page_footer input[type=submit] {
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.registration .gform_wrapper .gform_footer input.button:hover,
.registration .gform_wrapper .gform_footer input[type=submit]:hover,
.registration .gform_wrapper .gform_page_footer input.button:hover,
.registration .gform_wrapper .gform_page_footer input[type=submit]:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,.2)!important;
	cursor: pointer!important; 
}

.registration .gform_wrapper .gfield_label {
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}


.registration .gform_wrapper .gfield .ginput_complex.ginput_container label {
	font-family: "HarmoniaSans W01 Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 0 !important;
}

.registration .gform_wrapper .gfield {
	margin-bottom: 20px !important;
}

.cookie-table {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}

.cookie-table td {
	padding: 20px 10px !important;
}

.cookie-table thead {
	background: #EBECED;
}

.cookie-table,
.cookie-table table,
.cookie-table th,
.cookie-table td,
.cookie-table tr {
	border-color: #CCD3D9 !important;
}

.purchase-bar {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

@media only screen and (min-width:430px) and (max-width:768px) { 

	.home .hero .fl-row-content-wrap {
		background-size: cover;
		background-position: right bottom;
	}

	.home .hero .fl-row-content-wrap:before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d1c21+38,1d1c21+100&0+38,1+100 */
		background: -moz-linear-gradient(top, rgba(29,28,33,0) 38%, rgba(29,28,33,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(29,28,33,0) 38%,rgba(29,28,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(29,28,33,0) 38%,rgba(29,28,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d1c21', endColorstr='#1d1c21',GradientType=0 ); /* IE6-9 */
	}

	.home .hero .fl-row-content {
		position: relative;
		z-index: 10;
	}
}

@media only screen and (min-width:769px) and (max-width:1050px) { 
	.home .hero .fl-row-content-wrap {
		background-size: cover;
		background-position: right bottom;
	}

	.home .hero .fl-row-content-wrap:before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d1c21+0,1d1c21+100&0.2+0,1+100 */
		background: -moz-linear-gradient(top, rgba(29,28,33,0.2) 0%, rgba(29,28,33,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(29,28,33,0.2) 0%,rgba(29,28,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(29,28,33,0.2) 0%,rgba(29,28,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331d1c21', endColorstr='#1d1c21',GradientType=0 ); /* IE6-9 */
	}

	.home .hero .fl-row-content {
		position: relative;
		z-index: 10;
	}
}

@media (max-width: 768px) {

	.home .hero .fl-row-content-wrap {
		background-size: 280%;
		background-position: 87% 0px;
	}

	.home .hero .fl-row-content-wrap:before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d1c21+40,1d1c21+65&0+40,1+65 */
		background: -moz-linear-gradient(top, rgba(29,28,33,0) 40%, rgba(29,28,33,1) 65%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(29,28,33,0) 40%,rgba(29,28,33,1) 65%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(29,28,33,0) 40%,rgba(29,28,33,1) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d1c21', endColorstr='#1d1c21',GradientType=0 ); /* IE6-9 */
	}

	.home .hero .fl-row-content {
		position: relative;
		z-index: 10;
	}

	.post-content img {
		margin: 60px -20px;
		max-width: 900px;
		width: calc(100% + 40px);
		height: auto;
	}

	.post-content .alignleft {
		margin-left: 0px;
		width: 100%;
		margin-bottom: 20px;
		padding: 12px;
		background: #fff;
		box-shadow: 0 15px 40px rgba(0,0,0,.1);
	}

	.post-content .alignright {
		margin-right: 0px;
		width: 100%;
		margin-bottom: 20px;
		padding: 12px;
		background: #fff;
		box-shadow: 0 15px 40px rgba(0,0,0,.1);
	}

	blockquote {
		width: 100%;
		margin: 60px 0;
	}

	.responsive-overlay-white .fl-row-content-wrap:before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
		background: #fff;
		opacity: .85;
	}

	.responsive-overlay-blue .fl-row-content-wrap:before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
		background: #263540;
		opacity: .8;
	}

	.responsive-overlay-white .fl-row-content,
	.responsive-overlay-blue .fl-row-content {
		position: relative;
		z-index: 10;
	}

	.fl-row-content-wrap:after {
		width: 100% !important;
	}

	.video-wrapper,
	.chat-wrapper  {
		width: 100%;
		float: inherit;
	}

	.chat {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 0;
	}

	.webinar {
		padding: 0;
	}

	.webinar-message {
		margin: -40px 25px auto 25px;
		padding: 20px 15px;
	}

	.cookie-table-wrapper {
		max-width: 100%;
		overflow-x: scroll;
	}

}