.elementor-kit-14041{--e-global-color-primary:#B76A5A;--e-global-color-secondary:#935E51;--e-global-color-text:#282828;--e-global-color-accent:#CF9564;--e-global-color-205ac99:#222222;--e-global-color-fc2b9e6:#7B9E9A;--e-global-color-ac46739:#BDB39B;--e-global-color-ee72bd0:#A3685A;--e-global-color-a05be5b:#F8F8F8;--e-global-color-002638f:#6E6659;--e-global-typography-primary-font-family:"Playfair Display SC";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:42px;--e-global-typography-primary-letter-spacing:0.16px;--e-global-typography-secondary-font-family:"Playfair Display SC";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:35px;--e-global-typography-text-letter-spacing:-0.5px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-14041 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14041{--e-global-typography-primary-font-size:35px;--e-global-typography-primary-line-height:42px;--e-global-typography-primary-letter-spacing:0.16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*changes highlight text color */
::selection {
    background:#BDB39B80;
    color:#FFFFFF;
}

a {
    color: #a3685a;
}

a:hover {
    color:#cf9564;
}



/*Decorated*/


.decorated {
    font-size:36px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.16px;
    color: #222222;
    text-align: center;
    overflow: hidden;
    font-family: Playfair Display SC;
 }
.decorated > span {
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 592px; /* half of limiter */
    margin: 0 20px;
}
.decorated > span:before {
    right: 100%;
}
.decorated > span:after {
    left: 100%;
}

/*Button CSS*/

.home-tour-button:hover {
    text-decoration: underline !important;
}

button, .elementor-button, .elementor-button-link, .elementor-size-sm {
    color:#FFFFFF;
    background-color: #BDB39B;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    border-radius: 2em 2em 2em 2em;
    padding: 18px 20px 18px 20px;
    border:none;
}

button:hover, .elementor-button:hover, .elementor-button-link:hover, .elementor-size-sm:hover {
    background-color:#CF9564;
}

/*Header CSS*/

h3, .h3 {
    font-family: 'Playfair Display SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.16px;
    color: #282828;
}

/*Event Listing CSS*/
.tribe-events-single-event-title {
    font-family: 'Playfair Display SC';
    font-weight: 300;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-description {
    font-family: 'Source Sans Pro';
    font-weight: 300 !important;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-schedule {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 16px;
}/* End custom CSS */