/*
	Theme Name:     Conversion Pro
	Theme URI:      https://advisorevolved.com/
	Description:    A custom design for the Advisor Evolved network.
	Author:         Alex Mangini, Chris Langille
	Author URI:     https://advisorevolved.com/
	Template:       marketers-delight
	Version:        1.0
*/


/* ATTRIBUTES */

a:hover {
	color: #1e1e1e;
}


/* FONTS */

@font-face {
    font-family: 'Gotham';
	src: url("fonts/gotham-book-webfont.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family:'Gotham';
    src: url("fonts/gotham-bookitalic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family:'Gotham';
    src: url("fonts/gotham-light-webfont.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family:'Gotham';
    src: url("fonts/gotham-bold-webfont.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family:'Gotham';
    src: url("fonts/gotham-bolditalic-webfont.woff") format('woff');
    font-weight: 700;
    font-style: italic;
}

body,
.font-main, .logo,
.headline, h1, h2, h3, h4, h5, h6,
.large-title, .small-title, .med-title,
.button, button, input[type="submit"],
.menu, .page-numbers {
	font-family: 'Gotham', Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
}

.logo,
.headline,
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

.md-icon-facebook-squared {
	color: #5e86da;
}

.md-icon-instagram {
	color: #ffdc80;
}


/* FORMS */

.ginput_complex {
	margin-left: 0;
}

/* PAGE BUILDER MOD */

.fl-builder-panel.fl-builder-ui-pinned { 
	z-index: 9999 !important; 
}


/* LINKS */

.box-links a:not(.button) {
	border-bottom: 3px solid #33c0f0;
	font-weight: bold;
	padding-bottom: 3px;
}

.box-links a:hover {
	border-bottom: none;
	color: #ddd;
}

.image-overlay .box-links a:not(.button) {
	color: #fff;
}


/* BUTTONS */

.button,
a.button,
.button a,
[class*="links-"] button,
[class*="links-"] .button,
input[type="submit"],
button {
	background-color: #00DCA0;
	border-radius: 0;
	border-bottom: none;
	color: #1e1e1e;
	font-weight: 700;
	text-shadow: none;
}

.button:hover,
.button a:hover,
input[type="submit"]:hover,
button:hover,
[class*="links-"] button:hover,
[class*="links-"] .button:hover {
	background-color: #00DCA0;
	opacity: 0.85;
}

.button.blue {
	background-color: #33C0F0;
}

.button.blue:hover {
	background-color: #75B7C9;
}

.button.dark {
	background-color: #3f3f3f;
	color: #fff;
}

.button-sec {
	background-color: #33C0F0;
}


/* ELEMENTS */

.box-dark {
	background-color: #2e2e2e;
}

.box-dark-sec {
	background-color: #3e3e3e;
}

[class*="box-dark"].links-sec a,
[class*="box-dark"] .links-sec a {
	color: #fff;
	text-transform: uppercase;
}

[class*="box-dark"].links-sec a:hover,
[class*="box-dark"] .links-sec a:hover {
	color: rgba(255, 255, 255, 0.85); /* #fff */
}

[class*="box-dark"].links-sec .button a:hover,
[class*="box-dark"] .links-sec .button a:hover,
a[class*="box-dark"]:hover {
	color: #ccc;
}

.tick {
	border: 3px solid #1e1e1e;
	border-radius: 50%;
	color: #1e1e1e;
	display: inline-block;
	font-size: 30px;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	width: 50px;
}

.image-overlay .tick {
	border: 3px solid #fff;
	color: #fff;
}

.columns-odd .col:last-child {
	width: 100%;
}

.column-box-image {
	min-height: 130px;
}

.column-box-inner {
	border: 3px solid #ccc;
}


/* HEADER */

a,
.header,
.header-box {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.header-content-underlay {
	height: 650px;
	position: absolute;
		left: 0;
	width: 100%;
}

.header .logo {
	float: left;
	font-size: 32px;
	font-style: italic;
}


/* HEADER BOX */

.header-box {
	background-color: #2e2e2e;
	clear: both;
	color: #fff;
	line-height: 32px;
}

.header-box-float {
	font-size: 22px;
	font-weight: 700;
	padding: 26px 52px;
	text-align: center;
}

.header-box-topbar {
	height: 50px;
	padding: 8px;
	text-align: right;
}

.header-box-topbar .header-contact-label,
.header-box-topbar .header-contact-number,
.header-box-topbar .header-contact-other {
	display: inline-block;
}


/* HEADER MENU */

.header-menu a {
	color: #1e1e1e;
	font-weight: 700;
	text-transform: uppercase;
}

.header .menu > .menu-item.current-menu-item:not(.button) > a {
	border-bottom-color: #F7A554;
}

.header-menu-trigger {
	background-color: transparent;
	font-size: 34px;
	padding: 0;
	position: absolute;
		top: 7px;
		right: 13px;
}

@media all and (min-width: 900px) {

	.menu-item a {
		padding: 13px;
	}

}

@media all and (min-width: 950px) {

	.header-menu {
		float: left;
	}

	.header-menu {
		padding-top: 6px;
	}

}

@media all and (max-width: 900px) {

	.header-menu {
		clear: both;
	}

	.header-box-float {
		margin-left: -26px;
		margin-right: -26px;
		position: relative;
			bottom: -26px;
	}

}


/* HEADER STICKY */

.header.shrink {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	padding: 16px 0;
	top: 0;
}

.header-box-topbar + .header.shrink {
	top: 0;
}

@media all and (min-width: 900px) {

	.header-box-topbar + .header {
		top: 50px;
	}

}

.admin-bar .header.shrink {
	top: 32px;
}

.header.shrink .logo {
	font-size: 24px;
}

.header.shrink .header-box {
	font-size: 17px;
	line-height: 24px;
}


/* HERO BOX */

.hero-box {
	max-width: 626px;
}


/* CONTENT BOX */

.featured-image-cover .headline {
	font-weight: bold;
}

.featured-image-avatar img {
	border: 3px solid #fff;
	border-radius: 50%;
}

.featured-plan img { width: 100%; }

.has-subpages .content-item-text .block-full .featured-plan-title {
	border: 1px solid #ddd;
	border-width: 1px 1px 0;
}

.has-subpages .content-item-text .block-full-content,
.has-subpages .content-item-text .block-full {
	padding-bottom: 0;
	padding-top: 0;
}

.has-subpages .block-full .subpages {
	background-color: transparent !important;
}

.headline-box .headline {
	color: #fff;
	display: inline-block;
}

.byline-featured .byline {
	color: #fff;
	padding: 13px 26px;
}

.byline-featured .byline a {
	border-bottom-color: #eee;
	color: #eee;
}

.byline-featured .byline a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.pagination {
	background-color: transparent;
	border-bottom: 0;
}

.page-numbers {
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
}

.page-numbers:not(.dots):not(.next):not(.prev) {
	background-color: #232A32;
	color: #fff;
}

.pagination .page-numbers.current {
	background-color: #526D87;
}

.page-numbers.links-sec a {
	color: #fff;
}

.content-archive-title {
	font-weight: bold;
	margin-bottom: 0;
}

.content-archive-read-more {
	font-style: italic;
	padding: 13px;
	text-align: center;
}


/* FOOTER */

.footer {
	color: #fff;
}

.footer a {
	color: #ddd;
}

.footer a:hover {
	color: #aaa;
}


/* FEATURED PRODUCTS */

.featured-products-right .col1 {
	float: right;
}

.featured-products a {
	color: #1e1e1e;
	font-weight: 700;
}

.featured-products a:hover {
	color: #777;
}

.featured-product-media {
	margin-top: -26px;
}

.format-text-main a.featured-product { border-bottom: 0; }


/* TESTIMONIALS */

.testimonial-photo {
	border-radius: 50%;
}


/* CALL TO ACTION */

.call-to-action .content {
	width: auto;
}

.call-to-action .small-title {
	font-size: 21px;
	line-height: 28px;
}


/* FEATURED QUOTES */

.featured-quote .quote-body {
	background-color: #fff;
	border-left: 0;
	border-radius: 3px;
	font-style: normal;
	position: relative;
}

.featured-quote .quote-inner {
	overflow: hidden;
}

.featured-quote .quote-meta {
	min-width: 250px;
}

.format-text-main .featured-quote .quote-meta p {
	margin-bottom: 0;
}

.featured-quote .quote-author {
	padding-top: 17px;
}

.featured-quote .quote-body:after {
	border: 0;
	border-color: transparent #eee;
	border-bottom-width: 25px;
	border-right-width: 25px;
	border-style: solid;
	content: '';
	display: block;
	position: absolute;
		bottom: -25px;
		right: 90px;
	width: 0;
}

.featured-quote img.quote-image {
	border-radius: 50%;
	display: inline-block;
	height: 75px;
	position: relative;
	width: 75px;
}


/* LATEST BLOG POSTS */

.latest-blog-posts a {
	color: #1e1e1e;
}

.latest-blog-posts a:hover {
	color: #777;
}

.latest-blog-post-avatar img {
	border-radius: 50%;
}


/* CLAIMS */

.claims-image-url {
	margin-left: auto;
	margin-right: auto;
}



/* Instagram
--------------------------------------------- */
.aeinsta-loop {
	display: block;
}

.aeinsta-loop::after {
	content: " ";
	display: block;
	clear: both;
}

.aeinsta-loop .aeinsta-item {
	display: block;
	float: left;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	width: 50%;
}

@media all and (min-width: 620px) {
	.aeinsta-loop .aeinsta-item {
		width: 25%;
	}
}

@media all and (min-width: 950px) {
	.aeinsta-loop .aeinsta-item {
		width: 16.6666666667%;
	}
}

.aeinsta-loop .aeinsta-item img {
	display: block;
	line-height: 0;
	width: 100%;
}

.aeinsta-loop .aeinsta-likes:before,
.aeinsta-loop .aeinsta-comments:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: bold;
	line-height: inherit;
	speak: none;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.aeinsta-loop .aeinsta-likes,
.aeinsta-loop .aeinsta-comments {
	bottom: 13px;
	color: #fff;
	position: absolute;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.aeinsta-loop .aeinsta-likes {
	left: 13px;
}

.aeinsta-loop .aeinsta-likes:before {
	content: "\f08a";
	margin-right: 0.5rem;
}

.aeinsta-loop .aeinsta-comments {
	right: 13px;
}

.aeinsta-loop .aeinsta-comments:before {
	content: "\f0e6";
	margin-right: 0.5rem;
}


/* MEDIA QUERIES */

@media all and (min-width: 1118px) {

	.stripe {
		display: block;
	}

}


@media all and (min-width: 900px) {

	/* HEADER */

	.header {
		position: fixed;
			top: 0;
		width: 100%;
		z-index: 500;
	}

	.header-offset {
		margin-bottom: 84px;
		overflow: hidden;
	}

	.header-box-float {
		position: absolute;
			right: 0;
			top: -26px;
	}

	.block-triple-lr {
		padding-left: 78px;
		padding-right: 78px;
	}

	.format-text-main .hero-headline {
		font-size: 68px;
		line-height: 1;
	}

	.columns-25-75 .col1 {
		float: left;
		width: 25%;
	}

	.columns-25-75 .col2 {
		float: left;
		width: 75%;
	}

}


@media all and (min-width: 700px) {

	.button + .button {
		margin-left: 19px;
	}


	/* MENU */

	.secondary-menu .menu-item a {
		padding-left: 26px;
		padding-right: 26px;
	}


	/* FEATURED PLANS */

	.featured-product-name {
		float: left;
		font-size: 17px;
		width: 85%;
	}


	/* TESTIMONIALS */

	.testimonials-intro.block-triple-double {
		padding-top: 120px;
	}

}


@media all and (max-width: 1118px)  {

	.testimonials-bubbles,
	.header-content .inner,
	.featured-products .inner {
		padding-left: 26px;
		padding-right: 26px;
	}

}


@media all and (max-width: 900px) {

	/* HEADER */

	.header.shrink .header-menu:last-child {
		margin-bottom: -16px;
	}

	.header-box-float {
		margin-top: 26px;
	}

	.header-offset {
		margin-bottom: 0 !important;
	}


	/* TESTIMONIAL */

	.testimonials {
		text-align: center;
	}

	.testimonial-photo {
		max-width: 100px;
	}

}


@media all and (max-width: 700px) {

	.columns-2 {
		margin-left: 0;
		margin-right: 0;
	}

	.button + .button {
		margin-top: 19px;
	}


	/* HEADER */

	.header .logo {
		font-size: 21px;
	}

	.header-box {
		font-size: 12px;
		line-height: 17px;
		padding: 13px;
	}

	.header-contact {
		font-size: 14px;
		line-height: 20px;
	}

}

