/*
Theme Name: Inn on Siesta Key
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inn-on-siesta-key
Tags:

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.

Inn on Siesta Key is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color:#0091af;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Open Sans';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans';
}

p {
	margin-bottom: 1.5em;
	
}

b,
strong {
	font-weight: bold;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
4.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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	font-family: 'Open Sans';
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
	max-width: 830px;
	height:75px;
	top: 80px;
	position: relative;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 330px;
	padding: 10px 15px;
	font-size: 17px;
}

.main-navigation ul ul li {
	border-top: 1px solid #00aeef;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.menu-item {

}

.menu-item a {
	color:#00aeef;
	font-weight:700;
	font-size:16px;
	background: #fff;
	padding: 24px 15px;
	text-transform: uppercase;
}

.menu-item:hover {
	background:#00aeef;
}
	
.menu-item a:hover {
	color:#fff;
	background:#00aeef;
}

.current-menu-item {
	
}

.current-menu-item a {
	color:#fff;
	background:#AFD47D;
}

.current-menu-item a:hover {
	color:#00aeef;
	background:#fff;
}


/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	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. */
}

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

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

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

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
13 Overall Style
--------------------------------------------------------------*/

/* Header */
#masthead {
	width:1180px;
	margin:0 auto;
    max-width: 100%;	
}

.site-branding {
	width:250px;	
	float:left;
}

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

.logo-nav:before,
.logo-nav:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.logo-nav:after {
  clear: both;
}

.header-widget {
	width:350px;
	height:275px;
	background: rgba(136,203,213, .7);
	margin-bottom:25px;
	color:#fff;
	position:relative;
}

.header-widget .widget-area {
	width: 335px;
	height: 245px;
	padding: 15px 0px 0px 15px;
}

#headerBG {
	background-color: #0091af;
	height:180px;
}

#headerBG .featuredPic {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	height: 340px;
	width:100%;
}

#headerBG .featuredPic img {
	width:100%;
}

.site-title {
	margin-top:50px;
}

.link-phone {
	color: white;
	font-size: 18px;
    float: right;
    font-family: 'Open Sans';
    margin-top:80px;
}

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

/* Home Slider */
#sliderBG {
	max-height:525px;
	width: 100%;
}

.soliloquy-container {
	position:absolute !important;
	z-index:0 !important;
	max-width: none !important;
	min-width:1280px;
	overflow:hidden !important;
}

.soliloquy-controls-direction {
	display:none !important;
}

soliloquy-slides img {
width: 100% !important;

}

.soliloquy-container .soliloquy-image {
	width: 100%;
}

.logo-nav {
	position:relative;
}

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

/* Green Bar */
#green-bar {
	width:100%;
	height:110px;
	background:#afd47d;
}

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

/* Content */
#content {
	width:100%;
}

#content.home {
	border:none;
}

.home .entry-title a {
	color:#0091af;
	text-decoration:none;
	font-size:60px;
	font-weight:400;
}

.entry-title {
	color:#0091af;
	text-decoration:none;
	font-size:60px;
	font-weight:400;
	margin-top: 0px;
}

.home h1 {
	margin-bottom:0px;
}

.home .entry-content {
	margin-top:0px;
}

#primary {
	width:1180px;
	margin:0 auto;
	max-width:100%;
}

#primary:before,
#primary:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

#primary:after {
  clear: both;
}

#main {
	width:830px;
	float:left;
}

#main.left {
	width:800px;
	float:left;
	margin-right:30px;
}

#full {
	width: 1180px;
}

.sidebar {
	width:350px;
	min-height:100px;
	float:left;
}

.sidebar h1 {
	font-weight:400;
	margin-top:8px;
}

.entry-title {
	font-size:40px;
	margin-bottom: 0px;
}

.entry-title a {
	color: #0091af;
	text-decoration: none;
}

.entry-content {
	margin-top:0px;
}


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


/* Info Boxes */
.info-boxes-bg {
	position:relative;
}

.info-boxes-bg .inner {
	background:url(images/info-boxes-bg.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	height: 676px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	background-size: cover;
}

#info-boxes {
	width:1180px;
	margin:0 auto;
}

#info-boxes:before,
#info-boxes:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

#info-boxes:after {
  clear: both;
}

.info-box {
	width:320px;
	height:370px;
	background:#fff;
	float:left;
	margin-top: 100px;
	margin-bottom: 100px;
}

#info-box-1, #info-box-2 {
	margin-right:110px;
}

#info-boxes .simple-image {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}

#info-boxes h1 {
	margin-top: 0px;
	text-align: center;
	width: 310px;
	margin-left: 5px;
	height: 43px;
	color:#fff;
	font-size: 42px;
	line-height: 43px;
	font-weight: 300;
	text-transform: uppercase;
}

#info-box-1 h1 {
	background:#0091af;
}

#info-box-2 h1 {
	background:#7ecdc3;
}

#info-box-3 h1 {
	background:#afd47d;
}


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

/* Units Pages */

.unit .entry-title {
	font-size:40px;
	margin-bottom: 0px;
}

.unit .entry-title a {
	color: #0091af;
	text-decoration: none;
}

.unit .entry-content {
	margin-top:0px;
}


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

/* Home Events */

.event-date-home {
width: 53px;
height: 51px;
background-color: #7ecdc3;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
color: #ffffff;
float: left;
margin: 3px 9px 12px 0px;
text-align: center;
font-size: 18px;
font-weight: bold;
padding-top: 2px;
line-height: 22px;
}

.event-day {
	font-size:22px;
}

.event {
	color:#0091af;
	width: 300px;
	line-height: 22px;
}

.event a {
	color:#0091af;
	text-decoration:none;
}

.event .read-more {
	text-decoration:underline;
}

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

/* Footer */

.site-footer {
	width:100%;
	height:75px;
	background:#0091af;
}

#footer-widgets {
	width:100%;
	min-height:250px;
	background:#fff;
}

#footer-widgets .inner {
	width:1180px;
	margin:0 auto;
}

#footer-widgets .inner:before,
#footer-widgets .inner:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

#footer-widgets .inner:after {
  clear: both;
}

#footer-box-1, #footer-box-2 {
	margin-right:110px;
}

#footer-box-3 p {
	margin-top:0px;
	color:#0091af;
	font-size:16px;
}

.footer-box {
	float:left;
	width:320px;
}

.footer-box h1 {
	font-size:40px;
	font-weight: 300;
	margin-top: 0px;
	text-transform: uppercase;
}

.site-info {
	width:1180px;
	margin:0 auto;
	text-align:center;
	position: relative;
	top: 27px;
	color:#fff;
	font-size: 18px;
}

.site-info p {
	margin:0px;
}

/* Footer Box Menu */

.footer-box ul {
	margin-left:0px;
	padding-left:0px;
}

.footer-box .menu-item {
list-style: none;
}

.footer-box .menu-item a {
	background:none;
	color:#0091af;
	font-size: 16px;
	text-decoration:none;
	font-weight:400;
	padding:0px;
	text-transform:none;
}

.footer-box .menu-item:hover {
background: none;
}

.footer-box .menu-item a:hover {
	background:none;
	color:#0091af;
}

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

/* Social Icons */


.socialBar {
	float: right;
	position: relative;
	top: 10px;
	width: 100%;
	height: 31px;
}

.socialBar ul {
	padding-left:0px;
	margin-left: 0px;
	float: right;
	margin-bottom: 0px;
}

.social-icons li {
	list-style:none;
	width:32px;
	float:left;
	margin-right: 10px;
}

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


/* Social Icons */

#testimonial-boxes {
	width:1180px;
	margin:0 auto;
	margin-bottom: 25px;
}

#testimonial-boxes:before,
#testimonial-boxes:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

#testimonial-boxes:after {
  clear: both;
}

#testimonial-boxes h1 {
	text-align:left;
	font-weight:400;
	font-size: 40px;
	margin-bottom: 10px;
	margin-top:0px;
}

.testimonial-box {
	float:left;
	width: 250px;
	min-height:250px;
	background:#0FF;
}

.testimonial-box h1 {
	margin-top:0px;
}

#testimonial-box-1, #testimonial-box-2, #testimonial-box-3 {
	margin-right:60px;
}


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

#click-menu {
	border-radius: 5px;
}

h2{ /*controls the H2 for the prices on the rooms*/
	font-size:18px;
	padding-top:10px;
}
h2.rs-content-header{/*controls the H2 for each section of the booking process*/
    display:block;
    padding:10px 0 0 0px;
    margin:0 0 5px 0;
    font-size:200%;
    font-size:18px;
    font-weight:bold;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
.rs-sidebar-inner-wrapper{ /*controls the right top box (arrive, depart, nights, rooms etc...)*/
    border-radius: 5px 5px 5px 5px;
    margin-top: 5px;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h2.rs-cart-header{ /*controls the right boxes on the confirmation page that hold the titles Rooms and Totals*/
    border-radius: 5px 5px 5px 5px;
    display: block;
    margin: 3px;
    padding: 3px;
    background:none;
    color: #000000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
.rs-container{ /*controls both the left and right containers which hold the calendar and comfirmation boxes*/
    background:#009FC6;
    border:1px solid #000000;
}
.rs-content-wrapper{ /*controls ONLY the Left box which holds the calendar overide this if you want the left box background to be different from the right box*/
    background: none;
	border:none;
}
span.rs-calendar-icon, .rs-sc-field label span.rs-calendar-icon{ /*controls the booking engine calendar icon*/
    background: url(../assets/mini_cal_icon.jpg) no-repeat;
}
.rs-cart-item-wrapper{ /*controls the items in under the rooms heading box*/
	color:#000000;
}
.rs-step-nav{ /*controls the unselected step (the next step in the booking process*/
    background:#A7D85B;
}
.rs-step-num{ /*controls the color on the number in the unselected step (the next step in the booking process)*/
    color: #000000;
}
.rs-step-outer{ /*controls the next step in the booking process*/
    color: #000000;
}
.rs-here{ /*controls the current and past step in the booking process (i.e. dates, accommodations, confirmation*/
    background-color: #009FC6;
	border-color:#A7D85B;
}
.rs-next-step{ /*controls the color of the arrow between each step*/
    border-left-color: #009FC6;
}
.rs-here .rs-step-name{ /*controls the current and previous step*/
    color: #ffffff;
}
.rs-here .rs-step-num{ /*controls the color of the # in each step in the booking process*/
    color: #009FC6;
	border:1px solid #A7D85B !important;
}
.rs-min-stay{ /*controls the minimum stay required, MUST be overridden*/ 
	border: 1px solid black !important;
	background: black url(http://rezstream.net/customer/themes/11017/ui.theme/images/ui-bg_highlight-soft_55_000000_1x100.png) 50% 50% repeat-x !important;
	font-weight: normal !important;
	color: white !important;
}
.rs-footer-logo a{ /*controls the "Powered by RezStream" link at the bottom of the booking engine*/
	color:#000000;
}
.rs-view-switcher, .rs-view-switcher a{ /*controls the link that allow for a user to switch views, located at the top of the booking engine (Full Availability Search or Quick Booking Search) does not always need to be overridden*/
	color:#009FC6 !important;
}
.rs-ac-legend-table{
	color:#000000;
}
.rs-ac-legend-table tr:nth-of-type(2) td:nth-of-type(2) {
	color:transparent;
}
.rs-ac-legend-table tr:nth-of-type(2) td:nth-of-type(2):before {
	content:"Available";
	color:#000000;
	display:block;
	margin:-1em 0em -8em 0em;
	padding-top:.5em;
}
.rs-content a{/*Controls ALL the links in the content on the left hand side*/
	color:#000000;
}
.rs-sidebar-wrapper a{/*Controls ALL the links on the rigth side bar*/
	color:#000000;
}


/*==================================================================================================================================================================
Netbook Responsive Size
====================================================================================================================================================================*/

@media only screen and (max-width: 949px) and (min-width: 769px) {
	
	#masthead {
		width:769px;
	}
	
	.site-branding {
		width: 245px;
		margin-left:5px;
	}
	
	#sliderBG {
		height: 315px;
		width: 100%;
	}
	
	.soliloquy-container {
		min-width:769px;
	}
	
	.menu-item a {
		font-size: 12px;
		padding: 15px 10px;
	}
	
	.main-navigation {
		top:55px;
	}
	
	.main-navigation ul ul a {
		width: 235px;
		padding: 10px 15px;
	}
	
	/*Display 'show menu' link*/
	/*.show-menu {
		display:block;
		width: 300px;
		float: right;
		position: relative;
		top: 70px;
	}*/
	
	.header-widget {
		display:none;
	}
	
	#primary {
		width: 769px;
	}
	
	#main {
		width: 415px;
	}
	
	#main.left {
		width:400px;
		float:left;
		margin-right:15px;
	}
	
	.sidebar {
		width: 340px;
		margin-left: 10px;
	}
	
	.home .entry-title a {
		font-size:40px;
	}
	
	#info-boxes {
		width:769px;
	}
	
	#info-box-1, #info-box-2 {
		margin-right: 35px;
	}
	
	#footer-widgets .inner {
		width:769px;
	}
	
	.info-box {
		width: 230px;
		height: 280px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.info-box img {
		width:220px;
	}
	
	#info-boxes h1 {
		width:220px;
		font-size:28px;
	}
	
	.footer-box {
		width:230px;
	}
	
	#footer-box-1, #footer-box-2 {
		margin-right: 35px;
	}
	
	.footer-box h1 {
		font-size: 28px;
	}
	
	.footer-box .menu-item a {
		font-size: 14px;
	}
	
	#footer-box-3 p {
		font-size: 14px;
	}
	
	.site-info {
		width: 769px;
	}
	
	
} /* End Netbook Responsive Size */

/*==================================================================================================================================================================
Tablet Responsive Size
====================================================================================================================================================================*/

@media only screen and (max-width: 768px) and (min-width: 401px) {
	
	#masthead {
		width:401px;
	}
	
	.site-branding {
		width: 180px;
		margin-left: 10px;
	}
	
	#sliderBG {
		height: 164px;
		width: 100%;
	}
	
	.soliloquy-container {
		min-width:401px;
	}
	
	.soliloquy-container .soliloquy-image {
		max-height:270px;
	}
	
	.menu-item a {
		background:none;
	}
	
	.responsive-menu li > ul, li > ol {
		margin-bottom: 0;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#responsive-menu .responsive-menu li li a {
		font-size:16px;
	}
	
	.header-widget {
		display:none;
	}
	
	#primary {
		width: 401px;
		display: table;
		margin-bottom:25px;
	}
	
	.sidebar {
		width:401px;
		display: table-footer-group;
		float:none;
	}
	
	#main {
		width: 401px;
		display: table-header-group;
		float:none;
	}
	
	#main.left {
		width:401px;
		float:none;
		margin-right:0px;
	}
	
	.home .entry-title a {
		font-size:40px;
	}
	
	#info-boxes {
		width:401px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#info-box-1, #info-box-2, #info-box-3 {
		margin-right: 40px;
		margin-left:40px;
	}
	
	.info-box {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#footer-widgets .inner {
		width:401px;
	}
	
	#footer-box-1, #footer-box-2, #footer-box-3 {
		margin-right: 40px;
		margin-left:40px;
	}
	
	.site-info {
		width: 401px;
	}
	
} /* End Tablet Responsive Size */

/*==================================================================================================================================================================
Smartphone Responsive Size
====================================================================================================================================================================*/

@media only screen and (max-width: 400px) {
	
	#masthead {
		width:320px;
	}
	
	.site-branding {
		width: 180px;
		margin-left: 10px;
	}
	
	#sliderBG {
		height: 144px;
		width: 100%;
	}
	
	.soliloquy-container {
		min-width:320px;
	}
	
	.soliloquy-container .soliloquy-image {
		max-height:270px;
	}
	
	.menu-item a {
		background:none;
	}
	
	.responsive-menu li > ul, li > ol {
		margin-bottom: 0;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#responsive-menu .responsive-menu li li a {
		font-size:16px;
	}
	
	.header-widget {
		display:none;
	}
	
	#primary {
		width: 320px;
		display: table;
		margin-bottom:25px;
	}
	
	.sidebar {
		width:320px;
		display: table-footer-group;
		float:none;
	}
	
	#main {
		width: 320px;
		display: table-header-group;
		float:none;
	}
	
	#main.left {
		width:320px;
		float:none;
		margin-right:0px;
	}
	
	.home .entry-title a {
		font-size:25px;
	}
	
	#info-boxes {
		width:320px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#info-box-1, #info-box-2, #info-box-3 {
		margin-right: 0px;
		margin-left:0px;
	}
	
	.info-box {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#footer-widgets .inner {
		width:320px;
	}
	
	#footer-box-1, #footer-box-2, #footer-box-3 {
		margin-right: 0px;
		margin-left:0px;
	}
	
	.site-info {
		width: 320px;
		top: 20px;
		font-size: 14px;
		font-weight: 400;
	}
	
} /* End Smartphone Responsive Size */