/*
Theme Name: The Sleep Works Theme
Theme URI: http://thesleepworks.co.uk
Description: A responsive HTML5 Genesis child theme for The Sleep Works
Author: Pilcrow + Pixel
Author URI: http://pilcrowandpixel.com
Template: genesis
Template Version: 1.0.0

*/


/* # 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
- Landing Page
- Home Page
- 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,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:#2c2c2c}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{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid 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"] {
	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;
}


/* ## Import Fonts
---------------------------------------------------------------------------------------------------- */

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


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

body {
	background-color: #fff;
	color: #5e4b35;
	font-family: 'Ek Mukta', sans-serif;
	font-size: 18px;
	font-weight: 300;
    letter-spacing: 0.5px;
	line-height: 1.625;
	margin: 0;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( -webkit-min-device-pixel-ratio: 2.0833333333333335),
only screen and ( min-resolution: 200dpi),
only screen and ( -webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 1.25dppx) {
    -webkit-font-smoothing: subpixel-antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.rmtext {
	transition:         all 0.4s ease-in-out;
}

::-moz-selection {
	background-color: #5e4b35;
	color: #fff;
}

::selection {
	background-color: #5e4b35;
	color: #fff;
}

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

a:hover {
	color: #2c2c2c;
}

.blog p {
	margin-bottom: 10px;
}

.rmtext,
a.more-link {
	background-color: #A06BA2;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 10px;
	padding: 7px 10px 7px 12px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	border-radius: 15px;
	border: 1px solid #A4B33E;
}

.rmtext a {
	color: #fff;
}

.rmtext:hover,
a.more-link:hover {
	background-color: #5E4B35;
	border: 1px solid #5E4B35;
	color: #fff;
}

.sidebar .rmtext,
.sidebar a.more-link {
	font-size: 10px;
	padding: 3px 7px;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 400;
}

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

blockquote {
	border-bottom: 4px solid #f5f5f5;
	border-top: 4px solid #f5f5f5;
	clear: both;
	font-size: 16px;
	font-weight: 300 !important;
	margin: 24px 24px 24px 48px;
	padding: 20px 0 0 0;
	text-align: left;
}

.credit {
	clear: both;
	float: right;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 7px 0px 0 10px;
	text-transform: uppercase;
	width: 100%;
}

.allcaps {
	clear: both;
	float: right;
	font-size: 20px;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 7px 0px 0 10px;
	text-transform: uppercase;
	width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #a06ba2;
	font-family: 'Arista-20-Light', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: capitalize;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 35px;
	color: #A4B247;
	margin-bottom: 28px;
}

.tsw-home h2 a   {
	font-size: 16px;
}

h2 a {
	color: #A4B247;
	font-size: 28px;
}

h2 a:hover {
	color: #A4B247;
}

.sidebar h2,
.sidebar h2 a {
	font-size: 14px !important;
}

h3 {
	font-size: 28px;
	color: #A4B247;
}

h4 {
	font-size: 22px;
	color: #A4B247;
}

h5 {
	font-size: 18px;
	color: #A4B247;
}

h6 {
	font-size: 14px;
	color: #A4B247;
}

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

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

img {
	height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	color: #5e4b35;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	width: 100%;
}

select {
	background: #fff url(images/select.png) no-repeat center right;
	background-size: 20px 10px;
	border: 1px solid #ddd;
	border-radius: 0 !important;
	color: #5e4b35;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 20px 7px 7px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
}

.screen-reader-text {
	display: none;
}

.site-header input:focus{
    border: none;
    outline: none;
}

textarea:focus,
input:focus {
	outline: none;
}

.nav-primary input:focus {
	border: none;
	outline: none;
}

textarea#comment textarea:focus,
textarea#comment input:focus {
	outline: 1px solid #f5f5f5;
}

input[type="search"] {
	font-size: 12px;
	padding: 4px;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #5e4b35;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	outline: 0;
	padding: 12px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 15px;
}

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

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #5e4b35;
	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: #5e4b35;
}

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


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

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

.tsw-home .site-inner {
	margin: 155px auto 0;
	max-width: 100%;
}

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

.site-inner {
	clear: both;
	padding-top: 20px;
	margin-top: 190px;
}

/* Site Container FadeIn
--------------------------------------------- */

.site-container {
	margin: 0 auto;
}

.site-container {
	-webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

/* ### Content */

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

.full-width-content .content {
	width: 74%;
	margin-left: 13%;
	margin-right: 13%;
}

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

.user-profile .avatar {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 300px;
	display: block;
	float: none;
	height: 170px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 170px;
	-webkit-border-radius: 300px;
}

.user-profile {
	text-align: justify;
}

.avatar {
	float: left;
}

.author-box p {
	margin-bottom: 4px;
}

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.author-box {
	background: #f5f5f5;
	font-size: 14px;
	margin-bottom: 50px;
	padding: 20px 25px;
	border-radius: 20px;
}

.author-box-custom .widget {
	padding-top: 10px;
}

.author-box-title {
	font-size: 24px;
	margin-bottom: 8px;
	color: #a06ba2;
	text-transform: capitalize;
}

.author-box h4.widget-title {
	margin-bottom: 4px;
    padding-bottom: 0;
}

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

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

.archive-title {
	font-size: 38px;
	margin-bottom: 10px;
}

.page-template-page_archive .entry-content ul > li {
	list-style-type: none;
}

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

h1.entry-title {
	margin-bottom: 28px;
}

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

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

.widget-title {
	font-size: 30px;
	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: 12px;
	font-weight: normal;
	text-align: center;
}

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

.sticky {
	position: fixed;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

.home-top {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	background-attachment: scroll;
	background-color: #fff;
	width: 100%;
	height: auto;
}

.tsw-home.blog p {
	font-size: 12px;
}

.tsw-home  .type-product {
	text-align: center;
}

.tsw-home .rmtext, a.more-link {
	width: 100%;
}

.home-top .widget {
	margin: 370px auto 0!important;
	text-align: center;
	width: 100%;
 	z-index:-1;
 	padding: 20px 20px 0;
}

#home-top .widget-area.one-widget {
	padding-bottom: 0!important;
	margin-top: -80px;
}

.home-top-strapline {
	background-color: rgba(119, 40, 122, 0.6);
	float: right;
	padding: 10px 20px 13px;
	margin: 0 30px 10px;
	border-radius: 20px;
}

.home-top .widget-title {
	border: none;
	font-size: 30px;
	text-transform: none;
 	color: #fff;
 	margin-bottom: 0;
}

.home-top .widget_text {
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	text-align: center;
 	color: #fff;
 	font-size: 18px;
}

.home-top .widget_text p {
	margin-bottom: 0;
	line-height: 1.4;
}

.home-subscribe-widget {
	padding: 0 20px;
	background-color: #a4b247;
	width: 100%;
	color: #fff;
}

.home-pitch-widget,
.home-page-2,
.home-page-magnets {
	background: #f5f5f5;
	width: 100%;
}

.tsw-home .home-pitch-widget {
	padding-top: 10px;
}

.tsw-home .home-pitch-widget .widget-title {
	font-size: 30px;
	color: #a06ba2;
}

.tsw-home .home-pitch-widget .featuredpost .entry {
	display: inline-block;
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home .home-pitch-widget .featuredpost .entry a {
	display: block;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	opacity: 0.6;
	-webkit-filter: grayscale(100%);
}

.home .home-pitch-widget .featuredpost .entry a:hover {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
	opacity: 1;
	-webkit-filter: grayscale(0);
}

.home .home-pitch-widget img {
	border: 1px solid #ddd;
}

.tsw-home .type-product {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.tsw-home .type-product:nth-of-type(4n+1),
.home .home-pitch-widget .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.home-page-1 {
	padding: 10px 20px;
}

.home .alignnone {
	margin-bottom: 0;
}

.home .content .entry {
	background-color: transparent;
	margin-bottom: 0;
}

.home .featuredpost .entry {
	border-bottom: 0px !important;
}

.home-page-1 .widget {
	padding: 0 10px;
}

.home-page-2 .wrap,
.home-page-magnets .wrap {
	max-width: 100%;
}

.tsw-home .site-inner .widget-area {
	clear: both;
	overflow: hidden;
	padding: 40px 0;
}

.tsw-section .widget_text {
	font-size: 26px;
}

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

/* ## Genesis Simple Share
--------------------------------------------- */
.share-after {
	height: 32px;
	line-height: 32px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}

.content .share {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* ## Header Image
--------------------------------------------- */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	margin: 0 auto;
	min-height: 133px;
	width: 100%;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 100px;
	margin: 5px auto;
	text-indent: -9999px;
	max-width: 400px;
}

.blog p {
	margin-bottom: 0;
}

.header-image .site-inner {
	padding-top: 0;
}

/* ## Home Mobile Strapline Widget
--------------------------------------------- */
#home-mobile-strapline-widget {
	display: none;
}

@media only screen and (max-width: 700px) {
	.home-top-strapline {
		display: none;
	}
	#home-mobile-strapline-widget {
		display: block;
		background: #a06ba2;
		color: #fff;
		text-align: center;
		line-height: 1.4;
	}
	#home-mobile-strapline-widget .widget-area.one-widget {
    	padding: 12px 20px 16px;
	}
	#home-mobile-strapline-widget .widget-title {
		font-size: 24px;
		color: #fff;
		margin-bottom: 5px;
	}
	#home-mobile-strapline-widget p {
		margin-bottom: 0;
	}
}

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

#home-subscribe-widget .widget-area.one-widget {
    padding: 18px 0 16px;
}

.home-subscribe-widget .enews {
	display: block;
}

.home-subscribe-widget .enews input {
	float: left;
	margin-bottom: 0;
	margin-left: 1.564102564102564%;
	width: 14.076923076923077%;
	border-radius: 15px;
	border: none;
	background-color: #ededcb;
}

.home-subscribe-widget .enews input:focus {
	border: none;
	background-color: #fff;
}

.home-subscribe-widget .enews-widget input[type="submit"] {
	margin-left: 2.564102564102564%;
	padding: 10px 20px 11px;
	width: 14.1025641025641%;
	border-radius: 15px;
}

.home-subscribe-widget .enews-widget p {
	float: left;
	padding: 10px 0;
	text-align: left;
	width: 34.61538461538462%;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 0;
}

.home-subscribe-widget #subscribe {
	float: right;
	width: 70%;
}

.home-subscribe-widget .enews #subbox1 {
	margin-left: 0;
}

.enews-widget {
	border: none !important;
	color: #5e4b35;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.enews-widget .widget-title {
	border: none !important;
	color: #5e4b35;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widget.enews-widget {
	background-color: #fff3f2;
	padding: 40px;
}

.enews-widget input,
.enews-widget input:focus {
	border: none;
	background-color: #fff;
}

.enews-widget input {
	font-size: 14px;
	margin-bottom: 16px;
	border-radius: 15px;
	background-color: #ededcb;
}

.home-subscribe-widget .enews-widget input[type="submit"] {
	background-color: #5e4b35;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	font-size: 12px;
}

.home-subscribe-widget .enews-widget input:hover[type="submit"] {
	background-color: #fff !important;
	border: 1px solid #5e4b35;
	color: #5e4b35 !important;
	font-weight: normal;
}

.enews-widget input[type="submit"] {
	background-color: #a06ba2;
	border: 1px solid #fff;
	color: #fff;
	margin: 0;
	outline: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	border: 1px solid #fff;
	color: #5e4b35;
	font-weight: normal;
}

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


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

.site-header {
	background-color: #fff;
	min-height: 100px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.site-header .wrap {
	padding: 20px 0 10px 0;
	margin-left: 20px;
	margin-right: 20px;
	max-width: 100%;
}

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

.title-area {
	padding: 6px 0 8px;
	text-align: center;
	width: 360px;
	float: left;
}

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

.site-title {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
}

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

.site-description {
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 1.9;
	text-transform: uppercase;
}

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

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

.header-image .site-description {
	display: none;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
	margin-top: 0;
}

.header-booking {
	background-color: #fff;
	margin-bottom: 27px;
}

.header-booking p {
	margin-bottom: 0;
}

.header-booking-text a {
	background-color: #a4b247;
	padding: 10px 15px 7px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: 13px;
	color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.header-booking-text a:hover {
	background-color: #5E4B33;
}


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

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

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

.genesis-nav-menu a {
	color: #5e4b35;
	display: block;
	padding: 16px 17px 16px 18px;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 15px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	background-color: #a06ba2;
	border-radius: 15px;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #A4B33E;
	padding: 16px 17px 14px 18px;
	position: relative;
	width: 200px;
	color: #fff;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #5E4B33;
}

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

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

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

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

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

.nav-primary.fix {
	background: rgba(245, 245, 245, 0.85);
	left: 0;
	overflow: visible;
	max-width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}

.admin-bar .nav-primary.fix {
    top: 28px;
}

.nav-primary {
	background-color: #f5f5f5;
	display: none;
}

.nav-secondary .genesis-nav-menu a,
.nav-primary .genesis-nav-menu a {
	color: #5e4b35;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #5e4b35;
	font-size: 10px;
}

.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: #fff;
	background-color: #a06ba2;
}

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


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

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

.entry {
	margin-bottom: 0;
}

.content .entry {
	background-color: #fff;
	padding-bottom: 24px;
}

.single .content .entry {
	padding-bottom: 0;
}

.page-template-page_blog .content .entry {
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
}

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

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

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

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

.bne-testimonial-details,
p.entry-meta,
p.comment-meta {
	font-size: 15px!important;
	font-style: normal !important;
	margin-bottom: 0;
	color: #aaa;
}

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

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
	padding-top: 12px;
}

.pagination a {
	background-color: #f5f5f5;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 2px;
	margin-top: 7px;
	padding: 6px 13px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	border-radius: 10px;
	border: 1px solid #A4B33E;
}

.pagination a:hover {
	background-color: #fff;
	color: #fff;
}

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

.archive-pagination li {
	display: inline;
}

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

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

/*
In Post Navigation
---------------------------------------------------------------------------------------------------- */

.prev-next-navigation {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	clear: both;
	color: #ddd;
	font-size: 12px;
	margin: 10px 0;
	overflow: hidden;
	padding: 20px;
	text-transform: uppercase;
}

.previous {
	float: left;
	width: 48.717948717948715%;
}

.previous:before {
	color: #5e4b35;
	content: "\f341";
	font-family: "dashicons";
	font-size: 11px;
	padding-right: 2px;
	-webkit-font-smoothing: antialiased;
}

.next:after {
	color: #5e4b35;
	content: "\f345";
	font-family: "dashicons";
	font-size: 11px;
	padding-left: 2px;
	-webkit-font-smoothing: antialiased;
}


.prev-next-navigation .next {
	float: right;
	margin-left: 2.564102564102564%;
	text-align: right;
	width: 48.717948717948715%;
}

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

/* 3-column footer widgets https://sridharkatakam.com/css-multi-column-footer-widgets-genesis/
--------------------------------------------- */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%; /* 360px / 1200px */
	float: left;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 5%; /* 60px / 1200px */
}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}

}

.footer-widgets {
	background-color: #5e4b35;
	clear: both;
	color: #fff;
	font-size: 18px;
	padding: 60px 20px 0;
}

.footer-widgets a {
	color: #fff;
	font-weight: 300;
}

.footer-widgets .widget-title,
.footer-widgets .enews-widget .widget-title {
    color: #fff;
    font-size: 22px;
	line-height: 1;
	margin-bottom: 17px;
	padding-bottom: 0;
	text-transform: none;
	text-align: left;
}

.footer-widgets input {
	padding: 10px;
}

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

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

.footer-widgets-2 p.tweet-details {
    margin-top: -24px;
    font-size: 12px;
}

.front-page .footer-widgets-2 p.tweet-details {
    margin-top: 0;
    font-size: 12px;
}

.footer-widgets-2 a {
	color: #d6ea6f;
}

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

.footer-widgets .fa {
	padding-right: 5px;
}


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

.site-footer {
	background-color: #5e4b35;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 40px 20px 20px;
	text-align: center;
	text-transform: uppercase;
	color: #b6b5a7;
}

.site-footer a {
	color: #b6b5a7;
	font-weight: 300;
}

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

.tsw-home.site-footer p,
.site-footer p {
	font-size: 11px !important;
	margin-bottom: 0;
	line-height: 1.625;
}

.site-footer .fa {
    font-size: 2px;
    vertical-align: top;
    padding: 7px 4px;
}






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

@media only screen and (min-width: 1921px) {
	.home-top .widget {
		margin: 800px auto 0!important;
	}

}

@media only screen and (max-width: 1920px) {
	.home-top .widget {
		margin: 550px auto 0!important;
	}

}

@media only screen and (max-width: 1600px) {
	.home-top .widget {
		margin: 420px auto 0!important;
	}

}

@media only screen and (max-width: 1600px) {
	.home-top .widget {
		margin: 370px auto 0!important;
	}

}

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

	.nav-primary .genesis-nav-menu a {
		padding: 16px 12px;
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	#home-subscribe-widget .widget-area.one-widget {
		padding: 18px 0 16px;
	}

	.home-subscribe-widget .enews-widget p {
    	padding: 0;
    	line-height: 1.4;
    }

	.home-page-packages .package-content .widget-title {
		font-size: 24px;
	}

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

	.full-width-content .content {
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
	}

	.content {
		width: 640px;
	}

	.header-image .site-title a {
		max-width: 280px;
		min-height: 100px;
	}

	.title-area {
		width: 280px;
	}

	.site-header .widget-area {
		width: 700px;
	}

	.header-booking {
		margin-bottom: 12px;
	}

	.genesis-nav-menu a {
    	padding: 16px 12px 16px 13px;
    }

    .tsw-home .site-inner {
    	margin: 90px auto 0;
	}

}

@media only screen and (max-width: 1023px) {
	.site-header {
    	margin-top: 40px;
	}

	.site-header .widget-area {
		display: none;
	}

	.header-booking {
		display: none;
	}

	.title-area {
    	width: 100%;
	}

	#home-top .widget-area.one-widget {
		margin-top: -65px;
	}

	.header-image .site-header .wrap,
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.header-image .site-title > a {
    	max-width: 270px;
	}

	.tsw-home .site-inner {
    	margin: 100px auto 0;
	}

	.scroll-back-to-top-wrapper {
		display: none;
	}

}

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

	.nav-primary,
	.nav-primary.fix {
		display: none;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.genesis-nav-menu .widget-area {
		background-color: #fff;
		display: block;
		margin: 0 auto;
		padding: 10px 10px 4px 10px;
		text-align: center;
		width: 100%;
	}

	.genesis-nav-menu .widget-first {
		float: left;
	}

	.genesis-nav-menu .widget-last {
		float: right;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.tsw-home .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.tsw-home .home-pitch-widget {
		padding-top: 0;
	}

	#home-pitch-widget .widget-area.one-widget {
		padding-bottom: 20px;
	}

	.home-page-1 {
		padding: 0;
	}

	.home-page-packages .package-item {
    	padding: 0 0 2em!important;
	}

	.home-page-packages .packages-link {
	    margin-top: -10px!important;
	}

	.home-page-packages .package-content .widget-title {
		font-size: 30px;
	}

	.footerwidgetheader-container .booking-text {
		padding: 0 20px 0 0;
	}

	.footerwidgetheader-container .booking-button {
    	padding-top: 0;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,

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

	.full-width-content .content {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		margin: 0 auto;
	}

	.footer-widgets-3 .enews-widget input {
    	text-align: center;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.filter-drop-spacer {
		height: 0;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	#home-subscribe-widget .widget-area.one-widget {
		padding: 20px 0 13px;
	}

	.home-subscribe-widget .enews-widget input[type="submit"],
	.home-subscribe-widget .enews-widget p,
	.home-subscribe-widget .enews input {
		float: none;
		margin-bottom: 14px;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}

	#home-top .widget-area.one-widget {
		margin-top: -75px;
	}

	.home-top-strapline {
		float: none;
		padding: 10px 20px 13px;
		margin: 0 20px 10px;
		border-radius: 20px;
	}

	.home .site-inner .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.home-subscribe-widget,
	.home-pitch-widget,
	.home-page-1,
	.home-page-3,
	.home-page-packages {
		padding-left: 5%;
		padding-right: 5%;
	}

	.footer-widgets {
		font-size: 16px;
	}

	.footerwidgetheader-container .booking-text {
		padding: 0!important;
	}

	.footerwidgetheader-container .booking-button {
		display: block!important;
    	padding-top: 10px;
	}

	.entry,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

	.tsw-home .content .eight-widgets .widget,
	.tsw-home .content .five-widgets .widget,
	.tsw-home .content .five-widgets .widget:nth-last-of-type(-n+2),
	.tsw-home .content .four-widgets .widget,
	.tsw-home .content .seven-widgets .widget,
	.tsw-home .content .six-widgets .widget,
	.tsw-home .content .three-widgets .widget,
	.tsw-home .content .two-widgets .widget,
	.tsw-home .content .widget-thirds .widget {
		margin: 0 auto 5%;
		width: 100%;
	}

	.full-width-content .content {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

}

@media only screen and (max-width: 700px) {
	.home-top {
    	background-image: url(http://thesleepworks.co.uk/wp-content/uploads/2016/01/hometop2_700wide.jpg)!important;
		width: 100%;
		height: 383px;
	}

	#home-top .widget-area.one-widget {
		margin-top: -100px;
	}

	#home-page-3 .testimonials-link {
    	margin-top: 10px!important;
	}

	.tsw-home .site-inner {
    	margin: 160px auto 0;
	}

	.share-after:before {
		display: block;
	}

}

@media only screen and (max-width: 550px) {
	.home-top {
    	background-image: url(http://thesleepworks.co.uk/wp-content/uploads/2016/01/hometop2_550wide.jpg)!important;
		width: 100%;
		height: 301px;
	}

	#home-top .widget-area.one-widget {
		margin-top: -75px;
	}

}

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

	.header-image .site-title > a {
		max-width: 200px;
		height: 75px;
		min-height: 75px;
	}

	.home-top {
    	background-image: url(http://thesleepworks.co.uk/wp-content/uploads/2016/01/hometop2_480wide.jpg)!important;
		width: 100%;
		height: 263px;
	}

	#home-top .widget-area.one-widget {
		margin-top: -70px;
	}

	.tsw-home .site-inner {
    	margin: 140px auto 0;
	}

	.footerwidgetheader-container .booking-text {
    	font-size: 30px!important;
    }

    .site-inner {
	    margin-top: 160px;
    }

    h1.entry-title {
	    text-align: center;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
	    text-align: center;
    }

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

}

@media only screen and (max-width: 400px) {
	.home-top {
    	background-image: url(http://thesleepworks.co.uk/wp-content/uploads/2016/01/hometop2_400wide.jpg)!important;
		width: 100%;
		height: 219px;
	}

	#home-top .widget-area.one-widget {
		margin-top: -55px;
	}

	#home-page-3 [class*="testimonial-theme-cards"] .testimonial-name,
	#home-page-3 .testimonial-tagline {
		text-align: center;
	}

}






/* PILCROW + PIXEL ADDITIONS */






/* Styling for default image classes
--------------------------------------------- */

img {
	border: 0;
	border-radius: 20px;
}

img.aligncenter {
    width: 100%;
    height: auto;
	border: 0;
	border: 1px solid #ddd;
}

img.alignright {
    max-width: 50%;
    height: auto;
	border: 0;
	border: 1px solid #ddd;
}

img.alignleft {
    max-width: 50%;
    height: auto;
	border: 0;
	border: 1px solid #ddd;
}

@media only screen and (max-width:480px) {
	img.alignright,
	.wp-caption.alignright,
	.home .home-pitch-widget img {
    	max-width: 100%;
		width: 100%;
	}
	img.alignleft,
	.wp-caption.alignleft,
	.home .home-pitch-widget img {
    	max-width: 100%;
		width: 100%;
	}
	.wp-caption-text {
		margin-bottom: 0;
	}
}


/* Logo Showcase
--------------------------------------------- */

#home-logos .widget-title {
	color: #A4B247;
	text-align: center;
}

#home-logos .three-fourths {
    width: 72.35897435897436%;
    float: left;
    border-right: 1px solid #ddd;
}

#home-logos .one-fourth {
	float: right;
}

.lshowcase-logos {
    margin: 0 auto;
}

.lshowcase-box-7 {
	width: 13.28%!important;
}

@media only screen and (max-width: 960px) {
	#home-logos .three-fourths {
    	width: 100%;
    	float: left;
    	padding-bottom: 15px;
    	border-right: 0;
    	border-bottom: 1px solid #ddd;
	}

	.lshowcase-logos {
		text-align: center;
	}

	#home-logos .one-fourth {
		padding-top: 30px;
		width: 100%;
		float: left;
		margin-left: 0;
	}
}

@media only screen and (max-width: 800px) {
	.lshowcase-box-7 {
		width: 19.28%!important;
	}
}

@media only screen and (max-width: 480px) {
	.lshowcase-box-7 {
		width: 26.28%!important;
	}

	#home-logos .three-fourths {
    	padding-bottom: 0;
    	border-bottom: 1px solid #ddd;
	}
}


/* Homepage Video
--------------------------------------------- */

.home-page-2 .widget-area.one-widget {
	padding:0;
}

.home-page-video {
	color: #5e4b35;
	background-color: #f5f5f5;
}

.home-page-video .widget-title {
	color: #a06ba2;
}

.home-page-video .one-half {
	margin-left: 0;
	width: 50%;
	padding: 30px;
}

.home-page-video .video1 {
	background-color: #f5f5f5;
}

.home-page-video .video1 p {
	margin-bottom: 0;
}

.home-page-video .video2 {
	background-color: #f5f5f5;
	padding-left: 0;
}

@media only screen and (max-width: 960px) {
	.home-page-video {
		padding-top: 10px;
		padding-bottom: 20px;
	}

  	.home-page-video .one-half {
    	width: 100%;
    	padding: 30px;
  	}

  	.home-page-video .video1 {
	  	padding-bottom: 26px;
  	}

  	.home-page-video .video2 {
	  	padding-top: 0;
		padding-left: 30px;
   	}
}


/* Homepage Lead Magnets
--------------------------------------------- */

.home-page-magnets {
	color: #fff;
	background-color: #f5f5f5;
}

.home-page-magnets .widget-area.one-widget {
	padding:0;
}

.home-page-magnets .widget-title {
	color: #fff;
}

.home-page-magnets .one-half {
	margin-left: 0;
	width: 50%;
	padding: 30px;
}

.home-page-magnets .magnet1 {
	background-color: #a06ba2;
}

.home-page-magnets .magnet2 {
	background-color: #A4B247;
}

.home-page-magnets .button-area {
	margin: 30px 0 10px;
	text-align: center;
}

.home-page-magnets button,
.home-page-magnets .button {
	background-color: #5e4b35;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	outline: 0;
	padding: 12px 24px 11px;
	text-transform: uppercase;
	width: auto;
	border-radius: 15px;
}

.home-page-magnets button:hover,
.home-page-magnets .button:hover {
	background-color: #fff;
	border: 1px solid #5e4b35;
	color: #5e4b35;
}

@media only screen and (max-width: 960px) {
  .home-page-magnets .one-half {
    width: 100%;
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
	.home-page-magnets button,
	.home-page-magnets .button {
		font-size: 12px;
		padding: 12px 18px 11px;
	}
}


/* Homepage Testimonials
--------------------------------------------- */

#home-page-3 .widget-title {
	color: #a06ba2;
	text-align: center;
}

#home-page-3 .bne-testimonial-wrapper {
    margin: 0 auto;
}

#home-page-3 [class*="testimonial-theme-cards"] .testimonial-name {
	font-size: 26px;
	font-family: 'Arista-20-Light', sans-serif;
	font-weight: 300;
	margin: 0;
}

#home-page-3 [class*="testimonial-theme-cards"] .testimonial-author {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 20px 8px;
}

#home-page-3 .testimonial-tagline {
    font-size: 14px;
    color: #fff;
    font-style: normal;
}

#home-page-3 [class*="testimonial-theme-cards"] .testimonial-content {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right: 1px solid #a06ba2;
    border-bottom: 1px solid #a06ba2;
    border-left: 1px solid #a06ba2;
}

#home-page-3 .testimonial-arrow-up {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

#home-page-3 .testimonials-link {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
}

#home-page-3 .testimonials-link a {
	color: #A06BA2;
}

#home-page-3 .testimonials-link a:hover {
	color: #2c2c2c;
}

#home-page-3 .testimonials-link .fa {
	padding-left: 3px;
	vertical-align: middle;
}

.bne-testimonial-slider.bne-flexslider .flex-control-nav {
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: center;
    width: 100%;
    height: 11px;
    z-index: 3;
}

/* == Nav Arrows == */
.bne-testimonial-slider.bne-flexslider .flex-direction-nav li a {
	background: url('/wp-content/themes/tsw/images/slider-arrows-double_2x.png') no-repeat;
	width: 20px;
	height: 20px;
	background-size: 40px 80px;
}
.bne-testimonial-slider.bne-flexslider .flex-direction-nav .flex-prev { background-position: 0 0; }
.bne-testimonial-slider.bne-flexslider .flex-direction-nav .flex-next { background-position: 0 -20px; }


/* == Pagination == */
.bne-testimonial-slider.bne-flexslider .flex-control-nav li a {
	background: url('/wp-content/themes/tsw/images/flexslider-nav-double_2x.png') no-repeat;
	width: 18px;
	height: 20px;
	background-size: 36px 20px;
}
.bne-testimonial-slider.bne-flexslider .flex-control-nav li a.flex-active {
	background-position: -18px 0;
}

/* == Retina Arrows/Pagination == */
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 1.5),
		only screen and (min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx) {

		/* Arrows */
		.bne-testimonial-slider.bne-flexslider .flex-direction-nav li a {
			background-image: url('/wp-content/themes/tsw/images/slider-arrows-double_2x.png');
			background-size: 40px 80px;
		}

		/* Pagination */
		.bne-testimonial-slider.bne-flexslider .flex-control-nav li a {
			background-image: url('/wp-content/themes/tsw/images/flexslider-nav-double_2x.png');
			background-size: 36px 20px;
		}
}


/* Homepage Packages
--------------------------------------------- */
.home-page-packages {
	background-color: #f5f5f5;
}

.home-page-packages .widget-title {
	text-align: center;
	color: #A4B247;
	margin-bottom: 30px;
}

.home-page-packages .packages-list {
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	    -ms-flex-wrap: wrap;
  	        flex-wrap: wrap;
}

.home-page-packages .package-item {
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	padding: 0 0.8em 0.8em;
  	width: 100%;
}

.home-page-packages .package-content {
   	display: -webkit-flex;
   	display: -ms-flexbox;
   	display: flex;
   	-webkit-flex-direction: column;
   	    -ms-flex-direction: column;
   	        flex-direction: column;
   	background-color: #fff;
   	width: 100%;
   	border-radius: 20px;
   	border: 1px solid #A4B247;
}

.home-page-packages .package-content .widget-title {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	background-color: #A4B247;
	color: #fff;
	margin-bottom: 0;
	padding: 10px 20px;
	text-align: center;
}

.home-page-packages .package-content .widget-title a {
	color: #fff;
}

.home-page-packages .package-content .packages-text {
  	-webkit-flex: 1 0 auto;
  	    -ms-flex: 1 0 auto;
  	        flex: 1 0 auto;
  	padding: 20px 20px 0;
}

.home-page-packages .package-content .button-area {
	text-align: center;
}

.home-page-packages .package-content button,
.home-page-packages .package-content .button {
	background-color: #A4B247;
	border: 1px solid #A4B247;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	outline: 0;
	padding: 12px 22px 11px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 15px;
	margin-bottom: 25px;
}

.home-page-packages .package-content button:hover,
.home-page-packages .package-content .button:hover {
	background-color: #5e4b35;
	border: 1px solid #5e4b35;
	color: #fff;
}

.home-page-packages .packages-link {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
}

.home-page-packages .packages-link a {
	color: #A4B247;
}

.home-page-packages .packages-link a:hover {
	color: #2c2c2c;
}

.home-page-packages .packages-link .fa {
	padding-left: 3px;
	vertical-align: middle;
}

@media only screen and (min-width: 960px) {
  .home-page-packages .package-item {
    width: 33.33%;
  }
}


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

.footerwidgetheader-container {
    background-color: #a06ba2;
    color: #fff;
    padding: 10px 20px 12px;
    text-align: center;
}

.footerwidgetheader-container .booking-text {
	font-family: 'Arista-20-Light', sans-serif;
	font-weight: 300;
	font-size: 34px;
	display: inline-block;
	padding: 0 20px 0 0;
	line-height: 1;
	vertical-align: middle;
}

.footerwidgetheader-container .booking-button {
	display: inline-block;
}

.footerwidgetheader-container button,
.footerwidgetheader-container .button {
	background-color: #5e4b35;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	outline: 0;
	padding: 12px 32px 12px;
	text-transform: uppercase;
	width: auto;
	border-radius: 15px;
	line-height: 1;
	vertical-align: middle;
	margin-top: 5px;
}

.footerwidgetheader-container button:hover,
.footerwidgetheader-container .button:hover {
	background-color: #fff;
	border: 1px solid #5e4b35;
	color: #5e4b35;
}


/* Superside Me Responsive Menu
--------------------------------------------- */

.slide-nav-link:before {
    font-size: 15px;
}

.slide-nav-link {
	position: fixed;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 0!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.slide-nav-link:hover {
	background-color: #5E4B33!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.sidr .menu-close {
	background-color: #5E4B33!important;
  	padding: 9px 14px 10px!important;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.sidr .menu-close:hover {
	background-color: #2c2c2c!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.sidr li,
.sidr .menu-item {
  letter-spacing: 2px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.sidr li a,
.sidr .menu-item a {
	padding: 11px 15px!important;
}

.sidr a {
	color: #FFF!important;
}

.sidr a:hover {
	background-color: #5E4B33;
}

li.mobile-booking-link {
    background-color: #a4b247;
    text-align: center!important;
}

li.mobile-booking-link a {
    text-align: center!important;
}

#search-4 {
    display: none;
}

#simple-social-icons-4 {
	display: none;
}


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

.gform_wrapper {
    margin: 0;
    max-width: 100%!important;
}

.gform_wrapper .top_label .gfield_label {
	font-weight: 500;
}

.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
	font-style: italic;
	font-size: .775em;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
	border: 1px solid #c9c9c9;
	background-color: #fffff8;
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper textarea {
	outline: 0;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	border-radius: 0;
}

.gform_wrapper textarea {
	padding: .25em .250em!important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
	border: 1px solid #A4B33E;
	background-color: #fff;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: .913em;
    color: #A169A3;
    font-weight: 700;
}

.gform_wrapper .gf_progressbar {
    border: 0;
    background-color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.gform_wrapper .gf_progressbar_percentage span {
    font-weight: 700!important;
}

.gform_wrapper .gform_page_footer input[type="submit"] {
    background-color: #a4b247;
    border: 0;
}

.gform_wrapper .gform_page_footer input[type="submit"]:hover {
    background-color: #5e4b35;
    border: 0;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
    background-color: #A169A3;
    border: 0;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
    background-color: #5e4b35;
    border: 0;
}

.gform_wrapper .gsection {
    border-bottom: 1px dotted #CCC;
}

#gform_save_2_link,
#gform_save_3_link {
    display: block;
    margin-top: 20px;
}

.gform_save_link:before  {
    font-family: fontawesome;
    content: "\f0c7";
    margin-right: .5em;
    color: #b43bc1;
    vertical-align: text-top;
}

.gform_wrapper .form_saved_message span:first-child {
    padding: 1.5em 1em;
}

.gform_wrapper .form_saved_message {
    width: 100%;
    font-size: 1em;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 0;
    background-color: #f5f5f5;
    margin: 0;
    padding: 20px 25px;
}

.form_saved_message_emailform form input[type=submit] {
    background-color: #a4b247!important;
    margin-top: 20px!important;
}

.form_saved_message_emailform form input[type=submit]:hover {
    background-color: #5e4b35!important;
}

.form_saved_message_sent {
    border: 0;
    background-color: #f5f5f5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0;
    padding: 20px 25px;
}

.authorise {
	margin-top: -30px;
}


/* Pop Up Maker
--------------------------------------------- */

.popmake.theme-1441 .popmake-title,
.popmake.theme-default-theme .popmake-title {
	font-size: 24px!important;
    line-height: 28px!important;
}

.popmake-title,
.popmake.theme-default-theme .popmake-title {
    font-family: 'Arista-20-Light', sans-serif!important;
    margin-bottom: 15px;
    margin-top: -5px;
    max-width: 80%;
}

.popmake-close, .popmake.theme-default-theme > .popmake-close {
    padding: 10px 10px 12px 12px;
    letter-spacing: 2px;
    font-weight: 400!important;
    border-top-right-radius: 20px!important;
    font-weight: 500!important;
    transition: all 0.4s ease-in-out;
}

.popmake-close:hover, .popmake.theme-default-theme > .popmake-close:hover {
    background-color: #5E4B35!important;
}


/* Pop Up Maker Themes & Gravity Forms
--------------------------------------------- */

.popmake.theme-1787,
.popmake.theme-1802 {
    padding: 20px 12px 20px 20px!important;
}

.popmake.theme-1787 .gform_wrapper input,
.popmake.theme-1802 .gform_wrapper input {
    border: 0;
    background-color: #ffffe3;
}

.popmake.theme-1787 .gform_wrapper input:focus,
.popmake.theme-1802 .gform_wrapper input:focus {
    border: 0;
    background-color: #fff;
}

.popmake.theme-1787 .gform_wrapper .gfield_required,
.popmake.theme-1802 .gform_wrapper .gfield_required {
    color: #fff;
}

.popmake.theme-1787 .gform_wrapper .ginput_complex.ginput_container,
.popmake.theme-1802 .gform_wrapper .ginput_complex.ginput_container {
  width:99% !important;
}

.popmake.theme-1787 .ginput_complex.ginput_container.gf_name_has_2 span,
.popmake.theme-1802 .ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49% !important;
}

.popmake.theme-1787 .ginput_complex.ginput_container.gf_name_has_2 span::last-child,
.popmake.theme-1802 .ginput_complex.ginput_container.gf_name_has_2 span::last-child {
  width: 48.5% !important;
}

.popmake.theme-1787 .gform_wrapper .ginput_complex span.name_first,
.popmake.theme-1802 .gform_wrapper .ginput_complex span.name_first {
  margin-right: 1.6% !important;
  padding-right:0 !important;
}

.popmake.theme-1787 .gform_wrapper .top_label input.large,
.popmake.theme-1787 .gform_wrapper .top_label select.large,
.popmake.theme-1802 .gform_wrapper .top_label input.large,
.popmake.theme-1802 .gform_wrapper .top_label select.large {
    width: 98.4%;
}

.popmake.theme-1787 .gform_wrapper .gfield_html.gfield_no_follows_desc,
.popmake.theme-1802 .gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 1em!important;
    font-size: 12px!important;
}

.popmake.theme-1787 .gform_footer,
.popmake.theme-1802 .gform_footer {
	padding: 0 0 0;
	width: 98.5%;
}

.popmake.theme-1787 .gform_wrapper .gform_footer input[type="submit"],
.popmake.theme-1802 .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #5e4b35;
    border: 1px solid #fff;
    width: 100%;
}

.popmake.theme-1787 .gform_wrapper .gform_footer input[type="submit"]:hover,
.popmake.theme-1802 .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #fff;
    color: #5e4b35;
    border: 1px solid #5e4b35;
}


/* After Entry Category Widgets
--------------------------------------------- */

.category-after-adult,
.category-after-corporate {
	background-color: #A4B247;
}

.category-after-child {
	background-color: #a06ba2;
}

.category-after-adult,
.category-after-child,
.category-after-corporate {
    border-radius: 20px;
    padding: 20px 25px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 40px;
}

.category-after-adult .widget-title,
.category-after-child .widget-title,
.category-after-corporate .widget-title {
    color: #fff;
}

.category-after-adult button,
.category-after-adult .button,
.category-after-child button,
.category-after-child .button,
.category-after-corporate button,
.category-after-corporate .button {
	background-color: #5e4b35;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	outline: 0;
	padding: 12px 24px 11px;
	text-transform: uppercase;
	width: auto;
	border-radius: 15px;
}

.category-after-adult button:hover,
.category-after-adult .button:hover,
.category-after-child button:hover,
.category-after-child .button:hover,
.category-after-corporate button:hover,
.category-after-corporate .button:hover {
	background-color: #fff;
	border: 1px solid #5e4b35;
	color: #5e4b35;
}

@media only screen and (max-width: 480px) {
	.category-after-adult .button-area,
	.category-after-child .button-area,
	.category-after-corporate .button-area {
		text-align: center!important;
	}

	.category-after-adult button
	.category-after-adult .button,
	.category-after-child button
	.category-after-child .button,
	.category-after-corporate button,
	.category-after-corporate .button {
		font-size: 12px;
		padding: 12px 18px 11px;
	}
}


/* Acuity Booking pages
--------------------------------------------- */

.single-booking .site-header {
	position: static;
}

.single-booking .site-inner {
    margin-top: 33px;
}


/* Lead Magnet Download pages
--------------------------------------------- */

.single-download .big {
	border: 1px solid #5E4B33;
}

.bigbutton {
	font-size: 18px;
}

.single-download .button:hover {
	background-color: #FFFFF8;
	border: 1px solid #5E4B33;
	color: #5E4B33;
}
