/*
 Theme Name:     Divi Child Theme
 Author:         Results Repeat
 Author URI:     http://www.ResultsRepeat.com
 Template:       Divi
 Version:        1.0
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */


/* TOP GAP FIX */

div#page-container {
    padding-top: 50px !important;
}

/* OVERWRITE PROJECT SLUG NAME ON HTML SITE MAP */

.property-sitemap .wsp-container h2 {
    visibility: hidden;
    position: relative;
}
.property-sitemap .wsp-container h2:after {
    content: "Properties";
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
}

.rr-seo-feature-list ul {
    font-size: 16px;
    margin-top: 20px;
}

.rr-seo-feature-list ul li {
    padding-bottom: 10px;
}

.rr-portfolio .rr-portfolio-grid-wrapper h2 {
    margin-top: 0;
    padding-top: 0;
}
.rr-portfolio-grid-wrapper {
    padding: 15px 30px 30px;
}

.rr-portfolio-property-address {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 5px;
}

ul.rr-portfolio-property-model-info {
    list-style: none;
    text-transform: uppercase;
    padding: 0 0 20px;
    font-size: 16px;
}
ul.rr-portfolio-property-model-info li {
    display: inline;
}
ul.rr-portfolio-property-model-info li:before {
    content: ' | ';
}
ul.rr-portfolio-property-model-info li:first-child:before {
	content: none;
}

.rr-portfolio-property-rate {
    font-family: 'PT Serif',Georgia,"Times New Roman",serif;
    font-style: italic;
    font-size: 18px;
    color: #3fb9be;
}

.rr-portfolio .et_pb_portfolio_grid_items {
    overflow: visible;
}

.rr-portfolio .et_pb_portfolio_grid .et_pb_grid_item {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(138,138,138,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(138,138,138,1);
    box-shadow: 0px 2px 5px 0px rgba(138,138,138,1);
    transition: all 0.3s;
}
.rr-portfolio .et_pb_portfolio_grid .et_pb_grid_item:hover {
    -webkit-box-shadow: 0px 19px 30px -17px rgba(89,89,89,1);
    -moz-box-shadow: 0px 19px 30px -17px rgba(89,89,89,1);
    box-shadow: 0px 19px 30px -17px rgba(89,89,89,1);
    transform: scale(1.03);
}


.et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n+1) {
    clear: unset !important;
}

/* PROPERTY HEADER ADDRESS INFORMATION */

.rr-property-header .header-content {
    padding: 40px;
}

.rr-property-header ul {
    font-size: 26px;
    color: #c2c2c2;
    text-transform: uppercase;
	padding: 0 0 10px 0;
	list-style: none;
}

/* PROPERTY FEATURES LIST STYLE */

.rr-property-features ul {
    font-size: 18px;
    padding: 0;
    list-style: none;
}
.rr-property-features ul li {
    display: block;
    float: left;
    width: 32.33333%;
    margin-right: 1%;
    padding-bottom: 5px;
}


.current-news-header .et_pb_main_blurb_image {
    margin-bottom: 30px;
    text-align: center;
    position: absolute;
    margin: -35px auto 0;
    left: 0;
    right: 0;
}
.current-news-header .et_pb_blurb_container {
    z-index: 10;
    position: relative;
}

.featured-location figure.n10s-jazz h2 {
    font-size: 32px;
    padding-top: 20%;
}

.featured-location figure.n10s-jazz img {
    opacity: 0.45;
}

.featured-location figure.n10s.n10s-jazz {
    background: -webkit-linear-gradient(-45deg, #151515 0%,#151515 100%);
    background: linear-gradient(-45deg, #151515 0%,#151515 100%);
}
.featured-location figure.n10s figcaption {
	padding: .5em;
}

.et_pb_social_media_follow li a.icon::before {
    color: #252525 !important;
    font-size: 24px;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.et_pb_social_media_follow li a.icon:hover:before {
    color: #3fb9be !important;
}
.et_pb_social_media_follow li a.icon {
    width: 42px;
    height: 42px;
}

.white {color: #fff;}

/* EQUAL HOUSING LOGO */

#equalhousing {
	display: block;
	float: right;
	max-width: 30px;
}

/* CONTACT FORM 7 CUSTOMIZATIONS */

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background-color: #eee !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-submit {
	color: #fff !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: .3em 1em;
	line-height: 1.7em;
	background: #3fb9be;
	border: 2px solid #3fb9be;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.wpcf7-submit:hover { 
	color: #3fb9be !important;
	background-color: transparent; 
	border-color: #3fb9be; 
}
.wpcf7-select, .wpcf7-date {
    width: 100%;
    height: 30px;
}
.cf7-wrap {
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 20px;
}
.cf7-wrap h4 {
    font-size: 20px;
    padding-bottom: 20px;
}

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

	/* PROPERTY HEADER ADDRESS INFORMATION */

	.rr-property-header ul li {
		display: inline;
	}
	.rr-property-header ul li:before {
		content: ' | ';
	}
	.rr-property-header ul li:first-child:before {
		content: none;
	}

	/* PORTFOLIO CHANGE COLUMNS FROM 4-3 */

	.rr-portfolio .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item  {width: 31.33% !important;}
	.rr-portfolio .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1) {clear: inherit;}
	.rr-portfolio .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n) {margin-right: 3%!important;}
	.rr-portfolio .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n) {margin-right: 0%!important;}

	/* CUSTOM LIST STYLING */

	.rr-float-list ul {
	    margin-top: 20px;
	}

	.rr-float-list ul:after {
	    content: "";
	    display: table;
	    clear: both;
	}

	.rr-float-list li {
	    display: block;
	    float: left;
	    width: 33.33333%;
	}

	/* CF7 GRID STYLING */

	.cf7-grid1 {
    	display: block;
    	clear: both;
    	width: 98%;
    	margin: 1%;
	}
	.cf7-grid2 {
		display: block;
		float: left;
		width: 48%;
		margin: 1%;
	}
	.cf7-grid3 {
		display: block;
		float: left;
		width: 31.33333%;
		margin: 1%;
	}

	/* SITE MAP STYLING */

	ul.wsp-projects-list li {
    	float: left;
    	width: 50%;
	}

}

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

	#equalhousing {
		float: none;
		margin: 0 auto;
	}

	.featured-location figure.n10s-jazz h2 {
    	font-size: 42px;
    	padding-top: 25%;
	}

	/* PROPERTY FEATURES LIST STYLE */

	.rr-property-features ul li {
		width: 49%;
	}

}

@media only screen and (min-width: 769px) and (max-width: 980px) {

	.rr-portfolio .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item {
    	width: 46% !important;
    	margin: 2% !important;
	}
	.rr-portfolio .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1) {clear: inherit;}

}

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


	.rr-property-header .header-content {
    	padding: 20px;
	}

	.rr-property-pricing .et_pb_column_1_4 .et_pb_text {
    	text-align: center;
	}

	.featured-location figure.n10s-jazz h2 {
	    font-size: 38px;
	}

	/* PROPERTY FEATURES LIST STYLE */

	.rr-property-features ul li {
		float: none;
		width: 100%;
		margin: 0;
	}

}
