/*!
Theme Name: Sailing Directions
Author: Zealth Digital
Author URI: https://zealth.net/
Description: A custom responsive WordPress theme
Version: 1.0
Requires PHP: 7.4
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: sailingdirections
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.quote-page-outer-container
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote-page-inner-container
{
	width: 100%;
	max-width: 1179px;
    padding: 20px;
}

.quote-page-inner-container .quote-intro-section h1
{
	font-size: 32px;
    font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.quote-page-inner-container .quote-intro-section p
{
	font-size: 21px;
    line-height: 32px;
}

.suggested-charter-section
{
	margin: 30px 0 0 0;
    border: 1px solid #dddddd;
    padding: 20px;
    background-color: #fafafa;
	font-size: 17px;
	position: relative;
}

.suggested-charter-section .charter-admin-actions
{
    background-color: #1a4c88;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
	padding: 10px;
}

.suggested-charter-section .charter-admin-actions .admin-actions-title
{
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	margin: 0 0 10px 0;
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.suggested-charter-section .charter-admin-actions .admin-actions-links
{
	line-height: 12px;
}

.suggested-charter-section .charter-admin-actions .admin-actions-links .admin-actions-link
{
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	text-decoration: underline;
}

.suggested-charter-section .charter-admin-actions .admin-actions-links .admin-actions-link:hover
{
	color: #f5862f;
}

.suggested-charter-section .charter-name
{
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
	font-size: 24px;
	margin: 0 0 20px 0;
	letter-spacing: normal;
}

.suggested-charter-section .charter-name a
{
	font-size: 1em;
	color: #1a4c88;
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
	line-height: 1em;
}

.suggested-charter-section .charter-name a:hover
{
	color: #f5862f;
	text-decoration: none;
}

.suggested-charter-section h3
{
	font-size: 21px;
}

.suggested-charter-section .notes-for-customer
{
	background-color: #ffffff;
    padding: 20px;
    border: 1px solid #999999;
    margin: 20px 0 25px 0;
}

.suggested-charter-section .notes-for-customer :is(strong, b)
{
	font-family: var(--font_Montserrat_Bold);
	font-weight: 400;
}

.suggested-charter-section .charter-images
{
	margin: 20px 0 30px 0;
	display: flex;
    gap: 10px;
}

.suggested-charter-section .charter-images:empty
{
	display: none;
}

.suggested-charter-section .charter-images .charter-image
{
	width: 200px;
    height: 200px;
    cursor: pointer;
    object-fit: cover;
}

.suggested-charter-section .charter-images .charter-image-link:nth-child(n+6)
{
	display: none;
}

.suggested-charter-section .quote-badge
{
	font-size: 14px;
	line-height: 14px;
    background-color: #1a4c88;
    color: #ffffff;
    display: table;
    padding: 10px 20px;
    margin: -20px 0px 20px -20px;
    border-radius: 0 0 20px 0px;
	text-transform: uppercase;
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.suggested-charter-section .quote-badge:empty
{
	display: none;
}

.suggested-charter-section .charter-action-button
{
	border: none;
    padding: 12px 15px;
    background-color: #1a4c88;
    color: #ffffff;
    transition: all .35s ease;
    font-size: 17px;
    line-height: 17px;
	text-decoration: none;
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.suggested-charter-section .charter-action-button:hover
{
	background-color: #f5862f;
	text-decoration: none;
}

.suggested-charter-section .detail-line
{
	display: flex;
	margin: 20px 0;
	line-height: 18px;
}

.suggested-charter-section .detail-line .detail-name
{
	font-weight: 400;
	font-family: var(--font_Montserrat_Bold);
	min-width: 140px;
	display: inline-block;
}

.suggested-charter-section .detail-line .detail-value
{

}

.suggested-charter-section .detail-line .detail-value .show-details-button
{
	font-size: 13px;
	line-height: 1em;
    color: blue;
	cursor: pointer;
}

.suggested-charter-section .quote-pricing-table
{
    border: 1px solid #66bdd0;
    margin: 25px 0 25px 0;
    width: 100%;
}

.suggested-charter-section .quote-pricing-table thead tr
{
	background-color: #e6f4f7;
}

.suggested-charter-section .quote-pricing-table tbody tr:nth-child(even)
{
	background-color: #f6f6f6;
}

.suggested-charter-section .quote-pricing-table tbody tr:nth-child(odd)
{
	background-color: #ffffff;
}

.suggested-charter-section .quote-pricing-table thead tr th
{
	/*min-width: 140px;*/
    padding: 5px 10px;
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.suggested-charter-section .quote-pricing-table tbody tr th
{
	width: 180px;
    padding: 5px 10px;
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.suggested-charter-section .quote-pricing-table tbody tr td
{
	padding: 5px 10px;
}

.suggested-charter-section .charter-login-requirement-message
{
	font-size: 16px;
}

.suggested-charter-section .charter-login-requirement-message a
{
	font-size: 1em;
}

.suggested-charter-section .charter-challenge-notice
{
	border: 1px solid #f5862f;
    margin-bottom: 20px;
    padding: 4px 10px;
    background-color: #ffffff;
}

.suggested-charter-section .charter-challenge-notice :is(b, strong)
{
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.suggested-charter-section .charter-hold-request-info
{
	background-color: #ffffff;
    padding: 20px;
    border: 1px solid #999999;
	margin-top: 20px;
}

.suggested-charter-section .charter-hold-request-info .hold-request-heading
{
	font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.suggested-charter-section .charter-hold-request-info p
{
	font-size: 16px;
    line-height: 24px;
	margin-bottom: 10px;
}

.suggested-charter-section .charter-hold-request-info .hold-request-detail-lines
{
	margin-bottom: 20px;
}

.suggested-charter-section .charter-hold-request-info .hold-request-detail-lines .hold-request-detail-line
{
	display: flex;
    margin: 20px 0;
    line-height: 18px;
}

.suggested-charter-section .charter-hold-request-info .hold-request-detail-lines div.hold-request-detail-line:last-of-type
{
	margin-bottom: 0;
}

.suggested-charter-section .charter-hold-request-info .hold-request-detail-lines .hold-request-detail-line .detail-name
{
	font-weight: 400;
    font-family: var(--font_Montserrat_Bold);
    min-width: 133px;
    display: inline-block;
}

.suggested-charter-section .charter-confirmation-info
{
	background-color: #ffffff;
    padding: 20px;
    border: 1px solid #999999;
	margin-top: 20px;
}

.suggested-charter-section .charter-confirmation-info .confirmation-info-heading
{
	font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.suggested-charter-section .charter-confirmation-info .confirmation-info-detail-lines .detail-name
{
	font-weight: 400;
    font-family: var(--font_Montserrat_Bold);
    min-width: 210px;
    display: inline-block;
}

.suggested-charter-section .charter-payment-info
{
	background-color: #ffffff;
    padding: 20px;
    border: 1px solid #999999;
	margin-top: 20px;
}

.suggested-charter-section .charter-payment-info .payment-info-heading
{
	font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.suggested-charter-section .charter-payment-info p
{
	font-size: 16px;
    line-height: 24px;
	margin-bottom: 10px;
}

.suggested-charter-section .charter-payment-info .payment-info-detail-lines
{
	margin-bottom: 20px;
}

.suggested-charter-section .charter-payment-info .payment-info-detail-lines .payment-info-detail-line
{
	display: flex;
    margin: 20px 0;
    line-height: 18px;
}

.suggested-charter-section .charter-payment-info .payment-info-detail-lines div.payment-info-detail-line:last-of-type
{
	margin-bottom: 0;
}

.suggested-charter-section .charter-payment-info .payment-info-detail-lines .payment-info-detail-line .detail-name
{
	font-weight: 400;
    font-family: var(--font_Montserrat_Bold);
    min-width: 133px;
    display: inline-block;
}

.suggested-charter-section .charter-payment-info .payment-info-detail-lines .payment-info-detail-line .detail-value
{
	
}

.suggested-charter-section .charter-payment-info .payment-info-detail-lines .payment-info-followup-message
{
	
}


.suggested-charter-section .charter-payment-info .payment-info-table-heading
{
	font-size: 14px;
    margin: 30px 0 5px 0;
    font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.suggested-charter-section .charter-payment-info .charter-payment-balance-table
{
	border: 1px solid #66bdd0;
    margin: 0 0 25px 0;
    width: 100%;
}

.suggested-charter-section .charter-payment-info .charter-payment-balance-table thead tr
{
	background-color: #e6f4f7;
}

.suggested-charter-section .charter-payment-info .charter-payment-balance-table thead tr th
{
	padding: 5px 10px;
	font-weight: 400;
    font-family: var(--font_Montserrat_Bold);
}

.suggested-charter-section .charter-payment-info .charter-payment-balance-table tbody tr:nth-child(odd)
{
	background-color: #ffffff;
}

.suggested-charter-section .charter-payment-info .charter-payment-balance-table tbody tr:nth-child(even)
{
	background-color: #f6f6f6;
}

.suggested-charter-section .charter-payment-info .charter-payment-balance-table tbody tr td
{
	padding: 5px 10px;
}

.suggested-charter-section .charter-payment-info .charter-payment-balance-table tbody tr td.payment-type-column
{
	line-height: 18px;
}

.suggested-charter-section .charter-payment-info .charter-payment-balance-table tbody tr td.payment-type-column .due-date-note
{
	font-size: 12px;
}

.suggested-charter-section .charter-payment-info .charter-payment-balance-table .amount-owed-column .payment-link
{
	font-size: 14px;
	font-weight: 400;
	font-family: var(--font_Montserrat_Bold);
}

.suggested-charter-section .charter-payment-info .charter-payment-history-table
{
	border: 1px solid #66bdd0;
    margin: 0 0 25px 0;
    width: 100%;
}

.suggested-charter-section .charter-payment-info .charter-payment-history-table thead tr
{
	background-color: #e6f4f7;
}

.suggested-charter-section .charter-payment-info .charter-payment-history-table thead tr th
{
	padding: 5px 10px;
	font-weight: 400;
    font-family: var(--font_Montserrat_Bold);
}

.suggested-charter-section .charter-payment-info .charter-payment-history-table tbody tr:nth-child(odd)
{
	background-color: #ffffff;
}

.suggested-charter-section .charter-payment-info .charter-payment-history-table tbody tr:nth-child(even)
{
	background-color: #f6f6f6;
}

.suggested-charter-section .charter-payment-info .charter-payment-history-table tbody tr td
{
	padding: 5px 10px;
}

.quote-page-inner-container .rate-details-section
{
	margin: 30px 0 0 0;
    border: 1px solid #dddddd;
    padding: 20px;
    background-color: #fafafa;
	font-size: 17px;
	line-height: 24px;
}

.quote-page-inner-container .rate-details-section h2
{
	font-size: 28px;
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
	margin: 5px 0 20px 0;
	letter-spacing: normal;
}

.quote-page-inner-container .next-steps-section
{
	margin: 30px 0 0 0;
    border: 1px solid #dddddd;
    padding: 20px;
    background-color: #fafafa;
	font-size: 17px;
	line-height: 24px;
}

.quote-page-inner-container .next-steps-section h2
{
	font-size: 28px;
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
	margin: 5px 0 20px 0;
	letter-spacing: normal;
}

.quote-page-inner-container .next-steps-section p :is(strong, b)
{
	font-family: var(--font_Montserrat_Bold);
	font-weight: 400;
}

.request-a-charter-hold-modal
{
	display: none;
	justify-content: center;
    align-items: center;
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
}

.request-a-charter-hold-modal[data-modal-is-active="yes"]
{
	display: flex;
}

.request-a-charter-hold-modal .modal-background-overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000aa;
}

.request-a-charter-hold-modal .modal-inner-container
{
	width: 500px;
    height: 350px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 15px #00000033;
	position: relative;
	padding: 20px;
	gap: 10px;
	display: flex;
    flex-direction: column;
}

.request-a-charter-hold-modal .modal-inner-container .modal-close-button
{
	position: absolute;
    top: 4px;
    right: 8px;
	cursor: pointer;
	transition: all .35s ease;
}

.request-a-charter-hold-modal .modal-inner-container .modal-close-button:hover
{
	color: #f5862f;
}

.request-a-charter-hold-modal .modal-inner-container .modal-title-row .modal-title
{
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.request-a-charter-hold-modal .modal-inner-container .modal-content-row
{
	font-size: 14px;
	flex-grow: 1;
	overflow-y: auto;
}

.request-a-charter-hold-modal .modal-inner-container .modal-content-row .modal-field-row
{
	
}

.request-a-charter-hold-modal .modal-inner-container .modal-content-row .modal-field-row .modal-field-name
{
	display: inline-block;
    min-width: 100px;
	font-size: 15px;
}

.request-a-charter-hold-modal .modal-inner-container .modal-content-row .modal-field-row .modal-field-select
{
	width: 150px;
	padding: 2px 4px;
}

.request-a-charter-hold-modal .modal-inner-container .modal-content-row .modal-field-row .modal-field-input
{
	width: 150px;
	padding: 4px 6px;
    line-height: 16px;
    border: 1px solid #aaa;
}

.request-a-charter-hold-modal .modal-inner-container .modal-content-row .modal-field-row .modal-field-input[readonly]
{
	background-color: #fafafa;
}

.request-a-charter-hold-modal .modal-inner-container .modal-content-row .modal-field-row .modal-field-input.charter-name-input
{
	width: 320px;
}

.request-a-charter-hold-modal .modal-inner-container .modal-content-row .modal-field-row .modal-field-input.charter-rate-input
{
	width: 150px;
}

.request-a-charter-hold-modal .modal-inner-container .modal-message-row
{
	font-size: 14px;
	line-height: 21px;
	height: 42px;
}

.request-a-charter-hold-modal .modal-inner-container .modal-message-row .error-message
{
	color: #990000;
}

.request-a-charter-hold-modal .modal-inner-container .modal-message-row .success-message
{
	color: #006600;
}

.request-a-charter-hold-modal .modal-inner-container .modal-button-row .place-hold-request-button
{
	border: none;
    padding: 2px 12px;
    background-color: #1a4c88;
    color: #ffffff;
    transition: all .35s ease;
    font-size: 14px;
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.request-a-charter-hold-modal .modal-inner-container .modal-button-row .place-hold-request-button:hover
{
	background-color: #f5862f;
}

.request-a-charter-hold-modal .modal-inner-container .modal-button-row .place-hold-request-button[disabled]
{
	background-color: #888888;
	pointer-events: none;
}

.crew-details-section .inner-container .section-title
{
	text-align: center;
}

.crew-details-section .inner-container .crew-profile-and-photo .crew-profile-text
{
	font-size: 16px;
	line-height: 20px;
}

.crew-details-section .inner-container .crew-profile-and-photo .crew-profile-text .crew-members-name
{
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.crew-details-section .inner-container .crew-profile-and-photo .crew-profile-text .read-more-button
{
	display: block;
    background-color: #0091b1;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.crew-details-section .inner-container .crew-profile-and-photo .crew-profile-text .read-more-button:hover
{
	background-color: #006880;
}

.crew-details-section .inner-container .crew-profile-and-photo .crew-profile-text .read-more-text
{
	display: none;
}

.crew-details-section .inner-container .crew-profile-and-photo .crew-profile-text .read-more-text[data-visible="yes"]
{
	display: block;
}

.crew-details-section .inner-container .crew-profile-and-photo .crew-photo
{
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    height: auto;
    margin: 5px 0 20px 20px;
    float: right;
    object-fit: contain;
}

body.single-product .crew-details-section
{
	background-color: #e6f4f7;
	padding: 80px 20px;
	display: flex;
    justify-content: center;
}

body.single-product .crew-details-section .inner-container
{
	width: 100%;
	max-width: 1100px;
}

body.single-product .yacht_rates_disclaimer,
body.single-product .yacht_rates_disclaimer a
{
	font-size: 15px;
    line-height: 23px;
}

body.single-product .cya-yacht-rates-table
{
	font-size: 17px;
	line-height: 21px;
}

body.single-product .cya-yacht-rates-table[data-max-passengers="10"]
{
	font-size: 16px;
	line-height: 20px;
}

body.single-product .cya-yacht-rates-table[data-max-passengers="11"]
{
	font-size: 15px;
	line-height: 19px;
}

body.single-product .cya-yacht-rates-table[data-max-passengers="12"]
{
	font-size: 14px;
	line-height: 19px;
}

body.single-product .cya-yacht-rates-table .season-name-cell
{
	
}

body.single-product .cya-yacht-rates-table thead th.num-passengers-heading-cell
{
	text-align: center;
}

body.single-product .cya-yacht-rates-table tbody td.season-rate-cell
{
	text-align: center;
	vertical-align: middle;
}

body.single-charter .crew-details-section
{
	margin: 50px 0 0 0;
    border: 1px solid #ccc;
    padding: 30px;
}

.site_footer .footer_logo img
{
	max-width: 350px;
}

.trip-prep-section
{
	margin: 50px 0 0 0;
    border: 1px solid #ccc;
    padding: 30px;
}

.trip-prep-section .inner-container .section-title
{
	text-align: center;
}

.trip-prep-section .inner-container .section-text,
.trip-prep-section .inner-container .section-text a
{
	font-size: 16px;
    line-height: 20px;
}

.trip-prep-section .inner-container .view-info-button
{
	display: inline-block;
    background-color: #0091b1;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
	line-height: 20px;
	text-decoration: none;
}

.trip-prep-section .inner-container .view-info-button:hover
{
	text-decoration: none;
	background-color: #006880;
}

.charter-documents-section
{
	margin: 50px 0 0 0;
    border: 1px solid #ccc;
    padding: 30px;
}

.charter-documents-section .inner-container .section-title
{
	text-align: center;
}

.charter-documents-section .inner-container .document-button
{
	display: inline-block;
    background-color: #0091b1;
    color: #ffffff;
    padding: 12px 16px;
    border: none;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
    text-decoration: none;
    line-height: 15px;
}

.charter-documents-section .inner-container .document-button:hover
{
	background-color: #006880;
}

.component_banner_section.banner_type_option_big_height_image_with_content .banner_section_inner .banner_content_section .banner_content_inner .banner_content_wrapper h1.heading,
.welcome_section .welcome_section_inner .heading_section h3.heading,
.cards_with_round_shape_image_and_link .cards_with_round_shape_image_and_link_inner .heading_section .heading,
.cards_with_image_title_and_link_inner .heading_section .heading,
.component_testimonial_list .section_wrapper .section_detail .section_heading .section_heading_part .heading_text,
.newsletter_section .newsletter_section_inner .newsletter_item .heading_section h3,
.boat_search_list_filter__header .heading,
.left_right_image_and_content .left_right_image_and_content_inner .heading_content_link_section .heading_section h3,
.accordion_section .accordion_section_inner .heading_section .heading_text,
.accordion_section .accordion_section_inner .acccordion_item_wrapper .accordion_item.active .accordion_heading,
.accordion_section .accordion_section_inner .acccordion_item_wrapper .accordion_item .accordion_heading .accordion_heading_text,
.heading_with_contact_form_section .heading_with_contact_form_section_inner .heading_section .heading_text,
body .gravity_form_section .gform_wrapper .gform_body .gform_fields .gfield .gfield_label, .gravity_form_section .gform_wrapper .gform_body .gform_fields .gfield .gform-field-label,
body .gravity_form_section .gform_wrapper .gform_body .gform_fields .gfield label,
.component_standard_editor .section_heading .section_heading_part .heading_text,
.boat_search_form .heading,
.profile_page_section .profile_section_inner .customer_welcome_section .customer_name,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.profile_page_section .profile_section_inner .tab_title_list .tab_title_list_inner .tab .tab_list_inner .tablinks,
body .search_form_fieldset .field label,
.component_standard_editor .site_container .section_wrapper .section_content :is(h1, h2, h3, h4, h5, h6),
.component_sitemap .site_container .section_wrapper .section_heading .heading_text,
.accordion_section .accordion_section_inner .acccordion_item_wrapper .accordion_item .accordion_content .accordion_content_inner .accordion_content_item.content_text .accordion_sub_content :is(h1, h2, h3, h4, h5, h6),
.contact_detail .contact_detail_inner .heading_section h3,
body .contact_detail .contact_detail_inner .contain_section .contact_item_detail .contact_item .contact_item_inner span,
.component_standard_editor .yacht_list_heading h3.heading,
.component_banner_section.banner_type_option_big_height_image_with_content .banner_section_inner .banner_content_section .banner_content_inner .banner_content_wrapper .heading_text,
.component_standard_editor .site_container .section_wrapper .section_heading .main_heading :is(h1, h2, h3, h4, h5, h6),
.left_content_with_right_detail_box .left_content_with_right_detail_box_inner .left_content_section .heading_section :is(h1, h2, h3, h4, h5, h6),
.crew-details-section .inner-container .section-title,
.photo_gallery .photo_gallery_inner .heading_section .heading,
.trip-prep-section .inner-container .section-title,
.charter-documents-section .inner-container .section-title,
body.page-my-account .component_standard_editor .section_wrapper .section_content .woocommerce-EditAccountForm.edit-account fieldset legend,
table.cya-yacht-rates-table thead tr th
{
	font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
}

.component_banner_section.banner_type_option_big_height_image_with_content .banner_section_inner .banner_content_section .banner_content_inner .banner_content_wrapper h1.heading
{
    font-size: 42px;
}

.accordion_section .accordion_section_inner .heading_section .heading_text
{
	font-size: 24px;
}

.accordion_section .accordion_section_inner .acccordion_item_wrapper .accordion_item .accordion_heading .accordion_heading_text
{
	font-size: 20px;
}

.component_standard_editor .site_container .section_wrapper .section_content h1
{
	font-size: 36px;
}

.component_standard_editor .site_container .section_wrapper .section_content h2
{
	font-size: 29px;
}

.component_standard_editor .site_container .section_wrapper .section_content h3
{
	font-size: 26px;
}

.component_standard_editor .site_container .section_wrapper .section_content h4
{
	font-size: 24px;
}

.cards_with_round_shape_image_and_link .cards_with_round_shape_image_and_link_inner .heading_section h2
{
	font-size: 32px;
}

.welcome_section .container .welcome_section_inner .heading_section h3.heading
{
	font-size: 30px;
}

.component_standard_editor .site_container .section_wrapper .section_heading .main_heading h1
{
	/*font-size: 36px;*/
	font-size: 28px;
    letter-spacing: normal;
}

body.single-product .product-page-featured-image-container
{
	display: flex;
	justify-content: center;
	position: relative;
    margin-top: -254px;
}

body.single-product .product-page-featured-image-container img
{
	width: 100%;
	max-width: min(800px, 100vw - 60px);
}

body.single-product .product-page-yacht-title-heading
{
	display: flex;
    justify-content: center;
    font-weight: 400;
    font-family: var(--font_Montserrat_SemiBold);
    margin-top: 10px;
    font-size: 36px;
	padding: 0 20px;
}

body.single-product .site_content .product .single-product
{
	background-color: var(--Color_Aqua-Squeeze);
}

body.single-product .site_content .global_page_banner .banner_shape .bottom-area
{
	fill: var(--Color_Aqua-Squeeze);
}

body.single-product .site_content .product .single-product .right_detail_box .right_detail_box_inner .charter-rates-detail-box
{
	margin-bottom: 30px;
}

.left_content_with_right_detail_box .left_content_with_right_detail_box_inner .left_content_section .heading_section h3
{
	font-size: 24px;
}

.my-account-page-charter-list
{
	margin: 25px 0 30px 0;
}

.my-account-page-charter-list .charter-list-title
{
	color: var(--Color_Cyan_Blue);
	font-weight: 400;
	font-family: var(--font_Montserrat_SemiBold);
}

@media (max-width: 1920px)
{
	body.single-product .product-page-featured-image-container
	{
		margin-top: calc(-11vw - 5px);
	}
}


@media (max-width: 1000px)
{
	.suggested-charter-section .quote-pricing-table tbody tr th
	{
		width: 90px;
	}
	
	.suggested-charter-section .quote-pricing-table thead tr th,
	.suggested-charter-section .quote-pricing-table tbody tr th,
	.suggested-charter-section .quote-pricing-table tbody tr td
	{
		font-size: 12px;
		letter-spacing: -0.5px;
		padding: 2px 4px;
	}
	
	.suggested-charter-section .charter-images .charter-image-link:nth-child(n+5)
	{
		display: none;
	}
}

@media (max-width: 800px)
{
	.suggested-charter-section .charter-images .charter-image-link:nth-child(n+4)
	{
		display: none;
	}
	
	.suggested-charter-section .quote-pricing-table tbody tr th
	{
		width: 80px;
	}
	
	.suggested-charter-section .quote-pricing-table thead tr th,
	.suggested-charter-section .quote-pricing-table tbody tr th,
	.suggested-charter-section .quote-pricing-table tbody tr td
	{
		font-size: 11px;
		letter-spacing: -0.6px;
		padding: 1px 2px;
	}
	
	body.single-product .product-page-yacht-title-heading
	{
		font-size: 24px;
	}
}

@media (max-width: 600px)
{
	.suggested-charter-section .charter-images .charter-image-link:nth-child(n+3)
	{
		display: none;
	}
	
	/*
	.suggested-charter-section .quote-pricing-table
	{
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	*/
	
	.suggested-charter-section .quote-pricing-table tbody tr th
	{
		width: auto;
	}
	
	.suggested-charter-section .quote-pricing-table thead tr th,
	.suggested-charter-section .quote-pricing-table tbody tr th,
	.suggested-charter-section .quote-pricing-table tbody tr td
	{
		font-size: 10px;
		letter-spacing: -0.6px;
		padding: 1px 2px;
	}
}

@media (max-width: 400px)
{
	.suggested-charter-section .charter-images .charter-image-link:nth-child(n+2)
	{
		display: none;
	}
}