/*
 Theme Name:   BainbridgeIsland.com
 Theme URI:    http://bainbridgeisland.com/
 Description:  BainbridgeIsland.com Theme
 Author:       Web X.0 Media
 Author URI:   https://webxmedia.com
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

/* =============================================================================
   CSS CUSTOM PROPERTIES
   ========================================================================== */

:root {
  /* Primary Brand Colors */
  --primary-color: #FF447C;
  --primary-hover: #FF2E6A;

  /* Neutral Colors */
  --white: #FFFFFF;
  --black: #000000;
  --text-gray: #7A7A7A;
  --text-gray-dark: #6B6A76;
  --e-global-color-text: #242429;
  --light-gray: #CCCCCC;
  --light-bg: #F5F5F5;
  --border-gray: #d3d3d3;
  --table-border: #e0e0e0;

  /* Accent Colors */
  --profile-cover: #B01F5A;
  --similar-listings: #FB2569;
  --blog-title: #f9447c;
  --heading-text: #1B1B1F;

  /* Table Colors */
  --table-bg: #f5f5f4;
  --table-header-bg: #ececec;
  --table-stripe-bg: #f9f9f8;
  --table-text: #222;
  --table-text-light: #444;
  --table-text-muted: #888;
}

/* Force Elementor text color override */
.blogpost-section .section-body .elementor-text-editor p,
.elementor-text-editor>p,
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content p,
.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content p,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-text-editor ol > li,
.elementor-widget-text-editor ul > li,
.elementor-widget-theme-post-content p,
.elementor-widget-toggle .elementor-widget-container .elementor-tab-content p {
  color: var(--e-global-color-text) !important;
}

.elementor-widget-theme-post-content {
  color: var(--e-global-color-text) !important;
}

/* =============================================================================
   GALLERY STYLES
   ========================================================================== */

figure.gallery-item {
    width: 30%;
    float: left;
    margin-right: 20px;
}
figure.gallery-item img {
    width: 100%;
}

/* =============================================================================
   FORM STYLES
   ========================================================================== */

.register-form-wrapper, .login-form-wrapper {
    width: 33%;
    margin: auto;
}
@media (max-width: 960px) {
    .register-form-wrapper, .login-form-wrapper {
        width: 50%;
        margin: auto;
    }
}
@media (max-width: 600px) {
    .register-form-wrapper, .login-form-wrapper {
        width: 90%;
        margin: auto;
    }
}
.woocommerce form.register, .woocommerce form.login {
    background: white;
}

/* =============================================================================
   HEADER & POST INFO
   ========================================================================== */

.header-post-info li {
    height: 20px;
}
.header-post-info li span {
    height: 20px;
    display: flex;
    align-items: center;
}

.post-info-row .elementor-row,
.post-info-row .elementor-widget-share-buttons .elementor-grid {
    flex-wrap: nowrap !important;
}

.items-counter {
    line-height: 1.4;
}

/* =============================================================================
   GRAVITY FORMS
   ========================================================================== */

/* Fix gravity form submit button styling - https://app.asana.com/0/13106852081564/1202690108928981 */
.gform_footer input[type=submit].gform_button,
.gform_button,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	font-size: 13px;
	padding: 14px 40px;
	display: inline-block;
	transition: all .2s ease;
	overflow: hidden;
	border-radius: 5px;
	line-height: 16px;
	color: var(--white);
	background: var(--primary-color);
	font-weight: 600;
}

/* =============================================================================
   MENU ITEMS & NAVIGATION
   ========================================================================== */

/* Menu Items My Account */
.job-dashboard-actions a {
	margin-right:15px;
	text-align:center;
}

.i-section {
	padding-top: 0px !important;
}

/* Fix main menu hover - https://app.asana.com/0/13106852081564/1200963493706523 */
#menu-main-menu > li {
	margin-bottom: 0px;
}

ul {margin-top:-10px;}

/* Move hamburger navigation to right */
@media only screen and (max-width : 1200px) {
header.header .header-left {
  display: block;
  width: 100%;
}
header.header .header-left .mobile-menu {
  float: right;
  margin-right: 0;
  position: absolute;
  right: 20px;
}
header.header .header-container .header-top div.logo {
  left: 0;
  transform: none;
}
header.header .header-container .header-right {
  position: absolute;
  right: 70px;
}
 div.i-nav {
    right: 0px !important;
    left: unset;
    transform: translateX(400px);
}
div.i-nav.mobile-menu-open {
    transform: translateX(0px);
}
}

/* =============================================================================
   ELEMENTOR WIDGETS
   ========================================================================== */

.elementor-text-editor > p {
    font-size: 18px !important;
}

h2.case27-primary-text {
  margin-top: 20px;
}

p {
	font-size: 18px;margin-bottom:20px;
}

.elementor-post-info__terms-list {font-size:15px;}

.elementor-widget-text-editor a {
color: var(--primary-color);
border-bottom: 1px dotted;
}

ol > li, ul > li {
  font-size: 18px !important;
	line-height: inherit;
	margin-bottom:10px;
}

.elementor-toc__list-item {font-size:14px !important;}

.elementor-heading-title {margin: 20px 10px;}

.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents > div {border: 1px solid var(--primary-color);}

.elementor-toc__header {border-bottom: 1px solid var(--primary-color);}

.elementor-widget-case27-info-cards-widget > div > section > div > div > div > div > div.service-item-icon {max-height:80px;}

.elementor-widget-text-editor > div > div > ul > li, .elementor-widget-container, .elementor-widget-theme-post-content > div > ol > li, .elementor-widget-text-editor > div > div > ol > li {font-size: 18px !important; margin-bottom:6px;}

.elementor-widget-text-editor > div > div > ul > li {list-style-position: outside; margin-left:20px;}

.elementor-widget-text-editor > div > div > ol > li {list-style-position: outside; margin-left:50px;}

.elementor-widget-text-editor > div > div > ul {margin-left:20px; margin-top:-15px !important;}

.elementor-widget-gallery .elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before, .elementor-widget-gallery .elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {background-color: var(--primary-color);}

.elementor-widget-icon-list > div > ul > li {line-height:28px;}

.elementor-widget-theme-post-content > div > ol > li {margin-left:40px;list-style-type:decimal;}

.elementor-widget:not(:last-child) {margin-bottom: 0px;}

.elementor-widget-icon-list {margin-right:4px;}

.elementor-heading-title {
    margin: 20px 0px !important;
}

.elementor-post-info {
  height: 20px !important;
}

.elementor-alert-title {
	font-size:17px;
	color:var(--black);
	margin-bottom:10px;
}

.elementor-alert-description > p {
	font-size:17px;
	color:var(--black);
}

.elementor-inner-column > div > div > div > div > div > a {color:var(--primary-color) !important; border-bottom:1px dotted;}

.elementor-widget-text-editor > div > div > ul > li > a {color:var(--primary-color) !important; border-bottom: 1px dotted; line-height:28px;}

.elementor-widget-theme-post-content > div > ul > li, .elementor-widget-theme-post-content > div > ol > li > ol > li, #eckb-article-content-body > ul {margin-left:30px;list-style:disc;}

.page-id-17 .elementor-widget-container {margin: -30px 0px 0px 0px !important;}

/* =============================================================================
   LISTINGS
   ========================================================================== */

#finderMap { margin-top: 70px; }

.skip-preview-btn {
    flex-basis: calc(50% - 5px) !important;
}

.lf-item-info-2 .listing-preview-title {color: var(--primary-color) !important; font-weight:bold !important;}

.pf-body {padding-top:0px !important;}

.pf-body {
	font-size:16px !important;
}

.details-block-content > li {
	font-size:16px !important;
}

.lf-item-info-2 h6 {line-height: 30px !important;}

.listing-details {
	padding-top:10px;
}

.block-type-details a
{
	color:var(--primary-color) !important;
	border-bottom: 1px dotted;
	text-decoration: none !important;
}

#finderMap .listing-preview-title {
	color:var(--white) !important;
	margin-bottom:30px;
}

/*.listing-details > h6 {display:none !important;}*/

.checkboxes-filter > label {
	margin-bottom:15px;
}

.md-checkbox > label {
  display: block;
  padding-left: 15px;
  text-indent: 15px;
}

.md-checkbox > input {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}

.pf-body > p:first-child ~ p {margin-bottom:15px !important;}

.lf-contact li {
	font-size:13px !important;
	color: var(--white) !important;
}

.select2-results__option {
	font-size:14px !important;
}

.profile-cover.profile-cover-no-img {background: var(--profile-cover);}

.lf-head-btn {background-color:var(--primary-color)}

.listing-preview-title {
	font-weight:bold !important;
	margin-bottom:10px !important;
}

/* Hide Lock Pin Location on Listings Submission Page */
.form-group .location-actions {
display: none;
}

#location-picker-map {
	margin-top:10px !important;
}

/* =============================================================================
   TABLES
   ========================================================================== */

.tablepress thead th,
.tablepress tfoot th {
	background-color: var(--primary-color);
	color:var(--white);
}

.gfield_required {color: var(--primary-color) !important;}

#tablepress-1-no-2, #tablepress-2-no-2 {display:none;}

#tablepress-1 caption, #tablepress-2 caption { display:none; }

#tablepress-3 > tbody > tr > td, #tablepress-3 > thead > tr > th {text-align:center;}

#tablepress-3 > thead > tr > th {font-size:120%; color:var(--white); font-weight:bold;}

/* Ferry Temp Schedule */
.elementor-widget-text-editor > div > div > table > tbody > tr > td {text-align:center;}

/* Universal table styles */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--table-bg);
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  color: var(--table-text);
  margin-bottom: 1.5em;
  border-radius: 8px;
  overflow: hidden;
}

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

thead th {
  background: var(--table-header-bg);
  font-weight: 700;
  color: var(--table-text);
  border-bottom: 2px solid var(--border-gray);
  letter-spacing: 0.01em;
}

tbody tr {
  border-bottom: 1px solid var(--table-border);
}

tbody tr:nth-child(even) {
  background: var(--table-stripe-bg);
}

td {
  color: var(--table-text-light);
}

em {
  color: var(--table-text-muted);
  font-size: 0.97em;
  font-style: italic;
  display: inline;
}

caption {
  min-width: 700px;
}

.potw-caption a {color: var(--primary-color) !important; border-bottom: 1px dotted; text-decoration: none !important;}

/* Equal-width 4-column layout for tables ID 1 and 2 */
#tablepress-1, #tablepress-2 {
  table-layout: fixed;
  width: 100%;
}

#tablepress-1 thead th,
#tablepress-1 tbody td,
#tablepress-2 thead th,
#tablepress-2 tbody td {
  width: 25% !important; /* force each of the 4 columns to 25% */
  overflow-wrap: anywhere; /* keep long text from breaking layout */
}

/* =============================================================================
   LINK COLORS
   ========================================================================== */

.elementor-widget-text-editor > div > div > p > a,
.woocommerce-info > a, .elementor-widget-html > div > div > a, .elementor-widget-theme-post-content > div > a, .elementor-widget-theme-post-content > div > p > a, .pf-body > p > a, .pf-body > p > span > a, #label_1_13_1 > a, .section-body > div > div > a, .pf-body > a, .pf-body > ul > li > span > p > a, .elementor-widget-theme-post-content > div > ol > li > ol > li > a, .elementor-widget-theme-post-content > div > ul > li > a, .pf-body > ol > li > a, .item-property > p > a, .elementor-toc__body > ol > li > div > a, #eckb-article-content-body > p > a, #eckb-article-content-body > ul > li > a, .elementor-widget-html > div > a, .elementor-inner-column > div > div > div > div > div > p > a, .elementor-widget-text-editor > div > div > p > a, .elementor-widget-text-editor > div > div > ol > li > a, .elementor-alert-description > ul > li > a, .elementor-alert-description > p > a, .elementor-clearfix a {
	color:var(--primary-color) !important;
	border-bottom: 1px dotted;
	text-decoration: none !important;
}

#shortcode-link {color:var(--primary-color) !important; border-bottom: 1px dotted; text-decoration: none !important;}

.page-id-27 .elementor-widget-text-editor > div > div > p > a:hover {color:var(--white) !important;}

.ad_index {
    color: var(--primary-color) !important;
    border-bottom: 1px dotted;
    text-decoration: none !important;
}

/* /coronavirus/ page */
a > span.elementor-icon-list-text {color:var(--primary-color) !important; border-bottom: 1px dotted; text-decoration: none !important;}

#menu-item-14367 > a {font-weight:bold; color:var(--primary-color); background:yellow; padding:4px;}

.current-category-display a {
    color: #FF447C;
    text-decoration: none;
}

/* =============================================================================
   FORMS & LOGIN
   ========================================================================== */

.md-checkbox {
    display: flex;
    align-items: center;
}

#customer_login > div.u-column1.col-1 > form > p:nth-child(4) > button {background-color:var(--primary-color); color:var(--white);}

#customer_login > div.u-column1.col-1 > form > div {margin-bottom:20px;}

#customer_login > div.u-column2.col-2 > form > p.woocommerce-FormRow.form-row > button {background-color:var(--primary-color); color:var(--white);}

/* My Login */
.page-id-16 #customer_login {padding: 30px;}

.page-id-16 .form-group {margin-top:15px;}

/* Change password fieldset on page 16 */
.page-id-16 fieldset {
    margin-top: 40px;
}

/* Remove margin-bottom from legend on page 16 */
.page-id-16 .woocommerce-EditAccountForm legend {
    margin-bottom: 0 !important;
}

/* Remove margin-bottom from form > h3 on page 16 */
.page-id-16 form > h3 {
    margin-bottom: 0;
}

/* Login Form*/
#sign-in-modal > div > div > div > form > div > button {margin-top:10px;}

/*Add Listing*/
.fieldset-work_hours > .field > .c27-work-hours ~ .form-group {
display: none;}

.job-manager-error {font-size:24px; background-color:yellow !important; color:var(--primary-color) !important; text-align:center;}

/* Magazine Reservation Form */
.ginput_price {
    display: none;
}

.gfp_big_button .gfield_radio li input[type=radio] {
    display:none;
}
.gfp_big_button .gfield_radio label {
    max-width: 300px !important;
		min-width: 150px;
    width: 100%;
	  height: 60px;
    margin: 0px auto;
    padding: 10px !important;
    float: none;
    background: #AAA;
    color: var(--white);
    letter-spacing: 0.09375rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin: 0;
    display: block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    box-sizing: border-box;
}

.gfp_big_button .gfield_radio label:hover {
    background: var(--primary-color);
}

.gfp_big_button .gfield_radio input[type="radio"]:checked+label {
    background-color: var(--primary-color);
}

.scrollbar
{
	border:2px solid #EEE;
	padding:10px;
	height: 200px;
	width: 100%;
	background: var(--light-bg);
	overflow-y: scroll;
	margin: 40px 0 25px;
}

.force-overflow
{
	min-height: 250px;
}

#text_area_gf::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: var(--light-bg);
}

#text_area_gf::-webkit-scrollbar
{
	width: 12px;
	background-color: var(--light-bg);
}

#text_area_gf::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--primary-color);
}

/* Forms */
.page-id-14354 #field_7_3 {margin-top:30px;}

.gfield_description {margin-top:-15px;}

.gf_spacing_above {margin-top:30px !important;}

#field_11_4 {margin-top:30px;}

/* Homepage Form Styling */
.elementor-element-b483e75 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
}

#gform_wrapper_15, #gform_wrapper_16 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

#gform_wrapper_15 .gform_fields, #gform_wrapper_16 .gform_fields {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100%;
}

#gform_wrapper_15 .gfield, #gform_wrapper_16 .gfield {
    margin: 0 !important;
    padding: 0 !important;
    flex: 1;
}

#gform_wrapper_15 .ginput_container_text input[type="text"], #gform_wrapper_16 .ginput_container_text input[type="text"] {
    border-radius: 24px 0 0 24px !important;
    border: 1px solid #ccc !important;
    border-right: none !important;
    padding: 12px 20px !important;
    font-size: 18px !important;
    width: 100% !important;
    height: 50px !important;
    background-color: white !important;
    color: #333 !important;
    margin: 0 !important;
}

#gform_wrapper_15 .ginput_container_email input[type="email"], #gform_wrapper_16 .ginput_container_email input[type="email"] {
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
    border-right: none !important;
    padding: 12px 20px !important;
    font-size: 18px !important;
    width: 100% !important;
    height: 50px !important;
    background-color: white !important;
    color: #333 !important;
    margin: 0 !important;
}

#gform_wrapper_15 .gfield.gfield--type-html, #gform_wrapper_16 .gfield.gfield--type-html {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

#gform_wrapper_15 .gfield--type-html button, #gform_wrapper_16 .gfield--type-html button {
    border-radius: 0 24px 24px 0 !important;
    background: var(--primary-color) !important;
    color: var(--white) !important;
    font-weight: bold !important;
    height: 50px !important;
    padding: 0 32px !important;
    font-size: 18px !important;
    border: none !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

#gform_wrapper_15 .gfield--type-html button:hover, #gform_wrapper_16 .gfield--type-html button:hover {
    background: var(--primary-hover) !important;
}

#gform_wrapper_15 .gform_footer, #gform_wrapper_16 .gform_footer {
    display: none !important;
}

#gform_wrapper_15 .gfield_label, #gform_wrapper_16 .gfield_label {
    display: none !important;
}

#gform_wrapper_15 .gform_body, #gform_wrapper_16 .gform_body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    #gform_wrapper_15 .gform_fields, #gform_wrapper_16 .gform_fields {
        flex-direction: column !important;
        gap: 10px !important;
    }

    #gform_wrapper_15 .ginput_container_text input[type="text"], #gform_wrapper_16 .ginput_container_text input[type="text"],
    #gform_wrapper_15 .ginput_container_email input[type="email"], #gform_wrapper_16 .ginput_container_email input[type="email"] {
        border-radius: 24px !important;
        border-right: 1px solid #ccc !important;
    }

    #gform_wrapper_15 .gfield--type-html button, #gform_wrapper_16 .gfield--type-html button {
        border-radius: 24px !important;
        width: 100% !important;
    }
}

/* Spinner when submitting form */
.gform_wrapper.formid-15 .gform_ajax_spinner, .gform_wrapper.formid-16 .gform_ajax_spinner {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDUwIDUwIj48Y2lyY2xlIGN4PSIyNSIgY3k9IjI1IiByPSIyMCIgc3Ryb2tlPSIjOTk5IiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiBmcm9tPSIwIDI1IDI1IiB0bz0iMzYwIDI1IDI1Ii8+PC9jaXJjbGU+PC9zdmc+') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* =============================================================================
   ADMIN STYLES
   ========================================================================== */

@media only screen and (max-width: 1200px){
#wpadminbar {
    display: block!important;
}
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}

/* =============================================================================
   ARCHIVE PAGES
   ========================================================================== */

.archive-description {margin:0px;
width:100%;}

.archive-page .archive-description {max-width: 100%;}

.row.section-body.archive-description.text-center > div > p {font-size:18px;}

.sbf-title {padding-bottom:24px;}

.archive-page {
    margin-top: 40px;
}

/* Archive Pages */
.archive .row.section-body.grid {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
}
.archive .row.section-body.grid > div {
    position: unset !important;
}

/* =============================================================================
   BLOG & CONTENT
   ========================================================================== */

.category-name, .host-name {font-size:16px !important;}

.title-style-1 {margin-bottom:20px;}

.c27-content-wrapper > p {font-size:15px !important; margin-bottom:15px;}

.blog-title > div > h1 {margin:0px !important}

.c27-content-wrapper > p > a {color:var(--primary-color) !important;}

.blog-title h1 {
  padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1.1 !important;
}

.post-cover-buttons {display:none;}

.numbered-heading {font-size:95px !important;}

.blogpost-section .c27-content-wrapper p {
  font-size: 18px !important;
  color: var(--text-gray) !important;
	line-height: 1.4 !important;
}

/* Blog post fix */
.elementor-widget-container {
    display: block !important;
}

/* Word wrap fix */
.wp-editor-content > a {
	 /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

/* =============================================================================
   HEADINGS
   ========================================================================== */

h1, .archive-page > section.i-section.archive-heading > div > div.row.section-title > h1 {color:var(--primary-color); text-align:left; margin-bottom:20px !important}

h2.elementor-heading-title {color:var(--heading-text); text-align:left;}

.archive-page > section.i-section.archive-heading.no-description > div > div > h1 {color:var(--primary-color); font-size: 36px; margin:0px;}

/* =============================================================================
   FOOTER
   ========================================================================== */

.container_footer {
	width:100%;
	padding-left:5%;
}

.container_footer:after { /*clear float*/
  content: "";
  display: table;
  clear: both;
}

.section_footer {
  float: left;
  width: 33%;
  box-sizing: border-box;
}

@media (max-width: 768px) { /*breakpoint*/
  .section_footer {
    float: none;
    width: auto;
  }
	.container_footer .footer_img {
	margin-left:0px !important;
}
}

.footer .col-sm-6 {
	padding-left:10%;
	width:100%;
	font-size: 14px;
}

/* Bainbridge Island Footer Styles */
.bi-footer-wrapper {
  background-color: #FFFFFF;
  width: 100%;
  padding: 60px 20px 40px;
}

.bi-footer-container {
  max-width: 100%;
  margin: 0 auto;
}

/* Newsletter Section - Top */
.bi-footer-newsletter-section {
  margin-bottom: 60px;
  text-align: center;
}

.bi-footer-newsletter-form {
  display: flex;
  gap: 0;
  max-width: 900px;
  margin: 0 auto 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  overflow: hidden;
}

.bi-footer-form-input {
  flex: 1;
  padding: 20px 30px;
  border: none;
  background-color: #FFFFFF;
  font-family: 'GlacialIndifference', sans-serif;
  font-size: 18px;
  color: oklch(0.145 0 0);
  outline: none;
}

.bi-footer-form-input::placeholder {
  color: #999;
}

.bi-footer-form-input:first-child {
  border-right: 1px solid #E5E5E5;
}

.bi-footer-subscribe-button {
  padding: 20px 50px;
  background-color: #FF447C;
  color: #FFFFFF;
  border: none;
  font-family: 'GlacialIndifference', sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.bi-footer-subscribe-button:hover {
  background-color: #E63366;
}

.bi-footer-subscriber-text {
  font-size: 16px;
  color: oklch(0.145 0 0);
  opacity: 0.8;
}

/* Links Section */
.bi-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 130px;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid #E5E5E5;
}

.bi-footer-column {
  display: flex;
  flex-direction: column;
}

.bi-footer-heading {
  font-size: 18px;
  font-weight: 600;
  color: #FF447C;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bi-footer-nav {
  list-style: none;
}

.bi-footer-nav-item {
  margin-bottom: 12px;
}

.bi-footer-link {
  color: oklch(0.145 0 0);
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}

.bi-footer-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #FF447C;
  transition: width 0.3s ease;
}

.bi-footer-link:hover {
  color: #FF447C;
}

.bi-footer-link:hover::after {
  width: 100%;
}

.bi-footer-bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #E5E5E5;
  text-align: center;
  font-size: 14px;
  color: oklch(0.145 0 0);
  opacity: 0.7;
}

/* Tablet Styles */
@media (max-width: 992px) {
  .bi-footer-links {
    grid-template-columns: 1fr 160px;
    gap: 30px;
  }

  .bi-footer-newsletter-form {
    max-width: 700px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .bi-footer-wrapper {
    padding: 40px 20px 30px;
  }

  .bi-footer-newsletter-section {
    margin-bottom: 40px;
  }

  .bi-footer-newsletter-form {
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .bi-footer-form-input {
    padding: 18px 24px;
    font-size: 16px;
    border-right: none !important;
    border-bottom: 1px solid #E5E5E5;
  }

  .bi-footer-form-input:last-of-type {
    border-bottom: none;
  }

  .bi-footer-subscribe-button {
    padding: 18px 24px;
    font-size: 16px;
    border-radius: 0 0 12px 12px;
  }

  .bi-footer-subscriber-text {
    font-size: 14px;
    padding: 0 10px;
  }

  .bi-footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 30px;
  }

  .bi-footer-column {
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
  }

  .bi-footer-column:last-child {
    border-bottom: none;
  }

  .bi-footer-heading {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .bi-footer-link {
    font-size: 15px;
  }

  .bi-footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    font-size: 13px;
  }
}

/* =============================================================================
   ADS
   ========================================================================== */

.ad-padding {
	margin-bottom:30px !important;
}

.elementor-9835 .elementor-element.elementor-element-faab393 {
	margin-top:0px !important;
}

.code-block-label {color:var(--light-gray) !important;}

/*Ads*/
.page-id-6270 .elementor-element.elementor-element-cb8859c.elementor-widget.elementor-widget-case27-info-cards-widget > div > section > div > div > div > div {height:280px;}

.page-id-6386 .elementor-element.elementor-element-cb8859c.elementor-widget.elementor-widget-case27-info-cards-widget > div > section > div > div > div > div {height:760px;}

.page-id-6386 .service-item-info li {line-height:20px !important;}

/* =============================================================================
   WEATHER
   ========================================================================== */

@media all and (min-width:780px) {
.post-9948 .col-md-4 {width: 25%;}
}

/* =============================================================================
   HOMEPAGE
   ========================================================================== */

.jcarousel-container {background-color:var(--white) !important; border:0px !important;}

.overlay.gradient1 {background-blend-mode: darken;}

/* =============================================================================
   EVENTS
   ========================================================================== */

/*Events*/

/*Annual Events*/
.service-item-info > div > ul > li {margin-top:20px;}

.service-item-info > div > ul > li > a {font-weight:600;}

/* =============================================================================
   HUSTLE POPUP
   ========================================================================== */

.hustle-nsa-link {background-color:var(--white); bottom: -40px !important;}

.hustle-ui.hustle-slidein.hustle-slidein-position--north-west .hustle-slidein-content>[class*=hustle-], .hustle-ui.hustle-slidein.hustle-slidein-position--south-west .hustle-slidein-content>[class*=hustle-] {
    width: 210px !important;
	background-color: var(--white) !important;
}

.hustle-icon-close {color:var(--primary-color);}

.top_label > li > label {
margin-top: 30px !important;
	padding: 0;
}

/*Hide Share Email Button on Posts*/
.elementor-share-btn_email {display:none;}

/* =============================================================================
   SIMILAR LISTINGS
   ========================================================================== */

/* .lf-item .overlay{
    display: none;
}
.lf-background {
    background-color: var(--similar-listings);
} */

/* =============================================================================
   REMOVE DATE DIV FROM ARCHIVES
   ========================================================================== */

.single-blog-feed .event-date{
	display: none !important;
}

.single-post .fa.fa-calendar{
	display: none !important;
}

/* =============================================================================
   SINGLE BLOG POST TITLE COLOR
   ========================================================================== */

.elementor-9835 .elementor-element.elementor-element-f7dc91a.elementor-widget-heading .elementor-heading-title{
	color: var(--blog-title) !important;
}

/* =============================================================================
   GOOGLE MAPS
   ========================================================================== */

.googlemap-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 60%; /* desired aspect ratio */
	position: relative;
}

.googlemap {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* =============================================================================
   FIXES
   ========================================================================== */

/* Fix search bar overflowing menu bar: https://app.asana.com/0/13106852081564/1156428208361505 */
.header-search {
	width: auto;
}

/* Increase search result width - https://app.asana.com/0/13106852081564/1201042149653612*/
.instant-results {
	width: 215px;
}
.instant-results ul li  span {
	font-size: 14px !important;
	line-height: 1.5;
}
.instant-results ul li a {
	display: flex;
	align-items: center;
}
.instant-results ul li .avatar,
.instant-results ul li .cat-icon{
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.instant-results ul li .cat-icon {
	padding-top: 0px;
}
.instant-results ul li .avatar img,
.instant-results ul li .cat-icon i{
	vertical-align: initial;
	font-size: 14px;
	line-height: 24px;
}
.instant-results ul {
	margin-top: 0px;
}

.instant-results ul li a span.category-name {
    line-height: 20px !important;
}

.page-id-27 .hustle-slidein {display:none !important;}

/* =============================================================================
   ALERTS
   ========================================================================== */

.elementor-alert-title {
	font-size:17px;
	color:var(--black);
	margin-bottom:10px;
}

.elementor-alert-description > p {
	font-size:17px;
	color:var(--black);
}

/* =============================================================================
   CALENDAR FIXES
   ========================================================================== */

/* Fix Events Date Calender */
.md-checkbox {
    overflow: visible;
}
.repeat-unit {
    flex-direction: column;
}
.repeat-unit .md-checkbox label {
    padding: 10px;
}
.recurrence .is-recurring label {
    padding: 10px;
}

/* =============================================================================
   YOUTUBE VIDEO RESPONSIVE
   ========================================================================== */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =============================================================================
   MOBILE RESPONSIVENESS
   ========================================================================== */

/*Mediavine Mobile 5 CSS*/

@media only screen and (max-width: 359px) {

.yarpp .flex-row {

display: block !important;

}

.elementor-column-gap-default

> .elementor-column

> .elementor-element-populated {

padding: unset !important;

}

.elementor img {

max-width: 320px !important;

margin: unset !important;

}

}

@media only screen and (max-width: 599px) {

a:link {

word-break: break-all !important;

}

}

/* Mobile Padding */
.elementor-column-gap-no {padding:10px;}

/*Captcha on Mobile*/
@media all and (min-width:0px) and (max-width: 480px) {
.g-recaptcha {transform:scale(0.67);-webkit-transform:scale(0.67);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/* Hide 4th column on mobile */
@media screen and (max-width: 600px) {
  .flex-col:nth-child(4) {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}

/* Mobile Header Fix */
@media all and (min-width:0px) and (max-width: 1330px) {
.header-top.container-fluid > .logo > a > img {height:40px;}
}

/* =============================================================================
   FLEX LAYOUT
   ========================================================================== */

.flex-row {
  display: flex;
  @media screen and (min-width: 768px) {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
  }
}

.flex-col {
  margin: 6px;
  padding: 16px;
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  color: white;
}

.flex-col a {
	color: var(--primary-color);
	font-weight:bold;
	font-size:14px;
	text-align:left !important;
}

/* =============================================================================
   POSTS & RELATED
   ========================================================================== */

.related {
	clear: both;
}

.related > h3 {
	font-size: 26px !important;
	padding-top:60px !important;
	padding-bottom:24px !important;
}

.wp-post-image {
	height:300px;
	width:300px;
	border: 1px solid #AAA !important;
	padding: 0px;
}

/* =============================================================================
   FAQ STYLES
   ========================================================================== */

.faq-lists a {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    color: var(--primary-color);
    border-bottom: 1px dotted;
    text-decoration: none;
}

.faq-lists ul.faqs-list {
    padding-left: 40px;
}

.faq-lists li {
	line-height: 1.4 !important;
}

/* =============================================================================
   NUMBERED ELEMENTS
   ========================================================================== */

.numbered-list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: var(--blog-title);
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

/* =============================================================================
   MY ACCOUNT FIXES
   ========================================================================== */

/* Fix My Listings Grid Layout */
.woocommerce-MyAccount-content .row.section-body.grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce-MyAccount-content .row.section-body.grid > div {
    padding: 15px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

@media (min-width: 1200px) {
    .woocommerce-MyAccount-content .col-lg-4 {
        width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .woocommerce-MyAccount-content .col-md-3 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .woocommerce-MyAccount-content .col-sm-6 {
        width: 50%;
    }
}

.woocommerce-MyAccount-content .col-xs-12 {
    width: 100%;
}

/* =============================================================================
   HIDE ELEMENTS
   ========================================================================== */

/* Summer 2020 Issue Sidebar */
.elementor-element.elementor-element-0211019.elementor-icon-list--layout-traditional.elementor-widget.elementor-widget-icon-list > div {margin-top:-20px;}

.elementor-icon-list-text {margin-bottom:5px;}

.elementor-icon-list-text {line-height:1.5em; margin-bottom:10px;}

#c27-site-wrapper > div.elementor.elementor-9835.elementor-location-single.post-6227.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-getting-around > div > div > section.elementor-element.elementor-element-e97bd9b.elementor-section-height-min-height.elementor-section-items-bottom.elementor-section-boxed.elementor-section-height-default.elementor-section.elementor-top-section > div.elementor-container.elementor-column-gap-default > div > div > div > div > section > div > div > div.elementor-element.elementor-element-a384c99.elementor-column.elementor-col-50.elementor-inner-column > div > div > div > div > ul > li > span.elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-terms  {margin-bottom:0px;}

.issue-sidebar-heading {margin-top:20px;}

/* =============================================================================
   EXPLORE PLACES
   ========================================================================== */

.elementor-element.elementor-element-e5ib7yy {padding-top: 20px !important;}

/* =============================================================================
   IMAGE FLOATS
   ========================================================================== */

.img-float-right {float:right; margin: 0 0 20px 30px;}

figure {margin-bottom:20px !important}

/* =============================================================================
   SUBMISSION FORM FIXES
   ========================================================================== */

.c27-submit-listing-form .fieldset-login_required>p {
    text-align: center !important;
}