/*!
Theme Name: SNS
Theme URI: http://underscores.me/
Author: Azadeh
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sns
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

SNS is based on Underscores https://underscores.me/
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

/*  Define custom properties */
:root {
	--primary-color: #cef179;
	--secondary-color: #696f6c;
	--white-color: #ffffff;
	--black-color: #494949;
	--mid-dark-color: #697c34;
	--mid-light-color: #b5c780;
	--light-color: #cccccc;
	--heading-color: #2e2f2f;
}
/**
 * Remove the margin in all browsers.
 */
 body {
	margin: 0;
	background: var(--white-color);
	/* Fallback for when there is no custom background color defined. */
}

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
optgroup,
textarea {
	color: var(--black-color)
	font-family: sans-serif;
}

.wp-block-image figcaption {
	font-size: 2rem;
	color: var(--light-color)
}

p {
	margin: 0 0 1.5rem;
	/* font-weight: 700; */
}

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

blockquote {
	padding: 2rem;
	box-shadow: inset 1px 2px 5px var(--primary-color)38;
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
hr {
	background-color: var(--mid-light-color)
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	/* list-style: none; */
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

.wp-block-image {
	margin: 0;
}

table {
	margin: 0px auto;
	width: 100% !important;
	/* border: 1px solid #000000; */
	/* box-shadow: 0px 0px 10px #434758; */
}

tbody {
	/* border: 1px solid #000000; */
}

tbody tr {
	border: 1px solid #a5a4a4;
}

tbody tr td {
	padding: 10px;
	/* border: 1px solid #a5a4a4; */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--light-color);
	border-radius: 3px;
	background: var(--primary-color);
	color: var(--black-color);
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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: var(--dark-color);
}

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:var(--black-color);
	border: 1px solid var(--light-color);
	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:var(--black-color);
}

select {
	border: 1px solid var(--light-color);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #49822a;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: var(--secondary-color);
}

a:focus {
	outline: none;
}

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



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

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

@font-face{
	font-family:sunrise;
	src:url(/wp-content/themes/sns/fonts/SUNRISEPERSONALUSE.ttf);
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

/* Custom styles */

html {
	font-size: 10px;
	line-height: 1rem;
	min-height: 100vh;
	height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: var(--heading-color);
    /* text-transform: uppercase; */
    line-height: 1.4!important;
    /* margin: 0 auto; */
    font-weight: 400;
    font-family: sunrise;
}

h1 {
	font-size: 60px;
	margin-bottom: 2rem;
	margin-top: 0px;
}

h2 {
	font-size: 57px;
	line-height: 1.4;
}

h3 {
	font-size: 45px;
	line-height: 1.4;
}

a img:hover{
	opacity:0.9;
}

h4,
h5,
h6 {
	font-size: 2rem;
}

ul li {
	/* list-style: none; */
}

/* General row styles */
.kt-row-column-wrap {
	max-width: 1170px;
	margin: 0px auto;
	z-index: 0;
}

.entry-content .alignwide {
	margin-left: -80px;
	margin-right: -80px;
}

.entry-content .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.alignfull img {
	margin: 0px auto;
}

/* Body styles */
body {
	font-family: "Lato", serif, sans-serif;
    display: flex;
    flex-direction: column;
    color: #333333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    /* height: 100vh; */
    min-height: 100vh;
    background: var(--white-color);
}

p{
	letter-spacing: 1px;
}

#page {
	flex: 1 0 auto;
	clear: both;
	overflow: hidden;
	padding: 0 0 3rem;
}
.woocommerce-page #page,.blog #page,.single #page{
	/*background: url("img/outdoor-camp.jpg") top center no-repeat;*/
}
.home #page {
	padding: 0;
	background: none;
}

.entry-header,
.entry-footer {
	display: none;
}

#content {
	max-width: 1170px;
	margin: 0 auto 0;
	padding: 0px 15px 0;
}
.woocommerce-page #content,.blog #content,.single #content{
	    margin: 0 auto;
}
/* Top Header styles */
.information-box .kt-blocks-info-box-link-wrap,
.information-box:hover .kt-blocks-info-box-link-wrap {
	background: none !important;
	border: 0;
}

.top-contact-section {
	grid-column: 3/-1;
	justify-self: end;
	/* background: #50b43f; */
	/* padding: .8rem 0; */
}

.nav-section {
    /* grid-column: 2/3; */
    justify-self: center;
    justify-content: center;
    align-items: center;
    /*display: flex;*/
    z-index: 999;
    width: 100%;
    /* background: #faa21f; */
    /* padding: 0.5rem 0; */
}

.contact-links ul li.phone a {
	/* background: #50b440; */
	/* color: var(--primary-color); */
	/* padding: 5px 10px; */
	/* border-radius: 35px; */
}

.contact-links ul {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    align-items: flex-end;
    /* flex-wrap: wrap; */
    padding: 0;
    /* margin: 0.2rem 0; */
}

.social-links ul li,
.contact-links ul li {
	display: flex;
	/* justify-content: flex-start; */
	/* align-items: center; */

}

.social-links ul li {
	margin: 0px .5rem;
}

.social-links ul li a {
	/* color: var(--white-color); */
	/* background: var(--white-color); */
	border-radius: 50%;
	/* width: 4rem; */
	/* height: 4rem; */
	transition: all .3s;
	/* padding: 5px; */
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}

.social-links ul li a:hover {
	/* padding-bottom: 4px; */
	/* background: #b0b5cc; */
	/* color: var(--white-color); */
	filter: drop-shadow(-1px 12px 10px gray) invert(88%);
}
.bottom-footer .social-links ul li a:hover {
	filter: drop-shadow(-1px 2px 9px mistyrose) invert(57%);
}
.social-links ul li a:hover svg path {
	/* fill:var(--mid-dark-color); */
}

.social-links ul li:last-child a {
	/* border-right:0; */
}

.social-links ul li svg {
	/* margin: 0px .5rem; */
}

.bottom-footer .social-links ul li svg path {
	/* fill: var(--primary-color); */
}

.contact-links ul li a {
	color: var(--white-color);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 3rem;
	cursor: pointer;
}
.contact-links ul li a:hover svg path,.bottom-header .contact-links ul .search-icon:hover svg path{
	fill: var(--primary-color)
}
.contact-links ul li a svg {
	margin: 0 1rem 0 0;
}
.search-section {
	transition: all .5s;
	transform: translate(0%,0%);
	max-width: 1170px;
	display: grid;
	justify-content: end;
	margin: 0 auto;
	opacity: 0;
	z-index: 1;
}
.search-section .widget{
	background: var(--black-color);
	padding: 2rem;
}
.search-section.show{
	transform: translate(0%,0%);
	opacity: 1;
	/* background: var(--white-color); */
}
#searchsubmit{
	font-size: 1.4rem;
	color: var(--white-color);
	border: 0;
	font-family: "Lato",serif;
	cursor: pointer;
}
/* Header styles */
header.site-header {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
    left: 0;
    right: 0;
    /* background: var(--primary-color); */
    z-index: 999;
}

.inner-wrapper {
	max-width: 1170px;
	margin: 0px auto;
	padding: 0;
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr;
	justify-items: center;
}

.top-header {
    background: #ffffff;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    z-index: 9999;
    box-shadow: 0px 1px 2px #a0a0a0;
       margin-bottom: 1rem;
}


.top-header .inner-wrapper {
    display: grid;
    justify-items: end;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 2rem;
    max-width: 100%;
    /* padding: 3rem 1rem; */
}
.top-header .social-links ul{
	display: flex;
}
.top-header .social-links ul svg path{
	/* fill: inherit; */
}
.search-icon{
    background: none;
    border: 0;
    color: var(--white-color);
    padding: 0;
    cursor: pointer;
}
.bottom-header{
	background: rgba(255, 255, 255, 0.5);
}
.woocommerce .bottom-header {
	background: rgba(255, 255, 255, 0.79);
}

.bottom-header .inner-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-items: center;
	/* flex-wrap: wrap; */
	/* padding: 0; */
	/* max-width: 100%; */
	z-index: 6;
}
.bottom-header .inner-wrapper .contact-section{
	display: flex;
	align-items: end;
}
.site-branding {
    z-index: 1;
    justify-self: center;
}
.bottom-header .contact-links ul{
	flex-direction: row;
	z-index: 16;
}
.bottom-header .contact-links ul svg path{
	fill: var(--secondary-color);
}
.top-header.sticky{
    /* position: fixed; */
    /* transform: translate(0%,0%); */
    width: 100%;
    background: #ffffff!important;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav {
	/* display: flex; */
	/* justify-self: baseline; */
	/* margin: 0px auto; */
	width: 100%;
	max-width: 1420px;
}

.menu-main-menu-container {
	/* grid-column: 2/-1; */
	/* clear: both; */
	display: flex;
	/* flex: 1; */
	/* justify-content: space-around; */
	/* align-items: center; */
}

.menu-main-menu-container {
	/*width: 100%;
	max-width: 1170px;
	margin: 0px auto;*/
	padding: 2rem 0px 0;
    padding-top: 0;
}

.menu-main-menu-container>ul {
    display: flex;
    /* flex: 1; */
    justify-content: space-between;
    align-items: center;
    /* list-style: none; */
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu-main-menu-container .sub-menu {
	display: none;
	/* opacity: 0; */
	/* transform: translateY(111%); */
	transition: all .35s linear;
	padding: 1rem 0;
}

.menu-main-menu-container ul ul {
	/* box-shadow: 1px 1px 2px var(--light-color); */
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	/* z-index: 99999; */
	/* display: none; */
	background: var(--black-color);
	/* border: 1px solid #eee;;
	transition: all .5s; */
	/* opacity: 0; */
	margin: 0;
	padding: 0;
	min-width: 130px;
}

.menu-main-menu-container ul ul ul {
	left: 100%;
	right: 0;
	top: 0;
}

.menu-main-menu-container ul ul li:hover>ul,
.menu-main-menu-container ul ul li.focus>ul {
	/* left: 100%; */
}

.menu-main-menu-container .sub-menu .sub-menu {
	/* display: flex; */
	/* flex-direction: column; */
	/* align-items: flex-start; */
	position: absolute;
	top: 0;
	left: 100%;
	right: inherit;
	/* padding: 1rem 0; */
	width: 100%;
	/* grid-column: 1/-1; */
	/* grid-row: 2/2; */
	/* transform: translateY(-169%); */
	/* left: 100%; */
	z-index: 999999999;
}

.menu-main-menu-container ul ul a {
	font-size: 1.5rem;
	text-align: left;
	text-transform: none;
}

.menu-main-menu-container ul ul li:hover>a {
	color: var(--mid-light-color);
	/* --primary-color: #d1d8ec; */
}

.menu-main-menu-container ul ul li {
	/* width: 100%; */
	padding: 0 0rem;
	/* border-bottom: 1px solid #ccc; */
	line-height: 3rem;
}

.menu-main-menu-container ul li:hover>ul,
.menu-main-menu-container ul li.focus>ul {
	/* left: auto; */
}

.menu-main-menu-container ul.sub-menu li a,
.sub-arrow svg path {
	color: var(--white-color);
}

.menu-main-menu-container li {
	/* width: 100%; */
	/* flex: 1; */
	display: flex;
	/* justify-content: center; */
	align-items: center;
	position: relative;
	list-style: none;
	/* border-right: 2px solid var(--white-color); */
	line-height: 5rem;
	position: relative;
	/* TEXT-ALIGN: CENTER; */
	/* position: relative; */
}

.menu-main-menu-container li:last-child {
	border-right: 0;
}


.menu-main-menu-container li.book-link a {
	color: var(--white-color);
}

.menu-main-menu-container a {
	display: flex;
	color: var(--secendary-color);
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 2rem;
	/* font-weight: bold; */
	text-transform: uppercase;
	transition: all .45s;
	text-align: center;
	padding: 0rem 1rem;
	transition: all .5s;
	color: var(--black-color);
	font-family: "Anton",serif;
}

.menu-main-menu-container li:last-child a {
	padding-right: 0;
}

.menu-main-menu-container a:hover,
.menu-main-menu-container li.current_page_item a {
	/* text-shadow: 0px 1px 0px #0a0d10; */
	color: var(--white-color);
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle{

}

.sticky #mega-menu-wrap-max_mega_menu_1{
	box-shadow: 0px 1px 2px #a0a0a0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1{

}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{

}

/* Sub menu. */
.arrow,
.sub-arrow {
	width: 20px;
	height: 20px;
	line-height: 30px;
	display: inline-block;
	order: 1;
	grid-column: 2/-1;
	cursor: pointer;
	justify-self: center;
	/* padding: 1rem; */
}

.menu-toggle {
	display: none;
}

.arrow-up {
	display: none;
}

.arrow svg,
.sub-arrow svg {
	width: 20px;
	height: 20px;
	/* line-height: 8rem; */
	/* display: inline-block; */
}

.arrow svg path {
	/* fill: var(--white-color); */
}
.sub-arrow  .arrow-down{
	display: none;
}
.sub-arrow  .arrow-down{
	display: none;
}
/* banner styles */ 
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap{
	top: inherit;
	bottom: 20% !important;
	background: none!important;
	opacity: 1;
}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption{
	font-size: 5rem !important;
	font-family: "Anton",serif;
	line-height: 6rem;
	font-weight: 400;
}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap a{
    background: var(--primary-color);
    color: var(--white-color);
    font-family: "Lato",serif;
    font-size: 2rem;
    border-radius: 5px;
    font-weight: 300;
}
 .slick-slide .wpl-wcs-cat-item-content img{
	max-width: 200px;
	margin: 0px auto;
}
.wpl-wcs-slider-section .slick-dots li{
	width: 2rem;
	height: 2rem;
}
.wpl-wcs-slider-section .wpl-wcs-cat-item-content{
	border:0;
}
.wpl-wcs-cat-item.slick-slide  .wpl-wcs-cat-item-content .wpl-wcs-cat-info{
	background: transparent;
}

#ssb-container{
	top:80px!important;
}

#ssb-container ul li a{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

#ssb-container ul li span{
    background: #76ca48;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-right: 10px;
}

#ssb-container ul li{
 	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img{
    max-height: 300px;
    object-fit: contain;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{
    font-size: 2rem;
    color: var(--secondary-color);
    line-height: 3rem;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product-price{
    color: var(--secondary-color);
    font-size: 2rem;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product{
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 40px;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button{
	margin-top: auto;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button a{
	background-color: #cef179;
    width: auto;
    padding: 2rem 5rem;
    font-weight: 300;
    color: #222;
    transition: all .5s;
    border-radius: 5px;
    font-size: 2rem;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button a:hover{
	background:#464646;
	color:#ffffff;
}


/*SUBCAT THAT HAS NO IMAGE*/
.term-fabric-by-range ul.product-cats, .term-numbers ul.product-cats, .term-a ul.product-cats, .term-b ul.product-cats,
.term-c ul.product-cats, .term-d ul.product-cats, .term-e ul.product-cats, .term-f ul.product-cats, .term-g ul.product-cats,
.term-h ul.product-cats, .term-j ul.product-cats, .term-k ul.product-cats, .term-l ul.product-cats, .term-m ul.product-cats,
.term-n ul.product-cats, .term-o ul.product-cats, .term-p ul.product-cats, .term-r ul.product-cats, .term-s ul.product-cats,
.term-t ul.product-cats, .term-v ul.product-cats, .term-w ul.product-cats, .term-patterns-by-designer ul.product-cats,
.term-fabric-by-manufacturer ul.product-cats, .term-fabric-by-designer ul.product-cats, .term-moda ul.product-cats{
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 6em;
    border-bottom: thin dotted;
    padding-bottom: 6em;
    grid-row-gap: 10px;
}

.term-fabric-by-range ul.product-cats li, .term-numbers ul.product-cats li, .term-a ul.product-cats li, .term-b ul.product-cats li,
.term-c ul.product-cats li, .term-d ul.product-cats li, .term-e ul.product-cats li, .term-f ul.product-cats li, .term-g ul.product-cats li,
.term-h ul.product-cats li, .term-j ul.product-cats li, .term-k ul.product-cats li, .term-l ul.product-cats li, .term-m ul.product-cats li,
.term-n ul.product-cats li, .term-o ul.product-cats li, .term-p ul.product-cats li, .term-r ul.product-cats li, .term-s ul.product-cats li,
.term-t ul.product-cats li, .term-v ul.product-cats li, .term-w ul.product-cats li, .term-patterns-by-designer ul.product-cats li,
.term-fabric-by-manufacturer ul.product-cats li, .term-fabric-by-designer ul.product-cats li, .term-moda ul.product-cats li{
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    display: grid;
    border:none;
}

.term-fabric-by-range ul.product-cats li img, .term-numbers ul.product-cats li img, .term-a ul.product-cats li img, .term-b ul.product-cats li img,
.term-c ul.product-cats li img, .term-d ul.product-cats li img, .term-e ul.product-cats li img, .term-f ul.product-cats li img, .term-g ul.product-cats li img,
.term-h ul.product-cats li img, .term-j ul.product-cats li img, .term-k ul.product-cats li img, .term-l ul.product-cats li img, .term-m ul.product-cats li img,
.term-n ul.product-cats li img, .term-o ul.product-cats li img, .term-p ul.product-cats li img, .term-r ul.product-cats li img, .term-s ul.product-cats li img,
.term-t ul.product-cats li img, .term-v ul.product-cats li img, .term-w ul.product-cats li img, .term-patterns-by-designer ul.product-cats li img,
.term-fabric-by-manufacturer ul.product-cats li img, .term-fabric-by-designer ul.product-cats li img, .term-moda ul.product-cats li img{
    width: 150px;
    object-fit: contain;
    display: flex;
}

.term-fabric-by-range ul.product-cats li h2 a, .term-numbers ul.product-cats li h2 a, .term-a ul.product-cats li h2 a, .term-b ul.product-cats li h2 a,
.term-c ul.product-cats li h2 a, .term-d ul.product-cats li h2 a, .term-e ul.product-cats li h2 a, .term-f ul.product-cats li h2 a, .term-g ul.product-cats li h2 a,
.term-h ul.product-cats li h2 a, .term-j ul.product-cats li h2 a, .term-k ul.product-cats li h2 a, .term-l ul.product-cats li h2 a, .term-m ul.product-cats li h2 a,
.term-n ul.product-cats li h2 a, .term-o ul.product-cats li h2 a, .term-p ul.product-cats li h2 a, .term-r ul.product-cats li h2 a, .term-s ul.product-cats li h2 a,
.term-t ul.product-cats li h2 a, .term-v ul.product-cats li h2 a, .term-w ul.product-cats li h2 a, .term-patterns-by-designer ul.product-cats li h2 a,
.term-fabric-by-manufacturer ul.product-cats li h2 a. .term-fabric-by-designer ul.product-cats li h2 a, .term-moda ul.product-cats li h2 a{
	border:none;
}

.searchsection{
    width: 100%;
    display: none;
}

/*END OF SUBCAT THAT HAS NO IMAGE*/

/*SUB PRODUCT CATS CSS*/
ul.product-cats{
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 6em;
    border-bottom: thin dotted;
    padding-bottom: 6em;
    grid-row-gap: 10px;
    grid-gap: 10px;
}

ul.product-cats li{
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    border: thin solid #CCC;
    padding: 5px;
    display: flex;
}

ul.product-cats li img{
    display: none;
}

ul.product-cats li h2 a{
	display: block;
}

ul.product-cats li h2{
    font-size: 2rem;
    color: var(--secondary-color);
    margin: 0;
    text-align: center;
    font-family: "Lato", serif, sans-serif;
}

ul.product-cats li > a{
	display: block;
}

ul.product-cats li h2 a{
	color: var(--secondary-color);
	font-weight: bold;
}

#mega-menu-max_mega_menu_1 li.searchicon:hover{
	background: #efefef!important;
}

.woocommerce-checkout .about_paypal,
.woocommerce-checkout .woocommerce-privacy-policy-link{
	color: #000000;
}

#voucher-multistep-form .sin-template label span{
    position: relative!important;
    opacity: 1!important;
    color: black!important;
    background: transparent!important;
}

.order_details_preview h3,
.order_details_preview h4{
	font-family: "Lato", serif, sans-serif;
}

.grecaptcha-badge iframe{
	padding: 0!important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-18650 .mega-search.mega-search-closed input[type=text]{
    border:thin solid #cccccc!important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-18650 .mega-search.mega-search-open input[type=text]{
    background: #efefef!important;
    border:thin solid #cccccc!important;
}

.featuredcateg{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 330px;
    border-radius: 10px;
    margin-bottom: 0px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

.featuredcateg:hover{
    background-color: transparent;
}

.featuredcateg h2{
	text-align: center;
    font-size: 9rem;
    text-shadow: 5px 0px 3px #080808;
    letter-spacing: 2px;
    margin: 0;
}

.featuredcateg h2 a{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
}

.featuredcateg h2 a:hover{
	opacity: 0.9;
}

.metaslider.ms-theme-outline .flexslider .caption-wrap{
	position: absolute;
    top: 20%!important;
    left: 50%;
    width: 100%;
    max-width: 550px;
}

.metaslider.ms-theme-outline .flexslider .caption-wrap .caption{
    background: rgba(255,255,255,0.7)!important;
    border-radius: 10px;
}
.metaslider.ms-theme-outline .flexslider .caption-wrap .caption h2{
	margin:0;
	text-align: left;
}
.metaslider.ms-theme-outline .flexslider .caption-wrap .caption h2 a{
    font-family: sunrise;
    background: transparent;
    color: #333;
    font-size: 57px;
}

.metaslider.ms-theme-outline .flexslider .caption-wrap .caption p{
	font-family: "Lato", serif, sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}

.wpgv-according-title h2{
    font-size: 30px!important;
    font-weight: normal!important;
}

.wpgv-item .wpgv-buy button{

}
/*END OF SUB PRODUCT CATS CSS*/

/* footer styles */
footer.site-footer {
    margin-top: auto;
    /* padding: 1rem; */
    /* line-height: 1.5rem; */
    color: var(--black-color);
    background: #eeeeee;
    clear: both;
    font-family: "Lato",serif;
}
footer.site-footer a {
	color: var(--black-color);
}

.site-footer .top-footer{
	padding: 60px 0;
}
.site-footer .bottom-footer {
	/* max-width: 1170px; */
	padding: 1rem;
	/* display: flex; */
	/*border-bottom: 2px solid var(--light-color);*/
}

.site-footer .top-footer .inner-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    justify-items: center;
    align-items: flex-start;
    /* border-bottom: 1px solid var(--white-color); */
}

.site-footer .top-footer .inner-wrapper > div{
	width: 100%;
}

.site-footer .top-footer .inner-wrapper .column_2 ul{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}

.site-footer .top-footer .inner-wrapper span{
	display: block;
    margin-bottom: 15px;
}

.footer-main-navigation{
	justify-self:start;
	width: 100%;
}
.top-footer {
	/* justify-content: space-evenly; */
	/* border-bottom: 1px solid var(--white-color); */
}

.site-footer .top-footer .custom-menu {
	justify-self: center;
}

.site-footer .top-footer .custom-menu .menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: self-start;
	padding: 0;
}

.site-footer .top-footer .custom-menu .menu a {
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	text-decoration: none;
}

/* Top footer */
.footer-logo {
    /* grid-column: 2/3; */
    justify-self: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.top-footer .contact-section {
	/* align-self: end; */
	justify-self: end;
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: flex-start; */
	/* align-items: flex-end; */
}

.top-footer .contact-links ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
	/* width: 100%; */
}

.top-footer .contact-links ul li {
	flex: 1;
	align-items: flex-start;
	align-items: baseline;
	margin: 0rem 3px;
	line-height: 1.7rem;
	list-style: none;
}

.top-footer .contact-links ul li a {
	/* text-align: right; */
	font-size: 1.5rem;
	font-weight: bold;
	display: flex;
	/* align-items: flex-start; */
	color: var(--black-color);
	/* background: var(--white-color); */
}

.top-footer nav ul li svg {
	margin: 0px .3rem;
	width: 15px;
}

.top-footer nav ul li svg path {
	fill: var(--black-color);
}

.social-links {
	/* max-width: 1170px; */
	/* margin: 0px auto; */
}

.social-links ul {
	display: flex;
	justify-content: flex-end;
	padding: 0;
}

.social-links a svg {
	/* width: 40px; */
	/* height: 40px; */
	margin: 0 0 0 .5rem;
}

.discountlabel{
    background: #efefef;
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.discountlabel p{
	margin: 0;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}

.discountlabel ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discountlabel li{
    text-align: center;
    border-right: 1px solid #333333;
    line-height: 1;
    padding-right: 20px;
    margin-right: 20px;
    text-transform: uppercase;
}

.discountlabel li a{
	color:#333333;
}

.discountlabel li:last-of-type{
    border: none;
    padding: 0;
    margin: 0;
}

.homeblock1 .contentwrapper{
    background: #ffffff;
    border: dashed 4px #000;
    border-color: #766454;
    border-radius: 10px;
}

.homeblock2{
    /*position: absolute;*/
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 100%;
    margin: 0!important;
    padding: 0 15px!important;
}

.homeblock2 .col2 .uagb-column__inner-wrap{
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
}

.metaslider .slides img{
    min-height: 380px;
    object-fit: cover;
}

.viewmore a{
	font-family: sunrise;
    font-size: 3rem;
}

.viewmore2 a{
    font-family: sunrise;
    font-size: 3rem;
    display: block;
    width: 250px;
    border: thin dotted black!important;
    padding: 0px;
}

.homeblock3 .col2{
	border-right: thin solid #222;
}

.homeblock3 .col3{
    padding-left: 20px;
}

.homeblock2 h2 a{
	color:#333333;
}

.homeblock2 h2{
	margin-top: 0px;
}

.homeblock3 h2{
	margin-top: 0px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-18650 .mega-search .search-icon:before{
	font-size: 25px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-18650 .mega-search.mega-search-open input[type=text]{
	border:thin solid #777777;
}
/* Bottom footer */
.bottom-footer {
	flex-direction: column;
	padding: 1rem 0 0;
	/* align-items: end; */
	/* justify-content: flex-end; */
}

.archive .woocommerce-products-header h1{
    font-family: arial;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.archive .woocommerce-products-header h1

.footer-main-navigation ul,
.bottom-footer .site-info {
    display: block;
    padding: 0;
}
.footer-main-navigation ul{
	width: 100%;
}
.bottom-footer .site-info {
    margin: 1rem 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}

.bottom-footer .site-info a {
	/* color: var(--white-color); */
}

.footer-main-navigation ul li {
	/* border-right: 1px solid var(--white-color); */
	/* line-height: 0.9rem; */
	list-style: none;
	/* text-align: center; */
}

.footer-main-navigation ul li.current-menu-item a{
	color:#a0a0a0;
}

.footer-main-navigation ul li:last-child {
	border-right: 0;
}

.footer-main-navigation ul li a {
    padding: 0;
    line-height: 2;
    /* font-size: 1.6rem; */
    color: #494949;
    display: flex;
    text-transform: none;
    text-align: center;
    /* font-family: "Lato",serif; */
    text-transform: uppercase;
    font-size: 1.4rem;
}
.footer-main-navigation ul li a:hover{
	color: #a0a0a0;
}
.footer-main-navigation ul li a:hover{

}
/* iframe Styles */
.kt-inside-inner-col iframe {
	padding: 2rem;
	background: var(--black-color);
}

/* Sections styles */
.full-width-section .kt-row-column-wrap {
	max-width: 100%;
	/* padding: 0 !important; */
	/* max-height: 400px; */
}

.full-width-section .wp-block-image {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.full-width-section .wp-block-image img {
	display: flex;
	align-items: center;
}

.banner-section h2 {
	text-transform: uppercase;
}

.banner-section .banner-title {
	text-transform: none;
}

.kt-btn-wrap {
	/* display: block; */
}

.info-box-section .wp-block-cover {
	padding: 4rem 2rem;
}

.bottom-section h2 {
	color: var(--white-color);
	font-size: 7rem;
	line-height: 6rem;
}

.services-section .borderd-section {
	border-left: 2px solid var(--black-color);
	/* margin-right: 1rem; */
	padding-left: 1rem;
}

.lists-section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.top-banner .kt-row-column-wrap {
	align-items: center;
}

.top-banner .wp-block-kadence-column {
	align-items: center;
}

.contact-area-section input.gform_button.button {
	margin: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
	display: flex;
	justify-content: unset;
}

.gform_wrapper ul.gfield_checkbox li input {
	margin-right: 4px;
}
div.ginput_complex.ginput_container.gf_name_has_2 span,.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{
	width: 100%;
}

/*  Buttons Styles */

/*  Gravity Form Styles */
.gform_wrapper .gform_footer input[type=submit],
input.gform_button.button {
	background: var(--secondary-color);
	border: 0 !important;
	color: var(--white-color);
	font-size: 2.5rem !important;
	padding: 1rem 4rem !important;
	text-transform: uppercase;
	width: auto !important;
	cursor: pointer;
	transition: background .5s;
	line-height: 2rem !important;
	margin: 0px auto !important;
}

.gform_wrapper .gform_footer {
	padding: 2rem 0 0 !important;
}

.gform_wrapper .gform_footer input[type=submit]:hover,
input.gform_button.button:hover,
.contact-area-section .kt-button:hover {
	background: var(--primary-color);
}

.gform_wrapper h3.gform_title {
	display: none;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	padding: 7px !important;
	/* min-width: calc(3rem + 25px); */
}

.gform_wrapper .clear-multi {
	display: grid !important;
	grid-template-columns: 67px 65px 60px;
	max-height: 41px;
}

.gform_wrapper .clear-multi .gfield_time_hour.ginput_container.ginput_container_timem {
	display: flex;
	width: 100%;
	/* margin-right: 1.25rem; */
}

.gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
	/* max-height: 30px; */
}

.gform_wrapper .gfield_time_ampm,
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
	width: 100% !important;
}

.ginput_container.ginput_container_time {
	max-height: 41px;
}

.gform_wrapper .gfield_time_hour {
	display: flex;
}

.gform_wrapper .gfield_time_minute input {
	/* width: calc(5rem + 8px); */
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
	width: calc(5rem + 11px) !important;
}

.gform_wrapper .gfield_time_ampm {
	width: 100% !important;
}
.readmore{
    text-transform: capitalize;
}
/* Blog styles */
.blog .entry-header,.post .entry-header{
	display: block;
	order: 1;
	padding: 1rem 1rem 0;
}
.blog .entry-header .entry-meta,.post .entry-header .entry-meta {
	display: none;
}
.blog .post,.post .post{
	display: flex;
	flex-direction: column;
}
.blog .entry-content{
	order: 3;
	padding: 2rem 1rem;
}
.blog .site-main{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
	grid-gap: 2rem;
}
.blog .site-main > header{
	display: none;
}
.nav-previous a,.nav-next a{
	padding: .5rem 1rem;
	/* border-radius: 50%; */
}
.nav-links{
	display: flex;
	justify-content: space-between;
}
.woocommerce .nav-links{
	display: none;
}
.pt-cv-wrapper .btn-success,.nav-previous a,.nav-next a {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: transparent;
    border-radius: 3px;
    display: inline-block;
}
.pt-cv-wrapper .btn-success:hover,.nav-previous a:hover,.nav-next a:hover {
    background-color: var(--primary-color);
    border-color: transparent;
}
.pt-cv-wrapper,.post-thumbnail{
	    margin-top: 2rem;
	    order: 0;
}

/* Woocommerce Styles */
.woocommerce.woocommerce-page .woocommerce-breadcrumb{
	display: none;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 70px;
}
.woocommerce div.product div.images img{
	width: auto;
	margin: 0px auto;
}


.woocommerce-page .site-main {
	background: var(--white-color);
	padding: 2rem;
	color: var(--black-color);
}

.product_meta,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-LoopProduct-link .onsale,
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-gap: 1rem;
	justify-items: center;
	align-items: start;
}

.woocommerce.woocommerce-page .products li.product {
	width: 100% !important;
	display: grid;
	grid-template-rows: 3fr 1fr;
	justify-items: center;
	/* filter: drop-shadow(1px 1px  3px #000); */
}
.woocommerce.woocommerce-page .products > li.product.type-product {
	/* box-shadow: 0px 0px 8px #a0a09f; */
	padding: 1rem 0 0;
}
ul.products li.product img {
	margin: 0px auto;
}
.woocommerce ul.products li.product a img{
    width: auto;
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}
.woocommerce-loop-product__title,
.woocommerce.woocommerce-page ul.products li.product .price {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	color: var(--secondary-color);
	font-size: 2rem;
}

.woocommerce.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	font-size: 2rem;
	color: var(--secondary-color);
	line-height: 3rem;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce table.shop_table td {
	font-size: 1.7rem;
	color: var(--secondary-color);
	/* font-weight: bold; */
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	/* font-size: 1.5rem; */
	border: 1px solid #aaa;
}
.woocommerce ul.products{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(340px, 1fr));
	justify-content: center;
	align-items: center;
}

.archive .products .product-category .woocommerce-loop-category__title{
    font-family: "Lato", serif, sans-serif;
    font-size: 2rem!important;
    color: var(--secondary-color);
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.woocommerce-loop-product__title{
	font-family: "Lato",serif;
	text-align: center;
	font-weight: bold;
}
.home .woocommerce-loop-product__title{
		text-transform: uppercase;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
	flex:1;
	display: grid;
	justify-items: center;
	grid-template-rows: 340px 112px 20px;
}
.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
	grid-template-rows: 315px 0fr 0fr;
}
.button.product_type_simple.add_to_cart_button{
	margin-top: auto;
}
.woocommerce ul.products li.product .button,
.woocommerce.woocommerce-page .button,
.woocommerce div.product form.cart .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    background-color: #cef179;
    width: auto;
    padding: 2rem 5rem;
    font-weight: 300;
    color: #222;
    transition: all .5s;
    border-radius: 5px;
    font-size: 2rem;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce.woocommerce-page .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce button.button.alt:hover {
	background-color: var(--secondary-color);
	color:  var(--white-color);
}

.woocommerce ul.products li.product .price{
	color: #494949;
    font-size: 1.8rem;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	display: flex;
}

.woocommerce-tabs.wc-tabs-wrapper {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: var(--white-color);
	border-bottom-color: var(--white-color);
	color: var(--white-color);
	outline: none;
	box-shadow: 0px 0px 2px #d1d1d1;
	background: #696f6c;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: var(--white-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	    color:#cef179;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--black-color);
    border-bottom-color: var(--black-color);
    color: var(--white-color);
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 2rem;
	box-shadow: 0px 0px 1px var(--mid-dark-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	/* box-shadow: 0px 0px 2px #d1d1d1; */
}

.related.products h2 {
	text-align: center;
	margin: 0 auto 2rem;
	/* border-top: 1px solid  var(--mid-dark-color); */
}

.woocommerce div.product form.cart,
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product .product_title {
	display: flex;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: var(--secondary-color);
    font-size: 25px;
}

.woocommerce div.product .product_title {
    display: flex;
    font-family: "Lato", serif, sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #333333;
}
.woocommerce div.product form.cart {
	/*flex-direction: column;*/
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width: 40%;
}

.woocommerce #content div.product div.summary {
    display: grid;
    grid-gap: 2rem;
    align-items: start;
    width: 60%;
    padding-left: 20px;
}

.woocommerce #content div.product div.summary form.cart{
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
}

.woocommerce #content div.product div.summary form.cart .button{
	max-width: 220px;
}

.woocommerce #content div.product div.summary .quantity .qty{
    max-width: 220px;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 0;
}

.woocommerce #content div.product div.summary #price_calculator{
    border-collapse: collapse;
    margin-bottom: 10px;
}

.woocommerce #content div.product div.summary #price_calculator td{
    border: thin solid #cccccc;
    padding: 10px;
}

.woocommerce div.product form.cart .variations td{
    width: 100%;
    display: grid;
    padding: 5px;
}

.woocommerce-variation-add-to-cart {
	display: flex;
}

.woocommerce div.product form.cart .variations select {
	padding: 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	border: 1px solid var(--mid-dark-color);
	outline: 0;
}

.woocommerce-variation.single_variation {
	margin-bottom: 2rem;
}

.kt-blocks-info-box-link-wrap,
.kt-blocks-info-box-link-wrap:hover {
	background: none;
}

.kt-blocks-info-box-link-wrap {
	justify-content: center;
}

.contact-area-section h3 {
	font-weight: normal;
	margin-bottom: 2rem;
}
.woocommerce img, .woocommerce-page img{
	max-width: auto;
	margin: 0 auto 2rem;
}

/* media queries */
@media screen and (max-width: 1200px) {
	.woocommerce.woocommerce-page ul.products{
		grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
	}
	.menu-main-menu-container a {
		/* font-size: 1.3rem; */
	}

	.generic-button a {
		padding: 5px 30px !important;
	}

	.kt-row-column-wrap {
		/* padding: 30px !important; */
	}
}
@media screen and (min-width: 769px) {
	.menu-main-menu-container ul > li > .sub-menu,.menu-main-menu-container ul > li > .sub-menu > li > .sub-menu{
		opacity: 0;
		/* transform: translateY(0%); */
	}
.menu-main-menu-container ul > li > .sub-menu{
	/* transform: translateY(-100%); */
}
.menu-main-menu-container ul > li > .sub-menu > li:hover > .sub-menu{
		opacity: 1;
		/* transform: translateY(0%); */
	}
.menu-main-menu-container ul > li:hover > .sub-menu{
	transform: translateY(0%);
	opacity: 1;
}
.menu-main-menu-container ul li.current-menu-parent:hover > .sub-menu{
	opacity: 1;
	/* transform: translateX(18%); */
	transform: translateX(0);
}
	.menu-main-menu-container ul li:hover>ul.sub-menu,
	.menu-main-menu-container ul li:hover .sub-arrow svg path {
		display: block;
		/* color: var(--white-color); */
		/* --white-color: #d1d8ec; */
	}
}
@media screen and (max-width: 1200px) {
	.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap{
bottom: 0% !important;
}
}

@media screen and (max-width: 1168px) {
	.metaslider.ms-theme-outline .flexslider .caption-wrap{
	    left: 50%;
	    transform: translate(-50%,-50%)!important;
	    -webkit-transform: translate(-50%,-50%)!important;
	    -moz-transform: translate(-50%,-50%)!important;
	    top: 45%!important;
	}
}

@media screen and (max-width: 1024px) {
	.searchsection{
		display: block;
	}
	.searchsection form{
	    display: flex;
	    justify-content: center;
	    padding: 10px;
	}
	.searchsection form > div{
		width: 100%;
	}
	.searchsection input{
		width: 100%;
    	height: 35px;
	}
	.searchsection button{
    width: 200px;
    background: var(--primary-color);
    font-size: 14px;
    color: #505050;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 5px;
    text-align: center;
	}
	.top-header .inner-wrapper{
		grid-gap: 0;
	}
	.searchicon{
		display: none!important;
	}
	ul.product-cats{
		grid-template-columns:1fr 1fr 1fr 1fr!important;
		grid-gap: 5px;
	}
	header.site-header{
		z-index: 99999;
	}
	#ssb-container{
		display: none;
	}
}


@media screen and (max-width: 991px) {
	.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption{
		font-size: 3rem!important;
		line-height: 4rem;
	}
	.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap{
		bottom: 0% !important;
	}
	.footer-logo img {
		max-width: 300px;
	}

	.top-footer .contact-section {
		align-self: center;
	}

	.site-footer .top-footer .inner-wrapper {
		justify-items: center;
	}

	.bottom-header .inner-wrapper {
		justify-content: center;
	}
}

.spu-box.spu-top-bar {
	box-shadow: 0px 0px 7px 100vw #666666bd !important;
    top: 10vh !important;
    border-top: none !important;
    max-width: 500px!important;
    margin: 0px auto;
    left: 35%;
	right: inherit;
    padding: 3rem !important;
}
.mc4wp-form-fields input[type="text"],.mc4wp-form-fields input[type="email"]{
	width: 90%;
    margin: .5rem 0;
    padding: 1rem;
}
.mc4wp-form-fields input[type="submit"]{
	font-size: 2rem;
	padding: 1rem 3rem;
	margin: 1rem 0;
	cursor: pointer;
	color: var(--white-color);
}
.mc4wp-form-fields input[type="submit"]:hover{
	background: var(--secondary-color);
}

@media screen and (max-width: 960px) {
	.homeblock1 .uagb-section__background-image{
		background-image: none!important;
	    background: #ffffff;
	    border: thin solid #cccccc;
	}
}

@media screen and (max-width: 900px) {
	.homeblock2{
		top:40%;
	}

@media screen and (max-width: 768px) {
	.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption{
	    display: block!important;
	    margin: 0 15px;
	}
	
	.homeblock2 .col2 .uagb-column__inner-wrap{
		background:rgba(255,255,255,0.7);
	}
	ul.product-cats{
		grid-template-columns:1fr 1fr!important;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
	.woocommerce #content div.product div.summary{
	    width: 100%;
	    padding: 0;
	}
	.wc-block-grid .wc-block-grid__products .wc-block-grid__product{
		flex: 1 0 50%;
    	max-width: 50%;
	}
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
		grid-template-rows: 340px 112px 20px;
	}
	.discountlabel ul{
		display: block;
	}
	.discountlabel li{
		border:none;
		margin-bottom: 10px;
		padding:0;
		margin-right: 0px;
	}
	.wp-block-image .alignleft,
	.wp-block-image .alignright{
	    float: inherit;
    	width: 100%;
	}
	.homeblock3 .col2{
		border:none;
	}
	.homeblock3 h2{
		text-align: center;
	}
	.homeblock3 p{
		text-align: center;
	}
	.site-footer .top-footer .inner-wrapper span{
		text-align: center;
	}
	html{
		font-size: 8px;
	}
	.spu-box.spu-top-bar{
		left:8% !important;
		max-width: 380px !important;
	}
	.top-header.sticky{
	position: relative;
	background: rgba(255, 255, 255, 0.79) !important;
	transform: none;
}
	 #content{
	    margin: auto 0;
}
.home  #content{
	margin: 0 auto;
}
	header.site-header{
	background: transparent;
}
	.search-section .widget{
		background: none;
		padding: 1rem 1rem 0;
	}
	#searchsubmit{
	background: var(--secondary-color);
}
	.bottom-header{
		margin-bottom: .5rem;
	}
	.woocommerce div.product div.images img{
		width: auto;
		margin: 0px auto;
	}
	.woocommerce.woocommerce-page ul.products{
		grid-template-columns: 1fr;
	}
	.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption{
		display: none;
	}
	.search-icon{
		display: none;
	}
	.home header.site-header{
		position: relative;
		/* padding-bottom: 0; */
		background: transparent;
	}
	.search-section{
		transform: translate(0%,10%);
		opacity: 1;
		justify-content: center;
	}
	.search-section.show{
		transform: translate(0%,15%);
		/* background: none; */
	}

	.contact-area-section input.gform_button.button {
		margin: 0px auto !important;
	}

	.nav-section {
		padding: 0;
		/* position: relative; */
	}

	.social-links ul,
	.contact-links ul {
		padding: 0;
	}

	.site-main {
		padding: 0;
	}
		.kt-row-layout-inner {
		background-attachment: scroll !important;
	}
.menu-main-menu-container .sub-menu{
		display: none;
	}
	.sub-arrow  .arrow-down{
	display: block;
}
.sub-arrow  .arrow-right{
	display: none;
}
	.arrow svg path {
		/* fill: var(--white-color); */
	}
	.menu-main-menu-container .sub-menu .sub-menu {
		position: absolute;
		top: 0;
		grid-column: 1/-1;
		grid-row: 2/2;
		/* transform: translateY(-169%); */
		left: 0;
	}



	.menu-main-menu-container .sub-menu {
		/* transform: translateX(100%); */
		width: 100%;
	}
	.menu-main-menu-container {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		left: 0;
		top: 0;
		width: 80%;
		height: 100vh;
		background: var(--primary-color);
		z-index: 1;
		box-shadow: 1px 1px 7px #333333;
	}

	.show-menu {
		opacity: 1;
		visibility: visible;
		min-height: 100vh;
	}

	.menu-main-menu-container .sub-menu.show-sub-menu {
		display: block;
		grid-column: 1/-1;
		grid-row: 2;
		position: static !important;
		/* padding: 0; */
		transition: all .5s linear;
		/* transform: translateX(0%); */
		/* background: var(--mid-light-color)
		transform: translateX(0); */
	}

	.menu-toggle {
		display: none;
		cursor: pointer;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999999;
		background: var(--secondary-color);
	}
	.menu-toggle:hover{
		background: var(--mid-dark-color);
	}
	.menu-toggle svg line {
		stroke: var(--white-color);
	}

	.menu-main-menu-container .sub-menu ul li,
	.menu-main-menu-container .sub-menu li {
		/* opacity: 0; */
		border: 0;
		padding: 0;
	}
	.menu-main-menu-container ul {
		display: block;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		top: 5rem;
		left: 0;
		right: 0;
		transition: all .5s;
		padding: 1rem 2rem 0;
	}

	.menu-main-menu-container .menu>li {
		justify-content: space-between;
		align-items: flex-start;
		border-right: 0;
	}

	.menu-main-menu-container li.menu-item-has-children {
		border-right: 0;
		display: grid;
		grid-template-columns: 6fr 1fr;
		align-items: center;
		/* background: var(--mid-light-color); */
	}

	.menu-main-menu-container a {}

	.menu-main-menu-container .sub-menu li {
		justify-content: flex-start;
	}

	.menu-main-menu-container a {
		display: flex;
		justify-content: space-between;
		grid-column: 1/2;
		/* color: var(--white-color); */
		padding: 1rem;
	}

	.menu-main-menu-container .menu-item-has-children a {
		padding: 1rem 2rem;
		/* color: var(--white-color); */
	}

	.menu-main-menu-container .sub-menu .sub-menu a {
		padding: 1rem 3rem;
	}

	.footer-main-navigation ul, .bottom-footer .site-info, .footer-main-navigation ul li a,.top-footer .contact-links ul {
		display: block;
		text-align: center;
	}

	.footer-main-navigation ul li {
		padding: 1rem 0;
		border-right: 0;
	}

	.site-footer .bottom-footer {
		flex-direction: column;
		justify-content: center;
	}

	.social-links ul {
		justify-content: center;
		align-items: center;
		margin: 0px auto;
	}

	.social-links ul li,
	.contact-links ul li {
		flex: 1;
		margin: .4rem;
	}

	.top-footer .contact-section {
		/* align-self: center; */
		width: 100%;
		align-self: center;
	}

	.top-footer .contact-links ul li {
		/* align-items: center; */
		justify-content: center;
	}

	.site-footer .top-footer .custom-menu .menu {
		align-items: center;
	}

	.site-footer .top-footer .inner-wrapper {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-items: center;
		padding: 0;
	}

	.footer-logo {
		display: flex;
		justify-content: center;
		margin: 1rem auto;
	}

	.wp-block-image img {
		display: block;
		margin: 0px auto 15px;
	}

	header.site-header .inner-wrapper {
		flex-direction: column;
		grid-template-columns: 1fr;
		justify-items: center;
		grid-gap: 0;
		/* margin-bottom: .5rem; */
	}

	.site-branding {
		margin: 0px auto;
	}

	.site-branding img {
		max-width: 270px;
	}

	.icon-section img {
		max-width: 150px;
	}

	.top-contact-section {
		grid-column: 1/1;
	}


	.bottom-section h2 {
		font-size: 4rem;
	}
}

@media screen and (max-width: 480px) {
		.spu-box.spu-top-bar{
		left: 1% !important;
	}
	
	.site-branding img {
		/* max-width: 100px; */
	}

	.contact-links ul {
		flex-direction: column;
	}
}