/*
	Theme Name:     Real Estate Worldwide
	Theme URI:      https://reww.com/
	Description:    A custom child theme design for Real Estate Worldwide.
	Author:         Alex Mangini
	Author URI:     https://kolakube.com/
	Template:       marketers-delight
	Version:        1.0
*/


body {
	background-color: #F3F4F5;
	overflow-x: hidden;
}

.format-text-main .all-coaches a {
	border-bottom: 0;
}

.featured-image-cover.image-overlay {
    z-index: 18;
}



/*------------------------------*\
	$TYPOGRAPHY
\*------------------------------*/

body,
.small-title {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.font-main,
.logo, .tagline,
.menu,
.headline, h1, h2, h3, h4, h5, h6,
.large-title, .med-title,
.button, button, input[type="submit"] {
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

.h-light {
	font-weight: 300;
}

.text-main {
	color: #70CF39;
}


/* LINKS */

a {
	color: #F35800;
}

a:hover {
	color: #C74900;
}


/* BUTTONS */

.button, a.button, .button a,
input[type="submit"], button,
[class*="links-"] button, [class*="links-"] .button,
.menu-item.button a,
.menu-item.button a:hover {
	color: #fff;
	border-bottom: 0;
	font-size: 20px;
	padding-left: 27px;
	padding-right: 27px;
	text-shadow: none;
}

[class*="links-"] button:hover,
[class*="links-"] .button:hover {
	color: #fff;
}

button.orange a, button.orange a,
.button.orange, .button.orange a {
	background-color: #F35800;
}

button.orange:hover, button.orange a:hover,
.button.orange:hover, .button.orange a:hover,
.menu-item.button:hover a {
	background-color: #C74900;
}

.button.button-round,
.button.button-round a,
.button.button-round a:hover {
	border-radius: 30px;
	padding-left: 36px;
	padding-right: 36px;
}

.button.button-large {
	padding-bottom: 16px;
	padding-top: 16px;
}

.button.button-outline {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
}

.button.button-outline:hover {
	background-color: transparent;
	opacity: 0.6;
}

.menu .button.button-outline a {
	background-color: transparent;
	color: #fff;
}

.menu .button.button-round a {
	padding-left: 0;
	padding-right: 0;
}





/*------------------------------*\
	$ELEMENTS
\*------------------------------*/

/* COLUMNS */

.col-inner {
	overflow: hidden;
}

.col-box {
	background-color: #fff;
}

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

	.columns-35-65 > .col1 {
	    float: left;
	    width: 35%;
	}

	.columns-35-65 > .col2 {
	    float: left;
	    width: 65%;
	}

}


/* BOXES */

.box {
	position: relative;
}

.box-dark {
	background-color: #1a1a1a;
}


/* EMAIL FORMS */

input.form-input {
	border: 0;
}

.form-submit {
	position: relative;
}

.form-submit:before {
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 8px solid #F3F4F5;
	content: '';
	height: 0;
	margin-top: -8px;
	position: absolute;
		top: 50%;
		right: 0;
	width: 0;
}


/* CIRCLE */

.circle {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	display: block;
	font-size: 60px;
	height: 100px;
	padding-top: 21px;
	text-align: center;
	width: 100px;
}





/*------------------------------*\
	$FORMATTING
\*------------------------------*/

/* MAIN */

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

.format-text-main ul,
.format-text-main ol,
.format-text-main dl,
.format-text-main p:not(:empty):not(:last-child),
.format-text-main blockquote,
.format-text-main pre,
.format-text-main table,
.format-text-main .wp-caption,
.format-text-main .gfield,
.format-text-main .alert:not(:last-child),
.format-text-main .note:not(:last-child),
.format-text-main .aligncenter {
	margin-bottom: 27px;
}

.format-text-main h1,
.format-text-main h2,
.format-text-main h3,
.format-text-main h4,
.format-text-main h5,
.format-text-main h6,
.format-text-main input,
.format-text-main .alignright,
.format-text-main .alignleft {
	margin-bottom: 18px;
}

.format-text-main h3 {
	font-size: 45px;
	line-height: 58px;
}

.format-text-main h1,
.format-text-main h2,
.format-text-main .large-title,
.format-text-main .med-title {
	font-size: 38px;
	line-height: 47px;
}

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

	.format-text-main h1,
	.format-text-main h2,
	.format-text-main .large-title {
		font-size: 52px;
		line-height: 69px;
	}

	.format-text-main .huge-title {
		font-size: 72px;
		line-height: 90px;
		margin-bottom: 26px;
	}

	[class*="block-full"] {
	    padding-left: 16.093023256%;
	    padding-right: 16.093023256%;
	}

}

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

	.format-text-main .small-title {
		font-size: 20px;
		line-height: 30px;
	}

}

ul.list-check li:before {
	left: -35px;
	top: 6px
}





/*------------------------------*\
	$HEADER
\*------------------------------*/

.header-wrap {
	background-color: #111;
}

.header {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 );
	position: relative;
	z-index: 20;
}

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

header nav ul li {
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}


/* HERO */

.has-bg-photo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-wrap-hero {
	background: url('images/reww/hero-bg.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
}

.header-wrap-hero.image-overlay:after {
	background-color: rgba(0, 0, 0, 0.7);
}

.header-wrap-hero .content-item-headline {
	background-color: transparent;
	background-image: none;
}

.header-wrap-hero .image-overlay:after {
    display: none;
}

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


/* MENU */

.menu-item-title {
	font-size: 17px;
	text-transform: uppercase;
}


/* MEDIA QUERIES */

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

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

}

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

	.menu > .menu-item.current-menu-item:not(.menu-item-has-children):not(.button) a {
		border-bottom-color: #F35800;
	}

	.sub-menu {
		background-color: #1e1e1e;
		border-bottom-color: #F35800;
	}

	.menu .sub-menu a {
		border-bottom-color: rgba(255, 255, 255, 0.05);
	}

}

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

	.header-menu-trigger {
		font-size: 35px;
		padding: 12px 12px 12px 16px;
	}

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

}





/*------------------------------*\
	$CONTENT
\*------------------------------*/

.content .post {
	margin-bottom: 26px;
}


/* BLOG LISTING */

.blog-teaser {
	border-bottom: 1px solid #ddd;
	padding-bottom: 26px;
}

.blog-teaser:hover {
	box-shadow: none;
}

.post-thumbnail {
	overflow: hidden;
}

.post-thumbnail img {
	width: 100%;
}

.post-thumbnail:hover img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.post-thumbnail:hover {
	opacity: 0.6;
}

.post-content .byline {
	margin-bottom: 4px;
}

.post-content h3 {
	font-size: 30px;
	line-height: 39px;
	margin-bottom: 7px;
}

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

	.post-thumbnail {
		float: left;
		width: 35%;
	}

	.post-thumbnail + .post-content {
		float: left;
		padding-left: 26px;
		width: 65%;
	}

}

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

	.post-thumbnail {
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 13px;
	}

	.post-content {
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 13px;
	}

	.post-content .headline {
		font-size: 21px;
		line-height: 31px;
	}

	.post-content p {
		font-size: 13px;
		line-height: 18px;
	}

}


/* SIDEBAR */

.sidebar-email {
	border-radius: 3px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.sidebar-email input {
	border: 0;
}

.sidebar-email-text {
	background: #3a3a3a;
	color: #fff;
	overflow: hidden;
	padding: 26px;
}

.sidebar-email-text .small-title {
	text-transform: uppercase;
}

.sidebar-email-image {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.sidebar-email-image:before {
	background: #1A1A1A;
	background-size: cover;
	content: '';
	position: absolute;
		bottom: -93px;
		left: 0;
	width: 100%;
	z-index: 0;
    -webkit-transform: skewY(15deg);
    -moz-transform: skewY(15deg);
    -ms-transform: skewY(15deg);
    -o-transform: skewY(15deg);
    transform: skewY(15deg);
}

.sidebar-email-image:before,
.sidebar-email-image:after {
	background-color: #3a3a3a;
    bottom: -65px;
	content: '';
    height: 70px;
    position: absolute;
    width: 100%;
}

.sidebar-email-image:after {
    right: 0;
    -webkit-transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    -ms-transform: skewY(-15deg);
    -o-transform: skewY(-15deg);
    transform: skewY(-15deg);
}

.sidebar-email .form-submit:before {
	border-right-color: #3a3a3a;
}

.inline-email-form .form-submit:before {
	border-right-color: #ddd;
}





/*------------------------------*\
	$FOOTER
\*------------------------------*/

.footer {
	background-color: #111;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}

.footer a {
	border-bottom: 0;
	color: #ccc;
}

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


/* MENU LINKS */

.footer .footer-links a {
	text-transform: uppercase;
}

.footer .footer-links a:not(:last-child) {
	margin-right: 27px;
}


/* SOCIAL */

.footer .footer-social {
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	height: 60px;
	padding-top: 16px;
	width: 60px;
}

.footer .footer-social:not(:last-child) {
	margin-right: 14px;
}

.footer .footer-social:before {
	color: #fff;
}

.footer-social:hover {
	background-color: #F35800;
}


/* COPY */

.footer + .footer-copy {
	background-color: #010101;
	color: #aaa;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
	padding: 27px;
	text-align: left;
	text-transform: uppercase;
}

.footer-copy .widget {
	margin-left: auto;
	margin-right: auto;
	max-width: 1118px;
}

.footer-copy a {
	color: #bbb;
}

.footer-copy a:hover {
	color: #ccc;
}

.footer-copy a:not(:last-child) {
	margin-right: 27px;
}





/*------------------------------*\
	$FRONTPAGE
\*------------------------------*/

/* HERO BOX */

.hero-box {
	padding-bottom: 126px;
	position: relative;
}

.hero-box .circle {
	margin-left: -50px;
	position: absolute;
		bottom: -50px;
		left: 50%;
}



/* SUBSCRIBE BOX */

.subscribe-box {
	background-color: #F3F4F5;
}

.subscribe-box .email-form {
	max-width: 600px;
}

.subscribe-box .email-form .form-submit {
	font-size: 21px;
	padding-top: 12px;
}

.subscribe-box-slant {
	display: block;
	letter-spacing: -1px;
	padding: 52px 26px;
}


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

	.subscribe-box {
		overflow: hidden;
	}

}


/* CONTENT LISTINGS */

.content-listing {
	overflow: hidden;
}

.content-listing.image-overlay:hover:after {
	background-color: rgba(0, 0, 0, 0.35);
}

.content-listing-inner {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 19px;
	line-height: 29px;
	padding: 52px 26px;
	text-align: center;
}


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

	.content-listing-inner {
		padding: 104px;
		width: 50%;
	}

	.content-listing-inner.right {
		float: right;
	}

}


/* TRAINING ARTICLES */

.training-articles .col-inner {
	font-size: 16px;
	line-height: 23px;
}

.training-article-image img {
	width: 100%;
}


/* LATEST ARTICLES */

.latest-article-image {
	height: 150px;
	overflow: hidden;
}

.latest-article-image img {
	width: 100%;
}

.format-text-main .latest-article-title a {
	border-bottom: 0;
	color: #777;
}

.latest-article-title a:hover {
	color: #999;
}

.latest-articles .byline {
	font-size: 13px;
	line-height: 18px;
}


/* COMMUNITY */

.about-community .circle {
	margin-left: -50px;
	position: absolute;
		left: 50%;
		top: -50px;
}


/* CONTACT US */

.contact-toggle {
	background: #fff;
}

/* MEDIA QUERIES */

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

	.subscribe-box-slant {
		background-color: #70CF39;
		color: #fff;
		max-width: 350px;
		position: absolute;
			top: -190px;
			right: 0;
		-webkit-transform: skewY(-10deg);
		-moz-transform: skewY(-10deg);
		-ms-transform: skewY(-10deg);
		-o-transform: skewY(-10deg);
		transform: skewY(-10deg);
	}

	.subscribe-box-slant h3 {
		font-size: 65px;
		line-height: 72px;
		-webkit-transform: skewY(10deg);
		-moz-transform: skewY(10deg);
		-ms-transform: skewY(10deg);
		-o-transform: skewY(10deg);
		transform: skewY(10deg);
	}

	.subscribe-box:hover .subscribe-box-slant {
		margin-top: -13px;
	}

}

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

	[class*="form-attached"] .form-input {
		width: 70%;
	}

	[class*="form-attached"] .form-submit {
		width: 30%;
	}

}

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

	.subscribe-box .block-triple {
		padding-left: 26px;
		padding-right: 26px;
	}

	.hero-box,
	.subscribe-box .email-form {
		margin-left: auto;
		margin-right: auto;
	}

}

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

	.subscribe-box-slant {
		padding: 0 26px 39px;
		text-align: center;
	}

}

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

	.book-cta .button {
		margin-bottom: 14px;
		margin-right: 0 !important;
	}

}





/*------------------------------*\
	$EFFECTS
\*------------------------------*/

/* TRANSITIONS */

.button,
.button a,
.subscribe-box-slant,
.book-cta-cover,
.col-inner img,
.latest-article-image img,
.footer a,
.logo {
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.button:active {
	-moz-transform: scale3d(0.9, 0.9, 0.9);
	-ms-transform: scale3d(0.9, 0.9, 0.9);
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

.book-cta:hover .book-cta-cover,
.col-inner:hover img,
.footer .logo:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.latest-article:hover img {
	margin-top: -27px;
}


/* IMAGE OVERLAY */

.image-overlay:after {
	background-color: rgba(0, 0, 0, 0.5);
}


/* SLANTS */

.slant-box-top {
	position: relative;
}

.slant-box-top:before {
	background-color: #F3F4F5;
	content: '';
	height: 410px;
	position: absolute;
		left: 0;
		top: -100px;
	width: 105%;
	z-index: 0;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg);
}


/* ANIMATION */

.fadeIn {
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}