
.header-hours {font-size: 14px; color: #FFFFFF; margin-bottom: 0;}
.gallery-token-holder:hover > .gallery-token{background: #FFFFFF; color: #7e4288;}
.gallery-token {
  display:block;
  margin: 20px 0;
  padding: 20px 10px;
  border: 1px white solid;
  color: #FFFFFF;
  transition: all .3s ease;
}
.gallery-token:hover {background: #FFFFFF; color: #7e4288;}
/* Default Styles */
#wpadminbar {
  display: none !important;
}
body {
  font-family: Palanquin, sans-serif;
}h1, h1 a {
  color: #ffffff;
  font-family: Palanquin, sans-serif;
  font-size: 2em;
  line-height: 1.27em;
  margin: 25px 0;
}h2 {
  color: #ffffff;
  font-family: Palanquin, sans-serif;
  font-size: 1.8em;
  line-height: 1.5rem;
  margin: 25px 0;
}h3 {
    color: #ffffff;
    font-family: Palanquin, sans-serif;
    font-size: 1.6em;
    line-height: 1.5rem;
    margin: 25px 0;
    text-transform: capitalize;
}h4 {
  font-family: Palanquin, sans-serif;
  color: #402c21;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5rem;
  margin: 25px 0;
}p {
  font-family: Libre Franklin, sans-serif;
  color: #d4cfcf;
  font-size: 16px;
  margin: 17px 0px;
  line-height: 1.99em;
}ul {
  list-style-type: none;
}a {
  color: #fff;
}hr {
  margin-bottom: 29px;
  margin-top: 6px;
}.row {
  margin: 0 auto;
  max-width: 1560px;
  width: 100%;
}.page-wrapper.single-wrapper.landing-page-wrapper.row, .row.service-areas-wrapper {
  background: linear-gradient(135deg, #76417f 0%,#353435 39%,#402c21 50%,#402c21 100%);
}.contain-to-grid {
  background: none !important;
}.contain-to-grid .top-bar {
  max-width: 75em;
}.page-wrapper {
  max-width: 75rem;
  clear: both;
}.overflow-hidden {
  overflow: hidden !important;
}.strip-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}.vertical-padding-large {
  padding-top: 71px;
  padding-bottom: 60px;
}.vertical-padding-medium {
  padding-top: 59px;
  padding-bottom: 38px;
}.vertical-padding-small {
  padding-top: 11px;
  padding-bottom: 17px;
}.vertical-margin-large {
  margin-top: 71px;
  margin-bottom: 60px;
}.dis {
  display: inline-grid!important;
}.vertical-margin-medium {
  margin-top: 59px;
  margin-bottom: 38px;
}.vertical-margin-small {
  margin-top: 11px;
  margin-bottom: 17px;
}.absolute {
  position:absolute;
}.relative {
  position:relative;
}.clearfix {
  clear:both;
}[class*="fadein-"] {
  opacity: 0;
}img.tw {
    max-width: 45%;
    padding: 40px 0px;
}.scrollfade {
  opacity: 1;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-left.scrollfade {
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-right.scrollfade {
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.from-bottom.scrollfade {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-left.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-bottom.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.fswp-ce {
    max-width: 28.5%;
}.foodp {
    max-width: 50%;
    margin: 5vh 0;
}

.hoveffect {

}.hoveffect:hover {

} .meetr {
    max-width: 70%;
}

/*-Navigation-*/
.navigation-wrapper {
  height: 106px;
  padding: 0px 0;
}.purple {
  background: #7e4288;
  margin-top: 200px;
}.top-bar {
  background: none;
  display: inline-block;
  float: none;
  height: 106px;
  line-height: 45px;
}.top-bar .top-bar-section ul li {
  background: transparent;
}.top-bar-section li:not(.has-form) a:not(.button) {
    background: transparent !important;
    color: #ffffff;
    font-family: Palanquin, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 105px;
    padding: 0px 11px;
    text-transform: uppercase;
}.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: #333;
  color: #ffffff;
  line-height: 105px;
  padding: 0 11px;
}.top-bar-section li.active:not(.has-form):not(.button)::after {
  background: #402c21;
  content: "";
  display: block;
  height: 8px;
  margin: 0 auto;
  position: relative;
  top:-7px;
  width: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}.top-bar-section li:not(.has-form):not(.button)::after {
  background: #402c21;
  content: "";
  display: block;
  position: relative;
  width: 0;
}.top-bar-section li:hover:not(.has-form):not(.button)::after {
  background: #402c21;
  content: "";
  display: block;
  height: 8px;
  margin: 0 auto;
  position: relative;
  top:-7px;
  width: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}.top-bar-section ul.dropdown li:hover:not(.has-form):not(.button)::after,
.top-bar-section ul.dropdown li.active:not(.has-form):not(.button)::after{
  display:none;
}.top-bar-section ul li:hover:not(.has-form)>a {
  color: #000000 !important;
}.top-bar-section .has-dropdown>a:after {
  border-color: #8a8a8a transparent transparent transparent;
  display: none;
  margin-top: -1.5px;
  top: 71.5px;
}.top-bar-section .has-dropdown>a {
  padding: 0px 11px !important;
}.top-bar-section .dropdown {
  background: #7e4288;
  left: 50%;
  margin-top: -11px;
  min-width: 227px;
  padding: 34px 0px 19px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}.top-bar-section .dropdown::before {
  border: 9px solid;
  border-color: transparent transparent #000000 transparent;
  content:"";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -16px;
  width: 10px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  letter-spacing: 1px;
  line-height: 33px;
  font-weight: lighter;
}.top-bar-section .has-dropdown.active .dropdown li a:not(.button) {
  border-top:0px;
  color: #ffffff;
}.top-bar-section .has-dropdown ul.dropdown .active a {
  color: #000000 !important;
}.hwbg {
  background: url(https://spceventmgt.com/wp-content/uploads/2019/01/wrapperbgt.png);
}.row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
}
/*-Header-*/
.header-wrapper {

  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.33);
  display: block;
  float: left;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 999;
}.header-inner-wrapper .logo-wrapper {
  padding: 22px;
  width: 100%;
}.header-phone {
  background: #402c21;
  display: inline-block;
  padding: 10px 0px;
  text-align: center;
}.header-phone span {
  color: #ffffff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  letter-spacing: 3px;
}.company-title h1 {
  font-size: 1.1em;
  margin: 33px 0px 0 0px;
}.company-title {
  padding-left: 2vw;
}.company-title span {
  color: #402c21;
  display: block;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 16px;
  margin-top: 9px;
}.partialtwo {
    max-width: 80%;
}
/*----Slider-------*/
.slick-background-wrapper {
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100% !important;
  z-index: -1;
}
/*----Content----*/
.content-wrapper {
  background: linear-gradient(135deg, #76417f 0%,#353435 39%,#402c21 50%,#402c21 100%);
  max-width: 100%;
  position: relative;
  width: 100%;
}.content-wrapper h2 {
  color: #ffffff;
  font-family: Palanquin, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 47px;
  margin-bottom: 0.8em;
}.content-wrapper ul {
  color: #ffffff;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  margin-left: 1.9rem;
}.content-wrapper .button-one {
  background: #402c21;
  color:#ffffff;
  display:inline-block;
  font-family: Libre Franklin, sans-serif;
  line-height:10px;
  margin:20px 0px;
  max-width:200px;
  padding:16px 20px;
  text-align:center;
  width:100%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}.content-wrapper .button-one:hover {
  box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}.content-wrapper .service {
  border-left: 1px solid #dddddd;
  margin:10px 0px;
}
/*----Cards----*/
.card {
  background: #7e4288;
  background-size: cover;
  z-index: 1;
}.small-card {
  display:inline-block;
  max-width: 549px;
  width: 100%;
}.small-card .card-content {
  padding: 52px 90px 66px 90px;
  border: 10px solid rgba(0, 0, 0, 0.15);  
}.small-card .card-content h2 {
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 42px;
    margin: 20px 0px;
}.small-card .card-content p {
  font-size: 16px;
  line-height: 1.99em;
  color: #ffffff;
}.medium-card {
  max-width: 708px;
  padding: 0px 0px;
  width:100%;
}.medium-card .card-content {
  padding: 27px 76px 37px;
  border: 10px solid rgba(0, 0, 0, 0.15);  
}.medium-card .card-content h2 {
  font-size: 33px;
  letter-spacing: 0px;
  margin-bottom: 0.8em;
  text-transform: capitalize;
}.medium-card .card-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.94em;
  margin: 29px 0px;
}.box-shadow {
  box-shadow:13px 11px 50px 5px rgba(0, 0, 0, 0.29);
}.landing-page-wrapper h1, .landing-page-wrapper h2, .landing-page-wrapper h3, .landing-page-wrapper h4, .landing-page-wrapper h6 {
    margin-bottom: 15px;
    color: white;
}.landing-page-wrapper p {
  color: white;
}.landing-page-wrapper ul {
  color: white;
}

.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 0px 30px;
}
.container .thumbex {
    margin: 10px 0px 30px;
    width: 100%;
    min-width: 25%;
    max-width: 100%;
    height: unset;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    outline: 2px solid white;
    outline-offset: -15px;
    background-color: #18283d00;
    box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}
.container .thumbex .thumbnail {
    overflow: hidden;
    min-width: 250px;
    height: 45vh;
    position: relative;
    opacity: 0.88;
    backface-visibility: hidden;
    transition: all 0.4s ease-out;
}.smaller {
    max-width: 50%;
}.container .thumbex .thumbnail img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 48%;
    height: auto;
    width: auto;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
}
.container .thumbex .thumbnail span {
    position: absolute;
    z-index: 2;
    top: calc(38vh - 20px);
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.74);
    padding: 10px 50px;
    margin: 0 45px;
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 300;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-out;
}
.container .thumbex .thumbnail:hover {
  backface-visibility: hidden;
  transform: scale(1.15, 1.15);
  opacity: 1;
}
.container .thumbex .thumbnail span.span-two {display: none;}
.container .thumbex .thumbnail:hover span.span-one {display: none;}
.container .thumbex .thumbnail:hover span.span-two {display: block;}
}
.lastpic {
    top: 49%!important;
    height: 60%!important;
}.lastthumb {
    height: 63vh!important;
}


/*-Homepage-*/
.tagline {
  background: #ffffff;
}.tagline p {
    color: #000000;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.10em;
    line-height: 24px;
    margin: 10px 0px;
    text-transform: uppercase;
}.top-section {
  min-height: 609px;
}.mid-section {
  min-height: 750px;
}.bottom-section {
  margin-bottom: 20px !important;
}.bottom-section h2 {
  font-size: 2em;
  letter-spacing: 0px;
  text-transform: capitalize;
}.cta-section {
  background:url("https://spceventmgt.com/wp-content/themes/theme/images/cta-bg.jpg");
  background-size:cover;
}.cta-section .cta-inner-section {
  padding: 93px 0px;
}.cta-section .cta-inner-section h2 {
  color:#ffffff;
  font-size: 33px;
  letter-spacing: 1px;
  line-height: 36px;
}.cta-section .cta-inner-section p {
  color:#ffffff;
}.cta-section .cta-inner-section .button {
  background:#7e4288;
  line-height: 43px;
  margin-top: 27px;
  padding:0;
  text-transform:uppercase;
  width: 407px;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  transition: all 650ms ease;
}.cta-section .cta-inner-section .button:hover {
  box-shadow: 0px 10px 19px 11px rgba(0, 0, 0, 0.26);
}.cta-section .cta-inner-section .button a {
  color:#ffffff;
  display: block;
  font-size:15px;
  padding:15px 0;
}

.slidertext {
    bottom: 0vh;
    position: absolute;
  /*  font-size: 36px;
    left: 83vh;
    top: 107vh;*/
    letter-spacing: 2px;
    text-transform: uppercase;

}

.homepictext {
    color: #ffffff;
    font-family: Libre Franklin, sans-serif;
    font-size: 2em;
    line-height: 1.27em;
    margin: 25px 0;
    text-shadow: #000000 1px 1px 2px;
}

/*-Inner Pages-*/
.inner-page .title-section {
  padding: 43px 45px;
}.inner-page .title-section h1 {
  color: #ffffff;
  font-family: Palanquin, sans-serif;
  font-size: 2.5rem;
  line-height: 1.27em;
  letter-spacing: 0px;
  margin: 22px 0px 22px 0px;
}.inner-page .title-section p {
  color: #ffffff;
  font-size: 20px;
  font-weight: lighter;
  line-height: 1.7em;
}.inner-page .img-container.img-1 {
  background: url("https://spceventmgt.com/wp-content/themes/theme/images/about-photo-1.jpg") 100%;
  background-size: cover;
}.inner-page .img-container.img-2 {
  background: url("https://spceventmgt.com/wp-content/themes/theme/images/about-photo-2.jpg") 100%;
  background-size: cover;
}.inner-page .img-container.img-3 {
  background: url("https://spceventmgt.com/wp-content/themes/theme/images/about-photo-3.jpg") 100%;
  background-size: cover;
}.inner-page .cta-section {
  margin-top: 100px;
}.faq h2 {
  font-size: 1.6em;
}.faq h2::before {
  color:#8f8c94;
  content:"Q. ";
}.faq p {
  border-left:2px solid #402c21;
  padding-left:20px
}.anniverpic {
  max-width: 50%;
}.babyshower {
    max-width: 40%;
    padding-top: 5vh;
}.sweet-sixteen {
    max-width: 60%;
    padding-top: 5vh;
}.social-events {
    width: 40%;
    padding-top: 3vh;
}.weddings {
    width: 50%;
    padding-top: 3vh;
}.bdayh {
  max-width: 50%;
}.bdayv {
  max-width: 80%;
}.fswp {
  max-width: 50%;
}.grad {
  max-width: 50%
}.ruth {
  max-width: 70%;
}.ilea {
  max-width: 50%;
  margin-bottom: 20px;
  margin-top: 10px;  
}.partial {
  max-width: 55%;
}.trad {
  max-width: 87%
}.gift {
  max-width: 100%
}
/*-Gallery-*/
.gallery-shell {
  padding-top: 83px;
}.gallery-shell .title-section {
  padding: 18px 0px !important;
}.gallery-nav {
  margin:0px !important; 
  max-width: 100%;
  padding:40px 0px;
  width: 245px;
}.gallery-nav li {
  color:#ffffff;
  cursor:pointer;
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:23px 0px;
  text-transform:uppercase;
}.gallery-scope li:hover, 
.gallery-scope li.active-selection {
  color: #402c21;
}.gallery-images {
  display: block;
  max-width: 78.5%;
  width: 100%;
}.gallery-images img {
  max-width: 370px;
  width: 100%;
}.gallery-images a { 
  display:block;
  margin-bottom: 20px;
  margin-right:20px;
  max-width: 370px;
  width: 100%;
}.gallery-images a:hover::before {
  background: #402c21;
  content: "";
  height:100%;
  opacity:0.7;
  position: absolute;
  width: 100%;
  z-index: 1;
}.gallery-images a:hover::after {
  color: #ffffff;
  content: "\f00e";
  font-family: "FontAwesome";
  font-size: 54px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*-Offsets-*/
.top-offset-large {
  margin-top: -129px;
}.top-offset-medium {
  margin-top: -82px;
}.top-offset-small {
  margin-top: -52px;
}.bottom-offset-large {
  margin-top: 129px;
}.bottom-offset-medium {
  margin-top: 82px;
}.bottom-offset-small {
  margin-top: 60px;
}
/*-Absolutes-*/
.absolute-left {
  left:0px;
  position:absolute;
}.absolute-right {
  position:absolute;
  right:0px;
}
/*-Contact Page-*/
.contact-info,
.contact-phone,
.contact-email {
  margin:20px 0px !important;
  padding-left: 20px;
}.contact-info:before {
  color:#402c21;
  content: "\f0ac";
  font-family:"FontAwesome";
  margin-left:-20px;
  padding-right: 6px;
}.contact-phone:before {
  color:#ffffff;
  content: "\f095";
  font-family:"FontAwesome";
  margin-left:-20px;
  padding-right: 6px;
}.contact-email:before {
  color:#ffffff;
  content: "\f003";
  font-family:"FontAwesome";
  margin-left:-20px;
  padding-right: 6px;
}.contactForm {
  margin-top: 20px;
  padding: 9px 13px;
}.contactForm  label{
  display: block;
  font-weight: bold;
}.contactForm input,
.contactForm textarea {
  border: 1px solid #e0e0e0;
  box-shadow: none;
  font-family: Libre Franklin, sans-serif;
  font-weight:bold;
  margin: 15px 0px;
  padding: 3px;
  padding-left: 23px;
  width: 100%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}.contactForm input:focus,
.contactForm textarea:focus {
  border: 1px solid #e0e0e0;
  box-shadow: 1px 5px 20px 0px #c3c3c3;
  padding-left: 23px;
}.contactForm textarea {
  width: 100%;
}.contactForm .captchaWrapper {
  margin-top: 10px;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  text-align: center;
  margin-top: 30px;
}.contactForm .submitWrapper span.submit {
  background-color: #402c21;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Libre Franklin, sans-serif;
  padding: 9px 20px;
  max-width: 458px;
  width: 100%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}.contactForm .submitWrapper span.submit:hover {
  box-shadow: 2px 6px 17px 3px #a5a5a5;
}.emailConfirmation {
  margin: 0 auto;
  text-align:center;
}.emailConfirmation h1 {
  color: #00CC00;
}input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
  color:#402c21;
}input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder {
  color:#402c21;
}input:focus:-moz-placeholder, 
textarea:focus:-moz-placeholder {
  color:#402c21;
  opacity:1;
}input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color:#402c21;
  opacity:1;
}input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color:#402c21;
}input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color:#402c21;
}
/*-Footer-*/
.footer-wrapper {
  background:#7e4288;
  padding:16px 0px;
  width: 100%;
}.footer-wrapper p {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2.9px;
  text-transform: uppercase;
}.footer-wrapper .social-icons a {
  color: #ffffff;
  font-size: 20px;
  line-height:56px;
  padding: 0px 6px;
}.footer-wrapper .social-icons a:hover {
  color: #402c21;
}.disclaimer {
  padding-top: 40px;
}.disclaimer p {
  color: #c1c1c1;
  font-family: Libre Franklin, sans-serif;
  font-size: 7.5px;
  font-weight: lighter;
  line-height: 13px;
  letter-spacing: 1px;
  margin: 9px 0px;
  text-transform: uppercase;
}

/* Custom CSS*/
.clogo {
 max-width: 15%;
 position: absolute;
 left: 42.5%;
 padding-top: 3px;
 z-index: 1;
}.clogob {
  max-width: 15%;
  position: absolute;
  left: 42.5%;
  z-index: 1;
}.clogoc {
  max-width: 15%; 
  position: absolute;
  left: 42.5%;
  z-index: 1;
}.fade-in-top {
  -webkit-animation: fade-in-top 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-top 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}.fade-in-fwd {
  -webkit-animation: fade-in-fwd 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-fwd 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

}.ml12 {
  text-transform: uppercase;
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}.eapps-instagram-feed-title {
    color: #fff !important;
}.covid-banner #covid-readmore.active p {
    color: black;
}.covid-banner #covid-readmore.active {
    padding: 2% !important;
}.linked {
	font-size: 20px;
	padding-top: 2vh;
}.flex-wrapper {
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}div#blog-main-wrapper {
    background: linear-gradient(135deg, #76417f 0%,#353435 39%,#402c21 50%,#402c21 100%);
}.sidebar-element ul li:hover > a, .sidebar-element ul li:active > a, .sidebar-element ul li:focus > a, .sidebar-element ul li:visited > a, .sidebar-element ul li > a:hover, .sidebar-element ul li > a:active, .sidebar-element ul li > a:focus, .sidebar-element ul li > a:visited {
    color: #fff !important;
}article.post header.post-header .post-date {
    color: #fff !important;
}.archive-post.default .post-author, .archive-post.default .post-date {
    color: #fff !important;
}.sidebar-element.categories ul li > a {
    color: #fff !important;
}.post-content h3 {
    color: #ffffff;
    font-family: Palanquin, sans-serif;
    font-size: 1.4em;
    line-height: 1.5rem;
    margin: 25px 0;
    text-transform: capitalize;
}.post-content a {
    color: #cf8cda;
    text-decoration: underline;
}.post-content a:hover {
    color: #ffffff;
}article.post .featured-image {
    display: none !important;
}.sidebar-element.categories ul li span.count {
    background: #000 !important;
}.blog-img {
	width: 48%;
}article.post h1.post-title {
    text-align: left !important;
    padding: 15px 20px;
}article.post header.post-header .post-author {
    text-align: left !important;
    padding: 15px 20px !important;
}article.post header.post-header .post-author, article.post header.post-header .post-date {
    width: auto !important;
    padding: 15px 20px !important;
}button.post_likes {
    display: none;
}article.post .post-comments {
    background: #402c21 !important;
}#blog-main-wrapper ul li {
	color: #ffffff;
}.blog-img-100 {
	width: 98%;
}a.custom-button {
    letter-spacing: 1px;
    font-size: 20px;
    background: #7e4288;
    padding: 2vh 3vw;
    display: inline-block;
    border: 12px solid #6b3874;
    transition: 300ms ease;
}a.custom-button:hover {
	color: #ffffff;
	transition: 300ms ease;
    border: 6px solid #6b3874;
}.left-auto {
	margin-left: auto;
}div#blog-main-wrapper ol li {
    color: #fff;
}

/* Custom CSS End*/


/*-Laptops-*/
@media screen and (max-width:1680px) and (min-width:1440px){
    .header-inner-wrapper .logo-wrapper {
       max-width: 33.33%;
    }.slidertext {
        font-size: 26px;
        left: 63vh;
        top: 96vh;
    }.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):not(.dropdown), .top-bar-section .has-dropdown>a {
        font-size: 14px;
    }.hwbg {
          background-size: 100% 82%;
    }
}
@media screen and (min-width:1280px) and (max-width:1439px) {
    .header-wrapper {
      height: auto;
    }.hwbg {
      background-size: 100% 82%;
    }.top-bar,
    .navigation-wrapper,
    .top-bar-section li.active:not(.has-form) a:not(.button){
      height: 94px;
    }.top-bar-section li:not(.has-form) a:not(.button),
    .top-bar-section li.active:not(.has-form) a:not(.button):not(.dropdown),
    .top-bar-section .has-dropdown>a {
      font-size: 14px;
      line-height: 94px;
      padding: 0px 11px !important;
    }.top-bar-section .has-dropdown.active .dropdown li a:not(.button){
      height: initial;
      line-height: 33px;
      padding: 0px !important;
    }.header-inner-wrapper .logo-wrapper {
      height: 120px;
      max-width: 125px;
      padding: 30px 20px;
    }.company-title {
      padding-left:15px;
      padding-right:0px;
    }.company-title h1 {
      margin: 27px 0px 0 0px;
    }.company-title h1 a {
      font-size: 1.6em;
      padding:0;
    }.company-title span {
      font-size: 14px;
    }.header-phone {
      padding: 1px 0px;
    }.header-phone span {
      font-size: 16px;
    }.small-card {
      max-width: 500px;
    }.small-card .card-content {
      padding: 45px 67px;
    }.medium-card {
      max-width: 672px;
    }.gallery-shell{
      padding-top: 10px;
    }.gallery-images a {
      max-width: 29%;
    }.gallery-images img {
      max-width: 100%;
    }.gallery-shell .title-section {
      padding: 18px 25px !important;
    }.bottom-section h2 {
      font-size: 1.7em;
    }.footer-wrapper p{
      font-size: 10px;
    }.footer-wrapper .social-icons a {
      padding: 0px 4px;
    }.slidertext {
      font-size: 26px;
      left: 63vh;
      top: 96vh;
 	}.slidertext {
      font-size: 23px;
      left: 74vh;
      top: 94vh;
	}.purple {
	    margin-top: 10px;
	}
}
/*-Tablets-*/
@media screen and (max-width:1024px) {
    .header-inner-wrapper .logo-wrapper{
      max-width: 25%;
    }img.tw {
    max-width: 100%;
}.fswp-ce {
    max-width: 50%;
}.company-title {
      text-align:center;
    }.navigation-wrapper{
      height:auto;
    }.top-bar {
      background:rgba(255, 255, 255, 0);
      height: 45px;
      width:100%;
    }.top-bar .toggle-topbar.menu-icon a{
      color: #ffffff;
    }.top-bar .toggle-topbar.menu-icon a span::after{
      box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
    }.top-bar .toggle-topbar.menu-icon a span:hover:after {
      box-shadow: 0 0 0 1px #402c21, 0 7px 0 1px #402c21, 0 14px 0 1px #402c21;
    }.top-bar-section li.active:not(.has-form) a:not(.button),
     .top-bar-section li:not(.has-form) a:not(.button) {
      line-height:55px;
      text-align:center;
    }.top-bar-section li:not(.has-form):not(.button)::after,
    .top-bar-section li:hover:not(.has-form):not(.button)::after{
      display:none;
    }.top-bar-section {
      width:100%;
    }.top-bar .top-bar-section ul li:not(.dropdown){
      height:55px;
    }.top-bar-section .has-dropdown.moved>.dropdown {
      left: 100%;
      margin-top:0;
      right: 0px;
      width: 100%;
      transform: translateX(0%);
      -webkit-transform: translateX(0%);
    }.top-bar-section .has-dropdown.moved>.dropdown a{
      color:#ffffff;
    }.top-bar.expanded .title-area{
      background: #ffffffsmoke;
    }.header-phone{
      background: #402c21;
    }.tagline {
      margin-bottom:0px;
    }.slider-wrapper {
      height: 284px;
    }.bottom-section {
      padding: 40px 0px;
    }.cta-section {
      background-position:center;
      background-size:cover;
    }.cta-section .cta-inner-section {
      display: inline-block;
    }.gallery-shell {
      padding:0px;
    }.gallery-shell .title-section {
      text-align: center !important;
    }#gallery-sidebar {
      padding: 0;
    }.gallery-nav{
      padding:10px;
      width:100%;
    }.gallery-nav li {
      display:inline-block;
      padding:0px 30px;
      line-height:49px;
      margin:2px 0px;
    }.gallery-images {
      max-width:100%;
      width:100%;
    }.gallery-images a, 
    .gallery-images img {
      max-width: 343px;
    }.gallery-images a {
      margin-bottom: 20px;
      margin-left:10px;
      margin-right: 10px;
    }.faq h2 {
      font-size: 1.6em;
      line-height: 37px;
    }.inner-page .cta-section {
      margin-top: 6px;
    }.inner-page .img-container {
      background-size: 100% !important;
      height: 515px !important;
      position: relative;
      width: 100%;
    }.footer-wrapper p {
      margin: 8px 0px;
    }.small-card, 
    .medium-card, 
    .large-card {
      max-width:100%;
    }.absolute {
      position: initial;
    }.top-offset-small, 
    .top-offset-medium,
    .top-offset-large,
    .bottom-offset-small,
    .bottom-offset-medium,
    .bottom-offset-large {
      margin: 0px 0px;
    }.vertical-padding-medium, 
    .vertical-padding-small, 
    .vertical-padding-large {
      padding: 5px 0px;
    }.box-shadow {
      box-shadow: none;
    }.left-offset-home {
      margin-left: 0%;
    }.slidertext {
      font-size: 22px;
      left: 7vh;
      top: 56vh;
  }.clogo {
       max-width: 30%;
       left: 35%;
       margin-top: 150px;
    }.clogob {
       max-width: 30%;
       left: 35%;;
       margin-top: 150px;
    }.clogoc {
       max-width: 30%;
      left: 35%;
       margin-top: 150px;
    }.purple {
      background: #7e4288;
      margin-top: 320px;
  	}.covid-banner #covid-readmore.active p {
		font-size: 13px;
    	margin: 0;
	}.covid-banner p.banner-toggle {
	    font-size: 13px !important;
	}.header-inner-wrapper .logo-wrapper {
	    padding: 0;
	}.partial {
	    max-width: 100%;
	}.flex-wrapper {
		flex-wrap: wrap;
	}.flex-wrapper a {
		margin-top: 2vh;
	}
}
/* -Ipad Portrait- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .gallery-images {
      max-width: 100% !important;
      position:relative;
      width: 100% !important;
    }.gallery-images img {
      max-width: 100% !important;
    }.gallery-images a {
      margin-bottom: 20px;
      margin-left:10px;
      margin-right: 10px;
      max-width:45%;
    }
}
/* -Ipad Pro Portrait- */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .gallery-images img {
      max-width: 100% !important;
    }.gallery-images a {
      max-width:43.33%;
    }
}
/*-Smartphones-*/
@media screen and (max-width:767px) {
.purple {
      background: #7e4288;
      margin-top: 130px;
  }
    .top-bar .top-bar-section ul li {
      text-align: center;
    }.fswp-ce {
    max-width: 92.5%;
}.header-inner-wrapper .logo-wrapper {
      max-width: 100%;
      padding: 0px 0px;
    }.header-inner-wrapper .logo-wrapper img {
      width: 120px;
      margin-top: 0px;
    }.clogo {
       max-width: 50%;
    	left: 50%;
    	transform: translateX(-50%);
    }.clogob {
       max-width: 50%;
    	left: 50%;
    	transform: translateX(-50%);
    }.clogoc {
       max-width: 50%;
    	left: 50%;
    	transform: translateX(-50%);
    }.company-title {
      padding:0px;
    }.company-title h1 {
      font-size:0.8em;
      margin:7px 0px;
    }.company-title span {
      font-size:0.8em;
    }.header-phone{
      padding:3px;
      display: none;
    }.header-phone span {
      font-size:0.9em;
    }.slider-wrapper {
      height: auto;
    }.specialp {
      letter-spacing: 4px;
      font-size: 20px;
      color: #7e4288;
      font-family: Palanquin, sans-serif;
    }.tagline p {
      font-size: 0.5em;
      line-height: 18px;
      margin: 4px 0px;
      letter-spacing: 0em;
    }.large-card .card-content, 
    .medium-card .card-content,
    .small-card .card-content  {
      padding:10px 20px;
    }.small-card .card-content h2{
      font-size: 1.8rem;
      line-height: 35px;
    }.medium-card .card-content h2{
      line-height: 35px;
    }.bottom-section h2{
      line-height: 35px;
      font-size: 1.8em;
    }.inner-page .title-section{
      padding: 15px 15px;
    }.inner-page .title-section h1{
      font-size: 2em;
    }.inner-page .title-section p{
      font-size: 17px;
    }.inner-page .img-container{
      background-repeat: no-repeat !important;
      height: 250px !important;
    }.gallery-nav{
        padding: 6px;
    }.gallery-nav li{
      display: inline-block;
      font-size: 11px;
      line-height: 30px;
      margin: 2px 0px;
      padding: 0px 3px;
      width: 49%;
    }.gallery-shell .title-section{
      text-align:center !important;  
      margin: 10px 0;
    }.gallery-images img {
      max-width:100%;
    }.gallery-images a {
      margin-left: 0;
      margin-right: 0;
      max-width: 89%;
    }.cta-section .cta-inner-section {
      padding:0px;
    }.cta-section .cta-inner-section h2 {
      font-size:1.6em;
    }.cta-section .cta-inner-section .button {
      line-height: 22px;
      width:100%;
    }.cta-section .cta-inner-section .button a {
      font-size:0.9em;
    }.footer-wrapper p {
      font-size:9px;
    }.disclaimer {
      text-align:center;
    }.disclaimer img {
      max-width:40%;
    }.top-bar .toggle-topbar.menu-icon a {
      color: #ffffff;
    }.top-bar .toggle-topbar.menu-icon a span::after {
     box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
    }.covid-banner #covid-readmore.active p {
     font-size: 11px;
	}.header-hours {
     margin: 0;
	}[class*="fadein-"] {
	  opacity: 1;
	}.scrollfade {
		opacity: 1;
		transition: unset;
		transform: unset;
	}.fade-in-fwd {
	    -webkit-animation: unset;
	    animation: unset;
	}.fade-in-bottom {
	    -webkit-animation: unset;
	    animation: unset;
	}.fade-in-top {
	    -webkit-animation: unset;
	    animation: unset;
	}
}
