@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900');

body {
  background-color: white;
  box-sizing: border-box;
  color: black;
  display: grid;
  grid-template-rows: auto 1fr 2.5rem; /* Header, main content, footer */
  margin: 0;
  min-height: 100vh;
  padding: 0;
}
body,table,th,td,div,p,span,input,select,textarea,header,article,section,footer,h1,h2,h3,h4,h5,h6,nav,ul,ol,li { font-family:'Barlow Condensed', 'Droid Sans', Trebuchet MS,Arial,Helvetica,sans-serif;font-size: 1.3rem;line-height:1.5rem;font-weight:300;box-sizing: border-box; }
h1,h2,h3,h4,h5,h6 { margin:0;padding:0; }
h1 { font-size:3em; }
h2 { font-size:2.5em; }
h3 { font-size:2em;padding: 0 0 0.7em; }
h4 { font-size:1.5em; }
h5 { font-size:1em; }
h6 { font-size:0.5em; }
p { margin:0;padding:0.5em 0 0 0; }
a:link,a:visited,a:hover,a:active { color: #6c3f97; text-decoration: none; transition: 0.7s all;}
/*a:hover { font-weight: 600; }*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a,h1,h2,h3,h4,h5,h6,.fa.contact{
  color: #6c3f97;
}
a:hover,.fa.contact:hover {
  color: rgba( 108, 63, 151, 0.5 );
}
header {
  display: table;
  width: 100%;
}
header div.logo-box{
  display: table-cell;
  padding-top: 0.5rem;
  text-align: left;
  vertical-align: top;
  width: 80%;
}
header a.logo img {
  background: transparent !important;
  position: relative;
  max-height: 150px;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 150;
}
header > nav {
  display: table-cell;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 20%;
}
header > nav a.fa, .social-icons > .fa {
  color: white;
  float: right;
  font-size: 2rem;
  height: 2rem;
  margin-left: 0.3rem;
  overflow: hidden;
  padding-left: 2rem;
  position: relative;
  transition: 0.7s all;
  width: 2rem;
}
.social-icons > .fa {
  color: #6c3f97;
  margin-top: 0.1rem;
}
.social-icons > .fa:hover {
  color: rgba( 108, 63, 151, 0.5 );
}

header > nav .fa.contact, .social-icons > .fa.contact {
  cursor: pointer;
  line-height: 1.3rem;
  margin-right: 0.4rem;
  margin-top: 0;
  width: auto;
}
header > nav .fa.contact > span, .social-icons > .fa.contact > span {
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 2rem;
}
header > nav a.fa::before, .social-icons > .fa::before {
  position: absolute;
  left: 0;
}
header > nav .fa.contact::before, .social-icons > .fa.contact::before {
  display: none;
}
header > nav > .cover, header > nav > i.fa {
  display: none;
}
.mobile-only{
  font-family: 'Barlow Condensed', sans-serif;
  min-width: 250px;
  padding: 0.3rem 0.6rem;
  width: 100%;
}
.mobile-only > a.active, .mobile-only > a.active:hover, .contact.active, .contact.active:hover, .contact.active > span {
  color: #6c3f97 !important;
  cursor: default;
  font-weight: 500 !important;
}
.mobile-only > a, .mobile-only > a:hover {
  display: block;
  line-height: 1.7rem;
  padding: 0.3rem;
  text-align: right;
  white-space: nowrap;
}
.mobile-only > a::before {
  content: url(/img/butterfly-20x20-purple.png);
  margin-left: -1.6rem;
  opacity: 0;
  position: absolute;
  transition: 0.7s all;
}
.mobile-only > a:hover::before {
  margin-left: -1.6rem;
  opacity: 1;
  position: absolute;
}
.mobile-only > a.active:hover::before {
  content: "" !important;
  opacity: 0 !important;
}
.social-icons {
  left: 0;
  margin: 1.35rem 0 0 10%;
  padding: 0.2rem 0.4rem;
  position: absolute;
  width: 90%;
  /*border-top: 1px solid white;
  margin: 0.6rem 0 0 -0.5rem;
  padding: 0.6rem 0.5rem 0;
  width: calc(100% + 1rem);*/
}
.clearfix {
  clear: both;
}
.clearfix::before, .clearfix::after{
  clear: both;
  content: " ";
  display: block;
}
.breadcrumbs {
  border-top: 1px solid #6c3f97;
  border-bottom: 1px solid #6c3f97;
  height: 2.5rem;
  line-height: 2.4rem;
  margin-top: 1rem;
  padding: 0 0.4rem;
  width: calc(100% + 0.4rem);
}
.breadcrumbs > li {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1.5rem;
  position: relative;
  top: -0.1rem;
}
.breadcrumbs > li:first-child {
  margin-left: 0;
  padding-left : 0;
}
.breadcrumbs > li::before {
  color: black !important;
  content: ">";
  cursor: default;
  left: 0;
  position: absolute;
}
.breadcrumbs > li:first-child::before {
  display: none;
}
section.category {
  background-position: center calc(50% + 2rem);
  background-repeat: no-repeat;
  background-size: 85%;
  /* border: 1px solid #6c3f97; */
  display: inline-block;
  height: 25rem;
  margin: calc(2.5% - 2px);
  width: 20%;
}
section.category > a {
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
section.category > a > span {
  /*border-top: 1px solid #6c3f97;
  border-bottom: 1px solid #6c3f97;*/
  color: #6c3f97;
  display: block;
  font-size: clamp(1.5rem, 8vw, 3rem);
  font-weight: 200;
  line-height: 0vh;
  position: absolute;
  text-align: center;
  top: 2rem;
  width: 100%;
}
section.category > a::before {
    background: rgba(255, 255, 255, 0);
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.7s all;
    z-index: 1000;
}
section.category > a:hover::before {
    background: rgba(255, 255, 255, 0.4);
}
div#gallery > a {
  float: left;
  overflow: hidden;
  padding: 0.5rem;
  width: 25%;
}
div#gallery > a > img {
  height: 100%;
  width: 100%;
}
.pswp__custom-caption {
  background: rgba(108, 63, 151, 0.75);
  font-size: 16px;
  color: #fff;
  width: calc(100% - 32px);
  max-width: 400px;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}
button.pswp__button.fa {
  color: transparent;
  font-size: 1rem;
  height: 1rem;
  margin-top: 1.5rem;
  padding-left: 1rem !important;
  position: relative;
  width: 1rem;
}
button.pswp__button.fa::before {
  color: white;
  content: "\f0d2";
  font-family: 'FontAwesome';
  left: 0;
  position: absolute;
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
div#gallery > a > figcaption.hidden-caption-content {
  display: none;
}
div.skeleton-loader {
  clear: both;
  height: 12rem;
  overflow: hidden;
  position: relative;
}
.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  margin: 4rem calc(50% - 40px);
  opacity: 0.4;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: #6c3f97;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

#contact-form .subject {
    display: none;
}

#contact-form h1 {
    font-size: 3rem !important;
}

#contact-form .form-control{
  border-color: #6c3f97;
}

#contact-form .form-control:focus {
  border-color: #6c3f97;
  box-shadow: 0 0 0 .25rem rgba(108, 63, 151, .25);
}

#contact-form .form-control.invalid {
  border-color: red;
}

#contact-form .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c3f97;
  --bs-btn-border-color: #6c3f97;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(108, 63, 151, 0.763);
  --bs-btn-hover-border-color: #6c3f97;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c3f97;
  --bs-btn-active-border-color: #6c3f97;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c3f97;
  --bs-btn-disabled-border-color: #6c3f97;
  transition: all 0.7s;
}

#contact-form label {
  display: block;
  line-height: 2rem;
  padding: 0.5rem 0;
}

input#verif_box.form-control {
  float: left;
  width: 50%;
}

.invalid-feedback.show {
  clear: both;
  display: block;
}

.invalid-feedback.show.verification-code{
  margin-top: -0.8rem;
}

img#verif_img {
  margin: 0.3rem 0 0 0.3rem;
}

div#contact-toast {
  border-color: #6c3f97;
  left: calc(50% - 175px);
  position: fixed;
  top: 0;
  z-index: 10000;
}

#contact-toast .toast-header {
  background-color: #6c3f97;
  border-color: #6c3f97;
  color: white;
}


div.skeleton-loader > .skeleton-card {
  background-color: rgba(0, 0, 0, 0.05);
  float: left;
  height: 12rem;
  margin: 0.5rem;
  overflow: hidden;
  width: calc( 25% - 1rem );
}

footer {
  border-bottom: 1px solid #6c3f97;
  border-top: 1px solid #6c3f97;
  color: #6c3f97;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

footer span.fa.contact {
  color: transparent;
  cursor: pointer;
  float: right;
  font-size: 1.2rem;
  margin: 0.35rem 0.4rem;
  overflow: hidden;
  width: 1.5rem;
}

footer span.fa.contact:hover {
  color: transparent;
}

footer span.fa.contact::before {
  color: #6c3f97;
}

span.disclaimer {
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
}
span.disclaimer::before {
    content: " - ";
}

@media ( max-width: 1280px ) {
  section.category {
    width: 28%;
  }
}

@media ( max-width: 1080px ) {
  div#gallery > a {
    width: 33%;
  }
  div.skeleton-loader > .skeleton-card {
    width: calc( 33% - 1rem );
  }
}

@media (max-width: 890px ) {
  header > div.logo-box {
    width: calc(100% - 6rem);
  }
  header > div.logo-box .logo img {
    max-width: 675px;
  }
  header > nav {
    position: relative;
    vertical-align: middle;
    width: 5rem;
  }
  .mobile-only {
    background-color: #6c3f97;
    border: 1px solid #6c3f97;
    padding: 0.4rem;
    position: absolute;
    right: 0;
    top: -1000%;
    transition: 0.7s all;
    z-index: 10000;
  }
  .mobile-only.open {
    top: calc(100% + 3.45rem) !important;
  }
  .mobile-only > a, .mobile-only > a:hover, .mobile-only > a.active, .mobile-only > a.active:hover {
    color: white !important;
    line-height: inherit;
  }
  .mobile-only > a:hover::before {
    content: url(/img/butterfly-20x20.png);
  }
  header > nav .fa.contact, .social-icons > .fa.contact {
    float: left;
    line-height: 2rem;
    margin-right: 0;
    width: 6.5rem;
  }
  header > nav .fa.contact::before, .social-icons > .fa.contact::before {
    display: inline;
  }
  header > nav .fa.contact span, .social-icons > .fa.contact span {
    position: relative;
    top: -0.3rem;
  }
  header > nav > .cover {
    background-color: white;
    display: block;
    height: 100%;
    min-width: 250px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  header > nav > i.fa {
    color: #6c3f97;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 1.4rem;
    position: absolute;
    z-index: 200;
    right: 0;
    top: calc(100% + 1.5rem);
  }
  header::after{
    content: " ";
    clear: both;
    display: block;
  }
  header > nav .social-icons {
    background-color: #6c3f97;
    border: 0 none;
    margin-left: 0;
    margin-top: 0.6rem;
    padding: 0;
    position: static;
    width: 100%;
  }
  header > nav .mobile-only > .clearfix:first-of-type {
    border-bottom: 1px solid white;
    height: 0.7rem;
    margin-left: -0.5rem;
    width: calc(100% + 1rem);
  }
  header > nav .social-icons > .fa {
    color: white !important;
  }
  section.category {
    /* height: 35rem;
    width: 95%; */
    width: 45%;
  }
}

@media ( max-width: 690px ) {
  header > div.logo-box .logo img {
    max-width: calc(100% + 5rem);
  }
  div#gallery > a {
    /* width: 90%;
    margin: 0 auto;
    float: none;
    display: inline-block;
    margin: 0 5%; */
    width: 50%;
  }
  section.category {
    width: 45%;
  }
  div.skeleton-loader > .skeleton-card {
    width: calc( 50% - 1rem );
  }
  span.disclaimer {
    font-size: inherit;
    line-height: normal;
    display: block;
    padding: 0.4rem;
  }
  span.disclaimer::before{
    content: "";
  }
}

@media( max-width: 540px ){
  body{
    min-height: calc(100vh - 3.5rem);
  }
}