/*!
Theme Name: Whitespace
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whitespace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Whitespace is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?u24byv');
  src:  url('fonts/icomoon.eot?u24byv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?u24byv') format('truetype'),
    url('fonts/icomoon.woff?u24byv') format('woff'),
    url('fonts/icomoon.svg?u24byv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bolt:before {
  content: "\e900";
  color: #0071ce;
}
.icon-power:before {
  content: "\e9b5";
}
.icon-power-cord:before {
  content: "\e9b7";
}
.icon-linkedin:before {
  content: "\eac9";
}


/*--------------------------------------------------------------
## Body Styles
--------------------------------------------------------------*/

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

p, li {
	line-height: 1.4;
}

.wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

a, h1, h2, h3 {
	color: #a7c744;
}

h1, h2, h3 {
	font-family: 'Roboto Condensed',sans-serif
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: -1px;
}

.image-header h1.entry-title:before {
	background: none;
	width: 0;
	height: 0;
	margin: 0;
}

a.button,
.button,
.mls-listings .header-contacts a.button {
	display: inline-block;
	border: 2px solid #a7c744;
	text-decoration: none;
	padding: 5px 10px;
	background: transparent;
}

a.button:hover,
.button:hover {
	background: #a7c744;
	color: #fff;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.pre-header {
	background: #898989;
	padding: 10px;
	border-bottom: 2px solid #a7c744;
}

ul.header-contacts {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: right;
}

ul.header-contacts li {
	display: inline-block;
	margin: 0 0 0 20px;
}

ul.header-contacts a {
	color: #fff;
	text-decoration: none;
}

.site-branding {
	text-align: center;
	padding: 10px;
}

.site-branding img.custom-logo {
	max-width: 250px;
	height: auto;
}

.main-navigation {
	background: #a7c744;
	border-bottom: 2px solid #898989;
	text-align: center;
}

.main-navigation li.menu-item a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed',sans-serif
}

.main-navigation li.menu-item a:hover {
	background: #898989;
}

.main-navigation ul.sub-menu {
	background: #a7c744;
}

h1.real-estate-title {
	font-size: 40px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #333;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2.tagline {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 30px;
	color: #898989;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	text-align: center;
	padding: 5px;
	background: #898989;
	color: #fff;
	border-top: 2px solid #a7c744;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

.entry-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}

.entry-header .wrapper {
	max-width: 900px;
	margin: 0 atuo;
	padding: 20px 20px 0 20px;
	background: #fff;
}

.entry-header .wrapper h1.entry-title {
	padding: 0;
	margin: 0;
}

.image-header {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.image-header h1.entry-title {
	color: #fff;
	text-align: center;
	padding-top: 120px;
	margin: 0;
}

.overlay {
	background: rgba(0,0,0,0.5);
	position: absolute: 
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 550px) {
	ul.header-contacts {
		text-align: center;
	}

	ul.header-contacts a.button {
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------
## Listings
--------------------------------------------------------------*/

.mls-search-fieldset label {
	display: block;
	margin-bottom: 5px;
}

.mls-search-fieldset label.featured-listing-label {
	display: inline-block;
	margin-left: 10px;
}

.mls-search-fieldset input#mls_address {
	width: 90%;
}

.mls-search-fieldset input,
.mls-search-fieldset select {
	padding: 5px;
	font-size: 16px;
}

.mls-search-fieldset.halves .mls-search-field,
.mls-search-fieldset.thirds .mls-search-field {
	padding: 10px;
}

.mls-listings .rets-container.advanced-search {
	padding: 20px 10px;
}

.mls-listings .rets-container.advanced-search input.button {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.mls-listings.grid-listings .fancybox-inner {
	height: 500px !important;
	background: #fff;
	box-shadow: 5px 5px 10px #ccc;
}

.mls-listings.grid-listings .listing-container {
	margin-top: 20px;
}

.mls-listings.grid-listings .listing-container .listing {
	width: 30%;
	padding: 1.5%;
}

.listing-single .rets-container header h1 {
	padding: 20px;
}

.listing-single ul.quick-information {
	padding-left: 0;
}

.listing-single .contact-box,
.listing-single .public-remarks,
.listing-single .directions,
.listing-single .listing-disclaimer {
	padding: 10px;
}

.mls-active-filters {
	margin: 10px 0;
}

.mls-listings .nav-tab-wrapper {
	float: none;
	margin-top: 10px;
}

@media only screen and (max-width: 980px) {
	.mls-listings.grid-listings .listing-container .listing {
		width: 46.5%;
	}
}

@media only screen and (max-width: 750px) {
	.listing-single .listing-section {
		width: 90%;
		margin: 0 auto;
	}

	.listing-single .listing-section:nth-child(2n+1) {
		margin-right: auto;
	}
}

@media only screen and (max-width: 600px) {
	.mls-listings.grid-listings .listing-container .listing {
		width: 90%;
		margin: 10px auto;
		height: auto;
		display: block;
		float: none;
	}

	.mls-listings.grid-listings .listing-container .listing .image,
	.mls-listings.grid-listings .listing-container .listing .details-wrapper {
		position: relative;
}
 
