/*---Fonts---*/

@font-face {
    font-family: 'Saturday Script';
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/fonts/SaturdayScript.otf");
    font-weight: normal;
    font-style: normal;
}


.fc button, .fc table, body .fc {
    font-size: 16px
}

h1 {
     line-height: 1.1;
}

h2 {
     line-height: 1.91; 
}

p {
     line-height: 1.2; 
}

.top {
font-family: 'Saturday Script';
text-transform: lowercase;
font-size: 96px !important;
line-height: 1.2 !important;
color: #FFFFFF
}

.juicy {
font-family: 'Saturday Script';
text-transform: lowercase;
font-size: 68px !important;
line-height: 1.2 !important;
color: #FFFFFF
}

.subheading {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: calc(var(--bodysize) * 1.1666);
  line-height: 1.15;color: #000000;
  margin-bottom:  16px;
  }

section p a:not(.btn):not(.read-more),
section h1 a:not(.btn):not(.read-more),
section h2 a:not(.btn):not(.read-more),
section h3 a:not(.btn):not(.read-more),
section h4 a:not(.btn):not(.read-more),
section h5 a:not(.btn):not(.read-more),
section h6 a:not(.btn):not(.read-more),
section .subheading a:not(.btn):not(.read-more) {
    color: inherit !important;
    font-weight: inherit;
}

/*----BUTTONS----*/

.btn.btn-primary::before {
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/btnA.svg');
  height: 70px;
  width: 252px;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  content: '';
  position: absolute;
  left: calc(50% - 126px);
  top: calc(50% - 35px);

}

 a.read-more::before {
    background-image: url(https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/btnA.svg);
    height: 35px;
    width: 126px;
    left: 0;
    top: calc(50% - 17.5px);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    content: '';
    position: absolute;
}

.post-3-columns .post-item {
    margin-right: unset !important;
}

.post-3-columns {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
}

.post-3-columns .post-item .post-info {
   position: relative;
}

.btn.btn-secondary::before {
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/btnB.svg');
  height: 70px;
  width: 216px;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  content: '';
  position: absolute;
  left: calc(50% - 108px);
  top: calc(50% - 35px);
  z-index: -1;
}

.bgform button.btn.btn-primary::before {
  z-index: 0
}

a.btn.btn-primary, 
a.btn.btn-primary:hover, 
a.btn.btn-primary:active, 
a.btn.btn-primary:focus, 
button#btnTSSSubmitForm.btn.btn-primary, 
button#btnTSSSubmitForm.btn.btn-primary:hover, 
button#btnTSSSubmitForm.btn.btn-primary:active, 
button#btnTSSSubmitForm.btn.btn-primary:focus {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: 0.04em !important;
  min-width: 252px;
  height: 70px;
  width: fit-content !important;
  margin: auto auto;
  padding: 0px 0px !important;
  font-weight: 600;
  white-space: normal;
  max-width: 350px;
}

a.btn.btn-secondary, 
a.btn.btn-secondary:hover, 
a.btn.btn-secondary:active, 
a.btn.btn-secondary:focus, 
button#btnTSSSubmitForm.btn.btn-secondary, 
button#btnTSSSubmitForm.btn.btn-secondary:hover, 
button#btnTSSSubmitForm.btn.btn-secondary:active, 
button#btnTSSSubmitForm.btn.btn-secondary:focus {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: 0.04em !important;
  min-width: 216px;
  height: 70px;
  width: fit-content !important;
  margin: auto auto;
  padding: 0px 0px !important;
  font-weight: 600;
  white-space: normal;
  max-width: 320px;
  z-index: 1;
}

@media (min-width: 768px) {
.halfnhalf-text div.center-me, .halfnhalf-text p + div > .btn {
margin-left: 0px !important;
}
}

/*---TORN PAPER---*/

section.frame-before, header#header {
    overflow: visible;
}

section.frame-after + section {
    overflow: visible;
}

header#header::after {
      position: absolute;
      content: '';
      left: -1vw;
      pointer-events: none;
      width: 102vw;
      height: 112px;
      bottom: -80.5px;
      background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/navTorn.svg');
      background-size: cover;
      background-repeat: repeat-x;
      z-index: 1 !important;
}

section.frame-before::before {
    position: absolute;
    content: '';
    left: 0;
    pointer-events: none;
    z-index: 1;
    width: 100vw;
    height: 103px;
    top: -30px;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/tornTop.svg');
    background-size: cover;
    background-repeat: repeat-x;
}

section.frame-after + section::before, section.frame-after + section.frame-before::before {
    position: absolute;
    content: '';
    left: 0;
    pointer-events: none;
    z-index: 1;
    width: 100vw;
    height: 87px;
    top: -31px;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/tornBottom.svg');
    background-size: cover;
    background-repeat: repeat-x;
}

@media (max-width: 767px) {
  section.frame-after + section::before, section.frame-after + section.frame-before::before {
  top: -50px !important
  }
}

footer#footer::before {
    position: absolute;
    content: '';
    left: 0;
    pointer-events: none;
    z-index: 1;
    width: 100vw;
    height: 102px;
    top: -30px;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/footerTear.svg');
    background-size: cover;
    background-repeat: repeat-x;
}

@media (max-width: 767px) {
    section.frame-before::before {
        width: 1440px;
        left: -575px;
        top: -40px;
        height: 113px;
}

    section.frame-after + section::after {
        width: 1440px;
        left: -625px;
        top: -30px;
    }
}



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

/*---DESKTOP---*/

#fbTourLogo .social-icons {
    display: none !important;
}

 #mainMenu > ul > li > a, #mainMenu > ul > li > ul > li > a, #mainMenu > ul > li > ul > li > ul > li > a, #main-menu .dropdown-menu a {
   letter-spacing: 0.04em;
   position: relative;
 }

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



header#header.header-transparent.header-logo-center:not(.header-sticky), 
header#header.header-transparent.header-logo-center:not(.header-sticky) #header-wrap,
header#header.header-transparent.header-logo-center.header-sticky, 
header#header.header-transparent.header-logo-center.header-sticky #header-wrap {
    height: 233px !important;
    position: relative !important;
    box-shadow: none !important;
    background-color: transparent !important;
    z-index: auto;
}


#header.header-logo-center.tssHeaderLogoCentered #logo, 
#header.header-logo-center.tssHeaderLogoCentered .social-icons,
#header.header-logo-center.tssHeaderLogoCentered #mainMenu
 {
   float: none !important;
}

div#fbTourLogo {
    position: relative;
    height: 100%;
}

#header.header-logo-center.tssHeaderLogoCentered #logo {
  height: 79%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

#header.header-logo-center.header-sticky #logo {
  width: 100%;
  max-width: unset;
}

div#fbTourLogo #logo img {
  padding: 0px 0px !important;
  margin: 0px auto;
}


@media (min-width: 992px) {

  #header.header-logo-center:not(.header-sticky) #mainMenu, #header.header-logo-center #mainMenu, ul#fbTourNav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition: none !important;
    overflow: visible;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    height: 32px;
}
.nav-pills>li {
  text-align: center;
  padding: 0px 8px !important;
  margin: auto auto !important;
  float: none;
  height: 32px;
  position: relative !important;
}

  .nav-pills>li a {
  text-align: center;
  padding: 0px 0px !important;
  margin: auto auto;
  line-height: 1.5;
    display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
}



#mainMenu > ul > li > a, 
#header.header-sticky:not(.header-static) #mainMenu > ul > li > a {
  line-height: 32px;
  height: 32px;
}

  .nav-pills>li ul.dropdown-menu li {
    position: relative;
    max-width: 100%;
    min-height: calc(var(--navigationsize) * 2.5);
    height: fit-content !important;
  }
  .nav-pills>li ul.dropdown-menu li a {
    padding: 12px !important;
    white-space: normal !important;
    max-width: 100%;
    line-height: 1.25 !important;
    min-height: calc(var(--navigationsize) * 2.5);
    height: fit-content !important;
  }



#header a.logo {
    max-width: 348.96px;
    max-height: 82.52px;
    margin: auto auto;
    float: none !important;
}

#header #mainMenu ul.dropdown-menu {
    text-align: center;
    left: -25%;
    z-index: -1;
    padding-top: 80px;
    background-color: var(--brandcolor2);
    max-width: 100%;
    box-shadow: none !important;
    top: 50px;
}


}

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

#header-wrap::before {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Header%20Floral%20Left.png');
    pointer-events: none;
    content: '';
    position: absolute;
    width: calc(1221px * 0.54);
    height: calc(1171px * 0.54);
    left: -287px;
    bottom: -80px;
    background-size: cover;
    z-index: 10;
}

@media (min-width: 992px) {
#header-wrap::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Header%20Floral%20Right.png');
    pointer-events: none;
    content: '';
    position: absolute;
    width: calc(826px * 0.46);
    height: calc(723px * 0.46);
    right: -90px;
    bottom: -20px;
    background-size: cover;
    z-index: 10;
}
}

@media (max-width: 1540px) {
  #header-wrap::before {
    left: -400px;
    bottom: -110px;
  }

  header#header .navigation-wrap > .container {
    max-width: 1100px;
}
}


@media (max-width: 1199px) {
    #header-wrap::before {
    left: -470px;
    bottom: -100px;
  }

  #header-wrap::after {
        right: -200px;
  }
}

header#header, header#header.header-sticky {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Header%20Watercolor.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% -30px !important;
}

/*----MOBILE----*/

@media (max-width: 991px) {
  #header-wrap::before {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/mobileFlower.png');
    width: 561px;
    height: 546px;
    left: -300px;
    bottom: unset;
    top: -200px;
  }

#header.header-logo-center.tssHeaderLogoCentered #logo a {
  display: flex;
  align-items: flex-end;
  }

#header.header-logo-center.tssHeaderLogoCentered #logo a img {
  max-width: 300px !important;
  max-height: 90px;
  margin: auto auto 10px auto;
}

header#header.header-transparent.header-logo-center:not(.header-sticky), header#header.header-transparent.header-logo-center:not(.header-sticky) #header-wrap, header#header.header-transparent.header-logo-center.header-sticky, header#header.header-transparent.header-logo-center.header-sticky #header-wrap {
  height: 200px !important;
}

.nav-main-menu-responsive {
  height: 32px;
  margin: auto auto;
  float: none;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.lines {
  width: 40px;
  z-index: 100;
}

.lines::before {
    top: 8px;
}
.lines::after {
    top: -8px;
}

.lines, .lines:before, .lines:after {
  height: 3px;
  background-color:
}

.navigation-wrap.navigation-active {
    text-align: center;
    z-index: -1;
    padding-top: 50px;
    margin-top: 0px !important;
    max-width: 100%;
    box-shadow: none !important;
    margin-top: 25px;
}

.navigation-wrap.navigation-active nav#mainMenu::before {
  position: absolute;
  left: -100vw;
  bottom: 0px;
  width: 200vw;
  height: calc(100% + 80px);
  background-color: var(--brandcolor2);
  content: '';
  pointer-events: none;
}

#mainMenu ul > li > a, #mainMenu ul > li > span, #mainMenu .mega-menu-title, #mainMenu .mega-menu-content a {
  border-bottom: none !important;
}


#mainMenu {
    margin-bottom: 0px;
}

nav#mainMenu ul.dropdown-menu {
    margin: 0px 0px !important;
    padding: 12px;
    text-align: center;
    border-top: 1.5px solid var(--brandcolor3);
    border-bottom: 1.5px solid var(--brandcolor3);
}

nav#mainMenu ul.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 36px !important;
  padding: 0px !important;
  min-height: 36px;
  height: fit-content !important;
  white-space: normal;
}

header#header::after {
  bottom: -90.5px;
}
}

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

.copyright-content .col-md-4.footer-right, .copyright-text.footer-left.col-md-4 {
    display: none !important;
}

.copyright-text.footer-center.col-md-4.text-center {
    width: 100% !important;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-top: 0px;
    font-family: 'Lora';
    color: #fff;
}

.copyright-text.footer-center.col-md-4.text-center a {
    text-transform: none;
    font-size: 16px;
    font-family: 'Lora';
    font-weight: normal;
    letter-spacing: 0.05em;
    text-decoration: underline !important;
    color: #fff;
}

.copyright-content {
    min-height: unset;
    padding-bottom: 20px;
}

@media (min-width: 992px) {

   #footer .row .col-md-4:nth-child(1) {
     width: 37.5%;
   }

   #footer .row .col-md-4:nth-child(2) {
       width: 15%;
   }

    #footer .row .col-md-4:nth-child(3) {
     width: 37.5%;
   }


   .footer-content {
       padding-top: 40px;
       padding-bottom: 40px;
   }

   span.crightline::after {
   content: '\2022';
   color: #fff;
   display: inline-block;
   position: relative;
   padding-left: 4px;
   }


footer .footer-content .container > .row {
margin-bottom: 0px;
}
    
}

@media (max-width: 991px) {
    #footer .row .col-md-4:nth-child(1) img {
        text-align: center;
        margin: auto auto !important;
    }

span.crightline {
    display: block;
}
}

.footBtn a.btn.btn-secondary {
    width: 320px;
    max-width: 100%;
}

.ssFoot.footList {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 120px;
}

.ssFoot.footList a {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 6px;
    margin-top: 6px;
    width: 50%;
    }

.ssFoot.footLogo {
    width: 152px;
    height: 123px;
    max-width: 100% !important;
    margin: auto auto;
}

.ssFoot.footLogo img {
    width: 100% !important;
    height: 100% !important;
    margin: auto auto;
}

@media (max-width: 991px) {
    .ssFoot.footList a {
        font-size: 14px
    }

    .footBtn a.btn.btn-secondary {
    font-size: 14px !important
    }
}

body#bBody {
  overflow:hidden;
  }

footer#footer::after {
    background-repeat: no-repeat;
    content: '';
    pointer-events: none;
    width: 428px;
    height: 360px;
    position: absolute;
    bottom: -60px;
    left: -105px;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Footer%20Floral.png');
    background-size: cover;
    z-index: 10;
}

@media (max-width: 1480px) {
  footer#footer::after {
    left: -120px;
  }
  .copyright-content .container {
    max-width: 1200px;
    margin: auto auto;
  }
}


@media (max-width: 1199px) {
  footer#footer::after {
    left: -115px;
  }
  .copyright-content .container {
    max-width: 600px;
    margin: auto auto;
  }
}

@media (max-width: 991px) {
  footer#footer::after {
    left: -100px
  }
  .copyright-content .container {
    max-width: 600px;
    margin: auto auto 300px auto;
  }

  .ssFoot.footList {
    min-height: unset;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

/*----BANNERS----*/

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

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

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

/*----LUCENT BUTTONS----*/

.button-right,
.button-center,
.button-left {
    position: absolute;
    bottom: -25px;
    width: fit-content;
    height: fit-content;
}

.button-right .btn,
.button-center .btn,
.button-left .btn {
   margin: 0px 0px;
}

.button-right {
  right: 50px;
  left: unset;
}

.button-left {
  right: unset;
  left: 50px;
}

.button-center {
  right: unset;
  left: 0px;
  width: 100%;
  text-align: center;
}

.button-center a.btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: fit-content;
  align-items: center;
}


@media (max-width: 767px) {
  .lucent .button-center {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: 60px;
  }
}

body .lucent, body div.lucent {
    position: relative;
    background-color: transparent !important;
    overflow: visible;
    margin: 0px auto;
    min-height: 412px;
    padding: 0px 0px;
    z-index: 1;
    display: flex;
    max-width: 1030px;
}

.lucent > * {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.lucent::before  {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Watercolor%20Main%20Header%20Image.png');
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: calc(50% - 515px);
    min-width: 1030px;
    min-height: 412px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}




body div.lucent h1 {
  line-height: 1.25;
    color: #fff;
}

body div.lucent div, body div.lucent h2,
body div.lucent h3, body div.lucent h4,
body div.lucent h5, body div.lucent h6,
body div.lucent p {
    color: #fff;
    line-height: initial;
}

.lucent h1:not(:last-child), .lucent h2:not(:last-child) {
  margin-top: 0px;
}

.lucent p:last-child, .lucent h1:last-child, .lucent h2:last-child {
  margin-bottom: 8px !important;
}

.lucent p:last-of-type:not(:last-child):not(:first-child),
.lucent h1:last-of-type:not(:last-child):not(:first-child),
.lucent h2:last-of-type:not(:last-child):not(:first-child) {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
  .lucent h1 {
    font-size: 96px;
  }
}

section.waterOverlay.stretch + section {
  overflow: visible;
}

@media (max-width: 767px) {
  .lucent p:last-of-type:not(:last-child):not(:first-child), .lucent h1:last-of-type:not(:last-child):not(:first-child), .lucent h2:last-of-type:not(:last-child):not(:first-child) {
    margin-bottom: 25px;
  }

    .lucent h1 {
    font-size: 52px;
  }

    .lucent::before {
    display: none;
  }

  section.waterOverlay::before {
    content: '';
    z-index: 0;
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Mobile%20Watercolor%20Photo%201.png');
    background-position: center center;
  }
}

.lucent.alternate {
  min-height: 665px;
  width: 100%;
}

.lucent.alternate > * {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.lucent.alternate p {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
}

.floralLucent .lucent.alternate p {
  max-width: 1000px;
}



section.waterOverlayAlt {
  min-height: 49.6vw;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-position: 0% center !important;
  padding: 50px 0px 20px 0px !important;
}

section.waterOverlayAlt.floralLucent {
  padding: 80px 0px 20px 0px !important;
}


.lucent.alternate .button-center {
  bottom: 25px;
}


@media (min-width: 992px) {

  .lucent.alternate::before  {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Watercolor%20on%20Photo.png');
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: calc(50% - 697px);
    min-width: 1394px;
    min-height: 665px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}


.floralLucent .lucent.alternate::after {
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Floral%20on%20Watercolor.png');
  position: absolute !important;
  width: 379px;
  height: 537px;
  content: '';
  left: calc(-45% + 359px);
  top: -25px;
    pointer-events: none;
    background-repeat: no-repeat;

}

  .floralLucent.shifted .lucent.alternate::before {
    left: calc(70% - 697px);
    background-repeat: no-repeat;

  }
}

@media (min-width: 1200px) {
.floralLucent.shifted .lucent.alternate::after {
    left: calc(-70% + 379px) !important;
    background-repeat: no-repeat;
}

    .floralLucent.shifted .lucent.alternate h1 {
    max-width: 700px;
    text-align: center;
    margin: auto auto;
    font-size: 80px;
    }

}

@media (max-width: 1199px) and (min-width: 992px) {

  .floralLucent.shifted .lucent.alternate::after {
    left: calc(-80% + 379px) !important;
    background-repeat: no-repeat;
}
    .floralLucent.shifted .lucent.alternate h1 {
    max-width: 400px;
    text-align: center;
    margin: auto auto;
    font-size: 80px;
    }

}


@media (max-width: 991px) {

section.waterOverlayAlt {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.waterOverlayAlt .lucent.alternate::before {
  display: none;
}

section.waterOverlayAlt.frame-before::before {
  z-index: 1;
    pointer-events: none;
}

  section.waterOverlayAlt::after {
    content: '';
    z-index: 0;
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Mobile%20Watercolor%20Photo%201.png');
    background-position: center center;
    z-index: 0;
    background-attachment: scroll;
  }

section.floralLucent .container::after {
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Floral%20on%20Watercolor.png');
  position: absolute;
  width: 379px;
  height: 527px;
  content: '';
  left: -70px;
  top: -140px;
  z-index: 2;
}

section.floralLucent .lucent.alternate {
  padding: 180px 0px;
}
}

@media (max-width: 480px) {
  section.floralLucent .container::after {
    left: -120px;
  }
}

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

.tmRectangle, .tmRectangle2, .tmSquare, .tmWide, .tmFrame {
    position: relative;
    margin: auto auto 16px auto;
}

.tmFrame {
  margin: auto auto;
  overflow: visible;
  background-color: #fff;
}

.tmSquare {
    max-width: 100%;
    max-height: 100%;
    width: 350px;
    height: 350px;
}

.tmWide {
    max-width: 100%;
    max-height: 100%;
    width: 562px;
    height: 360px;
}

.tmRectangle {
    max-width: 100%;
    max-height: 100%;
    width: 355px;
    height: 545px;
}

.tmRectangle2 {
    max-width: 100%;
    max-height: 100%;
    width: 270px;
    height: 350px;
}

@media (max-width: 480px) {
  .tmRectangle {
  width: 80vw;
  height: 122.816vw;
  }

  .tmWide {
  width: 90vw;
  height: 70.43vw;
  }

  .tmSquare {
    width: 90vw;
    height: 90vw;
}
}

.tmSquare img, .tmRectangle img {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.tmFrame img {
    border: 15px solid #fff;
    box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 25%);
    margin: auto auto;
    width: 100%;
    height: 100% !important;
    background-color: #fff;
    object-fit: cover;
}

.tmFrame.peach img {
    border-color: rgb(251 249 246);
    background-color: rgb(251 249 246);
}

.tmTiltLeft {
    transform: rotate(-4deg);
}

.tmTiltRight {
    transform: rotate(4deg);
}

/*---QOUTE MAT + COLLAGES----*/

@media (min-width: 992px) {
    body#bBody:not(.tssEditMode) .yank-me {
    position: relative;
    margin-right: -30px;
}
}

@media (min-width: 768px) {
  .halfnhalf .center-me a.btn, section.tmCollage .center-me a.btn {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
 .halfnhalf .center-me, section.tmCollage .center-me {
    text-align: left;
}
    section.tmCollage .container .row {
    /* padding-left: 75px; */
}
}


section.tmCollage {
  overflow: visible;
  padding-top: 60px !important;
}


.quoteMat {
    width: 623px;
    height: 514px;
    max-width: 90%;
    max-height: 100%;
    position: relative;
    margin: auto auto;
    margin-top: -78px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    overflow: visible;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Quote%20Mat.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.quoteMat .quoteText {
    font-family: var(--titlefont);
    color: var(--bodycolor);
    font-size: var(--subtitlesize);
    max-width: 315px;
    margin-right: auto;
    line-height: 1.75;
    margin-bottom: 16px;
}

section.tmCollage .quoteMat .quoteText {
    margin-left: auto !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
section:not(.tmCollage) .quoteMat .quoteText {
  font-size: calc(var(--subtitlesize) - 8px);
  max-width: 280px;
}

section:not(.tmCollage) .quoteMat::after {
      height: 100%;
      left: -30%
}

section:not(.tmCollage) .quoteMat {
  margin-right: -15px;
}
}


.quoteMat::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Floral%20w%20Paper%20Quote.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    left: -26%;
    top: -3%;
    width: 70.64%;
    height: 115%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 991px) {

#aboutCollage .tmFrame {
    margin: auto auto auto auto !important
}

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

@media (max-width: 767px) {

    .quoteMat {
        background-image: none;
        margin-bottom: 64px;
    }

   .quoteMat .quoteText {
     font-size: 32px !important;
     margin-left: auto !important;
    }

    .quoteMat::before {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Quote%20Mat.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    left: calc(50% - 316px);
    top: 0;
    width: 632px;
    height: 533px;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    }

    section.tmCollage {
        padding-top: 0px !important;
    }

    .quoteMat::after {
    left: -350px;
    width: 516px;
    height: 710px;
    }

  .center-me * {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-size: 64px;
    line-height: 1.15;
  }

  .juicy {
    line-height: 1 !important;
    margin-bottom: 16px;
  }

  a.btn {
    font-size: 16px !important;
  }

}

/*--------------PHOTO FX-----------*/

.tmFrame::before, .tmFrame::after {
    content: '';
    position: absolute;
    pointer-events: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/*--FX1: PEACH WATERCOLOR FLORAL MAT--*/
.photoFX1 {
  margin: 37% auto 11% auto;
}


.photoFX1::before {
    background-image: url(https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Peach%20Watercolor%20Floral.png);
  width: 153%;
  height: 174%;
  top: -53%;
  left: -30%;
  z-index: -1;
}

/*--FX2: BLUE FLORAL EFFECT--*/

/*
.photoFX2 {
  margin: 37% auto 11% auto;
}
*/


.tmRectangle2.photoFX2::before {
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Blue%20Flowers%20Photo.png');
  height: calc(105% * 0.7);
  width: calc(208% * 0.7);
  top: -34%;
  left: -76%;
  z-index: 1;
}

div:not(.tmRectangle2).photoFX2::before {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Blue%20Flowers%20Photo.png');
  height: calc(85% * 0.7);
  width: calc(199% * 0.7);
  top: -30%;
  left: -72%;
  z-index: 1;
}

/*--FX3: RED FLORAL EFFECT--*/


.photoFX3::before {
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Photo%20Frame%20Florals.png');
  height: 140%;
  width: 160%;
  top: -22%;
  left: -28%;
  z-index: 0;
}

/*--FX4: CORNER BOUQUET--*/

.photoFX4::before {
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Floral%20Corner%20w%20Photos.png');
  height: 70%;
  width: 85%;
  top: -9%;
  left: -28%;
  z-index: 1;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .halfnhalf .tmSquare.photoFX3 {
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 991px) {
    .halfnhalf .photoFX1,
    .halfnhalf .photoFX2,
    .halfnhalf .photoFX3,
    .halfnhalf .photoFX4 {
        margin-bottom: 30px;
    }

    .halfnhalf .photoFX3 {
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .photoFX4::before {
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Floral%20Corner%20w%20Photos.png');
  height: 85%;
  width: 85%;
  top: -9%;
  left: -28%;
  z-index: 1;
}
}




/*---HOME PAGE COLLAGE---*/

.homeCollage .photoFX1::before {
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Peach%20Watercolor%20Floral.png');
  width: 152%;
  height: 160%;
  top: -53%;
  left: -30%;
}

@media (min-width: 1200px) {
   .homeCollage .photoFX1 {
    position: absolute;
    right: -160px;
    bottom: -30px;
    z-index: 1;
    width: 41%;
    height: 68%;
    margin: auto auto;
}

 

.homeCollage {
    position: relative;
    margin-left: -150px;
    width: 100%;
}

.quoteMat + .photoFX1 {
    display: none;
}

.homeCollage .quoteMat .quoteText {
    font-size: 38px;
    max-width: 350px;
    margin-left: 100px !important;
}

}

@media (min-width: 992px) and (max-width: 1199px) {

.homeCollage .photoFX1 {
    position: absolute;
    right: -90px;
    bottom: 50px;
    z-index: 1;
    width: calc(41% * 0.8);
    height: calc(68% * 0.8);
    margin: auto auto;
}

.homeCollage {
    position: relative;
    margin-left: -190px;
    transform: scale(0.875);
}

.homeCollage .quoteMat {
  margin-top: -75px;
}

.quoteMat + .photoFX1 {
    display: none;
}

.homeCollage .quoteMat .quoteText {
    font-size: 38px;
    max-width: 350px
}
}

@media (max-width: 991px) {

.quoteMat .photoFX1 {
    display: none;
}

.quoteMat + .photoFX1 {
    z-index: 1;
    margin-bottom: 30%;
}

.homeCollage {
 position: relative;
 margin-bottom: -180px
}

.homeCollage .quoteMat {
    margin-bottom: -100px;
}

}

@media (max-width: 767px) {

  .homeCollage {
 position: relative;
 margin-bottom: -15vw;
}

    .quoteMat {
        margin-bottom: -10vw
    }
}



/*----HALFNHALF MODULES----*/

.halfnhalf h1 {
line-height: 1.15
}

.halfnhalf .col-md-6 .tmSquare, .halfnhalf .col-md-7 .tmSquare, .halfnhalf .col-md-8 .tmSquare, .halfnhalf .col-md-9 .tmSquare {
  width: 350px;
  height: 350px;
  }

@media (min-width: 992px) {
  div:not(.flip2) > .halfnhalf-img  .tmFrame, div:not(.flip2) > .halfnhalf-img img {
    margin-left: 0px !important;
  }

  div.flip2 > .halfnhalf-img  .tmFrame, div.flip2 > .halfnhalf-img img {
    margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
    .halfnhalf-text a.btn:first-of-type:not(:last-of-type), .halfnhalf-text a.btn + a.btn {
    display: inline-flex;
    margin-right: 16px;
}
}

/*---CAROUSEL---*/

img.edenCarousel-leaves {
    display: none !important;
}

body#bBody:not(.tssEditMode) .slick-slide .col-md-1,
.static-slide .col-md-1 {
    display: none;
}

.edenCarousel-pic {
    position: relative;
    width: 129px;
    height: 129px;
    margin: auto auto;
    border-radius: 50%;
}

.edenCarousel-pic img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover;
}



div.edenCarousel-content, div.edenCarousel-name {
    font-style: italic;
    font-size: 24px;
    color: #245A63;
    font-weight: 500;
    display: inline !important;
}

div.edenCarousel-name::before {
  content:'-\00A0';
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-style: inherit;
}

div.edenCarousel-content * {
    position: relative;
    display: inline;
}

div.edenCarousel-content {
  padding-top: 30px;
  line-height: 29px;
}

 
.slick-dots li button {
  opacity: 1 !important;
  background-color: #245A63;
  transition: .2s ease;
  width: 12px;
  height: 12px;
  margin: 0px 0px;
}


.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0px 6px 0px 6px;
}

@media (min-width: 768px) {
 .slick-slide .row, static-testimonial .row {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
     flex-wrap: nowrap;
 }

.slick-dots {
  width: fit-content;
  bottom: -40px;
}

body#bBody:not(.tssEditMode) .slick-slide .col-md-2,
.static-slide .col-md-2 {
    order: 2;
    margin-right: auto;
    z-index:10;
    width: 129px;
}

 .slick-slide .col-md-8,
 .static-slide .col-md-8 {
     order:1;
     z-index: 2;
     width: calc(100% - 159px);
 }

}

@media (max-width: 991px) {
  section.tmTestimonials {
  padding-bottom: 180px !important;
}
}

@media (max-width: 767px) {
.slick-dots {
  bottom: -50px;
}

.slick-dotted {
  margin-top: -140px;
  z-index: 1;
  
}

div.edenCarousel-content, div.edenCarousel-name {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
}

@media (max-width: 300px) {
div.edenCarousel-content, div.edenCarousel-name {
  font-size: 18px;
}
div.edenCarousel-content {
  line-height: 20px;
}
}

@media (min-width: 992px) {
  section.tmTestimonials .slick-dotted::after {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 496px;
  height: 439px;
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Testimonial%20Floral.png');
  top: -162px;
  right: -251px;
  z-index: 10;
}
}

/*----GRAPHIC MENUS----*/

section.col3.menu3 {
    /* z-index: -1; */
}

@media (max-width: 767px) {
section.col3.menu3 {
  padding-top: 90px !important;
}

section.menu3 .tmFrame + div  {
  margin-top: 48px !important;
  margin-bottom: 64px !important;
}
}

  section.menu3, section.menu4, section.tmFunnelImg, section.tmFunnelVid {
    overflow: visible;
  }
section.tmFunnelVid .fr-video::after {
    /* -webkit-transform: scaleX(-1); */
    /* transform: scaleX(-1); */
}

section.tmFunnelVid .fr-video::after {
    pointer-events: none;
    content: '';
    position: absolute;
    width: calc(516px * 0.85);
    height: calc(710px * 0.85);
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Funnel%20Video%20Flower.png');
    top: 50px;
    left: -230px;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
}

.tmCircle::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: calc(641px * 0.85);
    height: calc(710px * 0.85);
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Funnel%20Yellow%20Floral%202.png');
    top: -3px;
    left: -400px;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
}

.tmCircle {
    position: relative;
    width: 380px;
    height: 380px;
    margin: auto auto 32px auto
}

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

@media (max-width: 991px) {
    .tmCircle {
        max-width: calc(100vw - 30px);
        max-height: calc(100vw - 30px);
    }
}

  section.menu3 .tmFrame.tmTiltLeft::before {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 145%;
  height: 178.42%;
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Floral%20Corner%20w%20Photos.png');
  top: -40%;
  left: -67%;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  section.menu4::after {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 420px;
  height: 660px;
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Left%20Floral%20Section%20Photos.png');
  top: -198px;
  left: -158px !important;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
}
}


@media (min-width: 768px) {
      .menu3 .tmTiltLeft, .col3 .tmTiltRight {
    margin-top: 15px;
  }

  .col3 div.peach:not(.tmTiltLeft):not(.tmTiltRight) + div {
    margin-top: 47px !important;
}

}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu3 .tmSquare {
    max-width: 300px;
    max-height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu3 .tmSquare {
    max-width: 200px;
    max-height: 200px;
  }
}

@media (min-width: 768px) {
.menu4 .subheading {
    min-height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin: 47px auto 22px auto;
}
}

@media (max-width: 767px) {
.menu4 .subheading {
    margin: 32px auto;
}
}

@media (min-width: 1200px) {
    section.menu4::after {
  left: -180px;
}
}

@media (max-width: 1199px) {
    section.menu4::after {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 31vw;
  height: 48vw;
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/Left%20Floral%20Section%20Photos.png');
  top: -16vw;
  left: -15vw;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
}
}


/*---Forms---*/

    .tssFormRow label {
    font-size: var(--bodysize);
}


.tssFormEntry:not(.bgform) input, .tssFormEntry:not(.bgform) textarea, .tssFormEntry:not(.bgform) select {
    background-color: var(--brandcolor4);
    border: none !important;
}

button#btnTSSSubmitForm {
font-weight: 600 !important;
}

@media (min-width: 992px) {
button#btnTSSSubmitForm {
    margin-left: 0px !important;
}

.bgform button#btnTSSSubmitForm {
  margin-left: auto !important;
}
}

.bgform label, .bgform span.tssFormControlText {
    color: #000 !important;
}

.bgform input, .bgform select, .bgform textarea {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
}

section.contactForm {
    padding-bottom: 271px !important;
}

section.contactForm::after {
    content: '';
    position: absolute;
    width: 1443px;
    height: 271px;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/008054/css/contactfloral.png');
    background-size: cover;
    left: calc(50vw - 721.5px);
    bottom: 0px;
}

@media (max-width: 991px) {
.bgform .tssFormRow .col-md-8 {
    padding-right: 15px;
}
}

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

.post-title::after {
    display: none !important;
}

a.read-more {
    font-weight: 600 !important;
}

.post-content.col-md-12 {
    padding-top: 0px !important;
}

a.read-more {
    top: 415px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
   a.read-more {
    transform: scale(0.75)
}
}

@media (max-width: 767px) {
    a.read-more {
        top: 430px !important;
    }
}

@media (max-width: 300px) {
   a.read-more {
    transform: scale(0.8);
    white-space: nowrap;
    top: 410px !important;
}
}


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