/*
	Theme Name:     Agency 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:        2.3.0
*/

@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-family: 'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 29px;
}

a:hover {
	color: #1e1e1e;
}

[class*="links-"] .no-border a {
	border-bottom: 0;
}


/* FONTS */

.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: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.headline, h1, h2, h3, h4 {
	word-wrap: initial;
}


/* 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: #97CC73;
	border-radius: 26px;
	border-bottom: none;
	color: #444;
	padding: 9px 26px;
	text-shadow: none;
}

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

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

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


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

/* PAGE BUILDER MOD */

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


/* HEADER */

.header-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 100;
}

.header.block-single-tb {
	padding-bottom: 20px;
	padding-top: 20px;
}

.header {
	position: fixed;
	background-color: transparent;
	width: 100%;
	z-index: 500;
	-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-offset {
	margin-bottom: 129px;
	overflow: hidden;
}

.header .logo {
	float: left;
	font-size: 32px;
	width: 255px;
}

@media all and (max-width: 900px) {
	.header .logo {
		float: none;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		max-width: 180px;
	}
	.header .header-contact {
		float: none;
		margin-top: 26px;
	}
	.block-quad-tb {
		padding-bottom: 52px;
		padding-top: 52px;
	}
}

.header .logo a {
	color: #fff;
}

.header .logo img {
	-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;
	width: 100%;
}

.sub-menu {
	border-bottom: 0;
}

.header-menu .menu .menu-item a,
.header-menu .menu .current-menu-item.menu-item a {
	border-bottom-color: #2A333C;
}

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

.menu-header > .menu-item {
	line-height: 22px;
}

.menu-trigger {
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	display: none;
	border-radius: 3px;
	padding: 8px 14px;
	position: relative;
	right: auto;
	top: auto;
}

@media all and (min-width: 900px) {
	.header-standard .header-menu-wrap {
		position: static;
	}
	.menu > .menu-item-has-children > a > .menu-item-title::after {
		content: '\e80e';
	}
	.menu > .menu-item-has-children > a > .menu-item-title::after, .menu .sub-menu .menu-item-has-children::after {
		font-family: 'md-icon';
		position: absolute;
	}
}

@media all and (min-width: 1118px) {
	.header-menu-wrap {
		float: right;
		position: relative;
	}
	.header-wrapper {
		margin-top: -25px;
		position: absolute;
		right: 0;
		top: 50%;
	}
	.header-standard .header-menu-wrap {
		margin-top: 0;
		position: relative;
		right: auto;
		top: auto;
		float: left;
	}
}

@media all and (max-width: 1118px) {
	.header-wrapper {
		clear: both;
		right: 26px;
	}
	.header-standard .header-menu-wrap {
		clear: both;
		margin-top: 26px;
		right: 0;
	}
	.header-menu .menu-item a,
	.header-menu .current-menu-item.menu-item a {
		padding: 16px;
	}
	.header-menu .sub-menu {
		border-left: 0;
		margin-left: 0;
	}
	.header-contact {
		position: absolute;
			top: 26px;
			right: 78px;
	}
	.header .menu-trigger {
		position: absolute;
			top: 26px;
			right: 26px;
	}
	.header .sub-menu {
		border-left: 16px solid rgba(0, 0, 0, 0.3);
	}
	.header .sub-menu a {
		padding: 10px;
	}
	.header .sub-menu .menu-item-title {
		font-size: 12px;
	}
}

@media all and (max-width: 900px) {
	.header-contact {
		position: static;
	}
}

.header-menu,
.header-contact {
	display: block;
}

.header-contact {
	float: right;
}

.header-menu {
	margin-right: 26px;
	position: relative;
}

.header-menu-wrap .header-menu.visible,
.secondary-menu .secondary-nav.visible {
	display: block;
}

.header-contact {
	text-align: center;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 21px;
}

.header-contact-label {
	font-style: italic;
}

.header-contact-number {
	font-size: 23px;
	font-weight: 600;
	margin-top: 6px;
}

.header-contact-number a,
.header-contact-number {
	color: #fff !important;
}


/* STICKY HEADER */

.header.shrink {
	padding: 10px 0;
}

.shrink {
	background-color: #232A32;
}

.header.shrink .logo {
	width: 120px;
}

.shrink .header-contact {
	display: none;
}


/* SECONDARY MENU */

.secondary-menu {
	font-size: 15px;
	position: relative;
	z-index: 90;
}

.secondary-menu .menu-trigger {
	background: transparent;
}

.secondary-menu .menu > .menu-item.current-menu-item:not(.button) > a {
	border-bottom: none;
}


/* CONTENT BOX */

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

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

.post {
	margin-bottom: 39px;
}

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


/* FOOTER */

.footer,
.footer .footer-copy a,
.footer .footer-columns a {
	color: #fff;
}


/* FEATURED PLANS */

@media all and (min-width: 700px) {
	.featured-plans {
		display: flex;
		flex-wrap: wrap;
	}
}

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

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

.featured-plan-title::before,
.featured-plan-title::after {
	content: "";
	display: block;
	height: 1px;
	background: #fff;
	max-width: 300px;
	margin: 0 auto;
}

.featured-plan-title::before {
	margin-bottom: 26px;
}

.featured-plan-title::after {
	margin-top: 26px;
}

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


/* CALL TO ACTION */

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

.call-to-action .cta-button {
	min-width: 250px;
}

.call-to-action .cta-button .button:hover {
	opacity: 0.8;
}

@media all and (max-width: 960px) {
	.call-to-action .content,
	.call-to-action .cta-button {
		display: block;
		min-width: 100%;
		text-align: center;
		width: 100%;
	}

	.call-to-action .content {
		padding-top: 0;
	}
}


/* CIRCLE COUNTERS */

.columns-6 > .col {
	float: left;
	width: 16.666666667;
}

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


/* PRODUCTS BAR */

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

.products-bar .stripe:hover {
	color: rgba(255, 255, 255, 0.5);
}

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

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


/* CLAIMS */

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


/* TEAM */

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

	.team-box-member-photo {
		float: left;
		margin-right: 26px;
	}

}

.team-box-members .team-box-member .team-box-member-intro p {
	margin-bottom: 0;
	margin-top: 7px;
}


/* FEATURED PRODUCTS */

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

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

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

.featured-product-image {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 350px
}

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

.featured-product-name {
	float: left;
	font-size: 17px;
	font-weight: bold;
	padding: 13px 26px;
	width: 85%;
}

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

/* TESTIMONIALS */

.testimonial-photo {
	border-radius: 50%;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.featured-product {
	min-height: 55px;
}

.testimonials-area {
	padding: 82px 56px;
}

.testimonials-area .testimonial {
	font-size: 17px;
	line-height: 26px;
	padding: 40px 0;
}

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

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

}

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

	.testimonials-area {
		padding-left: 13px;
		padding-right: 13px;
	}

	.testimonial-photo {
		max-width: 100px;
		margin-left: auto;
		margin-right: auto;
	}

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

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

	.featured-product-content h3,
	.featured-content-desc{
		text-align: center;
	}

	.featured-content-desc.small-title {
		font-size: 17px;
		line-height: 27px;
	}

	.featured-products-listing.columns-2 .featured-product {
		float: left;
		text-align: center;
		width: 50%;
	}

	.featured-product-icon {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}

	.featured-product-name {
		display: block;
		float: none;
		width: 100%;
	}
}


/* LATEST BLOG POSTS */

.latest-blog-posts .col .box {
	display: block;
}

.latest-blog-posts h3 {
	font-size: 24px;
	line-height: 32px
}

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

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

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


/* 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 all and (min-width: 700px) {

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

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


	/* FEATURED PLANS */

	.has-subpages .featured-plans {
		padding-left: 13px;
		padding-right: 13px;
	}

	.featured-plan {
		padding: 13px;
	}

	.featured-plan-inner {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		min-height: 454px;
		padding: 156px 52px;
	}

}


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

	.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 (max-width: 1118px) {

	.menu-trigger {
		display: inline-block;
		margin-top: 5px;
	}

	/* HEADER */

	.header {
		position: relative;
	}

	.header-menu-wrap .header-menu {
		display: none;
		margin: 0;
	}

	.header-menu-wrap.close-on-tablet {
		background-color: transparent;
		display: block;
		width: 100%;
	}

	.has-mobile-menu .header-menu li a,
	.header-menu-wrap.close-on-tablet li a {
		background-color: #232A32;
	}

	.has-mobile-menu .header-menu li,
	.header-menu-wrap.close-on-tablet li {
		border-color: #2A333C;
	}

	.header-contact {
		float: left;
		margin-right: 25px;
	}

	.header-menu .menu-item:not(.button) a:hover {
		background-color: #29313B;
	}

	.menu-item {
		display: block;
	}

	.menu .sub-menu  {
		list-style: none;
		display: block;
		width: 100%;
		text-align: center;
		position: relative;
		top: auto;
		font-weight: normal;
		font-size: 14px;
	}

	/* MENUS */

	.secondary-menu .menu-item:not(:last-child) {
		border-bottom: 0;
	}

	.menu-secondary > .menu-item-has-children:hover > a {
		background-color: #232A32;
	}


}

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

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

}

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

	.header-wrap {
		overflow: visible;
	}

	.shrink {
		background-color: transparent;
	}

	.header.shrink {
		padding: 20px 0;
	}

	/* TESTIMONIAL */

	.testimonials {
		text-align: center;
	}
}

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

	.header .inner,
	.footer .inner,
	.content-sidebar,
	.sidebar-content,
	.page-leads-columns {
		padding-left: 16px;
		padding-right: 16px;
	}

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

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

	.header-wrapper {
		margin-top: 10px;
	}

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

	.menu-trigger {
		padding: 5px 11px 3px;
	}

	.header-contact {
		margin-right: 10px;
		letter-spacing: normal;
	}

	.columns-2 > .col,
	.columns-2 > .col1,
	.columns-2 > .col2,
	.columns-3 .col1,
	.columns-3 .col2,
	.ginput_complex .ginput_right,
	.ginput_complex .ginput_left {
		float: none;
		margin-bottom: 39px;
		padding: 0;
		width: 100%;
	}

	.columns-2 > .col1,
	.columns-2 > .col2,
	.columns-3 .col1,
	.columns-3 .col2 {
		margin-bottom: 39px;
	}

	.columns-single > .col,
	.columns-double > .col,
	.ginput_complex .ginput_right,
	.ginput_complex .ginput_left {
		padding: 0;
	}

	.columns-single,
	.columns-double,
	.ginput_complex {
		margin-left: 0;
	}

	.featured-plans .featured-plan {
		margin-bottom: 0;
		padding: 52px;
	}
}
