/*!
Theme Name: Mumbles Flooring
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: mumbles-flooring
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.

Mumbles Flooring 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%;
}

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

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

@font-face{
	font-family: 'Raleway-Regular';
	src: url(assets/fonts/Raleway-Regular.ttf);
}
@font-face{
	font-family: 'Raleway-Medium';
	src: url(assets/fonts/Raleway-Medium.ttf);
}
@font-face{
	font-family: 'Raleway-SemiBold';
	src: url(assets/fonts/Raleway-SemiBold.ttf);
}

@font-face{
	font-family: 'Raleway-Bold';
	src: url(assets/fonts/Raleway-Bold.ttf);
}

@font-face{
	font-family: 'relation-two';
	src: url(assets/fonts/relation-two.ttf);
}
@font-face{
	font-family: 'relation-two';
	src: url(assets/fonts/relation-two.otf);
}




body {
	margin: 0;
}

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

/**
 * 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/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# 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;
}
.site{
	position:relative;
}
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 {
	height: auto;
	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: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;
}
/* Header CSS start */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.container-fluid{
	width:100%;
	height:auto;
	position:relative;
}
.container{
	width:100%;
	max-width: 1640px;
    margin: 0 auto;
	position:relative;
}
.container-flex{
	max-width: 1260px;
    margin: 0 auto;
	position:relative;
}
h1,h2,h3,h4,strong{
	font-weight:400;
}
#page-content{
    width: 910px;
    max-width: 100%;
	margin:0 auto 20px;
}
a{
	transition:.3s ease;
	text-decoration:none;
}
html{
    scroll-behavior: smooth;
}
.logo{
    width: 357px !important;
    transition: all 300ms ease-in-out;
}
.logo img{
    max-width: 100%;
    
}
.mobile-header{
	display:none;
}
.header-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header-flex .logo a{
	display:flex;
}
.navbar{
    display: flex;
	justify-content:end;
}
.navbar ul li{
    list-style: none;
}
.navbar ul li a{
    padding: 0 1em;
    line-height: 42px;
    height: 42px;
    display: inline-block;
    text-decoration: none;
    color: #645854;
    font-weight: 400;
    font-size: 19.5px;
    transition: all 300ms ease-in-out;
}
.sticky-header{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
	z-index:999;
}
.header-bottom{
    background-color: #1f7864;
    height: 60px;
}
.row.header-bottom-flex{
    display: flex !important;
    justify-content: space-between;

}
.header-bottom .left{
    width: 55%;
}
/* .left ul{
    display: flex;
    line-height: 60px;
} */
.header-bottom .right{
    width: 45%;
    display: flex;
    justify-content: end;
}
.header-bottom .email{
	display: flex;
    align-items: center;
    height: 60px;
    line-height: 60px;
}
.header-bottom .email a{
    text-decoration: none;
    color: #fff;
    font-size: 18.2px;
}
.header-bottom .email i{
    color: #D0800D;
    font-size: 18.2px;
    margin-right: 5px;
	margin-right: 12px;
	margin-top: 2px;
}
.header-bottom .phone a{
	margin-left:15px;
    height: 90px;
    background-color: #6b1754;
    position: relative;
    top: -15px;
    display: flex;
    padding: 15px;
	text-decoration:none;
	z-index:1;
	min-width:290px;
}
.header-bottom .old-phone{
    background-color: #561244;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    line-height: 80px;
    text-align: center;
}
.header-bottom .old-phone img{
	vertical-align: unset;
}
/* .header-bottom .old-phone-text{
    width: 200px;
} */
.header-bottom .old-phone-text span{
    color: #fff;
    font-size: 26.04px;
	line-height:1;
	display:block;
}
.header-bottom .old-phone-text span:first-child{
	font-family: 'relation-two';
}
.header-bottom-flex .left ul{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 60px;
}
.header-bottom-flex .left ul li{
    list-style: none;
    display: inline-block;
    margin-right: 2em;
    vertical-align: middle;
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
}
.header-bottom-flex .left ul li::before{
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    background: #d0800d;
    vertical-align: middle;
    margin-right: 1em;
    margin-bottom: 3px;
}
.header-topbar{
    position: absolute;
    top: 0;
    right: 0;
    background: #f4f4f4;
    padding: 0.5em 1.2em;
    z-index: 60;
    color: #484848;
    display: flex;
    align-items: center;

}
.header-topbar .social-icon{
	display:inline;
}
.header-topbar .time a,.header-topbar .map a{
	text-decoration:none;
	color:#484848;
}
.social-icon a{
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.social-icon a i{
    font-size: 12px;
    color: #fff;
}
.social-icon a:nth-child(1){
    background-color: #3B5998;
}
.social-icon a:nth-child(2){
    background-color: #E95950;
}
.social-icon a:nth-child(3){
    background-color: #0077B5;
}
.header-topbar .time,.header-topbar .map{
    margin: 0.3em 0.5em;
    display: inline-block;
    color: #484848;
    font-size: 13px;
}
.header-topbar .time i,.header-topbar .map i{
    color: #6b1754;
    margin-right: 0.5em;
    font-size: 12px;
}
.back-to-top{
    background-color: rgba(107, 23, 84, 0.9);
    bottom: 2em;
    color: #ffffff;
    font-size: 12px;
    padding: 1em;
    position: fixed;
    z-index: 900;
    right: -4em;
    text-decoration: none;
    opacity: 0;
    transition: all 300ms ease-in-out;
}
.back-to-top:hover{
    background-color: rgba(135, 135, 135, 0.5);
}
.show-back-to-top{
    opacity: 1;
    right: 2em;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #6b1754e6;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 0px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1{
	padding-top:15px;
}
#myBtn:hover {
  background-color: #555;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	position:relative;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before{
	content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #6b1754;
    width: 45%;
    max-width: 70px;
    height: 4px;
    border-radius: 20px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	position:relative;
}
.mega-menu-item-has-children ul li:first-child a::before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #1f7864;
    position: absolute !important;
    top: -22px !important;
    left: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	font-family:'raleway-semibold';
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	font-family: 'Raleway-SemiBold' !important;
}
.mobile-header{
	z-index: 900;
	background: white;
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
	padding:5px 0;
}
.mobile-header .responsive_menu_button{
	cursor: pointer;
    width: 27px;
    height: 23px;
    position: absolute;
    top: 50%!important;
    right: 0;
    margin: 0;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.mobile-header .responsive_menu_button span{
	display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #6b1754;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-header .responsive_menu_button span:first-child{
	top:0px;
}
.mobile-header .responsive_menu_button span:nth-child(2){
	top:10px;
	width:75%;
}
.mobile-header .responsive_menu_button span:last-child{
	top:20px;
}
#responsive_menu{
	display:none;
	padding-top:100px;
	padding-bottom:50px !important;
	background-color:#3F3F3F;
}
#mega-menu-wrap-mumbles_mobile #mega-menu-mumbles_mobile > li.mega-menu-item{
	display:block;
}
#mega-menu-wrap-mumbles_mobile #mega-menu-mumbles_mobile li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	position:absolute;
	right:0;
}
.mobile-menu-footer{
	color:#fff;
	text-align:center;

}
.mobile-social{
	margin:15px 0;
}
.mobile-social a{
	width: 40px;
    height: 40px;
    line-height: 40px;
}
.mobile-social a i{
	font-size:18px;
}
.site-footer{
	clear:both;
}
.footer-link{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:10px;
}
.footer-link img{
	width:24px;
	margin-right:10px;
}
.mobile-menu-footer .mobile-number span{
	font-size:22px;
	font-family:'raleway-semibold';
}
.mobile-email span{
	font-size:22px;
	font-family:'raleway-semibold';
}
.mobile-menu-footer address{
	font-size:18px;
	margin-top:10px;
	margin-bottom:0;
	font-family:'raleway-semibold';
	font-style:normal;

}
.mobile-menu-footer .mobile-opening{
	margin-top:10px;
}
.mobile-menu-footer .mobile-opening i{
	font-size:22px;
	margin-right:10px;
}
.mobile-menu-footer .mobile-opening span{
	font-size:18px;
	font-family:'raleway-semibold';
	font-style:normal;
}

#responsive_menu{
	overflow: scroll !important;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 780;
    top: -200%;
    right: 0px;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding-bottom: 0;
    background-color: #3F3F3F;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
#responsive_menu.toggle-open{
	top:0;
}
.mobile-header .responsive_menu_button.open span:first-child{
	top:10px;
	    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mobile-header .responsive_menu_button.open span:nth-child(2) {
	opacity: 0 !important;
    left: 30px !important;
}
.mobile-header .responsive_menu_button.open span:last-child{
	top:10px;
	webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	height:16px;
	width:16px;
	line-height:16px;
	text-align:center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
	background: #1f7864;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    width: 16px;
}
.page-template-default .post-thumbnail>img{
	display:none;
}
#responsive_menu li.menu-item-has-children .sub-menu{
	display:none;
}
#responsive_menu ul{
	padding:0;
}
#responsive_menu li a{
	color: #fff;
    line-height: 1.1em;
    display: block;
	font-size:23.4px;
	padding: 0.5em 6vw;
	font-family: 'Raleway-SemiBold';
}
#responsive_menu li .sub-menu a{
	font-size:20px;
	font-family: 'Raleway-Regular';
}
#responsive_menu li.current-menu-item a{
	color:#1f7864;
}
#responsive_menu li{
	position:relative;
}
#responsive_menu li.menu-item-has-children .toggle-icon {
    position: absolute;
    top: -5px;
    font-size: 40px;
    color: #fff;
    right: 20px;
    z-index: 10;
}
/* Loader CSS start */
.loader{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: #1f7864;
	opacity: 1;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
}
.loader .center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	animation: loaderfadeInAnimation 100ms;
}
.loader h3{
	font-size: 52px;
	letter-spacing:4px;
	line-height: 1.1em;
	margin-bottom: 1em;
	font-weight: 600;
	color: #fff;
	font-family: 'Raleway-SemiBold';
}
.loader .ball-pulse-sync{
	display:inline-block;
}
.loader .ball-pulse-sync div{
	background: #d0800d;
}
.ball-pulse-sync>div{
	background-color: #6b1754;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;  
}
.loader .ball-pulse-sync>div:first-child {
	-webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.ball-pulse-sync>div:nth-child(2){
	webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}
.ball-pulse-sync>div:nth-child(3){
	-webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.loaded .loader{
	opacity: 0;
	-webkit-transform: translateY(-110%);
	-moz-transform: translateY(-110%);
	-ms-transform: translateY(-110%);
	-o-transform: translateY(-110%);
	transform: translateY(-110%);
}
@keyframes ball-pulse-sync {
	33% {
		webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/* Loader CSS End */

/* Footer CSS start */
.footer-top{
	background:url('assets/images/bg.jpg') center repeat #e5e5e5;
    padding: 40px 0;
}
.footer-top .row{
	display:flex !important;
	align-items:center;
	flex-wrap:wrap;
}
.footer-top .row a{
	display:flex;
	align-items:center;
	text-decoration:none;
	color:#373E40;
	border:none;
}
.footer-top .row .icon{
    min-width: 65px;
    min-height: 65px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.footer-top .row a,.footer-top .row .location{
	display:flex;
	align-items:center;
	gap: 30px;
}
.footer-top .row a .old-phone{
	background: #1f7864;
}
.footer-top .row a .email{
	background: #6b1754;
}
.footer-top .row .location-icon{
	background: #d0800d;
}
.footer-top .row .content h4{
	margin:0;
	color: #373E40;
    font-size: 36px;
    line-height: 36px;
	font-family: 'relation-two';
}
.footer-top .row .content span{
	font-size: 16px;;
    font-weight: 400;
}
.footer-top .row .col-4:first-child .content span{
	font-size:18px;
}
.footer-bottom{
	background-position:bottom !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	padding:70px 0;
}
.footer-bottom .social-icon{
	text-align:center;
    margin-top: 20px;
}
.footer-bottom .social-icon a{
	width: 35px;
    height: 35px;
    line-height: 35px;
}
.footer-bottom .social-icon a i{
	font-size:18px;
}
.footer-logo{
	text-align:center;
}
.footer-bottom .footer-flex{
	display:flex !important;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding-top:60px;
	color:#ccc;
	font-size:13px;
}
.footer-bottom .footer-flex .col-6:nth-child(2){
	text-align:end;
}
.footer-bottom .footer-flex .col-6:nth-child(2) ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-bottom .footer-flex .col-6:nth-child(2) ul li{
	font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
}
.footer-bottom .footer-flex .col-6:nth-child(2) ul li a{
	color: #ccc;
    display: inline-block;
	padding: 5px 10px 5px 8px;
    position: relative;
	text-decoration:none;
	transition: all 300ms ease-in-out;
}
.footer-bottom .footer-flex .col-6:nth-child(2) ul li a:hover{
	color: #6b1754;
}
.footer-bottom .footer-flex .col-6:nth-child(2) ul li a:after{
	content: "-";
    padding: 5px 0;
    color: #bbb;
    position: absolute;
    top: 0;
    right: -2px;
}
.footer-bottom .footer-flex .col-6:nth-child(2) ul li:last-child a:after{
	content: unset;
}
.copyright span{
	font-size:1.2em;
}
.company-info span{
	color:#bbb;
}
.footer-menu>span{
	color:#bbb;
}
.footer-menu>span>p{
	margin:0;
	color:#bbb;
}
.footer-menu>span>p a{
	text-decoration:none;
	color:#ccc;
}
.footer-top .row .col-4:nth-child(3) .content span{
	font-size:13px;
}
.footer-link a{
	text-decoration:none;
	color:#fff;
}
.mobile-menu-footer .mobile-address{
	text-decoration:none;
	color:#fff;
}
/* Footer CSS End */

/* Carpets CSS start */
.carpets-page-sec-1{
	position: relative;
    padding: 50px 0 100px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.carpets-page-sec-1:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image:linear-gradient(to bottom, rgba(55, 62, 64, 0.68) 0%, rgba(55, 62, 64, 0.63) 100%), linear-gradient(to bottom, rgba(9, 27, 32, 0.98) 0%, rgba(9, 27, 32, 0) 40%, rgba(9, 27, 32, 0) 100%);
}
.carpets-page-sec-1 .header{
	text-align:center;
}
.carpets-page-sec-1 .header h1{
	text-align: center;
    color: #fff;
    font-size: 104px;
	margin-top:0;
    margin-bottom: 0.25em;
    line-height: 0.93em;
	font-family: 'relation-two';
}
.carpets-page-sec-1 .header .links{
	display: inline-block;
    padding: 0.7em 1.2em;
    background: #d0800d;
    margin-bottom: 1em;
}
.carpets-page-sec-1 .header .links a{
	display: inline-block;
    color: white;
    font-size: 16.9px;
    padding: 0.2em 0.9em;
    position: relative;
    font-family: 'Raleway-SemiBold';
    text-decoration: none;
	cursor:pointer;
}
.carpets-page-sec-1 .header .links a:hover{
	text-decoration:underline;
}
.carpets-page-sec-1 .header .links a:after{
	content: "";
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 25%;
    border-right: 1px solid white;
}
.carpets-page-sec-1 .header .links a:last-child:after{
	content:unset;
}
.carpets-page-sec-1 .content{
	margin-top: 3em;
    background: white;
    padding: 80px;
    overflow: hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.content .entry-contents p{
	font-size:18.2px;
}
.content .entry-contents p.intro{
	font-size: 24.57px !important;
}
.content .entry-contents a.block-link{
	box-sizing: border-box;
    display: inline-block;
    padding: 0.7em 1.2em;
    text-decoration: none;
    font-size: 1.1em;
    background: #6b1754;
    color: white;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'Raleway-Bold';
    font-size: 20.02px;
}
.content .entry-contents a.block-link:hover{
	background-color: #1f7864;
    color: #fff;
}
.carpets-page-sec-1 .content .product-images .image1{
	width: 100%;
    padding-bottom: 68%;
    box-sizing: border-box;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.carpets-page-sec-1 .content .product-images .image2{
	width: 250px;
    height: 250px;
    box-sizing: border-box;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    right: -10%;
    bottom: -20%;
}
.carpets-page-sec-1 .content .col-5{
	width: 45.66%;
	align-self:start;
}
.carpets-page-sec-1 .content .col-5 .product-images{
	position:relative;
}
.tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name{
	font-family: 'relation-two';
	font-size: 34px !important;
	line-height:35px !important;
}
.home-offers{
	clear: both;
    position: relative;
    background: #fff;
    overflow: hidden;
    height: 120px;
    border-bottom: 2px solid #dbdbdb;
}
.home-offers h3{
	float: left;
    background: #6b1754;
    color: white;
    margin: 0;
    font-size: 3.3em;
    line-height: 1.2em;
    padding: 0 1em;
    line-height: 120px;
    height: 120px;
    font-weight: 500;
    position: relative;
    z-index: 40;
	font-family:'relation-two';
	margin-right:30px;
}
.home-offers h3:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 46px 60px 0;
    border-color: transparent white transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.home-offers h3:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 46px;
    border-color: transparent transparent white transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.home-offers .offer{
	overflow: hidden;
    padding: 25px;
    position: relative;
    z-index: 50;
    width: 410px !important;
}
.home-offers .offer .image {
    width: 70px;
    height: 70px;
    background: #6b1754;
    float: left;
}
.home-offers .offer .main {
    margin-left: 90px;
}
.home-offers .offer .title{
    margin-bottom: 0.8em;
    min-height: 2.2em;
	line-height:20px;
}
.home-offers .offer .title span{
	font-size:15.21px;
	line-height:16px;
	font-family: 'Raleway-Bold';
}
.home-offers .offer-slider .slick-arrow{
	display:none !important;
}
.product-gallery{
	padding:60px 0;
}
.product-gallery .header{
	margin-bottom:40px;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.product-gallery .header h2{
	width:85%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0;
}
.product-gallery .header a{
	font-size: 20.8px;
    padding-left: 1em;
    color: #6b1754;
    text-decoration: none;
    font-family: 'Raleway-Bold';
}
.product-gallery .header h2 img{
	background: url(https://staging.mumblesflooring.co.uk/wp-content/uploads/2024/02/carpet-bg.jpg) no-repeat center #1b1b1b;
 	background-size: cover;
    color: white;
    padding: 0.5em 0.4em;
    line-height: 1em;
    font-size: 35px;
}
.product-gallery .header h2 span{
	font-size: 60px;
    line-height: 60px;
    color: #4e4e4e;
    position: relative;
    padding-left: 25px;
    text-align: left;
    font-family: 'relation-two';
    font-weight: 400;
}
.page-teaser{
	background: #1f7864;
    padding: 40px 0;
    overflow: hidden;
}
.page-teaser .container-flex{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-teaser .left{
	float: left;
    max-width: 48%;
}
.page-teaser .right{
	float: right;
    max-width: 48%;

}
.page-teaser .left .teaser-title{
	color: #fff;
    font-size: 3.5em;
    margin-bottom: 0.2em;
    line-height: 1em;
	font-family: 'relation-two';
}
.page-teaser .left .teaser-text{
	font-size: 18.2px;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #438e7d;
    color: #074436;
    display: inline-block
}
.page-teaser .left .teaser-text i{
	color: #fff;
    font-size: 0.8em;
	margin-right:5px;
}
.page-teaser .right a{
	color: #fff;
    box-sizing: border-box;
    display: inline-block;
    padding: 12px 22px;
    text-decoration: none;
    font-size: 18.2px;
    background: transparent;
    position: relative;
    font-weight: normal;
    border: 1px solid white;
    transition: all 300ms ease-in-out;
}
.page-teaser .right a:hover{
	background:#154f42;
}
.page-testimonials{
	padding: 100px 0 150px;
    background: #434343;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	overflow:hidden;
}
.page-testimonials .testimonial-wrap{
	width: 60%;
    background: rgba(58, 56, 56, 0.65);
    padding: 50px;
	padding-left:30px;
	padding-bottom:85px;
}
.tss-carousel-main .swiper-pagination-bullet, .tss-carousel .swiper-pagination-bullet{
	width: 15px;
    height: 15px;
	background:#ccc;
}
.tss-carousel-main .swiper-pagination-bullet:hover, .tss-carousel-main .swiper-pagination-bullet-active, .tss-carousel .swiper-pagination-bullet:hover, .tss-carousel .swiper-pagination-bullet-active{
	background:#d0800d;
}
.tss-wrapper .tss-layout3 .item-content-wrapper, .tss-wrapper .tss-isotope1 .item-content-wrapper, .tss-wrapper .tss-video1 .item-content-wrapper, .tss-wrapper .tss-carousel3 .item-content-wrapper{
	background:transparent;
	color:#fff;
	padding:0;
	padding-left:80px;
	padding-top:8px;
}
.page-testimonials .item-content p{
	margin:0;
}
.tss-wrapper .tss-layout3 .item-content-wrapper:before, .tss-wrapper .tss-isotope1 .item-content-wrapper:before, .tss-wrapper .tss-video1 .item-content-wrapper:before, .tss-wrapper .tss-carousel3 .item-content-wrapper:before{
	content:'';
	background:url('assets/images/quote.png');
	background-repeat:no-repeat;
	width:70px;
	height:70px;
	position:absolute;
	background-size:100%;
	top:0;
}
.tss-wrapper .tss-layout3 .item-content, .tss-wrapper .tss-isotope1 .item-content, .tss-wrapper .tss-carousel3 .item-content{
	font-size:19px;
}
.page-testimonials .swiper-wrapper{
/* 	height:200px !important; */
}
.page-testimonials .single-item-wrapper{
	display: flex;
    flex-direction: column-reverse;
}
.tss-wrapper .single-item-wrapper h3.author-name{
	padding-left:80px;
}
#product-list{
	font-size: 0.7em;
    margin: 0 -1%;
	text-align: center;
    position: relative;
}
#product-list .product{
	width: 31.33%;
    float: left;
    margin: 1%;
	position: relative;
    overflow: hidden;
}
#product-list .product:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.25) 20%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%), linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.25) 20%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
#product-list .image{
	background: #e5e5e5;
    padding-bottom: 100%;
    background-size: cover !important;
    background-position: center !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#product-list .content{
	position: absolute;
    right: 13%;
    bottom: 5%;
    left: 13%;
    z-index: 50;
}
#product-list .content h3{
	background: #6b1754;
    color: white;
    padding: 1em 1.3em;
    font-size: 1.8em;
    margin-bottom: 0em;
}
#product-list a.link-wrap{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 51;
}
.our-flooring-page{
	padding-top:30px;
}
.entry-header-content p{
	font-size:18.2px;
}
.entry-header-content .intro{
	font-size:24px;
}
#product-list:first-child .product  .content h3{
	background-color:#6b1754;
}
#product-list:nth-child(3) .product  .content h3{
	background-color:#d0800d;
}
#product-list:nth-child(4) .product  .content h3{
	background-color:#1f7864;
}
#product-list:nth-child(5) .product  .content h3{
	background-color:#2d8dae;
}
#product-list .product:hover .image {
	    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#product-list:last-child .product {
	margin-bottom:50px;
}
/* Carpets CSS end */

/* 404 CSS start */
.error-404 .container{
	
}
.row{
	display:block !important;
	--bs-gutter-x: 0 !important;
     --bs-gutter-y: 0 !important;
}
.error-404 .row{
	text-align: center;
	margin: 100px 0 150px 0;
}
.error-404 .row h1{
	font-size: 5em;
    margin: 0;
    line-height: 1.1em;
	font-family:'raleway-regular';
	color: #6b1754;
    font-weight: 400;
}
.error-404 .row .entry-content{
	margin:0;
}
.error-404 .row .entry-content p:first-child{
	margin:0;
	font-size:36.4px;
	color:#373E40;
}
.error-404 .row .entry-content p:nth-child(2){
	font-size:27.3px;
	color:#373E40;
	margin:0;
}
.error-404 .row .entry-content p:nth-child(2) a{
	color: #6b1754;
	
}
.banner-404{
	width: 100%;
    padding: 80px 0 100px;
    background-size: cover !important;
    background-position: center !important;
    text-align: left;
    position: relative;
    margin-bottom: 40px;
	box-shadow:inset 0 0 0 2000px rgba(55, 62, 64, 0.68) !important
}
.error404 .banner_bide{
	display:none;
}
/* 404 CSS end */

/* Contact CSS start */

.contact-page{
	padding-top:40px;
	padding-bottom:100px;
	font-size:18.2px;
}
.contact-flex{
	display:flex !important;
	flex-wrap:wrap;
	justify-content:space-between;
}
.contact-page .intro{
	font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 400;
    color: #6b1754;
	margin-top:0;
	margin-bottom:1.5em;
	font-family:'raleway-semibold' !important;
}
.contact-page .contact-info{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-bottom:1.3em;
}
.contact-page .left-contact-info{
	width:36%;
	margin-right:30px;
}
.contact-page .left-contact-info h4{
	margin:0;
	margin-bottom:0.3em;
	font-size:1.4em;
	line-height:1.1em;
	color: #6b1754;
}
.contact-page .right-contact-info h4{
	margin:0;
	margin-bottom:0.3em;
	font-size:1.4em;
	line-height:1.1em;
	color: #6b1754;
}
.contact-page .right-contact-info .contact-telephone{
	margin-bottom:15px;
}
.contact-page .right-contact-info .contact-telephone a,.contact-page .right-contact-info .contact-email a{
	color:#6b1754;
	margin-bottom:3px;
	font-size:18.2px;
}
.contact-page .right-contact-info .contact-telephone a i,.contact-page .right-contact-info .contact-email a i{
	margin-right:5px;
}
.contact-page .contact-opening h3{
	margin-top:1.5em;
	margin-bottom:0.3em;
	font-size:27.3px;
	line-height:30.03px;
	color:#6b1754;
}
.contact-page .contact-opening ul{
	margin: 0 0 1.3em 1.3em;
    list-style: disc outside none;
    padding-left: 20px;
}
.contact-page .contact-opening ul li{
	line-height: 1.4em;
	font-size:18.2px;
    padding: 1px 0 1px;
    margin: 8px 0;
}
.contact-page .contact-opening p{
	margin: 0 0 1.6em;
}
.contact-page .contact-form h2{
	font-size: 1.35em;
    line-height: 1.3em;
    font-weight: 400;
    color: #6b1754;
	font-family:'raleway-semibold' !important;
}
.cbc_form{
	margin-bottom:2.3em;
}
.cbc_form p{
	margin:0;
}
.cbc_form .col1, .cbc_form .col2{
	width: 48%;
    margin-right: 4%;
    float: left;
}
.cbc_form .col2{
	margin-right: 0;
    clear: right;
}

.cbc_form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .cbc_form select, .cbc_form textarea{
	padding: 8px 10px;
    width: 100%;
    height: 43px;
    font-size: 1em;
    border: 1px solid #ACACAC;
	border-radius:0;
    color: #000000;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.cbc_form .fency-label {
	position:relative;
	display:block;
	height:66px;
}
.cbc_form .textarea .fency-label{
	height:auto;
}
.cbc_form .textarea .fency-label label{
	top: 20%;
}
.cbc_form .fency-label label{
	position: absolute;
    top: 52%;
    padding: 0 5px 0 5px;
    margin-left: 5px;
	pointer-events:none;
	color:#999;
	transition: all 0.15s ease-out 0s;
	z-index:1;
	background:#fff;
}
.cbc_form .fency-label label:after{
	content: "";
    position: absolute;
    width: 100%;
    background: white;
    top: 48%;
    height: 4px;
    left: 0;
    z-index: -1;
}
.cbc_form .fency-label:has(> span > input:focus) > label,.cbc_form .fency-label:has(> span > textarea:focus) > label{
	top: 19px;
    font-size: 12px;
    color: #aaa;
}
.cbc_form textarea{
	height: 150px;
}
.cbc_form .g-recaptcha{
	margin-top:136px;
}
.cbc_form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, .cbc_form select:focus, .cbc_form textarea:focus{
	border:1px solid #1f7864;
}
.cbc_form input.wpcf7-form-control.wpcf7-submit{
	display: inline-block;
    width: auto;
    height: 55px;
    padding: 10px 25px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    background: #6b1754;
    font-size: 1.2em;
    margin: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    box-shadow: none;
	margin-top:20px;
}
.contact-page .contact-form>h2{
	margin:0;
	margin-bottom:-15px;
}
.wpcf7-not-valid-tip{
	font-size:12px;
	text-align:end;
}
.lable-float{
	top: 19px !important;
    font-size: 12px;
}
/* Contact CSS End */

/* Blog CSS start */
.flooring-blog-page{
	display:flex !important;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:30px;
	margin-bottom:100px;
}
.flooring-blog-page .blog-main{
	margin:15px;
	overflow:hidden;
	
}
.flooring-blog-page .blog-main .blog-img{
	position:relative;
}
.flooring-blog-page .blog-main .blog-img a img{
	width:100%;
	display:flex;
	transition:all 1800ms ease-in-out;
}
.flooring-blog-page .blog-main:hover .blog-img a img{
	transform:scale(1.2);
}
.flooring-blog-page .blog-main .blog-img .blog-content-heading{
	transform: translateY(50%);
    font-weight: 400;
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    background: #6b1754;
    color: #fff;
    font-size: 1.2em;
    padding: 15px;
    min-height: 2.4em;
    line-height: 1.2em;
    width: auto;
    margin: 0;
    overflow: hidden;
    font-family: 'Raleway-Regular';
	z-index:2;
}
.flooring-blog-page .col-3:nth-child(2) .blog-content-heading{
	background:#d0800d;
}
.flooring-blog-page .col-3:nth-child(3) .blog-content-heading{
	background:#1f7864;
}
.flooring-blog-page .blog-main .blog-img .blog-content-heading h4{
	margin: 0;
    font-weight: 400;
    font-family: 'Raleway-Regular';
	font-size:17px;
}
.flooring-blog-page .blog-main .blog-img .blog-content-heading a{
	text-decoration:none;
	color:#fff;
}
.flooring-blog-page .blog-main .blog-content{
	padding: 40px 20px 30px;
    color: #fff;
    font-size: 1.1em;
    overflow: hidden;
	position:relative;
	z-index:1;
	background:#3f3f3f;
	height:148.61px;
}
.flooring-blog-page .blog-main .blog-content .blog-content-text p{
	font-size:14.3px;
	margin-bottom:0;
}
/* Blog CSS End */

/* Offer CSS start */
.offer-page{
	margin:50px 0;
}
.offer-page .offer-content .intro{
	font-size: 24.57px;
    line-height: 1.3em;
    font-weight: 400;
    color: #6b1754;
	font-family: 'Raleway-SemiBold' !important;
	margin-top:0;
}
.offer-page .offer{
	margin-bottom: 1em;
    padding: 4.5em 2.3em;
    border: 1px solid #f4f4f4;
    background: white;
	display:flex;
}
.offer-page .offer .image{
	width:20%;
}
.offer-page .offer .details{
	margin-left:40px;
	font-size: 2.3em;
    line-height: 1.1em;
    margin-bottom: 0.7em;
	width:80%;
}
.offer-page .offer-btn{
	text-align:center;
}
.offer-page .offer-btn a{
	box-sizing: border-box;
    display: inline-block;
    padding: 0.7em 1.2em;
    text-decoration: none;
    font-size: 1.1em;
    background: #6b1754;
    color: white;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	font-family: 'Raleway-Bold';
	font-size:20.02px;
}
.offer-page .offer-btn a:hover{
	background-color: #1f7864;
    color: #fff;
}
/* Offer CSS End */


/* Gallery CSS Start */
.simplefilter li, .sortandshuffle li{
	padding:1em 1.3em !important;
	font-family: 'Raleway-Bold' !important;
}
.simplefilter_1170 li{
	background-color:transparent !important;
	display: inline-block;
    background: white;
    border: 1px solid #d0800d;
    color: #d0800d !important;
    padding: 1em 1.3em;
    margin: 0.2em;
    text-decoration: none;
    font-weight: bold;
}
.simplefilter_1170 li.active{
	color:#fff !important;
}
.simplefilter_1170 li:hover{
	color:#fff !important;
}
.intro{
	font-size: 24.57px;
    line-height: 1.3em;
    font-weight: 400;
    color: #6b1754;
    font-family: 'Raleway-SemiBold' !important;
    margin-top: 0;
}
.gallery-content{
	padding-top:50px;
	padding-bottom:100px;
}
.pfg-bootstrap .text-center{
	padding: 50px 0 40px;
}
/* Gallery CSS End */

.single-post-page{
	margin-top:40px;
	margin-bottom:100px;
}
.single-post-page .entry-header,.single-post-page .post-thumbnail{
	display:none;
}
.single-post-page .single-post-category{
	margin:0;
	padding:0;
	list-style:none;
}
.single-post-page .single-post-category li{
	list-style:none;
	display: inline-block;
    margin: 0 5px 5px 0;
}
.single-post-page .single-post-category li a{
	color: #6b1754;
    border: 1px solid #6b1754;
    font-size: 14.3px;
    padding: 0.3em 0.6em 0.29em;
    white-space: nowrap;
    display: inline-block;
	text-decoration:none;
}
.single-post-content{
	width: 910px;
    max-width: 100%;
    margin: 0 auto 100px;
}
.single-post-page .post-enrty-header{
	display:flex;
	margin-top:20px;
	margin-bottom:40px;
}
.single-post-page .post-enrty-header .post-time{
	background: #393939;
    color: #fff;
    padding: 0.5em 0.7em;
    width: 60px;
    line-height: 19px;
    font-family: 'Raleway-Bold';
    height: 75px;
}
.single-post-page .post-enrty-header .post-title{
	margin-left:40px;
}
.single-post-page .post-enrty-header .post-title h1{
	margin: 0;
    font-weight: 400;
    color: #6b1754;
    font-size: 2.5em;
    line-height: 1.1em;
    font-family: 'Raleway-SemiBold';
}
.entry-content{
	font-size:18.2px;
}
.entry-content strong{
    color: #1f7864;
	font-size:18.2px;
	font-family: 'Raleway-Bold';
}
.single-post-page .entry-footer{
	display:none;
}
.single-post-page .single-post-share-icon{
	text-align:center;
}
.single-post-page .single-post-share-icon a{
	width: 30px;
    height: 30px;
    line-height: 30px;
	text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
	background-color:#3B5998;
	text-decoration: none;
    color: #fff;
	font-size:16px;
}
.single-post-page .single-post-share-icon a:nth-child(1){
	background:#3b5999;
}
.single-post-page .single-post-share-icon a:nth-child(2){
	background:#d44837;
}
.single-post-page .single-post-share-icon a:nth-child(3){
	background:#3f9aff;
}
.single-post-page .single-post-share-icon a:nth-child(4){
	background:#0077b5;
}
.single-post-page .single-post-share-icon a:nth-child(5){
	background:#797983;
}
.single-post-page .single-post-share-icon a:nth-child(6){
	background:#ff6a52;
}
.single-post-back-to-blog{
	text-align:center;
	margin-top:50px;
}
.single-post-back-to-blog a{
	display: inline-block;
    position: relative;
    overflow: hidden;
    color: #6b1754;
    font-size: 15.6px;
    vertical-align: top;
    padding: 0.8em 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    border: 2px solid #6b1754;
	transition: all 300ms ease-in-out;
	font-family:'Raleway-Bold';
}
.single-post-back-to-blog a i{
	color: #6b1754;
    font-weight: 400;
    font-size: 0.75em;
    bottom: 1px;
    margin-right: 0;
    opacity: 0;
    position: relative;
    left: -1em;
    margin-left: -1em;
	transition: all 300ms ease-in-out;
}
.single-post-back-to-blog a:hover i{
	opacity: 1;
    margin-left: 0;
    margin-right: 1.2em;
    left: 0;
}
.entry-content a.block-link{
	box-sizing: border-box;
    display: inline-block;
    padding: 0.7em 1.2em;
    text-decoration: none;
    font-size: 1.1em;
    background: #6b1754;
    color: white;
    position: relative;
    font-weight: normal;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	font-family:'Raleway-Bold';
}
.entry-content a.block-link:hover{
	background-color: #1f7864;
    color: white;
}
.entry-content .intro{
	font-size: 1.35em;
    line-height: 1.3em;
    font-weight: 400;
    color: #6b1754;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	color: #6b1754;
    font-size: 1.3em;
    line-height: 1.1em;
    margin: 1.3em 0 0.3em;
    padding-bottom: 0em;
    position: relative;
}
.entry-content h2{
	font-size:2em;
}
.content-cat-page .blog-content-heading h2{
	margin: 0;
    font-weight: 400;
    font-family: 'Raleway-Regular';
    font-size: 17px;
}
.content-cat-page .entry-content{
	font-size: 14.3px;
    margin-bottom: 0;
}
/* Blog CSS ENd */

/* Banner CSS start */
.banner_bide{
	width: 100%;
    padding: 60px 0 60px;
    background-size: cover !important;
    background-position: center !important;
    text-align: left !important;
    position: relative;
	box-shadow:inset 0 0 0 2000px rgba(55, 62, 64, 0.75) !important;
}
.banner_bide .bide_banner_title{
	text-align:center;
}
.banner_bide .bide_banner_title h1{
	margin:0;
	color:#fff;
	font-size:67px;
}
/* Banner CSS End */

/* Terms and Conditions CSS start */
.terms-page{
	padding-top:30px;
}
.terms-page h3{
	margin: 0;
    color: #6b1754;
    font-size: 32.3px;
    position: relative;
    font-family: 'Raleway-Bold';
}
.terms-page p{
	margin-top:0;
}
.terms-page ul{
	margin: 0 0 1.3em 1.3em;
    padding-left: 20px;
}
.terms-page ul li{
	line-height: 1.4em;
    padding: 1px 0 1px;
    margin: 8px 0;
}
.terms-page ul strong{
	color: #1f7864;
    font-family: 'Raleway-Bold';
    font-size: 18.2px;
}
.terms-page a{
	color:#6b1754;
}
.privacy-page a{
	word-wrap:break-word;
}
/* Terms and Conditions CSS End */

/* Home page CSS start */
.home-sec-1{
	position: relative;
    padding: 50px 0 100px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.home-sec-1:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(55, 62, 64, 0.68) 0%, rgba(55, 62, 64, 0.63) 100%), linear-gradient(to bottom, rgba(9, 27, 32, 0.98) 0%, rgba(9, 27, 32, 0) 40%, rgba(9, 27, 32, 0) 100%);
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.home-sec-1 .header h1{
	color: white;
    font-size: 5em;
    margin-bottom: 1em;
	text-align:center;
/* 	font-family:'relation-two'; */
	line-height: 1.1em;
    display: block;
    animation-duration: 500ms;
    padding-bottom: 58px;
    background: url(https://staging.mumblesflooring.co.uk/wp-content/uploads/2024/02/title-underline.png) bottom center no-repeat transparent;
    background-size: 55%;
	margin:0;
}
.home-sec1-slider{
	display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
    padding-top: 50px;
	position:relative;
}
.home-sec1-slider .home-product-list{
	width:33.33%;
}
.home-sec1-slider .product{
	position:relative;
	width: 411px;
    height: 411px;
	overflow:hidden;
}
.home-sec1-slider .product .image{
	width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	cursor:pointer;
	position:relative;
}
.home-sec1-slider .product .image:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.25) 20%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%), linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.25) 20%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.home-sec1-slider .product .image:hover{
	transform:scale(1.2);
}
.home-sec1-slider .product .content{
	position: absolute;
    right: 13%;
    bottom: 5%;
    left: 13%;
    background: #6b1754;
    text-align: center;
    color: #fff;
	z-index:1;
	padding:1em 1.3em;
}
.home-sec1-slider .product .content h3{
	margin:0;
}
.home-sec1-slider .splide__arrow--prev{
    position: absolute;
    top: 50%;
    left: -2%;
    z-index: 1;
    background: rgba(51, 51, 51, .7);
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 0;
    width: 52px;
    height: 88px;
    color: #fff;
    opacity: 1;
}
.home-sec1-slider .splide__arrow svg{
	fill:#fff;
}
.home-sec1-slider .splide__arrow--next{
    position: absolute;
    top: 50%;
    right: -2%;
    z-index: 1;
    background: rgba(51, 51, 51, .7);
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 0;
    width: 52px;
    height: 88px;
    color: #fff;
    opacity: 1;
}
.home-sec1-slider .splide__arrow:hover{
	background: rgba(51, 51, 51, .9);
}
.home-sec1-slider .slick-next:hover{
	background:#333;
}
.home-sec1-slider .slick-next img:before{
	font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
	color: #fff;
    font-size: 24px;
}
.home-sec-2:before{
	background-image: linear-gradient(to bottom, #dbdbdb 0%, #dbdbdb 100%), linear-gradient(to bottom, #dbdbdb 0%, #dbdbdb 40%, #dbdbdb 100%);
}
.home-sec-2 .content{
	padding-bottom:150px;
	position:relative;
	overflow:unset;
}
.home-sec-2 .content .sec-2-logo-img{
	width: 77px;
    height: auto;
    position: absolute;
    top: 80px;
    left: -38.5px;
}
.sec-2-second-sec{
	display:flex !important;
	margin-top:70px !important;
	flex-wrap:wrap !important;
}
.sec-2-second-sec .col-5 .image3{
	height:100%
}

.sec-2-second-sec .col-5 .image3 img{
	height:100%;
	object-fit:cover;
}
.sec-2-second-sec .col-7{
	background:#1f7864;
}
.sec-2-second-sec .col-7 .right-content{
	padding: 50px;
}
.sec-2-second-sec .col-7 .right-content .teaser-title{
	color: #fff;
    font-size: 4.1em;
    margin-bottom: 0.4em;
    line-height: 1em;
    margin-top: 0;
    font-family: 'relation-two';
}
.sec-2-second-sec .col-7 .right-content .teaser-text {
	color:#fff;
	font-size:18px;
	margin-bottom:3em;
}
.sec-2-second-sec .col-7 .right-content a.block-link{
	border: 1px solid white;
    background: transparent;
    padding: 1em 1.5em;
    text-decoration: none;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 20.02px;
	    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	display:inline-block;
}
.sec-2-second-sec .col-7 .right-content a.block-link:hover{
	background-color:#154f42;
}
.home-sec-3{
	padding:50px 0;
}
.home-sec-3:before{
	content:unset;
}
.home-sec-3 .slick-list{
	padding:0 20% 0 0 !important;
}
.home-sec-3 .home-blog-slider{
	position:relative;
	margin-bottom:0;
	margin-top:0;
}
.home-sec-3 .home-blog-slider:after{
	content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 60px;
    z-index: 5;
    background-image: -webkit-linear-gradient(left, rgba(41, 40, 40, 0) 0%, #292828 100%), -webkit-linear-gradient(left, rgba(41, 40, 40, 0) 50%, #292828 100%);
    background-image: linear-gradient(to right, rgba(41, 40, 40, 0) 0%, #292828 100%), linear-gradient(to right, rgba(41, 40, 40, 0) 50%, #292828 100%);
}
.home-sec-3 .flooring-blog-page .blog-main{
	margin: 0 8px;
}
.home-sec-3 .home-blog-title{
	display:flex !important;
	justify-content:space-between;
	align-items:center;
/* 	margin-bottom: 20px; */
}
.home-sec-3 .home-blog-title{
	margin-bottom:10px;
}
.home-sec-3 .home-blog-title h2{
	font-size: 54.6px;
    line-height: 55px;
    color: #fff;
	 margin: 0;
    font-family: 'relation-two';
    position: relative;
}
.home-sec-3 .home-blog-title a{
	color: #fff;
    font-size: 15.6px;
    padding-left: 1em;
	text-decoration:none;
	font-family: 'Raleway-Bold';
}
.home-sec-3 .sec-3-inner{
	display:flex !important;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.home-sec-3 .sec-3-inner .col-4{
	display:flex;
	justify-content:end;
	align-items:center;
}
.home-sec-3 .sec-3-inner .col-4 span,.home-sec-3 .sec-3-inner .col-4 .fb-page{
	width:340px !important;
}
.home-sec-3 .sec-3-inner .col-4 span ._2p3a{
	width:340px !important;
}
.color_1{
	background-color:#6b1754 !important;
}
.color_2{
	background-color:#d0800d !important;
}
.color_3{
	background-color:#1f7864 !important;
}
.home-sec-4 .header{
	justify-content:space-between;
}
.home-sec-4 .header h2{
	justify-content:start;
}
/* Home page CSS End */
.tss-carousel-main.swiper .swiper-pagination, .tss-carousel.swiper .swiper-pagination{
	bottom:-66px !important;
	left:90px;
	text-align:left;
}


/* Small menu. */
@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 0 1.5em;
} */

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

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

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.gallery-item {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .gallery-item {
        width: calc(33.333% - 10px);
    }
	.footer-top .row a, .footer-top .row .location{
		gap:15px;
	}
}

@media (max-width: 768px) {
    .gallery-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .gallery-item {
        width: 100%;
        margin-left: 0;
    }
	.gallery-grid{
		margin-left: 0;
	}
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    display: block;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.02);
}
.gallery-page{
	padding:70px 0;
}
.gallery-page .intro{
	margin-bottom:10px;
}


@media only screen and (max-width:1320px) {
    .navbar ul li a{
        font-size: 16px;
        width: 5px;
        display: table-cell!important;
        vertical-align: middle;
        line-height: 1.1em;
        white-space: normal;
        text-align: center;
    }
	.logo{
		width:260px;
	}
	.container-flex{
		width: 94%;
    	margin: 0 3%;
	}
}
@media only screen and (max-width: 1640px){
	.container{
		width:94%;
		margin:0 3%;
	}
}
@media only screen and (max-width: 1420px){
	.logo {
		width: 260px !important;
		}
}
@media only screen and (max-width:980px){
	.mobile-header{
		display:block;
	}
	.main-header{
		display:none;
	}
	#responsive_menu{
		display:block;
	}
	.mega-indicator{
		transform:rotate(270deg);
		 transition: all 0.25s ease-in-out;
	}
	.rotate-indicator{
		transform:rotate(360deg);
	}
	#mega-menu-wrap-mumbles_mobile #mega-menu-mumbles_mobile > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
		color:#1f7864;
	}
	#mega-menu-wrap-mumbles_mobile #mega-menu-mumbles_mobile > li.mega-menu-item > a.mega-menu-link{
		color:#fff;
		font-size:23.4px;
		font-family:'raleway-bold' !important;
		padding-left:25px;
		margin-bottom:10px;

	}
	#mega-menu-wrap-mumbles_mobile #mega-menu-mumbles_mobile > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-mumbles_mobile #mega-menu-mumbles_mobile > li.mega-menu-item > a.mega-menu-link:focus {
		color:#fff;
	}
	#mega-menu-wrap-mumbles_mobile #mega-menu-mumbles_mobile li.mega-menu-item a.mega-menu-link:before{
		display:none;
	}
	#mega-menu-wrap-mumbles_mobile #mega-menu-mumbles_mobile > li.mega-menu-megamenu > ul.mega-sub-menu{
		background:#595959;
		color:#fff;
		border-radius:0;
	}
	#mega-menu-wrap-mumbles_mobile #mega-menu-mumbles_mobile > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-mumbles_mobile #mega-menu-mumbles_mobile > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		color:#fff;
		font-family:'raleway-semibold';
		padding-left:50px;
	}
	.contact-page .col-7,.contact-page .col-4{
		width:100%;
	}
	.banner_bide{
		padding: 150px 0 70px;
	}
	.banner_bide .bide_banner_title h1{
		font-size:3em;
	}
	.carpets-page-sec-1 .header{
		padding-top:100px;
	}
	.footer-top .container-flex .col-4 {
        width: 100%;
        max-width: 320px;
        margin: 15px auto !important;
    }
}
@media only screen and (max-width:1400px){
	.home-sec1-slider .product{
		width: 380px;
		height: 380px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size:16px;
		padding:0;
	}
}
@media only screen and (max-width:1200px){
    .header-bottom-flex .left{
        width: 50%;
    }
    .header-bottom-flex .right{
        width: 50%;
    }
    .header-bottom-flex .right .phone{
/*         width: 100%; */
    }
	.header-bottom .phone a{
		min-width: 230px;
	}
	.header-bottom-flex .left ul li{
		margin-right:1em;
		font-size: 14px;
	}
	.header-bottom .email a{
		font-size:14px;
	}
	.header-bottom .old-phone-text span{
		font-size: 18.04px;
	}
	.header-bottom .phone a{
		align-items:center;
	}
	.home-sec-3 .sec-3-inner .col-4 {
        justify-content: center;
        margin-top: 30px;
    }
	.home-sec-3 .sec-3-inner {
        justify-content: center;
    }
	.home-sec-3 .sec-3-inner .col-8,.home-sec-3 .sec-3-inner .col-4{
		width:100%;
	}
}
@media only screen and (max-width:991px){
	.home-sec-1{
		padding-top:100px;
	}
	.carpets-page-sec-1 .header h1{
		font-size:65px;
	}
	.carpets-page-sec-1 .content .col-6, .carpets-page-sec-1 .content .col-5{
		width:100%;
	}
	.carpets-page-sec-1 .content .product-images .image2 {
        bottom: -8%;
		right: -30px;
    }
	.carpets-page-sec-1 .content{
		padding:50px 50px 80px;
	}
	.page-testimonials .testimonial-wrap {
        width: 100%;
    }
}
@media only screen and (max-width:768px){
	.footer-top .container-flex .col-4{
		width: 100%;
		max-width: 320px;
		margin: 15px 0 !important;
	}
	.footer-bottom .col-6{
		width:100%;
		text-align:center;	
	}
	.footer-bottom .footer-flex .col-6:nth-child(2){
		text-align:center;
		padding-top:20px;
	}
	.header-bottom,.header-topbar{
		display:none !important;
	}
	.banner-404{
		padding: 35vw 0 13vw;
	}
	.cbc_form .col1, .cbc_form .col2{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.flooring-blog-page{
		justify-content:left;
	}
	.flooring-blog-page .col-3{
		width:50%;
	}
	.carpets-page-sec-1 .content .col-6,.carpets-page-sec-1 .content .col-5{
		width:100%;
	}
	.carpets-page-sec-1 .content .product-images .image2{
		bottom:-8%;
	}
	.page-teaser .container-flex{
		display:block;
	}
	.page-teaser .left{
		padding-bottom:20px;
	}
	.page-teaser .left, .page-teaser .right{
		max-width: none;
		text-align: center;
		float: none;
	}
	.page-testimonials .testimonial-wrap{
		width:100%;
		
	}
	.home-sec1-slider .product{
		width:350px;
		height:350px;
	}
	.home-sec-2 .content .sec-2-logo-img{
		width:65px;
		left:10%;
		top:-30px;
	}
	.home-sec1-slider .product .content{
		left:8%;
		bottom:5%;
		right:8%;
	}
	.home-sec-1{
		padding-top:150px;
	}
	.home-sec-3 .sec-3-inner .col-8,.home-sec-3 .sec-3-inner .col-4{
		width:100%;
	}
	.home-sec-3 .sec-3-inner .col-4{
		justify-content:center;
		margin-top:30px;
	}
	.home-sec-3 .sec-3-inner{
		justify-content:center;
	}
	.home-sec-3 .home-blog-slider:after{
		height:100%;
	}	
	.sec-2-second-sec .col-5, .sec-2-second-sec .col-7 {
        width: 100%;
    }
}
@media only screen and (max-width:720px){
	.home-sec1-slider .product{
		width:300px;
		height:300px;
	}
}
@media only screen and (max-width:480px){
	.mobile-header .col-3,.mobile-header .col-9{
		width:50%;
	}
	.footer-bottom .site-container{
		margin:0 15px;
	}
	.mobile-menu-footer{
		margin:0 15px;
	}
	.footer-link img{
		margin-bottom:-4px;
	}
	.mobile-email span{
		font-size:20px;
	}
	.flooring-blog-page .col-3{
		width:100%;
	}
	.single-post-page .post-enrty-header .post-title h1{
		font-size:1.2em;
	}
	.offer-page .offer{
		padding: 3em 2em;
		padding-left:20px;
	}
	.offer-page .offer .image{
		width:40%;
	}
	.offer-page .offer .details{
		margin-left: 10px;
		font-size:1.7em;
	}
	.carpets-page-sec-1 .content{
		padding:40px 10% 15%;
	}
	.carpets-page-sec-1 .content .product-images .image2{
		width: 130px;
        height: 130px;
        bottom: -12%;
        right: -20px;
	}
	.tss-wrapper .tss-layout3 .item-content, .tss-wrapper .tss-isotope1 .item-content, .tss-wrapper .tss-carousel3 .item-content{
		font-size:18.2px;
	}
	.tss-carousel-main.swiper .swiper-pagination, .tss-carousel.swiper .swiper-pagination{
		bottom:20px!important;
	}
	.page-testimonials{
		padding-bottom:100px;
	}
	.col-4{
		flex:100% !important;
	}
	.tss-wrapper .tss-layout3 .item-content-wrapper, .tss-wrapper .tss-isotope1 .item-content-wrapper, .tss-wrapper .tss-video1 .item-content-wrapper, .tss-wrapper .tss-carousel3 .item-content-wrapper{
		padding-left:0;
		padding-top:60px;
	}
	.page-testimonials .testimonial-wrap{
		width:100%;
		padding:0;
		padding-bottom:100px;
	}
	.page-testimonials .swiper-wrapper{
/* 		height:300px !important; */
	}
	.tss-wrapper .single-item-wrapper h3.author-name{
		padding-left:0;
	}
	.tss-carousel-main.swiper .swiper-pagination, .tss-carousel.swiper .swiper-pagination{
		bottom:-36px !important;
		left:90px;
		text-align:left;
	}
	#product-list .product{
		width: 48%;	
	}
	#product-list .content h3{
		font-size:1.1em;
	}
	.product-gallery .header{
		flex-wrap:wrap;
	}
	.product-gallery .header h2{
		width:100%
	}
	.product-gallery .header h2 span{
		font-size:46.1px;
	}
	.carpets-page-sec-1 .header h1{
		font-size:64.35px;
	}
	.home-offers h3{
		font-size:13vw;
    	text-align: center;
		width:100%;
	}
	.home-offers .container-flex{
		clear:both;
	}
	.home-offers h3:before,.home-offers h3:after{
		display:none;
	}
	.home-offers .offer{
		width:367px !important;
	}
	.home-offers{
		height:auto;
	}
	
	.home-sec1-slider .product{
		width:195px;
		height:195px;
	}
	.home-sec1-slider .splide__arrow--prev,.home-sec1-slider .splide__arrow--next{
		width: 35px;
		height: 60px;
	}
	.home-sec1-slider .product .content{
		left:3%;
		bottom:3%;
		right:3%;
	}
	.home-sec1-slider .product .content h3{
		font-size:13px;
	}
	.sec-2-second-sec .col-5,.sec-2-second-sec .col-7{
		width:100%;
	}
	.sec-2-second-sec .col-7 .right-content{
		padding:20px;
	}
	.sec-2-second-sec .col-7 .right-content .teaser-title{
		font-size:40px;
		text-align:center;
	}
	.sec-2-second-sec .col-7 .right-content .teaser-text{
		margin-bottom:2em;
	}
	.home-sec-4 .header{
		justify-content:center;
	}
	.home-sec-4 .header h2{
		justify-content:center;
	}
	.carpets-page-sec-1 .header .links a{
		padding:0.2em 0.8em;
	}
	.home-sec-3 .home-blog-title h2{
		font-size:35px;
	}
	.home-offers .offer{
		padding-top:20px;
		padding-bottom:0;
	}
	.tss-carousel-main.swiper .swiper-pagination, .tss-carousel.swiper .swiper-pagination{
		width:210px !important;
	}
	.home-sec-1 .header h1{
		font-size: 56px;
		line-height: 60px;
		padding-bottom: 35px;
	}
	.tss-carousel-main.swiper .swiper-pagination, .tss-carousel.swiper .swiper-pagination{
		bottom: -76px !important;
		left: 15px !important;
		text-align: left;
	}
	.tss-carousel-main.swiper .swiper-pagination, .tss-carousel.swiper .swiper-pagination{
		width: 280px !important;
	}
	.tss-carousel-main .swiper-pagination-bullet, .tss-carousel .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
}

@media only screen and (max-width:360px){
	.home-sec1-slider .product{
		width:165px;
		height:165px;
	}
	.home-offers .container-flex{
		clear:both;
	}
	.home-offers h3:before,.home-offers h3:after{
		display:none;
	}
	.home-offers .offer{
		width:337px !important;
	}
	.home-offers{
		height:auto;
	}
}