/*-------------NEW-------------*/

:root {
    --uxshadow: 0 1px 3px 1px rgb(66 66 66 / 10%), 0 2px 8px 8px rgb(66 66 66 / 5%);
}

* {
        -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
h1, h2, h3, h4, h5, h6, p, a.btn {
letter-spacing: 0px !important;
}

@media (max-width: 991px) {dy
h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
display: none;
}
}

.container-fluid {
max-width: 1400px;
}

.container-fluid .halfnhalf .row {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 768px) {
.container-fluid .halfnhalf-text {
max-width: 80%;
min-width: 200px;
}
}

@media (max-width: 767px) {
  .halfnhalf-text br {
  display: none;
}
}

@media (min-width: 1440px) {
    .flip1 .halfnhalf-text {
        margin-left: 0px;
        max-width: 80%;
    }

    div:not(.flip1) > .halfnhalf-text {
        margin-right: 0px;
        max-width: 80%;
    }
}

@media (min-width: 992px) {
#mainMenu nav > ul > li .dropdown-menu {
    box-shadow: 0px 0px 33px 32px rgb(0 0 0 / 5%) !important;
    margin-top: -6px !important;
    border-radius: 6px !important;
}
}

.stack-this {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.stack-this .btn {
    margin-right: 8px !important;
    margin-left: 0px !important;
}

@media(max-width:767px){
    .results-card, .stack-this {
        margin-bottom: 20px;
        height: auto;
    }

.stack-this .btn {
width: 100% !important;
max-width: 100% !important;

}
}

@media (max-width: 767px) {
    .container-fluid .halfnhalf-img {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 40px;
    }

    .text-box.hover-effect a.btn {
        margin-top: 20px;
    }

        .text-box.hover-effect p {
        max-width: 300px;
        margin: auto auto;
    }
    
}


.text-dark, .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark p, .text-dark .lead, .text-dark a:not(.btn), .text-dark a:not(.btn-danger), .text-dark a:not(.btn):hover:not(.btn-light), .text-dark i, .text-dark li, .text-dark label, .text-dark div:not(.alert), .text-dark span:not(.btn-label) {
color: var(--bodycolor) !important;
}

.text-box.hover-effect .btn {
   opacity: 0;
    margin-top: 
}

.text-box.hover-effect:hover .btn {
   opacity: 1;
}

.text-box.hover-effect {
   cursor: default;
}

.hero-profile {
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 50vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 40px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--uxshadow);
    width: 96%;
    margin: 20px auto auto auto;
    transition: var(--uxtransition);
    height: 600px;
}
    .hero-profile:hover {
    transition: var(--uxtransition);
    box-shadow: var(--uxshadowhover);
    filter: brightness(1.1);
}


.hero-profile h1 {
    font-size: 40px
}

@media (max-width: 991px) and (min-width: 768px) {
    .hero-profile h1 {
        font-size: 24px
    }
    .hero-profile h2 {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    .hero-profile h1 {
    font-size: 28px
    
}

    .hero-profile p {
        max-width: 300px !important;
    }
}

.hero-profile .bg-overlay {
    z-index: 1;
}

.hero-profile .wavVideoBG {
    opacity: 0;
    transition: var(--uxtransition);
}

.hero-profile:hover .wavVideoBG {
    opacity: 1;
    transition: var(--uxtransition);
}


.hero-profile .bg-overlay:not([data-style="10"]) {
opacity: 0.25;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .hero-profile br {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hero-profile {
        height: 500px;
        max-height: 500px;
        padding: 30px 60px
    }
}

@media (max-width: 1440px) {
    section.hero-cards {
    padding-left: 1%;
    padding-right: 1%;
}
}

.hero-profile.saltPricing {
    height: auto;
    max-height: unset;
}

ul.saltPricingList {
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    margin: 20px auto 40px auto;
}

ul.saltPricingList::before, ul.saltPricingList::after {
    content: '';
    display: block;
    position:relative;
    width: 100%;
    height: 2px;
    background-color: var(--n0);
    margin: 20px auto;
}

ul.saltPricingList li {
    list-style-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/005175/css/check.svg');
    max-width: 86%;
    margin: 16px auto;
    padding-left: 4px;
    line-height: 1.125;
    font-size: calc(var(--bodysize) - 2px);
}

@media (max-width: 550px) {
    .hero-profile.saltPricing {
        padding: 40px 30px;
        width: 100%;
    }
}

.hero-profile.hero-cameo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 40px;
}

.hero-cameo.hero-profile .wavVideoBG {
    opacity: 1;
}

button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary, button.btn.btn-secondary, .btn:not(.close):not(.mfp-close).btn-secondary, a.btn:not([href]):not([tabindex]).btn-secondary {
    min-width: 160px;
}

section.frame-before {
    border-top: 1.5px solid var(--n100);
}

section.frame-after {
    border-bottom: 1.5px solid var(--n100);
}

section.banner75 {
    min-height: 300px;
    height: 75vh;
    max-height: 800px;
    padding:  80px 0px !important;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 991px) {
    section.banner75 {
        flex-wrap: wrap;
        align-items: flex-end;
    }
}

section {
max-width: 1400px;
margin: auto auto;
}



/*---BACKGROUND ALIGNMENT---*/

section.bg-c-t {
background-position: center top !important;
}

section.bg-c-b {
background-position: center bottom !important;
}

section.bg-l-c {
background-position: left center !important;
}

section.bg-l-t {
background-position: left top !important;
}

section.bg-l-b {
background-position: left bottom !important;
}

section.bg-r-c {
background-position: right center !important;
}

section.bg-r-t {
background-position: right top !important;
}

section.bg-r-b {
background-position: right bottom !important;
}

@media (min-width: 1440px) {

#footer .container {
    max-width: 1400px;
}

.copyright-content .col-md-4.text-center:first-child {
    text-align: left !important;
}

.copyright-content .col-md-4.text-center:last-child {
    text-align: right !important;
}

#footer .social-icons {
    justify-content: flex-end;
}
}

/*---FOOTER---*/

#footer .footer-content .container {
    border-top: 1.5px solid var(--n100);
    border-bottom: 1.5px solid var(--n100);
}

    #footer .footer-content {
        padding: 0px 0 !important;
    }

footer .footer-content .container > .row {
    margin: 40px auto;
}

.saltSiteMap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 92%;
    margin: auto auto;
}

.saltSiteMap a {
    width: 50%;
    text-align: left !important;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.25
}

@media (min-width: 1025px) {
#footer .primary.wavgallery.wavgallery-text.center-me {
    max-width: 300px;
    margin-left: auto;
    margin-right: -30px;
}

    .saltSiteMap {
        max-height: 320px;
    }
    
    .saltSiteMap a {
adding: 0px 4px;
    }
}

@media (max-width: 1024px) {
    .saltSiteMap {
        flex-wrap: nowrap;
    }
    .saltSiteMap a {
    text-align: center !important;
    width: 100%;
    }
}

/*-------------OLD-------------*/

video {
    background-color: #000;
}

.form-group label {
    text-align: left;
}

.fbSubmit .col-md-8 {
    text-align: left;
}

.qlButtonStandard .btn.long:not(.close):not(.mfp-close) {
    margin-right: auto;
    margin-left: auto;
    max-width: 450px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-----CARDS----*/

/*-----FAVORITE THINGS CARD-----*/

.faveCard {
    background-color: #fff;
    border: 2px solid var(--brandcolor3);
    padding: 10px;
    position: relative;
    height: 450px;
    max-width: 320px !important;
    width: 100%;
    margin: 40px auto;
}

@media (max-width: 768px) {
    .faveCard {
        height: auto !important;
    }
}

.faveCardImage {
    height: 80px;
    width: 100% !important;
    margin: 0px 0px;
    position: relative;
}

.faveCardImage img {
    height: 100% !important;
    width: 100% !important;
    margin: 0px auto;
    object-fit: contain;
    position: relative;
    display: block;
    max-width: unset;
}

.faceCardTitle {
    font-family: var(--subtitlefont);
    text-transform: capitalize;
    font-size: 20px;
    /* letter-spacing: 0.1em; */
    line-height: 1.25;
    overflow: hidden;
    padding: 10px 5px;
    margin: 0px auto;
    max-height: 80px;
    font-weight: var(--subtitlebold);
}

.faveCardText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: auto;
    padding: 15px 5px 40px 5px;
}

.faveCardButton {
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -100px;
    margin-right: 0px;
}


.faveCardButton a.btn.btn-secondary:not(.close):not(.mfp-close), .faveCardButton a.btn.btn-primary:not(.close):not(.mfp-close) {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: capitalize !important;
    min-width: 200px !important;
}

.faveCardBody {
    font-size: 10px;
    text-align: left !important;
    white-space: pre-wrap;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: justify !important;
}

.faveCard.no-body {
    height: 130px;
}

section.wavoverlay {
    background-color: rgba(0, 0, 0, 0.39);
    background-blend-mode: overlay;
}

div.bg-overlay {
pointer-events: none;
}

/*-----SOCIAL ICONS-----*/

.small-icons {
   font-size: 25px;
}

/*---VIDEO BACKGROUNDS---*/

.html5vid.video-loaded {
    opacity: 1;
    z-index: 0;
}


/*---COACH CARDS---*/

/*----PLAQUE LIST----*/
 .plaque-entry.row {
     background-color: #fff;
     box-shadow: 0 1px 3px 1px rgb(66 66 66 / 10%), 0 2px 8px 8px rgb(66 66 66 / 5%);
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 24px;
     border-radius: 10px;
     overflow: hidden;
}
 p.plaque-text, .plaque-body .col-md-8 div#isPasted {
     line-height: 1.5;
     font-size: 16px;
     text-align: justify;
}
 .plaque-entry.row > div:first-child {
     padding-left: 0px;
     padding-right: 0px;
}

 .plaque-image img {
     margin-left: 0px !important;
     margin-right: 0px !important;
     padding: 0px !important;
     height: 100%;
     width: 100% !important;
     /* max-height: 370px; */
     object-fit: cover;
     display: block;
     margin-top: 0px !important;
     margin-bottom: 0px !important;
     position: relative;
     object-position: top left;
}
 .plaque-name {
     margin-bottom: 0px !important;
     font-size: 36px;
     letter-spacing: 0px;
}
 .plaque-content {
     padding-left: 30px;
     padding-right: 30px;
     padding-top: 15px;
     padding-bottom: 15px;
}
 .plaque-actions button.btn.btn-primary, .plaque-actions button.btn.btn-secondary, .plaque-actions a.btn.btn-secondary, .plaque-actions a.btn.btn-primary {
    display: flex;
    margin: auto auto !important;
    width: 100%;
    min-width: unset !important;
}
 .plaque-actions {
     display: flex;
     flex-direction: column;
     align-content: center;
     justify-content: flex-end;
     align-items: center;
}
 .row.plaque-header {
     border-bottom: var(--n100) 2px solid;
     margin-left: auto;
     margin-right: auto;
     padding-bottom: 12px;
     margin-bottom: 12px;
}
 .row.plaque-header > div {
     padding: 0px;
}
 ul.detail-list {
     margin-bottom: 16px;
}
 .list-counter {
     font-weight: 700;
     margin-bottom: 16px;
}
 @media (max-width: 1024px) {
     .plaque-name {
         font-size: 30px;
         line-height: 1.15 
    }
}
 @media (max-width: 991px) {
}
 @media (max-width: 767px) {
     .plaque-text {
         text-align: justify;
    }
}
 @media (max-width: 767px) and (min-width: 350px) {
     .plaque-actions {
         flex-direction: row;
         justify-content: space-between;
    }
     .plaque-actions button.btn.btn-primary, .plaque-actions button.btn.btn-secondary, .plaque-actions a.btn.btn-secondary, .plaque-actions a.btn.btn-primary {
         margin: 4px auto 4px auto !important;
         display: inline-flex;
         width: 48%;
    }

      .plaque-actions button.btn.btn-primary:only-child, .plaque-actions button.btn.btn-secondary:only-child, a.btn.btn-secondary:only-child, .plaque-actions a.btn.btn-primary:only-child {
          width: 100%;
      }
}
 @media (max-width: 350px) {
     .plaque-actions button.btn.btn-primary, .plaque-actions button.btn.btn-secondary, .plaque-actions a.btn.btn-secondary, .plaque-actions a.btn.btn-primary {
         margin: 4px auto 4px auto !important;
    }
     .plaque-name {
         font-size: 24px;
    }
}
 h5.events-location {
     color: var(--linkcolor);
}
 .plaque-date {
     height: 120px;
     width: 120px;
     position: absolute;
     background-color: var(--brandcolor1);
     display: flex;
     flex-direction: column;
     align-content: center;
     justify-content: center;
     align-items: center;
     z-index: 1;
     pointer-events: none;
}
 .plaque-month {
     letter-spacing: 0.15rem;
     text-transform: uppercase;
     font-weight: 500;
     font-size: 10px;
     color: #fff;
     line-height:1;
}
 .plaque-day {
     letter-spacing: 0.15rem;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 50px;
     color: #fff;
     line-height: 1.1;
}
 .plaque-year {
     letter-spacing: 0.15rem;
     text-transform: uppercase;
     font-weight: 500;
     font-size: 10px;
     color: #fff;
     line-height: 1;
}
 .card-entry {
     width: 100%;
     background-color: #fff;
     box-shadow: var(--uxshadowhover);
     margin: 0px 0 3% 0;
}
 .card-heading img {
     margin-left: 0px !important;
     margin-right: 0px !important;
     width: 100% !important;
     height: 100%;
     object-fit: cover;
     display: block !important;
     padding: 0px !important;
}
 .card-content {
     padding: 10px 15px;
}
 .card-entry .card-title {
     font-size: 20px !important;
     line-height: 1 !important;
}
 #card-subtitle {
     font-size: 14px !important;
     letter-spacing: 1.5px;
}
 .card-actions {
     display: flex;
     flex-direction: row;
     align-content: center;
     justify-content: center;
     align-items: center;
     width: 100%;
     flex-wrap: wrap;
}
 .card-actions a.btn.btn-primary, .card-actions button.btn.btn-primary {
     font-size: 10px !important;
     min-height: 20px !important;
     line-height: 1;
     letter-spacing: 1px !important;
     margin: 0px auto 4px auto;
     width: 45%;
}
 .card-actions a.btn.btn-secondary, .card-actions button.btn.btn-secondary {
     font-size: 10px !important;
     min-height: 20px !important;
     line-height: 1;
     letter-spacing: 1px !important;
     margin: 0px auto 4px auto;
     width: 45%;
}
 .card-list {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between;
}
 .container-fluid .grid.grid-5-columns li {
     height: calc(20vw);
}
 @media (max-width: 767px) {
     .container-fluid .grid.grid-5-columns li {
         height: calc(50vw);
         width: 50%;
    }
     .container-fluid .grid.grid-5-columns li:last-child {
         height: 100vw;
         width: 100%;
    }
}
 .saltListTitle {
     margin-top: 40px !important;
     margin-bottom: 40px !important;
     line-height: 1;
     display: flex;
     width: 100%;
     height: auto;
     position: relative 
}
 .saltListTitle::after {
     content: '';
     flex-grow: 1;
     margin: auto 0 auto 30px;
     pointer-events: none;
     height: 2px;
     background-color: var(--bodycolor);
}
 .saltListTitle::before {
     content: '';
     flex-grow: 1;
     margin: auto 30px auto 0px;
     pointer-events: none;
     height: 2px;
     background-color: var(--bodycolor);
}
 .saltListTitle.darkbgversion {
     color: #fff;
}
 .saltListTitle.darkbgversion::before, .saltListTitle.darkbgversion::after {
     background-color: var(--n0) 
}
 @media (min-width: 1024px) {
     .plaque-content .plaque-body {
         padding-bottom: 30px;
    }
     .plaque-content .col-md-8 {
         padding-right: 8px;
         height: 205px;
         overflow-y: auto;
         padding-bottom: 0px;
         margin-bottom: 0px;
    }
     .plaque-content .plaque-details {
         max-height: 205px;
         overflow-y: auto;
         padding-bottom: 0px 
    }
     .plaque-image img {
         min-height: 380px;
    }
     .plaque-content {
         padding-bottom: 0px;
    }
}
 .plaque-body .col-md-8::-webkit-scrollbar, .plaque-body .plaque-details::-webkit-scrollbar {
     width: 4px;
     border-radius: 50px;
}
 .plaque-body .col-md-8::-webkit-scrollbar-track, .plaque-body::-webkit-scrollbar-track {
     background: #e9e9e9;
     border-radius: 50px;
}
 .plaque-body .col-md-8::-webkit-scrollbar-thumb, .plaque-body .plaque-details::-webkit-scrollbar-thumb {
     -webkit-transition: var(--uxtransition);
     transition: var(--uxtransition);
     border-radius: 50px;
}
 .plaque-body .col-md-8::-webkit-scrollbar-thumb:hover, .plaque-body .plaque-details::-webkit-scrollbar-thumb:hover {
     background-color: var(--brandcolor2);
     -webkit-transition: var(--uxtransition);
     transition: var(--uxtransition);
}

/*---FORMS---*/

.saltForm, .wMemberRegister > div, .wMemberLogin > div {
    padding: 20px;
    border-radius: 10px;
    box-shadow: var(--uxshadow);
    background-color: #fff;
}

input[type=checkbox], input[type=radio] {
    margin-right: 8px;
}

/*---TESTIMONIALS---*/

.saltCarousel .testimonial-item {
    max-width: 800px;
    margin: auto auto;
    text-align: center;
}

.saltCarousel .testimonial-item p {
    font-size: 20px;
}

.saltCarousel .testimonial-item span:last-child,
.saltCarousel .testimonial-item span.attribution {
    font-size: 32px;
    font-weight: 700;
}