/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.0
Template:     onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/


@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Maitree:wght@200;300;400;500;600;700&display=swap');

body {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

h1 {
  font-family: "Maitree", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(50px, 5vw, 65px);
}

h2, .h2 {
  font-family: "Maitree", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(29px, 3.2vw, 42px);
  line-height: clamp(34.3px, 4vw, 58.3px);
/* 	line-height: 58.3px; */
}

h4 {
  font-family: "Maitree", serif;
  font-size: 24px;
  font-weight: 500;
}

p {
	font-size: clamp(14px, 2.5vw, 18px);
	line-height: clamp(19px, 2.5vw, 25px);
}

.wp-block-separator {
	border-bottom: 1.5px solid;
    color: #738C88;	
}
.breadcrumbs{
  display: none;
}
.no-sidebar .entry-content > .alignfull{
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
transform: translateX(-50%);
left: 50%;
position: relative;
}
.kt-inner-column-height-full.kt-tab-layout-inherit:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col, .kt-inner-column-height-full.kt-tab-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{
  height: 100% !important;
}
.no-sidebar .entry-content > .alignfull{
  transform: unset;
  width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}
#page{
  overflow-x: hidden;
}
.onepress-menu a{
  letter-spacing: 0;
  text-transform: none;
}
#primary{
	padding-top: 0; padding-bottom: 0;
}
.entry-content{
	margin-bottom: 0;
}
.no-sidebar .entry-content > .alignfull{
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content{
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0;
}
#masthead{
  padding: 15px 0
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img, .site-header{
  line-height: unset;
}
#masthead > .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#masthead > .container > div{
  flex: 1;
}
#masthead > .container > div.site-branding{
  max-width: 256px;
  float: none;
}
.header-right-wrapper{
  text-align: right;
}
.onepress-menu{
  float: none;
  text-align: right;
  display: inline-block;
}
.onepress-menu ul, .onepress-menu li{
  text-align: left
}
.onepress-menu > li{
  float: none;
  display: inline-block;
}

.wp-block-columns{
  margin-bottom: 0;
}
p:empty{
  display: none;
}
#back-to-top{
  position: fixed;
  bottom: 0;
  right: 10px;
  background: gray;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  border: 0;
}
.tab-slider .kt-tabs-title-list{
  display: none !important;
}
.tab-slider .kt-tabs-content-wrap .wp-block-kadence-tab{
  padding: 0 !important;
  outline: none !important;
  border: 0 !important
}
.tab-slider .kt-tabs-content-wrap .ab-block-container{
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container:before{
  content: '';
  padding-bottom: 30%;
  display: block;
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container .ab-container-content{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 20
}
.thumbnail.square, .thumbnail.rectangular{
  position: relative;
}
.thumbnail.square:before, .thumbnail.rectangular:before{
  content: '';
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.thumbnail.rectangular:before{
  padding-bottom: 56%;
}
.thumbnail.square img, .thumbnail.rectangular img{
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  height: 100%; width: 100%; object-fit: cover;
}
#page .pagination{
  display: block;
  margin: 20px 0;
}
#page .pagination .page-numbers{
  padding: 3px 12px 5px;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 2px;
  text-decoration: none !important
}
#page .pagination .page-numbers.current, #page .pagination .page-numbers:hover{
  background: #ddd;
  text-decoration: none;
}
#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page .gform_wrapper select, #page .gform_wrapper textarea{
  width: 100%;
  padding: 10px;
  border: 0 !important;
  line-height: unset;
  box-shadow: none;
  background: #fff;
  min-height: unset;
  outline: none;
  color: #89AFA7;
}
#page .gform_wrapper input[type=text],
#page .gform_wrapper input[type=email]{
	height: 53px;
}
#page .gform_fields {
	gap: 10px !important;	
}
#page .gform_wrapper .gform_footer{
  margin-top: 20px;
}
.kb-blocks-bg-video-container .fluid-width-video-wrapper{
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#gform_fields_1 {
    gap: 4px;	
}
#gform_widget-2 > .widget-title {
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	text-transform: unset;
	letter-spacing: normal;
}
#gform_wrapper_1 .gform-body {
    margin-top: 5px;	
}
#input_1_1_3_container {
	padding-right: 0;
}
#gform_wrapper_1 .gform_footer {
	margin-top: 5px !important;
}
#gform_submit_button_1 {
	width: 100%;
	background-color: #365359;	
}
#text-2 p {
	text-align: center;
	font-size: 24px;
	line-height: 33px;	
}
#text-2 {
    margin-bottom: 0;	
}
#footer-2 {
	text-align: center;
}
#media_image-2 img {
	max-width: 200px !important;
}
#text-4 li {
	font-size: 18px;
}
#text-4 li strong {
	font-size: 23px;
	font-weight: 500;
	line-height: 33px;
	font-family: 'Maitree';	
}
#text-4 li em {
	font-weight: 700;
	font-style: normal;
}
#masthead.no-scroll > .container {
    border-bottom: 1.5px solid #738C88;	
	padding: 15px;
}
#masthead {
    padding-bottom: 0;
    padding-top: 0;	
	box-shadow: none;
}
#masthead .onepress-menu > li > a {
	color: #365359;
	font-size: 20px;
	font-family: 'Maitree';	
	padding-right: 5px;
}
#masthead .onepress-menu > li:last-child > a {
	background-color: #89AFA7;
	color: #fff;
	padding: 10px 35px;
	border-radius: 2px;
}
#masthead .onepress-menu > li:last-child > a:hover {
	text-decoration: none;
	color: #f8f5e9 !important;
}
.onepress-menu .nav-toggle-subarrow i {
	margin-top: 5px;	
}
.onepress-menu .nav-toggle-subarrow {
	display: inline-block;
}
#masthead .onepress-menu:not(.onepress-menu-mobile) > li > a {
	float: left;	
}
#masthead .onepress-menu:not(.onepress-menu-mobile) .nav-toggle-subarrow {
	float: right;
}
.followWrap {
	background-color: #f8f5e9;
}
.header-right-wrapper .onepress-menu:not(.onepress-menu-mobile) {
	display: flex;
	justify-content: flex-end;
	align-items: center;
    gap: 36px;
}
.wp-block-button > a {
	padding: 10px 20px;
	font-family: 'Maitree';
    font-weight: 500;
    font-size: clamp(16px, 2vw, 20px);
}
.two-locations-wrapper > .kt-row-column-wrap figure {
	position: relative;
	padding-bottom: 79%;
}
.two-locations-wrapper > .kt-row-column-wrap figure img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;	
	border-radius: 14px;
}
.two-locations-wrapper h4 {
	position: relative;
	padding-left: 60px;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 33px;
}
.two-locations-wrapper h4 a {
	color: #365359 !important;
}
.two-locations-wrapper h4:before {
	content: '';
	position: absolute;
    left: 27px;
    width: 35px;
    height: 30px;
	background-image: url(/wp-content/uploads/2025/06/gold-location-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.two-locations-wrapper .gb-block-container {
	max-width: 340px;
}

.with-location-icon{
	position: relative;
	padding-left: 40px;
	margin-bottom: 0;
}
.with-location-icon:before{
	content: '';
	position: absolute;
	left: 7px;
	width: 35px;
	height: 30px;
	background-image: url(/wp-content/uploads/2025/06/gold-location-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.ministries-wrapper > .kt-row-column-wrap figure {
	position: relative;
	padding-bottom: 90%;
	margin-bottom: 0;
}
.ministries-wrapper > .kt-row-column-wrap figure img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;	
	border-radius: 14px;	
}
.ministries-wrapper .wp-block-group {
    padding: 20px;
    text-align: center;	
}

.ministries-wrapper .wp-block-group p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Figtree';	
}
.ministries-wrapper > .kt-row-column-wrap figure {
    overflow: hidden;
    position: relative;
}
.ministries-wrapper > .kt-row-column-wrap figure img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    transition: transform 0.4s ease;
}
.ministries-wrapper > .kt-row-column-wrap .wp-block-kadence-column:hover img {
    transform: scale(1.1);
}
.with-zoom-image-hover figure {
	overflow: hidden;
	position: relative;
}
.with-zoom-image-hover figure img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    transition: transform 0.4s ease;
}
.with-zoom-image-hover .wp-block-kadence-column:hover img {
    transform: scale(1.1);
}
#text-4 ul {
  padding-left: 0; margin: 0;
}
#text-4 ul li {
  position: relative; padding-left: 40px;
  list-style-type: none;
  margin: 0 0 15px;
}
#text-4 ul li:before{
  content: '';
  position: absolute;
  left: 2px;
  width: 40px;
  height: 35px;
  background-image: url(/wp-content/uploads/2025/06/gold-location-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#media_image-2 {
    margin-bottom: 100px;	
}
#text-3 {
    margin-bottom: 0;	
}

.line-height-25 {
	line-height: 25px !important;
}
.beliefs-wrapper img {
	border-radius: 14px;
}
.beliefs-wrapper ul li {
	font-size: clamp(14px, 2.5vw, 18px);
	line-height: clamp(19px, 2.5vw, 25px);
}
.team-wrapper img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
}
.team-wrapper .thumbnail {
	position: relative;
	padding-bottom: 100%;
}
.team-wrapper .details {
    text-align: center;
    padding: 15px;	
}
.team-wrapper .details h4 {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 31px;
	margin-bottom: 0;
}
.team-wrapper .details h5 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  text-transform: unset;
  color: #89AFA7;
  line-height: 25px;
  margin-bottom: 0;
}

.two-locations-column-wrapper > .kt-row-column-wrap figure {
	position: relative;
	padding-bottom: 60%;
	margin-bottom: 0;
}
.two-locations-column-wrapper > .kt-row-column-wrap figure img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;	
	border-radius: 14px;	
}
.two-locations-column-wrapper .wp-block-group {
    padding: 40px 30px;	
}
.two-locations-column-wrapper h4 {
  font-family: "Maitree", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-transform: capitalize;
  color: #365359;
  line-height: 33px;
}
.two-locations-column-wrapper a {
	color: #365359 !important;
}
.two-locations-column-wrapper p {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: capitalize;
  color: #365359;
  line-height: 25px;
}
.two-locations-column-wrapper ul {
	padding-left: 0;
}
.two-locations-column-wrapper ul li {
	margin-left: 1.5em;
	font-size: 18px;
	margin-bottom: 20px;
}
.two-locations-column-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
	height: 100%;
}

#page .two-locations-wrapper p {
	font-size: clamp(14px, 2.5vw, 23px);
}
#page .entry-content a {
    color: #365359;	
}
.custom-faq a {
	text-decoration: underline;
}

.column-boxes:not(.small-image) > .kt-row-column-wrap figure {
	position: relative;
	padding-bottom: 60%;
	margin-bottom: 0;
}
.column-boxes.square-img > .kt-row-column-wrap figure {
	padding-bottom: 90%;
}
.column-boxes:not(.small-image) > .kt-row-column-wrap figure img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;	
	border-radius: 14px;	
}

.column-boxes .wp-block-group {
    padding: 20px 20px 0;
}
.column-boxes.with-bottom-button .wp-block-group {
	padding-bottom: 100px;  	
}
.column-boxes h4 {
  font-family: "Maitree", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-transform: capitalize;
  color: #365359;	
	margin-bottom: 20px;
	line-height: 33px;
}
.column-boxes .wp-block-buttons {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.column-boxes .wp-block-buttons a {
  font-family: "Maitree", sans-serif;
  font-size: 20px;
  text-decoration: none;
}
.column-boxes p {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: capitalize;
  color: #365359;
  line-height: 25px;
}
/* .column-boxes .wp-block-kadence-column > .kt-inside-inner-col {
	padding-bottom: 100px;
} */
.subpages-wrapper p {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	font-family: "Figtree", sans-serif;
}
.subpages-wrapper img {
	border-radius: 14px;
}
.subpages-wrapper ul {
	padding-left: 0;
}
.wp-block-image img {
	border-radius: 14px;	
}
.wp-block-list {
	padding-left: 0;
}
.wp-block-list li {
	margin-left: 1.5em;
}
#page #gform_2 input::placeholder,
#page #gform_2 textarea::placeholder {
	border: none !important;
	color: #89AFA7;
}
#page #gform_2 input,
#page #gform_2 textarea {
	border: none !important;
	color: #365359;
}
#page #main .gform_wrapper .gform_button.button {
	background-color: #365359;
}
.ways-to-give-wrapper h4 {
	line-height: 33px;
}
.ways-to-give-wrapper .wp-block-kadence-column > .kt-inside-inner-col {
	padding: 25px;	
}
.ways-to-give-wrapper p {
	line-height: 25px;
}
.custom-faq .kt-accordion-inner-wrap > .wp-block-kadence-pane  {
	border-top: 1px solid #738C88;	
}
.custom-faq .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before,
.custom-faq .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after {
	height: 2px !important;
}
.custom-faq .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger,
#page .custom-faq .kt-blocks-accordion-icon-trigger:before, #page .custom-faq .kt-blocks-accordion-icon-trigger:after,
.custom-faq .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger {
	background-color: transparent;
}
.custom-faq .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger {
    background-color: transparent;	
	border: 1px solid #365359;
}
.custom-faq .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger {
	border: 1px solid #365359;
	height: 23px;
}
.fa-signal-messenger:before {
	content: "\f0e0" !important; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.show-mobile-only {
	display: none;
}
.home-header-wrapper h3 {
  font-family: "Maitree", serif;
  font-weight: 300;
}
.home-header-wrapper p, 
.new-here-wrapper p,
.two-locations-wrapper p,
.what-should-you-expect p,
#page .custom-paragraph,
#text-2 p,
.subpages-header p {
	font-family: "Maitree", serif;
	font-weight: 500;
	font-size: clamp(18px, 2.5vw, 24px);
	line-height: clamp(19px, 2.5vw, 33px);
}
.subpages-header > .kt-row-column-wrap {
	min-height: 630px;	
}

.new-here-wrapper h2 {
	margin-bottom: 0;
}
#page ul.cnss-social-icon li.cn-fa-icon a:hover {
    background-color: #365359 !important;	
}
#text-4 .textwidget a {
	font-size: 23px;
	font-family: "Maitree";
	font-weight: 500;
	line-height: 33px;
}
#gform_widget-2 .widget-title {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;	
}
#text-3 h4:first-child,
#text-3 h4:first-child a{
	font-weight: 600;
	font-size: 18px;
	font-family: 'Maitree';	
}
#text-3 h4:last-child,
#text-3 h4:last-child a {
	font-family: 'Figtree';
	line-height: 25px;
	font-weight: 400;
	font-size: 18px;
}
ul.cnss-social-icon {
    display: flex;
    justify-content: center;
    align-items: center;	
}
ul.cnss-social-icon li {
    padding: 0 15px !important;	
}
#page #gform_fields_1 input {
	height: 53px;
	color: #89AFA7;
	font-family: "Figtree";
	font-size: 18px;
	line-height: 25px;
	border: 0 !important;
}
#gform_submit_button_1 {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-family: "Maitree";
	height: 53px;
}
.beliefs-wrapper ul li {
    margin-top: 0;
    margin-bottom: 0;	
}
.elders-deacons-wrapper p {
	font-family: "Figtree";
	font-weight: 400;
	font-size: 22px;
	line-height: 31px;
	margin-bottom: 0;
}
.subpages-2 p {
	font-family: "Figtree";
	font-weight: 400;
	font-size: clamp(14px, 2vw, 22px);
	line-height: clamp(19px, 3vw, 31px);
}
.medium-text {
	font-family: "Figtree";
	font-weight: 400;
	font-size: 22px;
	line-height: 31px;
}

ul.contact-us-list {
  padding-left: 0; margin: 0;
}
ul.contact-us-list li {
  position: relative; padding-left: 45px;
  list-style-type: none;
  margin: 0 0 15px;
 font-size: 24px;
  font-weight: 500;
	line-height: 33px;
}
ul.contact-us-list li:before{
  content: '';
  position: absolute;
  left: 2px;
	width: 25px;
	height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
}
.contact-us-list a {
	color: #365359 !important;
}
ul.contact-us-list li.location:before {
	background-image: url(/wp-content/uploads/2025/07/image-1.png);
}
ul.contact-us-list li.mail:before {
	background-image: url(/wp-content/uploads/2025/07/image-2.png);
}
ul.contact-us-list li.phone:before {
	background-image: url(/wp-content/uploads/2025/07/image-3.png);
}
.onepress-menu ul li a:hover,
.onepress-menu ul li.current-menu-item > a{
	color: #365359;
}
.onepress-menu ul li a {
    font-size: 16px;
    font-family: 'Figtree';	
	color: #365359;
}

.wp-block-button > a:hover, .gform_button.button:hover {
	background-color: #89AFA7 !important;
	text-decoration: none;
}
.with-white-btn-hover .wp-block-button > a:hover {
	background-color: #f8f5e9 !important;
	color: #365359 !important;
	text-decoration: none;
}

#page .font-18 {
	font-size: clamp(14px, 2.5vw, 18px);
}
.home-header-wrapper {
	height: 100%;
	object-fit: cover;
}
.home-header-wrapper img {
	height: 100%;
}
.home-header-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
	height: 100%;	
}
.home-header-wrapper .wp-block-image {
	height: 100%;	
}

@media (max-width: 1200px){
  .offset-to-left, .offset-to-right{
    width: 100%;
  }
  .offset-to-left{
    margin-left:0
  }
  #nav_menu-2 ul, #nav_menu-2 ul li{
    padding: 0;
  }
  .container{
    width: 100%;
  }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{
    background: #A06443;
  }
  #nav-toggle{
    position: relative;
    top: 0;
    display: block
  }
  .onepress-menu{
    top: 0 !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0;
    right: 0;
    max-width: 400px;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0 !important;
    background: #f8f5e9 !important;
  }
  .onepress-menu.onepress-menu-mobile a{
    color: #365359 ;
  }
  .onepress-menu.onepress-menu-mobile li{
    background: transparent;
	line-height: 30px;
  }
  .onepress-menu.onepress-menu-mobile li a{
    padding-left: 0; padding-right: 0;
    text-transform:normal;
  }
  .onepress-menu ul, .onepress-menu ul li a{
    background: transparent;
  }
  .onepress-menu a{
    font-size: 20px;
  }
  .onepress-menu li.current-menu-item > a, .onepress-menu li a:hover{
    color: #0c0c0c !important;
  }
  .onepress-menu .nav-toggle-subarrow{
    left: unset !important;
    right: 0;
  }
  .onepress-menu .nav-toggle-subarrow{
    border-left: 0 !important;
  }
  .onepress-menu.onepress-menu-mobile li{
    border-top: 1px solid #4C525D;
  }

  .onepress-menu.onepress-menu-mobile > li > a, .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow{
    padding: 20px;
  }
  .onepress-menu{
    transition: right .2s;
    right: -100%;
  }
  .onepress-menu.onepress-menu-mobile{
    right: 0;
    box-shadow: 2px -5px 9px #a6a6a6
  }
  .onepress-menu.onepress-menu-mobile ul li a{
    padding: 12px 20px;
  }
  .onepress-menu{
    transform: none;
  }
  #nav-toggle.nav-is-visible {
    position: fixed;
    top: 30px;
    z-index: 10000000;
    right: 30px;
  }
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after{
    background: #89AFA7;
  }
  .onepress-menu li ul:before{
    display: none;
  }
  .onepress-menu > li >ul{
    padding: 0 0px 0 20px !important;
  }
  #nav-toggle span{
    width: 36px;
  }
  #nav-toggle span:before, #nav-toggle span:after{
    width: 30px;
  }
  #nav-toggle.nav-is-visible span:after{
    top: 10px;
  }
  #nav-toggle.nav-is-visible span:before{
    top: -10px;
  }
  #content-inside {
    padding: 0 25px;
  }
  .entry-content > .alignfull.gb-block-container:not(.full-width-content) > div > .gb-container-content,
  .entry-content > .alignfull:not(.full-width-content) > div > .kt-row-column-wrap,
  .entry-content > .alignfull:not(.full-width-content) > .kt-row-column-wrap{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #masthead .overlay{
    position: fixed;
    top: 0; left: 0; bottom: 0;
    background: #000;
    opacity: 0;
    right: -100%;
    transition: opacity .5s;
    z-index: 100;
    width: 0;
  }
  #masthead .nav-is-visible + .overlay{
    right: 0;
    width: 100%;
    opacity: 0.6;
  }
	#masthead .onepress-menu > li:last-child > a {
		padding: 16px 35px;
		border-radius: 2px;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	
}

@media (max-width: 820px) {
	.home-header-wrapper > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
	}
	.home-header-wrapper-main .wp-block-spacer[style="height:20px"] {
		height: 0 !important;
	}
	#page .two-locations-wrapper > .kt-row-column-wrap {
		display: flex;
    	flex-direction: column;
	}
	#page .two-locations-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
		height: unset !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .subpages-header .kt-row-column-wrap {
        display: flex;
    }
    .subpages-header .kt-row-column-wrap > div:first-child {
        flex-basis: 65%;
    }
}

@media (max-width: 767px) {
	.show-mobile-only {
		display: block;
	}
	.subpages-header > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
		margin-top: -150px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.mobile-img-header img {
		border-radius: 0 !important;
	}
	.team-section {
		text-align: center;
	}
	#media_image-2 {
		margin-bottom: 20px;
	}
	#text-4 ul {
		text-align: center;
		display: inline-block;
		margin: 0 auto;
	}
	#text-4 ul li:not(:last-child) {
		margin-bottom: 30px !important;
	}
	#text-4 ul li {
		margin-left: -40px;
	}
	#text-4 .textwidget {
		text-align: center;
	}
	.new-here-wrapper .wp-block-spacer[style="height:130px"] {
		height: 30px !important;
	}
	.wp-block-spacer[style="height:40px"],
	.wp-block-spacer[style="height:20px"]{
		height: 0 !important
	}
	#text-4 {
		margin-bottom: 0 !important;
	}
	.what-should-you-expect .wp-block-spacer[style="height:100px"] {
		height: 30px !important;
	}
	.team-section .wp-block-spacer[style="height:50px"] {
		height: 30px !important;
	}
	.subpages-header > .kt-row-column-wrap {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.hide-mobile {
		display: none !important;
	}
	#text-2 p {
		font-size: 24px;
		line-height: 33px;	
	}
	.subpages-header > .kt-row-column-wrap {
		min-height: unset !important;
	}
}

@media (max-width: 600px){
  .wp-block-media-text.is-stacked-on-mobile{
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0;
    padding-right: 0;
  }
}
