/* Infinity Pro Front Page
Loaded on the front page */

/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .site-header {
	z-index: 10;
}

.front-page .site-inner {
	margin-top: 0;
	max-width: 100%;
	padding-top: 0;
}

.front-page .site-header,
.header-image.front-page .site-header {
	background-color: rgba(0, 0, 0, 0.4666666666666667);
	border-bottom: 1px solid transparent;
	top: 32px;
}

.front-page .white .site-header {
	top: 0;
}

.front-page .offscreen-content-icon button,
.front-page .site-title a,
.front-page .site-title a:hover,
.front-page .site-title a:focus {
	color: #fff;
}

@media only screen and (min-width:801px) {
	.front-page .nav-primary .genesis-nav-menu a {
		color: #fff;
	}
}

.front-page .offscreen-content button,
.front-page .offscreen-content-icon button {
	background-color: transparent;
}

.front-page .white .offscreen-content button,
.front-page .white .offscreen-content-icon button {
	background-color: #fff;
}

.front-page .genesis-nav-menu .sub-menu a,
.front-page .white .genesis-nav-menu a,
.front-page .white .offscreen-content-icon button,
.front-page .white .site-title a,
.header-image.front-page .genesis-nav-menu a,
.header-image.front-page .genesis-nav-menu .sub-menu a,
.header-image.front-page .offscreen-content-icon button {
	color: #fff;
}

.front-page .genesis-nav-menu a:hover,
.front-page .genesis-nav-menu a:focus,
.front-page .offscreen-content-icon button:hover,
.front-page .offscreen-content-icon button:focus,
.front-page .white .genesis-nav-menu a:hover,
.front-page .white .genesis-nav-menu a:focus {
	color: #ccc;
}

.front-page.full-width-content .content {
	border-right: none;
	max-width: 100%;
	padding: 0;
}

.page.front-page .content .entry {
	background: none;
	border: none;
}

.front-page .widget p.thirty {
	margin-bottom: 30px;
}

.front-page img {
	vertical-align: top;
}

.home .odd {
	background-color: #fff;
}

.home .even {
	background-color: #fff;
}

.front-page .pre-header {
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom: none;
	color: #fff;
}

.front-page .pre-header .phone, 
.front-page .pre-header .phone a,
.front-page .social-network-icon,
.front-page .pre-header .account,
.front-page .pre-header .account a {
	color: #e1e1e1;
}

.front-page .pre-header-2 {
	border-left: 1px solid #666;
}

.front-page .entry-header {
	text-align: center;
}

.front-page .footer-widgets {
	margin-top: 0;
}


/* Front Page Sections
---------------------------------------------------------------------------------------------------- */

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-6 {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-2 .wrap,
.front-page-3 .wrap,
.front-page-4 .wrap,
.front-page-5 .wrap,
.front-page-6 .wrap,
.front-page-7 .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.front-page-2 .widget-title,
.front-page-3 .widget-title,
.front-page-4 .widget-title,
.front-page-5 .widget-title,
.front-page-6 .widget-title,
.front-page-7 .widget-title {
	font-family: 'Montserrat', serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
}

h4.entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.front-page-3 h4.entry-title,
.front-page-4 h4.entry-title{
	background: #fff;
	font-weight: 400;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.featuredpage .entry-header::after {
	margin-bottom: 0;
}

.front-page-6 .image-section {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 80px 0 80px;
}

/* Front Page 1
---------------------------------------------------------------------------------------------------- */

.front-page-1 .wrap {
	max-width: 100%;
}

.front-page-1 {
	display: table;
	overflow: hidden;
	padding: 0;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.front-page-1.odd {
	border-top: none;
}

.front-page-1 .widget-area {
	display: table-cell;
	padding-top: 0;
	vertical-align: middle;
	width: 100%;
}

.front-page-1 .widget {
	margin-bottom: 0;
}

.front-page-1,
.front-page-1 a,
.front-page-1 p,
.front-page-1 .featured-content .entry-title a,
.front-page-1 .widget-title {
	color: #fff;
}

.front-page-1 a {
	border-bottom: 1px solid #fff;
}

.front-page-1 a:hover,
.front-page-1 a:focus,
.front-page-1 .featured-content .entry-meta a:hover,
.front-page-1 .featured-content .entry-meta a:focus,
.front-page-1 .featured-content .entry-title a:hover,
.front-page-1 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-1 a:hover,
.front-page-1 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-1 a.button {
	border-bottom: none;
}

.front-page-1 .widget-title {
	font-family: 'Montserrat', serif;
	font-size: 96px;
	font-size: 9.6rem;
	font-weight: 400;
	letter-spacing: -2px;
	margin-bottom: -10px;
	text-transform: none;
}

.front-page-1 p {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.front-page-1 p:last-child {
	margin-bottom: 0;
}

.front-page-1 button:focus,
.front-page-1 button:hover,
.front-page-1 input:focus[type="button"],
.front-page-1 input:hover[type="button"],
.front-page-1 input:focus[type="reset"],
.front-page-1 input:hover[type="reset"],
.front-page-1 input:focus[type="submit"],
.front-page-1 input:hover[type="submit"],
.front-page-1 .textwidget a.button:focus,
.front-page-1 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}


/* Front Page 2
---------------------------------------------------------------------------------------------------- */

.front-page-2 {
	text-align: center;
	padding-top: 1px;
}

.front-page-2.even {
	background-color: #fff;
}

.front-page-2 .widget-full .wrap,
.front-page-2 .wrap {
	max-width: 1280px;
}

.front-page-2 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-2 p:last-child {
	margin-bottom: 0;
}

.front-page-2 button:focus,
.front-page-2 button:hover,
.front-page-2 input:focus[type="button"],
.front-page-2 input:hover[type="button"],
.front-page-2 input:focus[type="reset"],
.front-page-2 input:hover[type="reset"],
.front-page-2 input:focus[type="submit"],
.front-page-2 input:hover[type="submit"],
.front-page-2 .textwidget a.button:focus,
.front-page-2 .textwidget a.button:hover {
	background-color: #000;
	color: #fff;
}

/* move search over slider */

.front-page-2 .flexible-widgets {
    overflow: visible !important;
}

.front-page-2 .wrap {
	position: relative;
	margin-top: -200px;
}

/* Front Page 3
---------------------------------------------------------------------------------------------------- */

.front-page-3 {
	background-color: #f5f5f5;
	color: #000;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: center;
}

.front-page-3,
.front-page-3 a,
.front-page-3 p,
.front-page-3 .featured-content .entry-title a,
.front-page-3 .widget-title {
	color: #000;
}

.front-page-3 a:hover,
.front-page-3 a:focus,
.front-page-3 .featured-content .entry-meta a:hover,
.front-page-3 .featured-content .entry-meta a:focus,
.front-page-3 .featured-content .entry-title a:hover,
.front-page-3 .featured-content .entry-title a:focus {
	color: #444;
}

.front-page-3 a.button,
.front-page-3 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-3 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-3 p:last-child {
	margin-bottom: 0;
}

.front-page-3 button:focus,
.front-page-3 button:hover,
.front-page-3 input:focus[type="button"],
.front-page-3 input:hover[type="button"],
.front-page-3 input:focus[type="reset"],
.front-page-3 input:hover[type="reset"],
.front-page-3 input:focus[type="submit"],
.front-page-3 input:hover[type="submit"],
.front-page-3 .textwidget a.button:focus,
.front-page-3 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}


/* Front Page 4
---------------------------------------------------------------------------------------------------- */

.front-page-4 {
	background-color: #000;
	color:#fff;
	padding-bottom: 0;
	padding-top: 0;
}

.front-page-4.even,
.front-page-4.even .featuredpage {
	background-color: #000;
	color: #fff;
}

.front-page-4 .widget-full .wrap {
	max-width: 100%;
}

.front-page-4 .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-height: 100vh;
	overflow: hidden;
	max-width: 100%;
	padding: 0 20px;
}

.front-page-4 .widget-area .widget:last-of-type {
    padding: 0% 10% 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.front-page-4 p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.75;
}

.front-page-4 .featuredpage h4.entry-title {
    font-size: 32px;
    font-size: 3.2rem;
}

.front-page-4 p:last-child {
	margin-bottom: 0;
}

.front-page-4 button:focus,
.front-page-4 button:hover,
.front-page-4 input:focus[type="button"],
.front-page-4 input:hover[type="button"],
.front-page-4 input:focus[type="reset"],
.front-page-4 input:hover[type="reset"],
.front-page-4 input:focus[type="submit"],
.front-page-4 input:hover[type="submit"],
.front-page-4 .textwidget a.button:focus,
.front-page-4 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}

.front-page-4 a.more-link {
	border: 1px solid #fff;
	color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
	margin-bottom: 20px;
    display: block;
    width: 235px;
    white-space: normal;
}

.front-page-4 a.more-link:hover {
	background: #fff;
	color: #000;
}

.front-page-4 .more-link::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f138";
    vertical-align: top;
    margin-left: 8px;
}


/* Front Page 5
---------------------------------------------------------------------------------------------------- */

.front-page-5 {
	color: #000;
	text-align: center;
	margin-top: 20px;
}

.front-page-5 .image-section {
    background-color: rgba(0, 0, 0, 0.3);
	padding-top: 60px;
	padding-bottom: 60px;
}

.front-page-5 .widget-full .wrap {
	max-width: 1280px;
}

.front-page-5,
.front-page-5 a,
.front-page-5 p,
.front-page-5 .featured-content .entry-title a,
.front-page-5 .widget-title {
	color: #fff;
}

.front-page-5 a:hover,
.front-page-5 a:focus,
.front-page-5 .featured-content .entry-meta a:hover,
.front-page-5 .featured-content .entry-meta a:focus,
.front-page-5 .featured-content .entry-title a:hover,
.front-page-5 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-5 button:focus,
.front-page-5 button:hover,
.front-page-5 input:focus[type="button"],
.front-page-5 input:hover[type="button"],
.front-page-5 input:focus[type="reset"],
.front-page-5 input:hover[type="reset"],
.front-page-5 input:focus[type="submit"],
.front-page-5 input:hover[type="submit"],
.front-page-5 .textwidget a.button:focus,
.front-page-5 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}

.front-page-5 p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.75;
}

.front-page-5 p:last-child {
	margin-bottom: 0;
}

.widget-wrap .strong-view.wpmtst-modern .wpmtst-testimonial-content {
	text-align: left;
}

/* Front Page 7
---------------------------------------------------------------------------------------------------- */

.front-page-7 {
	color: #000;
	text-align: center;
	margin: 20px;
	padding-bottom: 90px;
	padding-top: 80px;
}

.front-page-7 .widget-full .wrap {
	max-width: 90%;
}

.front-page-7 a:hover,
.front-page-7 a:focus,
.front-page-7 .featured-content .entry-meta a:hover,
.front-page-7 .featured-content .entry-meta a:focus,
.front-page-7 .featured-content .entry-title a:hover,
.front-page-7 .featured-content .entry-title a:focus {
	color: #444;
}

.front-page-7 button:focus,
.front-page-7 button:hover,
.front-page-7 input:focus[type="button"],
.front-page-7 input:hover[type="button"],
.front-page-7 input:focus[type="reset"],
.front-page-7 input:hover[type="reset"],
.front-page-7 input:focus[type="submit"],
.front-page-7 input:hover[type="submit"],
.front-page-7 .textwidget a.button:focus,
.front-page-7 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}

.front-page-7 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-7 p:last-child {
	margin-bottom: 0;
}

.front-page-7 article p {
	font-size: 28px;
	font-size: 1.8rem;
}

.front-page-7 article h4.entry-title {
	font-weight: 700;
}

.front-page-7 article .entry-content,
.front-page-7 article .entry-header {
	text-align: left;
}

.front-page-7 article img {
	border: 1px solid #ddd;
    box-shadow: 0px 0px 10px -2px #ddd;
    padding: 5px;
}

.front-page-7,
.front-page-7 a,
.front-page-7 p,
.front-page-7 .featured-content .entry-title a,
.front-page-7 .widget-title {
	color: #000;
}

.front-page-7 .widget-title {
	text-align: left;
}

.front-page-7 .more-link::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f138";
    vertical-align: top;
    margin-left: 2px;
}



/* Front Page 6
---------------------------------------------------------------------------------------------------- */

.front-page-6 {
	color: #000;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.front-page-6 .widget-full .wrap {
	max-width: 90%;
}

.front-page-6,
.front-page-6 a,
.front-page-6 p,
.front-page-6 .featured-content .entry-title a,
.front-page-6 .widget-title {
	color: #000;
}

.front-page-6 a:hover,
.front-page-6 a:focus,
.front-page-6 .featured-content .entry-meta a:hover,
.front-page-6 .featured-content .entry-meta a:focus,
.front-page-6 .featured-content .entry-title a:hover,
.front-page-6 .featured-content .entry-title a:focus {
	color: #444;
}

.front-page-6 a.button,
.front-page-6 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-6 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-6 p:last-child {
	margin-bottom: 0;
}

.front-page-6 article p {
	font-size: 16px;
	font-size: 1.6rem;
}

.front-page-6 article h4.entry-title {
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
}

.front-page-6 .widget-title {
	text-align: left;
	margin-bottom: 50px;
}

.front-page-6 article .entry-content,
.front-page-6 article .entry-header {
	text-align: left;
}

.front-page-6 article img {
	border: 1px solid #ddd;
    box-shadow: 0px 0px 10px -2px #ddd;
    padding: 5px;
}

.front-page-6 button:focus,
.front-page-6 button:hover,
.front-page-6 input:focus[type="button"],
.front-page-6 input:hover[type="button"],
.front-page-6 input:focus[type="reset"],
.front-page-6 input:hover[type="reset"],
.front-page-6 input:focus[type="submit"],
.front-page-6 input:hover[type="submit"],
.front-page-6 .textwidget a.button:focus,
.front-page-6 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}


/* Flexible Widgets
---------------------------------------------------------------------------------------------------- */

.flexible-widgets .widget,
.featuredpost article {
	float: left;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.flexible-widgets.widget-full .widget {
	padding-left: 0;
	padding-right: 0;
}

.flexible-widgets .widget:last-of-type {
	margin-bottom: 0;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget,
.featuredpost article {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2),
.featuredpost article:nth-child(3n+2) {
	clear: left;
	border-left: none;
}

.odd .flexible-widgets .widget.featuredpage {
	background: #fff;
	border: 1px solid #ddd;
    box-shadow: 0px 0px 10px -2px #ddd;
	padding: 0;
}

.even .flexible-widgets .widget.featuredpage {
	background: #f5f5f5;
	border: 1px solid #ddd;
    box-shadow: 0px 0px 10px -2px #ddd;
	padding: 0;
}

/* Content Boxes
---------------------------------------------------------------------------------------------------- */

.front-page .content-box {
	padding: 50px 40px 60px;
}

.front-page .solid-section .content-box {
	background-color: #f5f5f5;
}

.front-page .content-box h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.front-page .content-box p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.625;
	margin-bottom: 0;
}

.content-box .icon {
	font-size: 30px;
}


/* Team Overlay
---------------------------------------------------------------------------------------------------- */

.featuredpage .team-member a.aligncenter,
.featuredpage .team-member a.alignleft,
.featuredpage .team-member a.alignnone,
.featuredpage .team-member a.alignright {
	display: block;
	margin: 0;
}

.featuredpage .team-member.entry {
	color: #fff;
	padding: 0;
	position: relative;
}

.featuredpage .team-member .entry-content {
	background-color: #000;
	clear: both;
	padding: 20px;
	position: relative;
	z-index: 10;
}

.featuredpage .team-member .entry-header {
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.featuredpage .team-member .entry-header:after {
	border-width: 0;
	padding-bottom: 0;
}

.featuredpage .team-member.entry:hover .entry-header,
.featuredpage .team-member.entry:focus .entry-header,
.featuredpage .team-member.entry.focused .entry-header {
	background-color: rgba(0,0,0,0.8);
	opacity: 1;
	-ms-filter: "alpha(Opacity=1)";
	filter: alpha(opacity=1);
}

.featuredpage .team-member .entry-header a {
	display: table-cell;
	padding: 20px;
	position: relative;
	transform: translateY( 10px );
	transition: transform .4s ease-in-out;
	vertical-align: middle;
	z-index: 3;
}

.featuredpage .team-member .entry-header.position-top a {
	padding-top: 45px;
	vertical-align: top;
}

.featuredpage .team-member:hover .entry-header a,
.featuredpage .team-member:focus .entry-header a,
.featuredpage .team-member.focused .entry-header a {
	transform: translateY( 0 );
}

.featuredpage .team-member .entry-title a,
.featuredpage .team-member .more-link:hover,
.featuredpage .team-member .more-link:focus {
	color: #fff;
}

.featuredpage .team-member .entry-title {
	display: table;
	font-size: 27px;
	font-size: 2.7rem;
	height: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

.featuredpage .team-member .entry-title a:focus .team-name {
	border-bottom: 1px #fff dotted;
}

.featuredpage .team-member p,
.featuredpage .team-member .entry-title .team-title {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
}

.featuredpage .team-member .entry-title .team-title {
	display: block;
	padding-top: 10px;
}

.front-page-6 .flexible-widgets.widget-halves.uneven .featuredpage.widget:last-of-type {
	float: none;
	margin: 0 auto;
	max-width: 50%;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


/* Custom Styles
---------------------------------------------------------------------------------------------------- */

.entry {
	border-bottom: none;
	padding-bottom: 0;
}

.home #front-page-2 .flexible-widgets .widget_ifound_quick_search {
	border-radius: 0 3px 3px 3px;
	padding: 20px 10px 5px 20px;
}

.ifound-quick-search select,
.ifound-quick-search textarea {
	color: #000;
	background-color: #fff;
	font-size: 1.6rem;
}

.home .widget_ifound_quick_search .ifound-more-options {
	margin-right: 10px;
}

.ifound-quick-search .button {
	padding: 8px 20px;
}

.home.ifound-mobile #front-page-2 .flexible-widgets .widget_ifound_quick_search {
	padding-bottom: 0;
}

.home.ifound-mobile .widget_ifound_quick_search .ifound-more-options {
	display: none;
}

.even .featuredpage {
	background: #fff;
}

.featuredpage img.alignnone, 
.featuredpage .alignnone {
	margin-bottom: 0;
	display: block;
}

.featuredpage img,
.ifound-featured-img,
.featuredpost img {
	transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1);
    -webkit-transition: scale(1);
    -moz-transition: scale(1);
    -ms-transition: scale(1);
	width: 100%;
}

.featuredpage img:hover,
.ifound-featured-img:hover,
.featuredpost img:hover {
    -webkit-transition: scale(1.08);
    -moz-transition: scale(1.08);
    -ms-transition: scale(1.08);
    transform: scale(1.08);
}

.front-page-3:hover img {
	opacity: 0.5;
}

.front-page-3 .entry img {
	transition: all .8s;
}

.front-page-3 .entry:hover img {
	opacity: 1;
}

.featuredpage .entry a.alignnone {
	background: #000;
}

.featuredpost article a {
	overflow: hidden;
}

.ifound-featured-img {
	border: 0;
}

.featuredpage a {
	overflow: hidden;
}

.flexible-widgets.widget-thirds .widget.featuredpage:nth-child(3n+1) {
	margin-right: 0;
}

/* Featured Listings */

.ifound-featured-listings .featured-listing {
	background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px -2px #ddd;
	margin-top: 0;
    position: relative;
    overflow: hidden;
}

.featured-listing .prop-item.list-status:before {
	content: 'For Sale';
	font-size: 14px;
	font-weight: 700;
	padding: 2px 25px;
	position: absolute;
	left: -55px;
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-40deg);
    z-index: 2;
    width: 200px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.ifound-grid .ifound-prop-h2, 
.featured-listing .ifound-prop-h2 {
	font-weight: 400;
}

.ifound-prop-h2:nth-of-type(2) {
	font-size: 16px;
}

.ifound-featured-data .beds, 
.ifound-featured-data .baths, 
.ifound-featured-data .size, 
.ifound-featured-data .lot,
.ifound-featured-data .sqft,
.ifound-featured-data .listing-id {
	background: #f8f8f8;
    border: 1px solid #fff;
    font-size: 16px;
}

.ifound-featured-data .beds, 
.ifound-featured-data .baths {
	font-size: 20px;
}

.ifound-featured-data .beds span, 
.ifound-featured-data .baths span {
	display: none;
}

.list_price {
	color: #E42819;
}

.ifound-featured-data .beds:before, 
.ifound-featured-data .baths:before {
	color: #777;
}

.home .autotext-button-wrapper .button {
    font-size: 24px;
    padding: 14px 20px;
    border: none !important;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    background: rgba(183, 20, 23, 0.9);
    margin-top: 0;
}

.home .autotext-input-wrapper input {
    background: rgba(255, 255, 255, 0.9);
    border: none;
}

.home .quick-search .button {
	padding: 8px 20px;
	margin: 0;
}

/* iHomeFinder Styles */

.home .front-page-2 .flexible-widgets .widget_ihomefinderquicksearchwidget {
    background-color: rgba(0,0,0,.6);
    border-radius: 0 3px 3px 3px;
    padding: 10px 20px 0;
    width: 100%;
}

.home .front-page-2 .flexible-widgets .widget_ihomefinderquicksearchwidget .ihf-container label {
	color: #fff
}

/* 4 vertical sections */

.cta-lifestyle-content {
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}

.cta-lifestyle-content {
	width: 100%;
}

.cta-lifestyle-content-wrap {
	color: #fff;
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.cta-lifestyle .button,
.home .button {
	background-color: #0009;
    text-shadow: 2px 1px 3px rgba(0,0,0,0.5);
    padding: 20px;
    border: 1px solid #fff !important;
    letter-spacing: 0.20em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 10px 0 10px;
    color: #fff;
}

.cta-lifestyle {
	border-right: 20px solid #fff;
	float: left;
	width: 25%;
	height: 100%
}

.cta-lifestyle h2 {
	text-shadow: 2px 1px 3px rgba(0,0,0,0.8);
	font-size: 36px;
	font-size: 3.6rem;
}

.cta-lifestyle.featured-1 {
	background: url(/wp-content/themes/capitan/images/cta_search_homes.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    height: calc(100vh - 90px);
}

.cta-lifestyle.featured-2 {
	background: url(/wp-content/themes/capitan/images/cta-featured.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    height: calc(100vh - 90px);
}

.cta-lifestyle.featured-3 {
	background: url(/wp-content/themes/capitan/images/cta_communities.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    height: calc(100vh - 90px);
}

.cta-lifestyle.featured-4 {
	background: url(/wp-content/themes/capitan/images/cta_home_value.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
	height: calc(100vh - 90px);
	border-right: none;
}

.cta-lifestyle h2 {
	margin-bottom: 10px;
}

.cta-lifestyle h2::after {
	border-bottom: 1px solid #fff;
    content: "";
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 25%;
}

.cta-lifestyle h3 {
	font-weight: 400;
}

.cta-lifestyle a.button {
	color: #fff;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  background: none;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}


/* Marketing Tabs ------------------------------ */

.marketing-title-mobile {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 700;
}

#front-page-6 #tab_container_3477 .wpsm_nav-tabs > li.active > a, 
#front-page-6  #tab_container_3477 .wpsm_nav-tabs > li.active > a:hover, 
#front-page-6  #tab_container_3477 .wpsm_nav-tabs > li.active > a:focus {
	border-color: #f8f8f8 !important;
}
	
#front-page-6 #tab_container_3477 .wpsm_nav-tabs > li > a {
	border: none !important;
	padding: 30px 40px !important;
}
	
#tab_container_3477 .wpsm_nav-tabs > li > a .fa {
	display: block;
	font-size: 55px;
	margin-bottom: 20px;
}
	
#front-page-6 #tab_container_3477 .tab-content {
	padding: 40px;
}

.tab-content .one-third {
	display: flex;
	margin-bottom: 20px;
}

.tab-content .one-third:before {
	font-family: 'Font Awesome 5 Pro';
	margin-top: 3px;
	margin-right: 6px;
	font-size: 18px;
	line-height: 1.25;
	vertical-align: middle;
}

.tab-content .one-third.local:before {
	content: "\f140";
}

.tab-content .one-third.print:before {
	content: "\f1d9";
}

.tab-content .one-third.international:before {
	content: "\f0ac";
}

.tab-content .one-third.internet:before {
	content: "\f109";
}

.tab-content .one-third.linkedin:before {
	content: "\f08c";
}

.tab-content .one-third.youtube:before {
	content: "\f167";
}

.tab-content .one-third.facebook:before {
	content: "\f082";
}

	
@media only screen and (max-width: 1180px) {
	#front-page-6 #tab_container_3477 .wpsm_nav-tabs > li > a {
		 padding: 15px 18px 15px 18px !important;
	}
}
	
@media only screen and (max-width: 768px) {

	#front-page-6 #tab_container_3477 .wpsm_nav-tabs > li {
		margin-bottom: 0 !important;
	}

	#front-page-6 #tab_container_3477 .tab-content {
		padding: 20px !important;
	}
}
	
@media only screen and (max-width: 460px) {
	#tab_container_3477 .wpsm_nav-tabs > li > a .fa {
		font-size: 25px;
		margin-bottom: 0;
	}
}
	
@media only screen and (min-width: 768px) {
	.marketing-title-mobile {
	display: none;
	}
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1160px) {
	.home .widget_ifound_quick_search .select-wrap, 
	.home .widget_ifound_quick_search .number-wrap, 
	.home .widget_ifound_quick_search .text-wrap {
	    width: calc(17% - 20px) !important;
	}
}

@media only screen and (max-width: 1160px) {
	.cta-lifestyle {
		width: 50%;
	}

	.cta-lifestyle.featured-2 {
		border-right: none;
	}

	.cta-lifestyle.featured-1,
	.cta-lifestyle.featured-2 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1024px) {

	.front-page-4 p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.front-page-4 .widget-area .widget:last-of-type {
		padding: 2% 2% 0;
	}

	.front-page-6 .widget-full .wrap {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media only screen and (max-width: 800px) {

	.front-page .site-inner {
		margin-top: 0;
		padding: 0;
	}

	.front-page .site-header, .header-image.front-page .site-header {
		background-color: #000;
	}

	.front-page .offscreen-content-icon button,
	.front-page .site-title a,
	.front-page .site-title a:hover,
	.front-page .site-title a:focus {
		color: #000;
	}

	.front-page-1 {
		height: auto;
	}

	.front-page-1 .widget-area {
		padding-top: 0;
	}

	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.front-page-6 .flexible-widgets.widget-area .widget:nth-of-type(1) {
		float: none;
		width: 100%;
	}

	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}

	.flexible-widgets.widget-fourths .widget,
	.front-page-6 .flexible-widgets.widget-halves .widget,
	.front-page-6 .flexible-widgets.widget-halves.uneven .widget:last-of-type,
	.front-page-6 .flexible-widgets.widget-thirds .widget {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		width: 50%;
	}

	.front-page-6 .flexible-widgets.widget-thirds .widget {
		clear: none;
	}

	.front-page-6 .flexible-widgets.widget-thirds .widget:nth-child(2n) {
		clear: left;
	}

	.flexible-widgets .featuredpost article:nth-child(2n) {
		clear: left;
	}

	.flexible-widgets .featuredpost article {
		float: left;
    	padding-left: 10px;
    	padding-right: 10px;
    	width: 50%;
	}

}

@media only screen and (max-width: 600px) {

	.front-page-4 .wrap {
		display: block;
		overflow: visible;
	}

	.flexible-widgets.widget-fourths .widget,
	.front-page-6 .flexible-widgets.widget-thirds .widget,
	.front-page-6 .flexible-widgets.widget-halves .widget,
	.front-page-6 .flexible-widgets.widget-halves.uneven .widget:last-of-type {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.front-page-2 p,
	.front-page-3 p,
	.front-page-4 p,
	.front-page-5 p,
	.front-page-6 p,
	.front-page-7 p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.75;
	}

	.front-page-1 .widget-title {
		font-size: 60px;
		font-size: 6rem;
		margin-bottom: 20px;
	}

	.flexible-widgets .featuredpost article {
		float: none;
    	padding-left: 0;
    	padding-right: 0;
    	width: 100%;
	}

	.front-page-2 .widget-title:before, 
	.front-page-2 .widget-title:after, 
	.front-page-3 .widget-title:before, 
	.front-page-3 .widget-title:after, 
	.front-page-4 .widget-title:before, 
	.front-page-4 .widget-title:after, 
	.front-page-6 .widget-title:before, 
	.front-page-6 .widget-title:after, 
	.front-page-7 .widget-title:before, 
	.front-page-7 .widget-title:after {
		display: none;
	}

	.cta-lifestyle {
		border-right: none;
		margin-bottom: 20px;
		width: 100%;
	}

	.front-page-5 section#custom_html-5 {
		margin-left: 0;
	}

	.front-page-5 section {
		border-left: 0;
	}

	.front-page-2 .wrap {
		margin-top: 0;
	}

}

@media only screen and (max-width: 600px) {

	.front-page-5 .wrap {
		display: block;
	}
}
