@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');

body, body.xp-listing{	
	background-color: #000;
	font-family: "Wix Madefor Text", serif;
}

header{
	background-color: #000;
}
.header-inner{
	background-color: #000;
	color: #fff;
}

.mobile-toolbar .header-inner .mls-num {
    color: #fff;
}

.content-column {
    min-height: 635px;
}

.column1{
	color: #000;
	background-color: #fff;
	background-repeat:no-repeat;
	background-position: right bottom;
}

.column2{
	background-color: #202020;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-image: url('/XposurePublicIncludes/branding/1oaks-bahamas/col2s.jpg');
}

.column3{
	background-color: #fff;
}

.column1 .info{
	margin: 0;
    padding: 0 5px 0 15px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.column1 .info.name{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.column1 .info.name br{
	display: none;
}

.column1 .info.name span {
    font-size: 17px !important;
}

.column1 .info.contact{
	margin-bottom: 20px;
}

.column1 .realtor-on-duty {
    top: 200px;	
}
	
.column1 .info.contact .website{
	display: none;
}

.column1 .info.address span.company-name{
	font-size: 17px;
	font-weight: bold;
}

/* Incase you want the company address to display all in one line */
.column1 .info.address span.company-citystate br{
	display: none;
}

.column1 .office-logo-wrapper{
	position: absolute;
    left: 15px;
    right: 55px;
    height: 80px;
    bottom: 10px;
    background-image: url(/XposurePublicIncludes/branding/1oaks-bahamas/office-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom; 
}

.column1 img.office-logo, .column1.large-office-image img.office-logo{
    display: none;
}
.column1 .info .mobile-phone-btn{
    background-color: #000;
	text-decoration: none;
	margin: 10px 10px 10px 0px;
}
.column1 .info a{
    text-decoration: none;
    color: #000;
}
footer{
	background-color: #000;
}
.footer-inner{
	color: #ccc;
	margin-bottom: 5px;
}
.footer-inner a{
	color: #ddd;
}
.footer-inner a:hover{
	color: #fff;
}
#google_translate_element{
	background-color: #000;
	padding-top: 5px;	
}
.button{
	background: #000;
	color: #fff;
	border-radius: 0;
}
.main-nav li{
	border-bottom-style: none;
}
.main-nav li a{
	color: #fff;
}

.column2 form{
	bottom: 5px;
}

.column2 form label{
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

.column2 form fieldset input, .column2 form fieldset textarea{
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	border-bottom: 1px solid #000;
}

.column2 form fieldset input[type='button']{

	background: #000;
	color: #fff;
	border-radius: 0;
}

.column2 form fieldset .visible-fields{

	background: transparent;
}
#details{
	background: #fff;
}

#details table td{
	color: #333;
	border-bottom: 1px solid #ededed;
}

#details table .first td{
	border-top:none;
}

#details table .last td{
	border-bottom:none;
}

#details p{
	color: #333;
	text-shadow: none;
}

#about {
	background: #fff;
}

#about p{
	color:#333;
}

#multimedia{
	background: #fff;
}

#multimedia ul a{
	color: #333;
	background-color: #fff;
}

#multimedia ul a:hover{
	background-color: #f1f3f6;	
}

#video {
	background-color: #1e1e24;	
}

#plans{
	background-color: transparent;
}

.map-tabs a{
	background: #ccc;
	border-radius: 0 0 4px 4px;
	color: #000;
	text-shadow: none;
	border: none;
}

.map-tabs a.active{
	background: #000;
	color: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
#gallery,
#gallery .rsOverflow,
#gallery .rsSlide,
#gallery .rsVideoFrameHolder,
#gallery .rsThumbs {
	background-color: #ffffff;
}

#gallery .rsThumb.rsNavSelected span.thumbIco {
	border: 3px solid #000;
}

@media only screen and (min-width: 400px){
	.column1 .office-logo-wrapper{
    	right: 79px;
	}	
}

@media only screen and (min-width: 420px){
	.column1{
		background-image: url('/XposurePublicIncludes/branding/1oaks-bahamas/col1m.jpg');
	}

	.column2{
		background-image: url('/XposurePublicIncludes/branding/1oaks-bahamas/col2m.jpg');
	
	}
}

@media only screen and (min-width: 500px){
	
	.column1 img.office-logo{
    	bottom: 16px;
	}
	
}

@media only screen and (min-height: 750px) and (min-width: 960px){
	
	.column1 .office-logo-wrapper{
    	right: 15px;
    	bottom: 20px;
	}
	
	.column1{
		background-image: none;
	}

	.column2{
		background-image: url('/XposurePublicIncludes/branding/1oaks-bahamas/col2g.jpg');
	
	}
	
	.column1 .info.contact .website{
		display: inline;
	}

}

@media only screen and (min-height: 850px) and (min-width: 1250px) {


}