/*
	Theme Name: sleeptight Pro Theme
	Theme URI: http://sleeptightmidwest.com/
	Description: Child Theme for Genesis Framework
	Author: Rethink Media Group
	Author URI: http://rethinkmediagroup.net/
	Version: 1.0

	Template: genesis
	Template Version: 2.2.7

*/

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

/* Baseline Reset (normalize.css 2.1.2)
	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-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

/* Typographical Elements

font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
400 400em 700 700em 800 800em

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

body {
	/* background: #f9f9f9 url(images/halftone.png); */
	color: #555;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.5;
}

a,
button,
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: #222;
	color: #fff;
}

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

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

a img {
	margin-bottom: -4px;
}

a:hover {
	text-decoration: underline;
}

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

strong {
	font-weight: 700;
}

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

li {
	list-style-type: none;
}

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

blockquote {
	margin: 0;
	padding: 24px 40px;
}

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

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

cite {
	font-style: normal;
}

hr {
    padding-top: 20px;
    margin-bottom: 40px;
    border: none;
    border-bottom: 2px solid #eee;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #f9f9f9;
	border: 2px solid #eee;
	color: #444;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

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

input:focus,
textarea:focus {
	border: 1px solid #999;
	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,
.site-container .gform_wrapper .gform_footer input.button,
.site-container .gform_wrapper .gform_footer input[type=submit] {
	background-color: #da3839;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 40px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.site-container .gform_wrapper .gform_footer input:hover[type=submit]  {
	background-color: #21397f;
	border: none;
	text-decoration: none;
}

.button {
	border-radius: 4px;
	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;
}

th,
td {
	text-align: left;
}

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

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


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

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

/* .site-container {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
	background: #fff;
	margin: 0 auto;
	max-width: 1500px;
} */

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.sleeptight-pro-home .site-inner {
	overflow: visible;
}

.wrap {
	margin: 0 auto;
	max-width: 100%;
}

/* .sleeptight-pro-home .site-inner .wrap {
	max-width: 1500px;
} */


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

/* Content  */

.content {
	float: right;
	/* width: 800px; */
	width: 67%;
	padding: 40px 60px 10px;
}

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

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

.sleeptight-pro-home .content {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	/* width: 360px; */
	width: 33%;
}

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

/* 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 {
	border: 1px solid #fff;
	float: left;
}

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

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

.search-form {
	overflow: hidden;
}

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

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
}

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

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

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

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.sleeptight-pro-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

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

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

.author-box p {
	font-size: 14px;
	margin: 0;
}

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


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

.entry-title {
	font-size: 42px;
	line-height: 1;
	margin-bottom: 20px;
}

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

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #da3839;
	text-decoration: none;
}

.archive-title,
.widget-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

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


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

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

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

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

.sleeptight-pro-home .featured-content .entry {
	margin-bottom: 36px;
}

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

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

img#wpstats {
	display: none;
}


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

.site-header {
	background: rgba(68,68,68,1);
	background: -moz-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,68,68,1)), color-stop(100%, rgba(34,34,34,1)));
	background: -webkit-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	background: -o-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	background: -ms-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	background: linear-gradient(to bottom, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0 );
	margin: 0 auto;
	min-height: 100px;
	padding: 20px 0;
	width: 100%;
}

.site-header .wrap {
	max-width: 100%;
	padding: 0 5%;
}

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

.title-area {
	float: left;
	overflow: hidden;
	width: 310px;
}

.site-title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 5px;
}

.site-title a {
	background: url(/wp-content/uploads/2016/06/sleep-tight-logo.png) top center no-repeat;
}

.site-title a,
.site-title a:hover {
	color: #222;
	display: block;
	padding: 28px 0 0;
	text-decoration: none;
}

/* Full width header, no widgets */

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

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

/* Logo, hide text */

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

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	float: left;
	margin: 0;
	max-width: 310px;
	min-height: 56px;
	padding: 0;
	width: 100%;
}


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

.site-header .widget-area {
	float: right;
	color: #fff;
	font-weight: 700;
	width: 820px;
}

.site-header .widget {
	padding: 15px 0 0;
}

.site-header .location {
	display: inline;
	margin: 0 10px;
}


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

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

/* .home-slider {
	background: #fff url(images/sleep-tight-hero.jpg) top center no-repeat;
	background-size: cover;
	clear: both;
	color: #fff;
	overflow: hidden;
	padding: 200px 30px 180px;
}

.sleeptight-pro-home .site-inner .home-slider .wrap {
	max-width: 1200px;
}

.home-slider .widget {
	float: left;
	padding: 0;
	width: 50%;
}

.home-slider .hero-text {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 35px;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
}

.home-slider .hero-tagline {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
} */

.home-top {
	background-color: #21397f;
	clear: both;
	color: #fff;
	font-weight: 700;
	overflow: hidden;
	padding: 0;
}

.sleeptight-pro-home .site-inner .home-top .wrap,
.home-top .wrap {
	max-width: 100%;
}

.home-top .widget {
	float: left;
	min-height: 380px;
	padding: 180px 30px 10px;
	width: 33.33333333333%;
}

.home-top .widget:nth-of-type(1) {
	background: url(images/tri-1.jpg) top center no-repeat;
	background-size: cover;
}

.home-top .widget:nth-of-type(2) {
	background: url(images/tri-2.jpg) top center no-repeat;
	background-size: cover;
}

.home-top .widget:nth-of-type(3) {
	background: url(images/tri-3.jpg) top center no-repeat;
	background-size: cover;
}

.home-top .widget:nth-of-type(3n+1) {
	clear: left;
}

.home-top h3,
.home-top h3 a {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
}

.home-top h3 a:hover {
	color: rgba(255,255,255,.7);
	text-decoration: none;
}

.home-middle {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 60px 0 0;
}

.sleeptight-pro-home .site-inner .home-middle .wrap {
	max-width: 1200px;
}

.home-middle .widget {
	float: left;
	padding: 0;
	width: 100%;
}

.home-middle .main-column {
	padding-right: 40px;
}

.home-middle h2 {
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.sidebar-bullets .fa {
	color: #da3839;
}

.sidebar-bullets p {
	margin-bottom: 15px !important;
}

.home-bottom {
	background-color: #21397f;
	clear: both;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	overflow: hidden;
	padding: 40px 0 15px;
	text-align: center;
}

.sleeptight-pro-home .site-inner .home-bottom .wrap {
	max-width: 1200px;
}

.home-bottom .widget {
	float: left;
	padding: 0;
	width: 100%;
}

.home-bottom h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 20px;
}

.home-bottom .fa {
	color: #da3839;
}	

.sleeptight-pro-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
}


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

.entry {
	margin-bottom: 40px;
}

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

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

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

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

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

.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 5;
	margin: 0 0 24px -60px;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

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

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #da3839;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	padding-left: 10px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #da3839;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #21397f;
	text-decoration: none;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 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;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

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

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 400;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

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

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

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

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

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

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

.widget ul > li {
	text-indent: 0;
}

.widget ul > li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}


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

.sidebar {
	display: inline;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

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

.sidebar li,
.sidebar .more-from-category a {
	background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 30px 40px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}


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

.footer-widgets {
	background: rgba(68,68,68,1);
	background: -moz-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,68,68,1)), color-stop(100%, rgba(34,34,34,1)));
	background: -webkit-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	background: -o-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	background: -ms-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	background: linear-gradient(to bottom, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0 );
	color: #fff;
	clear: both;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 60px 30px 30px;
}

.footer-widgets-1 {
	padding: 0%;
	width: 70%;
}

.footer-widgets-1 h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
}

.footer-widgets-2 {
	font-weight: 700;
	padding: 80px 0 0;
	width: 30%;
}

.footer-widgets-2 p {
	line-height: 2;
}

.footer-widgets-3 {
	clear: both;
	padding: 0;
	width: 100%;
}

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

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

.footer-locations {
	text-align: right;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}


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

.site-footer {
	background: #222;
	color: #fff;
	font-size: 12px;
	padding: 40px 0;
	text-align: center;
}

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

.site-footer p {
	margin: 0;
}


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

.site-container .gform_wrapper input,
.site-container .gform_wrapper textarea.small,
.site-container .gform_wrapper input[type=email],
.site-container .gform_wrapper input[type=number],
.site-container .gform_wrapper input[type=password],
.site-container .gform_wrapper input[type=tel],
.site-container .gform_wrapper input[type=text],
.site-container .gform_wrapper input[type=url] {
	border-radius: 4px;
	padding: 10px 15px;
}

.site-container .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 10px;
}

.site-container .gform_wrapper .gform_footer {
	margin: 0;
}

.sidebar-contact ul > li {
	padding: 0;
}

.sidebar-contact .gform_wrapper .top_label .gfield_label {
	display: none;
}

/*
Contact Page
---------------------------------------------------------------------------------------------------- */

.contact-row {
	padding: 30px 0;
	border-bottom: 2px solid #eee;
}


/*
Products Page
---------------------------------------------------------------------------------------------------- */

.lsow-clients .lsow-client {
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-top: none !important;
}


/*
Heros
---------------------------------------------------------------------------------------------------- */

.big-leader {
	float: left;
	height: 250px !important;
	width: 100%;
}

.big-leader .wrap {
	top: 35%;
}

.big-leader .entry-title.featured-image-overlay,
.big-leader .archive-title.featured-image-overlay {
	color: #fff;
	font-weight: 800;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
	padding: 15px 0 20px;
	text-transform: uppercase;
}

.above-content-sidebar-wrap {
	padding: 10px;
}

.home .above-content-sidebar-wrap {
    padding: 30px 10px 0;
}

@media only screen and (min-width: 769px) {
	.mobile { display: none;}
}

@media only screen and (max-width: 768px) {
	.desktop { display: none;}
}


/*
Responsive Menu
---------------------------------------------------------------------------------------------------- */

body #click-menu {
	right: 22.5%;
}

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

	body #click-menu {
		right: 20%;
	}

}	

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

	body #click-menu {
		right: 17.5%;
	}

}	

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

	body #click-menu {
		right: 15%;
	}

}

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

	body #click-menu {
		right: 12.5%;
	}

}

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

	body #click-menu {
		right: 10%;
	}

}	

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

	body #click-menu {
		right: 2%;
	}

}	

#responsive-menu {
	font-weight: 700;
}

#responsive-menu #responsive-menu-title {
	font-weight: 800;
}


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


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

	.site-header .widget-area {
		float: left;
		padding-left: 40px;
	}

}


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

	.site-header .wrap {
		padding: 0 2%;
	}

	.sleeptight-pro-home .site-inner .home-middle .wrap,
	.sleeptight-pro-home .site-inner .home-bottom .wrap {
		padding: 0 30px;
	}

}


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

	body {
		font-size: 18px;
	}

	/* .site-container {
		max-width: 960px;
	} */

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

	.site-header .widget-area {
		padding: 0;
		text-align: center;
		width: 100%;
	}

	body #click-menu {
		right: 12%;
	}

	.site-header .location {
		font-size: 20px;
		margin: 0 35px;
	}
	
	/* .content {
		width: 660px;
	}
	
	.sidebar-primary {
		width: 300px;
	} */
	
	.title-area {
		width: 260px;
	}
	
	.breadcrumb {
		margin: -30px -40px 30px;
	}
	
	.content {
		padding: 30px 40px 10px;
	}

	/* .home-slider {
		padding: 100px 30px;
	} */

	.home-top .widget {
		min-height: 340px;
		padding: 60px 30px 10px;
	}

	.home-bottom {
		font-size: 18px;
	}
}

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

	/* .site-container {
		max-width: 768px;
	} */

	body #click-menu {
		right: 15%;
	}

	.site-header .location {
		margin: 0 5px;
	}

	.content,
	.sidebar-primary,
	.sidebar-secondary,
	.wrap {
		width: 100%;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle .widget,
	.home-top .widget,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	/* .home-slider {
		padding: 50px 30px;
	}

	.home-slider .widget {
		width: 70%;
	} */
	
	.home-middle,
	.home-top {
		text-align: center;
	}

	.home-top .widget {
		min-height: 0;
		padding: 100px 0px 100px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.so-widget-sow-image-sow-image-3f547a15eaaa .sow-image-container .so-widget-image {
		margin: 0 auto;
		text-align: center !important;
	}

	.footer-locations {
		text-align: center;
	}	
	
}

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

	/* .site-container {
		max-width: 630px;
	} */

	body #click-menu {
		right: 12.5%;
	}

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

	.site-header .location {
		font-size: 15px;
	}

}

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

	body #click-menu {
		right: 5%;
	}

	.site-header .location {
		display: block;
		font-size: 18px;
		margin: 8px auto;
	}

	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
		max-width: 200px !important;
		min-height: 0 !important;
	}

	.header-image .site-title a {
		background-size: 200px;
	}

	/* .home-slider .widget {
		width: 90%;
	} */

}

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

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

}


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

	.home-middle .main-column {
		padding-right: 0;
	}

}


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

	body #click-menu {
		top: 10px;
	}

}

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

	/* .home-slider {
		padding: 50px 20px;
	}

	.home-slider .widget {
		width: 100%;
	}

	.home-slider .hero-tagline {
		font-size: 42px;
	}	*/

	.home-top .widget
		padding: 100px 20px;
	}

}


/* --- Jude --- */