/*!
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: #252525;
	--secondary-color: #0a1a46;
	--white-color: #ffffff;
	--black-color: #333333;
	--mid-dark-color: #2d3d67;
	--mid-light-color: #475284;
	--light-color: #cccccc;
	--heading-color: #ffffff;
	--subheading-color:#b30000;
	--ctn-color:#72706f;
	
}
/**
 * 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)
}

p {
	margin: 0 0 1.5rem;
	color: var(--white-color)
	/* 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: 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;
}

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; */
    border-collapse: collapse;
    margin-bottom: 20px;
}

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

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

tbody tr td {
    padding: 10px;
    border: 1px solid #ffffff;
    color:var(--white-color);;
}

/*--------------------------------------------------------------
# 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(--ctn-color);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: var(--white-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: 15px auto;
	font-weight: bold;
}

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

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

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

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

ul li ,
ol li{
	/* list-style: none; */
	color: var(--white-color);
    line-height: 3.5rem;
}

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

.ms-slide-info{
    position: absolute!important;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
}

.homebanner h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    color: #FFF;
    width: 100%;
    text-shadow: 3px 3px 1px black;
    font-style: italic;
}

/* Body styles */
body {
    font-family: "Lato", serif, sans-serif;
    display: flex;
    flex-direction: column;
    color: var(--black-color);
    font-size: 1.7rem;
    font-weight: 400;
        line-height: 1.8;
       letter-spacing: 0.5px;
    /* height: 100vh; */
    min-height: 100vh;
    background: url(img/newbackgroundimage.jpg);
    background-position: center;
}

#page {
	flex: 1 0 auto;
	clear: both;
	overflow: hidden;
	padding: 0 0 3rem;
}

.home #page {
	padding: 0;
}

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

#content {
	max-width: 1170px;
	margin: 0px auto;
	padding: 0 15px;
}

/* 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;
    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: 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: url(img/contactbtnbg.png) no-repeat;
    background-size: contain;
    /* width: 4rem; */
    /* height: 4rem; */
    transition: all .3s;
    padding: 4px 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-shadow: 0px 2px 1px #000;
}


.social-links ul li a:hover{
	opacity: 0.8;
}


.social-links ul li a:hover svg path {
	fill:var(--subheading-color);
}

.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(--white-color);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 3rem;
	/* font-weight: 600; */
}

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

/* Header styles */
header.site-header {
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	/* align-items: center; */
	position: relative;
	background: var(--primary-color);
}

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

.top-header {
	/* background: var(--primary-color); */
}

.top-header .inner-wrapper {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    align-items: flex-start;
    grid-gap: 2rem;
    padding: 2rem 1rem 0rem;
}

.bottom-header {
	/* background: #faa21f; */
}

.bottom-header .inner-wrapper {
    display: block;
    /* justify-content: space-between; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    /* padding: 0; */
    /* max-width: 100%; */
}

.site-branding {
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

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

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

.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(--subheading-color);
	/* border: 1px solid #eee;;
	transition: all .5s; */
	/* opacity: 0; */
	margin: 0;
	padding: 0;
	/* min-width: 118px; */
	width: 200px;
}

.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: 2rem;
    text-align: left;
    text-transform: uppercase;
}

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

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

.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(--white-color);
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 2.4rem;
    text-transform: uppercase;
    transition: all .45s;
    text-align: center;
    padding: 0rem 1rem;
    transition: all .5s;
    font-family: 'Racing Sans One', cursive;
    text-shadow: 1px 4px 4px #000;
}

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

.ms-theme-cubic{
	padding-bottom: 0px!important;
}

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


.metaslider.ms-theme-cubic .flexslider ul.slides .flex-active-slide .caption-wrap,
.metaslider.ms-theme-outline .flexslider ul.slides .flex-active-slide .caption-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)!important;
    width: 100%;
    padding: 40px;
    background: rgba(255,255,255,0.8);
    color: var(--black-color);
    display: inline-table;
    opacity: 1;
}

.metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap .caption,
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption{
	padding:0!important;
}

.metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap .caption h2,
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption h2{
    font-family: 'Racing Sans One', cursive;
    font-size: 42px;
    color: var(--black-color);
    line-height: 1.4;
}

.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a{
	border:none!important;
}

.homeblock2 .col1 .uagb-column__inner-wrap{
	display: flex;
 	flex-flow: column nowrap;
}

.homeblock2 .col1 .ctabtn{
	margin-top: auto;
}

.homeblock2 .col1 .ctabtn a img:hover{
	opacity: 0.8;
}

.iframeyoutube .wp-block-embed__wrapper,
.iframeyoutube .uagb-google-map__wrap{
	position: relative;
padding-bottom: 56.25%!important;
padding-top: 30px; height: 0; overflow: hidden;
}

.iframeyoutube iframe{
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}

.gform_wrapper span.ginput_total{
	color: #fff500!important;
    font-size: 25px!important;
}
.gform_wrapper select, .gform_wrapper textarea{
	color: #000;
}
.gform_confirmation_message{
	color: var(--white-color);
}


.nexteventbtn img:hover{
	opacity: 0.8;
}

.withborder .uagb-columns__inner-wrap{
	border-bottom: thin dotted #ffffff;
}

/* footer styles */
footer.site-footer {
    margin-top: auto;
    /* padding: 1rem; */
    /* line-height: 1.5rem; */
    color: var(--white-color);
    clear: both;
    margin-top: 0px;
    background-position: center;
    padding-top: 38px;
}

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

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

.site-footer .top-footer .inner-wrapper {
    display: grid;
    grid-template-columns: 1;
    padding: 1rem 0 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: center;
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: flex-start; */
	/* align-items: flex-end; */
}

.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 {
	/* max-width: 1170px; */
	/* margin: 0px auto; */
}

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

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

.homeblock2 .col1{
	    border: 2px solid #fcb30c;
	    margin: 20px 10px;
	}

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

.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.current_page_item a{
	color: #b30000;
}

.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;
    font-weight: 400;
}
.bottom-footer nav ul li a:hover{
    color: #b30000;
}
/* 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;
}

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

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

/* 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) {
	.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 (max-width: 850px) {
	.menu-main-menu-container a{
		font-size: 1.8rem;
	}
	.menu-main-menu-container ul ul a{
		font-size: 1.5rem;
	}
}

@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; */
		    z-index: 9;
	}
}

@media screen and (max-width: 991px) {
	.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;
	}
}

@media screen and (max-width: 768px) {
	.wp-block-image .alignright,
	.wp-block-image .alignleft{
		float: inherit;
		margin:0;
	}
	.homebanner{
		background-image: none!important;
	}
	.metaslider.ms-theme-cubic .flexslider ul.slides .flex-active-slide .caption-wrap, .metaslider.ms-theme-outline .flexslider ul.slides .flex-active-slide .caption-wrap{
		display: none;
	}
	#responsive-menu-container #responsive-menu{
		margin-top: 80px!important;
	}

	#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
		left: auto!important;
		right:0!important;
	}

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

	.nav-section {
		padding: 0;
		display: none;
	}

	h1 {
		font-size: 3.4rem !important;
	}

	h2 {
		font-size: 2.5rem !important;
		line-height: 1.4;
	}

	h3 {
		font-size: 2rem !important;
		line-height: 1.4;
	}

	h4,
	h5,
	h6 {
		font-size: 1rem !important;
	}

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

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



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

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

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

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

	.menu-main-menu-container a {}

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

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

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

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

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

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


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

@media screen and (max-width: 767px) {
	.homeblock2 .col1{
		border: 2px solid #fcb30c;
    	margin: 20px 0;
	}
}



@media screen and (max-width: 480px) {
	.site-branding img {
		/* max-width: 100px; */
	}

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

.hidden { display:none;}
