/*
Theme Name: oceanhealing 
Template: genesis 
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
 

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
 	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

 
.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	/* margin-bottom: 0; */
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	/* padding-bottom: 0; */
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */
 
/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}
  

/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 10px 0;box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 113px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 600;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	
	position: relative;
	word-wrap: break-word;
font-size: 16px;}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	font-size: 35px;position: relative;
	text-rendering: auto;
	top: 0px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
	/* position: relative; */line-height: 1.5;
}
 
.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
-----------------------------logo blue is 0066ab--------------- */

.footer-widgets {
	background-color: #0f1d2b;
	background: url(images/footer.jpg);
	color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	/* color:#fff; */
}
.site-footer a,
.footer-widget-area a {
    color: #e1e1e1;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #0f1d2b;
	border-top: 0px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	color: #eee;padding: 30px;
	text-align: left;
}

.site-footer p {
	margin-bottom: 0;
}
.site-footer .wrap,
.wrapv,
.colx.wrap,
.bio .wrap,
.footer-widgets .wrap,
 .top > .wrap,
.site-header > .wrap {
    width: 95%;
	margin: 0 auto;
    padding: 0 50px;
    clear: both;
}
.top .widget {
	margin:0;
text-align: right;
}
/* Media Queries
---------------------------------------------------------------------------- */



@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 250px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 23px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		width: 100%;margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		/* max-width: 1140px; */
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		
	}
	.footer-widget-area {
	width: calc(56% - 275px);
	padding-right: 65px;
}
		.footer-widget-area:last-child {
				padding-right: 0px;
		}
	.emailarea {
		width: calc(95% - 175px);
		float:left;
		padding-right:10px;

}

}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
@media only screen and (max-width: 1200px) {
	.wp-custom-logo .site-container .title-area {
		width: 100%;
	float: none;margin: 0 auto;
	}
	.js .nav-primary {
      margin: 0 auto;
    float: none;
}
}



@media only screen and (max-width: 1300px) {
.site-header > .wrap {
    width: 100%;
    padding: 0 50px;
}
}

@media only screen and (max-width: 1250px) {
.wp-custom-logo .title-area {
    width: 100%;
	float:none;
	margin:0 auto;
 }
	.top .widget {
 text-align: center;
}
.nav-primary {
	margin:0 auto;
	float:none;
padding-top: 10px !important;text-align: center;
}
}
@media only screen and (max-width: 650px) {
.top .phone {
	 display:block !important;
}
 
}
/* Utility Classes--------------------------------------------- */
.clearfix:before {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: table;
}
.vertical-spacer {
	clear: both;
	margin-bottom: 30px;
}
.columns-container {
	clear: both;
	overflow: hidden;
}
.page-section {
	padding: 70px 0px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	overflow: auto;
}
.page-section p {
	margin-bottom: 26px;
}
.one-paragraph p {
	margin-bottom: 0px !important;
}
.gform_button ,.buttonx {
	border: none;
	border-radius: 0px;
	color: #ffffff;
	padding: 0px 40px;
	background-color: #AF7C56 !important;
	display: inline-block;
	text-decoration: none;
	width: max-content;
	text-transform: uppercase;
	line-height: 2.9em;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
	outline: none;
	position: relative;
	transition: all ease-in-out 0.3s;
}
.gform_button:hover ,.buttonx:hover {
	color: #fff;
	background-color: #9d7e69 !important;
}
.gform_button:after ,.buttonx:after {
	content: "";
	position: absolute;
	height: 100%;
	left: 50%;
	right: 50%;
	border-radius: inherit;
	background-color: rgba(255, 255, 255, 0.15);
	transition: all 0.9s;
	opacity: 0;
}
.gform_button:hover:after,.buttonx:hover:after {
	left: 0;
	right: 0;
	opacity: 1;
}
.evenbutton {
	margin-top:35px;
}
@media (min-width: 1023px) {
	.page-section.eventintro p {
	}
	.page-section.eventintro p:last-child {
		margin-bottom: 0;
	}
	.eventintro .two-thirds.first {
		border-right: 2px solid #ccc;
		padding-right: 4%;
	}
	.section.eventintro h2.class550 {
		/* max-width: 555px;
		*/
	}
}
.gallery-item {
	float: left;
}
.page-section {
	padding: 70px 0px;
	/* padding-left: 30px;
	*/
	/* padding-right: 30px;
	*/
	position: relative;
	overflow: auto;
}
.page-section p {
	margin-bottom: 26px;
}
.one-paragraph p {
	margin-bottom: 0px !important;
}
.sidebyside {
	color: #606060;
 	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	background: #fff;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	flex-flow: column;
	clear: both;
	/* padding-bottom: 60px; */
	/* padding-top: 60px; */
}
.sidebyside {
}
 
.col-container {
	display: flex;
	width: 100%;
}
.img.col img {
	visibility: hidden;
	max-height: 600px;
}
.reverse-yes {
	flex-direction: row-reverse;
}
.col {
	flex: 1;
}
.sidebyside .col {
	width: 50%;
	position: relative;
	float: left;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-position: center;
}
.sidebyside .col .contents {
	padding: 50px 10%;
}
 
.mkdf-is-inner {
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 1;
}
.page-section.sectiontestimonial {
	padding-bottom:0;
}
.page-section.sectiontestimonial .section_image {
	line-height:0;
}
.page-section.sectiontestimonial h2 {
	font-style: italic;
	margin-top: 20%;
	margin-bottom: 30px;
	font-size: 72px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 0.95;
}
.page-section.sectiontestimonial h2 i {
	color:#fec52e;
}
h3.service-title {
	font-size: 35px;
	text-align: center;
	margin-top: 11px;
}
@media (max-width: 1023px) {
	.sidebyside .col {
		width: 100%;
	}
	.col-container {
		display: block;
		width: 100%;
	}
}

body.blog .hero-section,
.hero-section {
    position: relative;
    border-bottom: 1px solid #eceef1;
    background-position: center;
    
    text-align: center;
    background: url(images/header.jpg) no-repeat;background-size: cover;border: none;
	/* min-height: 450px; */
  
  
  

}
  
.hero-section .wrap {
    position: relative;
    z-index: 2;
	margin: 0 auto;
padding: 10rem 0 0rem 0;
}
.hero-section h1 {
    width: 100%;
    font-size: 45px;
    background: #00000099;
    padding: 3px 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: inline;
    margin: 0 auto;
    text-shadow: 1px 1px 1px #333;
    text-align: center;
}
body.page #genesis-content .entry-header {
    display: none !important;
}
.home.full-width-content .entry {
    margin-bottom: 0px !important;
    padding: 0;
}

.home .hero-section:before {
	background: 0 0
}
.home .hero-section {
	min-height: 0;
	display: none
}
body.blog #genesis-content .archive-title {
	display: none!important
}
.topfooter2 h2 {
	padding-top: 5px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3em;
	color: #fff;
	margin-bottom: 24px;
}
.topfooter2 {
	/* color: #eee; */
	display: none;
	text-align: center;
	background-size: 200px;
}
.topfooter2 .widget {
    margin-bottom: 0px;
}
.site-footer .wrap,.footer-widgets .wrap{max-width: 1600px;}
.topfooter2 .wrapv {
	padding-top: 60px;
	padding-bottom: 60px;
max-width: 1600px;
	/* border-bottom: 1px solid #b5b5b5; */
}
.topfooter2 .wrapv:after {
	content:"";
	display:block;
	/* border-bottom: 1px solid #b5b5b5; */
}
.wrapv {
		/* background: #2f4c76 url(images/footer.png) no-repeat right center; */
background-size: 240px;
}
.menu-toggle {
	border-width: 0;
	width: 35px!important;
	background: #335280;
	float: right!important;
	position: absolute!important;
	border-radius: 10px;
	right: 5%;
	top: 60px
}

.page-section {
	padding: 70px 0;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	overflow: auto
}
.page-section p {
	margin-bottom: 26px
}
body.page #genesis-content .entry-header {
	display: none!important
}
.home.full-width-content .entry {
	margin-bottom: 0!important;
	padding: 0
}

var {
	display: block;
	font-style: normal;
	font-weight: 100;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 15px;
	z-index: 0;
	transition: opacity .3s ease-out .2s;
	font-size: 35px;
	color: #606060;

}

.bio .wrap {
	width:90%;
	margin: 0 auto;max-width:1600px;
}


.top {
	color:#fff;
	padding-top: 3px;padding-bottom: 3px;background: #0F1D2B;
/* line-height: 0; */}

.top .widget .first{
     text-align: left;
line-height: 2;}
.top .widget .first a {
	color: #eee;
	
text-decoration: none;}



@media (min-width: 768px) {
.hero-section .wrap {
    max-width: 896px;
    padding: 8rem 0;
}
}
@media (min-width: 896px) {
.hero-section .wrap {
    padding: 12rem 0;
}
}

.col-container {
  /* display: table; */
  width: 100%;
}
.col {
  /* display: table-cell; */
padding: 40px;
}

.page-template-wide .site-inner .newsarea .entry-header {
    display: block;
}
.page-template-wide .site-inner .entry-header {
    display: none;
}
.no-wrap.full-width-content .content {
    background: #fff;
    padding: 0% 0% !important;
    max-width: 100%;
    padding-top: 0;
    width: 100%;
    margin: 0px auto 0px auto;
    border: 0px solid #eaeaea;
}
.page-template-wide-no-margin .site-inner > .wrap,
.no-wrap .site-inner > .wrap {
	max-width:100%;
	width: 100%;
}
.no-wrap .site-inner .entry {
    margin-bottom: 0px;
}
.no-wrap .site-inner {
    padding-top: 0px;
    max-width: 100%;
}
@media only screen and (max-width: 1024px) {
.no-wrap .site-inner {
    padding: 0px 0%;
	}	
}
.page-template-wide .site-inner {
    padding-left: 0;
    padding-top: 0px;
    padding-right: 0;
}
.page-template-wide .entry {
    margin-bottom: 0px;
}

.page-template-wide .site-inner {
    padding-left: 0;
    padding-top: 0px;
    max-width: 100%;padding-right: 0;
}
.page-template-wide .entry {
    margin-bottom: 0px;
}
.largeicon, 
.smallicon {text-align: center;}
.largeicon h2 {}
.largeicon img {width: 100%;margin-bottom: 25px;}

.smallicon img {max-width: 90px;margin-bottom: 25px;mix-blend-mode: multiply;}

.smallicon h2 {}

.serviceblocks  {
    text-align: center;
}
.no-bg {
	background:transparent !important;
}

.button {
    font-size: 16px;
    text-decoration: none;min-width: 160px;
	display: inline-block;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: 400;
    text-align: center;
    max-width: 100%;
	padding: 15px 30px;
    color: #292929;
    background: #072f4c;text-transform: uppercase;
}


.button.light {
	    color: #333 !important;
    background: #fff;
}
.button.orange {
	    color: #fff;
    background: #ee8326;
}
.gb-block-post-grid-more-link:hover,
.button:hover {
text-decoration: none !important;
    color: #fff;
background-color: #168edf;}




.nectar-flip-box {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px
}
.nectar-flip-box .flip-box-back[data-text-color=dark], .nectar-flip-box .flip-box-front[data-text-color=dark] {
	color: #676767
}
.nectar-flip-box .flip-box-back[data-text-color=light], .nectar-flip-box .flip-box-back[data-text-color=light] h1, .nectar-flip-box .flip-box-back[data-text-color=light] h2, .nectar-flip-box .flip-box-back[data-text-color=light] h3, .nectar-flip-box .flip-box-back[data-text-color=light] h4, .nectar-flip-box .flip-box-back[data-text-color=light] h5, .nectar-flip-box .flip-box-back[data-text-color=light] h6, .nectar-flip-box .flip-box-front[data-text-color=light], .nectar-flip-box .flip-box-front[data-text-color=light] h1, .nectar-flip-box .flip-box-front[data-text-color=light] h2, .nectar-flip-box .flip-box-front[data-text-color=light] h3, .nectar-flip-box .flip-box-front[data-text-color=light] h4, .nectar-flip-box .flip-box-front[data-text-color=light] h5, .nectar-flip-box .flip-box-front[data-text-color=light] h6 {
	color: #fff
}
.nectar-flip-box .flip-box-back, .nectar-flip-box .flip-box-front {
	background-size: cover;
	background-position: center;
	-ms-transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
	transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
	-webkit-transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.nectar-flip-box .flip-box-back[data-nectar-img-src], .nectar-flip-box .flip-box-front[data-nectar-img-src] {
	opacity: 0
}
.nectar-flip-box .flip-box-back, .nectar-flip-box .flip-box-front {
	opacity: 1
}
.nectar-flip-box[data-shadow=light_visibility] .flip-box-back, .nectar-flip-box[data-shadow=light_visibility] .flip-box-front {
	box-shadow: 0 30px 60px rgba(0, 0, 0, .2)
}
.nectar-flip-box[data-shadow=heavy_visibility] .flip-box-back, .nectar-flip-box[data-shadow=heavy_visibility] .flip-box-front {
	box-shadow: 0 30px 75px rgba(0, 0, 0, .4)
}
.nectar-flip-box .flip-box-back[data-bg-overlay=true]:after, .nectar-flip-box .flip-box-front[data-bg-overlay=true]:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	display: block;
	opacity: .6;
	background-color: inherit;
	backface-visibility: hidden;
	transform: translateZ(2px)
}
.nectar-flip-box:hover .flip-box-back, .nectar-flip-box:hover .flip-box-front {
	-ms-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
	transition: transform .7s cubic-bezier(.4, .2, .2, 1);
	-webkit-transition: transform .7s cubic-bezier(.4, .2, .2, 1)
}
.nectar-flip-box .flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
.nectar-flip-box .nectar-button {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.nectar-flip-box[data-h_text_align=center] .flip-box-back, .nectar-flip-box[data-h_text_align=center] .flip-box-front {
	text-align: center
}
.nectar-flip-box[data-h_text_align=right] .flip-box-back, .nectar-flip-box[data-h_text_align=right] .flip-box-front {
	text-align: right
}
.nectar-flip-box[data-v_text_align=center] .flip-box-back .inner, .nectar-flip-box[data-v_text_align=center] .flip-box-front .inner {
	transform: translateY(-50%) translateZ(60px) scale(.94);
	-webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	-ms-transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 50%
}
.nectar-flip-box[data-v_text_align=bottom] .flip-box-back .inner, .nectar-flip-box[data-v_text_align=bottom] .flip-box-front .inner {
	-ms-transform: translateZ(60px) scale(.94);
	transform: translateZ(60px) scale(.94);
	-webkit-transform: translateZ(60px) scale(.94);
	bottom: 0
}
.nectar-flip-box[data-v_text_align=top] .flip-box-back .inner, .nectar-flip-box[data-v_text_align=top] .flip-box-front .inner {
	-ms-transform: translateZ(60px) scale(.94);
	transform: translateZ(60px) scale(.94);
	-webkit-transform: translateZ(60px) scale(.94);
	top: 0
}
.nectar-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-back .inner, .nectar-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-front .inner, .nectar-flip-box[data-flip-direction=vertical-to-top] .flip-box-back .inner, .nectar-flip-box[data-flip-direction=vertical-to-top] .flip-box-front .inner {
	-ms-transform: translateZ(50px) scale(.95);
	transform: translateZ(50px) scale(.95);
	-webkit-transform: translateZ(50px) scale(.95)
}
.nectar-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-bottom] .flip-box-back .inner, .nectar-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-bottom] .flip-box-front .inner, .nectar-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-top] .flip-box-back .inner, .nectar-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-top] .flip-box-front .inner {
	-ms-transform: translateY(-50%) translateZ(50px) scale(.95);
	transform: translateY(-50%) translateZ(50px) scale(.95);
	-webkit-transform: translateY(-50%) translateZ(50px) scale(.95)
}
.nectar-flip-box .flip-box-back .inner, .nectar-flip-box .flip-box-front .inner {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 60px;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2
}
.nectar-flip-box[data-flip-direction=horizontal-to-left] .flip-box-back, .owl-carousel.moving .nectar-flip-box[data-flip-direction=horizontal-to-left] .flip-box-back, body:not(.using-mobile-browser) .nectar-flip-box[data-flip-direction=horizontal-to-right]:hover .flip-box-front {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.nectar-flip-box[data-flip-direction=horizontal-to-right].flipped .flip-box-front {
	-webkit-transform: rotateY(180deg)!important;
	transform: rotateY(180deg)!important
}
.nectar-flip-box[data-flip-direction=horizontal-to-left] .flip-box-front, .nectar-flip-box[data-flip-direction=horizontal-to-right] .flip-box-front, .owl-carousel.moving .nectar-flip-box[data-flip-direction=horizontal-to-left] .flip-box-front, .owl-carousel.moving .nectar-flip-box[data-flip-direction=horizontal-to-right] .flip-box-front, body:not(.using-mobile-browser) .nectar-flip-box[data-flip-direction=horizontal-to-left]:hover .flip-box-back, body:not(.using-mobile-browser) .nectar-flip-box[data-flip-direction=horizontal-to-right]:hover .flip-box-back {
	-ms-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.nectar-flip-box[data-flip-direction=horizontal-to-left].flipped .flip-box-back, .nectar-flip-box[data-flip-direction=horizontal-to-right].flipped .flip-box-back {
	-webkit-transform: rotateY(0)!important;
	transform: rotateY(0)!important
}
.nectar-flip-box[data-flip-direction=horizontal-to-right] .flip-box-back, .owl-carousel.moving .nectar-flip-box[data-flip-direction=horizontal-to-right] .flip-box-back, body:not(.using-mobile-browser) .nectar-flip-box[data-flip-direction=horizontal-to-left]:hover .flip-box-front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.nectar-flip-box[data-flip-direction=horizontal-to-left].flipped .flip-box-front {
	-webkit-transform: rotateY(-180deg)!important;
	transform: rotateY(-180deg)!important
}
.nectar-flip-box[data-flip-direction=vertical-to-top] .flip-box-back, body:not(.using-mobile-browser) .nectar-flip-box[data-flip-direction=vertical-to-bottom]:hover .flip-box-front {
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.nectar-flip-box[data-flip-direction=vertical-to-bottom].flipped .flip-box-front {
	-webkit-transform: rotateX(180deg)!important;
	transform: rotateX(180deg)!important
}
.nectar-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-front, .nectar-flip-box[data-flip-direction=vertical-to-top] .flip-box-front, body:not(.using-mobile-browser) .nectar-flip-box[data-flip-direction=vertical-to-bottom]:hover .flip-box-back, body:not(.using-mobile-browser) .nectar-flip-box[data-flip-direction=vertical-to-top]:hover .flip-box-back {
	-ms-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.nectar-flip-box[data-flip-direction=vertical-to-bottom].flipped .flip-box-back, .nectar-flip-box[data-flip-direction=vertical-to-top].flipped .flip-box-back {
	-webkit-transform: rotateX(0)!important;
	transform: rotateX(0)!important
}
.nectar-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-back, body:not(.using-mobile-browser) .nectar-flip-box[data-flip-direction=vertical-to-top]:hover .flip-box-front {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.nectar-flip-box[data-flip-direction=vertical-to-top].flipped .flip-box-front {
	-webkit-transform: rotateX(-180deg)!important;
	transform: rotateX(-180deg)!important
}
.nectar-flip-box .flip-box-front i {
	margin-bottom: 20px;
	height: auto;
	display: block;
	width: auto
}
.nectar-flip-box .flip-box-front .im-icon-wrap {
	margin-bottom: 15px;
	display: block
}
.flip-box-front img {
	width:60px;
}
.carousel-item h4 {
    font-size: 28px;
    margin-bottom: 20px;
}
@media all and (-ms-high-contrast:none) {
	.nectar-flip-box .flip-box-back, .nectar-flip-box .flip-box-front, ::-ms-backdrop {
		transition: none!important;
		-ms-transition: none!important
	}
}
.gb-block-accordion .gb-accordion-title {
    color: #70603d;
    border: 1px solid #ffffff;
    padding: 10px 20px 10px 20px !important;
    font-size: 20px;
}
.gb-block-accordion .gb-accordion-title ::marker {
float:right;
}

details[open] .gb-accordion-title {
  border-bottom: 0;
background: #fff !important;
}
details[open] .gb-accordion-text {
      background: #fff !important;
	border: 1px solid #d1d1d1;
	border-top:0;
}


.button.button--telesto {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    color: #000 !important;padding: 6px 20px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}
.button--telesto {
	overflow: hidden;
	
	
	
	
	color: #fff;
}

.button--telesto span {
	display: block;
	color: #000 !important;position: relative;
	z-index: 1;
}

.button--telesto > span {
	overflow: hidden;
	/* mix-blend-mode: difference; */
}

.button--telesto:hover > span > span {
	animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
}

@keyframes MoveRightInitial {
	to {
		transform: translate3d(105%,0,0);
	}
}

@keyframes MoveRightEnd {
	from {
		transform: translate3d(-100%,0,0);
	}
	to {
		transform: translate3d(0,0,0);
	}
}
.button::before, .button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button--telesto::before,
.button--telesto::after {
	content: '';
	background: #1a87d1;
}

.button--telesto::before {
	width: 135%;
	-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
	transform: translate3d(-100%,0,0);
}

.button--telesto:hover::before {
	transform: translate3d(0,0,0);
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto::after {
	width: 105%;
	transform: translate3d(100%,0,0);
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto:hover::after {
	transform: translate3d(0,0,0);
	transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.rotatingText {
   font-style: italic;
  font-size: 18px;
  text-align: center;
position: relative;}

.rotatingText-adjective {
  
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  left: 0;
  margin-bottom: 0;
  margin-top: 50px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.rotatingText-adjective:nth-of-type(1) {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
}

.rotatingText-adjective:nth-of-type(2) {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-delay: 1.75s;
}

.rotatingText-adjective:nth-of-type(3) {
  animation-name: rotate-last;
  animation-duration: 1.5s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@keyframes rotate {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  
  20%, 80% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  
  100% {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
}

@keyframes rotate-last {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  
  50%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rw-sentence{
	margin: 0;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.rw-sentence span{
	color: #444;
	font-size: 200%;
	font-weight: normal;
}
.rw-words{
	display: inline;
	text-indent: 10px;
}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #6b969d;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
	color: #6b889d;
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #6b739d;	
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
	color: #7a6b9d;
}
.rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
	color: #8d6b9d;
}
.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
	color: #9b6b9d;
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 768px){
	.rw-sentence { font-size: 18px; }
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 9px; }
}
 
.notepaper {
  position: relative;
  margin: 30px auto;
  padding: 29px 20px 20px 45px;
  width: 280px;
  line-height: 30px;
  color: #6a5f49;
  text-shadow: 0 1px 1px white;
  background-color: #f2f6c1;
  background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  border: 1px solid #c3baaa;
  border-color: rgba(195, 186, 170, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
}

.notepaper:before, .notepaper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}

.notepaper:before {
  left: 28px;
  width: 2px;
  border: solid #efcfad;
  border-color: rgba(239, 207, 173, 0.9);
  border-width: 0 1px;
}

.notepaper:after {
  z-index: -1;
  left: 0;
  right: 0;
  background: rgba(242, 246, 193, 0.9);
  border: 1px solid rgba(170, 157, 134, 0.7);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

.quote {
   font-size: 14px;
}

.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 50px;
  opacity: .2;
}

.curly-quotes:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}

.curly-quotes:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}

.quote-by {
  display: block;
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #84775c;
}

.lt-ie8 .notepaper {
  padding: 15px 25px;
}


.blockquote2 blockquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left: 8px solid #2f4c76;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

.blockquote2 blockquote::before{
   content: "\201C";
  color: #2f4c76;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.blockquote2 blockquote::after{
  content: '';
}

.blockquote2 blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.card {
    position: relative;
    width: 500px;
    height: 200px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 4px;
}
.card:before {
    content: "";
    z-index: 99;
    position: absolute;
    top: -10px;
    left: 32px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #E6E5E1;
}
.card h2 {
    z-index: 99;
     position: absolute;
    bottom: 0;
    right: 130px;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.card .fa-arrow-right {
    z-index: 100;
    position: absolute;
    right: 75px;
    bottom: 25px;
    font-size: 40px;
    cursor: pointer;
}
.card p {
    z-index: 99;
    position: absolute;
    top: 20px;
    right: 70px;
    color: #333;
    opacity: 0.7;
    font-size: 12px;
    letter-spacing: 1px;
    writing-mode: vertical-lr;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.card .pic {
    z-index: 100;
    width: 400px;
    height: 200px;
     background-size: 100% 100%;
    filter: grayscale(100%);
}
.card .buttonz {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 30px;
    height: 30px;
    background-color: #DA4D1D;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    mix-blend-mode: hard-light;
}
.card:after {
    content: "";
    z-index: 99;
    position: absolute;
    bottom: -10px;
    left: 32px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #E6E5E1;
}
.card:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.card:hover p {
    color: #fff;
}
.card:hover .pic {
    filter: grayscale(0);
}
.card:hover .buttonz {
    transform: scale(16.5);
}
.hide {
	position:absolute;
	font-size:0;
}
.containerzz {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.price .grey {
  background-color: #eee;
  font-size: 20px;
}
#mc-embedded-subscribe,
.gb-block-post-grid-more-link,
/* The "Sign Up" button */
.button {
  background-color: #c59a48;
  border: none;
  color: #0f1d2b;
  padding: 17px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
font-weight: 600;}
.button.button--telesto:hover span,
.button.button--telesto:hover {
	color: #ffffff !important;
	
}
#mc-embedded-subscribe{
	
border-radius: 0;margin: 0;}
/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}
body.archive #genesis-content article > .entry-title,
body.archive #genesis-content .archive-description,
.hero-section h1.blog-title {
    display: none;
    font-size: 0px;
}
.site-footer a:hover,
.footer-widget-area a:hover {
    color: #fff;
   
}
.home .gb-block-post-grid .gb-block-post-grid-image img { 
    
height: 400px;object-fit: cover;}

.iconwrap .contents {
	margin-bottom:20px;
text-align: left;font-size: 17px;}
.menu-toggle {
    background-color: transparent !important;
    color: #31628b !important;
    font-size: 0px;top: 53px;
}
.menu-toggle:hover {
color: #b8262b !important;
}

@media only screen and (max-width: 830px) {
.wp-custom-logo .site-container .title-area {
     float: left;
max-width:300px; 
}
	.wp-custom-logo .title-area {
    max-width: 300px !important; 
		padding: 15px 0;
}
	.home .gb-block-post-grid .gb-block-post-grid-image img {
		height: auto;
	}
	.menu-toggle {
 
    top: 48px;
}
	.icon-section,
.home.full-width-content .entry.gb-post-grid-item {
    margin-bottom: 3.5em !important;
 }
}
.footer-widget-area a.button {
	color:#333;
}.footer-widget-area a.button:hover {
	color:#fff;
}
.flip-box-back.loaded {
    background-color: rgb(49 98 139) !important;
    background-image: unset !important;
 }
body.single .entry > .entry-header{
    display: none;
}
.entry.one-third, 
.entry.one-half {background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 0px transparent;
    transition: all 0.5s ease-out;
    border: 1px solid #dbd7d7;
}
.entry-footer {display:none;}
.entry.one-third:hover,
.entry.one-half:hover {
    background: white;
    box-shadow: 0px 2px 40px rgb(0 0 0 / 20%);
}
.entry.one-third .entry-title-link,
.entry.one-third  .entry-content,
.entry.one-half  .entry-title-link,
.entry.one-half  .entry-content {
    padding-left: 20px;
    padding-right: 20px;
	display: block;
}
.entry.one-third .entry-title-link ,

.entry.one-half  .entry-title-link {
    padding-top: 20px;
}
.gb-block-post-grid header .gb-block-post-grid-title a {
    color: #0066ab !important;
    font-size: 19px !important;
}
body.blog    .hero-section h6 {
	display:none;
}
.hero-section:after {
    display: block !important;
    position: absolute;
    background-size: cover !important;
	z-index: 1;
 
    background: rgb(42 49 57 / 25%);
    /* content: ''; */
    pointer-events: none;
    transition: all 0.3s ease;
 
	position: absolute;
  /* top:0; */
  /* left:0; */
  /* width: 100%; */
  /* height: 100%; */
	/* transition: height 1.5s ease-in-out; */
	/* border-radius: 0%; */
	/* background-repeat: no-repeat; */
}
.hero-section:hover:after {
  width: 100%;
  height: 0%;
  border-radius:0%;

}
.iconwrap .contents ul {position: relative;padding: 0;
					   border-bottom: 1px solid #ffffff;}
.iconwrap .contents ul li:first-child {border-top:0;}
.iconwrap .contents li {
 
list-style: none;position: relative;border-bottom: 1px solid #c5c5c5;border-top: 1px solid #ffffff;padding: 8px;padding-left: 32px;}

.iconwrap .contents li:before {
font-family: dashicons;
    display: inline-block;
    line-height: 1;font-size: 23px;content: "\f15e";
position: absolute;left: 0px;color: #0073e5;top: 10px;}

.topfooterc .widget {
    margin-bottom: 0px;
}
.home .topfooterc {
	display:none;
}
.topfooterc .alignfull {
    margin: 0 0 0em !important;
    width: 100%;
}
.topfooterc .gb-block-cta .gb-button-shape-rounded {
    border-radius: 5px;
    margin-top: 1em;
}

.ab-block-post-grid .ab-block-post-grid-text {
    color: #554948;
    font-size: 16px;
    padding: 15px 20px 20px 20px;
}

.guides .gb-block-post-grid-text { 
    padding: 15px 20px 20px 20px;
}

.wp-block-separator.is-style-theme-separator {
    border-bottom: 1px solid currentColor !important;
    border-left: 1px solid currentColor;
    height: 0px !important;
    margin: 2em 0 2em 0em;
    max-width: 100% !important;
}.is-style-overlay .no-excerpt header .ab-block-post-grid-title a {
    text-decoration: none !important;
}
.topfooter2 img {/* mix-blend-mode: multiply; */height: 65px;margin-top: 15px;margin-left: 20px;margin-bottom: 0;width: auto;display: inline-block;margin-right: 20px;}
.topfooter2 p {margin: 0;display: inline-block;}

.top  .button {
padding: 9px 20px;
margin-top: 0;
color: #fff;margin-bottom: 0;
}
.top  .button:hover {
    box-shadow: inset 0 0 200px rgb(255 255 255 / 54%);
}



.sidebar .widget {
 
    background: linear-gradient(to right, #ce9e3a 50%, transparent 50%);
    /* font-family: 'Poppins', sans-serif; */
    /* text-align: center; */
    padding: 30px 30px 50px;
    border-radius: 15px 15px 70px 70px;
    position: relative;
    z-index: 1;
}
.sidebar .widget:before {
 content: "";
    background: rgba(255,255,255,0.95);
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 15px 15px 70px 70px;
    box-shadow: 0 0 6px rgb(0 0 0 / 30%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.sidebar .widget a {
     text-decoration: none;
    font-weight: 600;transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media only screen and (max-width:990px){
  .sidebar .widget{ margin: 0 0 30px; }
}
.gb-block-accordion .gb-accordion-title {
	background: rgb(242 242 242 / 62%) !important;}

.n2-ss-slider .n2-ss-layer[data-sstype=slide],
.wp-block-nextend-smartslider3 {
    height: calc(100vh - 125px) !important;
}
@media only screen and (max-width: 650px) {
 .menu-toggle {
    top: 76px  !important;
}
}
.wave {
    transform: rotate(180deg);
}
.wp-block-button .has-theme-primary-background-color {
    color: #fff !important;
}
.wave svg path {
    fill: #fff;
} 
.flip-box-front:after {
	content:"";
	display:block;
	position: absolute;
	background: #00000070;
	width: 100%;
	height: 100%;
}
.servicenoc {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
}
.servicenoc .wp-block-image .aligncenter {
    padding: 24px;
    background: #9a0203;
    border-radius: 333px;
    max-width: 140px !important;
    margin: 0 auto;
}
.servicenoc h2 {
    font-size: 28px;
    /* margin: 0; */
}
.servicenoc .wp-block-image {
     margin-bottom: 20px;
}
.servicenoc .wp-block-image img {
     width: 80px;
     height: 80px;
}
.servicenoc p {
     margin-bottom: 0px;
}


@media (min-width: 1800px) {
  .hero-section {
 min-height: 60vh;
  max-height: 900px;
  }
}