/*
	Theme Name:     Premium 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.1.3
*/

@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;
}

.format-text-main {
	font-size: 18px;
	line-height: 29px;
}


/* ATTRIBUTES */

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', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 300;
}

a:hover {
	color: #1e1e1e;
}


/* FORMS */


.ginput_complex {
	margin-left: 0;
}


/* BUTTONS */

.button, a.button,
.button a, .header .links-sec .button a,
[class*="links-"] button, [class*="links-"] .button,
input[type="submit"], button {
	background-color: #E17933;
	border-radius: 0;
	border-bottom: none;
	color: #444;
	font-weight: bold;
	text-shadow: none;
}

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

.button.blue {
	background-color: #77BAD0;
}

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

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

.button.button-outline {
	background-color: transparent;
	border-style: solid;
	border-width: 3px;
}

.button.button-outline.white {
	border-color: #fff;
	color: #fff;
}


/* ELEMENTS */

.box-dark {
	background-color: #323946;
}

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

[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 {
	color: #555;
}

.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%;
}

.featured-video.video-wrap {
	padding-top: 0;
}


/* STRIPES */

.stripes {
	background-color: #F59E47;
	font-size: 14px;
}

.stripes-buttons {
	float: left;
}

.stripe {
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 7px 12px;
}

.stripe a {
	color: #fff;
}

.stripe a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.stripe-1 {
	background-color: rgba(0, 0, 0, 0.05);
}

.stripe-2 {
	background-color: rgba(0, 0, 0, 0.1);
}

.stripe-3 {
	background-color: rgba(0, 0, 0, 0.15);
}

.stripe-trigger {
	cursor: pointer;
	padding-top: 11px;
}


/* HEADER */

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

	.header.shrink {
		top: 0;
	}

	.main-menu + .header {
		top: 37px;
	}

	.admin-bar .main-menu + .header {
		top: 69px;
	}

}

.header-offset {
	display: none;
}

.header,
.header.shrink .stripes {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

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

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

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

.header-menu .menu-header .menu-item:last-child a {
	margin-right: 0;
}

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

.hero-box.block-single {
	padding: 52px 39px;
}

.button.button-large {
	padding: 19px 26px 18px 26px;
}

.header .stripes {
	position: absolute;
		bottom: -66px;
		right: 0;
	width: auto;
}

.header .stripe {
	height: 40px;
}

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

.menu-item-title {
	position: relative;
}


/* STICKY HEADER */

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

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

.header.shrink .stripes {
	bottom: -56px;
}


/* CONTENT BOX */

.subpages { margin-bottom: 0 !important }

.has-subpages .content-item { border-bottom: 0 !important }

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

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

.content-item-headline.image-overlay a {
	color: #fff;
}

.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);
}

.post {
	margin-bottom: 39px;
}

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

/* QUOTEVIDS */

@media only screen and (min-width: 810px) {

	.quotevids .quotevids-top-section {
		padding: 90px 0;
	}

}


/* FOOTER */

.footer {
	color: #fff;
}

.footer a {
	color: #ddd;
}

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


/* CLAIMS */

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


/* FEATURED PRODUCTS */

.featured-products-left .featured-products-content {
	flex-direction: row-reverse;
}

.featured-products-left[class*="slant-box"]:after {
	right: 35px;
}

.featured-products-content {
	display: flex;
	justify-content: center;
}

.featured-product-content {
	padding: 100px 40px 100px 110px;
	position: relative;
	z-index: 10;
}

.featured-product-content,
.featured-product-image {
	flex: 1;
}

.featured-product-image {
	background-size: cover;
	min-height: 350px
}

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

.featured-product:hover {
	opacity: 0.7;
}

.featured-product-icon {
	float: left;
	width: 15%;
}

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

	.featured-product-content {
		padding: 60px 40px;
	}

}

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

	.featured-product-content .featured-product {
		float: none;
		width: 100%;
		display: block;
		clear: both;
	}

}

a.featured-plan {
	border-bottom: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.featured-plan:hover {
    opacity: 0.8;
}

.featured-plan-title a {
	border-bottom: 0;
}

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


/* PRODUCTS BAR */

.products-bar .stripe {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	line-height: 34px;
	padding-bottom: 25px;
	padding-top: 25px;
}

.products-bar .stripe:hover {
	color: #fff;
}

.products-bar .fa {
	margin-right: 4px;
}


/* CIRCLE COUNTERS */

.customer-flow-title {
	font-size: 22px;
}

.columns-1 .customer-flow-number.col {
	width: 100%;
}

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

	.customer-flow-numbers {
		margin-left: -26px;
	}

	.customer-flow-number.col {
		float: left;
		padding-left: 26px;
		width: 50%;
	}

}

[class*="customer-circle-"] {
	border-style: solid;
	border-width: 4px;
	border-radius: 50%;
	display: block;
	text-align: center;
}

.customer-circle-small {
	border-color: #306AFD;
	color: #306AFD;
	font-size: 31px;
	font-weight: 500;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	width: 100px;
}


/* TESTIMONIALS */

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


/* ARROW BOX */

[class*="slant-box"] {
	background-size: cover;
	overflow: hidden;
	position: relative;
}

[class*="slant-box"]:after {
	background-color: #FFF;
    bottom: -200px;
	content: '';
    height: 1080px;
    position: absolute;
	    right: -35px;
    width: 100%;
    -webkit-transform: skewY(-78deg);
    -moz-transform: skewY(-78deg);
    -ms-transform: skewY(-78deg);
    -o-transform: skewY(-78deg);
    transform: skewY(-78deg);
}

.featured-products-left[class*="slant-box"]:after {
    -webkit-transform: skewY(78deg);
    -moz-transform: skewY(78deg);
    -ms-transform: skewY(78deg);
    -o-transform: skewY(78deg);
    transform: skewY(78deg);
}


/* 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;
}

/* 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;
}


/* LATEST BLOG POSTS */

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

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

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


/* MEDIA QUERIES */

.menu-item a,
.menu-header > .menu-item.current-menu-item:not(.button) > a {
	padding-bottom: 5px;
	padding-top: 5px;
}

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

	/* STICKY HEADER */

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

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

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

	.menu-header > .menu-item-has-children.current-menu-item:not(.button) > a:hover,
	.header .menu-header > .menu-item-has-children:hover > a {
		padding-bottom: 8px;
	}

	.stripe {
		display: block;
	}

}


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

	.header-offset + .content-box {
		padding-top: 52px;
	}
	
	.header-content + .content-box {
		padding-top: 85px;
	}

	.menu-header > .menu-item-has-children > a > .menu-item-title:after { right: -.8em; top: 0; }
	
	.format-text-main .hero-headline {
		font-size: 68px;
		line-height: 1;
	}

	.header-contact {
		position: relative;
		top: -20px;
	}

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

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


	/* MENU */

	.header-standard .header-menu-wrap {
		margin-top: -15px;
	}

	.menu-item-has-children {
		z-index: 100;
	}

	.sub-menu {
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
		display: none;
		position: absolute;
			left: 0;
			top: 33px;
		text-align: left;
		width: 300px;
		z-index: 90;
	}

	.sub-menu li {
		width: 100%;
	}

	.sub-menu a {
		display: block;
		padding-bottom: 13px;
		padding-top: 13px;
	}

	.sub-menu a:hover {
		background-color: rgba(0, 0, 0, 0.05);
	}

	.header .menu.menu-header > .menu-item.menu-item-has-children:hover > a {
		border-bottom-color: #fff;
	}

	.menu-item-has-children:hover > a:before {
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #eee;
		content: '';
		margin-left: -10px;
		position: absolute;
			bottom: -6px;
			left: 50%;
	}

	.menu-item-has-children:hover > .sub-menu {
		display: block;
	}

}


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

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

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


	/* FEATURED PLANS */

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

	a.featured-plan {
		height: 310px;
	}

}


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

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

	.stripes {
		font-size: 13px;
	}

}


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

	/* FEATURED PRODUCTS BOX */

	[class*="slant-box"]:after {
		display: none;
	}

	.featured-product-image {
		display: none;
	}

}


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

	/* HEADER */

	.has-mobile-menu .header-menu,
	.header-menu-wrap.close-on-tablet {
		clear: both;
		display: block;
		overflow: hidden;
		margin: 0;
	}

	.header-menu-wrap.close-on-tablet {
		padding-top: 20px;
	}

	.has-mobile-menu .header-menu .menu-item a,
	.has-mobile-menu .header-menu .current-menu-item.menu-item a {
		padding: 10px 20px;
	}

	.has-mobile-menu  .header-menu .menu-item {
		border: 0;
	}

	.has-mobile-menu .header-menu .sub-menu {
		border-left: 0;
		margin-left: 15px;
	}

	.header-menu {
		display: none;
	}

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

	.header-contact {
		position: absolute;
			right: 80px;
			top: -25px;
	}


	/* MENU */

	.sub-menu {
		border-left: 3px solid #ddd;
		margin-left: 26px;
	}

	.menu-header .sub-menu a {
		font-size: 14px;
		padding-bottom: 13px;
		padding-top: 13px;
	}


	/* TESTIMONIAL */

	.testimonials {
		text-align: center;
	}

}


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

	.wp-custom-logo .header {
		text-align: center;
	}

	.header-standard .header-menu-wrap {
		margin-top: 0;
		position: static;
	}

	.header-standard .custom-logo-link {
		float: none;
		margin-right: 0;
	}

}


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

	.wp-custom-logo .header {
		text-align: left;
	}

	.header-menu-trigger-text {
		display: none;
	}

	.header-menu-trigger {
		background-color: transparent;
		font-size: 35px;
		padding: 0;
	}

	.header-standard .header-menu-trigger {
		top: 6px;
	}

	.logo {
		max-width: 190px;
	}

}

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

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

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

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

}
