/* -----------------------------------------------
	DEFAULT THEME
----------------------------------------------- */

/* color helper classes */

.theme .th-primary-c 			{ color: ; }
.theme .th-primary-b 			{ background-color: ; }
.theme .th-primary-light-c 		{ color: ; }
.theme .th-primary-light-b 		{ background-color: ; }
.theme .th-primary-medium-c 		{ color: ; }
.theme .th-primary-medium-b 		{ background-color: ; }



.theme .th-primary-dark-c 		{ color: ; }
.theme .th-primary-dark-b 		{ background-color: ; }










	.theme .property-background-color-c {
		color: #ff6700;
	}
	.theme .property-background-color-b {
		background-color: #ff6700;
	}

.theme { background-position: top left; background-repeat: no-repeat; }

/* -----------------------------------------------
	MODULES
----------------------------------------------- */

/* Property Heading Text Color */
.property-text,
.theme .property-title h1, .theme .property-title h2 a {
}

/* top-navigation module */
.theme .sticky-header.is-sticky {
		background-color: #ff6700;
}







/* page background colors/gradients */

@media screen and (min-width: 768px) {
	html, .theme {
		/* background color */
			background-color: #ff6700;
	}
}

@media screen and (max-width: 767px) {
	html, .theme {
			background-color: #ff6700;
	}
}

/* Go through all possible backgrounds. */
/* If a gradient was set, apply both gradient and image to the background. */

/* ------------ BACKGROUND IMAGES ------------ */
@media (orientation: portrait) {
	.property-branding .property-show-background {
			background-image: none;
	}
}
@media (orientation: landscape) {
	.property-branding .property-show-background {
			background-image: none;
	}
}

/* ------------ SHOW ART ------------ */
/* show art portrait */
@media screen and (orientation: portrait) {
	.theme .property-branding .property-show-art-portrait .show-art[data-type="mobile"] {
			background-image: none;
	}
}

@media screen and (orientation: portrait) {
	.theme .property-branding .property-show-art-portrait .show-art[data-type="desktop"] {
			background-image: none;
	}
}


/* show art landscape */
@media screen and (orientation: landscape) {
	.theme .property-branding .property-show-art-landscape .show-art[data-type="mobile"] {
			background-image: none;
	}
}

@media screen and (orientation: landscape) {
	.theme .property-branding .property-show-art-landscape .show-art[data-type="desktop"] {
			background-image: none;
	}
	.theme.template-type-property .section-body .slider .slider-content {
			margin-left: .035em;
	}


}

/* logo image (not currently in use) */


.theme .property-filters .filter-link {
  border-right-color: ;
  background-color: ;
}

.theme .filters-dropdown .filters-submenu-tail {
    border-bottom-color: ;
}

.theme .filters-dropdown .filters-submenu-tail.is-active {
    border-bottom-color: ;
}

.theme .property-filters .filters-active-indicator {
  border-top-color: ;
}
.theme .property-filters .filters-dropdown,
.theme .property-filters .filter-link:hover,
.theme .property-filters .is-active .filter-link {
  background-color: ;
}

.theme .property-filters .is-active .filter-link {
    -webkit-box-shadow: inset 0px -5px 0px ;
    -moz-box-shadow: inset 0px -5px 0px ;
    box-shadow: inset 0px -5px 0px ;
}

.theme .property-filters .filter-link,
.theme .property-filters .filters-dropdown {
    -webkit-box-shadow: inset 0px -5px 0px ;
    -moz-box-shadow: inset 0px -5px 0px ;
    box-shadow: inset 0px -5px 0px ;
}
