/*
Theme Name: DentalCMO Genesis
Description: A Genesis child theme baed on Essence Pro, tailered to DentalCMO.
Author: StudioPress/DentalCMO

Version: 1

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: essence-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */

/* 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;-webkit-text-decoration:underline dotted;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,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.featured-content .more-posts::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 {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.featured-content .more-posts::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 {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

.entry-author,
.byline {
	display: none;
}

/* Smooth Scroll
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

}

/* CSS Variables
--------------------------------------------- */

:root {
	--primary-color: #815C9E;
	--secondary-color-1: #DEB994;
	--secondary-color-2: #381752;
	--text-color: #7E7189;
	--neutral-color-1: #999;
	--neutral-color-2: #707070;
	--neutral-color-3: #eee;
	--heading-font: "Lora", serif;
	--body-font: "Raleway", serif;
}

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: var(--text-color);
	font-family: var(--body-font);
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.1s ease-in-out;
}

a {
	color: var(--primary-color);
	text-decoration: none;
}

a:focus,
a:hover {
	color: var(--text-color);
	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: var(--neutral-color-3);
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
}

/* Typographical Classes
--------------------------------------------- */

.intro {
	font-size: 26px;
	letter-spacing: -0.7px;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

/* Headings
--------------------------------------------- */

/* Different Slider
--------------------------------------------- */

.different-slider .slick-prev:before,
.different-slider .slick-next:before {
	color: var(--primary-color);
}

.different-slider .slick-slide {
	padding: 0px 45px;
}

/* END Different Slider */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--secondary-color-2);
	font-family: var(--heading-font);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 46px;
	letter-spacing: -1.25px;
}

h2 {
	font-size: 36px;
	letter-spacing: -1px;
}

h3 {
	font-size: 30px;
	letter-spacing: -0.75px;
}

h4 {
	font-size: 24px;
}

h5,
h6 {
	font-family: var(--heading-font);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h6 {
	color: var(--primary-color);
	font-size: 16px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 24px;
	margin-top: 32px;
}

.entry-content a {
	font-weight: 700;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: var(--text-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	padding: 18px 24px 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid var(--neutral-color-1);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: var(--text-color);
	opacity: 1;
}

::placeholder {
	color: var(--text-color);
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gb-block-post-grid a.gb-block-post-grid-more-link,
.button,
.comment-reply-link,
.featured-content .more-from-category a,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: var(--primary-color);
	border-width: 0;
	margin: 5px 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.625;
	padding: .5em 2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	display: inline-flex;
    align-items: center;
	justify-content: center;
    gap: 5px;
}

button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary,
.button.primary {
	background-color: #fff;
	color: var(--text-color);
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.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: var(--text-color);
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.comment-reply-link,
.button.secondary,
.featured-content .more-from-category a {
	background-color: transparent;
	border: 2px solid var(--neutral-color-1);
	color: var(--neutral-color-2);
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.button.secondary:focus,
.button.secondary:hover,
.featured-content .more-from-category a:focus,
.featured-content .more-from-category a:hover {
	background-color: transparent;
	border: 2px solid var(--neutral-color-2);
	color: var(--text-color);
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.comment-reply-link {
	font-size: 13px;
	padding: 10px 12px 8px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 20px;
	padding: 26px 36px 22px;
}

button.text,
input[type="button"].text,
input[type="reset"].text,
input[type="submit"].text,
a.button.text,
a.more-link.button.text,
.gb-block-post-grid a.gb-block-post-grid-more-link,
.more-link {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid var(--primary-color);
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-top: 0;
	color: var(--primary-color);
	font-weight: 700;
	letter-spacing: 2px;
	padding: 16px 0 6px 0;
}

button.text:focus,
button.text:hover,
input[type="button"].text:focus,
input[type="button"].text:hover,
input[type="reset"].text:focus,
input[type="reset"].text:hover,
input[type="submit"].text:focus,
input[type="submit"].text:hover,
.button.text:focus,
.button.text:hover,
a.more-link.button.text:focus,
a.more-link.button.text:hover,
.gb-block-post-grid a.gb-block-post-grid-more-link:focus,
.gb-block-post-grid a.gb-block-post-grid-more-link:hover,
.more-link:focus,
.more-link:hover {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid var(--neutral-color-2);
	color: var(--text-color);
	padding: 16px 0 6px 0;
	text-decoration: none;
}

.entry-container a.more-link {
	display: inline-block;
	margin-bottom: 28px;
}

a.more-link.button.text {
	margin-bottom: 0;
}

.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: var(--neutral-color-3);
	border-width: 0;
	color: var(--neutral-color-2);
	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 var(--neutral-color-3);
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid var(--neutral-color-3);
}

th {
	font-weight: 700;
	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;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: var(--text-color);
	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. */
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1300px;
}

.site-inner {
	clear: both;
	position: relative;
	word-wrap: break-word;
	z-index: 1;
}

.landing-page .site-inner {
	margin-bottom: 100px;
}

.page-template-blocks .site-inner, .page-template-full-width .site-inner {
	max-width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	background-color: transparent;
	float: right;
	width: 660px;
}

.content-sidebar .content {
	float: left;
}

.content-sidebar .content,
.sidebar-content .content {
	background-color: #fff;
	width: 75%;
}

.error404.content-sidebar .content,
.error404.sidebar-content .content,
.page.content-sidebar .content,
.page.sidebar-content .content,
.single.content-sidebar .content,
.single.sidebar-content .content {
	padding: 60px 80px;
}

.archive.sidebar-content .content,
.archive.content-sidebar .content,
.page-template-page_blog.sidebar-content .content,
.page-template-page_blog.content-sidebar .content {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.full-width-content .content {
	float: none;
	padding: 60px 80px;
	max-width: 100%;
	width: 1300px;
}

.page-template-blocks .content, .page-template-full-width .content {
	padding: 0;
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.half-width-entries .content {
	display: flex;
	flex-wrap: wrap;
	max-width: none;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Grid/Flex Classes
--------------------------------------------- */

.d-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.d-flex {
	display: flex;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

/* Common Classes
---------------------------------------------------------------------------- */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-auto-lightbox {
	position: relative;
	display: block;
	width: 100%;
	margin: 5px 0;
}
.yt-auto-lightbox .yt-auto-thumbnail {
	object-fit: cover;
	width: 100%;
	height: 400px;
	display: block;
}
.yt-auto-lightbox .yt-play {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

#Copyright-logo-SVG {
    height: 1.1em;
    width: auto;
    overflow: visible;
    vertical-align: text-top;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.social-links {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    margin-left: 20px;
    margin-top: 50px;
}
.social-links svg {
	height: 65px;
	width: 65px;
}
.social-links svg path {
	fill: var(--primary-color);
}
.su-lightbox {
	cursor: pointer;
}

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: -12px 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: var(--primary-color);
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
}

.breadcrumb a {
	color: var(--primary-color);
}

.after-entry,
.author-box {
	font-size: 18px;
	margin-bottom: 40px;
}

.after-entry {
	padding: 60px 0;
}

.author-box {
	background-color: #f5f5f5;
	color: var(--text-color);
	padding: 60px;
	text-align: center;
}

.full-width-content .author-box {
	margin: 0 -140px;
}

.archive.full-width-content .author-box {
	margin: 140px 0 0 0;
}

.author-box .avatar {
	float: none;
	margin: 0 auto 20px auto;
}

.archive-description,
.archive-description a,
.archive-description p {
	color: #ccc;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.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-title,
.author-box-title {
	font-size: 28px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #111;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--primary-color);
}

.featured-content .widget-title .more-posts-title,
.widget-title {
	font-family: var(--heading-font);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sidebar .featured-content .entry {
	box-shadow: none;
}

.sidebar .featured-content .widget-title {
	text-align: left;
}

/* 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 {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	margin-top: 0.5em;
	margin-bottom: 1em;
	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 28px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-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;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget,
.flexible-widgets .widget:last-of-type {
	background-color: #fff;
	float: left;
	margin-bottom: 40px;
	padding: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	margin-left: 4%;
	width: 22%;
}

.flexible-widgets.widget-halves .widget {
	margin-left: 4%;
	width: 48%;
}

.flexible-widgets.widget-thirds .widget {
	margin-left: 3.5%;
	width: 31%;
}

.flexible-widgets.widget-halves .widget:nth-of-type(odd),
.flexible-widgets.widget-thirds .widget:nth-of-type(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets.widget-thirds .widget:nth-of-type(3n) {
	float: right;
	margin-left: 0;
}

.flexible-widgets .featured-content .entry-title {
	font-size: 26px;
	letter-spacing: -1px;
	text-decoration: none;
}

.flexible-widgets .featured-content .entry-content,
.flexible-widgets .featured-content .entry-title {
	padding: 15px 40px 0 40px;
}

.flexible-widgets .featuredpage .entry-content {
	padding-bottom: 20px;
}

.flexible-widgets .featuredpost .entry-meta {
	padding-left: 40px;
	padding-right: 40px;
}

.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry {
	float: left;
	margin-left: 3.5%;
	width: 31%;
}

.flexible-widgets.widget-full .featuredpost .entry:nth-of-type(3n+1),
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry:nth-of-type(3n+1) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets .featured-content .more-posts-title {
	padding: 30px 0;
}

.flexible-widgets .featured-content .more-posts {
	text-align: center;
}

.flexible-widgets.widget-full .featured-content .more-posts,
.flexible-widgets.widget-halves.uneven .featured-content:last-of-type .more-posts {
	clear: both;
	column-count: 3;
	flex-basis: 100%;
	padding-bottom: 30px;
}

.flexible-widgets .featured-content .more-from-category,
.flexible-widgets .featured-content .widget-title {
	flex-basis: 100%;
}

.flexible-widgets .featured-content .more-from-category {
	margin-bottom: 55px;
}

.flexible-widgets .featured-content .more-link {
	display: inline-block;
	margin-bottom: 28px;
}

.flexible-widgets .featuredpost,
.flexible-widgets .featuredpost:last-of-type {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.flexible-widgets .featuredpage,
.flexible-widgets .featuredpage:last-of-type {
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
	display: flex;
	padding: 0;
	text-align: center;
}

.flexible-widgets .featuredpage .entry {
	box-shadow: none;
}

.flexible-widgets .featuredpage .widget-title {
	margin-top: 20px;
}

.flexible-widgets .featuredpost .widget-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexible-widgets .featuredpost.widget .entry,
.flexible-widgets .featuredpost.widget .entry:last-of-type {
	background-color: #fff;
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
	text-align: center;
}

/* Plugins
---------------------------------------------------------------------------- */

/* Slick */

.site-container ul.slick-dots {
	margin-bottom: 0;
	padding-left: 0;
	position: static;
	margin-top: 20px;
}
.site-container .slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: 2px solid var(--primary-color);
	border-radius: 50%;
}
.site-container .slick-dots li.slick-active button {
	background-color: var(--primary-color);
}
.site-container .slick-dots li button:before {
	display: none;
}

/* Formidable Forms*/

/* .frm_forms .frm_submit {
	text-align: center;
}
.frm_forms .frm_verify, .frm_forms legend, .frm_forms .frm_form_title, .frm_forms .frm_required {
	display: none;
}
.frm_forms fieldset {
	border: none;
	padding: 0;
}
.frm_forms input, .frm_forms textarea, .frm_forms select {
	border: none;
	border-bottom: 2px solid var(--neutral-color-2);
	margin-bottom: 20px;
	background-color: transparent;
	font-size: 18px;
	padding: 5px;
}
.frm_forms .frm_description {
	font-size: 12px;
}
.frm_forms .frm_primary_label {
	display: none;
}
.frm_forms .button {
	margin-top: 20px;
	color: #fff;
} */

.frm_style_divi .frm_form_title {
	display: none;
}
.frm_style_divi .frm_inside_container {
	padding-top: 0;
}
.frm_style_divi .frm_inside_container>label {
	top: 0;
}
.frm_style_divi .frm_inside_container.frm_label_float_top>label {
	top: -20px;
}
.frm_style_divi select {
	-webkit-appearance: none;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: var(--text-color);
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	color: #fff;
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0,0,0,.16);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
}

/* .scrolldown .site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
} */

.site-header > .wrap {
	padding: 20px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1800px;
}

.header-right {
	text-align: right;
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-right .button {
	font-size: 15px;
}
.header-right .button svg {
	width: 15px;
	height: auto;
}
.header-right .button svg path {
	fill: #fff;
}

/* Title Area
--------------------------------------------- */

.title-area {
	padding: 10px 0;
	text-align: center;
}

.site-title {
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 10px;
	text-indent: 10px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: var(--text-color);
	text-decoration: none;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.no-off-screen-menu.wp-custom-logo .site-description,
.no-off-screen-menu.wp-custom-logo .site-title,
.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
	display: block;
	text-indent: -9999px;
	font-size: 0;
}

/* Header Hero
--------------------------------------------- */

.header-hero {
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	color: #fff;
}

.page-id-4087 .header-hero, .page-id-4082 .header-hero {
	background-position: center 85px;
	background-repeat: no-repeat;
}

.home .header-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    flex-grow: 1;
	overflow: hidden;
	margin-top: 110px;
}

.hero-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(79, 79, 79, 0.25);
	z-index: 1;
}

.hero-wrapper .hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.hero-wrapper .play-vid {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: var(--secondary-color-2);
	text-transform: uppercase;
	font-weight: 700;
	z-index: 2;
}
.hero-wrapper .play-vid > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.hero-wrapper .play-vid .rounded-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	margin: auto;
    background-color: #fff;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    width: 350px;
	height: 150px;
}
.hero-wrapper .play-vid svg, .hero-wrapper .play-vid span {
	z-index: 2;
}
.hero-wrapper .play-vid svg path {
	fill: var(--secondary-color-2);
}

.hero-wrapper .hero-offer {
	position: absolute;
	/* left: 0; */
	left: -350px;
	margin: auto 0;
	padding: 2.5% 0;
	background-color: #fff;
	color: var(--text-color);
	display: flex;
	transition: all .5s;
	z-index: 3;
}
.hero-wrapper .hero-offer:hover {
	left: 0;
}
.hero-wrapper .hero-offer .offer-details {
	text-align: center;
	padding: 10px 20px;
	width: 350px;
}
.hero-wrapper .hero-offer .offer-details h2 {
	font-size: 70px;
	color: var(--secondary-color-2);
}
.hero-wrapper .hero-offer .offer-details h2 .smaller {
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: bold;
	color: var(--secondary-color-1);
	display: block;
	text-transform: uppercase;
}
.hero-wrapper .hero-offer .offer-details .value {
	color: #848484;
	font-weight: bold;
}
.hero-wrapper .hero-offer .offer-title {
	display: flex;
	align-items: center;
	padding: 20px;
	border-left: 1px solid #BFBFBF;
}

.hero-page-title {
	padding: 8vw 180px 0 180px;
	text-align: center;
	z-index: 2;
}

.internal-page .hero-page-title  {
	padding-top: 50px;
	padding-bottom: 50px;
}

.home .hero-page-title {
	position: absolute;
	left: auto;
	right: 5%;
	bottom: 0;
	top: 0;
	margin: auto 0 auto auto;
	text-align: left;
	max-width: 700px;
	padding: 5%;
	display: flex;
	align-items: center;
}

.has-featured-image:not(.home) .hero-page-title {
	min-height: 300px;
	display: flex;
	align-items: flex-end;
}

.hero-page-title h1,
.hero-page-title .entry-title {
	color: #fff;
	font-size: 64px;
	text-shadow: 0 0 6px rgba(0,0,0,.16);
}

.internal-page .hero-page-title h1 {
	color: var(--secondary-color-2);
}

.has-featured-image:not(.home) .hero-page-title h1 {
	color: #fff;
}

.entry-title .smaller {
	font-size: 32px;
	font-family: var(--body-font);
	color: var(--secondary-color-1);
	display: block;
	text-transform: uppercase;
}

.hero-page-title .entry-meta {
	display: inline-block;
}

.fixed-ctas {
	display: none;
}

.fixed-desktop-call {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 123px;
	height: 123px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 99;
}
.fixed-desktop-call svg {
	width: 55px;
	height: auto;
}
.fixed-desktop-call svg path {
	fill: #fff;
}

.fixed-desktop-call span {
	position: absolute;
    bottom: 105%;
    width: max-content;
    font-weight: 700;
    color: #381852;
    text-align: center;
}

.fixed-desktop-text {
	position: fixed;
    bottom: 20px;
    /* right: 165px; */
    right: 20px;
    background-color: var(--primary-color);
	text-align: center;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
}

.fixed-desktop-text span {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.fixed-desktop-text svg {
	width: 55px;
	height: auto;
}
.fixed-desktop-text svg path {
	fill: #fff;
}

/* CTT
--------------------------------------------- */
.cta.mobile {
	display: none;
}
.vertAlign {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center
}
@media all and (max-width:768px) {
    #callus,
    #ctc-above-call-us,
    #ctc-below-call-us,
    #ctc-left-of-menu,
    #ctc-next-to-call-us {
        display: none
    }
}
#clickToCallForm h4 { line-height: 1em; }
@supports(-webkit-backdrop-filter:blur(10px)) {
    #clickToCallOverlay {
        -webkit-backdrop-filter: blur(10px)
    }
}
#clickToCallOverlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
	font-size: 14px;
    position: fixed;
    z-index: 999999999;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    top: 0;
    left: 0
}
#clickToCallOverlay input {
	padding: 0;
}
@media all and (max-width: 768px) {
	#clickToCallOverlay { display: none; }
}
#clickToCallForm {
    margin: auto;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
	color: #000;
    border: 1px solid #393939;
    box-sizing: border-box;
    padding: 5px 20px 8px; 
	/** IE wasn't rendering the form in the center of the screen and stretched the whole height of the window.  This corrected that. **/
	position: absolute;
	max-height: 360px;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
#clickToCallForm.multi, .multi #clickToCallForm {
	max-height: 415px;
}
#clickToCallClose {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    cursor: pointer
}
#clickToCallForm h2 {
    font-weight: 100;
    font-size: 28px;
    letter-spacing: 2px;
    margin-top: 0;
    line-height: 1;
    text-align: center
}
#clickToCallForm label {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    width: auto
}
#clickToCallForm input[type=text],
#clickToCallForm select {
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center
}
#clickToCallForm select {
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    border: 1px solid #ccc
}
#PhoneNumber1,
#PhoneNumber2 {
    width: 45px;
    margin-right: -1px
}
#PhoneNumber3 {
    width: 58px
}
#clickToCallForm input[type=submit] {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 36px;
    line-height: 36px;
    clear: both;
    padding: 0
}
#clickToCallForm ol {
    padding-left: 18px;
    line-height: 1.5
}
 
/**** CTT ****/
 
.ctt #clickToCallForm {max-width: 600px;}
.ctt .howItWorksSection { padding: 0 0 0 20px; }
.ctt #clickToCallForm label { font-size: 16px; font-weight: 400; }
.ctt #clickToCallForm #text { height: 60px; resize:none; }
.ctt #clickToCallForm #text + p { font-size: 13px; margin-bottom: 0; }
#mobileCTT {
	position: relative;
}
#mobileCTT::after {
    content: '\f063';
    position: absolute;
    right: 10px;
    font-family: FontAwesome;
}
#expandCTT {
	max-height: 0;
	overflow: hidden;
	transition: max-height 600ms ease;
}
#expandCTT.open {
	max-height: 300px;
}
.ctt-flex > * {
	display: block;
	flex: 1;
}
.formSection {
	line-height: 1;
}
.hide {
	display: none!important;
}
/**** End of CTT ****/

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: var(--text-color);
	display: inline-block;
	letter-spacing: 2px;
	outline-offset: -1px;
	padding: 32px 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu-toggle {
	background-color: transparent;
	padding: 5px;
}

.genesis-nav-menu .sub-menu {
	background: #000;
	left: -9999px;
	margin-top: -1px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: var(--primary-color);
	border-top: 0;
	font-size: 11px;
	padding: 15px 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #fff;
	color: var(--primary-color);
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
	color: var(--primary-color);
}

.genesis-nav-menu .sub-menu .sub-menu {
	border-top-width: 0;
	margin: -52px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Accessible 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;
}

.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu a {
	color: var(--text-color);
	font-weight: 400;
	font-size: 18px;
}

.nav-primary .genesis-nav-menu .current-menu-ancestor > a {
	color: var(--primary-color);
}

.nav-primary .menu-item:hover {
	position: relative;
}

.nav-primary ul.sub-menu {
    width: auto;
    display: flex;
    flex-direction: column;
}

.nav-primary .sub-menu a {
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
}

.nav-primary .sub-menu .sub-menu {
    top: 0;
    margin: 0;
}

.nav-primary .menu-item:hover>.sub-menu .sub-menu {
    left: 100%;
 }

 .nav-primary .sub-menu a {
    width: 100%;
    min-width: 300px;
}

/* Off Screen Navigation
--------------------------------------------- */

.off-screen-content {
	text-align: center;
}

.off-screen-menu .genesis-nav-menu .menu-item {
	display: block;
	text-align: center;
}

.off-screen-menu .genesis-nav-menu a {
	color: #fff;
	font-family: var(--body-font);
	font-size: 32px;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 25px;
	padding: 20px;
	text-transform: none;
}

.off-screen-menu .genesis-nav-menu a:focus,
.off-screen-menu .genesis-nav-menu a:hover {
	color: var(--primary-color);
}

button.off-screen-item {
	background-color: transparent;
	color: #fff;
}

.no-off-screen-menu .site-title,
.no-off-screen-menu .site-description {
	text-align: left;
	text-indent: 0;
}

.no-off-screen-menu .header-right {
	text-align: right;
}

/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	color: var(--text-color);
	padding: 15px;
	font-weight: normal;
}

.site-footer .genesis-nav-menu a:focus,
.site-footer .genesis-nav-menu a:hover {
	color: var(--primary-color);
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
}

.page-template-full-width .entry, .page-template-blocks .entry {
	margin: 0;
}

.error404 .content .entry,
.single .content .entry,
.page:not(.page-template-page_blog) .content > .entry {
	background-color: transparent;
	box-shadow: none;
}

.search.search-no-results .content .entry,
.archive.archive-no-results .content .entry {
	padding: 60px 20px 40px;
	text-align: center;
	width: 100%;
}

.half-width-entries .content .entry {
	float: left;
	margin-left: 4%;
	text-align: center;
	width: 48%;
}

.half-width-entries .content .entry:nth-of-type(odd) {
	clear: left;
	margin-left: 0;
}

.entry-container {
	padding: 40px 80px 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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: var(--text-color);
	color: var(--neutral-color-3);
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #707070;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-meta a {
	color: #707070;
	text-decoration: none;
}

.entry-meta em {
	font-weight: 400;
	letter-spacing: normal;
}

.hero-page-title p.entry-meta,
.hero-page-title .entry-meta a {
	color: #ccc;
}

.hero-page-title .entry-meta a:focus,
.hero-page-title .entry-meta a:hover {
	text-decoration: underline;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-top: 24px;
}

.sidebar .entry-header .entry-meta {
	margin-top: 4px;
}

.byline {
	text-transform: initial;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	flex-basis: 100%;
	margin: 40px 0;
	position: relative;
	text-align: center;
	z-index: 3;
}

.archive-pagination.pagination::before {
	background-color: #dedede;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.archive-pagination ul,
.pagination-next,
.pagination-previous {
	background-color: #f4f4f4;
	display: inline-block;
	padding: 0 30px;
	position: relative;
	z-index: 9;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.pagination a {
	background-color: transparent;
	border: 2px solid var(--neutral-color-2);
	color: var(--neutral-color-2);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 3px;
	padding: 7px 15px;
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover,
.pagination .active a {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 0 32px;
}

.entry-comments {
	padding: 60px 0;
}

.entry-comments::before {
	background-color: #e8e8e8;
	content: "";
	display: block;
	height: 40px;
	margin: 0 auto 80px auto;
	width: 2px;
}

.comment-notes {
	text-align: center;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
}

.comment-list li {
	padding-left: 30px;
	margin-top: 60px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .comment:not(.depth-1) article {
	border-left: 2px solid #e8e8e8;
	padding: 0 0 10px 50px;
}

.comment-header {
	margin-bottom: 20px;
}

.comment-header .comment-author-link {
	color: #111;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-meta .comment-time-link {
	color: var(--neutral-color-1);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.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;
	line-height: 1;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px 0;
}

.sidebar .widget {
	background-color: var(--neutral-color-3);
	padding: 0;
	color: var(--secondary-color-2);
}

.sidebar .widget-title {
	text-align: center;
	padding: 20px;
	background-color: var(--secondary-color-2);
	color: #fff;
	margin-bottom: 0;
}
.sidebar .widget .textwidget, .sidebar .widget_categories .widget-wrap > ul {
	padding: 40px;
	text-align: center;
}
.sidebar .sidebar-review-links svg path {
	fill: var(--primary-color);
}

/* Off-screen Content
---------------------------------------------------------------------------- */

.no-scroll {
	overflow: hidden;
}

.off-screen-item,
.off-screen-container .close {
	display: none;
}

.off-screen-item {
	display: initial;
}

.off-screen-content {
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.off-screen-container {
	display: table;
	height: 100vh;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.off-screen-wrapper {
	display: table-cell;
	padding-bottom: 20px;
	vertical-align: middle;
	width: 100%;
}

.off-screen-container .close {
	background-color: #000;
	color: #fff;
	display: initial;
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 40px;
}

.admin-bar .off-screen-container .close {
	top: 52px;
}

.off-screen-content .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

/* Home page
---------------------------------------------------------------------------- */

/* Shared styles */
.featured-layout {
	padding: 5% 0;
}
.featured-layout > .wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1800px;
}
.featured-layout > .wrap div:nth-child(1) {
	margin-right: -25px;
}
.featured-layout > .wrap div:nth-child(2) {
	margin-left: -25px;
}
.featured-layout .text {
	width: 45%;
}
.featured-layout .image {
	width: 55%;
}
.featured-layout .text-inner {
	background-color: #fff;
	box-shadow: 0 0 12px rgba(41,38,29,.16);
	padding: 8%;
	position: relative;
	z-index: 1;
}
.featured-layout .text-inner h2 .smaller {
	font-size: 24px;
	font-family: var(--body-font);
	color: var(--secondary-color-1);
	text-transform: uppercase;
	display: block;
}
.featured-layout .image img {
	object-fit: cover;
	width: 100%;
	display: block;
	margin: 0;
}

.dentists-section h2 {
	text-align: center;
	font-size: 42px;
	margin-bottom: 50px;
}
.dentists-section .d-grid {
	align-items: center;
	gap: 40px;
}
.dentists-section .d-grid figcaption {
	font-style: normal;
	color: var(--secondary-color-1);
	text-transform: uppercase;
}

.services-section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.services-section .service {
	height: 538px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.services-section .s1 {
	background-image: url("https://www.oceansidedentalexcellence.com/wp-content/uploads/2022/12/s1.jpeg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.services-section .s2 {
	background-image: url("https://www.oceansidedentalexcellence.com/wp-content/uploads/2022/12/s3.jpeg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.services-section .s3 {
	background-image: url("https://www.oceansidedentalexcellence.com/wp-content/uploads/2022/12/s2.jpeg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.services-section .s4 {
	background-image: url("https://www.oceansidedentalexcellence.com/wp-content/uploads/2022/12/s4.jpeg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service-text {
	padding: 8%;
	position: absolute;
	left: 0;
	right: 0;
	top: 425px;
	color: #fff;
	transition: all .5s;
}
.service-text .title {
    display: flex;
    align-items: center;
	justify-content: center;
}
.service-text .title svg {
	height: 15px;
    margin-top: 5px;
}
.service:hover .service-text {
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgb(56,23,82);
	mix-blend-mode: hard-light;
	font-size: 14px;
}
.service-text p, .service-text a {
	visibility: hidden;
}
.service:hover .service-text p, .service:hover .service-text a {
	visibility: visible;
}
.service:hover .service-text .learn-more {
	color: #fff;
}
.service-text h3 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-family: var(--body-font);
	text-transform: uppercase;
}

.testimonials-section {
	overflow: hidden;
	background-image: url('https://www.oceansidedentalexcellence.com/wp-content/uploads/2022/09/testimonials-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2.5% 0;
}
.testimonials-section h2 {
	text-align: center;
	font-size: 42px;
}
.testimonials-section .slick-slide {
	margin: 0 100px;
}
.testimonials-section .slick-slide img {
	margin: 0 auto;
}


/* Contact section
---------------------------------------------------------------------------- */

.contact-section {
	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("https://www.oceansidedentalexcellence.com/wp-content/uploads/2022/12/contact-us-background.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 150px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30%;
}
.contact-section h2 {
	font-size: 42px;
	margin-top: 0;
	text-align: center;
}
.contact-section .column-1 {
	background-color: rgba(255,255,255,.89);
	padding: 10% 5%;
}
.contact-section .column-2 {
	display: flex;
	justify-content: flex-end;
	padding: 10% 0;
}
.contact-section .contact-links {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.contact-section .contact-link {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 6fr;
	gap: 10px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 15px;
	color: var(--secondary-color-2);
	font-family: var(--heading-font);
}
.contact-section .contact-link.phone {
	font-family: var(--body-font);
	font-weight: bold;
}
.contact-section .contact-link svg path {
	fill: var(--secondary-color-1);
}
.contact-section .contact-link.address svg {
	width: 18px;
	height: auto;
}
.contact-section .contact-link.phone svg {
	width: 21px;
	height: auto;
}
.contact-section .frm_submit button {
	width: 100%;
	text-align: center;
}

.aff-section {
	padding: 75px 0 0 0;
}
.aff-section > .wrap {
	max-width: 1800px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.aff-section img {
	height: 42px;
	width: auto;
}

/* Internal Pages
---------------------------------------------------------------------------- */
.internal-highlight-section {
	display: grid;
}
.internal-highlight-section .service {
	height: 538px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.internal-highlight-section .s1 {
	background-image: url("https://www.oceansidedentalexcellence.com/wp-content/uploads/2022/12/all-on-4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.internal-highlight-section .s2 {
	background-image: url("https://www.oceansidedentalexcellence.com/wp-content/uploads/2022/12/fixed-implant.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.internal-highlight-section .s3 {
	background-image: url("https://www.oceansidedentalexcellence.com/wp-content/uploads/2022/12/removable-implant.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.internal-highlight-section .service-text {
	padding: 8%;
	position: absolute;
	left: 0;
	right: 0;
	top: 400px;
	color: #fff;
	transition: all .5s;
}
.internal-highlight-section .service-text .title {
    display: flex;
    align-items: flex-start;
	justify-content: center;
}
.internal-highlight-section .service-text .title svg {
	height: 15px;
    margin-top: 5px;
}
.internal-highlight-section .service:hover .service-text {
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgb(56,23,82);
	mix-blend-mode: hard-light;
	font-size: 14px;
}
.internal-highlight-section .service-text p, .service-text a {
	visibility: hidden;
}
.internal-highlight-section .service:hover .service-text p, .service:hover .service-text a {
	visibility: visible;
}
.internal-highlight-section .service:hover .service-text .learn-more {
	color: #fff;
}
.internal-highlight-section .service-text h3 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-family: var(--body-font);
	text-transform: uppercase;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	font-size: 16px;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #707070;
}

.site-footer .footer-text {
	padding: 5% 0;
}
.site-footer .footer-menus {
	padding: 0 0 5% 0;
}

/* Media Queries
---------------------------------------------------------------------------- */

/* CTT
--------------------------------------------- */
.cta.mobile {
	display: none;
}
.vertAlign {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center
}
@media all and (max-width:768px) {
    #callus,
    #ctc-above-call-us,
    #ctc-below-call-us,
    #ctc-left-of-menu,
    #ctc-next-to-call-us {
        display: none
    }
}
#clickToCallForm h4 { line-height: 1em; }
@supports(-webkit-backdrop-filter:blur(10px)) {
    #clickToCallOverlay {
        -webkit-backdrop-filter: blur(10px)
    }
}
#clickToCallOverlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
	font-size: 14px;
    position: fixed;
    z-index: 999999999;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    top: 0;
    left: 0
}
#clickToCallOverlay input {
	padding: 0;
}
@media all and (max-width: 768px) {
	#clickToCallOverlay { display: none; }
}
#clickToCallForm {
    margin: auto;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
	color: #000;
    border: 1px solid #393939;
    box-sizing: border-box;
    padding: 5px 20px 8px; 
	/** IE wasn't rendering the form in the center of the screen and stretched the whole height of the window.  This corrected that. **/
	position: absolute;
	max-height: 360px;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
#clickToCallForm.multi, .multi #clickToCallForm {
	max-height: 415px;
}
#clickToCallClose {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    cursor: pointer
}
#clickToCallForm h2 {
    font-weight: 100;
    font-size: 28px;
    letter-spacing: 2px;
    margin-top: 0;
    line-height: 1;
    text-align: center
}
#clickToCallForm label {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    width: auto
}
#clickToCallForm input[type=text],
#clickToCallForm select {
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center
}
#clickToCallForm select {
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    border: 1px solid #ccc
}
#PhoneNumber1,
#PhoneNumber2 {
    width: 45px;
    margin-right: -1px
}
#PhoneNumber3 {
    width: 58px
}
#clickToCallForm input[type=submit] {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 36px;
    line-height: 36px;
    clear: both;
    padding: 0
}
#clickToCallForm ol {
    padding-left: 18px;
    line-height: 1.5
}
 
/**** CTT ****/
.ctt #clickToCallForm {max-width: 600px;}
.ctt .howItWorksSection { padding: 0 0 0 20px; }
.ctt #clickToCallForm label { font-size: 16px; font-weight: 400; }
.ctt #clickToCallForm #text { height: 60px; resize:none; }
.ctt #clickToCallForm #text + p { font-size: 13px; margin-bottom: 0; }
#mobileCTT {
	position: relative;
}
#mobileCTT::after {
    content: '\f063';
    position: absolute;
    right: 10px;
    font-family: FontAwesome;
}
#expandCTT {
	max-height: 0;
	overflow: hidden;
	transition: max-height 600ms ease;
}
#expandCTT.open {
	max-height: 300px;
}
.ctt-flex > * {
	display: block;
	flex: 1;
}
.formSection {
	line-height: 1;
}
.hide {
	display: none!important;
}
/**** End of CTT ****/

/* Min Widths
---------------------------------------------------------------------------- */

@media only screen and (min-width: 1024px) {

	.internal-page .header-hero {
		padding-top: 180px;
	}

	.genesis-nav-menu .sub-menu-toggle {
		display: none;
	}

	.menu-item.menu-item-has-children > a > span {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 5px;
	}
	
	.menu-item.menu-item-has-children > a > span::after {
		width: 6px;
		height: 6px;
		border-top: 2px solid;
		border-right: 2px solid;
		content: "";
		transform: rotate(135deg);
		margin-bottom: 5px;
	}

	.nav-primary .genesis-nav-menu .sub-menu .current-menu-ancestor > a {
		color: var(--primary-color);
		background-color: #fff;
	}
	
	.sub-menu .menu-item.menu-item-has-children > a > span::after {
		transform: rotate(45deg);
	}
}

@media only screen and (min-width: 769px) {
	.flex>.half {
		width: calc(50% - 10px/2);
	}
	.entry-content img.alignleft, .entry-content img.alignright {
		max-width: 50%;
	}
}


/* Max Widths
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1600px) {
	.nav-primary .genesis-nav-menu a {
		padding: 12px 10px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 1360px) {

	.site-header .button {
		font-size: 14px;
	}

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content {
		width: 800px;
	}

	.hero-page-title h1,
	.hero-page-title .entry-title {
		font-size: 60px;
	}

	.entry-container {
		padding: 30px 60px 20px 60px;
	}

}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.hero-page-title {
		padding-left: 140px;
		padding-right: 140px;
	}

	.hero-page-title h1,
	.hero-page-title .entry-title,
	.footer-cta .widget-title {
		font-size: 48px;
	}

	.entry-title {
		font-size: 30px;
	}

	.half-width-entries .flexible-widgets .featured-content .entry-title,
	.flexible-widgets .featured-content .entry-title {
		font-size: 20px;
		padding: 15px 20px 0 20px;
	}

	.footer-cta .widget {
		padding: 10% 7% 7% 7%;
	}

	.author-box {
		margin: 0 -70px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-header {
		overflow: auto;
		max-height: 100vh;
	}
/* 
	.scrolldown .site-header {
		overflow: auto;
		max-height: 100vh;
	} */

	.hero-wrapper {
		margin-top: 0;
	}

	.hero-wrapper .hero-offer {
		display: none;
	}

	.fixed-desktop-call {
		display: none;
	}

	.fixed-ctas {
		position: fixed;
		box-shadow: 0px 3px 10px #00000065;
		z-index: 1000;
		bottom: 0;
		left: 0;
		right: 0;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		align-items: end;
		border-radius: 0;
		padding: 0;
	}
	.fixed-ctas .cta {
		position: relative;
		width: 45px;
		text-align: center;
		cursor: pointer;
		width: auto;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0;
		padding: 12px 0 6px;
	}
	.fixed-ctas .cta:nth-child(1) {
		background-color: var(--secondary-color-2);
	}
	.fixed-ctas .cta:nth-child(2) {
		background-color: var(--primary-color);
	}
	.fixed-ctas .cta:nth-child(3) {
		background-color: var(--text-color);
	}
	.fixed-ctas .cta:nth-child(4) {
		background-color: var(--neutral-color-2);
	}
	.fixed-ctas .cta:nth-child(5) {
		background-color: var(--secondary-color-1);
	}
	.fixed-ctas .cta svg {
		height: 15px;
		width: auto;
		margin-bottom: 5px;
	}
	.fixed-ctas .cta svg path {
		fill: #fff;
	}
	.fixed-ctas .cta .mobile-label {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-align: center;
		font-size: 10px;
	}
	.fixed-desktop-text {
		display: none;
	}
	.fixed-ctas .cta .desktop-label, .fixed-ctas .cta .desktop-label:hover {
		display: none;
	}

	.flexible-widgets .wrap,
	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar .content,
	.sidebar-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.sidebar-primary,
	.site-header .nav-primary {
		max-width: 100%;
		width: 100%;
	}

	.sidebar {
		margin-top: 40px;
	}

	.site-header {
		position: relative;
		z-index: 99999;
	}

	.site-header > .wrap {
		padding: 10px 5%;
		flex-wrap: wrap;
	}

	.site-title {
		text-indent: 0;
	}

	.title-area {
		text-align: left;
		max-width: 150px;
	}

	.hero-page-title {
		padding-left: 0;
		padding-right: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.entry {
		margin-bottom: 5%;
	}

	.half-width-entries .content .entry {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.author-box,
	.full-width-content .author-box {
		margin: 0;
	}

	.flexible-widgets.widget-fourths .widget {
		margin-left: 4%;
		width: 48%;
	}

	.flexible-widgets.widget-fourths .widget:nth-of-type(2n+1) {
		clear: left;
		margin-left: 0;
	}

	.featured-layout > .wrap {
		grid-template-columns: auto;
		padding: 5% 0;
	}
	.featured-layout > .wrap div:nth-child(1), .featured-layout > .wrap div:nth-child(2) {
		margin: auto;
	}
	.featured-layout .text {
		width: 100%;
	}
	.featured-layout .image {
		width: 100%;
	}

	.footer-cta {
		margin: 40px 0;
	}

	.footer-cta::before {
		display: none;
	}

	.footer-cta.widget-title {
		font-size: 36px;
	}

	.front-page-featured blockquote {
		padding: 30px 0;
	}

	/* Genesis Responsive Menus */

	.site-header .header-right {
		display: none;
	}

	.js.header-menu .nav-primary {
		clear: both;
		display: none;
		position: relative;
	}

	.header-menu button.off-screen-item {
		display: none;
	}

	.off-screen-menu .genesis-nav-menu a {
		margin-bottom: 0;
		padding: 10px;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle {
		display: none;
	}

	/* Animated Hamburger Menu */
	.hamburger-label {
		display: none;
	}

	.header-menu .hamburger {
		visibility: visible;
		padding: 10px 0;
		display: block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		color: var(--primary-color);
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0 0 0 auto;
		overflow: visible;
	}
 
	.hamburger:hover {
		opacity: 0.7;
	}
 
	.hamburger.activated:hover {
		opacity: 0.7;
	}
 
	.hamburger.activated .hamburger-inner,
	.hamburger.activated .hamburger-inner::before,
	.hamburger.activated .hamburger-inner::after {
		background-color: var(--primary-color);
	}
 
	.hamburger-box {
		width: 40px;
		height: 24px;
		display: inline-block;
		position: relative;
	}
 
	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}
 
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 40px;
		height: 4px;
		background-color: var(--primary-color);
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
 
	.hamburger-inner::before,
	.hamburger-inner::after {
		content: "";
		display: block;
	}
 
	.hamburger-inner::before {
		top: -10px;
	}
 
	.hamburger-inner::after {
		bottom: -10px;
	}

	/* Slider Effect (see https://github.com/jonsuh/hamburgers/blob/master/dist/hamburgers.css) */
	.hamburger--slider .hamburger-inner {
		top: 2px;
	}
	
	.hamburger--slider .hamburger-inner::before {
		top: 10px;
		transition-property: transform, opacity;
		transition-timing-function: ease;
		transition-duration: 0.15s;
	}
	
	.hamburger--slider .hamburger-inner::after {
		top: 20px;
	}
	
	.hamburger--slider.activated .hamburger-inner {
		transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	
	.hamburger--slider.activated .hamburger-inner::before {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}
	
	.hamburger--slider.activated .hamburger-inner::after {
		transform: translate3d(0, -20px, 0) rotate(-90deg);
	}

	.sub-menu-toggle {
		border-width: 0;
		background-color: transparent;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		float: right;
		padding: 11px 10px;
		position: absolute;
		right: 5%;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		width: 6px;
		height: 6px;
		border-top: 2px solid;
		border-right: 2px solid;
		content: "";
		transform: rotate(135deg);
		display: inline-block;
		text-rendering: auto;
		transition: transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(-45deg);
	}

	.genesis-responsive-menu .genesis-nav-menu {
		background-color: var(--primary-color);
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
		display: none;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: var(--primary-color);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		color: #fff;
		border-width: 0;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item.current-menu-item a {
		color: #fff;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border-width: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .current-menu-item > a {
		background-color: var(--primary-color);
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a {
		padding-left: 30px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.contact-section {
		padding: 50px 8%;
		grid-template-columns: auto;
		gap: 20px;
	}
	.contact-section .column-2 {
		justify-content: center;
	}
	.contact-section .contact-link {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin-bottom: 20px;
		gap: 10px;
	}

	.site-footer {
		margin-bottom: 54.25px;
	}
	
	.social-links {
		margin-left: 0px;
		justify-content: center;
	}

}

@media only screen and (max-width: 860px) {

	body {
		font-size: 18px;
	}

	.error404 .content,
	.error404.content-sidebar .content,
	.error404.sidebar-content .content,
	.page:not(.page-template-page_blog) .site-inner,
	.page:not(.page-template-page_blog).content-sidebar .content,
	.page:not(.page-template-page_blog).sidebar-content .content,
	.single .site-inner,
	.single.content-sidebar .content,
	.single.sidebar-content .content {
		padding: 7%;
	}

	.page.page-template-full-width .site-inner, .page.page-template-blocks .site-inner {
		padding: 0;
	}

	.full-width-content .content {
		padding: 0;
	}

	.page.content-sidebar .site-inner,
	.page.sidebar-content .site-inner,
	.single.content-sidebar .site-inner,
	.single.sidebar-content .site-inner {
		padding: 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.error404 .site-inner::before,
	.page .site-inner::before,
	.single .site-inner::before {
		display: none;
	}

	figure.alignleft, img.alignleft, figure.alignright, img.alignright {
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
    }

	.after-entry,
	.author-box {
		padding: 7%;
		margin-bottom: 5%;
	}

	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 5%;
		padding: 0;
	}

	.entry-comments::before {
		margin: 40px auto;
	}

	.comment-respond {
		margin-top: 40px;
		padding-bottom: 0;
	}

	.hero-page-title h1,
	.hero-page-title .entry-title {
		font-size: 36px;
	}

	.half-width-entries .entry .entry-title {
		font-size: 28px;
	}

	.entry-container {
		padding: 7%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination ul {
		background-color: transparent;
		padding: 0;
	}

	.archive-pagination.pagination::before {
		display: none;
	}

	.featured-content .more-from-category {
		overflow: hidden;
	}

	.featured-content .more-from-category a::after,
	.featured-content .more-from-category a::before {
		width: 20px;
	}

	.featured-content .more-from-category a::after {
		right: -22px;
	}

	.featured-content .more-from-category a::before {
		left: -22px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.flexible-widgets .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-thirds .widget:nth-of-type(3n) {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.flexible-widgets.widget-full .widget .entry,
	.flexible-widgets.widget-halves.uneven .widget:last-of-type .entry {
		margin-left: 0;
		width: 100%;
	}

	.flexible-widgets .entry:last-of-type {
		margin-bottom: 40px;
	}

	.flexible-widgets .featured-content .entry-title,
	.half-width-entries .flexible-widgets .featured-content .entry-title,
	.flexible-widgets.widget-full .entry-title,
	.flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title {
		font-size: 28px;
	}

	.flexible-widgets.widget-full .featured-content .more-posts,
	.flexible-widgets.widget-halves.uneven .featured-content:last-of-type .more-posts {
		column-count: 1;
	}

	.after-content-featured .featuredpage .entry {
		margin-bottom: 0;
	}

	.after-content-featured,
	.footer-cta,
	.front-page-featured {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.front-page-featured {
		margin-top: 40px;
	}

	.front-page-featured blockquote {
		font-size: 24px;
		padding: 0;
	}

	.services-section {
		grid-template-columns: auto;
	}

	.footer-cta .wrap {
		padding-left: 0;
		padding-right: 0;
	}

}

@media only screen and (max-width: 768px) {
	.flex {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}
	.flex>.half {
		max-width: 540px;
		width: 100%;
	}
	.flex>:not(:last-child) {
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 600px) {

	.home .hero-page-title {
		right: 0;
		align-items: flex-end;
		padding-bottom: 45%;
		text-align: center;
	}

	.testimonials-section .slick-slide {
		margin: 0 auto;
	}

	.site-footer {
		padding: 30px 0;
	}

	.site-footer .genesis-nav-menu a {
		padding: 10px;
	}

}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !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 var(--neutral-color-1);
		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,
	.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;
	}

	.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;
	}

}
