/*!
Theme Name: sonoranstar
Theme URI: https://greenmediacreative.com/
Author: Green Media Creative
Author URI: https://greenmediacreative.com/
Description: Custom theme for SonoranStarRentals.net
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sonoranstar
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url('https://use.typekit.net/exa4ssd.css');


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: "ofelia-display", sans-serif;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "ofelia-display", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	flex-grow: 1;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: rgba(255,255,255,0.85);
	display: block;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li {
	display: block;
	color: #000;
	border-left: none;
	margin: 0 5px;
	padding: 10px;
}
.main-navigation ul ul li + li {
	border-top: 1px solid #000;
}
.main-navigation ul ul a {
	width: 194px;
	color: #000;
	letter-spacing: 0.5px;
}

.main-navigation li {
	position: relative;
	margin: 0 17px;
	line-height: 1.0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
    font-weight: 700;
    color: #00aa0f;
    font-size: 22px;
	transition: all 0.4s ease-in-out;
	letter-spacing: 5px;
}
.main-navigation a:hover {
	color: #848484;
}

.main-navigation li + li {
	margin-left: 0;
	padding-left: 17px;
	border-left: 2px solid #ff9600;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		align-content: center;
		justify-content: center;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* Header
--------------------------------------------- */
.site-header {
	height: 95px;
    display: flex;
    align-items: center;
	justify-content: space-between;
    border-bottom: 5px solid #b9b483;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #38606e;
	color: #fff;
	padding: 10px 50px;
}
.site-branding {
    flex-grow: 0;
}
.site-branding a {
	display: flex;
	gap: 25px;
	align-items: center;
	
	line-height: 0;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s ease-in-out; 
}
.site-branding a:hover {
	color: #b9b483;
}
.site-branding a img {
	max-width: 65px;
}
.site-branding h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 300;
}
.site-branding h2 strong {
	font-weight: 700;
}
.site-social {
	flex-grow: 0;    
	display: flex;
    gap: 40px;
	align-items: center;
}
.site-social a {
	color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
	transition: all 0.4s ease-in-out;    
    align-items: center;
	line-height: 1.0;
}
.site-social a + a:before {
	content: "|";
	font-weight: 300;
	padding-right: 15px;
	margin-left: 13px;
	color: #fff;
}
.site-social a span {
	font-weight: 400;
	font-style: italic;
}
.site-social #facebook {
	line-height: 0;
}
.site-social a img {
	max-width: 35px;
}

.site-social a:hover {
	color: #b9b483;
}
.site-social a:hover:before {
	color: #fff;
}
.site-social #facebook:hover {
	opacity: 0.7;
}

/* Footer
--------------------------------------------- */
.site-footer {
    background-color: #b9b483;
    color: #38606e;
    text-align: center;
    padding: 25px 0;
	font-weight: 700;
	font-size: 18px;
}

/* All Pages
--------------------------------------------- */
.site-main {
	margin-top: 95px;
}

/* Home Page
--------------------------------------------- */
.home-slider-parallax {
	position: relative;
	overflow: hidden;
	height: 36.36vw;
}
.home-slider {
	width: 100%;
	position: relative;    
	line-height: 0;
}
.home-slider .slide img {
	width: 100%;
}
.home-slider .slide .content {
	position: absolute;
    color: #fff;
    font-size: 64px;
	font-weight: 300;
    z-index: 50;
    text-align: center;
    line-height: 1.2;
	padding: 20px 175px 30px;
}
.home-slider .slide .content.background {
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 150px, rgba(0,0,0,0.3) calc(100% - 150px), rgba(0,0,0,0) 100%);
}
.home-slider .slide .content p {
	margin: 0;
	white-space: nowrap;
}
.home-slider .slide .content p b {
	font-weight: 500;
}
.home-slider .slide .content.middle {
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-slider .slide .content.left {
    top: 36%;
	left: 7%;
	transform: translate(0, -50%);
}
.home-slider .slide .content.right {
    top: 36%;
	right: 7%;
	transform: translate(0, -50%);
}
.home-slider .slide .content.top {
    top: 7%;
	left: 50%;
	transform: translate(-50%, 0);
}
.home-slider .slide .content.bottom {
    bottom: 35%;
	left: 50%;
	transform: translate(-50%, 0);
}
.dots-container {
	text-align: center;
    max-width: 1680px;
    margin: 10px auto 23px;
    padding: 0 20px;
}
.dots-container .dot {
	width: 13px;
	height: 13px;
    border-radius: 13px;
    background-color: #f1f1e7;
	transition: all 0.4s ease-in-out; 
	display: inline-block; 
	cursor: pointer; 
}
.dots-container .dot.selected {
	background-color: #b9b483;
}
.dots-container .dot + .dot {
	margin-left: 20px;	
}

.home-top {
	text-align: center;
   	margin: 20px auto 43px;
    max-width: 1680px;
    padding: 0 20px;
}
.home-top h3 {
	font-size: 45px;
    font-weight: 300;
    color: #b9b483;
    margin: 0;
    line-height: 1.3;
}
.home-top h2 {
    margin: 0;
    font-size: 70px;
    color: #38606e;
    line-height: 1.3;
}
.home-top h4 { 
	font-weight: 700;
    font-size: 34px;
    color: #38606e;
    margin: 20px 0 8px;
}
.home-top p {
	font-size: 29.5px;
	margin: 0;
    line-height: 1.25;
}
.home-top p + p {
	margin-top: 25px;
}
.home-condos {
	max-width: 1740px;
	padding: 0 20px;
	margin: 0 auto 50px;
	text-align: center;
}
#condos {
	position: relative;
	top: -125px;
}
.home-condos h3 {
	font-size: 50px;
    font-weight: 300;
    color: #b9b483;
    margin: 0;
    line-height: 1.3;
}
.condos-wrapper {
	grid-template-columns: repeat(auto-fill, 500px);
}
.home-content {
	text-align: center;
	max-width: 1680px;
    padding: 0 20px;
    margin: 0 auto 40px;
}
.home-content h2 {
    margin: 0;
    font-size: 60px;
    color: #38606e;
    line-height: 1.2;
}
.home-content h3 {
	font-size: 45px;
    font-weight: 300;
    color: #b9b483;
    margin: 0;
    line-height: 1.2;
}
.home-content p {
	font-size: 29.5px;
    line-height: 1.2;
	margin: 14px 0 0;
}
.home-accommodations {
	background-color: #f1f1e7;
}
.home-accommodations-wrapper {
	max-width: 1680px;
	padding: 40px 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 100px;
}
.home-accommodations .left {
	text-align: left;
	width: 400px;
	flex-shrink: 0;
	flex-grow: 0;
}
.home-accommodations .left h4 {
	margin: 0;
    font-weight: 300;
    color: #b9b483;
    font-size: 44.5px;
    line-height: 1.25;
}
.home-accommodations .left h3 {
	font-size: 44.5px;
    font-weight: 700;
    color: #38606e;
    margin: 0;
    line-height: 1.25;
}
.home-accommodations .right ul {
	margin: 0 50px 0 0;
	padding: 0;
	list-style-type: none;
}
.home-accommodations .right ul li {
	font-size: 26px;
	line-height: 1.15;
}
.home-accommodations .right ul li:before {
    content: "•";
    color: #38606e;
    position: absolute;
    margin-left: -25px;
    margin-top: 10px;
    font-size: 60px;
    line-height: 0;
}
.home-accommodations .right ul li strong {
	color: #38606e;
}
.home-accommodations .right ul li + li {
	margin-top: 10px;
}
.home-bottom {
	text-align: center;
    max-width: 1640px;
    padding: 0 20px;
    margin: 30px auto;
}
.home-bottom p {
	font-size: 31.5px;
    margin: 15px 0 0;
    line-height: 1.25;
}
.home-footer img {
	width: 100%;
}
/* Home Page Animations
--------------------------------------------- */
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;

  animation-fill-mode: both;
  animation-duration: 1s;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@keyframes fadeIn {
  0%,
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

.animated.fadeIn {
  animation-name: fadeIn;
}
.animated.fadeInDown {
  animation-name: fadeInDown;
}
.animated.fadeInUp {
  animation-name: fadeInUp;
}
.animated.bounceInRight {
  animation-name: bounceInRight;
}
.animated.bounceInLeft {
  animation-name: bounceInLeft;
}
.animated.moveUp {
  animation-name: moveUp;
}



/* Information Page
--------------------------------------------- */
.site-main .entry-content figure img {
	width: 100%;
}
.site-main .entry-content h2 {
	margin: 25px auto 0;
	color: #00aa0f;
	font-size: 31px;
	max-width: 1700px;
	padding:0 30px;
}
.site-main .entry-content p {
	font-size: 24px;
    margin: 0 auto 15px;
    line-height: 1.2;
	max-width: 1700px;
	padding:0 30px;
}
.site-main .entry-content {
    margin-bottom: 45px;
}


/* Contact Page
--------------------------------------------- */
.contact-top-parallax {
	max-height: 36.36vw;
	overflow: hidden;
}
.contact-top-parallax img {
	width: 100%;
}
.contact-content {
	max-width: 1840px;
    padding: 40px 20px;
    margin: 0 auto 40px;
    display: flex;
    gap: 70px;
}
.contact-content .left {
	width: 50%;
    padding-right: 60px;
}
.contact-content .left h3 {
	font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
	margin-top: 0;
}
.contact-content .right {
	width: 50%;
}
.contact-content .right img {
	width: 100%;
}
.wpcf7 {
	margin-top: 40px;
}
.wpcf7 p {
	font-size: 24px;
	margin-bottom: 25px;
}
.wpcf7 p br {
	display: none;
}
.wpcf7 p label {
	width: 180px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
.wpcf7 p label.required:before {
	content: '*';
	color: #f00;
}
.wpcf7 p span.wpcf7-form-control-wrap {
	margin-left: 15px;
	width: calc(100% - 210px);
	display: inline-block;
}
.wpcf7 p input {
	width: 100%;
}
.wpcf7 p input[type="submit"] {
    width: auto;
    margin-left: 200px;
    background-color: #38606e;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 10px 25px;
    font-size: 24px;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.wpcf7 p input[type="submit"]:hover {
	background-color: #b9b483;
}
.wpcf7 p .wpcf7-spinner {
	width: auto;
}
.wpcf7-list-item.first {
	margin-left: 0;
}
.wpcf7 p .wpcf7-list-item label {
	text-align: center;
	width: auto;
}


/* Condos Page
--------------------------------------------- */
.condos-header {
	text-align: center;
    background-color: #fff0d9;
    padding: 30px;
}
.condos-header h2 {
	line-height: 1.2;
    text-transform: uppercase;
    color: #00aa0f;
    font-weight: 400;
    font-size: 44px;
    margin: 15px 0 10px;
}
.condos-header p {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 45px;
}
.condos-header p b {
	font-size: 32px;
}
.condos-wrapper .condo {
    display: inline-block;
	max-width: 500px;
	margin-top: 40px;
	margin-left: 75px;
}
.condos-wrapper .condo:nth-child(3n+1) {
	margin-left: 0;
}
.condos-wrapper .condo a {
	text-decoration: none;
}
.condos-wrapper .condo .condo-image {
	line-height: 0;
	overflow: hidden;
}
.condos-wrapper .condo .condo-image img {
	width: 100%;
	transition: all 0.4s ease-in-out;
}
.condos-wrapper .condo a:hover .condo-image img {
	transform: scale(1.05);
}
.condos-wrapper .condo h4 {
	font-weight: 300;
	color: #b9b483;
	font-size: 30px;
	margin: 0;
}
.condos-wrapper .condo h3 {
	font-weight: 700;
	color: #38606e;
	font-size: 29px;
	margin-bottom: 7px;
}
.condos-wrapper .condo span {
    color: #fff;
    padding: 14px 30px;
    line-height: 1.0;
    text-decoration: none;
    font-size: 26px;
	font-weight: 700;
    display: inline-block;
    transition: all 0.4s ease-in-out;
	cursor: pointer;
	text-transform: uppercase;
}
.condos-wrapper .condo a:hover span {
	background-color: #848484 !important
}
.condos-main {
	max-width: 1200px;
    padding: 0 25px;
    margin: 40px auto;
}
.site-main .entry-content .condos-main > p {
	font-size: 32px;
	text-align: center;
}

/* Single Condo Page
--------------------------------------------- */
.site-main.condo-post .condo-slider {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
	padding: 20px 0;
}
.condo-slider .left-navigation {
	padding-right: 25px;
	cursor: pointer;
}
.condo-slider .right-navigation {
	padding-left: 25px;
	cursor: pointer;
}
.condo-slider .slides-wrapper {
	position: relative;
	overflow: hidden;
}
.condo-slider .slides-wrapper .slide {
	position: relative;
}
.condo-slider .slides-wrapper .slide img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}
.site-main.condo-post .condo-content h2 {
    color: #b9b483;
    margin: 0;
    text-align: center;
    padding: 20px;
    font-size: 45px;
	line-height: 1.0;
}
.site-main.condo-post .condo-content h3 {
    color: #38606e;
    margin: 0;
    text-align: center;
    padding: 20px;
    font-size: 45px;
	line-height: 1.0;
}
.site-main.condo-post .condo-content p {
	max-width: 1765px;
    margin: 20px auto 30px;
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
    font-weight: 300;
	padding: 0 20px;
}
.site-main.condo-post .condo-content p strong {
	font-weight: 700;
}
.site-main.condo-post .condo-bullets {
	max-width: 1840px;
	margin: 100px auto 50px;
	padding: 0 20px;
}
.site-main.condo-post .condo-bullets h3 {
    position: relative;
    font-size: 36px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	text-transform: uppercase;
	color: #b9b483;
}
.site-main.condo-post .condo-bullets h3:before,
.site-main.condo-post .condo-bullets h3:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
	margin-left: 20px;
    content: '\a0';
    background-color: #b9b483;
}
.site-main.condo-post .condo-bullets h3:before {
	margin-left: calc(-50% - 20px);
    text-align: right;
}
.site-main.condo-post .condo-bullets-wrapper {
	max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
}
.site-main.condo-post .condo-bullet {
	width: 35%;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 2.0;
}
.site-main.condo-post .condo-bullet:before {
	content: url('images/checkmark.png');
	margin: 0 15px 0 25px;
	vertical-align: middle;    
	margin-top: 4px;
    display: inline-block;
}
.site-main.condo-post .condo-bullet:nth-child(3n) {
	width: 30%;
}
.site-main.condo-post .condo-bullet:nth-child(6n+1),
.site-main.condo-post .condo-bullet:nth-child(6n+2),
.site-main.condo-post .condo-bullet:nth-child(6n+3) {
	background-color: #e6f6ea;
}
.site-main.condo-post .condo-contact {
	max-width: 1100px;
	margin: 0 auto 40px;
}
.site-main.condo-post .condo-contact > p {
	text-align: center;
	font-size: 28px;
	margin-bottom: 0;
}
.site-main.condo-post .condo-contact .wpcf7 {
	margin-top: 20px;
}

.site-main .entry-content.sonoran-star {
	max-width: 1400px;
	margin: 0 auto;
	padding: 25px 0 20px;
}
.site-main .entry-content.sonoran-star .title-img img {
	width: 100%;
}
.entry-content.sonoran-star .sonoran-star-images {
	margin: 20px 10px 0;
}
.site-main .entry-content.sonoran-star img {
	width: 49.75%;
}
.site-main .entry-content.sonoran-star > p {
	text-align: center;
	margin-bottom: 0;
	font-size: 28px;
	max-width: 1250px;
	margin: 0 auto;
}
.site-main .entry-content.sonoran-star .wpcf7 {
	max-width: 1250px;
	margin: 40px auto 0;
}

/* Condo Sales Page
--------------------------------------------- */
.sales-content {
	max-width: 1800px;
    margin: 0 auto;
    padding: 0 50px;
}
.sales-header h2 {    
	color: #0067b1;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 36px;
    margin: 40px 0 0;
}
.sales-header p {
	margin: 4px 0 0;
    font-size: 30px;
}
.sales-resort {
	margin-top: 50px;
	color: #000;
	font-size: 22px;
    letter-spacing: 0.5px;
	position: relative;
}
.sales-resort a {
	position: absolute;
	top: -85px;
}
.sales-resort h3 {
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
}
.sales-resort .condo {
	padding:  40px 0;
	display: flex;
}
.sales-resort .condo + .condo {
	border-top: 1px solid #000;
}
.sales-resort .condo .condo-left {
	flex-shrink: 0;
}
.sales-resort .condo .condo-left img {
	max-width: 300px;
}
.sales-resort .condo .condo-right {
	padding-left: 35px;
}
.sales-resort .condo .condo-right .title {
	font-size: 24px;
}
.sales-resort .condo .description,
.sales-resort .condo .unit,
.sales-resort .condo .price,
.sales-resort .condo .sqft {
	margin-top: 5px;
}

.sales-resort .condo .title {
    line-height: 1.0;
    font-weight: 700;
}
.sales-resort .condo .unit,
.sales-resort .condo .price,
.sales-resort .condo .sqft,
.sales-resort .condo .contact {
	font-size: 18px;
}
.sales-resort .condo .contact {
	margin-top: 40px;
}

@media (max-width: 1920px) {
	.main-navigation a {
		font-size: 20px;
		letter-spacing: 2px;
	}
}
@media (max-width: 1750px) {
	.home-slider .slide .content {
		font-size: 56px;
		padding: 20px 100px 30px;
	}
	.home-callout h2 {
		font-size: 42px;
	}
	.home-callout p {
		font-size: 22px;
	}
	.site-main .entry-content h2,
	.site-main .entry-content p {
		max-width: 1200px;
	}
	.home-condos .condo {
		max-width: 400px;
		margin-left: 40px;
	}
	.home-condos .condo p {
		font-size: 24px;
	}
	.home-condos .condo p b {
		font-size: 28px;
	}
}
@media(max-width: 1560px) {
	.site-header {
		padding: 8px 30px;
		height: 75px;
	}
	.site-branding a img {
		max-width: 50px;
	}
	.site-branding h2 {
		font-size: 22px;
	}
	.site-social {
		gap: 25px;
	}
	.site-social a {
		font-size: 18px;
	}
	.site-social a + a:before {
		padding-right: 12px;
		margin-left: 10px;
	}
	.site-main {
		margin-top: 75px;
	}
	.condos-wrapper {
		max-width: 1100px;
		margin: 0 auto;
	}
	.home-condos .condo {
		max-width: 340px;
		margin-left: 30px;
	}
	.home-condos .condo h3 {
		font-size: 24px;
	}
	.home-condos .condo h4 {
		font-size: 26px;
	}
	.home-condos .condo span {
		font-size: 24px;
		padding: 12px 25px;
	}

	.contact-content {
		gap: 40px;
	}
	.contact-content .left {
		padding-right: 20px;
	}
	.contact-content .left h3 {
		font-size: 26px;
	}
	.wpcf7 p {
		font-size: 22px;
	}
}
@media (max-width: 1450px) {
	.home-slider .slide .content {
		font-size: 48px;
	}
	.home-callout h2 {
		font-size: 36px;
	}
	.home-callout p {
		font-size: 18px;
	}
	.site-main .entry-content .home-content p,
	.site-main .entry-content .home-about p {
		font-size: 22px;
	}
	.site-main .entry-content .home-content h3 {
		font-size: 28px;
	}
	.site-main .entry-content .home-about h2 {
		font-size: 36px;
	}
	.home-about .about-sections .about-section-right h3 {
		font-size: 28px;
	}
	.home-about .about-sections .about-section-right {
		padding: 0 50px;
	}
	.home-content h2 {
		font-size: 48px;
	}
	.home-content h3 {
		font-size: 38px;
	}
	.home-content p {
		font-size: 24px;
	}
	.home-accommodations-wrapper {
		gap: 60px;
	}
	.home-accommodations .left {
		width: 350px;
	}
	.home-accommodations .left h3,
	.home-accommodations .left h4 {
		font-size: 38px;
	}
	.home-accommodations .right ul li {
		font-size: 22px;
	}
	.home-bottom p {
		font-size: 28px;
	}
}
@media (max-width: 1320px) {
	.home-content {
		margin: 20px 20px 35px;
	}
	.site-main .entry-content h2 {
		font-size: 26px;
		max-width: 1000px;
	}
	.site-main .entry-content p {
		font-size: 20px;
		max-width: 1000px;
	}
	.contact-page .contact-left {
		padding-right: 55px;
	}
	.contact-content .left h3 {
		font-size: 22px;
	}
	.wpcf7 p {
		font-size: 20px;
	}
	.wpcf7 p label {
		width: 140px;
	}
	.wpcf7 p span.wpcf7-form-control-wrap {
		width: calc(100% - 160px);
	}
	.wpcf7 p input[type="submit"] {
		margin-left: 160px;
		font-size: 22px;
	}
	.contact-page .contact-right {
		width: 400px;
	}
	.condos-header h2 {
		font-size: 36px;
		margin: 0;
	}
	.condos-header p {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.site-main .entry-content .condos-main > p {
		font-size: 26px;
	}
	.site-main .entry-content .home-content p {
		padding: 0;
	}
	.site-main .entry-content .home-about p,
	.home-about .about-sections {
		padding: 0 20px; 
	}
}
@media (max-width: 1250px) {
	.site-header {
		padding: 8px 20px;
	}
	.site-branding,
	.site-social {
		gap: 20px;
	}
	.site-branding a img {
		max-width: 45px;
	}
	.site-branding h2 {
		font-size: 18px;
	}
	.site-social a {
		font-size: 16px;
	}
	.site-social a img {
		max-width: 30px;
	}
}
@media (max-width: 1200px) {
	.home-callout p {
		font-size: 20px;
		line-height: 1.2;
	}
	.site-main .entry-content .home-content h3 {
		font-size: 24px;
		padding: 0;
	}
	.home-top h3 {
		font-size: 40px;
	}
	.home-top h2 {
		font-size: 56px;
	}
	.home-top h4 {
		font-size: 30px;
	}
	.home-top p {
		font-size: 24px;
	}
	.home-condos h3 {
		font-size: 42px;
	}
	.home-condos .condo {
		max-width: 270px;
		margin-left: 45px;
	}
	.home-condos .condo:nth-child(3n+1) {
		margin-left: 0;
	}
	.condos-wrapper .condo p {
		font-size: 22px;
	}
	.condos-wrapper .condo p b {
		font-size: 24px;
	}
	.condos-wrapper .condo a {
		font-size: 22px;
	}

	.contact-content {
		display: block;
	}
	.contact-content .left,
	.contact-content .right {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		padding: 0;
	}
	.contact-content .right {
		margin-top: 40px;
	}

	.home-content h2 {
		font-size: 40px;
	}
	.home-content h3 {
		font-size: 32px;
	}
	.home-content p {
		font-size: 22px;
	}
}
@media (max-width: 1125px) {
	.home-slider .slide .content {
		font-size: 40px;
	}
	.home-slider .slide .content.right {
		padding: 0;
	}
	.contact-page {
		margin: 25px auto;
	}
	.contact-page .contact-left {
		padding-right: 30px;
	}
	.contact-page .contact-right {
		width: 300px;
	}
	.contact-page .contact-right img {
		max-width: 250px;
	}
	.condos-header h2 {
		font-size: 32px;
	}
	.condos-header p {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.site-main .entry-content .condos-main > p {
		font-size: 22px;
	}
	.home-about .about-sections .about-section-right {
		padding: 0 25px;
	}
	.home-about .about-sections .about-section-right h3 {
		font-size: 24px;
	}
	.site-main .entry-content .home-about .about-section-right p {
		padding: 0;
		font-size: 18px;
	}
	.site-main.condo-post .condo-content h2 {
		font-size: 34px;
    	padding: 15px 20px;
	}
	.site-main.condo-post .condo-content h3 { 
		font-size: 32px;
	}
	.site-main.condo-post .condo-content p {
		font-size: 22px;
	}
	.site-main.condo-post .condo-bullets h3 {
		font-size: 24px;
	}
	.site-main.condo-post .condo-bullets-wrapper {
		padding: 0;
	}
	.site-main.condo-post .condo-bullet {
		font-size: 18px;
	}
	.site-main.condo-post .condo-bullet:before {
		margin-top: 8px;
	}
	.site-main.condo-post .condo-contact {
		padding: 0 20px;
	}
	.site-main.condo-post .condo-contact p {
		font-size: 22px;
	}
	.home-accommodations .left {
		width: 300px;
	}
	.home-accommodations .left h3,
	.home-accommodations .left h4 {
		font-size: 32px;
	}
	.home-accommodations .right ul li {
		font-size: 18px;
	}
	.home-accommodations .right ul li:before {
		margin-left: -18px;
		margin-top: 6px;
		font-size: 50px;
	}
	.home-bottom p {
		font-size: 24px;
	}
}
@media (max-width: 1000px) {
	.home-condos {
		padding: 15px 20px 25px;
	}
	.home-top h2 {
		font-size: 44px;
	}
	.home-top h3 {
		font-size: 32px;
	}
	.home-top h4 {
		font-size: 26px;
	}
	.home-top p {
		font-size: 20px;
	}

	.home-condos h3 {
		font-size: 36px;
	} 
	.home-condos .condo {
		max-width: 350px;
	}
	.home-condos .condo:nth-child(3n+1) {
		margin-left: 45px;
	}
	.home-condos .condo:nth-child(2n+1) {
		margin-left: 0;
	}
	.home-content {
		font-size: 22px;
	}
	.condos-wrapper {
		display: block;
	}
}
@media (max-width: 980px) {
	.site-main,
	.site-main .entry-content,
	.site-main .entry-content figure {
		margin-top: 0;
	}
	.contact-page,
	.contact-page .contact-left,
	.contact-page .contact-right {
		display: block;
	}
	.contact-page .contact-left {
		padding: 0;
		margin: 0 20px;
		border-bottom: 1px solid #ccc;
	}
	.contact-page .contact-right {
		display: block;
		margin: 20px auto 0 180px;
	}
	.home-about .about-sections .about-section {
		display: block;
	}
	.home-about .about-sections .about-section-left {
		max-width: 440px;
		padding: 0 20px;
		margin: 0 auto;
		width: auto;
	}
	.home-about .about-sections .about-section-right {
		margin: 0 auto;
		max-width: 540px;
		padding: 0 20px;
		width: auto;
	}

	.mobmenu-content #mobmenuright .sub-menu a:hover {
		color: #ff9600;
	}

	.condo-slider .left-navigation img,
	.condo-slider .right-navigation img {
		max-width: 32px;
	}
	.condo-slider .left-navigation {
		padding-right: 15px;
	}
	.condo-slider .right-navigation {
		padding-left: 15px;
	}
	.site-main .entry-content.sonoran-star > p {
		font-size: 20px;
	}
	.site-main .entry-content.sonoran-star > p strong {
		font-size: 24px;
	}
	.site-main .entry-content.sonoran-star .ssr-fb-follow {
		font-size: 20px;
	}
	
	.site-main .entry-content.sonoran-star .ssr-fb-follow img {
		max-width: 40px;
	}

	.sales-content {
		padding: 0 30px;
	}
	.sales-header h2 {
		font-size: 30px;
		margin-top: 25px;
	}
	.sales-header p {
		font-size: 24px;
	}
	.sales-resort {
		font-size: 18px;
		letter-spacing: normal;
		margin-top: 40px;
	}
	.sales-resort h3 {
		font-size: 24px;
	}
	.sales-resort .condo {
		padding: 30px 0;
	}
	.sales-resort .condo .condo-right {
		padding-left: 30px;
	}
	.sales-resort .condo .unit, 
	.sales-resort .condo .price, 
	.sales-resort .condo .sqft, 
	.sales-resort .condo .contact {
		font-size: 16px;
	}
	.sales-resort .condo .contact {
		margin-top: 30px;
	}

	.home-accommodations-wrapper {
		display: block;
	}
	.home-accommodations .left {
		width: 100%;
    	text-align: center;
	}
	.home-accommodations .right ul {
		margin: 25px 50px 0;
	}
}
@media (max-width: 920px) {
	.home-slider .slide .content {
		font-size: 36px;
	}
}
@media (max-width: 800px) {
	.home-slider .slide .content {
		width: 100%;
		font-size: 26px;
	}
	.home-slider .slide .content,
	.home-slider .slide .content.background,
	.home-slider .slide .content.right {
        padding: 15px 20px 20px;
		background: rgba(0,0,0,0.3);
	}
	.home-slider .slide .content.middle,
	.home-slider .slide .content.left,
	.home-slider .slide .content.right,
	.home-slider .slide .content.top,
	.home-slider .slide .content.bottom {
		top: auto;
		bottom: 0;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
	}
	.home-slider .slide .content p {
		white-space: initial;
	}
	.home-condos .condo {
		max-width: 350px;
		display: block;
		margin: 0 auto;
	}
	.home-condos .condo:nth-child(3n+1),
	.home-condos .condo + .condo {
		margin: 50px auto 0;
	}
	.home-condos .condo p {
		margin: 15px 0;
	}
	.home-content {
		font-size: 18px;
	}
	.site-main.condo-post .condo-slider {
		padding: 20px 0;
	}
	.site-main .entry-content.sonoran-star img {
		width: 100%;
	}

	.sales-resort .condo {
		display: block;
	}
	.sales-resort .condo .condo-right {
		padding-left: 0;
		margin-top: 20px;
	}

	.home-content h2 {
		font-size: 32px;
	}
	.home-content h3 {
		font-size: 26px;
	}
	.home-content p {
		font-size: 20px;
	}
	.home-bottom p {
		font-size: 20px;
	}
}
@media (max-width: 750px) {
	.site-footer {
		font-size: 14px;
		padding: 15px;
	}

	.home-top h2 {
		font-size: 36px;
	}
	.home-top h3 {
		font-size: 26px;
	}
	.home-top h4 {
		font-size: 22px;
	}
	.home-top p {
		font-size: 18px;
	}
	
	.home-callout {
		padding: 15px 20px;
	}
	.home-callout h2 {
		font-size: 30px;
	}
	.home-callout p {
		font-size: 16px;
	}

	.site-main .entry-content h2 {
		font-size: 22px;
		padding: 0 15px;
	}
	.site-main .entry-content p {
		font-size: 16px;
		padding: 0 15px;
	}

	.contact-page .contact-left > p, 
	.contact-page .contact-right p {
		padding: 0;
	}
	.wpcf7 {
		margin-top: 25px;
	}
	.wpcf7 p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.wpcf7 p label {
		display: block;
		width: auto;
		text-align: left;
	}
	.wpcf7 p span.wpcf7-form-control-wrap {
		width: 100%;
		margin-left: 0;
	}
	.wpcf7 p input[type="submit"] {
		margin: 0 0 15px;
		font-size: 20px;
		padding: 10px 15px;
	}
	.contact-page .contact-right {
		margin: 20px;
		width: auto;
	}
	.site-main.condo-post .condo-bullet,
	.site-main.condo-post .condo-bullet:nth-child(3n) {
		width: 50%;
	}
	.site-main.condo-post .condo-bullet:nth-child(6n+1),
	.site-main.condo-post .condo-bullet:nth-child(6n+2),
	.site-main.condo-post .condo-bullet:nth-child(6n+3) {
		background-color: #fff;
	}
	.site-main.condo-post .condo-bullet:nth-child(4n+1),
	.site-main.condo-post .condo-bullet:nth-child(4n+2) {
		background-color: #e6f6ea;
	}
}
@media (max-width: 640px) {
	.home-slider .slide .content {
		font-size: 22px;
	}
	.site-main.condo-post .condo-slider {
		display: block;
		position: relative;
		padding: 0 0 50px;
	}
	.condo-slider .left-navigation,
	.condo-slider .right-navigation {
		position: absolute;
		bottom: 10px;
	}
	.condo-slider .left-navigation {
		right: 50%;
		padding-right: 25px;
	}
	.condo-slider .right-navigation {
		left: 50%;
		padding-left: 25px;
	}

	.site-main.condo-post .condo-content h2 {
		font-size: 26px;
		padding: 10px 20px;
	}
	.site-main.condo-post .condo-content h3 {
		font-size: 24px;
		padding: 10px 20px;
	}
	.site-main.condo-post .condo-content p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.home-accommodations-wrapper {
		padding: 25px 20px;
	}
	.home-accommodations .left h3, 
	.home-accommodations .left h4 {
		font-size: 26px;
	}
	.home-accommodations .right ul {
		margin: 25px 25px 0;
	}
	.home-accommodations .right ul li {
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	.site-main.condo-post .condo-bullet:before {
		margin: 8px 10px 0 15px;
	}
}
@media (max-width: 420px) {
	.site-main.condo-post .condo-bullet,
	.site-main.condo-post .condo-bullet:nth-child(3n) {
		width: 100%;
	}
	.site-main.condo-post .condo-bullet:nth-child(4n+1),
	.site-main.condo-post .condo-bullet:nth-child(4n+2) {
		background-color: #fff;
	}
	.site-main.condo-post .condo-bullet:nth-child(2n+1) {
		background-color: #e6f6ea;
	}
}
