/*
Theme Name: Panama City Theme
Theme URI: https://example.com
Author: Starter
Author URI: https://example.com
Description: Panama City Guide Fishing Site.
Version: 1.0
Text Domain: Panama City Theme
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

/* Custom Theme CSS */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;300;400;500;600;700&family=Inter:wght@100;300;400;500;600;700&family=Della+Respira&family=Dokdo&family=Oswald:wght@300;400;500;600;700&display=swap');
/*@import url('https://use.typekit.net/yae8laj.css');*/
@import url('https://use.typekit.net/ivj2ejx.css');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

:root {
	--black: #1c1b1e;	
	--black: #383027;	
	--primary: #6e4921;
	--primary: #4f3028;
	--primary: #4a691b;
	--accent: #168395;
	--accent: #02788b;
	--accent: #1f78a3;
	--accent: #258764;
	--accent: #ba6d28;
	--accent: #c93f3f;
	--accent: #3a792d;
	--accent: #388335;
	--moss: #355b3d;
	--off: #7a502f;
	--blue: #265493;
	--baby: #b8d2d9;
	--sky: #81c2d9;
	--sky: #a0c7d5;
	--navy: #1e3a74;
	--tradblue: #1e508c; 
	--tall: #235ca1;
	--aqua: #0085bd;
	--green: #2e985b;
	--olive: #ded4bf;
	--red: #b04e4b;
	--purple: #2c0f75;
	--orange: #af722e;
	--burntorange: #934c15;
	--brown: #533d35;
	--brown: #463b35;
	--yellow: #f4c050;
	--white: #ecf4f3;
	--gray: #f7f8fb;
	--gray: #e7e7e6;
	--darkgray: #dfe4e9;	
	--darkgray: #d0d1cd;
	--tan: #d9d8d3;
	--tan2: #bfc0bd;
	--transparent: rgba(255,255,255,.75);
	--fonts: adobe-garamond-pro, "Della Respira", "Libre Franklin", sans-serif;
	--sans: futura-pt, oswald, "Libre Franklin", fenwick, sans-serif;
	--alternative: modesto-expanded, adobe-garamond-pro, serif;
	--handwriting: felt-tip-senior, serif;
}
/* Custom CSS END */
/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 16px;
	color: #000;
	background: #fff;
	line-height: 1.6;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

h2 {
	font-family: 'Lato', arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #1b1b1b;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #1b1b1b;
}
/* ================================================================================= */
/* MAIN HEADER  */
/* ================================================================================= */

#main-header {
	display: block;
	position: relative;
	left: 0;
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	height: auto;
	background: var(--gray);
	background-size: 100% auto;
	border-bottom: 4px var(--primary) solid;
	/*	border-radius: 8px 8px 0 0;*/
	/*	box-shadow: 0 80px 120px rgba(0,0,0,.333) inset;*/
	z-index: 9999;
}
 #main-header {
	border-bottom: none;
	box-shadow: 0;
	padding: 20px 40px;
}

@media only screen and (max-width: 1440px) {
	#main-header:after {
		transform: translateY(75%);
	}
}
#main-header.overlay {
	position: absolute;
	background: none;
}
#main-header.left #site-navigation {
	display: grid;
	grid-template-columns: 11% auto;
	grid-gap: 5%;
}
#main-header.left #site-navigation .menu {
	padding: 0 !important; /*-- just in case --*/
}

#site-navigation .mobile_nav_bar{
	order: 2;
}

/* ================================================================================= */
/* NAVIGATION  */
/* ================================================================================= */

#logo-wrap {
	display: grid;
	grid-template-columns: 1fr 25% 1fr;
	grid-gap: 1.5%;
	align-items: center;
	justify-items: center;
	background: var(--tan);
}
#logo-wrap .lefthand,
#logo-wrap .righthand {
	display: flex;
	justify-content: flex-end;
	border-radius: 3px;
	z-index: 2;
}
#logo-wrap .lefthand {
	border: 1px var(--primary) solid;	
	/*	border: 1px var(--brown) solid;	*/
}
#logo-wrap .righthand {
	justify-content: flex-start;
}
#site-navigation {
	display: grid;
	grid-template-columns: 14% 1fr 1fr;
	grid-gap: 1.5%;
	align-items: start;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1560px;
	width: auto;
	height: auto;
	font-family: Oswald, var(--sans);
	font-size: 125%;
	font-weight: 500;
	/*	font-variant: small-caps;*/
	line-height: 1;
	letter-spacing: 2px;	
	text-transform: uppercase;
	box-sizing: border-box;
	z-index: 1;
}

@media only screen and (max-width: 1366px) {
	#site-navigation {
		grid-template-columns: 180px 1fr 1fr;
	}
}
a#logo,
a#logo img {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	height: auto;
	transition: all .2s ease-in;
	box-sizing: border-box;
	z-index: 2;
}
/*
a#logo {
transform: translate(0, -52.55px);
}
@media only screen and (max-width: 1680px) {
a#logo {
transform: translate(0, -47.5px);
}
}
@media only screen and (max-width: 1440px) {
a#logo {
transform: translate(0, -45px);
}
}
*/
a#logo img {
	/*
	position:  absolute;
	top: 0;
	left: 0;
	*/
	width: 100%;
}
.menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding: 0;
	height: auto;
	box-sizing: border-box;
	z-index: 2;
	transform: translateY(30%);
}
.home .menu {
	/*	transform: none;*/
}
.alt .menu {
	transform: translateY(-25%);
}
.menu:nth-of-type(2) {
	justify-content: flex-start;
}
.menu li {
	display: block;
	position: relative;
	margin: 0;
}
.menu li#home {
	font-variant: normal !important;
	font-weight: 900 !important;
}
.menu li#home i {
	margin: 0;
	font-size: 140% !important;
	font-weight: 300 !important;
	color: var(--black) !important;
	transform: translateY(-3%);
}
.bg-dark .menu li#home i {
	color: #fff !important;
}
.menu li:last-child a { /* Only for graphic divider */
	background-image: none;
}
.menu a {
	display: grid;
	align-content: center;
	padding: .8rem 1.2rem;
	height: auto;
	color: var(--black);
	/*	color: var(--tall);*/
	/*	color: #214c6e;*/
	/*	color: #fff;*/
	/*	color: rgba(255,255,255,.9);*/
	text-align: center;
	text-decoration: none;
}
.overlay .menu a {
	color: #fff;
}
@media only screen and (max-width: 1680px) {
	.menu {
		/*		padding: .6rem 0 0;*/
	}
	.menu a {
		padding: .75rem 1.1rem;
	}
}
.overlay .menu a {
	color: #fff;
}
.menu a:hover {
	opacity: 0.5;
}

.menu i {
	display: block;
	margin: 0 0 .666rem;
	font-size: 150% !important;
	color: var(--primary);
	transition: all 0.1s ease-in;
}
.menu li:hover i {
	color: var(--accent);
}
.social-media i,
.menu .social-media i {
	font-size: 120% !important;
	/*	color: rgba(255,255,255,.75);*/
	color: var(--black);
}
.menu .social-media i {
	color: rgba(0,0,0,.75);
}
.social-media a:hover i,
.menu .social-media a:hover i {
	color: var(--accent);
}
.bg-dark .social-media i {
	color: #fff;
}
.bg-dark .social-media a:hover i {
	color: #fff;
}
#site-navigation .menu span {
	margin: 0 auto .666rem;
	text-align: center;
	color: var(--accent) !important;
}

/* ---------------------------------------- SUBMENU ---------------------------------------- */ 

.sub-wrapper:after {
	content: '\e5cf';
	position:  absolute;
	left: 50%;
	bottom: 0;
	font-family: 'Material Symbols Outlined';
	font-size: 160% !important;
	font-weight: 300;
	color: var(--accent);
	/*	color: var(--transparent);*/
	transform: translate(-50%, 70%);
}
.overlay .sub-wrapper:after {
	/*	color: var(--transparent);*/
}
.sub-menu {
	display: none;
	position: absolute;
	top: 95%;
	left: 4%;
	margin: 0;
	padding: .8rem 0;
	width: 240px;
	height: 0;
	font-size: 100%;
	background: var(--primary);
	border-radius: 4px;
	box-sizing: border-box;
	z-index: 2;
}
@media only screen and (max-width: 1560px) {
	.sub-menu {
		width: 230px;
	}
}
.sub-wrapper:hover .sub-menu {
	display: block;
	height: auto;
	opacity: 1;
}
.sub-menu li {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	font-family: Oswald, var(--sans);
	font-weight: 400;
	font-size: 97.5%;
	line-height: 1.4;
	text-align: left;
	text-shadow: 0 -1px 0 #fff;
}
.sub-menu a {
	display: block;
	padding: .5rem 1rem;
	height: auto;
	color: #fff;
	/*	color: var(--black);*/
	text-align: left;
	text-shadow: none;
	background: none;
}
.sub-menu a:hover {
	color: rgba(255,255,255,.8);
}
/* ================================================================================= */
/* HERO SECTION */
/* ================================================================================= */

.hero {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 56.25%;
	padding: 0 0 47.5%;
	width: 100%;
	height: 0;
	font-weight: 600;
	color: var(--transparent);
/* 	background: #000; */
	background-size: 100.5% auto;
	overflow: hidden;
	z-index: 1;
}
.hero .swiper-wrapper {
	position: absolute !important;
	height: 100% !important;
}
.hero .swiper-slide,
.hero .slide-image-container {
	height: 100% !important;
}

.home .hero {
	padding: 0 0 56.25%;
}
.hero video {
	position:  absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero .drag-center p {
	margin: 15px auto;
}

.btn-wrapper .btn{
	display: inline-block;
	margin-top: 20px;
	background: #ffffff;
	color: #000;
	padding: 12px 26px;
	border-radius: 0px;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 0 4px 15px rgba(0,0,0,0.25);
	transition: 0.3s ease;
}
.btn-wrapper .btn:hover{
	background: #000 !important;
	color: #fff;
}

/* ===== NAVBAR ===== */
.navbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
	z-index: 100;
}

.navbar .logo img {
	height: 70px;
	width: auto;
}

.navbar .nav-icons {
	display: flex;
	gap: 20px;
	align-items: center;
}

.navbar .nav-icons button {
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.hamburger-icon {
	display: flex;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}

.hamburger-icon span {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
}

/* ===== Banner Section ===== */
.max-container, .about-section{
	max-width: 1200px;
	margin: 0 auto;
}

.max-container{
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px 24px;	
}

.inner_banner{
	padding: 60px 40px;
	background: #f6f6f6;
}

.banner_heading{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.banner_heading h1 {
	text-align: center;
	margin-bottom: 0px;
}

.max-container p{
	font-size: 18px;
    color: #5e5e5e;
    line-height: 1.6;
	margin-bottom: 10px;
}
.max-container h2{
	margin-bottom: 20px;
	
}

/* ===== General Page CSS ===== */

.grid_box{
	display: grid;
    grid-template-columns: 1fr 1fr;
	align-items: center;
    gap: 20px 40px;
}
.max-container a.btn-book{
	    width: max-content;
    background: rgba(0,0,0,0.5);
	color: #fff;
}
.banner_heading h1 {
	color: #fff;
}
/* ===== HERO CONTENT ===== */
.hero-phone {
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
}

.hero-phone a, .hero h1,
.hero-email {
	color: #fff;
}

.hero-email, .banner_heading h1 {
	font-family: 'Lato', arial, sans-serif;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.hero-email{
	border-bottom: 1px solid #fff;
}

.hero .hero-subtitle {
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 40px;
	color: #fff;
}

.btn-book {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 32px;
	min-height: 56px;
	border: none;
	cursor: pointer;
	text-transform: none;
	transition: opacity 0.3s;
}

.btn-book:hover {
	opacity: 0.85;
}

/* ===== ABOUT SECTION ===== */
.about-section {
	padding: 40px 24px;
}

.section-heading {
	margin-bottom: 40px;
}

.section-heading hr {
	border: none;
	border-top: 1px solid rgb(226, 226, 226);
	margin-top: 10px;
	width: 100%;
}

.about-columns {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.about-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.about-col .col-image {
	width: 100%;
	object-fit: cover;
	border-radius: 0;
}

.about-col h4 {
	margin-bottom: 24px;
	text-align: center;
}

.about-col p {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 1.6;
	text-align: center;
}

/* ===== ONLINE APPOINTMENTS SECTION ===== */
.appointments-section {
	padding: 40px 24px;
	max-width: 1200px;
	margin: 0 auto;
}

.appointments-section p {
    font-size: 22px;
    color: #575757;
    padding: 16px;
    background: #f6f6f6;
    text-align: center;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}
/* ===== CONTACT US Page===== */

.page-id-40 .footer-top-widget .contact-section{
	display: flex !important;
}
.contact-us .contact_box_left{
	padding: 0px !important;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px 40px;
}


.contact-us .contact-form-panel{
	transform: translateX(0%);
	opacity: 1;
	position: relative;
	padding-top: 0px;
}


.page-id-40 .footer-top-widget .contact-section .contact_box_left, .contact-us .form-cancel{
	display: none;
}

.page-id-40 .footer-top-widget .contact-section .map-section{
	height: 400px;
}
/* ===== CONTACT SECTION ===== */
.contact-section {
/*     padding-left: 20px; */
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact_box_left {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 20px;
}

.contact-col{
	padding-bottom: 40px;
}

.contact-col h4 {
	margin-bottom: 24px;
}

.contact-col p {
	font-size: 16px;
	margin-bottom: 8px;
	color: #5e5e5e;
}

.contact-col a {
	color: #5f7a87;
	font-size: 16px;
}

.contact-col a:hover {
	text-decoration: underline;
	color: #5e5e5e;
}
 .office-hours {
  width: 320px;
}


/* HEADER */
.hours-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
	align-items: center;
  padding: 10px 0px;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
	color: #5e5e5e;
}

/* WRAPPER (smooth collapse) */
.hours-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* TABLE */
.hours-table {
  width: 100%;
  border-collapse: collapse;
}

.hours-table td {
  padding: 8px;
}

/* ARROW */
.arrow-icon {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.office-hours.open .arrow-icon {
  transform: rotate(180deg);
}

/* File Field */
/* ===== CUSTOM FILE UPLOAD (match reference site) ===== */
.file-upload-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.file-upload-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #5f7a87;
    font-size: 16px;
    font-family: 'Source Sans Pro', arial, sans-serif;
    background: none;
    border: none;
    padding: 0;
}

.file-upload-trigger:hover {
    opacity: 0.8;
}

.file-upload-trigger svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex-shrink: 0;
}

.file-attachment-count {
    font-size: 12px;
    color: #595959;
    font-family: 'Source Sans Pro', arial, sans-serif;
}

.file-name-display {
    font-size: 13px;
    color: #5e5e5e;
    font-family: 'Source Sans Pro', arial, sans-serif;
    padding: 4px 0 0;
    word-break: break-all;
}

/* Hide the native CF7 file input */
#contactFormPanel .wpcf7-form-control-wrap[data-name="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* ===== CONTACT FORM (SLIDE-IN) ===== */
.contact-form-wrapper {
	position: relative;
	overflow: hidden;
	min-height: 60px;
}

.btn-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 32px;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s;
}

.btn-contact:hover {
	opacity: 0.85;
}

.contact-form-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 2;
	overflow: auto;
	transform: translateX(-110%);
	opacity: 0;
	transition: transform 0.8s ease, opacity 0.1s ease;
	padding: 10px 0;
}

.contact-form-panel.active {
	transform: translateX(0);
	opacity: 1;
}

.contact-form-panel h4 {
	margin-bottom: 15px;
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-family: 'Source Sans Pro', arial, sans-serif;
	border: none;
	border: 1px solid #ccc;
	outline: none;
	background: transparent;
	transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
	border-bottom-color: #000;
}

.form-group label {
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 16px;
	color: #999;
	pointer-events: none;
	transition: 0.3s;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label {
	top: -10px;
	font-size: 12px;
	color: #000;
}

.form-group textarea {
	min-height: 100px;
	resize: vertical;
}

.form-actions {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-top: 15px;
}

.btn-send {
	background: #000;
	color: #fff;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 32px;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s;
}

.btn-send, .btn-contact{
	min-height: 56px;
}

.btn-send:hover {
	opacity: 0.85;
}

.form-cancel {
	color: #666;
	cursor: pointer;
	font-size: 14px;
	background: none;
	border: none;
	font-family: 'Source Sans Pro', arial, sans-serif;
}

.form-cancel:hover {
	text-decoration: underline;
}

.recaptcha-notice {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.recaptcha-notice a {
	color: #666;
	text-decoration: underline;
}

/* ===== MAP SECTION ===== */
.map-section {
	width: 100%;
/* 	height: 600px; */
}

.map-section iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* ===== SUBSCRIBE SECTION ===== */
.subscribe-section {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)),
		url('/wp-content/uploads/2026/04/imgi_77_rsw2558m.webp');
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	padding: 40px 24px;
}

.subscribe-section h2 {
	font-family: 'Lato', arial, sans-serif;
	font-size: 38px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.subscribe-section p {
	font-size: 16px;
	margin-bottom: 25px;
	color: #fff;
}

.subscribe-form p{
	display: flex;
/* 	justify-content: center; */
	align-items: center;
	gap: 24px;
	max-width: 750px;
	margin: 0 auto;
}

.subscribe-form input[type="email"] {
	flex: 1;
	padding: 12px 16px;
	font-size: 16px;
	font-family: 'Source Sans Pro', arial, sans-serif;
	border: none;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	outline: none;
	width: 100%;
}

.subscribe-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.subscribe-form .btn-signup {
	background: #fff;
	color: #000;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 32px;
	border: none;
	height: fit-content;
	cursor: pointer;
	transition: opacity 0.3s;
}
.subscribe-form  .wpcf7-form-control-wrap{
	width: 100%;
}
.subscribe-form .btn-signup:hover {
	opacity: 0.85;
}

/* ===== FOOTER ===== */
.footer {
	background: #fff;
	text-align: center;
	padding: 56px 24px;
}

.footer hr {
	border: none;
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
}

.footer p {
	font-size: 14px;
	color: #666;
}

.footer .powered-by {
	margin-top: 20px;
	font-size: 12px;
	color: #999;
}


/* ===== RESPONSIVE ===== */

@media (min-width: 1024px) and (max-width: 1100px) {
	#main-header .menu a {
		font-size: 95% !important;
	}
}

.menu-item-has-children::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	font-family: "Material Symbols Outlined";
	font-weight: 300;
	color: var(--accent);
	transform: translate(-50%, 55%);
	font-size: 180% !important;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

.sub-menu {
	height: auto !important;
}
.single-content-wrapper {
	max-width: 1024px;
	margin: 0 auto;
} 
.single-content-wrapper article {
	border-top: 0px !important;
}
#wpadminbar #adminbarsearch .adminbar-button {
	display: none !important;
}
@media(max-width: 1024px){
	.menu, .topbar #connect .flex .flex, #connect .contact-info {
		display: none
	}	
	.swiperHero .drag-center.drag-down{
		align-content: center;
		padding: 2% 0px !important;
	}
	.topbar #connect{
		grid-template-columns: auto;
		position: relative;
	}
	#connect{
		justify-content: center;
	}
	#site-navigation .mobile_nav_bar{
		order: 0;
	}
	#site-navigation {
		grid-template-columns: 1fr 200px 1fr;
		gap: 24px;
		justify-content: space-between;
		align-items: center;
	}

	#site-navigation .hamburger-menu{
		text-align: left;
		padding-left: 10px;
	}
	#site-navigation .phone-number-mobile{
		text-align: right;
		padding-right: 10px;
	}
	.menu-item-has-children:hover  .sub-menu {
		display: none !important;

	}

	#main-header{
		padding: 10px !important;
	}
	.contact_box_left{
		margin: 0 auto 0 0;
	}

}
@media(min-width: 1025px) {
	.phone-number-mobile,
	.hamburger-menu,
	.mobile-menu {
		display: none;
	}
	.mobile-menu-wrapper {
		left: -250px !important;
	}
}

.mobile-menu .sub-menu {
	position: relative;
	width: 100%;
	left: 0;
	background: transparent;
} 

.mobile-menu .menu-item-has-children::after {
	top: -35px;
	bottom: auto;
	right: 0;
	left: auto;
}
.mobile-menu a {
	text-decoration: none;
	color: var(--black) !important;
	font-family: Oswald, var(--fonts) !important;
	font-size: 16px;
	text-align: left;
	display: block;
	text-transform: uppercase;
	display: flex;
	gap: 10px;
	align-items: center;
}
.mobile-menu .sub-menu {
	display: none;
}

.mobile-menu .menu-item-has-children.is-open > .sub-menu {
	display: block !important;
}

#main-header .mobile-menu-wrapper {
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 99 !important;
	width: 0px;
	transition: width 0.5s ease-in-out, transform 0.5s ease-in-out;
	transform: translateX(-250px);
	padding: 10px 20px;
	overflow-x: auto;
}
#main-header .mobile-menu-wrapper.is-open {
	width: 100%;
	display: block;
	transform: translateX(0px);
}

#main-header .mobile-menu-wrapper .menu-item{
	border-bottom: 1px solid #dbdbdb;
	padding: 6px 0 12px;
	list-style: none;
}

#main-header .mobile-menu-wrapper .sub-menu .menu-item:last-child{
	border-bottom: none;
}

.hamburger-menu svg,
.phone-number-mobile svg,
.mobile-menu-close svg {
	width: 34px;
}
.hamburger-menu,
.phone-number-mobile,
.mobile-menu-close {
	background: transparent;
	border: 0px;
}

.mobile-close-btn-wrapper {
	text-align: end;
}

/* Visible when active */

@media(max-width: 1024px) {
	.home #main-header.overlay {
		position: relative !important;
	}


	.mobile-menu-wrapper  {
		transition: left .3s ease-in-out;
	}
	.dim {
		position: relative !important;
		height: 280px !important;
	}
	.dim-md{
		background: transparent !important;
	}
	.home .drag-center{
		height: 100% !important;
	}
	.home .hero,
	.slideshow {
		height: 100% !important;
		padding: 0 !important;
		background: #00000046;
	}
	.page-template-default .drag-center {
		position:  relative !important;
		height: 100% !important;
		left: 0;
	}
	.hero .swiper-wrapper {
		position:  relative !important;
	}
	.swiper-button-next, .swiper-button-prev{
		top: 30% !important;
	}
}
	@media (max-width: 992px) {
		.about-col h4{
			font-size: 20px;
			margin-bottom: 12px;
		}
		.about-col p{
			font-size: 14px;
		}

		.hero h1, .banner_heading h1 {
			font-size: 24px;
		}
		.appointments-section p{
			font-size: 18px;
		}

		.hero .hero-email {
			font-size: 22px;
		}
		.appointments-section{
			padding: 20px;
		}
		.contact-section{
			grid-template-columns: 1fr;
			gap: 20px;
		}
		.contact_box_left{
			padding: 20px;
		}
		.contact-form-panel.active{
			position: relative;
			margin-top: -18%;
		}
		.contact-col{
			padding-bottom: 24px;
		}
		.contact-col h4{
			margin-bottom: 12px;
		}
		.max-container{
			padding: 40px 20px;
		}
		.inner_banner{
			padding: 40px 20px;
		}
	}

	@media (max-width: 768px) {

		.hero h1, .banner_heading h1 {
			font-size: 20px;
		}

		.hero .hero-email {
			font-size: 18px;
			word-break: break-all;
		}

		.hero .hero-subtitle {
			font-size: 16px;
			margin-bottom: 24px;
		}
		.max-container p{
			font-size: 16px;
		}

		.hero-phone {
			font-size: 18px;
		}

		.subscribe-section h2 {
			font-size: 28px;
		}

		.subscribe-form p{
			flex-wrap: wrap;
			gap: 15px;
		}

		.navbar {
			padding: 10px 15px;
		}

		.navbar .logo img {
			height: 50px;
		}
		.contact-us .contact_box_left{
			grid-template-columns: 1fr;
		}
		.map-section, .page-id-40 .footer-top-widget .contact-section .map-section {
			height: 300px;
		}
	}
	
	@media(max-width: 767px){
		.about-col, .grid_box{
			grid-template-columns: 1fr;
			gap: 24px;
		}
		
		.grid_box.fst_sec .left_side{
			order: 1;
		}
		.about-col:nth-child(2) .about_content_box{
			order: 2;
		}
		.section-heading h2,
		.appointments-section p{
			font-size: 16px;
		}
	}
	
	@media(max-width: 600px){
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 24px !important;
	}
	.swiper-button-next, .swiper-button-prev{
		top: 23% !important;
	}
	}
	@media (max-width: 480px) {
		.hero h1, .banner_heading h1 {
			font-size: 18px;
		}

		.hero .hero-email {
			font-size: 14px;
		}

		h2 {
			font-size: 18px;
		}

		h4 {
			font-size: 18px;
		}

		.subscribe-section h2 {
			font-size: 22px;
		}
	}