/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');


/* Generic CSS */
.site{
	overflow: hidden !important;
}
body {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 19px;
    line-height: 1.4;
}

.fishtown-btn a,
.fishtown-btn button {
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 4% 50%, 0% 0%);
    border-radius: 10px !important;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.text-blue {
    color: #29537A;
}

.text-blue-2 {
    color: #214C63;
}

h2 {
    margin-top: 14.7px !important;
    margin-bottom: 31.7px !important;
}

p:empty {
    display: none;
}

header.entry-header,
footer.entry-footer {
    display: none;
}

.wrapper {
    padding: 0px;
}

div#content {
    margin-top: 0px;
    margin-bottom: 0px;
}
div.top-menu-section{
	position: fixed;
    z-index: 9999;
	box-shadow: none;
	background-color: #002f78;
	padding: 0 2% 0px 3%;
	width: 100%;
	top: 0;
	display: flex;
    flex-direction: row-reverse;
}
.home div.top-menu-section {
    position: relative;
    z-index: 9999;
/*     background-color: #a262b2; */
/* 	background-color: #002f78; */
/*     background-image: url("/wp-content/uploads/2025/11/scallop-header-scaled.png"); */
	background: linear-gradient(180deg, #002f78 70%, #002f78f2 100%);
    background-repeat: no-repeat;
    padding: 0 2% 0px 3%;
	transition: all ease .65s !important;
	position: fixed;
    width: 100%;
    top: 0;
/* 	box-shadow: 0 20px 40px rgb(0 47 120); */
	box-shadow: 0 -5px 60px 50px rgb(0 47 120);
    background: linear-gradient(to bottom, rgba(0, 47, 120, 1) 95%, rgba(0, 60, 143, 0) 209%);
	display: flex;
    flex-direction: row-reverse;
	padding-top: 20px;
}


div.top-menu-section .social-icons {
/*     padding: 1% 0px 0px 0px; */
	padding: 20px 0px 0px 0px;
	max-width: 125px !important;
	margin: 0px;
}

div.top-menu-section .social-icons a {
    width: 34px;
    height: 34px;
    background-color: #00bf00;
    color: #FFF;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

div.top-menu-section .social-icons a:hover {
    background-color: #FFF;
    color: #96b1da;
}

div.top-menu-section .social-icons a:not(:last-child) {
    margin-right: 5px;
}

nav.navbar.main-navbar {
    padding: 20px 0px 20px !important;
	padding: 10px 0px 10px !important;
    clear: both;
	width: 100% !important;
}

nav.navbar.main-navbar a.custom-logo-link {
    width: 25%;
    padding: 0px;
    margin: 0px;
}

nav.navbar.main-navbar img {
    max-width: 275px;
    transform: perspective(1000px) scale(1);
    transition: transform .35s;
}

/* nav.navbar.main-navbar img:hover {
    transform: perspective(1000px) scale(1.03);
    opacity: 1;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
} */

#mega-menu-wrap-primary {
    width: 75%;
}

#mega-menu-wrap-primary #mega-menu-primary {
    margin-left: 33px;
    margin-top: -37px;
}

#mega-menu-wrap-primary .mega-indicator { display: none !important; }

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: Raleway, sans-serif;
/*     clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 4% 50%, 0% 0%);
    border-radius: 10px;
    background-image: linear-gradient(rgb(46, 211, 76) 0%, rgb(59, 139, 200) 100%);
    line-height: 26.4px !important;
    height: auto !important; */
    font-size: 22px;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
	background: none !important;
	font-weight: 600 !important;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a {
    padding: 13px 29px !important;
    line-height: 25px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin-right: 12px;
}

#mega-menu-primary .mega-sub-menu {
    display: flex !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 20px 10px !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12) !important;
}

#mega-menu-primary .mega-sub-menu a {
    white-space: nowrap !important;
}

#mega-menu-primary .mega-sub-menu a {
    background-color: transparent !important;
}

#mega-menu-primary .mega-sub-menu .mega-menu-item:not(:last-child):after {
    content: '|' !important;
    position: absolute !important;
    top: 1px !important;
    right: -2px !important;
    display: block !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: none !important;
}

.whatson-fishtown-section {
    background-image: radial-gradient(circle, rgb(162, 98, 178) 32%, rgb(73, 51, 102) 100%);
}

.whatson-fishtown-section p {
    color: #fff4db;
    font-size: 1.3em;
}

.whatson-fishtown-section .vc_custom_heading {
    font-size: 42px;
    font-weight: 400;
    font-family: Raleway, sans-serif;
}

.whatson-fishtown-section .catch-section-images img {
    transition: transform .35s;
    transform: scale(1);
}

.whatson-fishtown-section .catch-section-images img:hover {
    transition: opacity .35s, transform .35s;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
    transform: scale(1.03);
}

.fishtown-vibe-section .vibe-box>.vc_column-inner {
    position: relative;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
}

.fishtown-vibe-section .vibe-box>.vc_column-inner:hover {
    filter: saturate(165%) brightness(144%);
}

.fishtown-vibe-section .vibe-box>.vc_column-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.25);
    transition: transform 1s ease;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.fishtown-vibe-section .vibe-box>.vc_column-inner:hover::before {
    transform: scale(1);
}

.fishtown-vibe-section .vibe-box>.vc_column-inner>* {
    position: relative;
    z-index: 1;
}
.vibe-box-link .wpb_wrapper > h3 > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.fishtown-love-section {
    padding-bottom: 40px;
    background-image: radial-gradient(circle, rgb(255, 255, 255) 67%, rgba(216, 198, 0, 0.28) 100%);
}

.fishtown-love-section-img img {
    box-shadow: 0px 15px 41px 14px #9e9e9e;
}

.fishtown-vibe-section {
    background-image: linear-gradient(rgb(255, 255, 255) 16%, rgb(0, 183, 255) 35%, rgb(87, 199, 133) 66%, rgb(237, 221, 83) 100%);
}

.fishtown-vibe-section .section-title {
    font-family: Raleway, sans-serif;
    font-size: 2em;
    line-height: 1.1;
    color: #29537a;
    font-weight: 400;
    letter-spacing: -0.57px;
}

.fishtown-vibe-section .highlighted-text {
    padding-bottom: 0px;
    font-size: 91px;
    line-height: 1.1;
    color: #a262b2;
    font-style: italic;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    letter-spacing: -0.015em;
}

.fishtown-vibe-section .section-para {
    color: #29537a;
}

.fishtown-vibe-section .wpb_text_column {
    font-family: Raleway, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    display: block;
/*     background-color: rgba(255, 255, 255, .65); */
/*     padding: 2%; */
    width: 65%;
    margin: auto;
    margin-bottom: 20px;
}

.fishtown-vibe-section .vibe-row .vc_column-inner {
    height: 317px;
}

.fishtown-vibe-section .vibe-row .wpb_wrapper {
    height: 100%;
    width: 100%;
    padding: 20% 4.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 20px;
    background: #0a0a0a94;
    border: 2px solid #FFF;
}

.fishtown-vibe-section .vibe-row .wpb_wrapper> :first-child {
    font-family: Raleway, sans-serif;
    color: #FFF;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    text-align: center;
    font-size: 1.4em;
}

.fishtown-vibe-section .vibe-row .wpb_wrapper> :last-child {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(59, 139, 200);
    background-image: linear-gradient(rgb(59, 139, 200) 0%, rgb(104, 167, 144) 100%);
    color: #FFF;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-attachment: scroll;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 4% 50%, 0% 0%);
    padding: 13px 29px !important;
    border-radius: 10px;
}

@media only screen and (min-width: 3200px) {
    .fishtown-vibe-section .vibe-row .wpb_wrapper {
        justify-content: center;
        padding: 0px;
    }
}

h2.local-block-title {
    font-size: 76px;
    font-weight: bold;
    line-height: .9;
}

h2.local-block-title .txt-1 {
    color: #76467f;
    font-family: Lora;
    font-style: italic;
    font-weight: 600;
}

h2.local-block-title .txt-2 {
    color: #bc2f59;
    font-style: italic;
    font-weight: 600;
}

h2.local-block-title .txt-3 {
    font-size: 48px;
    color: #29537a;
    font-style: italic;
    font-weight: 600;
    font-family: 'Raleway';
}

.text-block-desc p,
.text-block-desc li {
    color: #214c63;
}

.text-block-desc h5 {
    color: #29537a;
    font-weight: 700;
}

.every-visit-is-an-experience-column {
    position: relative;
    box-shadow: rgb(158, 158, 158) 0px 15px 41px 14px;
}

.every-visit-is-an-experience-column>div.vc_column-inner {
/*     background: linear-gradient(180deg, #ededed 68%, #5c4e72 100%), url("/wp-content/uploads/2025/11/First_Friday_Old_City.jpg?id=20728") !important;
    background-blend-mode: multiply !important; */
    background-position-x: 50% !important;
    background-position-y: 62% !important;
    background-size: cover !important;
}

.every-visit-is-an-experience-desc {
    position: absolute;
    bottom: 25%;
    right: 60px;
}
.every-visit-is-an-experience-column > div.vc_column-inner::before {
    content: "";
    position: absolute;
    display: block;
    inset: 0;
    background: linear-gradient(180deg, rgb(237 237 237 / 0%) 68%, rgb(92 78 114 / 75%) 100%);
}

.every-visit-is-an-experience-desc .head-text {
    font-family: Raleway, sans-serif;
    font-size: 76px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    display: block;
    margin-bottom: 70px !important;
    margin-bottom: 50px !important;
    opacity: .85;
}

.every-visit-is-an-experience-desc .sub-head-text {
    font-size: 27px !important;
    line-height: 1;
    opacity: .85;
}

.every-visit-is-an-experience-desc p {
    text-align: end;
    color: #fff;
}

div.wrapper-footer {
    padding: 2% 10% !important;
/*     background-image: linear-gradient(rgb(162, 98, 178) 0%, rgb(76, 10, 84) 100%); */
	background-color: #67089b;
    color: #FFF;
	overflow: hidden;
	background-image: radial-gradient(circle, rgb(162, 98, 178) 32%, rgb(73, 51, 102) 100%);
}
.site-footer figure{
	margin-bottom: 0px !important;
}


div.wrapper-footer img {
/*     max-width: 73.5%; */
    max-width: 100%;
}

.find-it-fishtown-row .find-it-button {
    background-color: rgb(59, 139, 200);
    background-image: linear-gradient(rgb(59, 139, 200) 0%, rgb(104, 167, 144) 100%);
    color: #FFF;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-attachment: scroll;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 4% 50%, 0% 0%);
    font-size: 18px;
    padding: 13px 29px !important;
}

.find-it-fishtown-row .find-it-desc {
    font-size: 26px;
    font-family: Raleway, sans-serif;
}

#find_it_fishtown_bg_images>.owl-stage-outer {
    height: 600px !important;
    border-top: 6px solid #c9c936 !important;
    filter: brightness(0.5);
}
.build-some-speacial-section a{
    background-color: #214c63 !important;
    background-image: linear-gradient(rgb(59, 139, 200) 0%, rgb(104, 167, 144) 100%) !important;
    border: 0px !important;
}
.build-some-speacial-section a:hover{
    background-image: none !important;
    border: none;
}
.build-some-speacial-text h2{
    font-size: 3.125rem !important;
}
.build-some-speacial-section a{
    font-size: 22px !important;
}
/*.owl-carousel .owl-item figure{*/
/*    position: relative;*/
/*}*/
#find_it_fishtown_bg_images .owl-item img{
    height: 690px !important;
    object-fit: cover;
    object-position: center;
}
@media only screen and (min-width: 2000px){
	#find_it_fishtown_bg_images .owl-item img, #find_it_fishtown_bg_images>.owl-stage-outer{
		height: 637px !important;
	}
	#find_it_fishtown_bg_images .owl-item img{
		object-position: center 67%;
	}
}

.find-it-fishtown-row {
    position: relative;
}

.find-it-fishtown-logo-row {
    position: absolute;
    top: calc(50% - 112.4px);
    top: calc(50% - 19%);
    left: 0;
    right: 0;
}

#ftown_banner .ft-hex-wrap.precise .ft-hex-stage {
    transition: filter 425ms ease, transform 425ms ease, background-color 425ms ease, border-color 425ms ease;
}

#ftown_banner .ft-hex-wrap.precise .ft-hex-stage:hover {
    filter: saturate(200%);
}

.build-some-speacial-section .we-building-column .vc_column-inner>.wpb_wrapper {
/*     max-width: 60%;
    margin: 0 auto; */
}

.build-some-speacial-text {
    color: #29537a;
    font-size: 35px;
    line-height: 40px;
    margin: 10px !important;
/*     border: 2px solid #fff; */
/*     padding: 5%; */
    font-family: Raleway, sans-serif;
	padding-bottom: 20px !important;
}

.we-building-column>.vc_column-inner>.wpb_wrapper {
/*     background: #ffffffc7; */
}

.find-it-out-column>.vc_column-inner>.wpb_wrapper:hover {
    transform: scale(1.05);
}

.find-it-out-column>.vc_column-inner>.wpb_wrapper {
    transition: transform 300ms ease, filter 300ms ease, background-color 300ms ease, border-color 300ms ease
}

.inspired-section {
    background-blend-mode: multiply;
}

.inspired-text {
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: bold;
/*     text-shadow: 0 0 10px #000000; */
}

.inspired-text .inspired-txt1 {
    color: #aeeefc;
	color: #002f78;
}

.inspired-text .inspired-txt1>span {
    color: #6ae1fc;
	color: #002f78;
}

.inspired-text .inspired-txt2 {
    color: #efe62f;
}

.inspired-text .inspired-txt2>span {
    color: #b0ff33;
}

.find-it-fishtown-section {
    overflow: hidden !important;
}

.find-it-fishtown-section .vc_btn3, #gform_submit_button_8, #gform_submit_button_4, #gform_submit_button_7 {
    background-color: #214c63 !important;
    background-image: linear-gradient(rgb(59, 139, 200) 0%, rgb(104, 167, 144) 100%);
    border: 0px;
}

.find-it-fishtown-section .vc_btn3:hover, #gform_submit_button_8:hover, #gform_submit_button_4:hover, #gform_submit_button_7:hover {
    background-image: none;
    border: none;
}

.contact-page-section .contact-page-title {
    color: #29537a;
    font-size: 25px;
    font-weight: 600;
}

.contact-us-details {
    color: #214c63;
    font-size: 20px;
    font-weight: 500;
}

.contact-page-executive-team-title {
    font-size: 30px;
    font-weight: 600;
    color: #29537a;
}

.contact-us-details span.member-name {
    font-size: 22px;
    font-weight: 600;
}

.contact-us-details .member-title {
    font-style: italic;
}
.build-some-speacial-section {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
    .home-hero-section {
        overflow: hidden;
    }
}

.fishtown-love-section-img>*,
.fishtown-love-section-img .vc_single_image-wrapper,
.fishtown-love-section-img img,
.catch-section-images>*,
.catch-section-images .vc_single_image-wrapper,
.catch-section-images img {
    width: 100% !important;
}
.whatson-fishtown-section{
	padding-right: 10% !important;
}
.text-block-local{
	margin-bottom: 82px !important;
}
.find-it-out-column > .vc_column-inner {
	padding-top: 5% !important;
    padding-right: 10.76% !important;
    padding-bottom: 7% !important;
    padding-left: 10.76% !important;
}
.fishtown-love-section > .wpb_row > .wpb_column:first-child > .vc_column-inner{
	margin-top: 37px !important;
    margin-right: 6.72% !important;
    margin-bottom: 53px !important;
    margin-left: 9.36% !important;
    padding-top: 3% !important;
    padding-right: 20px !important;
    padding-bottom: 0px !important;
    padding-left: 5% !important;
}
.whatson-fishtown-row{
	margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}
@media only screen and (max-width: 1200px){
	.fishtown-vibe-section .vibe-row .wpb_wrapper> :first-child{
		font-size: 1.2em;
	}
}
@media only screen and (max-width: 1024px){
	.fishtown-vibe-section .vibe-row .wpb_wrapper> :last-child{
		padding: 13px 15px !important;
		font-size: 16px;
	}
	.fishtown-vibe-section .vibe-row .wpb_wrapper> :first-child{
		font-size: 1.0em;
	}
	.every-visit-is-an-experience-desc {
		right: 12px;
	}
	.every-visit-is-an-experience-desc .head-text{
		font-size: 60px;
	}
	.every-visit-is-an-experience-desc .sub-head-text{
		font-size: 20px !important;
	}
	.whatson-fishtown-section{
		padding-right: 5% !important;
	}
	.find-it-fishtown-row .find-it-desc {
		font-size: 22px;
		font-family: Raleway, sans-serif;
	}
	.fishtown-vibe-section .wpb_text_column{
		width: 75%;
	}
	.vibe-row{
		justify-content: center;
	}
	.vibe-row > .vibe-box {
		width: 33% !important;
	}
	h2.local-block-title{
		font-size: 60px;
	}
	h2.local-block-title .txt-3{
		font-size: 40px;
	}
	.text-block-local{
		margin-bottom: 35px !important;
	}
	.every-visit-is-an-experience-desc .head-text{
		margin-bottom: 30px !important;
	}
	.find-it-out-column > .vc_column-inner {
		padding-top: 5% !important;
		padding-right: 6.5% !important;
		padding-bottom: 7% !important;
		padding-left: 6.5% !important;
	}
	
}
@media only screen and (max-width: 992px){
	 h2.local-block-title {
        font-size: 45px;
    }
	h2.local-block-title .txt-3 {
        font-size: 32px;
    }
	.build-some-speacial-text h2 {
		font-size: 2.5rem !important;
	}
	.fishtown-vibe-section .vibe-row .vc_column-inner {
		height: 246px;
	}
	.every-visit-is-an-experience-column{
		min-height: 400px;
	}
	
}
@media only screen and (max-width: 767.98px){
	
	.every-visit-is-an-experience-desc{
		margin-bottom: 0px !important;
	}
	.fishtown-vibe-section .wpb_text_column {
        width: 100%;
    }
	.fishtown-vibe-section .vibe-row .wpb_wrapper> :first-child {
        font-size: 1.4em;
    }
	.fishtown-vibe-section .vibe-row .wpb_wrapper> :last-child{
		font-size: 20px;
		padding: 13px 25px !important;
	}
	.fishtown-vibe-section .vibe-row .vc_column-inner {
        height: 300px;
    }
}
@media only screen and (max-width: 600px){
	.fishtown-vibe-section .section-title{
		font-size: 1.5em;
	}
	.fishtown-vibe-section .highlighted-text{
		font-size: 70px;
	}
	.vibe-row > .vibe-box {
        width: 90% !important;
    }
	.fishtown-love-section > .wpb_row > .wpb_column:first-child > .vc_column-inner{
		margin-right: 3% !important;
		margin-left: 3% !important;
	}
	.every-visit-is-an-experience-desc .head-text {
        font-size: 45px;
    }
	.fishtown-vibe-section .wpb_text_column{
		line-height: 1.1em;
	}
	.whatson-fishtown-row > .wpb_column:first-child > .vc_column-inner, .whatson-fishtown-row{
		padding-right: 0 !important;
	}
	.whatson-fishtown-row > .wpb_column > .vc_column-inner{
		padding: 0 !important;
	}
	.build-some-speacial-text h2 {
        font-size: 2rem !important;
    }
	.find-it-fishtown-logo-row{
		flex-direction: column;
		align-items: center;
	}
	.find-it-fishtown-logo-row > .wpb_column {
		width: 84% !important;
	}
	.find-it-fishtown-logo-row > .wpb_column .wpb_single_image{
		margin-bottom: 0 !important;
	}
	.find-it-fishtown-logo-row > .wpb_column img{
		max-width: 240px !important;
	}
}
/* About Page CSS */
.page-about-leading {
    background: linear-gradient(rgb(162, 98, 178) 0%, rgb(59, 139, 200) 71%);
    color: #FFF;
    font-style: italic;
}

.page-about-section {
    padding-top: 4%;
    padding-right: 10%;
    padding-bottom: 2%;
    padding-left: 10%;
}

.page-about-section .heading {
    font-size: 53px;
    color: #29537A;
    font-weight: 600;
}

.page-about-section .sub-heading {
    font-size: 30px;
    color: #29537A;
    font-weight: 600;
    letter-spacing: -0.45px;
}

.page-about-section .vc_grid .vc_grid-item {
    width: 20%;
    display: inline-block !important
}

.page-about-section .image-text-block img {
    width: 486px;
}

.page-about-section>.vc_row:first-child>.wpb_column:first-child {
    padding-right: 1.8%;
}

.page-about-section>.vc_row:first-child>.wpb_column:last-child {
    padding-left: 1.8%;
}

.page-about-section .about-sidebar>.vc_column-inner>.wpb_wrapper {
    padding: 10%;
    background-image: radial-gradient(circle at center center, #FFFFE0 13%, #E1F2D5 71%);
}

.page-about-section .about-sidebar .vc_custom_heading {
    color: #29537A;
    font-size: 30px;
    font-weight: 600;
}

.about-gallary-section .vc_grid-item:hover {
    z-index: 1;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
    transform: perspective(1000px) scale(1.03);
}

.about-gallary-section .vc_grid-item {
    transition: transform .35s;
}

.important-governance-links-column>.vc_column-inner>.wpb_wrapper {
    background-image: radial-gradient(circle at center center, #FFFFFF 28%, rgba(173, 191, 216, 0.15) 100%);
    padding: 2% 5%;
    margin: 0 1.92% 0 0;
}

.governance-links-list li {
    margin: 29.26px 0 16.50px;
}

.governance-links-list li h4 a {
    color: rgb(59, 139, 200);
    font-size: 22px !important;
}

.governance-link-title {
    font-weight: 600;
}

.business-thrive-text {
    font-size: 18px;
}

.board-of-director-title {
    font-weight: 600;
}

.advisory-board-title,
.inside-the-bid-title {
    font-weight: 600;
}

.fishtown-btn button {
    font-size: 16px !important;
}

.about-page-hero-headline,
.page-about-section .heading,
.page-about-section .sub-heading,
.inside-the-bid-title,
.our-missition-and-matter-title,
.our-missition-and-matter-sub-head,
.board-of-director-title,
.advisory-board-title,
.governance-link-title,
.fishtown-btn button,
.fishtown-btn a,
.governance-links-list li h4 a {
    font-family: "Raleway", sans-serif;
}

.fishtown-btn button:hover {
    background-color: #33709e !important;
}

.fishtown-btn button,
.fishtown-btn a {
    padding: 13px 29px !important;
}

.governance-links-list li h4 a:hover {
    color: #68A790 !important;
}
.about-heading{
	margin-top: 35px !important;		
}
.governance-links{
		padding-bottom: 80px !important;
	}
.page-about-section{
    padding-top: 4% !important;
    padding-right: 10% !important;
    padding-bottom: 2% !important;
    padding-left: 10% !important;
}
.our-mission-why-matter-section{
	padding-left: 40px !important;
}
.board-of-director-title, .governance-link-title{
	font-size: 42px !important;
}
.about-page-hero-headline{
	font-size: 30px !important;
}
@media only screen and (max-width: 1024px){
	.about-heading{
		margin-top: 0px !important;
	}
	.page-about-section .heading{
		font-size: 44px;
	}
	.page-about-section .sub-heading{
		font-size: 30px;
	}
	.page-about-section .image-text-block img {
		width: 260px;
	}
	.advisory-board-title{
		font-size: 34px !important;
	}
	.inside-the-bid-title{
/* 		font-size: 22px !important; */
	}
	.page-about-section{
		padding-top: 4% !important;
		padding-right: 7% !important;
		padding-bottom: 2% !important;
		padding-left: 7% !important;
	}
	.governance-links{
		padding-bottom: 2% !important;
	}
	.our-mission-why-matter-section{
		padding-left: 0px !important;
	}
	.page-about-section .about-sidebar .vc_custom_heading{
		font-size: 30px !important;
	}
	.board-of-director-title{
		font-size: 38px !important;
	}
}
@media only screen and (max-width: 992px){
	.inside-the-bid-title {
        font-size: 25px !important;
    }
	.advisory-board-title {
        font-size: 30px !important;
    }
	.board-of-director-title {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 767.98px){
	.advisory-board-title {
        font-size: 25px !important;
    }
	.page-about-section .sub-heading {
        font-size: 25px;
    }
}
@media only screen and (max-width: 600px){
	 .page-about-section .image-text-block img {
        width: 100%;
    }
	.board-of-director-title{
		font-size: 40px !important;
	}
	.directors-columns > .wpb_column {
		width: 100%;
	}
	.governance-link-title{
		font-size: 35px !important;
	}
	    .page-about-section .heading {
        font-size: 40px;
    }
	.about-page-hero-headline{
		font-size: 25px !important;
		margin-bottom: 14.7px !important;
	}
}

/* Improve Page CSS */
.page-improve-leading {
    background: linear-gradient(rgb(162, 98, 178) 0%, rgb(59, 139, 200) 71%);
    color: #FFF;
    font-style: italic;
}

.page-improve-section > .vc_row {
    background: rgba(255, 255, 255, 0.91);
    padding: 5% 10% 5%;
    margin: 0px;
}
.fishtowns-unique-streets-para img{
    max-width: 600px;
    padding: 0 0 3% 3%;
}
.unique-street-images > .wpb_wrapper > .vc_single_image-wrapper{
    overflow: hidden !important;
}

.unique-street-images .vc_single_image-wrapper {
    position: relative;
    overflow: hidden;
}

.unique-street-images .vc_single_image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease-out;
    transform-origin: center center;
}
.improve-main-heading{
	font-size: 53px !important;
}
.improve-sub-headline{
	font-size: 42px !important;
}
.guiding-you-streets{
	font-size: 42px !important;
}
.page-improve-section{
	padding-top: 4% !important;
    padding-right: 10% !important;
    padding-bottom: 7% !important;
    padding-left: 10% !important;
}
@media only screen and (max-width: 1024px){
	.page-improve-section > .vc_row{
/* 		padding: 2% 7% 5%; */
	}
	.improve-main-heading{
		font-size: 45px !important;
	}
	.improve-sub-headline{
		font-size: 35px !important;
	}
	.guiding-you-streets{
		font-size: 40px !important;
	}
	.fishtowns-unique-streets-para img {
		max-width: 100%;
		padding: 0 0 3% 0;
	}
}
@media only screen and (max-width:992px){
	.improve-sub-headline {
		font-size: 32px !important;
	}
	.page-improve-section{
		padding-bottom: 2% !important;
	}
}
@media only screen and (max-width: 767.98px){
	.page-improve-section{
		padding-right: 5% !important;
		padding-left: 5% !important;
	}
	.improve-main-heading {
        font-size: 35px !important;
    }
	.improve-sub-headline {
        font-size: 30px !important;
    }
	.stronger-fishtown-inner-section > .wpb_column:first-child{
		padding: 8px !important;
	}
	.guiding-you-streets {
        font-size: 35px !important;
    }
}
@media only screen and (max-width:600px){
	.guiding-you-streets {
        font-size: 30px !important;
    }
}
/* End Improve Page CSS */

/* Start Contact Page CSS */
.contact-page-section .contact-page-title {
    color: #29537a;
    font-size: 22px;
    font-weight: 600;
    margin: 29.26px 0 16.50px;
    font-family: "Raleway", sans-serif;
}

.contact-us-details {
    color: #214c63;
    font-size: 19px;
    font-weight: 400;
}

.contact-page-executive-team-title {
    font-size: 30px;
    font-weight: 600;
    color: #29537a;
    font-family: "Raleway", sans-serif;
}

.contact-us-details span.member-name {
    font-size: 19px;
    font-weight: 700;
}

.contact-us-details .member-title {
    font-style: italic;
}

.contact-us-details a {
    color: #3b8bc8 !important;
}

.contact-us-details a:hover {
    color: #68a790 !important;
}
.contact-page-section{
	padding-top: 4% !important;
    padding-right: 10% !important;
    padding-bottom: 2% !important;
    padding-left: 10% !important;
}
.contact-inner-page-section{
	padding-bottom: 80px !important;
}
@media only screen and (max-width: 1024px){
	.contact-page-section{
		padding-top: 0% !important;
		padding-bottom: 0% !important;
	}
	.contact-inner-page-section{
		padding-bottom: 0px !important;
	}
}
@media only screen and (max-width: 600px){
	.contact-page-section{
		padding-right: 2% !important;
		padding-left: 2% !important;
	}
	.board-of-director-title {
        font-size: 35px !important;
    }
}
/* End Contact Page CSS */


/* Scroll to Top */
#bs-scroll-top {
    position: fixed;
    right: 20px;
    bottom: 0px;
    width: 44px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    background: rgb(162, 98, 178);
	background: #67089b;
    color: #fff;
    border-radius: 6px 6px 0px 0px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

/* visible state */
#bs-scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    clip: auto;
}

/* hover/focus states */
#bs-scroll-top:focus,
#bs-scroll-top:hover {
    background: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    outline: none;
}

/* improve keyboard visibility (if you use sr-only pattern you may want to hide arrow to screen readers) */
.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sr-only-focusable:focus .screen-reader-text,
.sr-only-focusable:active .screen-reader-text {
    left: 1px;
    top: 1px;
    width: auto;
    height: auto;
    overflow: visible;
}
/* End Scroll to Top */
/* happening page css */
.happing-page-icon > .vc_icon_element-inner{ height: 3.5em !important; width: 3.5em !important; border-width: 4px !important; }

.happening-page-hero-section p {
    font-size: 22px;
    color: #cdf954 !important;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    margin: 29.2px 0 16.5px !important;
}
.happing-page-icon > .vc_icon_element-inner {
    cursor: pointer;
    transition: all .3s ease; 
}

.happing-page-icon > .vc_icon_element-inner:hover {
    transform: scale(.93);
    border: 4px solid transparent;
    animation: pulse 2s ease;
}

@keyframes pulse {
    0% {
        border-width: 4px;
        border-color: transparent;
    }
    100% {
        border-width: 10px;
        border-color: #a262b2;
    }
}
/* end happening page css */
/* clean page css */
.about-page-section h1 {
    font-family: "Raleway", sans-serif;
    font-size: 53px;
    font-weight: 600;
}
.about-page-section h2{
    font-size: 42px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin: 14.7px 0 31.5px !important;
}
.about-page-section .our-crew-titile{
    font-size: 42px !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 400;
    font-style: italic;
}
.about-page-section:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    background: #a262b2;
    top: 0;
    opacity: 0.5;
    left: 0;
}
.about-inner-row{
    position: relative;
    z-index: 1;
}
.clean-page-section .heading{
		margin-top: 35px !important;
		margin-bottom: 39px !important;
	}
.clean-page-section{
	padding-top: 2% !important;
    padding-right: 10% !important;
    padding-bottom: 2% !important;
    padding-left: 10% !important;
}
.clean-sub-row{
	padding-top: 2% !important;
    padding-right: 10% !important;
    padding-bottom: 5% !important;
    padding-left: 10% !important;
}
@media only screen and (max-width: 1024px){
	.clean-page-section .heading{
		margin-top: 15px !important;
		margin-bottom: 20px !important;
	}
}
@media only screen and (max-width: 992px){
	.clean-page-section .heading{
		font-size: 45px !important;
	}
}
@media only screen and (max-width: 767.98px){
	    .clean-page-section .heading {
        font-size: 42px !important;
    }
}
@media only screen and (max-width: 600px){
	.clean-page-section{
		padding-right: 5% !important;
		padding-left: 5% !important;
	}
	.clean-sub-row{
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	 .clean-page-section .heading {
        font-size: 35px !important;
    }
	.about-page-section .our-crew-titile {
		font-size: 30px !important;
	}
}
/* end clean page css */
/* safe page css */
.safe-page-inner-title{
    font-size: 53px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin: 35.5px 0 39.7px !important;
}
div#safe_page_bg_image{
    max-width: 800px;
    margin: 0 auto;
}
.ambassador-text{
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: 600;
}
#safe_page_bg_image.owl-theme .owl-dots .owl-dot span {
    background: #000; /* dot color */
}
#safe_page_bg_image.owl-theme .owl-dots .owl-dot.active span,
#safe_page_bg_image.owl-theme .owl-dots .owl-dot:hover span {
    background: #f00; /* active/hover color */
}
#safe_page_bg_image.owl-theme .owl-dots {
    margin-top: -35px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#safe_page_bg_image.owl-theme .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: #214C63 !important;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    transition: width height;
    transition-duration: .3s;
}
#safe_page_bg_image.owl-theme .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: #FFF !important;
}
div#safe_page_bg_image .item:hover {
    transform: scale(1.1);
    
}
div#safe_page_bg_image .item{
    transition: transform .35s;
}
.safe-slider-section > .vc_column-inner {
	padding-top: 2% !important;
	padding-right: 10% !important;
	padding-bottom: 2% !important;
	padding-left: 10% !important;
}
.safe-slider-section.video > .vc_column-inner{
	padding-bottom: 0 !important;
}
@media only screen and (max-width: 1024px){
	.safe-page-inner-title {
		font-size: 40px;
		margin: 20px 0 20px !important;
	}
	.ambassador-text{
		font-size: 20px;
	}
}
@media only screen and (max-width: 992px){
	.safe-slider-section > .vc_column-inner {
		padding-right: 0% !important;
		padding-left: 0% !important;
	}
	.safe-page-inner-title {
        font-size: 38px;
	}

}
/* end safe page css */
/* footer css  */
#mega-menu-footer_menu .mega-sub-menu{
/*     left: 130px !important; */
    left: 12px !important;
/*     top: 0px !important; */
    top: 35px !important;
    padding: 2px !important;
    display: flex !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12) !important;
}
#mega-menu-footer_menu .mega-sub-menu .mega-menu-item:not(:last-child):after {
    content: '|' !important;
    position: absolute !important;
    top: 1px !important;
    right: -2px !important;
    display: block !important;
}
#mega-menu-footer_menu .mega-menu-item > a:hover{
/*     color: #65bc7b !important; */
    color: #fff !important;
}
#mega-menu-footer_menu .mega-menu-item > a{
/*     color: #212934 !important; */
    color: #fff !important;
/*     font-size: 21px !important; */
    font-size: 14px !important;
    font-weight: 400 !important;
}
#mega-menu-footer_menu .mega-sub-menu  a, #mega-menu-footer_menu .mega-sub-menu  a:hover {
	 color: #212934 !important;
}

#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: none !important;
}
#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link{
	padding: 0 12px !important;
}
#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background-color: #fff !important;
    font-size: 14px !important;
}
#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background-color: #f9f9fb !important;
    background-color: transparent !important;
}
#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background-color: transparent !important;
}
#mega-menu-footer_menu {
    display: flex !important;
/*     flex-direction: column; */
	width: 370px !important;
}
#mega-menu-wrap-footer_menu #mega-menu-footer_menu li.mega-menu-item > ul.mega-sub-menu > li {
    /* border-bottom: 1.2px solid #e2e2e2; */
}
#mega-menu-wrap-footer_menu #mega-menu-footer_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
/*     transform: rotate(270deg); */
}
.logged-in div#page-wrapper{
/* 	margin-top: 9.66%; */
	margin-top: 140px;
	margin-top: 72px;
}
.home.logged-in div#page-wrapper{
/* 	margin-top: 9.66%; */
	margin-top: 135px;
	margin-top: 85px;
}

div#page-wrapper, div#single-wrapper {
/* 	margin-top: 9.66%; */
	margin-top: 170px;
	margin-top: 105px;
}
.home div#page-wrapper{
/* 	margin-top: 9.66%; */
	margin-top: 168px;
	margin-top: 122px;
}
@media only screen and (min-width: 2500px){
	.home div#page-wrapper{
	/* 	margin-top: 9.66%; */
		margin-top: 152px;
	}	
	div#page-wrapper{
	/* 	margin-top: 9.66%; */
		margin-top: 183px;
	}	
}
.fishtown-vibe-hero-section .section-title, .fishtown-vibe-hero-section .highlighted-text{
    color: #fff !important;
}
.fishtown-vibe-hero-section{
    position: relative;
    min-height: 350px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    background: none !important;
}
/*.fishtown-vibe-hero-section:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -26%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(/wp-content/uploads/2025/12/fishtown-district-hero-gradient-blue.png) no-repeat center / cover;*/
/*    z-index: 2;*/
/*}*/
.fishtown-vibe-hero-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0000000f;
    top: 0;
    left: 0;
}
.home-ccli{
    font-size: 1.9em !important;
}
.fishtown-vibe-hero-section .highlighted-text{
    font-weight: 400 !important;
}
.top-menu-section nav{
    transition: all ease .65s !important;
}
.top-menu-section.scroll{
    box-shadow: none !important;
}
.top-menu-section.scroll{
    padding-top: 0 !important;
    /*padding-bottom: 10px;*/
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
	background: none !important;
}
@media only screen and (max-width: 1200px){
	div#page-wrapper{
		margin-top: 104px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a {
		padding: 13px 15px !important;
		line-height: 25px !important;
	}
}
@media only screen and (max-width: 1024px){
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a{
		padding: 18px 15px !important;
		padding: 18px 8px !important;
		font-size: 20px !important;
	}
	nav.navbar.main-navbar img{
		max-width: 100% !important;
	}
	div#page-wrapper {
        margin-top: 85px !important;
    }
}
@media only screen and (max-width: 992px){
	 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a {
		padding: 18px 10px !important;
		 padding: 20px 2px !important;
		font-size: 17px !important;
	}
	div#page-wrapper {
        margin-top: 70px !important;
    }
}
@media only screen and (max-width:767.98px){
	#mega-menu-wrap-primary #mega-menu-primary{
		margin: 0;
	}
	#mega-menu-wrap-primary .mega-indicator { display: block !important; }
	#mega-menu-primary .mega-sub-menu {
		display: none !important;
		border-top-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		padding: 10px 6px !important;
		box-shadow: none !important;
	}
	#mega-menu-primary .mega-toggle-on .mega-sub-menu{
		display: block !important;
	}
	#mega-menu-primary .mega-sub-menu .mega-menu-item:not(:last-child):after{
		content: none !important;
	}
	 div#page-wrapper {
        margin-top: 152px !important;
    }
	 .home div#page-wrapper {
        margin-top: 230px !important;
    }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		color: black !important;
		font-size: 18px !important;
		font-weight: 600 !important;
	}
	nav.navbar.main-navbar a.custom-logo-link{
		width: 70% !important;
	}
	#mega-menu-wrap-primary {
		width: 20% !important;
	}
	.home div.top-menu-section, div.top-menu-section{
		flex-direction: column !important;
		align-items: end !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after{
		font-size: 50px !important;
	}
	#mega-menu-primary > li.mobile-sidebar-logo > a{
		display: inline-flex !important;
  		align-items: center;
	}
	#mega-menu-primary > li.mobile-sidebar-logo > a > img{
		max-width: 100%;
		height: auto;
		display: block;
/* 		filter: brightness(0.5) invert(1); */
	}
	#mega-menu-primary{
		padding-top: 40px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		padding: 0px;
		padding-left: 3px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		width: fit-content;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close{
		left: calc(min(100vw - 40px, 180px)) !important;
	}
	#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		font-size: 12px !important;
		padding: 0px 8px !important;
	}
}
@media only screen and (max-width: 600px){
	.home div#page-wrapper {
        margin-top: 170px !important;
    }
}
@media only screen and (max-width: 376px){
	#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		font-size: 12px !important;
		padding: 0px 5px !important;
	}
}
/* footer css */
.fishtown-address, .fishtown-address a {
    display: flex;
    align-items: center;
	gap: 12px;
	color: #fff;
}
.fishtown-address > i, .fishtown-address a > i{
	font-size: 28px;
	color: #fff;
}
.fishtown-address > span, .fishtown-address a > span {
    font-size: 12px;
    text-align: center;
	color: #fff;
}
.fishtown-address a > span{
	font-size: 14px;
}
div#mega-menu-wrap-footer_menu{
/* 	left: -35px; */
}
.fishtown-social a > i {
    font-size: 20px;
    color: #fff;
}
.fishtown-social > a {
    margin-right: 12px;
}
.fishtown-address img {
    width: 35px !important;
/*     filter: brightness); */
    filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1200px){
	.fishtown-social > a {
		margin-right: 8px;
	}
	#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0 8px !important;
	}
}
@media only screen and (max-width: 1024px){
	div.wrapper-footer {
		padding: 2% 2% !important;
	}
}
@media only screen and (max-width: 767.98px){
	#mega-menu-footer_menu{
		max-width: 100% !important;
	}
	#mega-menu-wrap-footer_menu .mega-menu-toggle + #mega-menu-footer_menu{
		background: #ffffff00 !important;
	}
	#mega-menu-wrap-footer_menu .mega-menu-toggle {
		display: none;
	}
	#mega-menu-footer_menu .mega-sub-menu{
		display: none !important;
	}
	#mega-menu-footer_menu .mega-toggle-on .mega-sub-menu{
		display: flex !important;
	}
}
@media only screen and (max-width: 992px){
	.site-footer .row > .col-12:not(:first-of-type) {
		width: 26% !important;
	}
	.site-footer .row > .col-12:nth-child(3) {
		width: 21% !important;
	}
	div.wrapper-footer img {
		/* max-width: 73.5%; */
		max-width: 35%;
		margin-bottom: 10px;
	}
	.site-footer .row > .col-12:nth-child(4) {
		width: 42% !important;
	}
	.site-footer .row > .col-12:last-child {
		width: 10% !important;
	}
	div.wrapper-footer {
        padding: 2% 2% 5% !important;
    }
}
@media only screen and (max-width: 767.98px){
	.site-footer .row > .col-12:not(:first-of-type) {
		width: 100% !important;
	}
	 div.wrapper-footer img {
        /* max-width: 73.5%; */
        max-width: 76%;
        margin-bottom: 10px;
    }
	.site-footer .row > .col-12 {
        margin-bottom: 20px;
    }
	div.wrapper-footer {
        padding: 5% 2% 5% !important;
    }
	#mega-menu-footer_menu .mega-menu-item > a, .fishtown-address > span, .fishtown-address a > span {
		font-size: 20px !important;
	}
	#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link{
		padding: 0 !important;
	}
	.fishtown-social a > i {
		font-size: 34px;
/* 		color: #fff; */
	}
	.fishtown-social > a {
        margin-right: 15px;
    }
	.fishtown-address > span{
		text-align: left;
	}
	.fishtown-address img {
		width: 45px !important;
/* 		filter: brightness(0) invert(1); */
	}
	#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link{
		max-width: fit-content !important;
	}
}
/* footer css end */

.post-navigation { padding-top: 30px; padding-bottom: 30px; }
body.single-ngw-calendar-event .entry-header + img { display:none; }

/* menu css */

/* form css */
#gform_submit_button_8, #gform_submit_button_4, #gform_submit_button_7{
	color: #fff !important;
	padding: 12px !important;
}
select {
    min-height: 40.59px;
}
li#field_7_2 {
    margin-top: 4px;
}
textarea#input_7_3{
	height: 180px;
}
#gform_7 .gform-footer.gform_footer.top_label{
	margin-top: 0px;
}
/* end */