/* 
 Theme Name:     Divi Child Theme
 Author:         Magnetas
 Author URI:     http://www.magnetas.in
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#equalhousing {
	display: block;
	float: left;
  max-width:85px;
  padding-right: 25px;
}

.texture-bg .et_parallax_bg {
    background-size: initial !important;
    background-repeat: repeat;
}

/*------Homepage blurb styles--------*/

.et_pb_blurb h4 {
border-bottom: solid 3px black;
padding-bottom:10px;
}

/*---------footer title styles-----------*/

h4.title {
border-bottom: solid 3px #d1d1d1;
padding-bottom: 5px;
margin-bottom:10px;
}


.et_pb_button {
    color: #fff !important;
}

.et_pb_button:hover {
    color: #fff !important;
}


/*------------ FLOOR PLAN CUSTOMIZATIONS ------------*/

/* FLOOR PLAN TABLE */

.floorplan-table table tbody tr:nth-child(odd) {
    background: #f4f4f4;
}
.floorplan-table table thead tr td {
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
.floorplan-table table thead tr td:nth-child(-n+2) {
    text-align: left;
}
.floorplan-table table tbody tr td {
    padding: 10px;
    text-align: center;
}
.floorplan-table table tbody tr td:first-child {
    width: 15%;
}
.floorplan-table table tbody tr td:first-child img {
    width: 75%;
}
.floorplan-table table tbody tr td:nth-child(2) {
    text-align: left;
    font-weight: 700;
}

a.fp-button {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #666666;
    color: #666666;
    margin-top: 10px;
    text-transform: uppercase;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a.fp-button:hover {
    color: #fff;
    background: #04b3c4;
    border-color: #04b3c4;
}


/* FLOOR PLANS SLIDER */


.floorplan-slider .et-pb-arrow-prev {
left: 22px;
}
.floorplan-slider .et-pb-arrow-next {
right: 22px;
}
.et-pb-arrow-prev, .et-pb-arrow-next {
opacity: 1;
}
.floorplan-slider .et-pb-arrow-prev, .floorplan-slider .et-pb-arrow-next {
    bottom: 0;
	top: initial;
}
.floorplan-slider .et-pb-controllers {
    bottom: 0;
	top: initial;
}


/* FLOOR PLAN ACCORDION */

.et_pb_module.floorplan-accordion .et_pb_module {
    margin-bottom: 2px;
}

/* FLOOR PLANS ALTERNATING BLOCKS */

.floorplan-flex .et_pb_column:first-child {
	order: 1;
}

.floorplan-grid span.line1 {
    font-family: 'Suranna', serif;
    display: block;
    font-size: 18px;
    text-transform: lowercase;
}
.floorplan-grid span.line2 {
    font-family: 'Suranna', serif;
    color: #666666;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
}
.floorplan-grid span.line3 {
    display: block;
    font-size: 26px;
    line-height: 1.5em;
}
.floorplan-grid span.line4 {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 25px;
}
.floorplan-grid span.line5 {
    font-family: 'Suranna', serif;
    display: block;
    font-size: 36px;
}

/*------------ AMENITIES CUSTOMIZATIONS ------------*/

/* AMENITIES PAGE STYLING */

.featured-amenities ul {
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.featured-amenities ul:after, .property-amenities ul:after {
	content: '';
	display: table;
	clear: both;
}
.featured-amenities ul li {
	display: block;
	float: left;
	width: 49%;
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin: .5%;
	-webkit-box-shadow: inset 0px 0px 16px -2px rgba(204,204,204,1);
	-moz-box-shadow: inset 0px 0px 16px -2px rgba(204,204,204,1);
	box-shadow: inset 0px 0px 16px -2px rgba(204,204,204,1);
}
.featured-amenities ul li:before {
	content: "\f005";
	padding-right: 10px;
	font-family: FontAwesome;
	color: #04b3c4;
}
.property-amenities ul {
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.property-amenities ul li {
	display: block;
	float: left;
	width: 49%;
	margin-left: 1%;
	padding-bottom: 1%;
}

@media only screen and (max-width: 768px) { 

/*------------ FLOOR PLAN CUSTOMIZATIONS ------------*/

/* FLOOR PLAN TABLE */

.floorplan-table table, .floorplan-tablethead, .floorplan-table tbody, .floorplan-table tr, .floorplan-table td {
	display: block;
}
.floorplan-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.floorplan-table tr {
    border: 1px solid #e1e1e1;
}
.floorplan-table td {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    padding-left: 50% !important;
    text-align: right !important;
}
.floorplan-table tbody td {
    border-top: 0 !important;
}
.floorplan-table tbody td:first-child {
    padding: 10px !important;
    width: 100% !important;
	border: none !important;
}
.floorplan-table tbody td:first-child img {
    display: block;
    margin: 0 auto;
    width: 50% !important;
}
.floorplan-table td:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
    text-align: left;
    font-weight: 700;
}
.floorplan-table table tbody tr td:last-child {
    padding: 10px !important;
    text-align: center !important;
}
.floorplan-table tbody td:nth-child(2) {
    padding: 10px !important;
    text-align: center !important;
    font-size: 4vw;
}

}

@media only screen and (max-width: 540px) {


/* AMENITIES PAGE STYLING */

.featured-amenities ul li {
	float: none;
	width: 100%;
	padding: 10px;
	margin: 10px 0;
}
.property-amenities ul li {
	float: left;
	width: 100%;
	margin-left: 0;
	padding-bottom: 10px;
}

}

