/*----Fonts----*/


@font-face {
    font-family: Cormorant Light;
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/008008/css/fonts/Cormorant-Light.ttf");
}

@font-face {
    font-family: California Dreamer;
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/008008/css/fonts/CaliforniaDreamerScript.otf");
}

@font-face {
    font-family: Solidartha;
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/008008/css/fonts/Solidaritha%20Script.ttf");
}

h1 {
   font-size: 42px;
   line-height: 1.2;
   text-align: center;
}

h2 {
   font-size: 25px;
   font-weight: 600;
   line-height: 1.2;
   letter-spacing: .2em;
}

p {
   line-height: 1.2;
}

.title {
font-family: 'California Dreamer';
font-size: 250px;
line-height: 1.1;
text-align: center;
color: white;
}

.wMemberLogin .title,
.wMemberRegister .title {
    color: var(--bodyccurrentcolor);
    font-size: var(--bodysize);
    font-family: var(--bodyfont);
}

.wMemberLogin {
    max-width: 450px;
}

.small-title {
font-family: 'California Dreamer';
font-size: 190px;
line-height: 1.1;
text-align: center;
}
}

@media (max-width: 991px) {
.small-title {
  font-size: 170px;
  line-height: 0.7;
}
}

.small-title:not(:first-child):not(:last-child) {
    margin-top: 40px;
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {
.small-title {
  font-size: 100px;
}
}

.banner {
font-family: 'Raleway';
text-transform: uppercase;
font-size: 25px;
line-height: 1.2;
color: var(--brandcolor6);
text-align: center;font-weight: 600;
}

.subheading {
font-family: 'Raleway';
text-transform: uppercase;
font-size: 20px;
line-height: 1.3;
color: var(--brandcolor1);
text-align: center;
font-weight: 600;
}

@media (max-width: 991px) {
.title {
  font-size: 180px;
  line-height: 0.7;
}

.title:not(:first-child):not(:last-child) {
    margin-top: 40px;
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {
.title {
  font-size: 72px;
}
}

.italics {
font-family: 'Playfair Display';
font-size: 20px;
line-height: 1.2;
color: var(--brandcolor6);
font-style: italic;
}

section:not(.bdcall2action) a:not(.btn) {
color: inherit;
text-decoration: inherit;
}

section.overlayAlt {
background-color: rgba(255, 255, 255, 0.35) !important;
background-blend-mode: lighten;
}

section.overlay {
background-color: rgba(0, 0, 0, 0.35) !important;
}

/*---BUTTONS---*/

.wrapper a.btn::after, .wrapper button.btn::after {
 content: '\003E';
 display: inline;
 padding-left: 5px;
}

body#bBody.tssEditMode .btn.btn-default::after {
    display: none;
}

.btn.btn-primary, .btn.btn-secondary,
.btn.btn-primary:hover, .btn.btn-secondary:hover, 
.btn.btn-primary:active, .btn.btn-secondary:active,
.btn.btn-primary:focus, .btn.btn-secondary:focus,
a.read-more {
    letter-spacing: 0.2em !important;
    min-width: 250px !important;
    min-height: 75px !important;
    max-width: 400px !important;
    width: fit-content !important;
    line-height: 1.25 !important;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 0px 5px !important;
    align-items: center;
    font-weight: 600 !important;
    font-size: 20px !important;
    margin: auto auto !important;
    white-space: pre-line !important;
    flex-wrap: nowrap;
}

div.qlWrapper .qlButtonStandard {
    max-width: 400px;
    margin: 10px auto;
}

div.qlWrapper .qlButtonStandard a.btn {
min-width: 100% !important;
    white-space: normal;
}

@media (max-width: 480px) {
.btn.btn-primary, .btn.btn-secondary,
.btn.btn-primary:hover, .btn.btn-secondary:hover, 
.btn.btn-primary:active, .btn.btn-secondary:active,
.btn.btn-primary:focus, .btn.btn-secondary:focus,
div.qlWrapper .qlButtonStandard a.btn,
a.read-more {
    font-size: 14px !important;
    width: 100% !important;
    max-width: 300px !important;
    min-width: unset !important;
}
}

/*------NAVIGATION------*/

header .social-icons li a, header .social-icons.social-icons-colored a {
   color: var(--navigationcolor) !important;
}

header .social-icons li a:hover, header .social-icons.social-icons-colored-hover a:hover {
   color: var(--linkcolor) !important;
}

.gototop-button, .gototop-button:hover {
    display: none;
}

nav li a:hover {
    color: var(--linkcolor) !important;
}

#header.header-transparent:not(.navOpen) div#logo {
    display: none;
}

.header-transparent .social-icons.social-icons-colored a, .header-transparent .social-icons.social-icons-colored-hover a:hover {
    color: var(--linkcolor) !important;
}

/*---DESKTOP---*/
@media (max-width: 1199px) and (min-width: 992px) { 
div#logo {
    width: 260px;
}

header#header.header-transparent.navOpen .navigation-wrap {
    width: calc(100% - 260px - 75px);
}
}

@media (min-width:992px) {
#header,
#header-wrap,
#logo img, #logo a,
#header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
#mainMenu > ul,
#header.header-sticky:not(.header-static) .nav-main-menu-responsive,
#header .side-panel-button
 {
    height: 75px;
}

header#header.header-transparent div#header-wrap, header#header.header-transparent.header-sticky div#header-wrap,
header#header.header-transparent, header#header.header-transparent.header-sticky {
    background-color: transparent !important;
}


header#header.header-transparent .nav-main-menu-responsive, header#header.header-transparent .navigation-wrap {
    pointer-events: all;
    display: flex;
}

header#header.header-transparent.navOpen .navigation-wrap {
    display: flex;
    order: 3;
    width: calc(100% - 75px - 420px);
}

.navigation-wrap:not(.navigation-active) {
    width: 0px
}

header#header.header-transparent .nav-main-menu-responsive {
    align-items: center;
    justify-content: center;
}

#header.header-sticky #header-wrap {
    box-shadow: none;
}

#header.header-transparent {
    position: absolute;
    width: 100%;
    height: 75px;
}

#header.header-sticky.header-transparent #header-wrap {
    position: absolute;
}

body.wide #header.header-fullwidth.header-transparent #header-wrap .container {
    padding: 0px 0px 0px 0px !important;
    height: 75px;
    width: 75px;
    margin-left: 0px;
    background-color: var(--navigationbackground);
}

body.wide #header.header-fullwidth.header-transparent.navOpen #header-wrap .container {
    width: 100vw;
    display: flex;
}

.header-transparent.tssHeaderFullWidth .top-social, header.header-sticky.tssHeaderFullWidth .top-social {
    margin: 0px 0px 0px 0px;
    display: flex;
    display: none;
    height: 75px;
    float: unset;
    /* position: absolute; */
    /* left: 45px; */
    align-items: center;
    order: 2;
}

.header-transparent .navigation-wrap:not(.navigation-active) .top-social {
    display: none !important;
}
    .nav-main-menu-responsive {
    height: 50px;
    margin-bottom: 19px;
}

div#logo {
    width: 420px;
    max-width: 90vw;
    height: 75px;
    padding: 27px 0px;
    position: relative;
    display: inline-flex;
    margin: 0px 0px 0px 0px;
    order: 2;
}


div#logo a, div#logo a img {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    padding: 0px 0px  !important;
}

#logo {
    float: none;
    margin: auto;
    display: inline-block;
}

   .nav-main-menu-responsive {
    height: 75px;
    float: unset;
    margin-bottom: unset;
    margin-left: 0px;
    width: 75px;
    padding: 7.5px;
    order: 1;
}

div.c2a-hide {
    opacity: 0;
    pointer-events: none;
}

header#header.header-transparent div#header-wrap, header#header.header-transparent.header-sticky div#header-wrap {
    background-color: transparent !important;
}

    .header-transparent.tssHeaderFullWidth #mainMenu {
        float: none;
        margin: auto auto;
        display: none;
        align-items: center;
        justify-content: center;
        height: 75px;
        width: auto;
    }

        .header-transparent.tssHeaderFullWidth .navigation-wrap.navigation-active #mainMenu {
       display: flex;
       margin: auto 0px auto auto;
       position: relative;
       width: fit-content;
       justify-content: flex-end;
       }
      


            .header-transparent.tssHeaderFullWidth #mainMenu ul li {
                height: 75px;
                display: flex;
                align-content: center;
                justify-content: center;
                align-items: center;
                position: relative;
                width: fit-content;
            }

                .header-transparent.tssHeaderFullWidth #mainMenu ul.dropdown-menu > li {
                height: 75px;
                display: flex;
                align-content: flex-start;
                justify-content: flex-start;
                align-items: center;
                position: relative;
                width: fit-content;
                padding: 0px 8px;
            }
                .header-transparent.tssHeaderFullWidth #mainMenu ul:not(.dropdown-menu) > li {
                padding-right: 24px;
                }


                .header-transparent.tssHeaderFullWidth #mainMenu ul.dropdown-menu li {
                width: 100%;
                position: relative;
                text-align: left;
                }


        #header.header-transparent #mainMenu ul li a:hover {
       color: var(--linkcolor) !important;
        }

button.lines-button:not(.tcon-transform):hover span.lines, button.lines-button:hover span.lines::before, button.lines-button:hover span.lines::after {
  background-color: var(--linkcolor) !important;
}

button.lines-button span.lines, button.lines-button span.lines::before, button.lines-button span.lines::after {
transition: all 0.3s ease-in-out 0s;
}

    #header.header-sticky:not(.header-static), #header.header-sticky:not(.header-static) #header-wrap, #header.header-sticky:not(.header-static) #logo img, #header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu, #header.header-sticky:not(.header-static) .nav-main-menu-responsive, #header.header-sticky:not(.header-static) #shopping-cart a, #header.header-sticky:not(.header-static) #top-search a, #header.header-sticky:not(.header-static) .side-panel-button {
        height: 75px;
    }

.header-transparent .social-icons ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: fit-content;
    padding-right: 15px;
}

.header-transparent .social-icons li a {
    text-decoration: none !important;
    border: none;
    background-color: transparent;
    font-family: var(--navigationfont);
    text-transform: var(--navigationcaps);
    letter-spacing: 0px;
    padding-left: 0px;
    color: var(--navigationcolor);
    margin: auto auto;
}


header#header .main-menu ul.dropdown-menu {
    top: 76px;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
    width: 100%;
    left: -25%;
}

    header#header .main-menu ul.dropdown-menu li {
    background-color: transparent;
}

}


    
#header #mainMenu > ul > li > a, 
#header #mainMenu > ul > li > ul > li > a, 
#header #mainMenu > ul > li > ul > li > ul > li > a, 
#header #main-menu .dropdown-menu a,
#header:not(.home) #mainMenu > ul > li > a, 
#header:not(.home) #mainMenu > ul > li > ul > li > a, 
#header:not(.home) #mainMenu > ul > li > ul > li > ul > li > a, 
#header:not(.home) #main-menu .dropdown-menu a {
    color: rgba(8,25,50,1) !important;
    line-height: 1.3 !important;
    letter-spacing: 0.2em !important;
    text-align: left !important;
    font-family: 'Raleway' !important;
    font-weight: 600 !important;
    font-style: normal !important;
    padding: 0px 0px 0px 0px !important;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    }

.dropdown-menu li a::before {
 content: '\003E' !important;
 padding-right: 5px;
 position:relative;
 line-height: 1;
}

#header #main-menu .dropdown-menu li a,
#header #main-menu .dropdown-menu li {
     max-width: 100%;
     position: relative;
 }

body#bBody header#header.tssFullWidth nav.main-menu ul.dropdown-menu,
#header:not(.home) #mainMenu.style-1 ul.dropdown-menu, 
#header:not(.home) #mainMenu.style-1 ul.dropdown-submenu, 
#header:not(.home).header-dark:not(.header-navigation-light) .main-menu .dropdown-menu {
    background-color: transparent !important;
    width: 100%;
    position: absolute;
}


span.c2aText {
letter-spacing: 0.1em;
    font-size: 20px;
    text-align: left;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

@media (max-width: 480px) {
    span.c2aText {
        font-size: 12px !important;
    }
     a.c2aLink {
         font-size: 16px !important
     }
}

a.c2aLink {
    text-decoration: none !important;
    cursor: pointer;
    color: #cac8c9;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 18px;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 600;
    font-style: normal;
}

a.c2aLink:hover, a.c2aLink:active, a.c2aLink:focus {
    color: var(--brandcolor2) !important;
}

@media (max-width: 480px) {
    span.c2aText {
        font-size: 12px !important;
    }
     a.c2aLink {
         font-size: 16px !important
     }
}

.home-c2a {
    display: none;
}

section.bdcall2action {
    background-color: var(--brandcolor1);
}

button.lines-button.x {
    width: 100%;
}

.lines, .lines::before, .lines::after {
    height: 4px;
    border-radius: 0px !important;
    width: 37.5px !important;
}

.lines::before {
    top: 12px;
}

.lines::after {
    top: -12px;
}


/*---MOBILE---*/
@media (max-width: 991px) {

body#bBody header#header.tssFullWidth nav.main-menu ul.dropdown-menu,
#header:not(.home) #mainMenu.style-1 ul.dropdown-menu, 
#header:not(.home) #mainMenu.style-1 ul.dropdown-submenu, 
#header:not(.home).header-dark:not(.header-navigation-light) .main-menu .dropdown-menu {
    background-color: transparent !important;
    width: 100%;
    position: relative;
    margin: 0px auto !important;
    padding: 10px 0px;
}

    #header #mainMenu > ul > li > a, #header #mainMenu > ul > li > ul > li > a, #header #mainMenu > ul > li > ul > li > ul > li > a, #header #main-menu .dropdown-menu a, #header:not(.home) #mainMenu > ul > li > a, #header:not(.home) #mainMenu > ul > li > ul > li > a, #header:not(.home) #mainMenu > ul > li > ul > li > ul > li > a, #header:not(.home) #main-menu .dropdown-menu a {
    text-align: center !important;
    justify-content: center;
    }

    
header#header.header-transparent + section {
    padding-top: 80px !important;
}

    a.c2aLink {
        display: block;
    }

    .header-transparent #header-wrap {
        background-color: transparent !important;
    }

body.wide #header.header-fullwidth.header-transparent.navOpen #header-wrap .container {
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    align-items: center;
    height: calc(100vh - 100px) !important;
    min-height: fit-content !important;
}

div#logo a, div#logo a img {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    padding: 0px 0px  !important;
    margin: auto auto !important;
}

.header-transparent .nav-main-menu-responsive {
    order: 1;
    float: unset;
    margin: 0px auto;
    display: flex;
}

.header-transparent div#logo {
    order: 2;
}

.header-transparent .navigation-wrap {
    order: 3;
}

div#logo {
    width: 100%;
    max-width: 420px;
    height: 50px;
    padding: 10px 0px;
    position: relative;
    display: flex;
    margin: 0px 0px 0px 0px;
    order: 2;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

header.header-transparent .lines, header.header-transparent .lines:before, header.header-transparent .lines:after {
    background-color: var(--bodycolor) !important;
}

.header-transparent .social-icons {
    height: 30px !important;
}

header.header-transparent .social-icons li a, header.header-transparent nav ul li a { 
    color: var(--bodycolor) !important;
}


.nav-main-menu-responsive {
    display: inline-block;
    float: right;
    margin-bottom: 0px;
    height: 50px;
}

#header.header-transparent {
   position: relative;
}

  body.wide #header.header-fullwidth.header-transparent #header-wrap .container {
    height: 100% !important;
    padding: 0px 10px 0px 10px !important;
  }

    .header-transparent .top-social {
        margin: 0px 0px 0px 0px !important;
        float: none;
        left: unset !important;
        right: 0px;
    }

    .header-transparent .top-social ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    ul#fbTourNav {
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        height: 100% !important;
        transition: none !important;
    }
.header-transparent .social-icons li a {
    text-decoration: none !important;
    border: none;
    background-color: transparent;
    font-family: var(--navigationfont);
    text-transform: var(--navigationcaps);
    letter-spacing: 0px;
    padding-left: 0px;
    color: var(--navigationcolor);
    margin: auto auto;
    }

    .tssHeaderFullWidth #mainMenu {
        float: unset;
        margin-left: 0px;
        position: relative;
        height: 100% !important;
    }

    #header.header-dark:not(.header-navigation-light) #mainMenu ul > li > a, #header.header-dark:not(.header-navigation-light) #mainMenu ul > li > span, #header.header-dark:not(.header-navigation-light) .mega-menu-title, #header.header-dark:not(.header-navigation-light) .mega-menu-content a {
        border-bottom: none !important;
        text-align: center !important;
    }

     nav ul.main-menu li.resp-active a i.fa-angle-down {
    top: 36px;
}

        li.dropdown.resp-active > a {
                height: calc(var(--navigationsize) * 2.5) !important;
        }

        li.dropdown.resp-active ul.dropdown-menu li {
        padding: 10px 8px !important;
        }

    nav ul.main-menu li a i.fa-angle-down {
        right: unset;
        left: calc(50% - 7px);
        top: 24px;
    }

    .navigation-wrap.navigation-active {
        height: calc(100% - 132px) !important;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
    }
}


/*---BANNERS---*/
section.stretch {
min-height: calc(100vh - 52px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
  section.stretch {
  min-height: calc(100vh - 52px);
}
}

@media (max-width: 480px) {
  section.stretch {
  min-height: calc(100vh - 100px);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
}

section.lowered, section.stretch.lowered {
    justify-content: flex-end;
}

@media (max-width: 991px) {
  section.lowered,  section.stretch.lowered {
  min-height: calc(100vh - 52px);
}
}

@media (max-width: 480px) {
  section.lowered, section.stretch.lowered {
  min-height: calc(100vh - 100px);
  padding-top: 0px !important;
  padding-bottom: 120px !important;
}
}


/*---BLUE GRADIENT---*/

section.blueGradient::before {
    position: absolute;
    content: '';
    pointer-events: none;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008008/css/left_gradient-12.png');
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
}

section.blueGradient .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 991px) {
section.blueGradient::before {
        background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008008/css/left_gradient-mobile.png');
        top: unset;
        bottom: 0px;
        background-size: contain;
}

section.blueGradient {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px !important;
    min-height: 90vh;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    background-position: 60% 50% !important;
}
}

@media (max-width: 767px) {
    section.blueGradient::before{
                background-size: cover;
    }
}

/*---BLOG CAROUSEL---*/

.slick-dotted .portfolio-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0px 15px;
}

.slick-dotted .portfolio-image {
    border: 1px solid rgba(202,200,201,1);;
    padding: 15px;
}

.slick-dotted .portfolio-image::after {
    position: absolute;
    bottom: 15px;
    left: 15px;
    content: 'Read Post >';
    pointer-events: none;
    letter-spacing: 0.2em !important;
    min-height: 75px !important;
    width: 100%;
    line-height: 1.25 !important;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 0px 15px !important;
    align-items: center;
    font-weight: 600 !important;
    font-size: 20px !important;
    margin: auto auto !important;
    white-space: pre-line !important;
    flex-wrap: nowrap;
    font-family: var(--secondarybuttonfont);
    background-color: var(--secondarybuttonbackground);
    color: var(--secondarybuttoncolor);
    text-transform: var(--secondarybuttoncaps);
    cursor: pointer;
    transition: var(--uxtransition);
    max-width: calc(100% - 30px);
}

.slick-dotted .portfolio-image:hover:after {
    background-color: var(--secondarybuttonbackgroundhover);
    color: var(--secondarybuttoncolorhover);
    transition: var(--uxtransition);
}

.slick-dotted .portfolio-description {
    order: 1;
}

.slick-dotted .effect.social-links:hover img {
    opacity: 1 !important;
}

.slick-dotted .portfolio-description h4.title {
        font-family: var(--secondarybuttonfont);
        color: var(--secondarybuttoncolor);
        letter-spacing: 0.2em;
        font-size: 20px !important;
        height: 62px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        line-height: 1 !important;
        white-space: pre-wrap;
}

.slick-dotted .portfolio-description h4.title a { 
line-height: 1 !important
}


.slick-dotted .portfolio-description h4.title:hover a { 
   text-decoration: underline;
   line-height: 1 !important;
}

.slick-dotted .portfolio-image {
    order: 2;
    /* padding-bottom: 90px; */
    max-width: 300px;
}

.slick-dotted .portfolio-image a {
    padding-bottom: 75px;
    height: 100%;
    display: block;
}

.slick-dotted .portfolio-description h4.title span {
    font-family: var(--uxtext) !important;
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 5px;
    font-size: 12px;
    letter-spacing: 0px;
}


.slick-dotted .portfolio-description p {
display: none !important;
}

.slick-slide .portfolio-description {
    padding: 0px;
    margin: 0px !important;
}

.slick-slide .portfolio-description, .slick-slide.post-entry {
    border: none !important;
}

.hr-title.hr-long.center {
    display: none;
}

@media (max-width: 991px) and (min-width: 768px) {

.slick-dotted .portfolio-description h4.title {
    font-size: 12px !important;
    height: 40px;
    }

    .slick-dotted .portfolio-image::after {
        font-size: 10px !important;
        min-height: 50px !important;
        bottom: 15px;
    }

    .slick-dotted .portfolio-item {
    padding: 10px;
    }

    .slick-dotted .portfolio-image a {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
.hr-title.hr-long.center + .slick-dotted .slick-track {
    flex-direction: column;
    width: 100% !important;
    transform: none !important;
    }

.hr-title.hr-long.center + .slick-dotted .slick-dots {
    display: none !important;
}

.hr-title.hr-long.center + .slick-dotted .portfolio-item {
    width: 100% !important;
    margin-bottom: 32px !important;
    }

.hr-title.hr-long.center + .slick-dotted .portfolio-item.slick-slide {
    display: none;
}


    .slick-dotted .portfolio-image::after {
        font-size: 14px !important;
    }

.hr-title.hr-long.center + .slick-dotted .portfolio-item.slick-slide:nth-child(3),
.hr-title.hr-long.center + .slick-dotted .portfolio-item.slick-slide:nth-child(4),
.hr-title.hr-long.center + .slick-dotted .portfolio-item.slick-slide:nth-child(5) {
    display: flex;
}


.slick-dotted .portfolio-description h4.title {
    font-size: 16px !important;
    height: 60px !important;
    }
}

/*---HALFNHALF---*/

.halfnhalf-img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 450px !important;
    height: 540px !important;
    position: relative;
}

.imgFrame .halfnhalf-img {
        height: 615px !important;
}

.imgFrame .halfnhalf-img + a.btn,
.imgFrame .halfnhalf-img + a.btn:hover,
.imgFrame .halfnhalf-img + a.btn:active,
.imgFrame .halfnhalf-img + a.btn:focus {
    width: 100% !important;
    position: relative;
    max-width: 450px !important;
    min-width: unset !important;
    margin-top: -75px !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .halfnhalf .col-md-5 .halfnhalf-img {
        height: 450px !important;
    }

        section.imgFrame .halfnhalf .col-md-5 .halfnhalf-img {
        height: 525px !important;
    }
}


.halfnhalf-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

@media (min-width: 992px) {
div.flip2 .halfnhalf-img,  div.flip2 .halfnhalf-img + a.btn {
    margin-right: 0px !important;
    margin-left:  auto !important;
}

div:not(.flip2) > .halfnhalf-img, div:not(.flip2) > .halfnhalf-img + a.btn {
    margin-left: 0px !important;
    margin-right: auto !important;
}

    section.imgFrame .halfnhalf .row {
        align-items: flex-start;
    }
    
    section.imgFrame .halfnhalf-text {
        padding-top: 40px !important;
}

    
}


.imgFrame .halfnhalf-img::before {
    content: '';
    pointer-events: none;
    outline: 1px solid var(--brandcolor4);
    position: absolute;
    border: 13px solid #fff;
    z-index: 10;
    height: calc(100% + 15px);
    width: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .halfnhalf-img {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .halfnhalf-text * {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 450px !important; 
    }

    .halfnhalf-text {
        margin-top: 40px;
    }
}

@media (max-width: 450px) {

   .halfnhalf-img {
            height: calc(120vw - 30px) !important;
        }
    
        .imgFrame .halfnhalf-img {
            height: calc(136.66vw - 30px) !important;
        }
}

section.feather {
    overflow: visible;
}

section.feather .container {
  position: relative;
}

section.feather .halfnhalf .row > div:first-child:not(.flip1), section.feather .flip1 {
  z-index: 1;
}

section.feather .halfnhalf .row > div:last-child:not(.flip2), section.feather .flip2 {
  z-index: 3;
}

section.feather .halfnhalf::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008008/css/barbara_feather-01.png');
    content: '';
    pointer-events: none;
    position: absolute;
    width: 70%;
    height: 81.3%;
    z-index: 2;
    background-size: cover;
    bottom: -34%;
    right: -8%;
}

@media (max-width: 1199px) and (min-width: 992px) {
section.feather .halfnhalf::after {
    width: 84%;
    right: -30%;
  }
}

@media (max-width: 991px) {
section.feather .halfnhalf::after {
    width: 410px;
    height: 250px;
      bottom: -150px;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
section.feather .halfnhalf::after {
      right: 100px;
      }
}

  @media (max-width: 480px) {
section.feather .halfnhalf::after {
      right: unset;
      left: 10%;
    }
}


/*---CUSTOM HALFNHALFS---*/

div.wordArt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

:root {
     --lifeWidth: 755px;   
}

div#life div.wordArt {
    width: var(--lifeWidth);
    height: calc(0.268 * var(--lifeWidth));
    align-self: flex-end;
}

div#life {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1199px) and (min-width: 992px) {
    :root {
     --lifeWidth: 600px;   
}
}

@media (max-width: 991px) {
    :root {
     --lifeWidth: 450px;   
    }
}

@media (max-width: 480px) {
    :root {
        --lifeWidth: 80vw;
    }
    .halfnhalf-text#life .wordArt {
       margin-left: 4px !important;
    }
}

:root {
     --reWidth: 765px;   
}

div#rediscover div.wordArt {
    width: var(--reWidth);
    height: calc(0.2955 * var(--reWidth));
    position: absolute;
    bottom: -40px;
    background-color: #fff;
    right: 0;
}

.halfnhalf#rediscover .row {
    align-items: flex-start;
}

@media (min-width: 992px) {
div#rediscover .halfnhalf-text {
 padding-top: 40px;
}
}

@media (max-width: 1199px) and (min-width: 992px) {
    :root {
     --reWidth: 630px;   
}
}

@media (max-width: 991px) {
    :root {
     --reWidth: 450px;   
    }

    div#rediscover div.wordArt {
        position: relative;
    }
}

@media (max-width: 480px) {
    :root {
        --reWidth: calc(100vw - 30px);
    }

}

@media (max-width: 991px) {
    #creative div.wordArt {
        margin-bottom: -80px;
    }
}

/*---PURPLE BILLBOARD---*/

.bdBillboard {
    width: 100%;
    max-width: 800px;
    margin: auto auto auto auto;
    background: var(--brandcolor3);
    color: #fff;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 15px 40px;
    font-weight: 500;
    z-index: 1;
}

span.billboardScript {
    font-family: 'Solidartha';
    padding: 0px 10px;
}

.billboardText {
    font-family: var(--titlefont);
    font-size: 43px;
    position: relative;
}

@media (max-width: 991px) {
.billboardText {
    font-size: 38px
}
}

@media (max-width: 767px) {
.billboardText {
    display:flex;
    flex-direction: column;
    font-size: 47px
}
}

@media (max-width: 480px) {
    .billboardText {
    font-size: 9vw;
}
        .bdBillboard {
        padding: 15px 15px;
    }
}

@media (max-width: 300px) {
    .billboardText {
    font-size: 26px;
}


}


.bdBillboard::before {
    content: '';
    position: absolute;
    pointer-events:none;
    background-color: var(--brandcolor5);
    height: 100vh;
    width: 200vw;
    z-index: -1;
    bottom: 50%;
    left: -100vw;
}

body#bBody.tssEditMode .bdBillboard::before {
    display: none !important;
}

/*---------LISTS------*/

ul.checks {
    color: #fff;
  list-style: none;
margin-left:0px;
  padding-left: 0px;
}

ul.checks li:before {
  content: '\2713';
  margin-right: 12px;
  font-weight: 700;
  color: var(--brandcolor2); 
}


ul.arrows {
  list-style: none;
  margin-left:0px;
  padding-left: 0px;
}

ul.arrows li:before {
  content: '\2192';
  margin-right: 12px;
  color: var(--brandcolor1);
  font-family: 'Consolas';
  font-size: 28px;
}

ul.arrows li, ul.checks li {
  text-align: left;
margin-bottom: 14px;
}

/*----IMAGE FRAMES----*/

.bdFrame, .qlHeadshot {
    position: relative;
    border: 13px solid #fff;
    outline: 1px solid rgba(202,200,201,1);
}

.bdFrame img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    object-fit: cover;
    margin: auto auto;
    max-width: unset !important;
}

@media (max-width: 991px) {
    .bdFrame {
        margin-bottom: 32px;
    }
}

/*---BLOG---*/

@media (max-width: 991px) {
section.blogBar .col-md-9 + .col-md-3 {
    width: 100%;
}
}

/*---FORMS---*/

.tssFormRow input[type=text], .tssFormRow select, .tssFormRow textarea, span.tssFormControlText {
    border-radius: 0px !important;
    border-color: var(--brandcolor4) !important;
}

input[type=submit], button#btnTSSSubmitForm {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.letsConnect {
    position: relative;
    padding-top: 100px;
}

.letsConnect::before {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008008/images/web/Lets%20Connect-02.png');
    width: 581px;
    height: 141px;
    content: '';
    position: absolute;
    right: -30px;
    top: -30px; 
    background-size: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .letsConnect::before {
    width: calc(581px * 0.75);
    height: calc(141px * 0.75);
        right: 0px;
        top: -20px;
}

    .letsConnect {
    padding-top: 70px;
}
}

@media (max-width: 991px) {
    .letsConnect::before {
    width: 581px;
    height: 141px;
        right: unset;
        top: -70px;
}

    .letsConnect {
    padding-top: 70px;
}
}

@media (max-width: 767px) {
        .letsConnect::before {
            width: 240px;
            height: 58.25px;
            top: -45px;
        }

        .letsConnect {
    padding-top: 10px;
}
}

.formFeather {
    z-index: 0;
    position: relative;
}

.formFeather::after  {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008008/css/barbara_feather-01.png');
    content: '';
    pointer-events: none;
    position: absolute;
    width: calc(1709px * 0.5);
    height: calc(1049px * 0.5);
    z-index: -1;
    background-size: cover;
    bottom: -10%;
    left: -20%;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) and (min-width: 992px) {
.formFeather::after  {
    width: calc(1709px * 0.5);
    height: calc(1049px * 0.5);
    bottom: -10%;
    left: -20%;
  }
}

@media (max-width: 991px) {
.formFeather::after  {
    width: calc(1709px * 0.5);
    height: calc(1049px * 0.5);
    bottom: -20%;
    left: -10%;
    }
}

  @media (max-width: 480px) {
.formFeather::after {
    width: calc(1709px * 0.25);
    height: calc(1049px * 0.25);
    bottom: -20%;
    left: 0%;
    }
}

/*---------FOOTER--------*/


.bdFoot.footList {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 120px;
}

.bdFoot.footList a {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.15;
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: 600 !important;
    }

.bdFoot.footLogo {
    width: 200px;
    max-width: 100% !important;
    margin: auto auto;
}

@media (min-width: 992px) {
    .bdFoot.footLogo {
        margin-left: 0px;
    }
}

.bdFoot.footLogo img, .bdFoot.footLogo a {
    width: 100% !important;
    height: 100% !important;
    margin: auto auto;
    position: relative;
    object-fit: cover;
}


@media (min-width: 992px) {
    .bdFoot.footList {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}

@media (max-width: 991px) {

  .bdFoot.footList {
    align-content: space-between;
  }
    .bdFoot.footList a {
        font-size: 14px;
    }

        .bdFoot.footList {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
            padding: 8px 4px
    }
}

@media (max-width: 300px) {
        .bdFoot.footList a, footer#footer .footer-content .text-center.social-icons ul::before {
        font-size: 12px !important;
    }

}

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

@media (min-width: 992px) {

    footer#footer .footer-content .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
footer#footer .footer-content .col-md-4:nth-child(1) {
        width: 210px;
}

footer#footer .footer-content .col-md-4:nth-child(2) {
    width: calc(50% - 130px);
}

    footer#footer .footer-content .col-md-4:nth-child(3) {
    width: calc(50% - 80px);
    padding: 0px 0px !important;
}
}

@media (max-width: 991px) {
footer#footer .footer-content .col-md-4:nth-child(1),
footer#footer .footer-content .col-md-4:nth-child(2),
footer#footer .footer-content .col-md-4:nth-child(3) {
    width: 100%;
}
    .bdFoot.footList {
        max-width: 300px !important;
        margin: 40px auto;
        
    }
}

.copyright-content {
    display: none;
}

body#bBody:not(.tssEditMode) footer#footer .footer-content .col-md-4:nth-child(3) {
    display:flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

a.sequoiaLink {
    display: inline;
    content: 'Website Design by Sequoia Soul';
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 600 !important;
    text-transform: var(--navigationcaps);
    order: 1;
    margin: auto;
    text-align: center;
}

@media (max-width: 991px) {
    a.sequoiaLink {
        display: block;
    }
    body#bBody:not(.tssEditMode) footer#footer .col-md-4:last-of-type {
        flex-direction: column;
        
    }
    footer#footer .footer-content .social-icons {
        margin: auto auto
    }
}

footer#footer .footer-content .text-center.social-icons ul {
    display: inline-flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

footer#footer .footer-content .text-center.social-icons ul li a {
    display: flex;
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 8px 8px;
}

footer#footer .footer-content .social-icons {
    margin-top: 0px !important;
    /* width: 100%; */
    margin: auto 0px auto auto;
    order: 2;
}


@media (max-width: 1199px) and (min-width: 992px) {
    footer#footer .footer-content .text-center.social-icons ul li a {
    width: 20px !important;
    height: 20px !important;
    font-size: 18px !important;
    }

    
}

@media (max-width: 991px) {

    footer#footer .footer-content .text-center.social-icons ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
    }
}


/*----INSTAGRAM-----*/

i.fab.fa-instagram.hidden-xs {
    display: none;
}

.reg-iglabel i.fab.fa-instagram.hidden-xs {
    display: inline;
}

.reg-iglabel {
    display: flex;
    align-items: center;
    align-content: center;
    z-index: 10;
    position: relative;
}

.igBtn {
    position: relative;
    margin-top: -40px
}

.igBtn a.btn::after {
    display: none !important;

}

    ul.grid.wavgrid {
        z-index: 0;
        position: relative;
    }

    .reg-iglabel span {
line-height: 0 !important;
    }

.igBtn a.btn,
.igBtn a.btn:hover,
.igBtn a.btn:focus,
.igBtn a.btn:active {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (max-width: 992px) {
    .igBtn a.btn,
.igBtn a.btn:hover,
.igBtn a.btn:focus,
.igBtn a.btn:active {
  font-size: 14px !important;
    min-height: 40px !important;
    
}

    .igBtn {
        margin-top: -22.5px
    }

}

@media (max-width: 767px) {
    .reg-iglabel {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
    .reg-iglabel i.fab.fa-instagram.hidden-xs {
    display: inline !important;
    padding-left: 0px !important;
}

        .reg-iglabel a {
            display: inline !important;
        }

    .reg-iglabel span {
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center;
    }

    ul.grid.wavgrid {
        margin-top: 10px !important;
    }
}

@media (max-width: 480px) {
    .igBtn a.btn,
.igBtn a.btn:hover,
.igBtn a.btn:focus,
.igBtn a.btn:active {
  font-size: 12px !important;
    min-height: 40px !important;
    
}

    .igBtn {
        margin-top: 5px
    }

        .reg-iglabel span {
            text-align: center;
        font-size: 42px !important;
        }

}