/*
Theme Name: SiteOrigin - Display Home Central
Author: J
Description: SiteOrigin Child Theme for Display Home Central
Version: 1.0.0
Template: siteorigin-corp
Text Domain: siteorigin-corp-child
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover {
	background-position: top;
}
.custom-panel-wide {
	width: 1800px;
	max-width: 100%;
	margin: 0 auto;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5 {
	color: #fff;
}
.bg-dark a:hover {
	color: #fff;
}
.pink-title {
	color: #ff0a96;
	font-size: 26px;
	font-weight: 600;
}
.ribbon-box {
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.ribbon-dot {
	color: #b3a277;
	font-size: 1.5em;
	line-height: 100%;
	letter-spacing: 8px;
}
.register-now-menu a {
	background-color: #ff0a96;
	color: #fff;
}
.main-navigation .register-now-menu a:hover {
	background-color: #fff;
	color: #ff0a96;
}
.main-navigation .register-now-menu a {
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ff0a96;
}
.main-navigation ul li {
	font-size: 1.2rem;
}
/* for sale */
.placeholder-loader-line {
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background-size: 1000px 104px;
	height: 20px;
	margin-bottom: 10px;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}
.placeholder-loader-img {
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background-size: 1000px 104px;
	height: 200px;
	margin-bottom: 10px;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}
@keyframes placeHolderShimmer {
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.message-area {
	text-align: center;
	margin-top: 20px;
}
#for-sale-container, #sold-container {
	max-width: 100%;
}
.homes-right{
	width: 800px;
	max-width: 100%;
}
.home-box {
	margin: 0 0 15px 0;
	background-color: whitesmoke;
	font-size: 14px;
}
.home-box.sold:after {
    content: 'Sold';
    position: absolute;
    top: -15px;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    z-index: 2;
    background: #ff0a96;
    color: #fff;
    border-radius: 50%;
    padding: 7px 5px;
    box-shadow: 2px 2px 10px #9a9a9a;
    border-style: double;
}
.box-details {
 	padding: 0 15px 15px;
}
.box-title {
	font-weight: 500;
	font-size: 18px;
	margin: 10px 0;
}
.box-info {
	margin: 10px 0;
}
.box-info label {
	font-weight: 500;
}
.box-icons {
	text-align: center;
	margin: 10px 0;
}
.border-right {
	border-right: 1px solid #000;
}
#map, #map iframe {
	min-height: 899px;
}
.swiper-wrapper {
	text-align: center;
}
/* register */
#register-float {
	background: #ff0a96;
	color: #fff;
	border: 1px solid #ff0a96;
	display: inline-block;
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 101;
	transition: .2s;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 8px;
	cursor: pointer;
	text-transform: uppercase;
	transform: scale(1);
}
#register-float:hover {
	background: #fff;
	color: #ff0a96;
}
#register-overlay {
	text-align: center;
	height: 100%;
	width: 0;
	max-width: 100%;
	position: fixed;
	z-index: 999;
	right: 0;
	top: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
	color: #ffffff;
}
.white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text label {
	color: #ffffff;
}
.register-overlay-content {
	padding: 15px 15px 5px 15px;
	max-width: 100%;
	position: relative;
	margin-top: 20px;
	text-align: center;
}
#register-overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 60px;
	z-index: 9;
}
#register-overlay hr {
	display: block;
	height: 3px;
	width: 55px;
	background: #ffffff;
	margin: 25px auto 25px;
}
.register-overlay-wcf7 {
	width: 325px;
	max-width: 100%;
	margin: 0 auto;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea, select {
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	font-size: .9333em;
	font-weight: 400;
	line-height: normal;
	outline: none;
	padding: 9px 13px 10px;
	transition: .3s;
	max-width: 100%;
	-webkit-appearance: none;
	width: 100%;
}
.wpcf7 .ajax-loader {
	background-color: #fff;
	border-radius: 50%;
}
.pum-container label {
    font-weight: bold;
}

@media (max-width:780px){
    .home-box {
        margin: 0 5% 5% 5%;
    }
	#map, #map iframe {
		min-height: 100vh;
	}
	.home-box.sold:after {
		right: 15px;
	}
}