/*!
Theme Name:    Jerry Jenkins - Partners - Child Theme
Description:   Child theme for Jerry Jenkins - Partners
Version:       1.0.0
Author:        Leverage Creative Group
Author URI:    https://leveragecreativegroup.com
Template:      page-builder-framework
License:       GPLv3 or later
Text Domain:   wpbf-child
*/

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

hr {
	background-color: #DEDFE0;
	height: 2px;
	border: 0;
	margin: 35px 0;
}

.btn {
	padding: 10px 25px;
	font-size: 14px;
	border-radius: 3px;
	text-align: center;
	white-space: nowrap;
	line-height: 1.3em;
	display: inline-block;
	margin: 3px;
	background: #999;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border: 0;
}

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

.btn-danger {
	background: #C43D41;
	color: #fff;
}

.btn-transparent {
	background: transparent;
}

.btn-full-width {
	width: 100%;
}

.btn:hover {
	color: #fff;
	background: #444;
}

.btn-transparent:hover {
	background: transparent;
	color: #333;
}

input[type="submit"],
button[type="submit"] {
	background: #5EB289;
	border-radius: 3px;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	border: 0;
	outline: none;
	text-shadow: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	background: #333;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

textarea, select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="number"], input[type="datetime"] {
	background: #f7f7f7;
	border: 1px solid rgba(0,0,0,.1);
}

input:focus,
textarea:focus {
	border-color: #5EB289;
}

.col-full-height .fl-col-content {
    min-height: 100vh;
}

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

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

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

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

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

.wpbf-navigation {
	box-shadow: 0 2px 6px rgba(0,0,0,.05) !important;
}

.link-entry-wrapper {
	margin-bottom: 50px;
	border-radius: 6px;
	padding: 35px 50px 20px 50px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,.075);
}

.link-entry-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.input-prepend-wrapper {
	height: 60px;
	width: 15%;
	float: left;
	background: #eee;
	text-align: right;
	font-size: 14px;
	line-height: 1em;
	border: 1px solid #eee;
	border-radius: 6px 0 0 6px;
	position: relative;
	padding: 10px 15px;
}

.input-prepend {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 15px;
	width: calc(100% - 30px);
}

.input-prepend i {
	color: rgba(0,0,0,.4);
	margin-right: 3px;
	font-size: 16px;
	position: relative;
	bottom: -1px;
}

.input-clipboard {
	font-family: 'Roboto Mono', monospace;
	font-size: 14px;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin-top: 10px;
	box-shadow: inset 0 2px 8px rgba(0,0,0,.05);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	width: calc(85% - 60px);
	height: 60px;
	float: left;
	margin: 0;
	outline: none;
}

.infusion-field {
	margin-bottom: 15px;
}

.infusion-field label {
	font-size: 14px;
}

.infusion-submit button {
	width: 100%;
	display: block;
}

::-webkit-input-placeholder { 
  color: rgba(0,0,0,.5) !important;
}
::-moz-placeholder {
  color: rgba(0,0,0,.5) !important;
}
:-ms-input-placeholder {
  color: rgba(0,0,0,.5) !important;
}
:-moz-placeholder { 
  color: rgba(0,0,0,.5) !important;
}

.link-wrapper {
	margin-bottom: 20px;
	display: block;
}

.link-wrapper:after {
	content: "";
 	display: table;
 	clear: both;
}

.link-wrapper .btn-clipboard {
	float: left;
	width: 60px;
	height: 60px;
	background: #5EB289;
	border-radius: 0 6px 6px 0;
	color: #ffffff;
	font-size: 19px;
	outline: none;
	border: 1px solid #5EB289;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	display: block;
	cursor: pointer !important;
}

.swipe-copy-wrapper .btn-clipboard {
	background: #5EB289;
	margin-left: 20px;
	border-radius: 3px;
	color: #fff;
	border: 0;
	font-size: 13px;
	padding: 7px 10px;
	text-align: center;
	float: right;
	min-width: 150px;
}

.btn-clipboard {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	outline: none;
}

.btn-clipboard:hover {
	background: #4E9472;
	border-color: #4E9472;
	color: #fff;
}

.btn-clipboard:active {
	background: #333;
	transform: scale(1.025);
	border-color: #333;
	box-shadow: 0 0 30px rgba(94,178,137,.4);
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}

.highlight {
	background: rgba(196,61,65,.1);
	border-bottom: 1px solid rgba(196,61,65,1);
	color: rgba(196,61,65,1);
	font-weight: 700;
	text-transform: uppercase;
}

.swipe-copy-wrapper {
	padding: 35px 50px;
	font-family: arial, sans-serif;
	font-size: 15px;
	background: #fff;
	float: left;
	width: 75%;
	box-shadow: 0 20px 60px rgba(0,0,0,.1);
	border-radius: 6px;
}

.swipe-copy-wrapper img {
	max-width: 100% !important;
	height: auto !important;
}

.swipe-copy-header {
	background: #B1B8BD;
	color: #fff;
	font-size: 1rem;
	padding: 13px 20px;
	border-radius: 3px 3px 0 0;
	font-family: "Roboto", sans-serif;
}

.swipe-subject-wrapper {
	background: #ffffff;
	border-radius: 0 0 6px 6px;
	margin-bottom: 25px;
	border: 1px solid rgba(0,0,0,.1);
}

.swipe-file-title {
	font-size: .9rem;
	color: #B1B8BD;
	margin-bottom: 5px;
}

.swipe-subject-row {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 15px 20px;
	font-size: .9rem;
}

.swipe-subject-row:last-child {
	border-bottom: 0;
}

.swipe-subject-row:after {
  content: "";
  display: table;
  clear: both;
}

.swipe-subject {
	font-weight: 700;
}

.swipe-link-wrapper {
	background: #ffffff;
	border-radius: 0 0 6px 6px;
	margin-bottom: 25px;
	border: 1px solid rgba(0,0,0,.1);
}

.swipe-link-row {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 15px 20px;
	font-size: .9rem;
}

.swipe-link-row:last-child {
	border-bottom: 0;
}

.swipe-link-row:after {
  content: "";
  display: table;
  clear: both;
}

.swipe-link-url {
	font-family: 'Roboto Mono', monospace;
	font-size: .85rem;
}

.swipe-link {
	font-weight: 700;
}

.swipe-copy-header.body-copy-header {
	border-radius: 3px 3px 0 0;
}

.swipe-copy {
	padding: 20px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0 0 3px 3px;
}

.body-copy.includes-download {
	float: left;
	width: 70%;
}

.alert-copied {
	position: fixed;
	text-align: center;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	background: #5EB289;
	color: #fff;
	padding: 10px 10%;
	display: none;
	z-index: 10000;
	font-size: 14px;
	border-radius: 6px;
	box-shadow: 0 20px 60px rgba(0,0,0,.4);
}

.ui-accordion-header {
	background: #eee;
	padding: 20px 50px;
	margin-bottom: 0;
	outline: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.ui-accordion-header:hover {
	background: #ddd;
	cursor: pointer;
}

.ui-accordion-header-active {
	background: #3D5566;
	color: #fff;
}

.ui-accordion-header-active:hover {
	background: #2E404D;
}

.swipe-title-wrapper {
	width: 25%;
	float: left;
	margin-top: 35px;
}

.swipe-title-wrapper li:last-child {
	border: 0;
}

.swipe-title-wrapper {
	margin-left: 0;
	padding-left: 0;
}

.swipe-title-wrapper li {
	list-style-type: none;
	margin-left: 0px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	counter-increment: step-counter;
    position: relative;
}

.swipe-title-wrapper li a {
	padding-left: 45px;
}

.swipe-title-wrapper li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    color: #444;
    left: 12px;
    height: 24px;
    width: 24px;
    line-height: 22px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.5px;
}

.ui-tabs-anchor {
	display: block;
	padding: 18px 15px;
	color: #222;
	font-size: 13px;
	line-height: 1.3em;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}

.ui-tabs-anchor:hover {
	background: rgba(0,0,0,.035);
	border-radius: 0 !important;
}

.ui-tabs-anchor:first-child {
	border-top-left-radius: 6px;
}

.ui-tabs-anchor:last-child {
	border-bottom-left-radius: 6px;
}

.ui-tabs-active {
	background: #5EB289;
	color: #fff;
	position: relative;
}

.ui-tabs-active:hover {
	background: #5EB289;
	color: #fff;
	position: relative;
}

.ui-state-default a {
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}

.ui-tabs-active:after {
	content: "";
	position: absolute;
	width: 0; 
	height: calc(100% + 1px); 
	border-right: 6px solid #7CEBB5;
	right: -6px;
	top: 50%;
	transform: translateY(calc(-50% + .5px));
}

.ui-tabs-active a {
	color: #fff;
}

.fl-module-memberium-login input[type="submit"] {
	width: 100%;
}

.fl-module-memberium-login label {
	font-size: 14px;
}

.login-forgot-password {
	font-size: .8em;
}

.download-box {
	border-color: #eee;
	box-shadow: 0 20px 60px rgba(0,0,0,.1);
	width: inherit;
	max-width: 250px;
	width: 100%;
	background: #fff;
}

.download-box .download-count {
	border: 1px solid #eee;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	box-shadow: none;
	padding: .8em;
	border-radius: 3px;
}

.download-box-content h1 {
	font-size: 20px;
}

.download-box-content p {
	font-size: .8rem;
	line-height: 1.2rem;
	color: #999;
}

.download-button {
	background: #F0A346;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
	font-size: 14px;
}

.download-button:hover {
	background: #333333;

}

.download-button small {
	display: none;
}

.swipe-download-wrapper {
	width: 30%;
	height: 100%;
	float: left;
	padding-left: 20px;
}

.swipe-download-wrapper h5 {
	margin-top: 18px;
}

.swipe-download-wrapper .alert {
	font-size: .7rem;
	padding: 15px;
	line-height: 1rem;
	text-align: left;
}
.alert {
	text-align: center;
	padding: 20px;
	border-radius: 6px;
	background: #f4f4f4;
	border: 1px solid rgba(0,0,0,.1);
	margin: 10px auto;
	font-size: .9em;
	max-width: 500px;
	display: block;
}

.alert p {
	margin-bottom: 0;
}

.alert-warning {
	background: #FEF9EB;
}

.alert-info {
	background: #FEF9EB;
	border-color: #FCE9B1;
}

.how-to-use {
	background: #FEF9EB;
	border-color: #FCE9B1;
	padding: 15px 20px;
	font-size: .75rem;
	border-radius: 0 0 6px 6px;
	line-height: 1rem;
	font-family: "Roboto", sans-serif;
}

.how-to-use p {
	margin-bottom: 0;
}

.loading-wrapper {
	padding-top: 20px;
	text-align: center;
}

.loading {
	background: #F0A346;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	border-radius: 3px;
	font-size: 15px;
	padding: 7px 15px;
}

.grid-wrapper.hide,
.button-group.hide {
	display: none;
}

.button-group {
	width: 100%;
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.button-group button {
	background: #eee;
	border-radius: 3px;
	padding: 10px 20px;
	margin: 5px;
	font-size: 14px;
	border: 0;
	outline: none;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
	cursor: pointer;
}

.button-group button:hover {
	background: #ddd;
}

button.is-checked {
	background: #5EB289;
	color: #fff;
}

button.is-checked:hover {
	background: #5EB289;
}

#memb_password_send-1-block1 {
	margin-bottom: 15px;
}

#memb_password_send-1-block2 {
	text-align: center;
	font-size: 14px;
}

#memb_password_send-1-block2 input[type="submit"] {
	font-size: 15px;
	font-weight: 400;
	width: 100%;
}

.account-entry-wrapper {
	background: #fff;
	box-shadow: 0 20px 60px rgba(0,0,0,.1);
	padding: 35px;
	border-radius: 6px;
	margin-bottom: 35px;
}

.account-entry-wrapper input,
.account-entry-wrapper select {
	margin-bottom: 15px;
}

.account-entry-wrapper label {
	font-size: 14px;
	margin-bottom: 3px;
}

.account-entry-wrapper input[type="submit"] {
	font-size: 14px;
	font-weight: 400;
}

.account-detail-entry {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	font-size: 15px;
}

.account-detail-entry:last-child {
	border: 0;
}

.account-detail-entry .fa {
	font-size: 13px;
	margin-left: 5px;
	margin-bottom: 4px;
}

.memberium-login-error {
	background: rgba(196,61,65,.1);
	border: 1px solid rgba(196,61,65,.4);
	padding: 20px;
	text-align: center;
	color: rgba(196,61,65,1);
	border-radius: 6px;
}

.password_send_message {
	background: #FEF9EB;
	border: 1px solid rgba(196,61,65,.05);
	border-radius: 6px;
	padding: 25px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
}

.referral-code {
	border-radius: 3px;
	background: #FEF9EB;
	border: 1px solid #FCE9B1;
	font-family: 'Roboto Mono', monospace;
	font-size: 12px;
	padding: 3px 5px;
	bottom: 2px;
	position: relative;
	margin-left: 5px;
}

.link-description {
	border-top: 1px solid #eee;
	margin-bottom: 5px;
	padding: 20px 0;
	font-size: 15px;
}

.link-description-title {
	margin-bottom: 0px;
	font-weight: 700;
}

.link-entry-wrapper h3 {
	margin-bottom: 20px;
}

.link-highlight {
	background: rgba(39,130,184,.2);
	border-bottom: 1px solid rgba(39,130,184,1);
	color: rgba(39,130,184,1);
}

.download-count {
	display: none;
}

@media only screen and (max-width:768px) {
	.col-full-height .fl-col-content {
	    min-height: 100%;
	}

	.swipe-title-wrapper,
	.swipe-copy-wrapper {
		width: 100%;
		float: inherit;
	}

	.swipe-copy-wrapper {
		padding: 20px;
		border-radius: 0;
	}

	.btn-clipboard {
		float: inherit;
		width: 100%;
	}

	.link-wrapper {
		padding: 0;
	}

	.link-entry-wrapper {
		padding: 20px;
	}

	.input-prepend-wrapper {
		width: 40%;
		font-size: 12px;
		text-align: left;
	}

	.input-prepend-wrapper i {
		display: none;
	}

	.input-clipboard {
		width: calc(60% - 40px);
		font-size: 13px;
	}

	.link-wrapper .btn-clipboard {
		width: 40px;
	}

	.alert-copied {
		width: 100%;
		top: 0;
		border-radius: 0;
		padding: 20px 15px;
	}

	.body-copy.includes-download {
		float: inherit;
		width: 100%;
	}

	.swipe-download-wrapper {
		float: inherit;
		width: 100%;
		padding-left: 0;
	}
}
