/** Page Banner Layout **/
/** page image banner **/
.page-banner-section {

}

.page-banner-section .page-banner-wrapper {
    position: relative;
    background: #000000;
}

.page-banner-section .page-banner-wrapper .__custom_row {
    max-width: 75rem;
    /*max-width: 78.125vw;*/
}

.page-banner-section .page-banner-wrapper .page-banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-section .page-banner-wrapper .page-banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
    height: 650px;
}

.page-banner-section .page-banner-wrapper .page-banner-title {
    text-align: center;
    margin-top: 100px;
}

.page-banner-section .page-banner-wrapper .page-banner-title h1 {
    font-size: 72px;
    font-family: 'MontserratBold';
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}

/** page image slider banner **/
.page-banner-section .page-slider-banner-wrapper {
    position: relative;
    width: 100%;
    clear: both;
    background-color: #000000;
}

.page-banner-section .page-slider-banner-wrapper .swiper-wrapper {
    box-sizing: inherit;
}

.page-banner-section .page-slider-banner-wrapper .banner-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 835px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-section .page-slider-banner-wrapper .banner-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 50%);
    background-color: transparent;
}

.page-banner-section .page-slider-banner-wrapper .banner-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.page-banner-section .page-slider-banner-wrapper .swiper-button-next,
.page-banner-section .page-slider-banner-wrapper .swiper-button-prev {
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.page-banner-section .page-slider-banner-wrapper .swiper-button-next:hover,
.page-banner-section .page-slider-banner-wrapper .swiper-button-prev:hover {
    color: #27aae1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.page-banner-section .page-slider-banner-wrapper:hover .swiper-button-next,
.page-banner-section .page-slider-banner-wrapper:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
}

/** page video banner **/
.page-banner-section .page-video-banner .__video_wrapper {
    position: relative;
}

.page-banner-section .page-video-banner .__video_wrapper .__video_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 11;
    text-align: center;
}

.page-banner-section .page-video-banner .__video_wrapper .responsive-embed {
    padding-bottom: 56.221%;
    background-color: #000000;
}

.page-banner-section .page-video-banner .__video_wrapper .responsive-embed:after {
    content: 'Loading Video...';
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

.page-banner-section .page-video-banner .__video_wrapper .responsive-embed iframe {
    z-index: 1;
}

.page-banner-section .page-video-banner .video-banner-wrapper {
    position: relative;
    line-height: 0;
}

.page-banner-section .page-video-banner .video-banner-wrapper video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.page-banner-section .page-video-banner .video-banner-wrapper .__video_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 11;
    text-align: center;
}
/** Page Banner Layout **/


/** Content Editor Layout **/
.content-editor-section {

}

.content-editor-section .__custom_row {
    max-width: 76rem;
    /*max-width: 79.167vw;*/
}

.content-editor-section .full-content-editor {
    text-align: left;
}

.content-editor-section .full-content-editor h2 {
    font-size: 44px;
    font-family: 'MontserratExtraBold';
    color: #105388;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 20px;
}

.content-editor-section .full-content-editor h3 {
    font-size: 23px;
    font-family: 'MontserratSemiBold';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 20px;
}

.content-editor-section .full-content-editor p {
    text-align: left;
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 15px;
}

.content-editor-section .full-content-editor p a {
    text-decoration: none;
    color: #105388;
    letter-spacing: 0;
}

.content-editor-section .full-content-editor p a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.content-editor-section .full-content-editor p > img {
    width: 100%;
    object-fit: cover;
}

.content-editor-section .full-content-editor ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

.content-editor-section .full-content-editor ul li {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
}

.content-editor-section .full-content-editor ul li a {
    text-decoration: none;
    color: #105388;
    letter-spacing: 0; 
}

.content-editor-section .full-content-editor ul li a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.content-editor-section .full-content-editor table {
    margin-top: 30px;
    margin-bottom: 0;
    border-radius: 0;
}

.content-editor-section .full-content-editor table tr {
    background: #f2f2f2;
}

.content-editor-section .full-content-editor table tr:nth-child(even) {
    background-color: #ffffff;
}

.content-editor-section .full-content-editor table tr th {
    background-color: #105388;
    border: 1px solid #dddddd;
    font-size: 17px;
    font-family: 'MontserratLight';
    color: #ffffff;
    letter-spacing: 0;
    padding: 8px 12px;
}

.content-editor-section .full-content-editor table tr td {
    border: 1px solid #dddddd;
    font-size: 15px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    padding: 8px 12px;
}

.content-editor-section .full-content-editor hr {
    max-width: 100%;
    border-bottom: 1px solid #58595b;
    margin: 30px 0;
}

/** gravity forms **/
.content-editor-section .gform_fields .__mtop {
    margin-top: 20px;
}

.content-editor-section .gfield--type-html h4 {
    font-size: 20px;
    font-family: 'MontserratBold';
    color: #105388;
    letter-spacing: 0;
    line-height: 1;
}

.content-editor-section p.gform_required_legend {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 5px;
}

.content-editor-section p.gform_required_legend span.gfield_required_asterisk {
    font-size: 16px;
    color: #e50a2d;
}

.content-editor-section .gform_fields {
    grid-column-gap: 21px !important;
    grid-row-gap: 17px !important;
}

.content-editor-section legend.gfield_label,
.content-editor-section label.gfield_label {
    font-size: 16px;
    font-family: 'MontserratSemiBold';
    font-weight: normal;
    color: #58595b;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 0;
}

.content-editor-section legend.gfield_label {
    line-height: 1.8;
    margin-bottom: 3px !important;
}

.content-editor-section legend.gfield_label span.gfield_required,
.content-editor-section label.gfield_label span.gfield_required {
    font-size: 16px;
    color: #e50a2d;
}

.content-editor-section .gfield_description {
    font-size: 14px !important;
    font-family: 'MontserratMedium' !important;
    font-weight: normal;
    color: #58595b;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 5px 0 10px !important;
}

.content-editor-section input.large,
.content-editor-section input.datepicker,
.content-editor-section select.large, 
.content-editor-section select, 
.content-editor-section textarea.large,
.content-editor-section textarea.medium, 
.content-editor-section input[type="text"],
.content-editor-section input[type="number"] {
    width: 100% !important;
    height: 46px;
    background: #ffffff;
    color: #58595b;
    padding: 5px 18px !important;
    border: 1px solid #58595b;
    border-radius: 0;
    font-family: 'MontserratMedium';
    font-size: 15px !important;
    letter-spacing: 0;
    box-shadow: none !important;
}

.content-editor-section select.large,
.content-editor-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../images/arrow-dd-black.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
}

.content-editor-section .ginput_container_textarea {
    height: 150px;
}

.content-editor-section textarea.textarea {
    height: 150px !important;
    padding: 11px 12px !important;
    resize: none;
}

.content-editor-section input[type="checkbox"],
.content-editor-section input[type="radio"],
.content-editor-section input[type="file"] {
    margin: 0;
    accent-color: #58595b;
}

.content-editor-section input[type="file"] {
    border: 0;
    padding: 0 !important;
    height: auto;
}

.content-editor-section .gfield_radio label {
    font-size: 16px !important;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
}

.content-editor-section input.large::-webkit-input-placeholder,
.content-editor-section input.datepicker::-webkit-input-placeholder,
.content-editor-section select.large::-webkit-input-placeholder,
.content-editor-section select::-webkit-input-placeholder,
.content-editor-section textarea.large::-webkit-input-placeholder,
.content-editor-section input[type="text"]::-webkit-input-placeholder {
    color: #58595b;
    opacity: 1;
}

.content-editor-section input.large:-ms-input-placeholder,
.content-editor-section input.datepicker:-ms-input-placeholder,
.content-editor-section select.large:-ms-input-placeholder,
.content-editor-section select:-ms-input-placeholder,
.content-editor-section textarea.large:-ms-input-placeholder,
.content-editor-section input[type="text"]:-ms-input-placeholder {
    color: #58595b;
    opacity: 1;
}

.content-editor-section input.large::-moz-placeholder,
.content-editor-section input.datepicker::-moz-placeholder,
.content-editor-section select.large::-moz-placeholder,
.content-editor-section select::-moz-placeholder,
.content-editor-section textarea.large::-moz-placeholder,
.content-editor-section input[type="text"]::-moz-placeholder {
    color: #58595b;
    opacity: 1;
}

.content-editor-section input.large:-moz-placeholder,
.content-editor-section input.datepicker:-moz-placeholder,
.content-editor-section select.large:-moz-placeholder,
.content-editor-section select:-moz-placeholder,
.content-editor-section textarea.large:-moz-placeholder,
.content-editor-section input[type="text"]:-moz-placeholder {
    color: #58595b;
    opacity: 1;
}

.content-editor-section .gform_footer { 
    margin: 0 !important;
    padding: 25px 0 0 !important;
}

.content-editor-section .gform_button {
    cursor: pointer;
    text-decoration: none;
    background-color: #105388;
    color: #ffffff;
    font-family: 'MontserratSemiBold';
    font-size: 13px;
    padding: 15.75px 58.5px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
}

.content-editor-section .gform_button:hover {
    background-color: #27aae1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.content-editor-section .gform-loader {
    left: 5px;
}

.content-editor-section .gform_confirmation_message {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.4;
}
/** gravity forms **/
/** Content Editor Layout **/


/** Content And Image Layout **/
.content-image-section {

}

.content-image-section .__custom_row {
    max-width: 76rem;
    /*max-width: 79.167vw;*/
}

.content-image-section .__custom_left_column {
    width: 49.3%;
    padding: 0 50px 0 15px;
}

.content-image-section .__custom_right_column {
    width: 50.7%;
    padding: 0 15px;
}

main.ocean-treasure .content-image-section:nth-of-type(4) .__custom_left_column {
    padding: 0 15px;
}

.content-image-section .cai-image {
    text-align: center;
    height: 100%;
}

.content-image-section .cai-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}

.content-image-section .cai-content {
    text-align: left;
    margin-top: 10px;
}

.content-image-section .cai-content h2 {
    font-size: 44px;
    font-family: 'MontserratExtraBold';
    color: #105388;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 15px;
}

.content-image-section .cai-content p {
    text-align: left;
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 10px;
}

.content-image-section .cai-content p a {
    text-decoration: none;
    color: #105388;
    letter-spacing: 0;
}

.content-image-section .cai-content p a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.content-image-section .cai-content p > img {
    width: 100%;
    object-fit: cover;
}

.content-image-section .cai-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.content-image-section .cai-content ul li {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
}

.content-image-section .cai-content ul li a {
    text-decoration: none;
    color: #105388;
    letter-spacing: 0; 
}

.content-image-section .cai-content ul li a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/** Content And Image Layout **/


/** Blurb Layout **/
.blurb-section {

}

.blurb-section .__custom_row {
    max-width: 76rem;
    /*max-width: 79.167vw;*/
    padding: 0 7px;
}

.blurb-section .__blurb_padding {
    padding: 0 8px;
}

.blurb-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.blurb-section .section-title h2 {
    font-size: 44px;
    font-family: 'MontserratExtraBold';
    color: #105388;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}

.blurb-section .blurb-item {
    margin-bottom: 20px;
}

.blurb-section .blurb-image {
    position: relative;
}

.blurb-section .blurb-image img {
    width: 100%;
    object-fit: cover;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}

.blurb-section .blurb-image-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.blurb-section .blurb-image-title h4 {
    text-align: center;
    background-color: #27aae1;
    font-size: 16px;
    font-family: 'MontserratExtraBold';
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0;
    line-height: normal;
    padding: 11px 25px;
}

.blurb-section .blurb-content {
    text-align: left;
    border: 1px solid #a7a9ac;
    border-top: 0;
    padding: 30px 30px;
}

main.home .blurb-section .blurb-content {
    padding: 30px 25px 30px;
}

main.weekly-activities .blurb-section .blurb-content {
    text-align: center;
}

.blurb-section .blurb-content h3 {
    font-size: 24px;
    font-family: 'MontserratExtraBold';
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 15px;
}

.blurb-section .blurb-content p {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.35;
    margin-bottom: 15px;
}

.blurb-section .blurb-content a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'MontserratSemiBold';
    color: #ffffff;
    letter-spacing: 0;
    background-color: #105388;
    padding: 5px 30px;
    border-radius: 20px;
    margin-top: 15px;
}

.blurb-section .blurb-content a:hover {
    background-color: #27aae1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/** Blurb Layout **/


/** Gallery Layout **/
.gallery-section {

}

.gallery-section .__custom_row {
    max-width: 76rem;
    /*max-width: 79.167vw;*/
    padding: 0 7.5px;
}

.gallery-section  .__gallery_padding {
    padding: 0 15px;
}

.gallery-section .__inner_padding {
    padding: 0 7.5px;
}

.gallery-section .__m_bottom_large {
    margin-bottom: 15px !important;
}

.gallery-section .__m_bottom_small {
    margin-bottom: 15px !important;
}

.gallery-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-section .section-title h2 {
    font-size: 44px;
    font-family: 'MontserratExtraBold';
    color: #105388;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}

.gallery-section .gallery-image-large img {
    width: 100%;
    aspect-ratio: 16 / 8.7783;
    object-fit: cover;
    height: auto;
}

.gallery-section .gallery-image-small img {
    width: 100%;
    aspect-ratio: 4 / 2.9445;
    object-fit: cover;
    height: auto;
}
/** Gallery Layout **/


/** Grid Gallery Layout **/
.grid-gallery-section {

}

.grid-gallery-section .__custom_row {
    max-width: 76rem;
    /*max-width: 79.167vw;*/
    padding: 0 5px;
}

.grid-gallery-section .column-block {
    padding: 0 10px;
    margin-bottom: 20px;
}

.grid-gallery-section .gallery-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
}
/** Grid Gallery Layout **/


/** Images Grid Layout **/
.images-grid-section {

}

.images-grid-section .__custom_row {
    max-width: 76rem;
    /*max-width: 79.167vw;*/
    padding: 0 5px;
}

.images-grid-section .column-block {
    padding: 0 10px;
    margin-bottom: 20px;
}

.images-grid-section .image-item img {
    width: 100%;
    object-fit: cover;
}
/** Images Grid Layout **/


/** Events Slider Layout **/
.events-slider-section {

}

.events-slider-section .__custom_row {
    max-width: 76rem;
    /*max-width: 79.167vw;*/
    margin-right: auto !important;
    margin-left: auto !important;
}

.events-slider-section .__es_padding {
    padding: 0 15px;
}

.events-slider-section .tribe-events .tribe-common-l-container {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: auto !important;
}

.events-slider-section .tribe-events .tribe-events-header {
    padding: 0 !important;
    margin: 0 !important;
}

.events-slider-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.events-slider-section .section-title h2 {
    font-size: 44px;
    font-family: 'MontserratExtraBold';
    color: #105388;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}

.events-slider-section .events-slider-container {
    position: relative;
    width: 100%;
    clear: both;
    background-color: transparent;
}

.events-slider-section .events-slider-container .swiper-wrapper {
    box-sizing: inherit;
}

.events-slider-section .events-slider-container .swiper-custom-navigation {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 39.8%;
    z-index: 5;
}

.events-slider-section .events-slider-container .swiper-custom-navigation .es-btn-prev {
    outline: none;
    cursor: pointer;
    position: absolute;
    left: -90px;
}

.events-slider-section .events-slider-container .swiper-custom-navigation .es-btn-prev img {
    width: 34px;
    height: 34px;
}

.events-slider-section .events-slider-container .swiper-custom-navigation .es-btn-next {
    outline: none;
    cursor: pointer;
    position: absolute;
    right: -90px;
}

.events-slider-section .events-slider-container .swiper-custom-navigation .es-btn-next img {
    width: 34px;
    height: 34px;
}

.events-slider-section .event-item {
    position: relative;
    text-align: center;
}

.events-slider-section .event-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
}

.events-slider-section .event-details {
    text-align: center;
    border: 1px solid #a7a9ac;
    border-top: 0;
    padding: 25px 0 20px;
}

.events-slider-section .event-details h2 {
    font-size: 16px;
    font-family: 'MontserratExtraBold';
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px;
}

.events-slider-section .event-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 25px;
}

.events-slider-section .event-buttons a {
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    font-family: 'MontserratSemiBold';
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0;
    background-color: #105388;
    padding: 6px 10px 4px;
    border-radius: 20px;
    width: 50%;
    margin-right: 7px;
}

.events-slider-section .event-buttons a:last-of-type {
    margin-right: 0;
}


.events-slider-section .event-buttons a:hover {
    background-color: #27aae1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/** Events Slider Layout **/


/** Events List Layout **/
.events-list-section {

}

.events-list-section .__custom_row {
    max-width: 76rem;
    /*max-width: 79.167vw;*/
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 7.5px;
}

.events-list-section .__event_padding {
    padding: 0 7.5px;
}

.events-list-section .tribe-events .tribe-common-l-container {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: auto !important;
}

.events-list-section .tribe-events .tribe-events-header {
    padding: 0 !important;
    margin: 0 !important;
}

.events-list-section .event-item {
    margin-bottom: 20px;
}

.events-list-section .event-image {
    position: relative;
}

.events-list-section .event-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}

.events-list-section .event-image-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.events-list-section .event-image-title h4 {
    text-align: center;
    background-color: #27aae1;
    font-size: 16px;
    font-family: 'MontserratExtraBold';
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0;
    line-height: normal;
    padding: 11px 25px;
}

.events-list-section .event-details {
    text-align: center;
    border: 1px solid #a7a9ac;
    border-top: 0;
    padding: 30px 20px 30px;
}

.events-list-section .event-details h2 {
    font-size: 24px;
    font-family: 'MontserratExtraBold';
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 10px;
}

.events-list-section .event-details p {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    line-height: 1.3;
    letter-spacing: 0;
}

.events-list-section .event-details a.__btn {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'MontserratSemiBold';
    color: #ffffff;
    letter-spacing: 0;
    background-color: #105388;
    padding: 5px 30px;
    border-radius: 20px;
    margin-top: 20px;
}

.events-list-section .event-details a.__btn:hover {
    background-color: #27aae1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/** Events List Layout **/


/** Events Single Page **/
.events-single-content-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.events-single-content-section .__custom_row {
    max-width: 75rem;
    /*max-width: 78.125vw;*/
}

.events-single-content-section .__custom_left_column {
    width: 48%;
    padding: 0 15px;
}

.events-single-content-section .__custom_right_column {
    width: 52%;
    padding: 0 15px 0 40px;
}

.events-single-content-section .event-single-image {
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}

.events-single-content-section .event-single-image img {
    width: 100%;
    object-fit: cover;
}

.events-single-content-section .event-single-content {
    text-align: left;
    margin-top: 20px;
}

.events-single-content-section .event-single-content h2 {
    font-size: 44px;
    font-family: 'MontserratExtraBold';
    color: #105388;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 20px;
}

.events-single-content-section .event-single-content p {
    text-align: left;
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 15px;
}

.events-single-content-section .event-single-content p a {
    text-decoration: none;
    color: #105388;
    letter-spacing: 0;
}

.events-single-content-section .event-single-content a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.events-single-content-section .event-single-content ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

.events-single-content-section .event-single-content ul li {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
}

.events-single-content-section .event-single-content ul li a {
    text-decoration: none;
    color: #105388;
    letter-spacing: 0; 
}

.events-single-content-section .event-single-content ul li a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/** Events Single Page **/


/** Gallery Menu & Details Layout **/
.gallery-menu-details-section {

}

.gallery-menu-details-section .__custom_row {
    max-width: 76rem;
    /*max-width: 79.167vw;*/
    padding: 0 7.5px;
}

.gallery-menu-details-section .__gmd_padding {
    padding: 0 7.5px;
}

.gallery-menu-details-section .image-item {
    width: 100%;
    height: 100%;
}

.gallery-menu-details-section .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}

.gallery-menu-details-section .menu-details-wrapper {
    width: 100%;
    height: 100%;
}

.gallery-menu-details-section .menu-content {
    position: relative;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 100%;
    height: calc(50% - 7.5px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.gallery-menu-details-section .menu-content-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.gallery-menu-details-section .menu-content-overlay.__bg_black {
    background-color: #000000;
}

.gallery-menu-details-section .menu-content-container {
    position: relative;
    padding: 35px 20px;
}

.gallery-menu-details-section .menu-content-container a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0;
}

.gallery-menu-details-section .menu-content-container h4 {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-family: 'MontserratExtraBold';
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 25px;
}

.gallery-menu-details-section .menu-content-container h4 span {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.gallery-menu-details-section .menu-content-container p {
    font-size: 15.5px;
    font-family: 'MontserratMedium';
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.55;
}

.gallery-menu-details-section .details-content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    width: 100%;
    height: calc(50% - 7.5px);
    padding: 20px 20px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.gallery-menu-details-section .details-content h4 {
    font-size: 16px;
    font-family: 'MontserratExtraBold';
    color: #27aae1;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 3px;
}

.gallery-menu-details-section .details-content p {
    font-size: 15.5px;
    font-family: 'MontserratMedium';
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.55;
}

.gallery-menu-details-section .details-content p {
    font-size: 15.5px;
    font-family: 'MontserratMedium';
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.55;
}

.gallery-menu-details-section .details-content p a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0;
}

.gallery-menu-details-section .details-content p a:hover {
    color: #27aae1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.gallery-menu-details-section .details-content hr {
    border-bottom: 1px solid #27aae1;
    margin: 15px 0 15px;
    max-width: 100%;
}
/** Gallery Menu & Details Layout **/


/** Gravity Form Layout **/
.gf-form-section {

}

.gf-form-section .__custom_row {
    max-width: 65rem;
    /*max-width: 67.709vw;*/
}

.gf-form-section .section-content {
    text-align: center;
    margin-bottom: 20px;
}

.gf-form-section .section-content h2 {
    font-size: 44px;
    font-family: 'MontserratExtraBold';
    color: #105388;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px;
}

.gf-form-section .section-content p {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
}

.gf-form-section .gf-contact-form p.gform_required_legend {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 5px;
}

.gf-form-section .gf-contact-form p.gform_required_legend span.gfield_required_asterisk {
    font-size: 16px;
    color: #e50a2d;
}

.gf-form-section .gf-contact-form .gform_fields {
    grid-column-gap: 21px !important;
    grid-row-gap: 17px !important;
}

.gf-form-section .gf-contact-form legend.gfield_label,
.gf-form-section .gf-contact-form label.gfield_label {
    font-size: 16px;
    font-family: 'MontserratSemiBold';
    font-weight: normal;
    color: #58595b;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 0;
}

.gf-form-section .gf-contact-form legend.gfield_label span.gfield_required,
.gf-form-section .gf-contact-form label.gfield_label span.gfield_required {
    font-size: 16px;
    color: #e50a2d;
}

.gf-form-section .gf-contact-form .gfield_description {
    font-size: 14px !important;
    font-family: 'MontserratMedium' !important;
    font-weight: normal;
    color: #58595b;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 5px 0 10px !important;
}

.gf-form-section .gf-contact-form input.large,
.gf-form-section .gf-contact-form input.datepicker,
.gf-form-section .gf-contact-form select.large, 
.gf-form-section .gf-contact-form select, 
.gf-form-section .gf-contact-form textarea.large,
.gf-form-section .gf-contact-form textarea.medium, 
.gf-form-section .gf-contact-form input[type="text"],
.gf-form-section .gf-contact-form input[type="number"] {
    width: 100% !important;
    height: 46px;
    background: #ffffff;
    color: #58595b;
    padding: 5px 18px !important;
    border: none;
    border-radius: 0;
    font-family: 'MontserratMedium';
    font-size: 15px !important;
    letter-spacing: 0;
    box-shadow: none !important;
}

.gf-form-section .gf-contact-form select.large,
.gf-form-section .gf-contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../images/arrow-dd-black.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
}

.gf-form-section .gf-contact-form .ginput_container_textarea {
    height: 160px;
}

.gf-form-section .gf-contact-form textarea.textarea {
    height: 160px !important;
    padding: 11px 12px !important;
    resize: none;
}

.gf-form-section .gf-contact-form input.large::-webkit-input-placeholder,
.gf-form-section .gf-contact-form input.datepicker::-webkit-input-placeholder,
.gf-form-section .gf-contact-form select.large::-webkit-input-placeholder,
.gf-form-section .gf-contact-form select::-webkit-input-placeholder,
.gf-form-section .gf-contact-form textarea.large::-webkit-input-placeholder,
.gf-form-section .gf-contact-form input[type="text"]::-webkit-input-placeholder {
    color: #58595b;
    opacity: 1;
}

.gf-form-section .gf-contact-form input.large:-ms-input-placeholder,
.gf-form-section .gf-contact-form input.datepicker:-ms-input-placeholder,
.gf-form-section .gf-contact-form select.large:-ms-input-placeholder,
.gf-form-section .gf-contact-form select:-ms-input-placeholder,
.gf-form-section .gf-contact-form textarea.large:-ms-input-placeholder,
.gf-form-section .gf-contact-form input[type="text"]:-ms-input-placeholder {
    color: #58595b;
    opacity: 1;
}

.gf-form-section .gf-contact-form input.large::-moz-placeholder,
.gf-form-section .gf-contact-form input.datepicker::-moz-placeholder,
.gf-form-section .gf-contact-form select.large::-moz-placeholder,
.gf-form-section .gf-contact-form select::-moz-placeholder,
.gf-form-section .gf-contact-form textarea.large::-moz-placeholder,
.gf-form-section .gf-contact-form input[type="text"]::-moz-placeholder {
    color: #58595b;
    opacity: 1;
}

.gf-form-section .gf-contact-form input.large:-moz-placeholder,
.gf-form-section .gf-contact-form input.datepicker:-moz-placeholder,
.gf-form-section .gf-contact-form select.large:-moz-placeholder,
.gf-form-section .gf-contact-form select:-moz-placeholder,
.gf-form-section .gf-contact-form textarea.large:-moz-placeholder,
.gf-form-section .gf-contact-form input[type="text"]:-moz-placeholder {
    color: #58595b;
    opacity: 1;
}

.gf-form-section .gf-contact-form .gform_footer {
    position: relative;
    text-align: right;
    justify-content: right;
    flex-direction: row-reverse;    
    margin: 0 !important;
    padding: 25px 0 0 !important;
}

.gf-form-section .gf-contact-form .gform_button {
    cursor: pointer;
    text-decoration: none;
    background-color: #105388;
    color: #ffffff;
    font-family: 'MontserratSemiBold';
    font-size: 13px;
    padding: 15.75px 58.5px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
}

.gf-form-section .gf-contact-form .gform_button:hover {
    background-color: #27aae1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.gf-form-section .gf-contact-form .gform-loader {
    right: 10px;
}

.gf-form-section .gf-contact-form .gform_confirmation_message {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.4;
}
/** Gravity Form Layout **/


/** Details And Form Layout **/
.details-form-section {

}

.details-form-section .__custom_row {
    max-width: 76rem;
    /*max-width: 79.167vw;*/
}

.details-form-section .__custom_left_column {
    width: 50%;
    padding: 0 15px;
}

.details-form-section .__custom_right_column {
    width: 50%;
    padding: 0 15px;
}

.details-form-section .daf-details {
    text-align: left;
    margin-bottom: 25px;
}

.details-form-section .daf-details h2 {
    font-size: 44px;
    font-family: 'MontserratExtraBold';
    color: #105388;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 30px;
}

.details-form-section .daf-details h3 {
    font-size: 18px;
    font-family: 'MontserratSemiBold';
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 15px;
}

.details-form-section .daf-details p {
    text-align: left;
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 7px;
}

.details-form-section .daf-details p:last-of-type {
    margin-bottom: 0;
}

.details-form-section .daf-details p a {
    text-decoration: none;
    color: #58595b;
    letter-spacing: 0;
}

.details-form-section .daf-details p a:hover {
    color: #27aae1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.details-form-section .daf-details p span {
    display: inline-block;
    width: 25px;
    text-align: left;
    color: #105388;
    margin-right: 5px;
}

.details-form-section .daf-social-media {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 30px;
}

.details-form-section .daf-social-media span {
    margin-right: 10px;
}

.details-form-section .daf-social-media span:last-of-type {
    margin-right: 0;
}

.details-form-section .daf-social-media span a {
    text-decoration: none;
    font-size: 20px;
    color: #105388;
}

.details-form-section .daf-social-media span:last-of-type a {
    font-size: 22px;
}

.details-form-section .daf-social-media span a:hover {
    color: #27aae1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;   
}

.details-form-section .daf-opening-hours {
    text-align: left;
}

.details-form-section .daf-opening-hours h3 {
    font-size: 18px;
    font-family: 'MontserratSemiBold';
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 10px;
}

.details-form-section .daf-opening-hours p {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
}

.details-form-section .daf-form-content {
    text-align: left;
    margin-bottom: 30px;
}

.details-form-section .daf-form-content h2 {
    font-size: 44px;
    font-family: 'MontserratExtraBold';
    color: #105388;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 30px;
}

.details-form-section .daf-form-content p {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
}

.details-form-section .daf-form {
    text-align: left;
}

.details-form-section .daf-form p.gform_required_legend {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 5px;
}

.details-form-section .daf-form p.gform_required_legend span.gfield_required_asterisk {
    font-size: 16px;
    color: #e50a2d;
}

.details-form-section .daf-form .gform_fields {
    grid-column-gap: 21px !important;
    grid-row-gap: 17px !important;
}

.details-form-section .daf-form legend.gfield_label,
.details-form-section .daf-form label.gfield_label {
    font-size: 16px;
    font-family: 'MontserratSemiBold';
    font-weight: normal;
    color: #58595b;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 0;
}

.details-form-section .daf-form legend.gfield_label span.gfield_required,
.details-form-section .daf-form label.gfield_label span.gfield_required {
    font-size: 16px;
    color: #e50a2d;
}

.details-form-section .daf-form .gfield_description {
    font-size: 14px !important;
    font-family: 'MontserratMedium' !important;
    font-weight: normal;
    color: #58595b;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 5px 0 10px !important;
}

.details-form-section .daf-form input.large,
.details-form-section .daf-form input.datepicker,
.details-form-section .daf-form select.large, 
.details-form-section .daf-form select, 
.details-form-section .daf-form textarea.large,
.details-form-section .daf-form textarea.medium, 
.details-form-section .daf-form input[type="text"],
.details-form-section .daf-form input[type="number"] {
    width: 100% !important;
    height: 46px;
    background: #ffffff;
    color: #58595b;
    padding: 5px 18px !important;
    border: 1px solid #58595b;
    border-radius: 0;
    font-family: 'MontserratMedium';
    font-size: 15px !important;
    letter-spacing: 0;
    box-shadow: none !important;
}

.details-form-section .daf-form select.large,
.details-form-section .daf-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../images/arrow-dd-black.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
}

.details-form-section .daf-form .ginput_container_textarea {
    height: 150px;
}

.details-form-section .daf-form textarea.textarea {
    height: 150px !important;
    padding: 11px 12px !important;
    resize: none;
}

.details-form-section .daf-form input.large::-webkit-input-placeholder,
.details-form-section .daf-form input.datepicker::-webkit-input-placeholder,
.details-form-section .daf-form select.large::-webkit-input-placeholder,
.details-form-section .daf-form select::-webkit-input-placeholder,
.details-form-section .daf-form textarea.large::-webkit-input-placeholder,
.details-form-section .daf-form input[type="text"]::-webkit-input-placeholder {
    color: #58595b;
    opacity: 1;
}

.details-form-section .daf-form input.large:-ms-input-placeholder,
.details-form-section .daf-form input.datepicker:-ms-input-placeholder,
.details-form-section .daf-form select.large:-ms-input-placeholder,
.details-form-section .daf-form select:-ms-input-placeholder,
.details-form-section .daf-form textarea.large:-ms-input-placeholder,
.details-form-section .daf-form input[type="text"]:-ms-input-placeholder {
    color: #58595b;
    opacity: 1;
}

.details-form-section .daf-form input.large::-moz-placeholder,
.details-form-section .daf-form input.datepicker::-moz-placeholder,
.details-form-section .daf-form select.large::-moz-placeholder,
.details-form-section .daf-form select::-moz-placeholder,
.details-form-section .daf-form textarea.large::-moz-placeholder,
.details-form-section .daf-form input[type="text"]::-moz-placeholder {
    color: #58595b;
    opacity: 1;
}

.details-form-section .daf-form input.large:-moz-placeholder,
.details-form-section .daf-form input.datepicker:-moz-placeholder,
.details-form-section .daf-form select.large:-moz-placeholder,
.details-form-section .daf-form select:-moz-placeholder,
.details-form-section .daf-form textarea.large:-moz-placeholder,
.details-form-section .daf-form input[type="text"]:-moz-placeholder {
    color: #58595b;
    opacity: 1;
}

.details-form-section .daf-form .gform_footer { 
    margin: 0 !important;
    padding: 25px 0 0 !important;
}

.details-form-section .daf-form .gform_button {
    cursor: pointer;
    text-decoration: none;
    background-color: #105388;
    color: #ffffff;
    font-family: 'MontserratSemiBold';
    font-size: 13px;
    padding: 15.75px 58.5px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
}

.details-form-section .daf-form .gform_button:hover {
    background-color: #27aae1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.details-form-section .daf-form .gform-loader {
    left: 5px;
}

.details-form-section .daf-form .gform_confirmation_message {
    text-align: left;
    margin-top: 40px;
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #58595b;
    letter-spacing: 0;
    line-height: 1.4;
}
/** Details And Form Layout **/


/** Map Layout **/
.map-section {
    background-color: #ffffff;
}

.map-section .custom-map {
    position: relative;
    line-height: 0;
}
/** Map Layout **/


/** Missing Content **/
.__content_missing {
    background-color: #ffffff;
}

.__content_missing p {
    padding: 150px 0;
    text-align: center;
    font-size: 36px;
    font-family: 'MontserratRegular';
    color: #000000;
    letter-spacing: 0;
}
/** Missing Content **/



/** GLOBAL CSS **/
.lb-dataContainer span.lb-number {
    display: none !important;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

#tribe-events-pg-template {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

#tribe-events {
	padding: 0;
}

#sb_instagram {
	padding-bottom: 0 !important;
}

/*#sb_instagram #sbi_images {
	padding: 0 !important;
}

#sb_instagram #sbi_images .sbi_item {
	padding: 5px !important;
}

#sb_instagram .sbi_photo {
	height: 99px !important;
}*/

.ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker-title select.ui-datepicker-year {
    background-origin: unset;
}
/** GLOBAL CSS **/