/*
	TTheme Name:  Strickly Hey-Wake
	Theme URI:  http://strictlyheywake.com/
	Description: A mobile responsive and HTML5 theme built for Strickly Hey-Wake
	Author: DatAchieve
	Author URI: http://www.datachieve.com/

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

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

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #333;
	font-family: coronette, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300 !important;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}
.entry-content a{
	text-decoration:underline;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

a:hover {
	color: #00a4ae;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

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

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

cite {
	font-style: normal;
}

.highlight-green {
	color: #3f841c;
}

.highlight-pastelred {
	color: #e83842;
}

.highlight-red {
	color: #ae0a00;
}

.hw-subhead{
	width:100%;
	background:#00a4ae;
	color:#FFFFFF;	
	padding:10px;
}

.hw-center-caption{
	text-align:center;
	color:#8B8B8B;
	font-size:12px;
	font-style:italic;
	display:block;
	width:100%;
}

.hw-white{
	color:#FFFFFF;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #E83842;
	font-family: zalderdash, sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
    height: auto;
}

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

.entry-content img{
	border:solid 6px #edbeb5;	
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	font-family: "museo-slab",serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

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

.button {
	border-radius: 3px;
	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;
	margin-bottom: 4rem;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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


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

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

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

.home .site-inner {
	background: #FADEC0;
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

 .site-inner {
	/*background: url(images/interior-pg-bg.jpg) top left no-repeat;*/
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

.site-container {
	background-color: #FADEC0;
}

.home-featured {
	margin-top: -140px;
	padding: 40px 0;
	padding: 4rem 0;
	position: relative;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
	padding: 0 2rem;
}

.home-featured-left .widget-title {
	color: #fff;
	background: #E83842;
	font-size: 30px;
	border-top-left-radius: 24px;
	-webkit-border-top-left-radius: 24px;
	-moz-border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-bottom-left-radius: 24px;
	font-size: 3.0rem;
	padding: 10px 10px 10px 30px;
}

.home-featured-right {
	background-color: #00a4ae;
	padding: 20px 20px 50px 20px;
	padding: 2rem 2rem 5rem 2rem;
}

.home-featured-right .widget-title {
	color: #fff;
}

.below-featured-full .metaslider .slides img {
	border: 4px solid #ebcba7 !important;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
	padding: 4rem !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
	margin: 0 0 3rem !important;
}

.home .sharedaddy.sd-sharing-enabled {
	display: none;
}

.below-featured {
	padding: 40px;
	padding: 4rem;
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.home-bottom {
/*    background: #ebcba7 url(images/home-bottom-borderBG.png) repeat-x;
*/
	background:url('images/1950s-Patterns_Stars-and-Shapes.jpg');
	padding: 40px 0;
	padding: 4rem 0;
	position: relative;
	min-height:360px;
}


.home-bottom li {
	list-style-type: none;
}

.home-bottom .widget {
	padding: 30px;
	padding: 3rem;
}

.home-bottom-1 .widget-title {
	color: #00a4ae !important;
}

.home-bottom-1 {
	width: 100%;
	position:relative;
}

.home-bottom-1 h2 {
	font-size: 21px;
	margin-bottom: 8px;
}

p.byline.post-info {
	color: #00a4ae;
	font-size: 12px;
	margin-bottom: 10px;
}

div.home-bottom-1 .post {
	border-bottom: 1px solid #fff;
}

a.more-link {
	color: #bb342a;
	display: block;
}

.home-bottom .simple-social-icons ul li a {
	padding: 40px !important;
	padding: 4rem !important;
}

.home-bottom .simple-social-icons ul li {
	margin: 0 0 30px !important;
	margin: 0 0 3rem !important;
}

.tag-line {
	font-family: zalderdash, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #E83842;		
	float:	right;
	position: relative;
/*OLD
	z-index: 1000;
*/
	z-index:1;
	margin-top: -35px;
	padding-right: 20px;
	display: inline-block;
    position: relative;
    -webkit-transform: rotate(-2deg) skew(-2deg, 0);
       -moz-transform: rotate(-2deg) skew(-2deg, 0);
        -ms-transform: rotate(-2deg) skew(-2deg, 0);
         -o-transform: rotate(-2deg) skew(-2deg, 0);
            transform: rotate(-2deg) skew(-2deg, 0);
}
.site-slider {
	background-color: #FADEC0;
	width: 100%;
	max-width: 1140px;
	position: relative;
	margin: 65px auto 60px auto;
}

#rev-slider-widget-2 {
	background-color: #FADEC0;
	/*margin-top: -420px;*/
}
#rev_slider_1_1_wrapper {
 	z-index: 10;
	
}
.slider-mask {
	width: 100%;
	position: relative;
	z-index: 90;
	margin: 0 auto;
}
.slider-mask .widget-wrap {
	margin: 0 auto;
}
.slider-mask .widget-wrap h4 {
	display: none;
}
.site-slider p {
	margin: 0;
}

.site-slider-left {
	float: left;
	width: 50%;
}

.site-slider-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-slider {
	margin-top: 600px;
	margin-top: 60rem;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

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

/* Content */

.content {
	background: #fff;
	float: left;
	width: 780px;
	border-top-left-radius: 24px;
}

.page .content, 
.single .content, 
.archive .content, 
.error .content {
	margin-bottom: 40px;
}

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

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


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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

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

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

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

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

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

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

a.alignleft,
a.alignright {
	border: none;
}

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

.gallery-caption {
}

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

.widget_calendar table {
	width: 100%;
}

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

img.alignright.size-medium.wp-image-95,
img.alignright.size-medium.wp-image-108,
img.alignright.size-large.wp-image-77,
img.alignright.size-full.wp-image-82,
img.alignnone.size-full.wp-image-84,
img.alignright.size-medium.wp-image-126 {
	padding: 5px;
	border: 1px solid #ccc;
}

a.patient-portal-btn {
	padding: 15px 50px;
	background:  #00a4ae;
	border-radius: 8px;
	color: #fff;
	margin: 0 auto;
	width: 245px;
	display: block;
}

a.patient-portal-btn:hover {
	background: #e83842;
}

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-family: "museo-slab",serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}



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

.entry-title {
	background: #E83842;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	padding: 14px 10px 10px 20px;
	border-top-left-radius: 24px;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a {
	border: none;
	color: #fff;
}

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

.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

#home-featured .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

 .home-bottom .widget-title {
	 color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-transform: none;
 }
 
.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

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

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
}

.sidebar .enews-widget .widget-title {
	color: #fff !important;
}

.home input#subbox {
	width: 100% !important;
}

.home .enews-widget input[type="submit"] {
	background-color: #80caa5 !important;
	color: #fff;
	margin: 0;
	padding: 10px !important;
	width: 100% !important;
}

.enews input#subbox {
	width: 70%;
}

.enews-widget input[type="submit"] {
	background-color: #80caa5 !important;
	color: #fff;
	margin: 0;
	padding: 10px !important;
	width: 25% !important;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

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

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

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #FADEC0;
	width: 100%;
	background-image: url(images/header-green-polka-bg.gif);
	background-repeat: repeat;
	background-position: center top;
	height: 289px;
}
.email a:hover {
    color: #00a4ae;
}
.email a {
       color:#f5d7b8;

}

.page.page-id-5  .site-header {
	background-image: url(images/site-headerBG-alt2.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.page.page-id-7  .site-header {
	background-image: url(images/site-headerBG-alt4.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.page.page-id-13  .site-header {
	background-image: url(images/site-headerBG-alt2.jpg);
	background-repeat: repeat;
	background-position: center top;
}

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

.title-area {
	padding: 18px 0;
	padding: 1.8rem 0;
	position: relative;
	z-index: 999;
	width: 405px;
	margin: 0 auto;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	background-image: url(images/logo-hw.png);
	background-repeat: no-repeat;
	font-size: 24px;
	font-size: 2.4rem;
	height: 165px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	text-indent: -9999px;
}

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

.site-title, .site-title a, .title-area, .title-area a:hover {
	display: block;
	text-decoration: none;
	height: 200px;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

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

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

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 405px;
}

.chair-girl {
	background-size: cover;
	width: 300px;
	height: 400px;
	position:relative;
	z-index:5;
}
.chair-girl-widget {
	width: 300px;
	height: 400px;
	z-index: 40;
	margin: 0 0 0 55px;
	position: relative;
	float: left;
}

/* Animations
----------------------------------------------------------------------------- */

/* ------------------------------------------
Swing-Girl Animation
--------------------------------------------- */
.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes swing { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
} 
@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}

/* ------------------------------------------
Arrow Animation
--------------------------------------------- */
@-webkit-keyframes pulse_animation {
	0% { -webkit-transform: scale(1); }
	30% { -webkit-transform: scale(1); }
	40% { -webkit-transform: scale(1.08); }
	50% { -webkit-transform: scale(1); }
	60% { -webkit-transform: scale(1); }
	70% { -webkit-transform: scale(1.05); }
	80% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(1); }
}

.pulse {
	-webkit-animation-name: 'pulse_animation';
	-webkit-animation-duration: 1000ms;
	-webkit-transform-origin:70% 70%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

.hw-play-btn{
	text-align:center;
	color:#FFFFFF;
	font-size:34px;
	margin-top:110px;
	margin-left:-56px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.hw-tv{
	background:url('images/tv.jpg');
	width:407px;
	height:267px;
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	z-index:5;
	
	-webkit-box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
}

@-moz-keyframes bouncing {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -moz-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@-webkit-keyframes bouncing {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}



@keyframes bouncing {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}


.arrow {
  width:721px;
  height:224px;
  background-image:url('images/arrow.png');
  background-size: contain;
  background-repeat:no-repeat;
  position:relative;
  z-index:10;
  display:block;
}
.arrow-no{
	display:none;
}
.arrow-no-text{
	display:none;
}

.bouncing {
  -moz-animation: bouncing 1s infinite;
  -webkit-animation: bouncing 1s infinite;
  animation: bouncing 1s infinite;
}



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

.site-header .widget-area {
	color: #4c4848;
	float: right;
	letter-spacing: 1px;
	margin: -200px auto;
	text-align: right;
	width: 1140px;
}

.site-header .widget-area p {
	margin-bottom: 8px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

div.contact-line {
		display: inline;
		font-size: 14px;
		font-weight: 700;
		padding-left: 5px;
}


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

/* Mobile Navigation control */
#header {
	display: none;
}

@media only screen and (max-width: 768px) {

	/* Mobile Navigation */
	
	.admin-bar .nav-primary {
    	top: 28px;
	}

	.site-container .nav-primary, .sub-menu#mm-1 .sub {
		display: none;
	}
	
	.menu-primary a {
		text-align: left !important;
	}

	.mm-page #header {
	    display: block;
	    position: absolute;
		z-index: 99999;
	}

	.mm-page #header a {
	    display: block;
	    height: 64px;
	    text-align: center;
	    width: 64px;
	}

	.mm-page #header a i {
	    font-size: 20px;
	    line-height: 64px;
	    width: 63px;
	}
	
	.fa {
		color: #fff;
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		background: #E83842;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

}

.site-container .genesis-nav-menu {
	clear: both;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: coronette, sans-serif;
	text-align: right;
	height: 44px;
	line-height: 1.6;
	width: 100%;
	position: relative;
	z-index: 50;
}

.site-container .genesis-nav-menu .menu-item {
	display: inline-block;
}

.site-container .genesis-nav-menu a {
	border: none;
	color: #333333;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 13px;
	padding: 1.0rem;
	position: relative;
}

.site-container .genesis-nav-menu a:hover,
.site-container .genesis-nav-menu .current-menu-item > a,
.site-container .genesis-nav-menu .sub-menu .current-menu-item > a:hover {

}

.site-container .genesis-nav-menu > .menu-item > a {
	font-weight: 700;
	text-transform: uppercase;
}

.site-container .genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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: 160px;
	z-index: 999999;
	padding-top:1px;
}

.site-container .genesis-nav-menu .sub-menu a {
	background-color: #FADEC0;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 180px;
}

.site-container .genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

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

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

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

.site-container .genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

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

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

.site-container .genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

.genesis-nav-menu .sub-menu .sub {
	display: none;
}

span.sub {
	color: #f5cacc;
	font-family: "museo-sans",sans-serif;
	font-style: italic;
	font-size: small;
	font-weight: 300;
	text-transform: none;
}

.menu-primary a {
	text-align: center;
}

.site-container .genesis-nav-menu .mobile-menu {
	display: none;
}

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

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

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

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

.nav-primary {
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2A7060;
}

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

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #e83842;
	border-bottom: 1px solid #f39399;
}

.nav-primary .sub-menu a:hover {
	color: #f5cacc;
}

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

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #333;
	margin: 0 20px;
	margin: 0 2rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #ae0a00;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

ul#menu-footer-menu {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "museo-sans",sans-serif;
	padding: 20px 0;
	padding: 2rem 0;
	text-align: center;
}

ul#menu-footer-menu a {
	font-weight: 300;
	text-shadow: none;
	box-shadow: none;
}

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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

div.entry-content {
	padding: 20px 40px;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
	padding-left: 3rem;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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 .search-form {
	width: 50%;
}

.entry-meta {
	font-family: "museo-sans",sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding: 0 40px;
}

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

.entry-categories,
.entry-tags {
	display: block;
	padding-left: 40px;
}

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

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "museo-sans",sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

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

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

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

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	background: #edbeb5;
	float: right;
	width: 360px;
}

.sidebar .widget-title {
	color: #00a4ae;
	font-size: 21px;
	font-size: 2.1rem;
}

.sidebar h2 a {
	font-size: 19px;
}

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

.sidebar img {
}

#gallery-1 img {
	border: 2px solid #fff !important;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 0;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "museo-sans",sans-serif;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem; 
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

.sidebar .enews-widget {
	background-color: #00a4ae;
	padding-bottom: 40px;
}


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

.footer-widgets {
	background: url(images/sh-footer-bg.png) repeat;
	clear: both;
	text-align: center;
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

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

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

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

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

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

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

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

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

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

.site-footer {
	border-top: 4px solid #ebcba7;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 30px 0;
	padding: 3rem 0;
	text-align: center;
}

.site-footer a {
	color: #00a4ae;
}

.site-footer p {
	color: #333;
}

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

.site-footer a {
	border: none;
	font-family: coronette, sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
}

.site-footer p {
	font-family: coronette, sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
}

a.gototop {
	margin-top: 10px;
	float: right;
}

.site-header .simple-social-icons {
	float: right;
	margin-top: 30px;
}

/*
Additional Styles
---------------------------------------------------------------------------------------------------- */
.hw-second h4{
	margin-left:40px;
}
.hw-address{
	margin:60px 0 0 40px;
}
.hw-address-wrap{
	padding-bottom:20px;
}
.hw-nolink a{
	cursor:default;
}
.hw-nolink .sub-menu a{
	cursor:pointer;
}

.ngg-gallery-thumbnail img{
	border-radius:50%;
	min-height:120px;
	border:none;
	background-color:#E83842 !important;
	box-shadow: 4px 4px 0px 0px rgba(145,169,143,0.6);
}

.ngg-widget img{
	border-radius:50%;
	min-height:92px;
	border:solid 3px #E83842 !important;
	background-color:#E83842 !important;
	box-shadow: 4px 4px 0px 0px rgba(145,169,143,0.6);
}

.ngg-album-compactbox{
	padding:0px !important;
	border:none !important;
	border-radius:0px !important;	
}

.ngg-album-compactbox img{
	border-radius:50%;
	min-height:120px;
	max-width:120px !important;
	border:none;
	background-color:#E83842 !important;
	padding:4px !important;
	box-shadow: 4px 4px 0px 0px rgba(145,169,143,0.6);
}

.ngg-album-compactbox .Thumb{
	border:none !important;
	padding:4px !important;
}

.ngg-album-compactbox:before{
	border:none !important
}
.ngg-album-compactbox:after{
	border:none !important;
}

.ngg-album-compact a{
	text-align:center;
}

.ngg-album-gallery-image-counter{
	display:none;
}


.widget-wrap .entry-title{
	background:none;
	padding:0px;
	border-radius:0px;
	font-size:2.1rem;	
}

.hw-widget-gallery-title-fix{
	padding-top:0px !important;
}



.ngg-gallery-thumbnail img:hover{
	background-color:#00a4ae !important;	
	box-shadow: 4px 4px 0px 0px rgba(232,56,66,0.6);
}

.hw-gallery-next{
	width:120px;
	display:block;
	border-radius:50%;
	min-height:120px;
	max-height:120px;
	border:solid 4px #E83842;
	background:url('images/sh-footer-bg.png');
	background-repeat:repeat;
	box-shadow: 4px 4px 0px 0px rgba(145,169,143,0.6);
	margin:12px auto 0 auto;
	color:#333;
	text-decoration:none !important;
	font-size:20px;
	text-align:center;
	padding-top:40px;
	font-size:18px;
}

.hw-gallery-next2 {
	padding-top:18px;
	padding-left:14px;
	padding-right:14px;
}

.hw-gallery-next:hover{
	border-color:#00a4ae;	
}

.hw-gallery-rtu{
	padding-top:30px;
}

.hw-wrap{
	padding-bottom:20px;
}

.hw-featured-image{
	margin-top:-15px;
	position:relative;
}
.hw-featured-image img{
	border-bottom:8px solid #E83842;
	max-height:318px;
}

.hw-gallery-nav-title{
	position:relative;
	padding-top:80px !important;
}
.hw-gallery-nav-title h4{
	position:absolute;
	background:#00a4ae;
	top:10px;
	color:#FFFFFF !important;
	width:100%;
	left:10px;
	padding:13px 13px 13px 32px;
	box-shadow: 5px 5px 0px 0px rgba(0,110,138,0.2);
	-webkit-border-top-left-radius:24px;
	-webkit-border-bottom-left-radius:24px;
}


.hw-image-overlay{
	background:url('images/1950s-Patterns_Sparkles-2.jpg');
	background-repeat:repeat;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	opacity: 0.15;
    filter: alpha(opacity=15); /* For IE8 and earlier */
	max-height:310px;
}

.frm_submit input[type="submit"]{
	background:#E83842 !important;
	font-family:coronette, sans-serif;
	float:right;
	box-shadow: 4px 4px 0px 0px rgba(145,169,143,0.6);
}


.hw-top-address{
	clear:both;
	width:300px;
	position:relative;
	z-index:100;
	float:right;
	margin:20px 0;
	color:#FFFFFF;
}

.hw-gallery-nav-title ul .sub-menu{
	font-size:12px;
		padding-left:30px;
}
.hw-gallery-nav-title ul .sub-menu li{
	list-style-type: square;	
}



/* Vimeo and YouTube Video iFrames
--------------------------------------------------------------------------------------------------- */

.video-wrapper {
	position: relative;
	padding-bottom: 54.1%;
	padding-top: 2.2%;
	height: 0;
	box-shadow: 10px 10px 0px 0px rgba(145,169,143,0.6);
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-vimeo {
	margin-bottom:	20px;
}

/*
Fancy Box Modifications
---------------------------------------------------------------------------------------------------- */

#fancybox-title-over{
/*	background:	url('images/1950s-Patterns_Stars-and-Shapes.jpg') !important;*/
	background-repeat:repeat;
	font-size:20px;
	font-family:coronette, sans-serif;
	text-align:center;
}

#fancybox-overlay{
		background:	url('images/1950s-Patterns_Stars-and-Shapes.jpg') !important;
}

#fancybox-content{
	border-color:#E83842 !important;
	-webkit-box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
}

/*
Formidable 
---------------------------------------------------------------------------------------------------- */
.with_frm_style .frm_form_fields input{
	width:100% !important;
}

/*
Mailchimp
---------------------------------------------------------------------------------------------------- */
/*#80caa5 */
.mc_signup_submit .button{
	width:100% !important;
	background-color:#80caa5 !important;
	margin-top:0px !important;
}

.sidebar .widget_mailchimpsf_widget{
	background-color:#00a4ae;	
	margin-bottom:40px;
	padding-bottom:40px;
}

.sidebar .widget_mailchimpsf_widget h4{
	color:#FFFFFF;
}

.mc_header_email{
	display:none !important;
}

#fancybox-title-over{
	background-image:none !important;
	background:rgba(0,0,0,.4) !important;
}


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

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}
	
		.hw-play-btn{
		margin-top:60px;	
	}

	.chair-girl {
		margin: 0 0 0 125px;
	}

	.site-header .widget-area {
		width: 1140px;
		}
	
	.site-slider {
		background-color: #FADEC0;
		height: auto;
		margin-top: 65px;
		margin-bottom: 100px;
	}

	.content {
		width: 600px;
	}
	
	.site-footer .nav-secondary a {
		margin: 0 10px;
		margin: 0 1rem;
	}
	
	.site-container .genesis-nav-menu {
		margin-left: 35px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	.site-container .genesis-nav-menu a {
		padding: 10px 10px;
		padding: 1.0rem 1.0rem;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 280px;
	}
	
	.site-container .genesis-nav-menu a {
		padding: 1.0rem .5rem;
	}
	

}

@media only screen and (max-width: 1023px) {

	.hw-top-address{
		display:none;
	}
	
	.hw-play-btn{
		margin-top:110px;	
	}
   .arrow {
 		width:300px;
	  	height:102px;
		background-image:url('images/arrow-2.png');
		margin-top:50px;
	}
	

	
	.wrap {
		max-width: 768px;
	}
	
	.content,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-slider-left,
	.site-slider-right,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	
	.chair-girl {
		display: none;
	}

	.site-header {
		position: relative;
	}
	
	.site-header .widget-area {
		color: #4c4848;
		float: none;
		margin: 0;
		text-align: center;
	}
	
	.site-header #simple-social-icons-2 {
		float: none;
		margin: 20px auto;
		width: 96px;
	}
	
	.title-area {
		float: none;
		margin: auto;
		padding: 18px 0;
		padding: 1.8rem 0;
	}
	
	.nav-secondary {
		display: none;
	}
	
	.home-featured h2 {
		font-size: 21px;
	}
	
	.home-bottom-2 .widget {
		background: rgba(185,38,29,.80);
		color: #fff;
		float: left;
		width: 90%;
	}
	
	.site-container .genesis-nav-menu {
		text-align: center;
		height:94px;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-slider-left,
	.site-slider-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-slider {
		margin-top: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-slider-left,
	.site-slider-right {
		float: none;
	}

	.site-slider-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.site-footer .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	div.footer-widgets {
		padding: 0 20px;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	
	.site-footer p, a.gototop {
		float: none;
	}
	
	a.gototop {
		display: block;
		margin-top: 20px;
	}
	
	.site-slider {
		background-color: #FADEC0;
		height: auto;
		margin-top: 45px;
		padding: 0 5%;
	}
	.site-container .genesis-nav-menu a {
		padding: 1.0rem;
	}

}

@media only screen and (max-width: 768px) {

	.site-header {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}

	.title-area {
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
	}

	.minimum .site-slider {
		margin-top: 200px;
		margin-top: 20rem;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}
	
	.tag-line {
		font-size: 24px;
	}
	
	span.sub {
		color: #fff;
		text-align:left;
	}
	
	.home-featured {
		padding: 40px 0 0;
		padding: 4rem 0 0;
	}
	
	.home-featured h2 {
		font-size: 19px;
	}
	
	.below-featured {
		margin-bottom: 0;
	}
	
	div.tp-caption.ffc-titles {
		text-shadow: 1px 1px 0px #fff;
	}
	
	.footer-widgets {
		clear: both;
		padding: 0 20px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
		margin: 0 1rem;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		font-size: 3.6rem !important;
		padding: 20px !important;
		padding: 2rem !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.hw-address{
		margin:0px;
	}
	.hw-second h4{
		margin-left:0px;
		margin-top:20px;
	}

}

@media only screen and (max-width: 600px) {
	
   .arrow {
	   display:none;   
   }
   .hw-play-btn{
	   display:none;
   }
   .hw-tv{
	   position:relative;
	   margin:20px auto 0 auto;
   }
   
   .arrow-no{
	   background:url('images/arrow-3.png');
	   width:250px;
	   height:71px;
	   margin:0 auto 0 auto;
	   display:block;
   }
   .arrow-no-text{
	   display:block;
	   text-align:center;
	   font-size:20px;
	   margin-top:20px;
   }

	.home-bottom-1,
	.home-bottom-2,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	
	.site-header {
/*		height: 340px;*/
		padding-bottom: 40px;
		padding-bottom: 4rem; 
	}
	
	.site-header #simple-social-icons-2{
		margin-top:40px;
	}
	
	.site-header .widget-area {
		margin-top: 60px;
		display: block;
		clear: both;
		float: left;
	}
	
	.title-area {
		padding-top: 86px;
	}
	
	.home-bottom-2 .widget {
		background: rgba(185,38,29,.80);
		color: #fff;
		float: left;
		margin: 0;
		width: 100%;
	}
	
	div.entry-content {
		padding: 20px;
	}
	
	.site-footer {
		border-top: 1px solid #eee;
	}

}

@media only screen and (max-width: 480px) { 

   .hw-tv{
	   background:url('images/tv-small.jpg');   
	   width:242px;
	   height:159px;
   }
   .home-bottom{
	   min-height:100px;
   }

	.title-area {
		width: 300px;
	}

	.site-title {
		background-image: url(images/logo-hw-small.png);
		background-repeat: no-repeat;
		background-size: 260px;
		height: auto;
		width:260px;
		margin:auto;
	}
	
	
	.site-header .widget-area {
		margin-top: 30px;
	}
	
	.tag-line {
		display: none;
	}
	
	.home-featured {
		padding: 0;
	}
	
	.home-featured-left .widget-title {
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	
	#fancybox-title-over{
		display:none !important;
	}

}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}