/*!
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: #3a3a3c;
	--secondary-color: #3a98d1;
	--white-color: #ffffff;
	--black-color: #333333;
	--mid-dark-color: #57575d;
	--mid-light-color: gray;
	--light-color: #e5e5e5;
	--heading-color: #464646;
	--link-hover: #0084d4;
	--menu-section: #cac9c9;
}
/**
 * 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: 2.4rem; */
	/* color: var(--light-color); */
	margin: 0 auto 1rem;
}

p {
	margin: 0;
	line-height: 3rem;
}

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: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

mark,
ins {
	background: #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: 12px;
	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: thin dotted;
}

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

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

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

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

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

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

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

ul li {
	/* list-style: none; */
}
.title-box{
	background: var(--light-color);
	display: grid;
	padding: 0 2rem;
	grid-template-rows: 13.6rem;
	margin-bottom: .5rem;
	transition: .5s;
}
.title-box:hover{background: var(--link-hover);}
.title-box a{
	display: flex;
	align-items: center;
}
.title-box:hover a{
	color: var(--white-color);
}
/* General row styles */
.kt-row-column-wrap {
	max-width: 1170px;
	margin: 0px auto;
}

.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;
}
.wp-block-image img {
	cursor:pointer;
	filter: none;
    -webkit-filter: grayscale(0%);

}

.wp-block-image img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
/* 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;
}

.home #page {
	padding: 0;
}

.entry-header,
.entry-footer {
	display: none;
	margin: 1rem 0 0;
}
.single .entry-header{
	display: block;
}
.entry-meta{
	display: none;
}
#content {
	max-width: 1170px;
	margin: 0px auto;
	/* padding: 0 15px; */
}
.blog article,
.category article{
	position:relative;
	overflow: hidden;
}
.blog article img,
.category article img{
    height: 220px!important;
    object-fit: cover;
    transition: all ease-in-out 0.2s;
}

.blog article:hover  img,
.category article:hover  img{
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
}

.blog article .entry-content,
.category article .entry-content{
    bottom: 0;
    height: auto;
    width: 100%;
}



.blog article .entry-content h3 a,
.category article .entry-content h3 a{
	outline: none;
    font-size: 15px;
    line-height: 1.4;
    padding: 15px;
    display: block;
    text-align: center;
    width: 100%;
}
.single #content, .blog #content,.archive #content{
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 2rem;
	padding: 0 2rem;
}
.single #secondary,.blog #secondary,.archive #secondary{
	background: var(--light-color);
	padding: 1rem 2rem;
}
.single #secondary .widget-title,.blog #secondary .widget-title,.archive #secondary .widget-title,.page-title{
	text-transform: none;
} 
.single #secondary .current-cat a,.blog #secondary .current-cat a,.archive #secondary .current-cat a{
	color: var(--link-hover);
}
.blog .site-main,.archive-wrapper{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	grid-gap: 2rem;
}
.blog .site-main header{
	display: none;
}
.blog-single-title a{
    display: flex;
    justify-content: center;
    background: rgb(0, 110, 139);
    color: var(--white-color);
}
.blog-single-title a:hover{
	background: var(--black-color);
	color: var(--light-color);
}

.single-post .post-thumbnail{
	display:none;
}

#secondary .widget-title{
	border-bottom: 2px solid;
    margin-bottom: 20px;
}
#secondary ul{
	list-style: none;
    padding-left: 0;
}
#secondary ul li{
    border-bottom: thin dotted #9c9c9c;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
}
#secondary ul li:before{
	content: url(//cdn2.hubspot.net/hubfs/479885/Assets_Higgins_2016/Images/sidebar_arrow.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
#secondary ul li:last-of-type{
	border:none;
	padding:0;
	margin: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: 1/2;
	/* justify-self: start; */
	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: flex-end;
	/* align-items: flex-end; */
	/* flex-wrap: wrap; */
	padding: 0;
	/* margin: 0.2rem 0; */
}

.social-links ul li,
.contact-links ul li {
	display: flex;
	border-radius: 50px;
	padding: .4rem .9rem;
	margin: 0 .5rem;
}
.contact-links ul li{
	background: var(--white-color);
}
.contact-links ul li:hover a{
	color: var(--mid-light-color);
	--mid-light-color: black;
}
.social-links ul li {
	margin: 0px .8rem;
	padding: 0;
}

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

.social-links ul li a:hover {
	padding-bottom: 4px;
	background: var(--secondary-color);
	/* color: var(--white-color); */
}

.social-links ul li a:hover svg path {
	/* fill: var(--secondary-color); */
	/* --mid-light-color: #ccc; */
}

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

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

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

.contact-links ul li a {
	color: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	/* font-weight: 600; */
}

.contact-links ul li a svg {
	margin: 0 1rem 0 0;
	width: 15px;
	height: 15px;
}

/* Header styles */
header.site-header {
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	/* align-items: center; */
	position: relative;

}

.inner-wrapper {
	max-width: 1400px;
	margin: 0px auto;
	padding: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	/* padding: 1rem 0; */
}

.top-header {
	background: #333333;
}

.top-header .inner-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	/* align-items: center; */
	/* grid-gap: 2rem; */
	padding: 1rem 0;
}

.bottom-header {
	background: transparent;
	position: absolute;
	left: 100px;
}
.single .bottom-header,.blog .bottom-header,.archive .bottom-header{
    position: relative;
    left: inherit;
    background: url(/wp-content/uploads/2020/08/Premium-Projects-banner.jpg);
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15em 0;
}
.bottom-header .inner-wrapper {
	display: flex;
	/* justify-content: space-between; */
	/* align-items: center; */
	/* flex-wrap: wrap; */
	/* padding: 0; */
	/* max-width: 100%; */
}

.site-branding {
	z-index: 11;
	margin: 1rem 0;
}
.single .site-branding,.blog .site-branding{
	margin: 0px auto;
}
.home .site-branding{
	display: none;
}

.aboutwhite h2, .aboutwhite p, .aboutwhite h4{
	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: center;
	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 3px var(--black-color);
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	/* z-index: 99999; */
	/* display: none; */
	background: var(--primary-color);
	/* border: 1px solid #eee;;
	transition: all .5s; */
	/* opacity: 0; */
	margin: 0;
	padding: 0;
	/* min-width: 118px; */
}

.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(--primary-color);
	--primary-color: #ffffff;
}

.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; */
	cursor: pointer;
}

.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(--white-color);
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 1.8rem;
	/* font-weight: bold; */
	text-transform: uppercase;
	transition: all .45s;
	text-align: center;
	padding: 0rem 1rem;
	transition: all .5s;
}

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

/* 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;
}
/* footer styles */
footer.site-footer {
	margin-top: auto;
	/* padding: 1rem; */
	/* line-height: 1.5rem; */
	color: var(--white-color);
	background: var(--primary-color);
	clear: both;
}

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

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

.site-footer .top-footer .inner-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 2rem 0;
	align-items: center;
	/* border-bottom: 1px solid var(--white-color); */
}

.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: start; */
	/* justify-self: end; */
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	/* align-items: flex-end; */
	background: url("./img/social-section-bg.png") no-repeat top center;
	/* padding: 3rem 8rem; */
	min-height: 11rem;
}

.top-footer .contact-links ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.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.3rem; */
	/* font-weight: bold; */
	display: flex;
	/* align-items: flex-start; */
	color: var(--white-color);
	/* background: var(--white-color); */
}

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

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

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

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

.social-links a svg {
	width: 25px;
	height: 25px;
	/* padding: 1rem; */
}

/* Bottom footer */
.bottom-footer {
	flex-direction: column;
	padding: 1rem 0 0;
	/* align-items: end; */
	/* justify-content: flex-end; */
}

.bottom-footer nav ul,
.bottom-footer .site-info {
	display: flex;
	justify-content: center;
	padding: 0;
}

.bottom-footer .site-info {
	margin: 1rem 0;
	/* line-height: 2rem; */
}

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

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

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

.bottom-footer nav ul li a {
	padding: 0 0.6rem;
	line-height: 1.1rem;
	/* font-size: 1.6rem; */
	color: var(--white-color);
	display: flex;
	text-transform: none;
	text-align: center;
}
.bottom-footer nav ul li a:hover{color: var(--secondary-color);}
/* iframe Styles */
.kt-inside-inner-col iframe {
	padding: 2rem;
	background: var(--black-color);
}

/* Sections styles */
.metaslider{
	padding-bottom: 0 !important;
}
.metaslider .caption-wrap{opacity: 1 !important;background: rgba(255, 255, 255, 0.62) !important;bottom: inherit !important;top: 40%;/* right: 0 !important; */left: 14%!important;max-width: 40%;}
.metaslider .caption-wrap .caption{
	display: flex;
	padding: 3rem !important;
	color: var(--primary-color) !important;
	font-size: 3rem !important;
	text-transform: uppercase;
	line-height: 4rem;
}
.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 {
	
}

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

.list-section {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
	/* align-items: center; */
}

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

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

.contact-section .kt-row-column-wrap {
	/*display: grid;
	grid-template-columns: 3fr 1fr;
	align-items: center;
	justify-items: center;*/
	font-weight: bold;
	/* padding: 0  50px; */
}

.youtubesec .wp-block-embed__wrapper{
	overflow: hidden;
    position: relative;
    padding-top: 56.25%;
}

.youtubesec iframe{
    border: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.contact-section .kt-row-column-wrap p{
	text-transform: uppercase;
	line-height: 5rem;
}
/*  Gravity Form Styles */
.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;
}
.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;
	border-radius: 30px !important;
	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); */
	width: 100%;
}

.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;
}
.nav-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pt-cv-wrapper .btn-success,.nav-previous a,.nav-next a {
    color: #fff;
    background-color: var(--black-color);
    padding: 1rem 2rem;
    margin: 2rem 0 0;
    border-color: transparent;
    border-radius: 50px;
    display: inline-block;
}
.pt-cv-wrapper .btn-success:hover,.nav-previous a:hover,.nav-next a:hover {
    background-color: var(--link-hover);
    border-color: transparent;
}
/*  Buttons Styles */
.read-more-button{
	margin-top: 2rem;
}
.contact-details-section .kt-button{
	border-color: transparent !important;
}
.contact-details-section .kt-button:hover{
	background: transparent !important;
	border: 2px solid var(--primary-color) !important;
}
.read-more-button .kt-button {
	background: var(--white-color);
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-size: 2.4rem !important;
	font-weight: bold;
	padding: .5rem 3rem;
	margin: 2rem auto 0;
}
.contact-section .read-more-button .kt-button{
	background: transparent;
	color: var(--white-color);
}
.contact-section .read-more-button .kt-button:hover{
	color: var(--light-color);
	--light-color: #f2fbbe;
}

/* Woocommerce Styles */
.woocommerce.woocommerce-page .woocommerce-breadcrumb {
	display: flex;
	margin: 0 auto 10px;
	padding: 0 0 0 3rem;
}

.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-header,
.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(370px, 1fr));
	grid-gap: 1rem;
	justify-items: center;
	align-items: center;
}

.woocommerce.woocommerce-page .products li.product {
	width: 100% !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

ul.products li.product img {
	margin: 0px auto;
}

.woocommerce-loop-product__title,
.woocommerce.woocommerce-page ul.products li.product .price {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	color: var(--secondary-color);
}

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

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

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	font-size: 1.5rem;
}

.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(--secondary-color);
	width: auto;
	padding: 1rem 5rem;
	text-transform: uppercase;
	color: var(--white-color);
	transition: all .5s;
	font-size: 2rem;
}

.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(--primary-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(--mid-dark-color);
	outline: none;
}

.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: 1px 0px 1px var(--mid-dark-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
}

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

/* media queries */
@media screen and (max-width: 1200px) {
	.top-header .inner-wrapper{
		justify-content: center;
	}
	.menu-main-menu-container a {
		font-size: 1.4rem;
	}

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

	.kt-row-column-wrap {
		/* min-height: 100px !important; */
	}
	.kt-row-column-wrap h1{
		margin: 0;
	}
}

@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: 991px) {
	.metaslider .caption-wrap{top: 40%;max-width: 73%;left: 10%!important;}
	.home .bottom-header{
		position: relative;
		/* background: var(--white-color); */
		left: 0;
	}
	.site-branding img{
		max-width: 250px;
	}
	.contact-links ul{
		justify-content: center;
	}
	.footer-logo img {
		max-width: 300px;
	}

	.top-footer .contact-section {
		width: 100%;
	}

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

	.bottom-header .inner-wrapper {
		justify-content: center;
		/* padding: 0; */
	}
}

.slider-section .kt-mobile-layout-row:not(.kt-v-gutter-none)>.wp-block-kadence-column:last-child{
	margin-bottom: .5rem;
}
@media screen and (max-width: 768px) {
	.single .bottom-header, .blog .bottom-header, .archive .bottom-header{
		padding:5em 0;
	}
	.wp-block-kadence-tabs .kt-tabs-id_97c4d9-ae > .kt-tabs-title-list li{
		width: 100%;
	}
	.single #content,.blog #content,.archive #content{
		grid-template-columns: 1fr;
	}
	.single #secondary, .blog #secondary,.archive #secondary{
	margin: 0 2rem;
}
	.mobile-hidden{
		display: none;
	}
	.home .site-branding{
		display: block;
	}
.top-banner .kt-row-column-wrap {
	min-height: 200px !important;
}
	.contact-details-section .kt-button{
		padding: 0;
		word-break: break-word;
		border: 0;
	}
	.contact-details-section .kt-button .kt-btn-svg-icon{
		/* display: none !important; */
	}
	.contact-details-section .kt-button:hover{
		border: 0 !important;
	}
	.contact-section .kt-row-column-wrap p{
	/* text-transform: none; */
	/* line-height: 3rem; */
	/* font-size: 2rem; */
}
	.metaslider .caption-wrap{
		display: none!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);
	}

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

	.nav-section {
		padding: 0;
	}

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

	.site-main {
		padding: 0 2rem;
		/* clear: both; */
	}

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

	.kt-row-layout-inner {
		background-attachment: scroll !important;
		background-size: auto!important;
		padding-top: 11px !important;
	}

	.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(--menu-section);
		z-index: 1;
		/* box-shadow: 0px 6px 9px #ffffff; */
	}

	.show-menu {
		opacity: 1;
		visibility: visible;
	}

	.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-dark-color)   transform: translateX(0);
	}

	.menu-toggle {
		display: block;
		cursor: pointer;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999999;
		/* display: flex; */
		background: var(--secondary-color);
	}
	.menu-toggle:hover{
		/* background: var(--mid-light-color-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;
	}

	.bottom-footer nav ul,
	.bottom-footer .site-info,
	.bottom-footer nav ul li a {
		display: block;
		text-align: center;
	}

	.bottom-footer nav 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; */
	}

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

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

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

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

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

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

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

	.bottom-section h2 {
		font-size: 4rem;
	}
	.contact-section .kt-row-column-wrap{
		display: flex;
		flex-direction: column;
		justify-content: center !important;
	}
}
@media screen and (max-width: 480px) {
	.site-branding img {
		max-width: 200px;
	}

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