/*!
Theme Name: bw_theme
Theme URI: http://underscores.me/
Author: Megantic Pty. Ltd.
Author URI: https://www.megantic.com.au/
Description: New Theme for bedding warehouse
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bw_theme
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.

bw_theme is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
 */


 html {
	line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    background-color: #ffff33;
    box-sizing: border-box;
}

@font-face {

    font-family: "BadaboomBB";

    src: url(fonts/badabb.woff) format("truetype");
}

@font-face {

    font-family: "Bebas";

    src: url(fonts/bebas.woff) format("truetype");
}


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

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

*::before,
*::after {
    box-sizing: border-box !important;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* 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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

div.zoomContainer {
    width: 350px;
}
div.zoomWindowContainer {
    width: 350px;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

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

/* Header */

.site-wide-banner {
    background-color: #f14465;
    line-height: 6px;
    border-bottom: solid;
    border-color: #2c2c2c;
    color: white;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 22px;
	text-transform: uppercase;
	height: 60px;
}

.site-wide-banner-inner {
	text-align: center;
	margin: 15px auto;
}

.center_icon {
	float: initial;
	clear: both;
	margin: auto 3px;
	
}

.icon_text {
	font-size: 15px;
	margin: 5px 0 5px 0;
	display: inline-block;
}

.top-banner-new {
    background-color: #1a1a1a;
    line-height: 26px;
    border-bottom: solid;
    border-width: 2px;
    border-color: #2c2c2c;
    color: white;
    padding-right: 5px;
    padding-left: 5px;
}

.top-banner-last {
    background-color: #ffff33 !important;
    line-height: 30px;
}

.site-header {
    background-color: #ffff33;

}

div#flipFlop  form.search-form{
    position: relative;
    width: 95%;
    margin-top: 10px;
    margin-left: 6px;
}

div#flipFlop .modal-body {
    padding: 0;
    height: 61px;
}

div.modal-body table {
    margin-top: 20px;
}

.modal-body {
    padding: 30px;
    clear: both;
    float: left;
    width: 100%;
}

.modal-content {
    border-radius: 0;
    margin-top: 195px;
    z-index: 99999;
}

.top-banner-controls {
    margin: 15px auto;
}

.top-banner-last-inner {
    min-height: 145px;
    margin-bottom: -53px;
}

.top-banner-logo a img {

    margin: -40px auto 0 auto !important; 
}

.top-banner-txt {
    margin: 15px auto 25px auto;
    text-align: center;
}

.mobile_icon {
	padding: 0px !important;
	text-align: center;
	display: flex;
}

/* Footer */

#footer {
    background: #000;
    color: #bcbcbc;
    font-size: 14px;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

.footer-service {
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 14px;
    line-height: 25px;
}

#footer .widget-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    color: #fff;
    line-height: 1;
}

#footer .textwidget {
    font-size: 12px;
	line-height: 22px;
	
}

.site-wide-banner-inner .custom-html-widget {
	width: 100%;
}

#footer ul {
    list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#footer ul.sub-menu {
    margin-left: 20px;
}

#footer ul.sub-menu li {
    border-bottom: 0;
}

#footer ul li {
    font-size: 14px;
    display: block;
    margin: 0;
    letter-spacing: 0px;
    line-height: 22px;
}

#footer ul li a,
#footer #wp-calendar a,
#footer a {
    display: inline-block;
    line-height: 14px;
    padding: 2px 4px;
    color: #a8a8a8;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

#footer ul li a:hover,
#footer #wp-calendar a:hover,
#footer a:hover {
    background-color: #fef723;
	color: #000;
	-webkit-transition: all 10ms ease-in-out;
	-moz-transition: all 10ms ease-in-out;
	-ms-transition: all 10ms ease-in-out;
	-o-transition: all 10ms ease-in-out;
	transition: all 10ms ease-in-out; 
}

/*Social Icons*/

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline li {
    display: inline-block !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    margin-bottom: 10px !important;
}

.social-icons .fa {
    font-size: 1.8em;
}

.social-icons .fa {
    width: 37px;
    height: 37px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}


.social-icons.icon-flat .fa {
    border-radius: 0;
}

.social-icons .fa:hover,
.social-icons .fa:active {
    color: #FFF;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
   
}

.social-icons.icon-zoom .fa:hover,
.social-icons.icon-zoom .fa:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-facebook,
.social-icons .fa-facebook-square {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-google-plus,
.social-icons .fa-google-plus-square {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-instagram {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-pinterest,
.social-icons .fa-pinterest-square {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-skype {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-twitter,
.social-icons .fa-twitter-square {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-vimeo-square {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-youtube,
.social-icons .fa-youtube-play,
.social-icons .fa-youtube-square {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-rss {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-envelope {
    color: #000;
    background-color: #ffe51e;
}

.social-icons .fa-facebook:hover,
.social-icons .fa-facebook:active {
    background-color: #3C599F;
}

.social-icons .fa-google-plus:hover,
.social-icons .fa-google-plus:active {
    background-color: #CF3D2E;
}

.social-icons .fa-instagram:hover,
.social-icons .fa-instagram:active {
    background-color: #A1755C;
}

.social-icons .fa-linkedin:hover,
.social-icons .fa-linkedin:active {
    background-color: #0085AE;
}

.social-icons .fa-pinterest:hover,
.social-icons .fa-pinterest:active {
    background-color: #CC2127;
}

.social-icons .fa-skype:hover,
.social-icons .fa-skype:active {
    background-color: #01AEF2;
}

.social-icons .fa-twitter:hover,
.social-icons .fa-twitter:active {
    background-color: #32CCFE;
}

.social-icons .fa-vimeo-square:hover,
.social-icons .fa-vimeo-square:active {
    background-color: #229ACC;
}

.social-icons .fa-youtube:hover,
.social-icons .fa-youtube:active {
    background-color: #C52F30;
}

.social-icons .fa-rss:hover,
.social-icons .fa-rss:active {
    background-color: #ff6600;
}

.social-icons .fa-envelope:hover,
.social-icons .fa-envelope:active {
    background-color: #08A609;
}

.social-icons li a {
    padding: 0 !important;
}

/*Before Footer*/

.tp_recent_tweets {
    position: relative;
    max-width: 100%;
    background-color: #444444;
    color: #fff;
    padding: 15px;
    margin: 5px 15px 65px 15px;
	border-radius: 4px;

}

.tp_recent_tweets li {
    padding: 15px 15px 15px 55px;
}

.tp_recent_tweets ul {
	margin: 0;
}

.tp_recent_tweets:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #444444 transparent;
    display: block;
    width: 0;
}

.tweeter-btn-wrap {
    position: relative;
}

.tweeter-btn-follow {
    position: absolute;
    top: -40px;
    left: 15px;
}

hr.custom {
	margin: 20px 0 40px 0;
	border-top: solid 0.5px #292929 ;
	
}

.footer-bottom {
	padding: 20px 0;
	background: #141414;
	color: #bcbcbc;
	font-size: 14px;
	position: relative;
	z-index: 2;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom li {
    display: inline;
    margin: 0 5px 0 0;
}

.footer-bottom li:last-child {
    border: 0;
    margin-right: 0;
}

.footer-bottom li a {
    color: #bcbcbc;
    padding: 0;
}

.footer-bottom li:after {
    content: '|';
    padding: 0 0 0 10px;
}

.footer-bottom li:last-child:after {
    content: '';
}

.footer-payment {
    float: right;
	padding: 0 0 0 10px;
	margin-bottom: 25px;
	text-align: center;
}

.footer-payment img {
    background: #141414;
    display: inline;
    margin-right: 2px;
    vertical-align: middle;
}

div.footer-txt {
    font-size: 11px;
    color: #666666;
    display: table-cell;
    vertical-align: middle;
    padding: 0 46px 0 26px;
	line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}

div.footer-txt p {
    margin-bottom: 0;
}

/* AFTER CONTENT */

#after-content {
    background-color: #ffff33;
    margin: 0 auto;
    padding: 12px 0px;
    overflow: hidden;
    line-height: 20px;
    clear: both;
    text-align: center;
    position: relative;
    z-index: 2;
}

#after-content-widget .textwidget {
    font-size: 18px;
}

#after-content-widget p {
    line-height: 40px;
}

.after-content-banner p {
    line-height: 1 !important;
    margin-bottom: 13px;
}

.after-content-banner {
    text-align: center;
    background-color: #ffff33;
    margin-top: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 370px) {
    .after-content-banner p span,
    .after-content-banner p span a {
        font-size: 45px;
    }
}

/* Fonts */

.badaboom-black {
    font-family: BadaboomBB, Georgia, "Times New Roman", Times, serif;
    font-size: 55px;
    color: #000;
	text-transform: uppercase;
}

.badaboom-black a {
    font-family: BadaboomBB, Georgia, "Times New Roman", Times, serif;
    font-size: 55px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 10px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.badaboom-black a:hover {
    color: #fef723;
    background-color: #000000;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

/*Mobile new*/

.top-banner-first {
    background-color: #000000;
    line-height: 30px;
}

.top-banner-controls {
    margin: 15px auto;
}

.top-banner-controls-stores a {
    font-size: 20px;
    color: #f4f4f4;
    line-height: 2;
}

.top-banner-controls-stores a:hover {
    color: #f94127;
    text-decoration: none;
}

.top-banner-controls-stores i.shadow {
	font-size: 26px;
    color: #f94127;
    text-shadow: 1px 1px 0 #f4f4f4, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #f4f4f4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

.search_mobile i {
	font-size: 35px;
	line-height: 1;
	margin-top: 0;
	color: #fff;
}

.clickable {
    cursor: pointer;
}

.search_mobile {
	padding: 2px !important;
	top: 5px;
	right: -17px;
	z-index: 99999;
}


.bow-menu-cart {
    position: relative;
    display: inline-block;
}

.bow-menu-cart i {
    font-size: 35px;
    line-height: 1;
    margin-top: 0;
    color: #fff;
}

/*Dropdown Cart */

.bow-dropdown-cart {
    display: block;
    text-align: left;
    position: absolute;
    top: 55px;
    right: -15px;
    z-index: 1000 !important;
    width: 300px;
    padding: 15px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.mini_cart_item, .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {

    padding: 5px 10px;
    margin-bottom: 8px;
    min-height: 80px;
    background-color: #F5F5F5;
    line-height: 20px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.bow-dropdown-cart ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bow-dropdown-cart .widget_shopping_cart_content .total {
    font-family: "Open Sans", Arial, sans-serif;
    text-align: right;
    letter-spacing: -.5px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 10px;
    margin-bottom: 15px;
    background-color: #F5F5F5;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    color: #000;
    line-height: 37px;
    font-size: 16px;
}

.bow-dropdown-cart p.buttons a {
    border: 0;
    padding: 4px 12px;
    text-decoration: none;
    outline: none;
    font-weight: 800;
    background: #FFE51E;
    color: #000;
    font-size: 12px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.bow-dropdown-cart p.buttons a:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.bow-dropdown-cart .widget_shopping_cart_content .buttons a:nth-child(2) {
    float: right;
}

.bow-dropdown-cart .widget_shopping_cart_content .cart_list .mini_cart_item a {
    display: initial;
    color: #000;
    padding: 2px 4px;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.bow-dropdown-cart .widget_shopping_cart_content .cart_list .mini_cart_item a:hover {
    background-color: #272727;
    color: #fff;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.bow-dropdown-cart .widget_shopping_cart_content .cart_list .mini_cart_item a.remove {
    position: absolute;
    right: 14px;
    padding: 4px;
    line-height: 0.5;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.bow-dropdown-cart .widget_shopping_cart_content .cart_list .mini_cart_item .remove:hover {
    color: #000;
    background-color: #FFE51E;
}

.text-recently {
    font-size: 12px;
    margin: 5px 0 5px 0;
}

input.search-field.form-control.form-bow {
    margin: 0;
    height: 40px;
    border-radius: 0%;
}

.search-btn {
    position: relative;
    border: none;
    background: #d5d5d5;
    height: 40px;
    padding: 8px 12px 4px 12px;
    top: -40px;
    float: right;
    border-radius: 0%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}


.search-form {
    position: absolute;
	width: 95%;	
}

input.search-field.form-control.form-bow:active,
input.search-field.form-control.form-bow:focus {
    border: 2px solid #fef723;
    box-shadow: 0 0 5px rgb(255, 229, 30) !important;
}

.search-form .form-control {
    font-size: 12px;
}

.search-btn:hover {
    background: rgba(213, 213, 213, 0.3);
    border: none;
}

.search-btn i {
    color: #3c3c3c;
    font-size: 22px;
    position: relative;
}

.badge-custom {
	font-family: 'helvetica';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 10px 3px;
	font-size: 18px;
	font-weight: bold;
	line-height: 7px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	background-color: #FD1312;
	vertical-align: super;
	position: absolute;
	 top: 3px;
	right: -38px; 
}

.badge-custom:after {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 5px;
    left: -10px;
    bottom: auto;
    border-width: 7px 10px 7px 0;
    border-color: transparent #FD1312;
}

ul.product_list_widget .amount,
ul.product_list_widget ins {
    font-weight: 700;
    padding: 2px 4px;
}

ul.product_list_widget del span {
    font-weight: 500 !important;
    padding: 2px 4px;
    opacity: .5;
}

.form-control {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: solid 1px #dddddd;
    font-style: italic;
    color: #292929 !important;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 10px;
    height: auto;
}

body.search-no-results input.form-control,
body.error404 input.form-control {
    width: 100% !important;
}

.footer-additional-info span {
    padding: 2px 1px;
    letter-spacing: -1px;
    text-transform: uppercase;
    overflow: hidden;
    text-align: right;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
}

.footer-additional-info a {
    color: #fff;
    font-weight: 700;
}

.footer-additional-info .facebook {
	margin-bottom: 15px;
}

#left_float_ads {
    left: 0;
    position: fixed;
    width: 365px;
    height: 100%;
    text-align: center;
    top: 219px;
    background-color: transparent;
    z-index: 0;
    display: none;
   
}

#right_float_ads {
    right: 0;
    position: fixed;
    width: 365px;
    height: 100%;
    text-align: center;
    top: 219px;
    background-color: transparent;
    z-index: 0;
    display: none;

}

/* MAIN NAVIGATION  */

div.col-12.nav-no-padding {
    padding: 0;
}

#menu-main-navigation li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: Open Sans;
    outline: none;
}

.navbar-expand-md {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border-radius: 0%;
    padding: 0;
    max-width: 100%;
}

#bow_nav {
    justify-content: center;
}

#menu-main-navigation li a:focus {
    background-color:#000;
    color: #fff;
} 

#menu-main-navigation li a:hover,
#menu-main-navigation li.current_page_item>a,
#menu-main-navigation li.current_page_parent>a,
#menu-main-navigation li.current-menu-parent>a,
#menu-main-navigation li.current-menu-ancestor>a,
#menu-main-navigation a.active {
    background: #fef723;
    color: #000 !important;
}

#menu-main-navigation li a {
   padding: 10px 15px;
   margin-top: 5px;
   margin-bottom: 5px;
}

#menu-main-navigation .dropdown-menu a {
    color: #000 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 6px;  
}

 #menu-main-navigation .dropdown-menu a:hover {
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
} 

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.dropdown-menu {
    margin: 0px 50px 60px 0;
}

.dropdown-menu .dropdown-menu {
    left: 90%;
    top: 0px;
}

.dropdown-menu  {
    min-width: 15rem !important;
}

.dropdown-menu .show  {
    margin-left: 4px;
}

#secondary .yawp_wim_wrap {
    display: none;
}

#open-search i {
    font-size: 18px;
    margin-top: -2px;
}

.search-open {
    clear: both;
    padding-top: 15px;
}

.search-open .form-group {
    padding: 0;
    margin: 0;
}

div.main-widget.yotpo-display-wrapper {
    padding: 15px;
    max-width: 1140px;
    background-color: #fff;
}

.yotpo {
    margin-bottom: 0 !important;
}

.yotpo.yotpo-main-widget {
    max-width: 1140px;
}

.yotpo-reviews-carousel .carousel-display-wrapper {
    padding-left: 0px !important; 
    padding-right: 0px !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper .headline {
    margin-left: 25px !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
    margin-right: 25px !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel {
    margin-left: 3px !important;
}

.yotpo-reviews-carousel {
    background: #fff !important;
}

.yotpo-reviews-carousel.yotpo-size-1,
.yotpo-reviews-carousel.yotpo-size-2,
.yotpo-reviews-carousel.yotpo-size-6,
.yotpo-reviews-carousel.yotpo-size-5 {
    padding-right: 0; 
    padding-left: 0;
}

.site-main {
    background-color: #fff; 
    border-top: 4px solid #000;  
}

article {
    background-color: #fff;
}

.store-location-links p{
    font-size: 14px;
}

.store-location-message h3{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3em;
}

.error_404_search_form {
    padding: 0 0 60px 0;
}

.ip-main {
    visibility: visible;
    background-color: #fff;
}

.bow-loader .ip-main {
    visibility: hidden;
}

.bow-loader .loaded .ip-main {
    visibility: visible;
    margin-top: 0;
}

.bow-loader .ip-main>.navbar {
    display: none;
}

.bow-loader .loaded .ip-main>.navbar {
    display: block;
}

.navbar {
    margin-bottom: 0px;
}

.page-title  {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    color: #000;
    margin: 0;
    letter-spacing: -2px;
    font: 40 "Open Sans";
}

.page-title h1 {
    margin: 0;
    font-weight: 700;
}

/* Caravan Mattreses */

span.form-required {
    color: #BB0100;
}

.wpcf7-form-control-wrap {
    padding: 5px 0;
    display: block;
}

.caravan-styles #content p {
    font-size: 15px;
    line-height: 1.2em;
}

.caravan-styles #content ul {
    font-size: 14px;
    line-height: 1.2em;
    padding: 0;
    margin-left: 15px;   
}

.caravan-styles #content table {
    font-size: 12px;
    margin-bottom: 20px;
}

.caravan-styles #content a {
    color: #0099FF;
}

.custom-mattress #content>h3 {
    font-size: 24px;
}

.custom-mattress #content p {
    margin-bottom: 3px;
}

.caravan-styles #content h3 {
    color: #282828;
    line-height: 30px;
}

.caravan-styles #content h1 {
    font-size: 34px;
    color: #282828;
    margin-top: 0;
    margin-bottom: 5px;;
}

/* ENTRY CONTENT */

.entry-content,
.entry-summary {
    padding: 10px 0;
}

body .type-page .entry-content,
body .type-page .entry-summary {
    padding: 0;
}

.article-post .entry-content,
.article-post .entry-summary {
    padding: 12px;
    border: 0;
    background: #F8F8F8;
    color: #494847;
    font-size: 12px;
}

body.search article .entry-summary p {
    padding: 10px;
    font-family: 'Montserrat';
    line-height: 20px;
}

body.search article.product a.post-thumbnail img {
    margin: 20px 0 0 20px;
}

 .entry-content h1 {
    color: #292929;
    font: 40px "Open Sans";
    font-weight: 400;
    line-height: 50px;
}

.entry-content h2 {
    color: #292929;
    font: 32px "Open Sans";
    font-weight: 400;
    line-height: 42px;
}

.entry-content h3 {
    color: #292929;
    font: 24px "Open Sans";
    font-weight: 400;
    line-height: 36px;
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .entry-content h3 {
        font: 21px "Open Sans";
    }
}

.entry-content p {
    margin: 0;
    font-size: 14px;
}

/*responsive side ads*/

@media only screen and (min-width: 1440px) {
    #left_float_ads {
        display: block;
    }

    #right_float_ads {
        display: block;
    }
}

@media only screen and (max-width: 1920px) {
    #left_float_ads {
        width: 381px;
    }

    #right_float_ads {
        width: 381px;
    }
}

@media only screen and (max-width: 1915px) {
    #left_float_ads {
        width: 379px;
    }

    #right_float_ads {
        width: 379px;
    }
}

@media only screen and (max-width: 1910px) {
    #left_float_ads {
        width: 377px;
    }

    #right_float_ads {
        width: 376px;
    }
}

@media only screen and (max-width: 1900px) {
    #left_float_ads {
        width: 372px;
    }

    #right_float_ads {
        width: 371px;
    }
}

@media only screen and (max-width: 1890px) {
    #left_float_ads {
        width: 367px;
        z-index: 0;
    }

    #right_float_ads {
        width: 366px;
    }
}

@media only screen and (max-width: 1880px) {
    #left_float_ads {
        width: 362px;
    }

    #right_float_ads {
        width: 361px;
    }
}

@media only screen and (max-width: 1870px) {
    #left_float_ads {
        width: 357px;
    }

    #right_float_ads {
        width: 356px;
    }
}

@media only screen and (max-width: 1860px) {
    #left_float_ads {
        width: 352px;
    }

    #right_float_ads {
        width: 351px;
    }
}

@media only screen and (max-width: 1850px) {
    #left_float_ads {
        width: 347px;
    }

    #right_float_ads {
        width: 346px;
    }
}

@media only screen and (max-width: 1840px) {
    #left_float_ads {
        width: 342px;
    }

    #right_float_ads {
        width: 341px;
    }
}

@media only screen and (max-width: 1830px) {
    #left_float_ads {
        width: 337px;
    }

    #right_float_ads {
        width: 336px;
    }
}

@media only screen and (max-width: 1820px) {
    #left_float_ads {
        width: 332px;
    }

    #right_float_ads {
        width: 331px;
    }
}

@media only screen and (max-width: 1810px) {
    #left_float_ads {
        width: 327px;
    }

    #right_float_ads {
        width: 326px;
    }
}

@media only screen and (max-width: 1800px) {
    #left_float_ads {
        width: 322px;
    }

    #right_float_ads {
        width: 321px;
    }
}

@media only screen and (max-width: 1790px) {
    #left_float_ads {
        width: 317px;
    }

    #right_float_ads {
        width: 316px;
    }
}

@media only screen and (max-width: 1780px) {
    #left_float_ads {
        width: 312px;
    }

    #right_float_ads {
        width: 311px;
    }
}

@media only screen and (max-width: 1770px) {
    #left_float_ads {
        width: 307px;
    }

    #right_float_ads {
        width: 306px;
    }
}

@media only screen and (max-width: 1760px) {
    #left_float_ads {
        width: 302px;
    }

    #right_float_ads {
        width: 301px;
    }
}

@media only screen and (max-width: 1750px) {
    #left_float_ads {
        width: 297px;
    }

    #right_float_ads {
        width: 296px;
    }
}

@media only screen and (max-width: 1740px) {
    #left_float_ads {
        width: 292px;
    }

    #right_float_ads {
        width: 291px;
    }
}

@media only screen and (max-width: 1730px) {
    #left_float_ads {
        width: 287px;
    }

    #right_float_ads {
        width: 286px;
    }
}

@media only screen and (max-width: 1720px) {
    #left_float_ads {
        width: 282px;
    }

    #right_float_ads {
        width: 281px;
    }
}

@media only screen and (max-width: 1710px) {
    #left_float_ads {
        width: 277px;
    }

    #right_float_ads {
        width: 276px;
    }
}

@media only screen and (max-width: 1700px) {
    #left_float_ads {
        width: 272px;
    }

    #right_float_ads {
        width: 271px;
    }
}

@media only screen and (max-width: 1690px) {
    #left_float_ads {
        width: 267px;
    }

    #right_float_ads {
        width: 266px;
    }
}

@media only screen and (max-width: 1680px) {
    #left_float_ads {
        width: 262px;
    }

    #right_float_ads {
        width: 261px;
    }
}

@media only screen and (max-width: 1670px) {
    #left_float_ads {
        width: 257px;
    }

    #right_float_ads {
        width: 256px;
    }
}

@media only screen and (max-width: 1660px) {
    #left_float_ads {
        width: 252px;
    }

    #right_float_ads {
        width: 251px;
    }
}

@media only screen and (max-width: 1650px) {
    #left_float_ads {
        width: 247px;
    }

    #right_float_ads {
        width: 246px;
    }
}

@media only screen and (max-width: 1640px) {
    #left_float_ads {
        width: 242px;
    }

    #right_float_ads {
        width: 241px;
    }
}

@media only screen and (max-width: 1630px) {
    #left_float_ads {
        width: 237px;
    }

    #right_float_ads {
        width: 236px;
    }
}

@media only screen and (max-width: 1620px) {
    #left_float_ads {
        width: 232px;
    }

    #right_float_ads {
        width: 231px;
    }
}

@media only screen and (max-width: 1610px) {
    #left_float_ads {
        width: 227px;
    }

    #right_float_ads {
        width: 226px;
    }
}

@media only screen and (max-width: 1600px) {
    #left_float_ads {
        width: 222px;
    }

    #right_float_ads {
        width: 221px;
    }
}

@media only screen and (max-width: 1590px) {
    #left_float_ads {
        width: 217px;
    }

    #right_float_ads {
        width: 216px;
    }
}

@media only screen and (max-width: 1580px) {
    #left_float_ads {
        width: 212px;
    }

    #right_float_ads {
        width: 211px;
    }
}

@media only screen and (max-width: 1570px) {
    #left_float_ads {
        width: 207px;
    }

    #right_float_ads {
        width: 206px;
    }
}

@media only screen and (max-width: 1560px) {
    #left_float_ads {
        width: 202px;
    }

    #right_float_ads {
        width: 201px;
    }
}

@media only screen and (max-width: 1550px) {
    #left_float_ads {
        width: 197px;
    }

    #right_float_ads {
        width: 196px;
    }
}

@media only screen and (max-width: 1540px) {
    #left_float_ads {
        width: 192px;
    }

    #right_float_ads {
        width: 191px;
    }
}

@media only screen and (max-width: 1530px) {
    #left_float_ads {
        width: 187px;
    }

    #right_float_ads {
        width: 186px;
    }
}

@media only screen and (max-width: 1520px) {
    #left_float_ads {
        width: 182px;
    }

    #right_float_ads {
        width: 181px;
    }
}

@media only screen and (max-width: 1510px) {
    #left_float_ads {
        width: 177px;
    }

    #right_float_ads {
        width: 176px;
    }
}

@media only screen and (max-width: 1500px) {
    #left_float_ads {
        width: 172px;
    }

    #right_float_ads {
        width: 171px;
    }
}

@media only screen and (max-width: 1490px) {
    #left_float_ads {
        width: 167px;
    }

    #right_float_ads {
        width: 166px;
    }
}

@media only screen and (max-width: 1480px) {
    #left_float_ads {
        width: 162px;
    }

    #right_float_ads {
        width: 161px;
    }
}

@media only screen and (max-width: 1470px) {
    #left_float_ads {
        width: 157px;
    }

    #right_float_ads {
        width: 156px;
    }
}

@media only screen and (max-width: 1460px) {
    #left_float_ads {
        width: 152px;
    }

    #right_float_ads {
        width: 151px;
    }
}

@media only screen and (max-width: 1450px) {
    #left_float_ads {
        width: 147px;
    }

    #right_float_ads {
        width: 146px;
    }
}

@media only screen and (max-width: 1440px) {
    #left_float_ads {
        width: 142px;
    }

    #right_float_ads {
        width: 141px;
    }
}

@media only screen and (max-width: 1430px) {
    #left_float_ads {
        width: 137px;
    }

    #right_float_ads {
        width: 136px;
    }
}


@media only screen and (min-width: 980px) {
	.tp_recent_tweets {
		max-width: 50%;
	}
}

@media only screen and (min-width: 300px) and (max-width: 980px) {
	.top-banner-logo .logo-h1 {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1220px) {
.top-banner-controls-stores {
    padding: 5px 0 0 0;
    }
}


html {
    height:100%;
}

body {
    height:100%;                    
    margin-top:0%;
    padding:0%; 
}

@media only screen and (max-width: 767px) {
    .badaboom-black a {
        display: block;
    }

}

/* Fonts */
.badaboom-black {
    font-family: BadaboomBB, Georgia, "Times New Roman", Times, serif;
    font-size: 55px;
    color: #000;
    text-transform: uppercase;
}

.badaboom-white-stroke {
    font-family: BadaboomBB, Georgia, "Times New Roman", Times, serif;
    font-size: 55px;
    letter-spacing: 2.5px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 5px 5px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
}

.badaboom-white-stroke-small {
    font-family: BadaboomBB, Georgia, "Times New Roman", Times, serif;
    font-size: 35px;
    letter-spacing: 2.5px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
}

.badaboom-red-stroke a {
    text-decoration: none;
    font-family: BadaboomBB, Georgia, "Times New Roman", Times, serif;
    font-size: 55px;
    letter-spacing: 2.5px;
    color: #fff;
    text-shadow: 5px 5px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    text-transform: uppercase;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FD1312;
}

.badaboom-red-stroke a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 5px 5px 0px #666,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    text-transform: uppercase;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FD1312;
}

.badaboom-black a {
    font-family: BadaboomBB, Georgia, "Times New Roman", Times, serif;
    font-size: 55px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 10px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.badaboom-black a:hover {
    color: #fef723;
    background-color: #000000;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

/* Matresses removal Page */

.matress-removal p {
    margin: 0;
    font-size: 14px;
}

.matress-removal h2 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 35px;
    color: #171617;
}

/* Matresses Size Page */
.matress-size h4{
    font-size: 18px;
    line-height: 2em; 
}

.matress-size-2 p{
    font-size: 14px; 
}

/* Matress Base Care Page */

.matress-base-care {
    font-size: 14px;
}

.matress-base-care-2 {
    font-size: 14px;
}

.matress-base-care-2 h4 {
    font-size: 20px;
    margin-left: -8px;
}

.matress-base-care-2 ul {
    margin: 0;
}

/* Matress Information Page */
.matress-information .cdocolumn ul li {
    font-size: 14px;
    margin: 0;
}

.matress-information .cdocolumn ul {
    margin: 0;
    padding-left: 15px;

}

.matress-information .cdocolumn p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.1em;
}

.matress-information .cdocolumn h4 {
    font-size: 20px;
    color: #171617;
    margin: 15px 0 15px 0;
    font-weight: 700px;
}

.bed-bases .wpb_wrapper p {
    font-size: 16px;
    margin: 0;
    line-height: 1;

}

/* Delivery Page */

.delivery {
    padding-left: 15px;
    padding-right: 15px;
}

.delivery h3 {
    font-size: 20px;
    line-height: 1.4em;
}

.delivery p {
    font-size: 16px;
}

.delivery-banner {
    padding: 0 15px 0 15px;
}

.faq h4 {
    font-size: 18px;
    line-height: 1.7em;
}

/* Contact Us Page */

.contact-us p {
    font-size: 14px;
}

.contact-us h1 {
    font-size: 32px;
}

.about-us-span {
    font-size: 16px;
    line-height: 1.2em;
}

.menu-item-has-children:hover .dropdown-1 {
        display: block;
}

.dropdown-1 li.menu-item-has-children:hover .dropdown-2 {
    display: block;
}


/*  Mattresses on sale section */

.title-section-container {
    margin-bottom: 30px;
}

.title-section {
    color: #000000;
    font-size: 58px;
    line-height: 48px;
    padding: 0 20px;
    font-weight: 800;
    letter-spacing: -4px;
    margin-top: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .title-section-container {
        margin-left: 0!important;
    }

    h2.title-section span {
        padding: 0 !important;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
}

.title-section:after {
    content: '';
    width: auto;
    display: block;
    margin: 15px auto 0 auto;
    height: 12px;
    background: url('./img/title-bottom.png') no-repeat center transparent;
}

h2.title-section {
    position: relative;
    z-index: 1;
}

h2.title-section:before {
    border-top: 1px solid #d5d5d5;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

h2.title-section span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fafafa;
    padding: 0 25px;
}


@media only screen and (min-width: 320px) and (max-width: 600px) {
    .title-section {
        font-size: 38px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 770px) {
    .title-section {
        font-size: 46px;
    }
}

.mattress-sale {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;   
}

.taptap-main-inner-inner {
    background: #101010;
    padding: 0px 20px 60px 20px!important;
}

.taptap-main-inner-inner .taptap-by-bonfire {
    line-height: 23px!important;
}
    
.mattress-in-stock {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #ffd800 !important;
}

.mattress-in-stock-inner {
    margin-top: 20px;
    margin-bottom: 20px;
}


.sale-sellers-budget {
    height: 160px;
}

.family {
    height: 200px;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
     .wpb_wrapper  h3.sizes-font {
        font-size: 65px !important;
    }
}

.in-content-banner-outside {
    position: relative;
    display: table;
    width: 100%;
    min-height: 120px;
    padding: 0 20px 0 20px;
}

.in-content-banner-inside {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #FEF723;
}

@media only screen and (min-width: 320px) and (max-width: 522px) {
    .in-content-banner-inside span p {
        font-size: 42px !important;
    }
}

.in-content-banner-inside span p {
    font-size: 60px;
    line-height: 1;
    margin: 0;
}

.title-section-container {
    margin-bottom: 30px;
    margin-left: 25px;
}

.title-section-container p span {
    color: #000;
    font-weight: 600;
}

.title-section-level-two {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    margin: 25px 0 15px 0;
    padding: 0;
}

.title-section-level-two:after {
    content: '';
    width: auto;
    display: block;
    margin: 8px auto 0 auto;
    height: 12px;
    background: url('./img/title-bottom.png') no-repeat center transparent;
}

.display-posts-listing .listing-item {
    clear: both;
    margin: 0;
    padding: 20px;
}

.display-posts-listing img {
    float: left;
    margin: 0 10px 10px 0;
    border: 5px solid #ECECEC;
}

.display-posts-listing .listing-item .title {
    margin: 10px 0;
    padding: 2px 4px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.38;
    color: #494847;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.display-posts-listing .listing-item .title:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.display-posts-listing .listing-item .date {
    padding: 2px 4px;
    margin: 10px 0;
    font-size: 12px;
    color: #8E8E8E;
    line-height: 1.5;
}

.display-posts-listing .listing-item .author {
    padding: 2px 4px;
    margin: 10px 0;
    font-size: 12px;
    color: #8E8E8E;
    line-height: 1.5;
}

.display-posts-listing .listing-item .excerpt-dash {
    display: block;
    border-bottom: 1px solid #d3d3d3;
    overflow: hidden;
    margin: 10px 0;
}

.display-posts-listing .listing-item .excerpt {
    padding: 2px 4px;
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: #494847;
    line-height: 1.3;
}

.page {
    background-color:  #ffff33;
}

.woocommerce-page #page {
    background-color:  #ffff33;
}


main {
    background-color: #fff;
}

#content-wrapper {
    margin: 0;
    clear: both;
    width: 100%;
    padding: 0 0 15px 0;
    background:  #ffff33;

}

@media only screen and (min-width : 320px) and (max-width : 768px) {
    .badge-custom {
        font-family: 'helvetica';
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 18px;
        font-weight: bold;
        line-height: 7px;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        background-color: #FD1312;
        vertical-align: super;
        position: absolute;
        right: -29px;
    }

    .badge-custom:after {
        content: "";
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
        left: -10px;
        bottom: auto;
        border-width: 7px 10px 7px 0;
        border-color: transparent #FD1312;
    }
}

@media only screen and (min-width : 320px) and (max-width : 359px) {
    
    .site-wide-banner {
        height: 38px;
        font-size: 10px;
    }

    .top-banner-logo a img {
        width: 50%;
        margin: -80px auto 0 auto !important;
    }

    .shop-container {
        margin-top: -38px;
    }

    .site-wide-banner-inner {
        margin: 5px auto;
        margin-top: 7px;
    }
    .site-wide-banner-inner p {
        margin-bottom: 0;
    }

    .tap-tap-header {
        height: 1px;        
    }

    .icon_text {
        font-size: 9px;
        margin-top: 0px;
        display: inline-block;
        position: relative;
        bottom: 1px;
    }

    .top-banner-controls {
        margin: 0px auto;
    }

    .mobile-responsive {
        margin-bottom: -6px;
        padding: 0;
    }

    .top-banner-first-inner {
        min-height: 50px !important;
        text-align: center;
        color: white;
    }
    
    .top-banner-controls > div:nth-child(2) {
        text-align: center;
    }  

    .mobile-responsive .center_icon {
        position: relative;
        top: 3px;
        font-size: 14px;
    }

    .cart_mobile {
        margin-top: 5px;
        position: relative;
        right: 10px;
        z-index: 9999;
    }

    body {
        margin: 0 !important; 
    }

    .search_mobile i {
        font-size: 35px;
        line-height: 1;
        margin-top: 5px;
        color: #fff;
    }

    .bow-menu-cart i {
        margin-top: 5px;
    }

    .search_mobile {
        padding: 2px !important;
        top: 5px;
        right: -17px;
        z-index: 99999;
    }

    .taptap-menu-button-wrapper.taptap-menu-active {
        left: 85%;
        top: 5px;
        position: fixed;
        z-index:9999999;
    }
    
    .taptap-menu-button-wrapper {
        top: 66px;
        left: 11px;
        position: absolute;

    }

    body.wpb-js-composer {
        margin-top: 0px !important;
    }

    .taptap-menu-button-three:after, .taptap-menu-button-three:before, .taptap-menu-button-three div.taptap-menu-button-three-middle:before {
        background-color: #ffffff

    }

    .taptap-menu-button-three  {    
        padding: 10px 0 0 0;
    }

}

@media only screen and (min-width : 360px) and (max-width : 480px) {
    
    .site-wide-banner {
        height: 38px;
        font-size: 10px;
    }

    .top-banner-logo a img {
        width: 50%;
        margin: -80px auto 0 auto !important;
    }

    .shop-container {
        margin-top: -38px;
    }

    .site-wide-banner-inner {
        margin: 5px auto;
        margin-top: 7px;
    }
    .site-wide-banner-inner p {
        margin-bottom: 0;
        font-size: 12px;
    }

    .tap-tap-header {
        height: 1px;        
    }

    .icon_text {
        font-size: 11px;
        margin-top: 0px;
        display: inline-block;
        position: relative;
        bottom: 1px;
    }

    .top-banner-controls {
        margin: 0px auto;
    }

    .mobile-responsive {
        margin-bottom: -6px;
        padding: 0;
    }

    .top-banner-first-inner {
        min-height: 50px !important;
        text-align: center;
        color: white;
    }
    
    .top-banner-controls > div:nth-child(2) {
        text-align: center;
    }  

    .mobile-responsive .center_icon {
        position: relative;
        top: 3px;
        font-size: 14px;
    }

    .cart_mobile {
        margin-top: 5px;
        position: relative;
        right: 10px;
        z-index: 9999;
    }

    body {
        margin: 0 !important; 
    }

    .search_mobile i {
        font-size: 35px;
        line-height: 1;
        margin-top: 5px;
        color: #fff;
    }

    .bow-menu-cart i {
        margin-top: 5px;
    }

    .search_mobile {
        padding: 2px !important;
        top: 5px;
        right: -17px;
        z-index: 99999;
    }

    .taptap-menu-button-wrapper.taptap-menu-active {
        left: 85%;
        top: 5px;
        position: fixed;
        z-index:9999999;
    }
    
    .taptap-menu-button-wrapper {
        top: 66px;
        left: 11px;
        position: absolute;

    }

    body.wpb-js-composer {
        margin-top: 0px !important;
    }

    .taptap-menu-button-three:after, .taptap-menu-button-three:before, .taptap-menu-button-three div.taptap-menu-button-three-middle:before {
        background-color: #ffffff

    }

    .taptap-menu-button-three  {    
        padding: 10px 0 0 0;
    }

}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) and (orientation : portrait) {
    .top-banner-first-inner {
        min-height: 120px;
        text-align: center;
    }

    .top-banner-last-inner {
        min-height: 125px;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .icon_text {
        font-size: 13px;
    }

}

/* iPhoneX & Pixel smartphones ladnscape*/

@media only screen and (min-device-width: 810px) and (max-device-height: 823px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .top-banner-logo {
        min-height: 120px !important;
    }

    .top-banner-txt {
        margin: 15px auto 25px auto !important; 
    }

    .badge-custom {
        font-family: 'helvetica';
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 14px;
        font-weight: bold;
        line-height: 7px;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        background-color: #FD1312;
        vertical-align: super;
        position: absolute;
        right: -29px;
    }

    .badge-custom:after {
        content: "";
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
        left: -10px;
        bottom: auto;
        border-width: 7px 10px 7px 0;
        border-color: transparent #FD1312;
    }

    .search_mobile i {
        font-size: 35px;
        line-height: 1;
        margin-top: 0;
        color: #fff;
    }

    .search_mobile {
        padding: 2px !important;
        padding: 2px !important;
        top: 5px;
        right: 20px;
        z-index: 99;
    }
}

/* Other smartphone ladnscape */

@media only screen and (min-device-width: 568px) and (max-device-width: 650px) and (orientation : landscape) {
    .tap-tap-header {    
         height: 35px;
    }

    .mobile_icon {
        padding: 0px !important;
        text-align: center;
        display: flex;        
    }

    .top-banner-controls {
        margin: 7px auto;
    }

    .icon_text {
        font-size: 13px;
    }

    .cart_mobile {
        padding: 2px !important;
        position: relative;
        left: 10px;
        bottom: 5px;
        z-index: 9999;
    }

    .cart_mobile a{
        position: relative;
        left: 38px;
    }

    .shop-container {
        margin-top: -16px;
    }

    .site-wide-banner-inner {
        font-size: 18px;
    }

    .bow-menu-cart {
        top: 13px;
        left: -5px;
    }

    .badge-custom {
        font-family: 'helvetica';
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 14px;
        font-weight: bold;
        line-height: 7px;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        background-color: #FD1312;
        vertical-align: super;
        position: absolute;
        right: -29px;
    }

    .badge-custom:after {
        content: "";
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
        left: -10px;
        bottom: auto;
        border-width: 7px 10px 7px 0;
        border-color: transparent #FD1312;
    }

    .search_mobile i {
        position: relative;
        left: 25px;
        bottom: 3px;
        font-size: 35px;
        line-height: 1;
        margin-top: 0;
        color: #fff;
    }

    .top-banner-logo a img {
        width: 60%;
        margin: -80px auto 0 auto !important;
    }

    .search_mobile {
        padding-top: 2px;
        top: 10px;
        z-index: 99;
    }

    .wp-toolbar-active {
        margin-top: 145px;
    }

    .taptap-menu-button-wrapper.taptap-menu-active {
        left: 85%;
        top: 5px;
        position: fixed;
    }

    .taptap-menu-button-wrapper {
        left: 11px;
        position: absolute;
    }

    body.page-template-home-page {
        margin-top: 0px !important;
    }

    .taptap-menu-button-three {    
        padding: 16px 11px 10px 5px;
        position: relative;
        top: 99px;
    }

    .taptap-menu-button-three:after, .taptap-menu-button-three:before, .taptap-menu-button-three div.taptap-menu-button-three-middle:before {
        background-color: #ffffff
    }

    .taptap-main-inner-inner {
        padding: 10px 20px 60px 20px;
    }

    body.wpb-js-composer {
        margin-top: 0px !important;
    }
}

/* Other smartphone landscape 650-740px */

@media only screen and (min-device-width: 651px) and (max-device-width: 740px) and (orientation : landscape) {
    .tap-tap-header {    
         height: 35px;
    }
    .mobile_icon {
        padding: 0px !important;
        text-align: center;
        display: flex;        
    }

    .top-banner-controls {
        margin: 7px auto;
    }

    .icon_text {
        font-size: 13px;
    }

    .cart_mobile {
        padding: 2px !important;
        position: relative;
        left: 50px;
        bottom: 5px;
        z-index: 9999;
    }

    .cart_mobile a {
        position: relative;
        left: 24px;
    }

    .shop-container {
        margin-top: -16px;
    }

    .site-wide-banner-inner {
        font-size: 18px;
    }

    .bow-menu-cart {
        top: 13px;
        left: -5px;
    }

    .badge-custom {
        font-family: 'helvetica';
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 14px;
        font-weight: bold;
        line-height: 7px;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        background-color: #FD1312;
        vertical-align: super;
        position: absolute;
        right: -29px;
    }

    .badge-custom:after {
        content: "";
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
        left: -10px;
        bottom: auto;
        border-width: 7px 10px 7px 0;
        border-color: transparent #FD1312;
    }

    .search_mobile i {
        position: relative;
        right: 20px;
        bottom: 3px;
        font-size: 35px;
        line-height: 1;
        margin-top: 0;
        color: #fff;
    }

    .top-banner-logo a img {
        width: 60%;
        margin: -80px 85px !important;
    }

    .search_mobile {
        padding-top: 2px;
        top: 10px;
        z-index: 99;
    }

    .wp-toolbar-active {
        margin-top: 145px;
    }

    .taptap-menu-button-wrapper.taptap-menu-active {
        left: 85%;
        top: 5px;
        position: fixed;
    }

    .taptap-menu-button-wrapper {
        left: 11px;
        position: absolute;
    }

    body.page-template-home-page {
        margin-top: 0px !important;
    }

    .taptap-menu-button-three {    
        padding: 16px 11px 10px 5px;
        position: relative;
        top: 98px;
    }

    .taptap-menu-button-three:after, .taptap-menu-button-three:before, .taptap-menu-button-three div.taptap-menu-button-three-middle:before {
        background-color: #ffffff
    }

    .taptap-main-inner-inner {
        padding: 10px 20px 60px 20px;
    }

    body.wpb-js-composer {
        margin-top: 0px !important;
    }
}

@media only screen and (min-device-width: 750px) and (max-device-width: 966px) {

    .top-banner-logo a img {
        margin: -93px auto 0 auto !important;
    }

    div.container-fluid.top-banner-first.mobile_new {
        height: 120px;
    }
}

.tap-tap-header {
    background-color: #14141400;
}

.taptap-by-bonfire {
    margin-top: 40px;
}

.taptap-menu-button-wrapper {
    z-index: 99999999;
    height: 40px;
    width: 40px;
}


@media only screen and (min-device-width: 812px) and (max-device-width: 990px) {
    .top-banner-logo {
    min-height: 145px !important;
    }
}


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

.mattress-on-sale {
    padding: 0;
    margin-left: 0 2px 0 2px;
}

.popular-mattress {
    padding: 0;
    margin-left: 0 2px 0 2px;
}
.stock {
    width: 100%;
}

.yellow {
    background-color: #fff;

}

/* Scroll up button */

#scrollUp {
    bottom: 39px;
    cursor: pointer;
    right: 40px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    background-color: #ffe51e;
    color: #000;
    text-align: center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#scrollUp:hover {
    background-color: #000;
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    #scrollUp {
        bottom: 39px;
        cursor: pointer;
        right: 30px;
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: 50px;
        background-color: #ffe51e;
        color: #000;
        text-align: center;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
}

.wc_products_wrapper {
    margin: auto;
}

.content-area .page-title {
   font-size: 30px;
   padding-left: 0;
}

.wp-pagenavi {
    background-color: #F0F0F0;
    padding: 8px 15px 3px 15px;
    margin-bottom: 50px;
}

.wp-pagenavi .pages {
    border: 0;
    font-size: 13px;
    margin-right: 26px;
    padding: 15px 0px;
    
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-right: 3px !important;
    margin-bottom: 3px !important;
    padding: 7px 18px 7px 0px !important;
    border: 0 !important;
    color: #1d1d1d;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-weight: normal !important;
    display: inline-block;
    color: #cacaca !important;
    background: #fff;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    margin: 0 5px 5px 0 !important;
    padding: 3px 14px !important;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    line-height: 30px;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #f8f8f8 !important;
    background: #1d1d1d;
    font-weight: normal !important;
    margin: 0 5px 5px 0 !important;
    padding: 3px 14px !important;
    border: 1px solid #1d1d1d !important;
}

.term-description {
    margin-bottom: 15px;
}

.term-description h1{
    font-size: 35px;
}

.term-description h2{
    font-size: 30px;
}

.term-description p{
    font-size: 14px;
}

/* Error Page */

.error_404_search_form .search-field {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: solid 1px #dddddd;
    font-style: italic;
    color: #292929 !important;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 10px;
    height: auto;
}

body input.search-submit {
    display: none;
}

.error_404_search_form {
    padding: 0 0 60px 0;
}

body.error404 .page-content {
    text-align: center;
}

.colormix {
    -webkit-animation: colormix 10s linear 0s infinite alternate;
    animation: colormix 10s linear 0s infinite alternate;
}

@-webkit-keyframes colormix {

    0% {
        color: #ffffff;
    }

    25% {
        color: #f4cd59;
    }

    50% {
        color: #f78160;
    }

    75% {
        color: #e371d9;
    }

    100% {
        color: #6ec2f2;
    }
}

@keyframes colormix {

    0% {
        color: #ffffff;
    }

    25% {
        color: #f4cd59;
    }

    50% {
        color: #f78160;
    }

    75% {
        color: #e371d9;
    }

    100% {
        color: #6ec2f2;
    }
}

.bow-custom-title {
    font-size: 135px;
    line-height: 135px;
    margin-bottom: 0px;
}

.error-404 p {
    font-size: 16px;
}


body.page .entry-header {
    margin-bottom: 0px;
    padding: 5px 10px 1px 10px;
    background: #F8F8F8;

}

.entry-meta {
    border-bottom: 2px solid #ffe51e;
}

.entry-header .entry-title  {
    padding-top: 20px;
}

h1.entry-title {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
}

h2.entry-title {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 26px;
}

h2.entry-title a,
h2.entry-title a:visited {
    text-decoration: none;
    color: #292929;
}

h2.entry-title a {
    color: #1D1D1D;
    background: #FFE51E;
    padding: 2px 4px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

h2.entry-title a:hover,
h2.entry-title a:visited {
    color: #fff;
    background: #1D1D1D;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.entry-summary {
    line-height: 1;
    font-size: 13px;
}

article {
    border: 1px solid #E8E8E8;
    margin-bottom: 30px;
}

.entry-header .entry-meta span {
    font-size: 14px;
}

.entry-header .entry-meta span a {
    color: #707070;
}

.entry-header .entry-meta span a:hover {
    color: #000;
}

.bow-tag-cloud {
    width: 100%;
    padding-top: 10px;
}

article#post-300 div.entry-content ol {
    padding: 0;
}

article#post-300 div.entry-content ol li {
    font-size: 14px;
}

article#post-300 div.entry-content ul li {
    font-size: 12px;
}

article#post-300 div.entry-content p{
    font-size: 16px;
}

.page-header-opacity {
    margin-top: 10px;
}

.bow-tag-cloud a,
.bow-tag-cloud a:visited {
    margin-top: 0px;
    padding: 3px 4px;
    font-size: 14px;
    background: #292929;
    border: solid 1px #292929;
    color: #fff;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    text-decoration: none;
}

.bow-tag-cloud a:hover {
    background: #000;
    color: #fff;
}

.no-results .page-header .page-title {
    font-size: 34px !important;
    font-weight: 600;
}

.no-results .page-header {
    border-bottom: 3px solid #eee;
}

.no-results .page-content p {
    font-size: 14px;
}

.table-responsive {
    display: inline-table;
}

.table-responsive thead p {
    margin: 0;
    padding: 9px;
}

.table-responsive tbody p {
    margin: 0;
    padding: 9px;
}

.table-responsive tbody p a {
    color: #000;
}

.table-responsive tbody p a:hover {
    color: grey;
}

.content-area article {
    margin-bottom: 25px;
    padding: 5px;
}

#categories-6 ul {
    padding-left: 20px;
}

.product-categories {
    padding-left: 20px;
}

.ip-main .widget-area {
    margin-top: 14px;
}

.page-template-default article {
    background: #fff;
    border: none;
}

.home article {
    background: #fff;
    border: none;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-container {
        max-width: 991px!important;
    }
}  

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .shop-container {
        max-width: 1200px!important;
    }
}  

@media only screen and (min-width: 500px) and (max-width: 768px) {
    .shop-container {
        max-width: 768px!important;
    }
} 

.next_prev_product_lnk {
    display: flex;
    justify-content: flex-end;
    margin-top: -30px;
}

.next_prev_product_lnk a {
    margin: 0 4px;
}

.next_prev_product_lnk a span i {
    font-size: 2em;
    padding: 4px 13px;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin: 0;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.next_prev_product_lnk a span i:hover {
    background: #ffe51e;
    color: #000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.woocommerce-store-notice__dismiss-link {
    display: block;
    position: absolute;
    right: 5px;
    top: -7px;
    width: 20px;
    height: 20px;
    background: url(https://www.beddingwarehouse.com.au/wp-content/plugins/sitewide-notice-wp/images/close-button.svg) no-repeat center center;
    background-color: white;
    border-radius: 100px;
    border: 1px solid #000;
    color: transparent !important;

}

.woocommerce-store-notice__dismiss-link:hover {
    color: transparent !important;

}


#delivery_info_modal .modal-body .textwidget h5 {
    font-size: 16px;
}

#delivery_info_modal .modal-body .textwidget h6 {
    font-size: 14px;
}

.modal-footer button {
    background: #292929;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
}

.wpb_wrapper ul {
    padding: 0;
    font-size: 14px;
}

/*  Forms */

form.wpcf7-form p span input[type=text],
form.wpcf7-form p span input[type=number],
form.wpcf7-form p span input[type=email],
form.wpcf7-form p span input[type=tel] {
    border-radius: 0;
    outline: none;
    height: 40px;
    font-size: 16px;
}

form.wpcf7-form p span textarea {
    border-radius: 0;
    outline: none;
    height: 120px;
    font-size: 16px;
}

form.wpcf7-form p {
    font-size: 16px;
}

form.wpcf7-form p span input[type=text]:active,
form.wpcf7-form p span input[type=number]:active,
form.wpcf7-form p span input[type=email]:active,
form.wpcf7-form p span input[type=tel]:active,
form.wpcf7-form p span textarea:active,
form.wpcf7-form p span select:active {
    border: 2px solid #fef723;
    box-shadow: 0 0 5px rgb(255, 229, 30) !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;  
}

form.wpcf7-form p span input[type=text]:focus,
form.wpcf7-form p span input[type=number]:focus,
form.wpcf7-form p span input[type=email]:focus,
form.wpcf7-form p span input[type=tel]:focus,
form.wpcf7-form p span textarea:focus,
form.wpcf7-form p span select:focus {
    border: 2px solid #fef723;
    box-shadow: 0 0 5px rgb(255, 229, 30) !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

form.wpcf7-form hr {
    margin: 20px 0;
}

.wpcf7 h2 {
    font-size: 30px;
    color: #282828;
}

.wpcf7 p input {
    width: 100%;
    line-height: 2.5;
    border-radius: 0;
}

.wpcf7-form p .wpcf7-submit {
    font-size: 12px;
    background: #fef723; 
    font-weight: 700;
    line-height: 1 !important;
    text-transform: uppercase;
    padding: 13px 23px; 
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 0px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.wpcf7-form p .wpcf7-submit:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
} 

.wpcf7 p span select {
    width: 100%;
    line-height: 2.5;
    border-radius: 0;
    height:40px;
    outline: none;
}

.wpcf7 p span select option {
    font-size: 16px;   
}


.table-responsive {
    display: inline-table !important;
}


/* Pages control */

@media only screen and (min-width: 359px) and (max-width: 768px) {
    .caravan-styles .wpb_wrapper .cdocolumn  {
       max-width: 100%;
       margin-bottom: 30px;
   } 

}

body.blog article .entry-content {
	padding: 10px;	
}

body.archive article .entry-content {
	padding: 10px;	
}

body.archive .page-header {
	margin: 0;	
}

.archive-description p {
	font-size: 16px;	
}

body.search.search-results article {
    background: #fff;
}

body.search.search-results article header h2 a {
    color:#000;
    background: #FFE51E;
    /* padding: 5px 20px;
    margin-left: 10px; */
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

body.search.search-results article header h2 a:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

/* Blog Navigation */

.nav-previous,
.nav-next {
    font-size: 12px;
    font-weight: 400;
}

.nav-previous .meta-nav {
    left: 7px;
}

.nav-next .meta-nav {
    right: 7px;
}

.nav-next .nav-title {
    margin-right: 10px;
}

.nav-next {
    text-align: right;
}

.meta-nav i {
    font-weight: 400;
    color: #fff;
}

.nav-previous a,
.nav-next a {
    background-color: #292929;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding: 6px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: solid 1px #ffffff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    position: relative;
}

.nav-previous a:hover,
.nav-next a:hover {
    background-color: #ffffff;
    color: #292929;
    border: solid 1px #292929;
    text-decoration: none;
}

.meta-nav {
    position: absolute;
    top: 6px;
}

.nav-previous span.nav-title {
    margin-left: 10px;
}

body.single-product .woocommerce-tabs .panel .vc_row-fluid .wpb_column .vc_column-inner .wpb_wrapper h2 {
    margin-bottom: 0!important;
}

@media only screen and (min-width: 320px) and (max-width: 390px) {
    body.single-product .woocommerce-tabs .panel .vc_row-fluid .wpb_column .vc_column-inner .wpb_wrapper h2,
    body.single-product .woocommerce-tabs .panel .vc_row-fluid .wpb_column .vc_column-inner .wpb_wrapper h3 {
        font-size: 54px !important;
    }

    body.single-product .woocommerce-tabs .panel .vc_row-fluid .wpb_column .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper div {
        padding-left: 0 !important;
    }
}


@media screen and (max-width: 767px) {
    .navigation {
        display:none !important;
    }
}

.slider-home {
    padding: 0!important;
}

.grecaptcha-badge { visibility: hidden; }


