/*!
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: #8ea942;
	--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
--------------------------------------------------------------*/

html body {
	font-family: 'Work Sans';
}

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: var(--primary-color);
	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. */
}

/* 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: 4rem;
	margin: 0 auto;
	font-weight: 600;
	font-family: 'Work Sans', serif, sans-serif;
}

h1 {
	font-size: 3.2rem;
	margin-bottom: 2rem;
}

h2 {
	font-size: 2.5rem;
	line-height: 6rem;
}

h3 {
	font-size: 2.3rem;
	line-height: 6rem;
}

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: var(--black-color);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.6rem;
	/* height: 100vh; */
	min-height: 100vh;
	background: var(--white-color);
}

#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: -20px auto 0;
	padding: 0px 15px 0;
	//padding-top: 80px;
}

.woocommerce-page #content,.blog #content,.single #content{
	    margin: 250px auto 0;
}
/* 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: start; */
	z-index: 999;
	width: 100%;
	/* background: #faa21f; */
	padding: 15px;
	background-color: #5184c0;
}

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

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

.top-header {
	background: #ffffff;
}

.top-header .inner-wrapper {
	display: grid;
	justify-items: end;
	max-width: 1920px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	/* grid-template-columns: 1fr 1fr; */
	/* align-items: center; */
	/* grid-gap: 2rem; */
	/* 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);
	background: linear-gradient(90deg, #ffffff 50%, #5184c0 50%);
	position: fixed;
    width: 100%;
    top: -300px;
    z-index: 9;
	transition: top 0.3s ease-in-out;
}
.woocommerce .bottom-header {
	background: rgba(255, 255, 255, 0.79);
	background-color: #ffffff;
}

.bottom-header .inner-wrapper {
	display: grid;
	grid-template-columns: 1fr 5fr 1fr;
	grid-template-columns: 2fr 8fr 4fr;
	align-items: center;
	justify-items: end;
	grid-gap: 0px;
	/* flex-wrap: wrap; */
	/* padding: 0; */
	/* max-width: 100%; */
	z-index: 6;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.bottom-header .inner-wrapper .contact-section{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height: 100%;
	background-color: #5184c0;
}

.bottom-header .inner-wrapper .contact-section a {
	color: var(--white-color);
}

.site-branding {
	z-index: 1;
	justify-self: start;
	display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.bottom-header .contact-links ul{
	flex-direction: row;
	z-index: 16;
}
.bottom-header .contact-links ul svg path{
	fill: var(--secondary-color);
}
.bottom-header.sticky{
	position: fixed;
	top: -300px;
	width: 100%;
	background-color: #ffffff;
}
/*--------------------------------------------------------------
## 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 {
	padding: 2rem 0px 0;
	padding-top: 0;
	width: 100%;
	max-width: 1170px;
	margin: 0px auto;
}

.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: 300px;
}

.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: 14px;
	/* font-weight: bold; */
	text-transform: uppercase;
	transition: all .45s;
	text-align: center;
	padding: 0rem 1rem;
	transition: all .5s;
	color: var(--black-color);
	color: var(--white-color);
}

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

/* 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;
	padding: .7rem 3rem;
	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;
}


/*CUSTOM CSS*/

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.banner {
	min-height: 300px;
	align-items: center !important;
}

.banner .sow-headline, .banner .sow-sub-headline {
	color: #ffffff
}

/*END OF CUSTOM CSS*/

/* footer styles */
footer.site-footer {
	margin-top: auto;
	/* padding: 1rem; */
	/* line-height: 1.5rem; */
	color: var(--black-color);
	background: var(--white-color);
	clear: both;
	/*border-top: 10px solid var(--primary-color);*/
	font-family: "Lato",serif;
}

footer.site-footer a {
	color: var(--black-color);
}

.site-footer .top-footer,
.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: center;
	/* border-bottom: 1px solid var(--white-color); */
}
.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;
}

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

.footer-logo .site-logo {
	display: block;
	margin: auto;
	margin-bottom: 25px;
}

.footer-logo .phone, .footer-logo .address {
	text-align: center;
	color: #fff;
}

.footer-logo .phone a {
	color: var(--white-color);
}

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

.social-links {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

footer.site-footer .social-links a {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background-color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4877b0;
}

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

/* Bottom footer */
.bottom-footer {
	flex-direction: column;
	padding: 1rem 0 0;
	/* align-items: end; */
	/* justify-content: flex-end; */
	background-image: url('https://dev.shifttraining.com.au/wp-content/uploads/Rectangle-5.png');
}

.footer-main-navigation ul,
.bottom-footer .site-info {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.footer-main-navigation ul{
	width: 100%;
}
.bottom-footer .site-info {
	margin: 1rem 0;
	font-weight: bold;
}

.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:last-child {
	border-right: 0;
}

.footer-main-navigation ul li a {
	padding: 0 0.6rem;
	line-height: 1.1rem;
	/* font-size: 1.6rem; */
	color: var(--black-color);
	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: var(--primary-color);
}
.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%;
}
.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;
}
.woocommerce ul.products{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(340px, 1fr));
	justify-content: center;
	align-items: center;
}
.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: 340px 30px 20px;
}
.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: var(--primary-color);
	width: auto;
	padding: 1rem 5rem;
	font-weight: 300;
	color: var(--white-color);
	transition: all .5s;
	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 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 2rem;
}

.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: var(--mid-light-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--mid-dark-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 form.cart {
	/* flex-direction: column; */
}

.woocommerce #content div.product div.summary {
	display: grid;
	grid-gap: 2rem;
	align-items: start;
}

.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: 200px;
	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: 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: 768px) {
	html{
		font-size: 8px;
	}
	.spu-box.spu-top-bar{
		left:8% !important;
		max-width: 380px !important;
	}
	.bottom-header.sticky{
	position: relative;
	background: rgba(255, 255, 255, 0.79) !important;
	transform: none;
	}
.home  #content{
	margin: 0 auto;
}
	header.site-header{
	background: var(--primary-color);
}
	.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: var(--primary-color);
	}
	.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 10px;
	}
		.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: 1;
		visibility: visible;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		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: block;
		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;
		text-align: left;
		/* 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;
	}

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

/*CUSTOM STYLES*/
body .homepage-banner .metaslider .flexslider .slides img {
	max-width: 1286px;
}

body .homepage-banner .metaslider .flexslider .ms-image {
	position: relative;
}

.homepage-banner .metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap {
    top: 0;
    bottom: 0 !important;
    background: none!important;
    opacity: 1;
    right: 0;
    width: 40% !important;
    left: auto;
    background-color: rgba(0,0,0,1) !important;
    display: flex;
    align-items: center;
}

body .homepage-banner .metaslider .flexslider .slides h2 {
	font-size: 48px;
	color: #5184c0;
}

body .homepage-banner .metaslider .flexslider .slides p {
	font-size: 16px;
	color: #363636;
	line-height: normal;
}


/*CUSTOM STYLES*/
#homepage-banner .metaslider .slides img {
	/*max-width: 1286px;
	object-fit: cover;*/
}

#homepage-banner .metaslider .caption-wrap {
	padding: 50px;
    width: 40%;
    top: 0;
    bottom: 0;
    right: 0;
    left: initial;
    //background-color: rgba(255,255,255,1);
	background-color: transparent;
    display: flex;
    align-items: center;
	opacity: 1;
    //box-shadow: -300px 0 500px 0 #ffffff;
}

#homepage-banner .metaslider .caption {
	background-color: rgba(255,255,255,0.5)
}

#homepage-banner .metaslider .caption-wrap h2 {
	color: #5184c0;
	font-size: 48px;
	margin-bottom: 0;
}

#homepage-banner .metaslider .caption-wrap p {
	color: #363636;
	font-size: 16px;
}

#homepage-banner .metaslider .caption-wrap p.first-line {
	margin-top: 50px;
}

#homepage-banner .metaslider .caption-wrap a {
	padding: 15px;
	border-radius: 50px;
	background-color: transparent;
	display: block;
	margin-top: 50px;
	width: fit-content;
	font-size: 20px;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
}

#homepage-banner .metaslider .caption-wrap .banner-link:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#14672f),color-stop(1,#1c9242));
	z-index: -2;
}

#homepage-banner .metaslider .caption-wrap .banner-link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #376093, #3b669a, #4a7bb5, #5184c0);
	z-index: -1;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

#homepage-banner .metaslider .caption-wrap .banner-link:hover:after {
	opacity: 0;
}

#homepage-services-tabs .sow-tabs-tab-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	max-width: 1800px;
	margin: auto;
}

#homepage-services-tabs .sow-tabs-tab {
	margin: 0;
	border-right: 0;
	text-align: center;
	padding: 15px 80px;
	display: flex;
    align-items: center;
    justify-content: center;
}

#homepage-services-tabs .sow-tabs-tab:first-child {
	border-radius: 50px 0 0 50px;
}

#homepage-services-tabs .sow-tabs-tab:last-child {
	border-right: 3px solid #5183bf;
	border-radius: 0 50px 50px 0;
}

#homepage-services-tabs .sow-tabs-tab.sow-tabs-tab-selected {
	background: linear-gradient(180deg, #376093, #3b669a, #4a7bb5, #5184c0);
}

#homepage-services-tabs .sow-tabs-tab.sow-tabs-tab-selected .sow-tabs-title {
	color: #fff;
}

#homepage-services-tabs .sow-tabs-panel-content {
	display: grid;
	grid-template-columns: 4fr 5fr;
	align-items: center;
	grid-gap: 50px;
	max-width: 1600px;
    margin: auto;
}

#homepage-services-tabs h2 {
	color: #1d740e;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}

#homepage-services-tabs p {
	text-align: center;
}

#homepage-services-tabs a {
	padding: 15px 50px;
    border-radius: 50px;
    background-color: transparent;
    display: block;
    margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
    width: fit-content;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}

#homepage-services-tabs a:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#14672f),color-stop(1,#1c9242));
    z-index: -2;
}

#homepage-services-tabs a:after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,#376093,#3b669a,#4a7bb5,#5184c0);
    z-index: -1;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

#homepage-services-tabs a:hover:after {
	opacity: 0;
}

#home-service-image {
	position: relative;
}

#home-service-image:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	background: linear-gradient(180deg, #376093, #3b669a, #4a7bb5, #5184c0);
}

#home-service-image img {
	width: 100%;
}

#homepage-services-columns {
	position: relative;
	z-index: 1;
}

#homepage-services-columns:after {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #ffffff;
	top: 50px;
	bottom: 50px;;
	left: 50%;
	transform: translateX(-50%);
}

#homepage-services-columns .widget-title, #homepage-services-columns .textwidget {
	text-align: center;
	color: #fff;
	line-height: initial;
	font-size: 36px;
	font-weight: normal;
}

#homepage-services-columns .ow-button-hover {
	border-radius: 50px;
}

#homepage-form .sow-headline {
	font-size: 50px;
	color: #1d740e;
}

#homepage-form .textwidget {
	text-align: center;
}

#homepage-form a.ow-icon-placement-left {
	padding: 15px;
    border-radius: 50px;
    background-color: transparent;
    display: block;
    width: fit-content;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #ffffff;
    margin: auto;
}

#homepage-form a.ow-icon-placement-left span {
	color: #fff;
}

#homepage-form a.ow-icon-placement-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,#376093,#3b669a,#4a7bb5,#5184c0);
    z-index: -1;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

#homepage-form a.ow-icon-placement-left:hover:after {
	opacity: 0;
}

#homepage-form a.ow-icon-placement-left:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#14672f),color-stop(1,#1c9242));
	z-index: -2;
}

#homepage-form .decoration {
	display: none;
}

#homepage-form .gform_wrapper {
	background-image: url('https://dev.shifttraining.com.au/wp-content/uploads/Rectangle-5.png');
	position: relative;
	padding: 25px;
	border-radius: 50px;
}

#homepage-form .gform_wrapper img {
	border-radius: 50%;
	border: 7px solid #fff;
	position: absolute;
	top: -110px;
	left: 50%;
	transform: translateX(-50%);
}

#homepage-form .gform_wrapper h2 {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 35px;
}

#homepage-form .gform_wrapper input  {
	border-radius: 50px;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

#homepage-form .gform_wrapper textarea {
	padding-left: 15px;
	padding-right: 15px;
}

#homepage-form .gform_wrapper textarea {
	border-radius: 25px;
}

#homepage-form .gform_button {
	text-transform: initial;
	display: block;
	background-color: #1d740e;
}

#homepage-different img {
	display: block;
	margin: auto;
	max-height: 74px;
	padding-left: 15px;
	padding-right: 15px;
}

#homepage-different .decoration {
	display: none;
}

#homepage-different .textwidget {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

#home-testimonials img {
	display: block;
	margin: auto;
}

#home-testimonials .decoration {
	display: none;
}

#home-testimonials .wpmtst-testimonial-content, #home-testimonials .testimonial-name, #home-testimonials .testimonial-company {
	text-align: center;
}

#home-testimonials .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
	left: -10%;
}

#home-testimonials .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
	right: -10%;
}

.strong-view.pager-style-buttons .wpmslider-pager-link:before {
	background-color: #1d740e;
}

.caldera-grid input.btn.btn-default {
	background-color: #5184c0 !important;
}

body .mob-expand-submenu {
	position: absolute;
	right: 15px;
	top: 9px;
}

body .sub-menu .mob-expand-submenu {
    right: 46px;
}

.page-id-8174 .widget img {
    box-shadow: 1px 1px 9px 2px #e7d1d1;
}

.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-link {
	border: none;
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 50px;
    background-color: #5184c0;
    color: #ffffff;
}

#panel-5-1-0-2> .panel-widget-style {
	top: 0 !important;
}

@media screen and (max-width: 1366px) {
	#homepage-banner .metaslider .caption-wrap {
		width: 45%;
	}
	#homepage-services-tabs .sow-tabs-tab {
		padding: 15px;
	}
}

@media screen and (max-width: 1199px) {
	#homepage-banner .metaslider .caption-wrap {
		width: 50%;
	}
	#homepage-banner .metaslider .caption-wrap h2 {
		line-height: initial;
		font-size: 30px;
	}
	#homepage-banner .metaslider .caption-wrap p.first-line, #homepage-banner .metaslider .caption-wrap a {
		margin-top: 15px;
	}
	#homepage-services-tabs .sow-tabs-tab {
		font-size: 16px;
	}
	#homepage-services-columns .widget-title, #homepage-services-columns .textwidget {
		font-size: 26px;
	}
}

@media screen and (max-width: 1150px) {
	#homepage-services-tabs .sow-tabs-panel-content {
		display: flex;
		flex-wrap: wrap;
	}
	#homepage-services-tabs .sow-tabs-panel-content > div {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#homepage-different .panel-grid-cell {
		width: 100%;
		flex: 0 1 100% !important;
	}
}

@media screen and (max-width: 991px) {
	html body .mob-menu-header-holder {
		background-color: #5184c0;
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
	}
	html body .mobmenul-container {
		top: 25px;
	}
	body {
		padding-top: 68px;
	}
	.mobmenu-left-panel li a, .leftmbottom, .leftmtop {
		padding: 1rem 2rem !important;
	}
	.menu-main-menu-container>ul, .mobmenu-content li {
		display: flex;
		flex-wrap: wrap;
	}
	.mobmenu-content li {
		width: 100%;
	}
	html body .mobmenu-content li>.sub-menu li {
		padding-left: 0;
	}
	#homepage-banner .metaslider .caption-wrap {
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
		background-color: rgba(255,255,255,0.85);
		top: 50px;
		bottom: 50px;
		box-shadow: 0 0 500px 0 #fff;
	}
	#homepage-banner .metaslider .caption {
		width: 100%;
	}
	#homepage-banner .metaslider .caption-wrap h2, #homepage-banner .metaslider .caption-wrap p {
		text-align: center;
	}
	#homepage-banner .metaslider .caption-wrap a {
		margin-left: auto;
		margin-right: auto;
	}
	#homepage-services-tabs .sow-tabs-tab-container {
		flex-wrap: wrap;
	}
	#homepage-services-tabs .sow-tabs-tab {
		width: 33.33%;
		padding: 10px;
		margin-bottom: 5px;
		font-size: 14px;
	}
	#homepage-services-tabs .sow-tabs-tab:nth-child(3n) {
		border-right: 3px solid #5183bf;
		border-radius: 0 50px 50px 0;
	}
	#homepage-services-tabs .sow-tabs-tab:nth-child(3n + 1) {
		border-radius: 50px 0 0 50px;
	}
	#homepage-services-columns {
		background-size: cover !important;
	}
	#homepage-services-columns .widget-title, #homepage-services-columns .textwidget {
		font-size: 21px;
	}
	#homepage-form {
		display: flex;
		flex-wrap: wrap;
		padding-top: 0 !important;
	}
	#homepage-form .panel-grid-cell {
		width: 100%;
	}
	#homepage-form .panel-grid-cell:last-child {
		margin-top: 150px;
	}
	#homepage-form .so-panel.widget.widget_text {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	body {
		padding-top: 68px !important;
	}
	#content {
		margin: 12px auto 0;
		padding-top: 0;
	}
	body.home #content {
		padding-top: 0;
	}
	.footer-logo {
		flex-wrap: wrap;
	}
	.footer-logo > * {
		width: 100%;
	}
	.banner {
		flex-direction: initial !important;
	}
}

@media screen and (max-width: 767px) {
	body img {
		display: block;
		margin: auto;
	}
	#pg-891-4 .widget-title {
		text-align: center;
	}
	.banner.panel-row-style {
		background-position: center right !important;
		position: relative;
		z-index: 1;
	}
	.banner.panel-row-style:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,0.3);
		z-index: -1;
	}
	#homepage-banner .metaslider .slides img {
		min-height: initial;
		object-fit: contain;
	}
	#homepage-banner .metaslider .caption-wrap {
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		top: 0;
		bottom: 0;
		width: 100%;
		padding: 0;
	}
	#homepage-banner .metaslider .caption-wrap a {
		font-size: 16px;
	}
	#homepage-services-tabs .sow-tabs-tab, #homepage-services-tabs .sow-tabs-tab:nth-child(3n+1), #homepage-services-tabs .sow-tabs-tab:nth-child(3n) {
		width: 100%;
		border: 3px solid #5183bf;
		border-radius: 50px;
	}
	#homepage-services-tabs .panel-widget-style {
		padding: 0 15px !important;
	}
	#homepage-services-tabs .sow-tabs-panel {
		padding-left: 10px;
		padding-right: 10px;
	}
	#homepage-services-tabs h2 {
		line-height: initial;
	}
	#homepage-services-columns:after {
		background-color: transparent;
	}
	#home-testimonials h2 {
		font-size: 36px;
	}
	p {
		margin-bottom: 25px;
	}
	ul, ol {
		padding-left: 15px;
	}
}

@media screen and (max-width: 468px) {
	#homepage-form .gform_wrapper {
		padding: 15px;
		padding-top: 150px;
	}
	#homepage-form .panel-grid-cell:last-child {
		margin-top: 75px;
	}
	#homepage-form .gform_wrapper img {
		top: -60px;
	}
}

@media screen and (max-width: 400px) {
	#homepage-form .gform_wrapper {
		padding-top: 90px;
	}
}