/*!
Theme Name: SNS
Theme URI: http://underscores.me/
Author: 
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/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

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

 body {
	margin: 0;
}

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

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

hr {
	box-sizing: content-box; /* 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: #404040;
	font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #0456a5;
	/* text-transform: uppercase; */
	line-height: 4rem;
}
.wp-block-image figcaption,h1, h2, h3, h4, h5, h6{
	/* font-family: "mvboli",sans-serif; */
	margin: 0 auto 2rem;
}
.wp-block-image figcaption{
	font-size: 2.4rem;
	color: #50b43f;
}
p {
	margin: 0 0 1rem;
	line-height: 3rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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: #fff9c0;
	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;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	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. */
}

table {
	margin: 0px auto;
	width: 100% !important;
	/* border: 1px solid #000; */
	/* box-shadow: 0px 0px 10px #434758; */
}
tbody{/* border: 1px solid #000; */}
tbody tr{border: 1px solid #a5a4a4;}
tbody tr td{
	padding:.5rem;
	border: 1px solid #34a6d891;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #3373b3;
	/* border-color: #ccc #ccc #bbb; */
	border-radius: 3px;
	background: #00a0d2;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0053a3;
	text-decoration: none;
}

a:hover, a:focus, a:active {color: #36a5d9;}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## 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; */
	/* display: flex; */
	/* justify-content: center; */
}

.menu-main-menu-container>ul {
	display: flex;
	flex-wrap: wrap;
	/* 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(--mid-dark-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: #d1d8ec;
}

.menu-main-menu-container ul ul li {
	/* width: 100%; */
	padding: .3rem .3rem;
	/* 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; */
	transition: all .5s;
	padding: 0 .3rem;
}

.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 1.1rem;
	transition: all .7s;
}

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

.menu-main-menu-container li:hover,
.menu-main-menu-container li.current_page_item {
	/* text-shadow: 0px 1px 0px #0a0d10; */
	background: var(--primary-color);
}
.menu-main-menu-container li:hover a{
	color: var(--mid-light-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;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	/* float: right; */
	/* text-align: right; */
	/* width: 50%; */
}

/* extra-link */
.extra-menu{
	/* width: auto; */
	/* margin-left: auto; */
}
/*--------------------------------------------------------------
# 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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/


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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 auto;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

/**---- Mobile Bar ----**/


/* Custom styles */
:root{
	--white-color: #ffffff;
	--primary-color: #0455a1;
	--secondary-color: #34a6d8;
	--mid-light-color: #e0eff8;
	--mid-dark-color: #33a5d7;
}
html{
	font-size: 10px;
	line-height: 1rem;
	min-height: 100vh;
	height: 100vh;
}
h1{
font-size:3rem;
}
h2{font-size: 3rem !important;/* line-height: 3rem; */}
h3{font-size: 2rem;line-height: 4rem;}
h4,h5,h6{
	font-size: 1.5rem;
}
ul li{
	/* list-style: none; */
}
.entry-footer{
	display: none;
}
/* General row styles */
.services-section .wp-block-kadence-column{
	border: 1px solid #34a6d8;
	padding: 2rem;
	transition: all .5s;
}

.services-section .wp-block-kadence-column h4{
	text-transform: none;
	color: #00386d;

}
.services-section .wp-block-kadence-column h4:after{
	content: "";
	display:flex;
	justify-content: center;
	border-bottom: 3px solid var(--mid-dark-color);
	width: 20%;
	margin: 0px auto;
}
.services-section .wp-block-kadence-column .kt-blocks-info-box-link-wrap img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.services-section .wp-block-kadence-column:hover img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.services-section .wp-block-kadence-column:hover{
	box-shadow: 0px 0px 8px 2px #17171740;
	border: 1px solid transparent;
}
.kt-row-column-wrap {
	max-width: 1170px;
	margin: 0px auto;
	z-index: 0;
}
.kt-row-layout-overlay,.kt-row-layout-inner{
	z-index: 0;
}
.kt-blocks-info-box-link-wrap img{
	max-width: inherit;
}
.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;
}
.top-banner-section p{
	line-height: 4rem;
}
.banner-section .banner-title {
	text-transform: none;
}
.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: #2b2a2a;
	font-size: 1.8rem;
	line-height: 2.6rem;
	height: 100vh;
	min-height: 100vh;
	font-weight: 400;
	position: relative;
}
#page{
	flex: 1 0 auto;
	/* max-width: 1170px; */
	/* margin: 0px auto; */
	padding: 0 0 1.5rem;
	/* min-height: 100vh; */
	/* height: 100vh; */
	overflow: hidden;
}
.home #page{
	padding: 0;
}
.entry-header{
	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;
	cursor: pointer;
}
.top-contact-section{
	/* grid-column: 3/-1; */
	/* justify-self: center; */
	/* background: #50b43f; */
	/* padding: .8rem 0; */
}
.nav-section{
	/* display: flex; */
	justify-content: center;
	z-index: 99999999999;
	/* width: 100%; */
	position: relative;
}
.phone a{
	background: #50b440;
	color: #fff;
	padding: 5px 10px;
	border-radius: 35px;
}
.contact-links ul{
	display: flex;
	justify-content: center;
	/* align-items: center; */
	flex-wrap: wrap;
	padding: 0;
	/* margin: 0.2rem 0; */
}
.contact-links ul li{
	display: flex;
	align-items: center;
	margin: 0px .3rem;
}
 .contact-links ul li a, .contact-links ul li a.phone-link svg{/* color: #fff; */background: var(--primary-color);border-radius: 50%;/* width: 3rem; *//* height: 3rem; *//* display: inline-block; *//* border-right: 1px solid #fff; *//* font-size: 2rem; */line-height: 22px;padding: 5px;margin: .2rem;text-decoration: none;display: flex;align-items: center;justify-content: center;}
 .contact-links ul li:last-child a{
	/* border-right:0; */
}
 .contact-links ul li a.phone-link, .contact-links ul li a.phone-link:hover,.top-footer .contact-links ul li a:hover{
	background: none;
}
.contact-links ul li a:hover{
	background: var(--mid-dark-color);
}
.contact-links ul li svg{
		/* margin: 0px .5rem; */
}
.contact-links ul li svg path{
	fill: #fff;
}
.contact-links ul li a.book-button{
	background: none;
	border: 2px solid #2e9bcb;
	border-radius: 30px;
	padding: .5rem .7rem;
	font-size: 2.3rem;
	font-weight: bold;
	outline-color: #34a6d8;
}
.home .wp-block-kadence-advancedbtn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
/* Header styles */ 
header.site-header{
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* position: relative; */
	transform: translateY(0);
	transition: all .5s;
	background: #fff;
}
header.sticky{
	position: fixed;
	/* background: var(--white-color); */
	top:0;
	left: 0;
	right: 0;
	z-index: 12;
	transform: translateY(0);
	border-bottom: 1px solid #0259b6;
}
.top-header{
	width: 100%;
}
.bottom-header{
	display: flex;
	justify-content: center;
	width: 100%;
	background: #34a6d8;
}
header.site-header .inner-wrapper{
	max-width: 1170px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: .5rem 0;
}
header.site-header.sticky .inner-wrapper{
	padding: 0rem 0 1rem;
}
.site-branding a{
	display: flex;
}
.site-branding a img{
	max-width: 300px;
	/* height: 103px; */
	transition: all .7s;
	/* margin: 1rem auto; */
}
header.sticky .site-branding a img{
 	/* max-height: 63px; */
 	max-width: 270px;
 	/* margin: 1rem auto; */
 }
/* Sections styles */
.bottom-section h2 {
	color: #fff;
	font-size: 7rem;
	line-height: 6rem;
}
/* footer styles */
footer tbody tr td{
	padding: 0rem .5rem;
	border: 0;
	font-size: 1.7rem;
}
footer table{
	display: flex;
    justify-content: center;
}
footer.site-footer{
	margin-top: auto;
	font-size: 2rem;
	/* line-height: 1.5rem; */
	color: #ffffff;
	background: #0c58a4;
	/* padding: 1rem; */
}
.site-footer .top-footer,.site-footer .bottom-footer{
	/* max-width: 1170px; */
	margin: 0 auto 0;
	display: flex;
	/* padding: 2rem 0; */
}
.site-footer .top-footer{
	display: grid;
	grid-template-columns: 1fr 2fr 2fr;
	/* align-items: center; */
	justify-items: center;
	max-width: 1170px;
	padding: 4rem 0;
}
.top-footer{justify-content: space-evenly;}
.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: 1/2;
	/* align-self: center; */
}
.footer-info{
	grid-column: 2/3;
}
.top-footer h4{
	color: #ffffff;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.top-footer .contact-section{
	grid-column: 3/-1;
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: flex-start; */
	/* align-items: flex-end; */
}
.top-footer .contact-links ul{
	flex-direction: column;
	/* justify-content: space-between; */
	/* padding: 0; */
}
.top-footer .contact-links ul li{/* flex: 1; *//* align-items: flex-start; *//* align-items: baseline; */margin: .5rem 0;/* line-height: 1.7rem; */}
.top-footer .contact-links ul li a,.top-footer .contact-links ul li span{
	/* text-align: right; */
	font-size: 1.7rem;
	/* font-weight: bold; */
	/* display: flex; */
	/* align-items: flex-start; */
	color: #fff;
	background: none;
}
.top-footer nav ul li svg{
	/* margin: 0 .3rem 0.5rem; */
}
.top-footer nav ul li svg path{
	/* fill: #0c58a4; */
}
.social-links{
	max-width: 1170px;
	margin: 0px auto 20px;
}
.social-links ul{
	display: flex;
	justify-content: flex-end;
}
.social-links a svg{
	width: 40px;
	height: 40px;
	margin: 0 0 0 .5rem;
}
/* Bottom footer */
.top-footer .contact-links ul li a.footer-book-button{
	/* padding-left: 41px; */
	/* padding-right: 41px; */
	/* padding-top: 5px; */
	/* padding-bottom: 5px; */
	color: #ffffff;
	font-size: 24px;
	/*background: var(--secondary-color);*/
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 0;
	padding: 0 70px;
	line-height:1.6;
}
.top-footer .contact-links ul li a.footer-book-button:hover{
	background: rgba(12, 88, 164, 1);
	border: 1px solid rgba(52, 166, 216, 1);
}
.bottom-footer{
	flex-direction: column;
	background: #2fa4d7;
	padding: 0;
}
.bottom-footer nav ul,.bottom-footer .site-info{
	display: flex;
	justify-content: center;
	padding: 0;
}.bottom-footer .site-info{
	margin: .5rem 0;
	padding: 2rem 0;
}
.bottom-footer .site-info a{
	color: #fff;
}
.bottom-footer nav ul li{
	border-right: 1px solid #ffffff;
	/* 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.4rem;
	line-height: 1.1rem;
	font-size: 1.6rem;
	color: #ffffff;
	display: flex;
	text-transform: none;
	text-align: center;
}
/* iframe Styles */
.kt-inside-inner-col iframe{
	/* padding: 2rem; */
	/* background: #ededed; */
}

/* Section Styles */
.services-section .borderd-section{
	border-left: 2px solid #ccc;
	/* margin-right: 1rem; */
	padding-left: 1rem;
}
.lists-section{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.entry-content ul li{
	list-style: none;
	/* background: url("img/check-solid.svg") no-repeat left center; */
	/* padding-left: 3rem; */
	/* line-height: 2rem; */
	/* width: 20px; */
	/* height: 20px; */
}
.entry-content ul li:before{
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/sns/img/check-solid.svg") no-repeat center center;
	margin: 0 10px 0 0;
}
.wp-block-kadence-tabs .kt-tabs-title-list li:before{
	display: none;
}
sftp://montrosephysio@montrosephysio.sftp.wpengine.com:2222/wp-content/themes/sns/img/check-solid.svg
.entry-content ul li a{
	text-decoration: none;
}
.contact-block .kt-row-layout-inner{
	max-width: 600px;
	margin: 0px auto;
}
.top-banner  h2{
	color: #fff;
	font-size: 6rem;
	line-height: 4rem;
}
.top-banner .kt-row-column-wrap{
	align-items: center;
}
.top-banner .wp-block-kadence-column{
	align-items: center;
}
.list-section ul{
	/* display: flex; */
	/* flex-direction: column; */
	/* align-items: flex-end; */
	padding: 0;
}
.list-section h2{
	text-transform: none;
}
.list-section .kt-row-column-wrap{
	justify-content: center;
	max-width: 1170px;
	margin: 0px auto;
}
.tabular-section{
	box-shadow: 0px 1px 1px #50b43f;
	margin: 2rem auto;
}
.tabular-section .kt-row-column-wrap{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* text-align: center; */
	padding: 1rem;
}
.tabular-section strong{

}
.tabular-section em{
	color: #ee1c25;
}
.ab-block-accordion .ab-accordion-title{
	background: #50b43f;
	color: #fff;
}
.gform_wrapper .gform_footer input[type=submit]{
	background: #0c58a4;
	color: #fff;
	font-size: 2.5rem !important;
	border: 0;
	cursor: pointer;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.gform_wrapper .gform_footer input[type=submit]:hover{
	background: #2fa4d7;
}
/* 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;
	margin: 2rem 0 0;
}
.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; */
	grid-column: 1/-1;
	grid-row: 1;
	text-align: center;
	padding: 2rem;
}
.blog .site-main > header h1{
	margin: 0;
	/* padding: 2rem 0 0; */
}
.nav-previous a,.nav-next a{
	padding: .5rem 1rem;
	/* border-radius: 50%; */
}
.nav-links{
	display: flex;
	justify-content: space-between;
	/* margin: 2rem auto; */
}
.nav-links a,.nav-next a {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    border-radius: 3px;
    /* display: inline-block; */
    padding: .5rem 2rem;
}
.nav-links a:hover,.nav-next a:hover {
    background-color: var(--secondary-color);
    border-color: transparent;
}
.nav-links a[rel="prev"]
{
	margin-right: auto;
}
.nav-links a[rel="next"]
{
	margin-left: auto;
}
/* media queries */
@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: 768px){
	.kt-row-layout-inner{
		background-attachment: scroll !important;
/* 		z-index: -1; */
	}
	.buttons-section .kt-row-layout-inner{
		z-index: 0;
	}
	
	footer tbody tr td{
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}
	.wp-block-kadence-tabs .kt-tabs-title-list li{
		    width: 100%;
           margin: .2rem 0 !important;
	}
	header.sticky{
		position: relative;
	}
	.footer-info{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 1rem 0;
		border: 1px solid #b3b3b3;
		border-right: 0;
		border-left: 0;
	}
	.list-section .kt-row-column-wrap{
		background: #ffffffc4;
	}
	header.sticky .site-branding a img{
		max-height: initial;
		max-width: inherit;
	}
	.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;
	}

	.show-menu {
		opacity: 1;
		visibility: visible;
		min-height: 100vh;
		/* 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 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-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: 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: 5px 0;
	}
	.site-footer .bottom-footer{
		flex-direction: column;
		justify-content: center;
	}
	.social-links ul{
		justify-content: center;
	}
	.top-footer .contact-section{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: 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{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-items: center;
	}
	.footer-logo{
		display: flex;
		justify-content: center;
	}
	.wp-block-image img{
		display: block;
		margin: 0px auto;
	}
	header.site-header .inner-wrapper{
		justify-content: center;
		align-items: center;
		/* grid-template-columns: 1fr; */
	}
	.site-branding{grid-column: 1/1;margin: 10px auto;}
	.site-branding img{
		max-width: 300px;
	}
	.top-contact-section .contact-links{
		display: flex;
		justify-content: center;
	}
	
	.bottom-section h2{
		font-size: 4rem;
	}
}