/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important; }

.fs2 {
  font-size: 2rem !important; }

.fs3 {
  font-size: 3rem !important; }

.fs4 {
  font-size: 4rem !important; }

.fs5 {
  font-size: 5rem !important; }

.fs6 {
  font-size: 6rem !important; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-black {
  background-color: #000 !important; }

.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center; }

.no-padding {
  padding: 0 !important; }

.primary-color {
  color: #8b35b0 !important; }

.primary-bg {
  background-color: #8b35b0 !important; }

.secondary-color {
  color: #2fc3cf !important; }

.secondary-bg {
  background-color: #2fc3cf !important; }

.btn-primary {
  background-color: #8b35b0;
  color: #fff;
  border-color: #8b35b0; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
    background-color: #6c2989 !important;
    color: #fff;
    border-color: #8b35b0; }

.btn-secondary {
  background-color: #2fc3cf;
  color: #fff;
  border-color: #2fc3cf; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
    background-color: #269ca5;
    color: #fff;
    border-color: #2fc3cf; }

.text-white {
  color: #fff !important; }
  .text-white * {
    color: #fff; }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }

@media only screen and (min-width: 768px) {
    .xs-only {
      display: none !important; } }













@media only screen and (max-width: 767px) {
    .xs-flex {
      display: flex !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sm-flex {
      display: flex !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .md-flex {
      display: flex !important; } }

@media only screen and (min-width: 1200px) {
    .lg-flex {
      display: flex !important; } }

@media only screen and (max-width: 767px) {
    .xs-row {
      margin-left: -15px;
      margin-right: -15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sm-row {
      margin-left: -15px;
      margin-right: -15px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .md-row {
      margin-left: -15px;
      margin-right: -15px; } }

@media only screen and (min-width: 1200px) {
    .lg-row {
      margin-left: -15px;
      margin-right: -15px; } }

.justify-content-center {
  justify-content: center; }

.justify-content-space-around {
  justify-content: space-around; }

.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap; }

@media only screen and (min-width: 768px) {
    .flex-sm-align-items-stretch-center {
      display: flex !important;
      align-items: stretch !important;
      flex-wrap: wrap; }
      .flex-sm-align-items-stretch-center > div {
        align-self: center; } }

.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1); }
  .ws-form-container .ws-form-title-container {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
    font-size: 15px;
    padding: 20px;
    font-weight: bold;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    color: #fff !important;
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center; }
    .ws-form-container .ws-form-title-container * {
      color: #fff; }
    .ws-form-container .ws-form-title-container .ws-fa-icon-container {
      margin: 0 10px; }
  .ws-form-container .ws-form-body-container {
    padding: 10px; }
    .ws-form-container .ws-form-body-container .form__warn {
      text-align: center !important; }
    .ws-form-container .ws-form-body-container .gform_footer .gform_button {
      display: block;
      float: none;
      clear: both;
      margin: 0 auto;
      text-align: center; }

.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0); }

.m-0 {
  margin: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.p-5 {
  padding: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.p-10 {
  padding: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex; }
  .fancy-radio ul .radio, .fancy-radio-primary ul .radio {
    float: left;
    flex-grow: 1; }
    .fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
      display: none !important; }
    .fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
      background-color: #bbb;
      color: #000;
      max-width: 100%;
      width: 100%;
      margin: 0 !important;
      transition: all 0.4s ease;
      padding: 10px; }
    .fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
      background-color: #8b35b0;
      color: #fff; }

.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex; }
  .fancy-radio-secondary ul .radio {
    float: left;
    flex-grow: 1; }
    .fancy-radio-secondary ul .radio input {
      display: none !important; }
    .fancy-radio-secondary ul .radio input + label {
      background-color: #bbb;
      color: #000;
      max-width: 100%;
      width: 100%;
      margin: 0 !important;
      transition: all 0.4s ease;
      padding: 10px; }
    .fancy-radio-secondary ul .radio input[type=radio]:checked + label {
      background-color: #2fc3cf;
      color: #fff; }

.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center; }
  .fancy-checkbox li.checkbox label {
    background-color: #fff;
    padding: 10px 20px 10px 40px !important;
    margin-left: 0 !important;
    border-radius: 4px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }
  .fancy-checkbox li.checkbox input {
    margin-left: 0 !important;
    left: 15px !important;
    margin-top: 0 !important; }
    .fancy-checkbox li.checkbox input:checked + label {
      background-color: #d9d9d9 !important; }

.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center; }
  .fancy-checkbox-alt li.checkbox label {
    background-color: #fff;
    padding: 10px 20px 10px 10px;
    margin-left: 0 !important;
    border-radius: 4px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }
  .fancy-checkbox-alt li.checkbox input {
    margin-left: 30px;
    left: 15px;
    margin-top: 0;
    display: none !important; }
    .fancy-checkbox-alt li.checkbox input:checked + label {
      background-color: #d9d9d9; }
      .fancy-checkbox-alt li.checkbox input:checked + label:before {
        font-family: "Font Awesome 5 Pro";
        color: #35d040;
        content: "\f00c";
        font-size: inherit;
        margin-right: 10px;
        list-style: none !important; }

.strong {
  font-weight: bold !important; }

@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000; }
    .megamenu ul.dropdown-menu > li {
      float: left;
      width: 33%; }
      .megamenu ul.dropdown-menu > li a {
        background-color: #000;
        color: #fff !important;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase; }
        .megamenu ul.dropdown-menu > li a img {
          display: block;
          clear: both;
          height: 125px;
          width: 100%; }
          .megamenu ul.dropdown-menu > li a img:hover {
            opacity: 0.6;
            transition: all 1.25s; }
        .megamenu ul.dropdown-menu > li a span {
          display: block;
          margin-top: 5px;
          font-weight: bold; } }

.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px; }
  @media only screen and (min-width: 1200px) {
    .slick-slider .slick-single-outer-container {
      padding: 0 15px; } }
  .slick-slider .slick-single-outer-container .slick-single-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #252525;
    border-radius: 10px;
    padding: 40px 60px; }
    .slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
      position: unset; }
  .slick-slider .slick-dots {
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: space-around;
    max-width: 300px;
    align-items: center;
    margin: 20px auto;
    cursor: pointer; }
  .slick-slider .slick-dots li {
    list-style: none !important; }
    .slick-slider .slick-dots li::before {
      font-family: "Font Awesome 5 Pro" !important;
      content: "\f111";
      font-weight: bold; }
    .slick-slider .slick-dots li.slick-active::before {
      color: red; }
  .slick-slider .slick-dots button {
    display: none; }

.mobile-contact-btn {
  display: flex;
  justify-content: space-around;
  margin: auto;
  align-items: center; }
  .mobile-contact-btn .fa-phone {
    color: #8b35b0;
    font-size: 30px; }
  .mobile-contact-btn a.ws-btn {
    padding: 7px 20px;
    border: 0; }
  .mobile-contact-btn a:nth-child(n+2) {
    margin-left: 10px; }

.ws-section h1, .ws-section .h1, .ws-section h2, .ws-section .h2, .ws-section h3, .ws-section .h3 {
  margin: 0;
  margin-bottom: 15px; }
  .ws-section.module-padding {
    padding-top: 80px;
    padding-bottom: 80px; }

.section-341 .ws-phone-link-number {
  color: #fff;
  font-size: 32px;
  font-weight: bold; }

.primary-background {
  background-color: #8b35b0 !important; }

.main-menu-area {
  border-top: 1px solid #c9cdd0;
  background-color: rgba(229, 223, 223, 0.7) !important; }

.white_image {
  filter: brightness(0) invert(1); }

.navbar-default .navbar-brand {
  padding: 5px; }

@media only screen and (min-width: 768px) {
          .ws-menu .navbar-nav > li:first-child a {
            padding-left: 0 !important;
            padding-right: 45px; } }
  @media only screen and (min-width: 1200px) {
          .ws-menu .navbar-nav > li:nth-child(n+2) > a {
            padding: 15px 45px; } }
  .ws-menu .navbar-nav > li.current-menu-item > a {
    color: #9d3fc5 !important; }
  .ws-menu .navbar-nav > li > a {
    font-size: 15px;
    line-height: 18px;
    font-family: 'Raleway';
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .ws-menu .navbar-collapse {
    padding-left: 0 !important; }

@media only screen and (min-width: 768px) {
    .dropdown-menu {
      background-color: #fb8af2 !important;
      padding: 0 !important; }
      .dropdown-menu a {
        text-transform: uppercase;
        font-size: 13px;
        padding: 10px 5px !important;
        font-weight: bold !important; }
      .dropdown-menu .current_page_item a {
        color: #fff !important; } }

.primary-text-color {
  color: #8b35b0; }

.second-text-color {
  color: #2fc3cf; }

.grey-color {
  color: #898989; }

.bold {
  font-weight: bold !important; }

.btn-transparent {
  text-decoration: none; }
  .btn-transparent:hover, .btn-transparent:visited, .btn-transparent:link, .btn-transparent:active {
    text-decoration: none; }

.no-text-decoration:hover, .latest-posts a:hover, #footer-widgets .footer-widget a:hover, .no-text-decoration:visited, .latest-posts a:visited, #footer-widgets .footer-widget a:visited, .no-text-decoration:link, .latest-posts a:link, #footer-widgets .footer-widget a:link, .no-text-decoration:active, .latest-posts a:active, #footer-widgets .footer-widget a:active {
  text-decoration: none; }

.ws-btn {
  padding: 13px 33px;
  border: 0; }

.btn-primary {
  color: #fff;
  transition: background-color 0.5s;
  font-weight: bold; }
  .btn-primary:hover {
    background-color: #2fc3cf !important;
    color: #fff !important; }

.no-padding-right {
  padding-right: 0 !important; }

.header-cta {
  display: flex;
  align-items: center;
  justify-content: space-evenly; }
  .header-cta .fa-phone-alt {
    color: #535d5f; }
  .header-cta .inner-content p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: normal; }
  .header-cta .inner-content p.phone-number {
    color: #8b35b0;
    font-weight: 900; }

.site-logo {
  padding: 10px; }

.entry-title {
  color: #8b35b0;
  font-weight: bold; }

.inline-block {
  display: inline-block; }

.module-h1 {
  color: #242424;
  font-family: "Raleway";
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.3px;
  clear: both;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
  .module-h1 {
    font-size: 34px;
    line-height: 36px;
    text-align: left;
    margin-top: initial;
    margin-bottom: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
  .module-h1 {
    font-size: 24px;
    line-height: normal; } }

@media only screen and (max-width: 1200px) {
    .below-desktop-text-center {
      text-align: center; } }

.h3, h3 {
  font-size: 28px;
  line-height: 32px; }

.zoomin {
  transition: transform 0.35s; }
  .zoomin:hover {
    transform: scale(1.2); }

@media only screen and (min-width: 768px) {
    .display-flex-stretch {
      display: flex;
      align-items: stretch; } }

.module-padding {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
  .module-padding {
    padding-top: 100px;
    padding-bottom: 100px; } }

.aba-services {
  display: flex;
  flex-flow: wrap; }
  .aba-services .service-title {
    color: #000;
    font-weight: bold;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .aba-services .wrapper {
    margin-top: 30px;
    color: #655f5f;
    font-family: lato; }
  .aba-services .wrapper .thumb-wrapper {
    overflow: hidden; }
  .aba-services .wrapper p {
    font-weight: 500; }

p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.5rem; }

.overflow-hidden {
  overflow: hidden; }

a.rs-layer, a.rs-layer:-webkit-any-link {
  background-color: #8b35b0 !important; }
  a.rs-layer:hover, a.rs-layer:-webkit-any-link:hover {
    background-color: #2fc3cf !important; }

.latest-posts a {
  color: #000; }
  .latest-posts .latest-post-title {
    font-weight: bold; }
  .latest-posts .content img {
    width: 100%; }
  .latest-posts .post-info {
    position: relative;
    color: #9a9898;
    font-weight: 500; }
  .latest-posts .date-container {
    margin-top: -30px; }
  .latest-posts .post-date {
    background-color: #8b35b0;
    color: #fff;
    padding: 15px;
    display: inline-block; }
  .latest-posts .author-info {
    padding: 15px 0;
    clear: both;
    display: flex;
    position: absolute;
    width: 100%;
    top: -70px; }

.team-members {
  position: relative;
  margin-top: 30px; }
  .team-members > div {
    margin-top: 50px; }
  @media only screen and (min-width: 768px) {
  .team-members {
    margin-top: 50px; }
    .team-members > div {
      margin-top: 15px; } }
  .team-members .team_member_name {
    text-align: center;
    font-weight: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-top: 10px;
    color: #535d5f; }
  .team-members .team_member_position {
    color: #8b35b0;
    font-weight: 600; }
  .team-members .wrapper .img_wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1; }
  .team-members .wrapper .img_wrapper .overlay-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: width 0.7s;
    background-color: rgba(139, 53, 176, 0.5);
    z-index: 1; }
    .team-members .wrapper .img_wrapper .overlay-info .social-link {
      padding: 0;
      display: block;
      clear: both;
      margin-top: 15px;
      color: #2fc3cf;
      position: relative;
      right: 15px;
      text-align: center; }
      .team-members .wrapper .img_wrapper .overlay-info .social-link:hover {
        color: #8b35b0; }
  .team-members .wrapper:hover .overlay-info {
    width: 100%;
    left: 0; }

.grid-column {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
  .grid-column {
    display: flex;
    flex-flow: wrap; } }
  @media only screen and (min-width: 768px) {
  .grid-column:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5000px;
    height: 1px;
    background: #ddd;
    content: ''; }
    .grid-column:after {
      position: absolute;
      top: 0;
      left: 49%;
      width: 1px;
      height: 5000px;
      background: #ddd;
      content: ''; } }
  .grid-column .grid-item h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1.4em; }

.box-content {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px; }
  .box-content .fa-icon {
    margin-right: 15px; }

.form-container {
  width: 90%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
  .form-container {
    width: 75%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-container {
    width: 90%; } }

.contact-info-wrapper {
  margin: auto;
  max-width: 500px;
  padding: 15px 30px; }

.gform_wrapper input.datepicker {
  margin-top: 0 !important;
  padding: 15px !important;
  border: solid 1px #ccc;
  outline: none;
  width: 100% !important; }
  .gform_wrapper li.hidden_label input, .gform_wrapper li.hidden_label textarea, .gform_wrapper li.hidden_label text, .gform_wrapper li.hidden_label input.datepicker {
    margin-top: 0 !important;
    padding: 15px !important;
    border: solid 1px #ccc;
    outline: none; }
  .gform_wrapper li.hidden_label select {
    padding: 15px !important;
    border: solid 1px #ccc;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
  .gform_wrapper .gform_footer input.button {
    background-color: #8b35b0;
    padding: 13px 33px;
    border: 0;
    color: #fff;
    outline: none;
    transition: background-color 0.5s; }
  .gform_wrapper .gform_footer input.button:hover {
    background-color: #2fc3cf; }

#footer-widgets {
  padding-top: 15px;
  padding-bottom: 25px; }
  #footer-widgets .footer-widget {
    color: #999; }
  @media only screen and (max-width: 767px) {
      #footer-widgets .footer-widget:nth-child(n+3) {
        border-top: solid 1px rgba(255, 255, 255, 0.3);
        margin-top: 30px; } }
  #footer-widgets .footer-widget p, #footer-widgets .footer-widget a {
    font-size: 14px; }
  #footer-widgets .footer-widget a {
    color: #999; }
  #footer-widgets .footer-widget a p {
    margin: 0; }
  #footer-widgets .footer-widget a:hover {
    color: #8b35b0 !important; }
    #footer-widgets .footer-widget a:hover p, #footer-widgets .footer-widget a:hover .fa-icon {
      color: #8b35b0 !important; }
  #footer-widgets .footer-widget .social-fa-module .fab {
    font-size: 22px;
    color: #999 !important; }
  #footer-widgets .footer-widget .widget-title {
    color: #fff;
    position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
      #footer-widgets .footer-widget .widget-title {
        font-size: 23px; } }
  #footer-widgets .footer-widget .widget-title:before {
    content: "";
    border-bottom: solid 2px #b07ab4;
    position: absolute;
    bottom: -3px;
    width: 50px; }
    @media only screen and (min-width: 768px) {
      #footer-widgets .footer-widget .widget-title:before {
        left: 0; } }
  @media only screen and (min-width: 768px) {
      #footer-widgets .footer-widget .widget-title {
        text-align: left; } }
  #footer-widgets .footer-widget .menu > li {
    line-height: 2em; }
    #footer-widgets .footer-widget .menu > li a {
      display: flex; }
      #footer-widgets .footer-widget .menu > li a:before {
        content: "-";
        margin-right: 10px; }

.scroll-to-top.right .scroll-to-top-inner {
  right: 10px;
  left: auto; }
  @media only screen and (max-width: 767px) {
  .scroll-to-top.right .scroll-to-top-inner {
    bottom: 100px; } }
/***** MEDIA QUERIES *****/
@media only screen and (max-width: 767px) {
  .xs-no-padding {
    padding: 0 !important; } }

@media only screen and (min-width: 768px) {
  .sm-flex-align-items-center {
    display: flex;
    align-items: center; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .h3, h3 {
    font-size: 22px;
    line-height: 32px; }
    .tablet-text-center {
      text-align: center; }
    .attribution {
      text-align: left; } }

.ws-sidebar .widget-title {
  font-weight: bold; }

.member-social-media .social-link {
  color: #2fc3cf; }
  .member-social-media .social-link:hover {
    color: #8b35b0; }
  .member-social-media .social-link:first-child {
    padding-left: 0; }
  .member-social-media .social-link:nth-child(n+2) {
    padding-left: 5px; }



@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-only-text-center {
    text-align: center; }
    .social-fa-module {
      text-align: center; }
    #footer-widget-1 {
      margin-bottom: 30px; } }


