/*!
Theme Name: Custom Theme
Theme URI: https://inksplashdesigns.net
Author: Jennifer Lyker, Inksplash Designs
Author URI: https://inksplashdesigns.net
Description: Description
Version: 1.0.02
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inksplash_starter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Inksplash Starter Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
/* CUSTOM FONTS 
@font-face {
    font-family: 'Louisiana';
    src: url('fonts/louisiana-webfont.woff2') format('woff2'),
		 url('fonts/louisiana-webfont.woff') format('woff'),
         url('fonts/louisiana.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-size:100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 100%;
	line-height: 1.5;
}

/*#content .elementor-button.elementor-size-sm {
	font-size: 1em;
	padding: 15px 28px;
	text-transform:uppercase;
	}
	
#content .elementor-button.elementor-size-xs,
#content .elementor-button.elementor-size-md,
#content .elementor-button.elementor-size-lg,
#content .elementor-button.elementor-size-xl {
	text-transform:uppercase;
	}*/

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

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

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

hr, .elementor hr {
	background-color: #f7f8f8;
	border: 0;
	height: 3px;
	margin-bottom: 2em;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

ul, ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0053A0;
}

.elementor .elementor-text-editor a {
	text-decoration:underline;
}

a:visited {
	color: #001446;	
}

a:hover, a:focus, a:active {
	color: #2EB457;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	float:right;
	display: none;
	width: 100%;
	height:130px;
}

.main-navigation ul {
	/*display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
	border-right:2px solid #DDE1E3;
	height:130px;
	/* START TABLET SETTINGS */
	border-top:2px solid #DDE1E3;
	width:100%;
	/*float:right;*/
}



.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	border-right:0;
	height:auto;
	padding-top:1em;
	padding-bottom:1em;
	border:2px solid #DDE1E3;
	background:#fff;
	width:auto;
}

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

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



.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -2px;
	margin-top:-2px;
}

.main-navigation ul li.about-rotech:hover > ul {
	left:-150px;
}

.main-navigation li {
	float: left;
	position: relative;
	border-left:2px solid #DDE1E3;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	/* START TABLET SETTINGS */
	font-size:0.9em;
	width:18%;
}

.main-navigation ul ul li {
	border-left:0;
	text-align:left;
	text-transform:none;
	letter-spacing:0;
	font-size:0.9em;
	/* START TABLET SETTINGS */
	width:auto;
}


.main-navigation a {
	display: block;
	text-decoration: none;
	height:130px;
	font-weight:700;
	color:#000;
	line-height:1em;
	/* START TABLET SETTINGS */
	padding-top:55px;
	padding-left:1em;
	padding-right:1em;
	
	/*padding-left:1.5em;
	padding-right:1.5em;*/
}

.main-navigation .hfe-nav-menu a.hfe-menu-item {
	-webkit-box-align: left;
}

.main-navigation a:hover {
	background:#F7F8F8;
	/*color:#0053A0;*/
}

.main-navigation li.current_page_parent a, 
.main-navigation li.current-menu-item a {
	background:#F7F8F8;
	color:#2EB457;	
}

.main-navigation li.current_page_parent li a, 
.main-navigation li.current-menu-item li a {
	background:transparent;
	color:#000;
}

.main-navigation li.products-nav,
.main-navigation li.sleep-central {
	width:21%;
}

.main-navigation li.practitioners-nav {
	width:22%;
}

.main-navigation li.products-nav a {
	padding-top:50px;
	/* START TABLET SETTINGS */
	/*width:130px;	*/
	/*width:160px;*/
	
}

.main-navigation li.sleep-central a {
	padding-top:50px;
	/* START TABLET SETTINGS */
	/*width:180px;*/
	/*width:200px;
	padding-top:50px;*/
}

.main-navigation li.practitioners-nav a {
	/*padding-top:50px;
	 START TABLET SETTINGS */
}

.main-navigation li.about-rotech a {
	padding-top:50px;
}

/*.main-navigation ul ul a {
	
}*/
.main-navigation ul ul li a, 
.main-navigation ul li.products-nav ul a,
.main-navigation ul li.sleep-central ul a, 
.main-navigation ul li.about-rotech ul a {
	display: block;
	text-decoration: none;
	height:auto;
	padding-top:0.5em;
	padding-left:1.5em;
	padding-right:1.5em;
	padding-bottom:0.5em;
	font-weight:400;
	color:#000;
	line-height:1em;
	width: 250px;
}

.main-navigation ul ul li a:hover, 
.main-navigation ul li.products-nav ul a:hover,
.main-navigation ul li.sleep-central ul a:hover {
	background:none;
	color:#0053A0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/*@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}*/

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

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

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

/* MOBILE NAV */

	
.menu-link {
	display:none;
	color:#fff;
	background:#ccc;
	border-radius:4px;
	padding:5px 18px;
	float:right;
	margin:10px 20px;
	text-decoration:none;
	}
	
a.menu-link:hover, a.menu-link:visited, a.menu-link:focus {
	text-decoration:none;
	}
	
	
/*Hamburger Button
.toggle-button {
	position: fixed;
	top: 180px;
	right: 40px;
	width: 54px;
	height: 46px;
	padding: 8px;
	transition: .25s;
	z-index: 15;
	background:#0053A0;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 72%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 4px solid #fff;
	border-bottom: none;
	top: 0;
	top:10px;
}
.toggle-button .menu-bar-middle {
	height: 4px;
	background-color: #fff;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 14px;
}
.toggle-button .menu-bar-bottom {
	border: 4px solid #fff;
	border-top: none;
	top: 32px;
}
.button-open {
	right: 25px;
	top:50px;
	z-index: 20;
}
.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(11px, 3px);
	transition: .5s;
	width: 50%;
}
.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(12px, -5px);
	transition: .5s;
	width: 50%;
}

.menu-wrap {
	background-color:#404040;
	position: fixed;
	top: 0;
	right:0;
	height: 100%;
	width: 280px;
	margin-right: -280px;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 15;
	color:#fff;
}
.menu-show {
	margin-right: 0;
	box-shadow: 4px 2px 15px 1px #999;
}
.menu-sidebar {
	margin: 75px 0 80px 0;
	position: relative;
	top: 70px;
}
.menu-sidebar ul {
	margin:30px;
	padding:0;
	list-style-type:none;
	}
	
.menu-sidebar li {
	padding: 0 0 1em 0;
}

.menu-sidebar ul ul {
	margin:10px 0 0 10px;
	}

.menu-sidebar li > a {
	color: #fff;
	font-weight:normal;
	text-transform:uppercase;
	font-size: 1em;
	position: relative;
	text-decoration:none;
}

.menu-sidebar li > a:hover {
	color:#BADCF1;
}

.menu-sidebar ul ul li {
	padding: 0 0 0.5em 0;
	}

.menu-sidebar li ul li > a {
	color: #fff;
	font-weight:normal;
	text-transform:uppercase;
	font-size: 0.9em;
	position: relative;
	text-decoration:none;
	}

.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #2EB457 50.3%);
	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}

.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #fff;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

/*.hentry {
	margin: 0 0 1.5em;
}*/

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

.page-content {
	margin-bottom:70px;
	}

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

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

.bypostauthor {
	display: block;
}

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

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/* INKSPLASH STYLES */


/* CUSTOM MOBILE NAV */
	
/* Hamburger Button */
.toggle-button {
	position: fixed;
	width: 54px;
	height: 46px;
	top: 5px;
	left: 5px;
	padding: 8px;
	transition: .25s;
	z-index: 15;
	background:none;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 72%;
	transition: .5s;
}
.toggle-button .menu-bar-top { 
	border: 4px solid #000; /*  color of bars on hamburger button */
	border-bottom: none;
	top:10px;
}
.toggle-button .menu-bar-middle {
	height: 4px;
	background-color: #000; /*  color of bars on hamburger button */
	margin-top: 7px;
	margin-bottom: 7px;
	top: 14px;
}
.toggle-button .menu-bar-bottom {
	border: 4px solid #000; /*  color of bars on hamburger button */
	border-top: none;
	top: 32px;
}
.button-open {
	left: 25px;  /* for left side menu */
	/*right: 25px;  for right side menu */
	z-index: 20;
}

.button-open .menu-bar-top {
	border-color: #000; /*  color of x on open hamburger button */
	transform: rotate(45deg) translate(11px, 3px);
	transition: .5s;
	width: 50%;
}
.button-open .menu-bar-middle {
	background-color: #000; /*  color of x on open hamburger button */
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #000; /*  color of x on open hamburger button */
	transform: rotate(-45deg) translate(12px, -5px);
	transition: .5s;
	width: 50%;
}

.menu-wrap {
	background-color:#F7F8F8; /*  color of background on menu that slides in */
	position: fixed;
	top: 0;
	/*right:0;  for right side menu */
	height: 100%;
	width: 320px;
	margin-left: -320px; /* for left side menu */
	/*margin-right:-350px;  for right side menu */
	font-size: 1em;
	overflow: auto;
	transition: .25s;
	z-index: 15;
	}
	
.menu-show {
	/*margin-right: 0;  for right side menu */
	margin-left: 0; /*  for left side menu 
	box-shadow: 4px 2px 15px 1px #999;*/
}
.menu-sidebar {
	margin: 50px 20px 50px 0;
	position: relative;
	top: 20px;
}
.menu-sidebar ul {
	margin:0 0 0 50px;
	padding:0;
	list-style-type:none;
	}
	
.menu-sidebar li {
	padding: 0 0 1em 0;
	}

.menu-sidebar ul ul {
	margin:10px 0 0 20px;
	}

.menu-sidebar li > a { /* mobile menu links */
	/*color: #272727;
	font-weight:700;
	text-transform:uppercase;*/
	font-size: 1em;
	position: relative;
	text-decoration:none;
}

.menu-sidebar li > a:hover { /* mobile menu links */
	/*color: #272727;*/
}

.menu-sidebar ul ul li {
	padding: 0 0 0.5em 0;
	line-height:1.2em;
	}

.menu-sidebar li ul li > a { /* mobile menu 2nd level links */
	/*color: #f15540;
	font-weight:400;
	text-transform:uppercase;*/
	font-size: 0.8em;
	position: relative;
	text-decoration:none;
	}

.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #999 50.3%); /* hover underline color */
	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: block;
}

.sidebar-menu-arrow::after {
	content: "\276F";
	padding: 10px;
	color: #666; /* sublink arrow color */
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #999; /* sublink arrow hover color */
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	
		
		.toggle-button {
			display:none;
		}
		
	
		
	
}





a.button, a.button:hover {
	font-family: "Source Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 40px 20px 40px;
	display:inline-block;
	background:#2EB457;
}



.elementor-element-e2ff749 .elementor-nav-menu--main .elementor-nav-menu ul {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-right:15px;
}

.elementor-testimonial__content {
	background:url(../png/quotes-left.png) 0 0 no-repeat;
	padding-top:30px;
	padding-left:20px;
}

.elementor-testimonial__text {
	background:url(../png/quotes-right.png) right bottom no-repeat;
	padding-bottom:20px;
	padding-right:10px;
}

a#top-of-page {
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
	background:#666666;
	text-transform:uppercase;
	color:#fff;
	padding:0 20px 8px 20px;
	font-size:1.6em;
	}
	
a#top-of-page span {
	font-size:0.5em;
	}
	
a#top-of-page:hover {
	text-decoration:none;
	}
	
.site-header {
	
	}
	
.site-branding {
	text-align:center;
}
	
.site-branding {
	/*padding-top:30px;
	padding-bottom:30px;*/
	}
	
.site-branding img {
	margin:20px 0 0 0;
	display:block;
}
	
.sidebar {
	margin-top:30px;
	}
	
.sidebar ul {
	list-style-type:none;
	margin:0 0 0 1em;
	padding:0;
	}
	
.sidebar ul li {
	font-size:0.8em;
	text-transform:uppercase;
	}
	
.sidebar ul a {
	}
	
.sidebar ul a:hover {
	}
	
.cat-links, .posted-on, .comments-link {
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:1px;
	}
	
.posted-on, .cat-links {
	display:inline-block;
	padding-right:15px;
	}
	
.post-thumbnail, .post-thumbnail img {
	margin:20px 0 20px 0;
	}
	
.pinterest {
	display:none;
	}
	
.elementor-element-34cc9b9 nav.elementor-pagination {
	display:none;
}
	
.navigation.pagination {
	display: block;
	clear:both;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	}

.nav-links {
	display:inline-block;
	background:#f0f0f0;
	font-size:0.7em;
	padding:0.25em 0.5em;
	text-transform:uppercase;
	}
	
.nav-links a, .nav-links span {
	padding:0 0.5em 0 0.5em;
	color:#fff;
	}
	
.page-header-bar {
	background:#333;
	color:#fff;
	padding:30px;
	margin-bottom:50px;
}

.page-header-bar h1 {
	
}

.blog-post-wrap {
	position:relative;
	margin:30px 0 30px 0;
}

.blog-post-wrap .post-thumbnail img {
	z-index:1;
	margin:0;
}

.blog-post-overlay {
	background-image: linear-gradient(rgba(255,0,0,0), rgba(0,0,0,1));
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:40px 20px 20px 20px;
}

.blog-post-overlay h2 {
	margin:0;
	color:#fff;
	font-size:20px;
}

.blog-post-overlay h2 a {
	color:#fff;
}
	
	/*
.site-footer #mc_embed_signup .button {
	clear: both;
	background-color:#000;
	border: 0 none;
	border-radius: 4px;
	transition: all 0.23s ease-in-out 0s;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	text-transform:uppercase;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	margin: 0 5px 10px 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
	}*/
	
input.submit, .search-submit {
	border: 0;
	border-radius: 3px;
	background: #000;
	color: #fff;
	font-size: 15px;
	padding: 1em;
	text-transform:uppercase;
	}
	
.search-submit {
	padding:0.75em;
	}
	
.subscribe-button {
	padding-top:20px;
	}
	
.site-footer #mc_embed_signup .button:hover {
	background-color:#000;
	}
	
.wp-caption-text {
	text-transform:uppercase;
	padding-top:5px;
	}
	
.wp-caption-text a {
	}
	
	
/* COMMENT STYLES */

.author_bio_section {
	margin-bottom:50px;
	border:1px solid #f0f0f0;
	padding:20px;
	min-height:200px;
	}
	
img.avatar {
	float:left;
	margin:0 1em 1em 0;
	border-radius:75px;
	}

ol.comment-list {
	margin:0 0 100px 0;
	padding:0 0 100px 0;
	list-style-type:none;
	}
	
ol.comment-list hr {
	margin-top:30px;
	margin-bottom:30px;
	}
	
ol.comment-list li {
	clear:both;
	display:block;
	padding-top:75px;
	}
	
ol.comment-list li ol li .comment-meta, 
ol.comment-list li ol li ol li .comment-meta, 
ol.comment-list li ol li ol li ol li .comment-meta, 
ol.comment-list li ol li ol li ol li ol li .comment-meta {
	border-left:1px solid #f0f0f0;
	padding-left:20px;
	}
	
.comment-meta {
	float:left;
	width:25%;
	}
	
.comment-author img.avatar {
	border-radius:24px;
	}
	
.comment-meta .fn, .comment-date {
	text-transform:uppercase;
	font-size:0.9em;
	}
	
.comment-date {
	font-size:0.8em;
	}
	
.comment-meta .fn {
	color:#8e8d8a;
	}
	
.comment-date a {
	color:#8e8d8a;
	}
	
.comment-content {
	float:right;
	width:70%;
	}
	
.reply {
	clear:both;
	}
	
a.comment-reply-link {
	background:#8e8d8a;
	color:#fff;
	padding:3px;
	text-transform:uppercase;
	font-size:0.8em;
	}
	
#respond {
	clear:both;
	}
	
#commentform label {
	width:8em;
	}
	
#commentform .comment-form-cookies-consent label {
	width:auto;
	}

/* show/hide toggle */
#search-container { 
	display:none;
	background:#F7F8F8;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
	}
	
#search-container input[type="search"] {
	padding:3px 6px;
	font-size:0.9em;
}

#search-container button {
    padding: 6px 6px 6px 8px;
	font-size:14px;
}
	
.search-nav-block .elementor-icon-list-items li:first-child {
	cursor:pointer;
}

.elementor-nav-menu li.search-toggle {
	display:none;
}
	
/* NINJA FORMS */

.nf-form-fields-required {
	font-style:italic;
	margin-bottom:2em;
	text-align:center;
	}
	
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	text-transform:uppercase;
	font-size:1em;
	}

	
/* RESPONSIVE STYLES */
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* OVERRIDE ELEMENTOR SIZES ON MOBILE */
@media only screen and (max-width : 480px) {
	/*#content h2.elementor-heading-title {
		font-size:1.4em;
	}
	
	#content h1 {
		font-size:1.4em;
		}*/
}

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

}

@media only screen and (max-width : 991px) {
	.nav-wrap {
		padding-left:0;
		padding-right:0;
	}

	.site-header .container {
		margin-right:0;
		margin-left:0;
		width:100%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
	
		
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	a#top-of-page {
		display:none;
		right:-500px;
		}
		
	.main-navigation {
		display:block;
		}
		
	.toggle-button {
		display:none;
		}
		
	
		
	.site-branding img {
		width:auto;
		margin-left:0;
		margin-top:50px;
		}
		
	.blog-content {
		padding-right:40px;
		}
	
	.sidebar {
		border-left:1px solid #ccc;
		padding-left:40px;
		}
		
	
		
}

 /* Medium Devices, Desktops */
 @media only screen and (min-width : 992px) {
	
	/* START TABLET SETTINGS 
.nav-wrap {
	padding-left:15px;
	padding-right:15px;
}

.site-header .container {
	margin-right:15px;
	margin-left:15px;
	width:970px;
}
 END TABLET SETTINGS */
	
	.main-navigation li {
		width:auto;
		}
		
	.main-navigation ul {
		border-top:0;
		width:auto;
		float:right;
	}
		

.main-navigation ul ul li {
/*
	width:auto;*/
}


.main-navigation a {
	padding-left:1em;
	padding-right:1em;
}



.main-navigation li.products-nav,
.main-navigation li.sleep-central {
	width:auto;
}

.main-navigation li.practitioners-nav {
	width:auto;
}

.main-navigation li.products-nav a {
	width:150px;
	}

.main-navigation li.sleep-central a {
	width:170px;
}

.main-navigation li.practitioners-nav a {
	/*padding-top:50px;
	 START TABLET SETTINGS */

}

.main-navigation li.about-rotech a {
	padding-top:55px;
}

/*.main-navigation ul ul a {
	
}*/
.main-navigation ul ul li a, 
.main-navigation ul li.products-nav ul a,
.main-navigation ul li.sleep-central ul a {

	width: 250px;
}

.main-navigation ul li.about-rotech:hover > ul {
	left:-100px;
}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	margin-top:0;
}
		
	
 		
 }
 
 @media only screen and (min-width : 1024px) {
 #search-container { 
		display:none;
		}
		
	.elementor-nav-menu li.search-toggle {
	display:block;
}
 }
 
 @media only screen and (max-width : 1023px) {
 .elementor-element-697721f.elementor-nav-menu__align-right .elementor-nav-menu,
.elementor-element-e2ff749 .elementor-nav-menu
 {
	 margin-left:auto;
	 margin-right:auto;
 }
 }

 /* Large Devices, Wide Screens */
 @media only screen and (min-width : 1200px) {
  	#search-container { 
		padding-left:100px;
		text-align:left;
		}
		
		
	.main-navigation li {
		font-size:1em;
		}
		
	.main-navigation a {
		padding-left:1.5em;
		padding-right:1.5em;
	}
	
	
	.main-navigation li.products-nav a {
		width:160px;
		}

	.main-navigation li.sleep-central a {
		width:200px;
	}

	.main-navigation li.practitioners-nav a {
		/*padding-top:50px;
		 START TABLET SETTINGS */

	}
	
	
.main-navigation ul li.about-rotech ul a {
	width:300px;
}

	
	
 }
 
 @media only screen and (min-width : 1350px) {
 
 	}

/* MAPSVG STYLES */

.mapsvg-directory-item em {
	font-size:0.8em;
}

.mapsvg-directory-item:nth-child(even) {
	background:#EBEEEF;
}

.mapsvg-directory-item:nth-child(even):hover {
	background:#E3E7E8;
}



#content .elementor-section-stretched {
	overflow-x: hidden;
}


/* GRAVITY FORMS */

body #content .gform_wrapper ul li.gfield {
    margin-top: 30px;
    padding-top: 0;
}

.form-divider hr {
	background-color: #f7f8f8;
	border: 0;
	height: 3px;
	margin-top:2em;
	margin-bottom: 3em;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


body #content .gform_wrapper ul li.gfield.new-address {
    margin-top: 30px;
    padding-top: 30px;
	border:3px solid #f7f8f8;
	padding:30px;
}

body #content .gform_wrapper ul li.gfield.sub-question {
	margin-top: 30px;
	margin-left:30px !important;
    padding-top: 30px;
	border:3px solid #f7f8f8;
	padding:30px;
}

body #content .gform_wrapper ul li.gfield.sub-question-message {
	font-weight:700;
	background:#f7f8f8;
	color:#C73B52;
	margin-left:30px !important;
	padding:30px;
	padding-top:30px;
}

body #content .gform_wrapper ul li.gfield.supply-question {
	background:#f7f8f8;
	padding-top:30px;
	padding:30px;
}

.gform_wrapper .supply-question label.gfield_label {
	color:#0053A0;
	font-size:1.2em;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] {
	background:#2EB457;
}


#slidingDiv, #slidingDiv_2{
	/*height:300px;
	background-color: #99CCFF;
	padding:20px;
	margin-top:10px;
	border-bottom:5px solid #3399FF;*/
	display:none;
}

.elementor-editor-active #slidingDiv, .elementor-editor-active #slidingDiv_2 {
	display:block;
}

.elementor-widget-button .elementor-button {
	cursor:pointer;
}

.elementor-widget-button .elementor-button.activated {
	background-color:#0053A0;
}

.elementor-widget-button .elementor-button.faded {
	/*display:none;*/
	background-color:#DDE1E3;
	cursor:not-allowed;
}


/* FORM TOOLTIPS */

/*.gftt-content img {
	border:1px solid #000;
}*/
#powerTip {
	border:5px solid #75A5C1 !important;
}