/** 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 .__full_center_bottom {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: center;
}

.page-banner-section .page-banner-wrapper .page-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.49;
}

.page-banner-section .page-banner-wrapper .page-banner-content {
    height: 740px;
}

.page-banner-section .page-banner-wrapper .page-banner-logo-image img {
    width: 185px;
}

.page-banner-section .page-banner-wrapper .banner-content-buttons-wrapper {
    margin-bottom: 90px;
}

.page-banner-section .page-banner-wrapper .banner-content {
    text-align: center;
}

.page-banner-section .page-banner-wrapper .banner-content h2 {
    font-size: 52px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #c4bbaa;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.page-banner-section .page-banner-wrapper .banner-content h1 {
    font-size: 69px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #c4bbaa;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}

.page-banner-section .page-banner-wrapper .banner-buttons {
    text-align: center;
    margin-top: 50px;
}

.page-banner-section .page-banner-wrapper .banner-buttons a {
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #c4bbaa;
    font-size: 15px;
    font-family: 'CircularStdBook';
    color: #c4bbaa;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 5.9px 19px 3px;
    line-height: normal;
    margin-right: 15px;
}

.page-banner-section .page-banner-wrapper .banner-buttons a:last-of-type {
    margin-right: 0;
}

.page-banner-section .page-banner-wrapper .banner-buttons a:hover {
    background-color: #c4bbaa;
    color: #000000;
    -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 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: 740px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-section .page-slider-banner-wrapper .banner-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    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: #c4bbaa;
    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: #26304d;
    -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;
}

/** gravity form button color **/
.gform_button.button {
    background-color: #755148 !important;
    /* You can add more styles as needed */
}

/** 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%;
    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: #c4bbaa;
	top: 50%;
	transform: translateY(-50%);
}

.page-banner-section .page-video-banner .__video_wrapper .responsive-embed iframe {
	z-index: 1;
}
/** Page Banner Layout **/


/** Content Editor Layout **/
.content-editor-section {

}

.content-editor-section .__ce_padding {
    padding: 0 15px;
}

.content-editor-section .content-editor-full h2 {
    font-size: 48px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: none;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 25px
}

.content-editor-section .content-editor-full p {
    text-align: left;
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.45;
}

.content-editor-section .content-editor-full .gform_wrapper {
    margin-top: 50px;
}

.content-editor-section .content-editor-full .gform_wrapper p.gform_required_legend {
    display: none;
}

.content-editor-section .content-editor-full .gform_wrapper .gform_fields {
    grid-column-gap: 18px !important;
    grid-row-gap: 25px !important;
}

.content-editor-section .content-editor-full .gform_wrapper label.gfield_label {
    font-size: 16px;
    font-family: 'BrandonGrotesqueBlack';
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.content-editor-section .content-editor-full .gform_wrapper label.gfield_label span.gfield_required {
    font-size: 16px;
    color: #c02b0a;
}

.content-editor-section .content-editor-full .gform_wrapper legend.gfield_label {
    font-size: 16px;
    font-family: 'BrandonGrotesqueBlack';;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 0;
}

.content-editor-section .content-editor-full .gform_wrapper legend.gfield_label span.gfield_required {
    font-size: 16px;
    color: #c02b0a;
}

.content-editor-section .content-editor-full .gform_wrapper .ginput_container--name label.gform-field-label {
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.1px;
    padding-top: 0;
    padding-bottom: 6px;
}

.content-editor-section .content-editor-full .gform_wrapper .gfield_description {
    padding-top: 0 !important;
    margin-top: 0 !important;
    font-size: 15px !important;
    font-family: "basic-sans", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    font-style: italic;
    color: #000000;
    letter-spacing: 0 !important;
}

.content-editor-section .content-editor-full .gform_wrapper input.large,
.content-editor-section .content-editor-full .gform_wrapper input.datepicker,
.content-editor-section .content-editor-full .gform_wrapper select.large, 
.content-editor-section .content-editor-full .gform_wrapper select, 
.content-editor-section .content-editor-full .gform_wrapper textarea.large,
.content-editor-section .content-editor-full .gform_wrapper textarea.medium, 
.content-editor-section .content-editor-full .gform_wrapper input[type="text"] {
    width: 100% !important;
    height: 46px;
    background: transparent;
    color: #000000;
    padding: 5px 15px !important;
    border: 1px solid #19191a;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px !important;
    letter-spacing: 0px;
    box-shadow: none !important;
}

.content-editor-section .content-editor-full .gform_wrapper .ginput_container_textarea {
    height: 200px;
}

.content-editor-section .content-editor-full .gform_wrapper textarea.textarea {
    height: 200px !important;
    padding: 13px 15px !important;
    resize: none;
}

.content-editor-section .content-editor-full .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 50px !important;
}

.content-editor-section .content-editor-full .gform_wrapper .gform_button {
    cursor: pointer;
    text-decoration: none;
    background: #000000;
    color: #c4bbaa;
    font-family: 'CircularStdBook';
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 28px 6px;
    border: 0;
    border-radius: 0;
    letter-spacing: 1px;
    margin: 0 !important;
    line-height: inherit !important;
}

.content-editor-section .content-editor-full .gform_wrapper .gform_button:hover {
    background: #26304d;
    -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 .content-editor-full .gform_wrapper .gform_ajax_spinner {
    position: relative;
    top: 0;
    padding-left: 10px;
}

.content-editor-section .content-editor-full .gform_confirmation_message {
    margin-top: 40px;
    text-align: left;
    font-size: 17px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.4;
}
/** Content Editor Layout **/


/** Content And Slider Layout **/
.content-slider-section {

}

.content-slider-section .__custom_row {
    max-width: 86rem;
}

.content-slider-section .__custom_left_padding {
    padding: 0 40px 0 15px;
}

.content-slider-section .__cas_padding {
    padding: 0 15px;
}

.content-slider-section .cas-content {
    margin-top: 65px;
}

.content-slider-section .cas-content h2 {
    font-size: 61px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 32px;
}

.content-slider-section .cas-content p {
    text-align: left;
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.45;
}

.content-slider-section .cas-buttons {
    display: flex;
    margin-top: 40px;
}

.content-slider-section .cas-buttons a {
    text-decoration: none;
    display: inline-block;
    background-color: #000000;
    border: 1px solid #000000;
    font-size: 15px;
    font-family: 'CircularStdBook';
    color: #c4bbaa;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 5.9px 20px 3px;
    line-height: normal;
    margin-right: 15px;
}

.content-slider-section .cas-buttons a:last-of-type {
    margin-right: 0;
}

.content-slider-section .cas-buttons a:hover {
    background-color: #c4bbaa;
    color: #000000;
    -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-slider-section .cas-slider-custom-controls {
    text-align: right;
    margin-bottom: 45px;
    padding-right: 15px;
}

.content-slider-section .cas-slider-custom-controls span.cas-btn-prev {
    padding-right: 10px;
    cursor: pointer;    
}

.content-slider-section .cas-slider-custom-controls span.cas-btn-next {
    padding-left: 10px;
    cursor: pointer;    
}

.content-slider-section .cas-slider-custom-controls span img {
    width: 42px;
}

.content-slider-section .cas-slider-container {
    position: relative;
    width: 100%;
    clear: both;    
}

.content-slider-section .cas-slider-container .swiper-wrapper {
    box-sizing: inherit;
}

.content-slider-section .cas-slider-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content-slider-section .cas-slider-content {
    margin-top: 15px;
}

.content-slider-section .cas-slider-content h4 {
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.content-slider-section .cas-slider-content h2 {
    font-size: 24.3px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: none;
    letter-spacing: -0.5px;
    line-height: 1;
}
/** Content And Slider Layout **/


/** Image And Content Layout **/
.image-and-content-section {

}

.image-and-content-section .__custom_row {
    max-width: 78.5rem;
}

.image-and-content-section .__custom_left_padding {
    padding-right: 50px;
}

.image-and-content-section .__custom_right_padding {
    padding: 0 70px;
}

.image-and-content-section .__switch_custom_left_padding {
    padding-left: 50px;
}

.image-and-content-section .iac-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.image-and-content-section .iac-section-title h2 {
    font-size: 50px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}

.image-and-content-section .iac-image img {
    width: 100%;
}

.image-and-content-section .iac-content {
    margin-top: 0;
}

.image-and-content-section .iac-content h2 {
    font-size: 48px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 30px;
}

.image-and-content-section .iac-content p {
    text-align: left;
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.45;
}

.image-and-content-section .iac-buttons {
    display: flex;
    margin-top: 30px;
}

.image-and-content-section .iac-buttons a {
    text-decoration: none;
    display: inline-block;
    background-color: #000000;
    border: 1px solid #000000;
    font-size: 15px;
    font-family: 'CircularStdBook';
    color: #c4bbaa;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 5.9px 12px 3px;
    line-height: normal;
    margin-right: 15px;
}

.image-and-content-section .iac-buttons a:last-of-type {
    margin-right: 0;
}

.image-and-content-section .iac-buttons a:hover {
    background-color: #c4bbaa;
    color: #000000;
    -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;
}

.image-and-content-section .__iac_border_line {
    border-bottom: 1px solid #b0b0b0;
}
/** Image And Content Layout **/


/** Image And Content Slider Layout **/
.image-and-content-slider-section {

}

.image-and-content-slider-section .image-and-content-slider-container {
    position: relative;
    width: 100%;
    clear: both;
    margin-bottom: 0 !important;
}

.image-and-content-slider-section .__custom_row {
    max-width: 78.5rem;
}

.image-and-content-slider-section .__custom_left_padding {
    padding-right: 50px;
}

.image-and-content-slider-section .__custom_right_padding {
    padding: 0 70px;
}

.image-and-content-slider-section .iacs-image img {
    width: 100%;
}

.image-and-content-slider-section .iacs-content {
    margin-top: 0;
}

.image-and-content-slider-section .iacs-content h2 {
    font-size: 52px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 32px;
}

.image-and-content-slider-section .iacs-content p {
    text-align: left;
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.45;
}

.image-and-content-slider-section .iacs-content p a {
    text-decoration: none;
    color: #000000;
    letter-spacing: 0;
}

.image-and-content-slider-section .iacs-content p a:hover {
    color: #26304d;
    -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;
}

.image-and-content-slider-section .iacs-buttons {
    display: flex;
    margin-top: 30px;
}

.image-and-content-slider-section .iacs-buttons a {
    text-decoration: none;
    display: inline-block;
    background-color: #000000;
    border: 1px solid #000000;
    font-size: 15px;
    font-family: 'CircularStdBook';
    color: #c4bbaa;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 5.9px 12px 3px;
    line-height: normal;
    margin-right: 15px;
}

.image-and-content-slider-section .iacs-buttons a:last-of-type {
    margin-right: 0;
}

.image-and-content-slider-section .iacs-buttons a:hover {
    background-color: #c4bbaa;
    color: #000000;
    -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;
}

.image-and-content-slider-section .__iacs_border_line {
    border-bottom: 1px solid #b0b0b0;
}

.image-and-content-slider-section .vertical-dots {
    right: 120px;
}

.image-and-content-slider-section .vertical-dots li {
    width: 16px;
    height: 16px;
    margin-bottom: 6px;
}

.image-and-content-slider-section .vertical-dots li:last-of-type {
    margin-bottom: 0;
}

.image-and-content-slider-section .vertical-dots li button {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #000000;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
}

.image-and-content-slider-section .vertical-dots li button:before {
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
    width: 11px;
    height: 11px;
}

.image-and-content-slider-section .vertical-dots li button:hover:before {
    background-color: #000000;
    -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;
}

.image-and-content-slider-section .vertical-dots li.slick-active button:before {
    opacity: 1;
    color: #000000;
    background-color: #000000;
}


.image-and-content-slider-section .slick-dots {
    position: relative;
    bottom: unset;
    margin-top: 25px;
}

.image-and-content-slider-section .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 5px;
}

.image-and-content-slider-section .slick-dots li button {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
}

.image-and-content-slider-section .slick-dots li button:before {
    position: unset;
    content: '';
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
    width: 11px;
    height: 11px;
}

.image-and-content-slider-section .slick-dots li button:hover:before {
    background-color: #ffffff;
    -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;
}

.image-and-content-slider-section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
    background-color: #ffffff;
}
/** Image And Content Slider Layout **/


/** Blurb Layout **/
.blurb-section {

}

.blurb-section .__custom_row {
    max-width: 79.2rem;
}

.blurb-section .__blurb_padding {
    padding: 0 20px;
}

.blurb-section .blurb-item {
    margin-bottom: 40px;
}

.blurb-section .blurb-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 545px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blurb-section .blurb-content {
    margin-top: 33px;
}

.blurb-section .blurb-content h4 {
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 12px;
}

.blurb-section .blurb-content h2 {
    font-size: 25px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: -0.3px;
    line-height: 1;
    margin-bottom: 14px;
}

.blurb-section .blurb-content p {
    text-align: left;
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.4;
}
/** Blurb Layout **/


/** Gallery Layout **/
.gallery-section {

}

.gallery-section .slider-gallery-full-width {
    position: relative;
    width: 100%;
    clear: both;
    margin-bottom: 0 !important;
}

.gallery-section .gallery-image {
    margin: 0 20px;
}

.gallery-section .gallery-image img {
    width: 100%;
}

.gallery-section .slick-dots {
    position: relative;
    bottom: unset;
    margin-top: 25px;
}

.gallery-section .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 5px;
}

.gallery-section .slick-dots li button {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #000000;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
}

.gallery-section .slick-dots li button:before {
    position: unset;
    content: '';
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
    width: 11px;
    height: 11px;
}

.gallery-section .slick-dots li button:hover:before {
    background-color: #000000;
    -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-section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000000;
    background-color: #000000;
}
/** Gallery Layout **/


/** Events List Layout **/
.events-list-section {

}

.events-list-section .__custom_row {
    max-width: 81.5em;
}

.events-list-section .__custom_row_events {
    max-width: 81.5em;
    margin-right: auto !important;
    margin-left: auto !important;
}

.events-list-section .__event_padding {
    padding: 0 15px;
}

.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 .events-list-section-content {
    text-align: left;
    margin-bottom: 30px;
}

.events-list-section .events-list-section-content h2 {
    font-size: 48px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 15px;
}

.events-list-section .events-list-section-content p {
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.45;
}

.events-list-section .event-item {
    margin-bottom: 40px;
}

.events-list-section .event-image img {
    width: 100%;
}

.events-list-section .event-details {
    margin-top: 20px;
}

.events-list-section .event-details h2 {
    font-size: 25px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: -0.3px;
    line-height: 1;
    margin-bottom: 15px;
}

.events-list-section .event-details h4 {
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 13px;
}

.events-list-section .event-details h4 > strong {
    font-weight: 600;
}

.events-list-section .event-details a.__event_btn {
    text-decoration: none;
    display: inline-block;
    background-color: #755148;
    border: 1px solid #755148;
    font-size: 15px;
    font-family: 'CircularStdBook';
    color: #c4bbaa !important;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 5.9px 20px 3px;
    line-height: normal;
    margin-top: 20px;
}

.events-list-section .event-details a.__event_btn:hover {
    background-color: transparent;
    color: #755148 !important;
    -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 **/


/** Blog Posts Layout **/
.blog-posts-section {

}

.blog-posts-section .__custom_row {
    max-width: 78.1rem;
}

.blog-posts-section .__bp_padding {
    padding: 0 20px;
}

.blog-posts-section .section-title {
    margin-bottom: 60px;
}

.blog-posts-section .section-title h2 {
    font-size: 61px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1;
}

.blog-posts-section .blog-post-item {
    margin-bottom: 40px;
}

.blog-posts-section .blog-post-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
}

.blog-posts-section .blog-post-details {
    margin-top: 33px;
}

.blog-posts-section .blog-post-details h4 {
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 12px;
}

.blog-posts-section .blog-post-details h2 {
    font-size: 25px;
    font-family: "abril-display", serif;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: -0.3px;
    line-height: 1;
    margin-bottom: 18px;
}

.blog-posts-section .blog-post-details p {
    text-align: left;
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.4;
}
/** Blog Posts Layout **/


/** Tabs And Contents Layout **/
.tabs-and-contents-section {

}

.tabs-and-contents-section .__custom_row {
    max-width: 79.2rem;
}

.tabs-and-contents-section .__tabs_padding {
    padding: 0 15px;
}

.tabs-and-contents-section .tabs-title-wrapper {
    background-color: #755148;
    padding: 13px 0;
    margin-top: 30px;
}

.tabs-and-contents-section .tab-list-items {
    text-align: center;
}

.tabs-and-contents-section .tab-list-items ul.tabs {
    border: 0;
    background: none;
}

.tabs-and-contents-section .tab-list-items ul li {
    float: none;
    display: inline-block;
    margin: 0 25px;
}

.tabs-and-contents-section .tab-list-items ul li a {
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border: 0 !important;
    font-size: 15px;
    font-family: 'CircularStdBook';
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: unset;
}

.tabs-and-contents-section .tab-list-items ul li.is-active a {
    color: #D3D3D3;
}

.tabs-and-contents-section .tab-list-items ul li a:hover {
    color: #D3D3D3;
    -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;
}

.tabs-and-contents-section .tab-list-items ul li a.accordion-title::before {
    top: 43%;
}

.tabs-and-contents-section .tabs-content {
    border: 0;
    background: none;
}

.tabs-and-contents-section .tabs-panel {
    padding: 0;
}

.tabs-and-contents-section .tabs-image img {
    width: 100%;
}

.tabs-and-contents-section .tabs-content-details {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
}

.tabs-and-contents-section .tabs-content-details h2 {
    font-size: 50px;
    font-family: "abril-display", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000000;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.tabs-and-contents-section .tabs-content-details p {
    text-align: left;
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #000000;
    letter-spacing: 0;
    line-height: 1.45;
    margin-bottom: 20px;
}

.tabs-and-contents-section .accordion {
    background: #ffffff;
}

.tabs-and-contents-section .accordion-content {
    border: 1px solid #000000 !important;
    padding: 20px 16px;
}
/** Tabs And Contents Layout **/


/** Instagram Feed Layout **/
.instagram-feed-section {

}

.instagram-feed-section .section-title {
    text-align: center;
    margin-bottom: 15px;
}

.instagram-feed-section .section-title h2 {
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}
/** Instagram Feed Layout **/


/** Custom Map Layout **/
.custom-map-section .custom-map {
    position: relative;
    line-height: 0;
}

.custom-map-section .custom-map p {
    line-height: inherit;
}
/** Custom Map Layout **/


/** Missing Content **/
.__content_missing {
    background-color: #FAFBF2;
}

.__content_missing p {
    padding: 150px 0;
    text-align: center;
    font-size: 36px;
    font-family: "abril-display", serif;
    font-weight: 700;
    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;
}*/

.leaflet-bottom.leaflet-right {
    display: none;
}
/** GLOBAL CSS **/

/*** Layout1 ***/


.blurb-section.layout1 .__blurb_padding {
    padding: 0 4px;
}
.blurb-section.layout1 .__inner_row {
    max-width: 79.2rem;
    width: 100%;
    padding: 0 11px;
}
.blurb-section.layout1 .__inner_row .blurb-item > div,
.blurb-section.layout1 .__inner_row .blurb-item > a {
    position: relative;
    display: block;
}
.blurb-section.layout1 .__inner_row .blurb-item {
    transition: all 0.3s ease-in-out;
}
.blurb-section.layout1 .__inner_row .blurb-item .blurb-image {
    display: block;
}
.blurb-section.layout1 .__inner_row .blurb-item .blurb-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
.blurb-section.layout1 .__inner_row .blurb-item:hover {
    transform: scale(1.03);
}
.blurb-section.layout1 .__inner_row .blurb-item:hover .blurb-image:before {
    background-color: rgba(0, 0, 0, 0.35);
}
.blurb-section.layout1 .__inner_row .blurb-item .as-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    border-radius: 50%;
    background-image:url(/wp-content/themes/DailyPress/assets/images/arrow-right.svg);
    background-size: cover;
    background-position: center center;
    bottom: 15px;
    right: 15px;    
}
.blurb-section.layout1 .__inner_row .blurb-item .details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0 15px;
}
.blurb-section.layout1 .__inner_row .blurb-item .details h2 {
    font-size: 26px;
    font-family: "abril-display", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000000;
    text-transform: none;
    letter-spacing: -0.3px;
    line-height: normal;
    margin-bottom: 37px;
    color: #fff;
}
.blurb-section.layout1 .__inner_row .blurb-item .details .desc-wrap {
    text-align: left;
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #000000;
    letter-spacing: 0;
    line-height: 1.45;
    width: calc(100% - 46px);
    margin-top: -24px;    
}
.blurb-section.layout1 .__inner_row .blurb-item .details .desc-wrap * {
    letter-spacing: -0.5px;
    color: #fff;
}
.blurb-section.layout1 .section-title h2 {
    font-size: 50px;
    font-family: "abril-display", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fefefe;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 30px;
}
.blurb-section.layout1 .section-wysiwyg {
    margin-bottom: 30px;
}
.blurb-section.layout1 .section-wysiwyg p {
    text-align: left;
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #000000;
    letter-spacing: 0;
    line-height: 1.45;
}
@media only screen and (max-width: 1024px) {
    .blurb-section .blurb-item {
        margin-bottom: 10px;
    }
}

/**** Layout2 ****/

.two-column-layout {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.two-column-layout .background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.two-column-layout .as-ttl {
    font-size: 50px;
    font-family: "abril-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 90px;

    text-align: center;
}
.two-column-layout .__custom_left .inner,
.two-column-layout .__custom_right .inner {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
}
.two-column-layout .__custom_left .inner > div,
.two-column-layout .__custom_right .inner > div {
    width: 100%;
    padding: 30px;
}

.two-column-layout .background:before {
    content: "";
    height: 50%;
    display: block;
    width: 100%;
}
.two-column-layout .background:after {
    content: "";
    height: 50%;
    display: block;
    width: 100%;
}

/* LAYOUT 3 */
.blurb-section.layout3 .__blurb_padding {
    padding: 0 9px;
}
.blurb-section.layout3 .__inner_row {
    max-width: 79.2rem;
    width: 100%;
    padding: 0 11px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.blurb-section.layout3 .__inner_row .blurb-item > div,
.blurb-section.layout3 .__inner_row .blurb-item > a {
    position: relative;
    display: block;
}
.blurb-section.layout3 .__inner_row .blurb-item {
    transition: all 0.3s ease-in-out;
}
.blurb-section.layout3 .__inner_row .blurb-item .blurb-image {
    display: block;
}
.blurb-section.layout3 .__inner_row .blurb-item .blurb-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
.blurb-section.layout3 .__inner_row .blurb-item:hover {
    transform: scale(1.03);
}
.blurb-section.layout3 .__inner_row .blurb-item:hover .blurb-image:before {
    background-color: rgba(0, 0, 0, 0.35);
}
.blurb-section.layout3 .__inner_row .blurb-item .details {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 15px;
    display: flex;
    flex-flow: column;
    align-items: center;        
}
.blurb-section.layout3 .__inner_row .blurb-item .details h2 {
    font-size: 26px;
    font-family: "abril-display", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000000;
    text-transform: none;
    letter-spacing: -0.3px;
    line-height: normal;
    margin-bottom: 14px;
    color: #fff;
    text-align: center;
}
.blurb-section.layout3 .__inner_row .blurb-item .details .desc-wrap {
    text-align: left;
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #000000;
    letter-spacing: 0;
    line-height: 1.45;
}
.blurb-section.layout3 .__inner_row .blurb-item .details .desc-wrap * {
    letter-spacing: -0.5px;
    color: #fff;
}

.blurb-section.layout3 .__inner_row .blurb-item .as-btn {
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    background-image:url(/wp-content/themes/DailyPress/assets/images/arrow-right.svg);
    background-size: cover;
    background-position: center center;   
}
.blurb-section.layout3 .section-title h2 {
    font-size: 50px;
    font-family: "abril-display", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000000;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}
.blurb-section.layout3 .section-wysiwyg {
    margin-bottom: 30px;
}
.blurb-section.layout3 .section-wysiwyg p {
    text-align: left;
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #000000;
    letter-spacing: 0;
    line-height: 1.45;
}
.blurb-section.layout3 .__custom_row {
    max-width:unset;
}
.blurb-section.layout3 .__custom_row .columns .innr {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.blurb-section.layout3 .__outer_row {
    width: 100%;
    padding-top: 20px;
    position: relative;
    display: flex;
    flex-flow: row wrap;   
}
.blurb-section.layout3 .__custom_row .__bp_padding {
    padding-top: 30px;
}    
.blurb-section.layout3 .__outer_row .background {
    top: 0;
    position: absolute;        
    width: 100%;
    height: 50%;        
}
@media only screen and (max-width: 1024px) {
    .blurb-section .blurb-item {
        margin-bottom: 20px;
    }
}

/* Set font family for all headers */
h1, h2, h3, h4, h5, h6 {
    font-family: 'obviously', sans-serif !important;
}

/* Set font family for body text */
body {
    font-family: 'MontserratRegular', sans-serif !important;
}

/* For Handwriting Font*/
.explore-handwriting {
    font-family: 'Yellowtail', cursive;
}