/* # Genesis Sample Child Theme  
Theme Name: Spa Carmen Theme  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the Spa Carmen theme based on the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


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

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */


/* # Custom CSS
---------------------------------------------------------------------------------------------------- */

body {
    -webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
	from{ 	opacity: 1; }
	to{	opacity: 1; }
}

.site-header {
    position: relative;
    width: auto;
    margin: 0 auto;
/*    background: url(images/header-outer.png) repeat-x left top;*/
}
.home .site-header {
    height: 900px;
    background: #000 url(images/home-bg.jpg) no-repeat center top;
}
.site-header > .wrap {
	height: 182px;
    padding: 0;
    background: url(images/header-bg.png) no-repeat center top;	
}
.home .site-header > .wrap,
.site-header .header-inner {
    position: relative;
    height: 130px;
    min-height: 130px;
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
	background: transparent;
}
.header-image .site-title {
    position: absolute;
    width: auto;
    left: 45px;
    top: 26px;
    padding: 0;
}
.header-image .site-title > a {
    width: 391px;
    height: 104px;
}
.site-header .widget-area {
    position: absolute;
    top: 12px;
    right: 50px;
    width: auto;
}
.header-widget-area .widget a,
.footer-widgets .widget a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 3px;
    background: url(images/social.png) no-repeat;
}
.header-widget-area .widget a.tw,
.footer-widgets .widget a.tw {
    background-position: -49px center;
}
.header-widget-area .widget a.gp,
.footer-widgets .widget a.gp {
    background-position: -97px center;
}
.header-widget-area .widget a.ig,
.footer-widgets .widget a.ig {
    background-position: -146px center;
}
.header-widget-area .widget a.mail,
.footer-widgets .widget a.mail {
    background-position: -193px center;
}

.nav-primary {
    position: absolute;
    top: 93px;
    right: 28px;
    background: transparent;
}
.nav-primary > .wrap {
    padding: 0;
}
.genesis-nav-menu a {
    padding: 0 18px 6px;
    font-size: 14px;
    text-transform: uppercase;
}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #ffcc32;
}
.genesis-nav-menu .sub-menu {
    width: 188px;
    margin: -1px 0 0 5px;
    padding: 4px 0;
    background: #ffcc32;
    border: none;
    border-radius: 10px;
}
.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item a {
    width: 170px;
    margin: 0 9px;
    padding: 0 19px 6px; /* 12px 8px */
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    background: transparent;
    border: none;
    border-top: 1px solid #927b30;
    color: #252525;
}
.genesis-nav-menu .sub-menu a:hover {
	text-decoration: underline;
}
.nav-primary .genesis-nav-menu .sub-menu li:first-child a {
    border-top: none;
}

.site-header > .wrap + .widget,
.site-header + .widget {
    position: relative;
    width: 844px;
    height: 341px;
    margin: -571px auto 230px;
}
.site-header + .widget a,
.site-header + .widget a:hover {
    display: inline-block;
    font-size: 24px;
    line-height: 342px;
    color: #ffcc32;
}
.site-header + .widget a.left {
    padding-left: 65px;
}
.site-header + .widget a.right {
    float: right;
    width: 180px;
    margin-right: 3px;
}
.site-header + .widget + .widget {
    height: 440px;
    font-weight: 300;
    text-align: center;
    line-height: 24px;
    background: url(images/about-bg.png) left top;
    color: #ccc;
}
.site-header + .widget + .widget .column-grid {
    width: 1120px;
    margin: 0 auto;
}
.site-header + .widget + .widget .column {
    width: 226px;
    margin: 0 0 0 72px;
    padding: 236px 0 0;
    background: url(images/about1.png) no-repeat center 100px;
}
.site-header + .widget + .widget .column:first-child {
    margin: 0;
}
.site-header + .widget + .widget .about2 {
    background-image: url(images/about2.png);
}
.site-header + .widget + .widget .about3 {
    background-image: url(images/about3.png);
}
.site-header + .widget + .widget .about4 {
    background-image: url(images/about4.png);
}
.site-header + .widget + .widget span {
    display: inline-block;
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: normal;
    color: #ffcc32;
}
.site-header + .widget + .widget + .widget {
    background: url(images/services-outer.png) repeat-x left top;
}
.site-header + .widget + .widget + .widget .widget-wrap {
    width: auto;
    height: 750px;	/* 960px */
    background: url(images/services-inner.png) no-repeat center top;
}
.widget .services {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #7a8085;
    color: #474c51;
}
.widget h4.widget-title {
    margin: 0 0 1px;
    padding: 52px 0 0;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
}
.widget .services h4.widget-title,
.widget .contact-us h4.widget-title {
    color: #474c51;
}
.widget .services em,
.widget .contact-us em {
    text-transform: uppercase;
    color: #7a8085;
}
.widget .services .column-grid {
    margin: 150px 0 0;
}
.widget .services .column {
    width: 385px;
}
.widget .services .column p {
    height: 85px;
    margin: 0 0 44px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}
.widget .services .column span {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: normal;
}
.widget .services .column-first {
    text-align: right;
}
.widget .services .column-first p {
    padding-right: 68px;
    background: url(images/crown-icon.png) no-repeat right top;
}
.widget .services .column-last {
    text-align: left;
}
.widget .services .column-last p {
    padding-left: 68px;
    background: url(images/crown-icon.png) no-repeat left top;
}
.widget .services a.book,
.widget .services a.view {
    display: inline-block;
    position: absolute;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 50px;
    color: #ffcc32;
}
.widget .services a.book {
    width: 312px;
    padding: 0 0 0 45px;
    left: 100px;
    top: 833px;
    text-align: left;
}
.widget .services a.view {
    width: 290px;
    padding: 0 45px 0 0;
    right: 65px;
    top: 725px;
    text-align: right;
}

.home .site-inner {
    display: none;
}

.widget .reviews {
    height: 440px;
    text-align: center;
    background: #ffcc32;
    color: #fff;
}
.widget h4.widget-title {
    color: #fff;
}
.widget .reviews h4.widget-title {
    margin: 0 0 3px;
    padding: 60px 0 0;
}
.widget .reviews h4.widget-title + p {
    margin: 0 0 55px;
}
.widget .reviews em {
    text-transform: uppercase;
}
.home-reviews .cycle-slideshow {
    width: 634px;
    margin: 0 auto;
}
.review_content.cycle-slide {
    width: 100%;
    padding: 22px 18px 13px;
    font-size: 18px;
    text-align: center;
    border-radius: 12px;
    background: #fff;
    color: #474c51;
}
.review_content.cycle-slide p {
    margin: 0;
    line-height: 22px;
}
.review_content.cycle-slide p.stars {
    margin: 8px 0 0;
}
.review_content .stars span {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 3px;
    background: url(images/star.png) no-repeat;
}
.review_content.cycle-slide .name {
    color: #a3a5a8;
}
.review-nav > span {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 32px;
    background: url(images/slide-nav.png) no-repeat;
}
.review-nav > #prev_review {
    left: -213px;
}
.review-nav > #next_review {
    right: -213px;
    background-position: -50px 0;
}

.site-inner + .widget + .widget {
    background: url(images/contact-outer.png) repeat-x left top;
}
.site-inner + .widget + .widget > .widget-wrap {
    width: auto;
    height: 884px;
    background: url(images/contact-bg.png) no-repeat center top;
}
.widget .contact-us {
    position: relative;
    width: 770px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #474c51;
}
.widget .contact-us h4.widget-title {
    padding: 112px 0 0;
}
.contact-us .gform_wrapper {
    max-width: none;
    margin: 82px 0 48px;
}
body .contact-us .gform_wrapper label.gfield_label + div.ginput_container {
    margin: 0 0 20px;
}
.widget .contact-us label {
    display: none !important;
}
.contact-us ::-webkit-input-placeholder {
   color: #a3a5a8;
}
.contact-us :-moz-placeholder { /* Firefox 18- */
   color: #a3a5a8;
}
.contact-us ::-moz-placeholder {  /* Firefox 19+ */
   color: #a3a5a8;
}
.contact-us :-ms-input-placeholder {  
   color: #a3a5a8;
}

.contact-us .gform_wrapper input[type="text"],
.contact-us .gform_wrapper textarea {
    padding-right: 15px;
    font-style: italic;
    border: 2px solid #9ea1a4;
    border-radius: 10px;
    background: transparent;
    color: #9ea1a4;
}
.contact-us .gform_wrapper input[type="text"] {
    padding-left: 55px;
    padding-right: 15px;
    height: 60px;    
}
.contact-us .gform_wrapper .name input {
    background: url(images/name.png) no-repeat 15px center;
}
.contact-us .gform_wrapper .email input {
    background: url(images/mail.png) no-repeat 15px center;
}
.contact-us .gform_wrapper textarea.large {
    height: 200px;
    padding: 13px 15px;
}
.contact-us .gform_wrapper .gform_footer {
    padding-top: 12px;
    text-align: center;
}
.contact-us .gform_footer input[type="submit"] {
    width: 170px;
    height: 60px;
    font-weight: normal;
    background: #474c51;
    border-radius: 10px;
    color: #ffcc32;
}
.contact-us .gform_wrapper ~p span {
    display: inline-block;
    height: 26px;
    font-weight: 300;
    line-height: 26px;
}
.contact-us .gform_wrapper ~p strong {
    font-weight: normal;
}
.contact-us .gform_wrapper ~p span.address {
    float: left;
    padding-left: 27px;
    background: url(images/marker.png) no-repeat left center;
}
.contact-us .gform_wrapper ~p span.phone {
    float: right;
    padding-left: 34px;
    background: url(images/phone.png) no-repeat left center;
}

.footer-widgets {
    padding: 0;
    text-align: center;
	background: #000 url(images/footer-outer.png) repeat-x left top;    
}
.footer-widgets .wrap {
    max-width: none;
    padding: 325px 0 0;
	background: url(images/footer-bg.png) no-repeat center top;    
}
.footer-widgets-1 {
    float: none;
    width: auto;
    margin: 0;
}

.site-footer {
    padding: 103px 0 114px;
    color: #fff;
	background: #000;
}
.site-footer a {
    color: #ffcc32;
}

.site-inner {
	max-width: none;
	padding: 25px 0 0;
	background: #e4e4e4;
}
.site-inner .content-sidebar-wrap {
	width: 1200px;
	margin: 0 auto;
	background: transparent;
}
.site-inner .content {
	margin: 0 0 8px;
	padding: 0 95px;
	background: url(images/crown-icon.png) no-repeat 20px top;
}
.site-inner .content .entry {
	padding: 0;
	background: transparent;
}
h1, site-inner .content .post h1.entry-title,
h3, h4, h6 {
	font-weight: normal;
}
h2, h5 {
	font-weight: bold;
}
h1, h2, h3, h4 {
	color: #474c51;	
}
h1, .site-inner .content .post h1.entry-title {
	font-size: 30px;
}
h1, h2 {
	margin: 0 0 22px;	
}
.site-inner .content .post h1.entry-title {
	margin: 0 0 4px 17px;
}
.site-inner .content .post h1.entry-title,
h2, h3 {
	font-size: 24px;
}
h3 {
	margin: 0 0 20px;
}
h4 {
	margin: 0 0 19px;
	font-size: 18px;
}
h5, h6 {
	font-size: 17px;
	color: #c49505;
}
h5 {
	margin: 0 0 14px;
}
h6 {
	margin: 0 0 25px;
}
.site-container {
	width: auto;
	min-width: 1200px;
}
.site-inner .content h1.entry-title,
.site-inner .content h1.blog-heading {
	margin: 0 0 20px;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
}
h5 {
	text-transform: uppercase;
}
body .entry-content {
	width: auto;
	max-width: 960px;
	margin-left: 20px;
	font-weight: 300;
	line-height: 16px;
	color: #474c51;
}
body .entry-content p {
	margin: 0 0 16px;
}
body .entry-content em {
	font-size: 15px;
}
body .entry-content a.button,
body .entry-content a.button:hover {
	display: inline-block;
	height: 50px;
	margin: 22px 0 0;
	padding: 0 45px 0 70px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	background: url(images/button-bg.png) repeat-x;
	border-radius: 10px;
	color: #ffcc32;
}

.sidebar-primary {
	width: 380px;
	margin: -10px 0 0;
}
.sidebar-primary .widget {
	width: 294px;
	padding: 0;
}
.sidebar-primary .widget:first-child {
	padding-top: 35px;
	background: transparent;
}
.sidebar-primary .widget:first-child > .widget-wrap {
	padding: 0 0 44px;
	background: #fff;
	border-radius: 23px;
}
.sidebar-primary .inner {
	position: relative;
	top: -35px;
	background: url(images/sidebar-queen.png) no-repeat center top;
}
.widget h4.widget-title {
	font-family: Roboto, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	color: #222;
}
.sidebar-primary .widget:first-child h4.widget-title {
	padding: 100px 0 0 80px;
	text-align: left;
	background: url(images/sidebar-mail.png) no-repeat 30px 108px;
}
.sidebar-primary .inner > p {
	margin: 0 0 10px;
	padding: 0 35px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
	color: #3f3f3f;
}
.sidebar-primary .widget:first-child form {
	margin: 0 18px 0 36px;
}
.sidebar-primary .widget:first-child input[type="text"],
.sidebar-primary .widget:first-child input[type="email"] {
	width: 229px;
	height: 38px;
	margin: 0 0 9px;
	padding: 12px;
	font-size: 14px;
	font-style: italic;
	border: none;
	background: #e4e4e4;
	color: #898987;
}
.sidebar-primary ::-webkit-input-placeholder {
   color: #898987;
}
.sidebar-primary :-moz-placeholder { /* Firefox 18- */
   color: #898987;  
}
.sidebar-primary ::-moz-placeholder {  /* Firefox 19+ */
   color: #898987;  
}
.sidebar-primary :-ms-input-placeholder {  
   color: #898987;  
}
.sidebar-primary .widget:first-child button[type="submit"] {
	display: inline-block;
	float: right;
	width: 150px;
	height: 41px;
	margin: 5px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	border-radius: 8px;
	background: transparent url(images/sidebar-button-bg.png) repeat-x !important;
	color: #ffcc32 !important;
}
.archive .content .entry-content a.more-link,
.blog .content .entry-content a.more-link {
	display: inline-block;
	float: right;
	width: 190px;
	height: 31px;
	margin: 12px 0 9px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;		/* IE8 needs this :( */
	line-height: 1px;	/* IE8 needs this :( */
	background: url(images/read-full.png) no-repeat;
}
.post .addtoany_share_save_container {
	margin: 41px 0 17px;
}
.post .entry-footer,
.post + #respond {
	margin-left: 20px;
}
.entry-footer .entry-meta {
	padding: 8px 0 0;
	line-height: 20px;
}
.entry-footer .entry-meta + .entry-meta {
	padding: 0 0 7px;
	border-top: none;
	border-bottom: 2px solid #f5f5f5;
}
.single .site-inner .content .entry {
	margin-bottom: 35px;
}
.archive .site-inner .content .entry,
.blog .site-inner .content .entry {
	margin-bottom: 36px;
}
.single .post .entry-content > p:first-child img.size-full {
	margin-bottom: 25px;
}
.archive .post .entry-content > a img,
.blog .post .entry-content > a img {
	margin-bottom: 17px;
}

/* # Spa Carmen CSS
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #ecedee;
}
.widget .reviews,
.footer-widgets,
.site-footer {
	background: #a0d6cd;
}
.site-footer {
	padding: 51px 0 42px;
}
.site-footer a {
	color: #339999;
}
.footer-widgets {
	background: #a0d6cd url(images/footer-outer.png) repeat-x left top;    
}
.footer-widgets .wrap {
	padding-top: 121px;
}
.footer-widgets .footer-widgets-1 {
	padding-top: 210px;
	background: url(images/footer-logo.png) no-repeat top center;
}
.footer-widgets .widget a {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 9px;
    background: url(images/footer-social.png) no-repeat;
}
.footer-widgets .widget a.tw {
    background-position: -102px center;
}
.footer-widgets .widget a.gp {
    background-position: -202px center;
}
.footer-widgets .widget a.ig {
    background-position: -303px center;
}
.footer-widgets .widget a.mail {
    display: none;
}
.footer-widgets .widget a.yelp {
    background: url(images/yelp-footer.png) no-repeat center;
}
.widget .reviews h4.widget-title,
.widget .contact-us h4.widget-title {
	font-size: 48px;
    font-weight: normal;
    text-transform: uppercase;
}
.widget .contact-us h4.widget-title {
	padding: 145px 0 0;
}
.contact-us .gform_footer input[type="submit"] {
	color: #a0d6cd;
}
.widget .reviews {
	height: 416px;
}
.widget .reviews h4.widget-title {
	padding: 65px 0 0;
	color: #fff;
}
@media (min-width: 2881px) {
	.site-container {
		background: url(images/header-outer.png) repeat-x left top;
	}
}
.site-header,
.home .site-header {
	background: transparent;
}
.site-header > .wrap,
.home .site-header > .wrap {
	position: relative;
	height: auto;
    min-height: 170px;
	width: auto;
    max-width: none;
	background: url(images/header-bg.png) no-repeat center top;
	z-index: 200;
}
.site-header .wrap2,
.home .site-header .wrap2 {
	position: relative;
	width: 1200px;
    max-width: 1200px;
	margin: 0 auto;
}
.header-image .site-title {
	left: 50%;
    top: 59px;
    margin-left: -107px;
}
.header-image .site-title > a {
	width: 214px;
    height: 47px;
	min-height: 0;
	background: transparent;
}
.site-header .widget-area {
	top: 6px;
	right: 15px;
}
.header-widget-area .widget a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    background: url(images/header-social.png) no-repeat;
}
.header-widget-area .widget a.tw {
	background-position: -34px center;
}
.header-widget-area .widget a.gp {
	background-position: -68px center;
}
.header-widget-area .widget a.ig {
	background-position: -102px center;
}
.header-widget-area .widget a.mail {
	display: none;
}
.header-widget-area  .widget a.yelp {
    background: url(images/yelp-header.png) no-repeat center;
}

.nav-primary {
	top: 81px;
    left: 160px;
}
.nav-primary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a {
	padding: 0 19px 6px;
	color: #8d8c8b !important;
}
.nav-secondary {
	position: absolute;
    top: 81px;
    right: 157px;
    background: transparent;
}
.nav-secondary > .wrap {
    padding: 0;
}
.home .site-header {
	height: auto;
}
.site-header .home-slides {
    position: relative;
	width: 1047px;
    top: -41px;
    margin: 0 auto;
	line-height: 1px;
}
.site-header .home-slides #prev_slide,
.site-header .home-slides #next_slide {
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(images/slide-nav.png) no-repeat;
	top: 50%;
	margin-top: -25px;
	z-index: 200;
	cursor: pointer;
}
.site-header .home-slides #prev_slide {
	left: 0;
}
.site-header .home-slides #next_slide {
	right: 0;
	background-position: -50px 0;
}
.site-inner {
	background: #ecedee;
}
#prev_review, #next_review {
	cursor: pointer;
}
.site-header + .widget {
	display: none;
}
.site-header + .widget + .widget {
	margin-top: -41px;
}
.site-header + .widget + .widget .column h3 {
	color: #9ed4cb;
}
.site-header + .widget + .widget .column p {
	line-height: 18px;
}
.widget .services {
	color: #b7bdc3;
}
.widget .services h4.widget-title {
	padding-top: 65px;
	font-size: 48px;
	font-weight: normal;
    text-transform: uppercase;
	color: #fff;
}
.widget .services .column-grid {
	margin: 90px 0 0;
}
.widget .services .column {
	width: 390px;
}
.widget .services .column-first p,
.widget .services .column-last p {
	background: transparent;
	color: #a6a8a9;
}
.widget .services .column-first p {
	padding-left: 62px;
	padding-right: 42px;
	text-align: left;
}
.widget .services .column-last p {
	padding-left: 39px;
	padding-right: 65px;
}
.widget .services .column p {
	margin: 0 0 36px;
}
.widget .services .column p + p {
	margin: 0 0 42px;
}
.widget .services .column span {
	white-space: nowrap;
	color: #fafcfe;
}
.widget .services .column-first span {
	display: inline-block;
	width: 100%;
	padding-right: 3px;
	text-align: right;
}
.widget .services a.book {
	width: 348px;
	height: 50px;
	top: 607px;
	left: 50%;
	margin-left: -174px;
	padding: 0;
	text-align: center;
	color: #a0d6cd;
}
.genesis-nav-menu .sub-menu {
	background: #9ed4cb;
}
.nav-primary .genesis-nav-menu .sub-menu a,
.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #fff !important;
	border: none;
}