/*
**
** Lauren Parish Art - main.css (non-minified / dev mode)
** (c)2022-2023 Very3 Technology Consultants LLC
** ----------------------------------------------
** Author: Mark Page [mark@very3.net]
** Modified: Tue Sep 05 13:09:51 2023 -0500
** Version: 23.9.5.139
**
*/

* {
  font-family: sans-serif, Nunito;
}

body, html {
  background: #111211 url('/assets/img/black-gesso-tiling-bg.jpg') no-repeat fixed center;
  background-size: cover;
}

h1, h2, h3, h4, h5, .uk-article-title a {
  color: #c0c0c0 !important;
  font-family: Marcellus !important;
  font-weight: 700;
}

#totop {
  z-index: 999;
  color: #fff;
  position: fixed;
  bottom: 12px;
  right: 5%;
  background-color: rgb(0,0,0,.33);
  border-radius: 50%;
  padding: 15px;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 17px;
  text-align: center;
} 

#bio p, #tinymce p {
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.6rem;
}
#bio img, #tinymce img {
  border-radius: 8px;
}

.kw-filter {
  color: #707070;
  font-size: 1rem;
}

.uk-card-title {
  color: #000 !important;
  font-size: 1.2rem;
}

hr {
  width: 100%;
}

[id*='-error'] {
  color: red;
}

.uk-lightbox-toolbar {
  background-color: rgba(0, 0, 0, 0.5);
}
.uk-lightbox-caption {
  font-weight: bnew;
}
#show-gallery,
#show-lightbox {
  text-align: center;
  margin: 10px;
  display: inline-block;
  width: 200px;
}
#show-gallery .uk-button,
#show-lightbox .uk-button {
  color: #fff;
  border-color: #a0a0a0 !important;
  border-radius: 20px;
  width: 100%;
}
#show-gallery .uk-button:hover,
#show-lightbox .uk-button:hover {
  text-decoration: none;
  color: #39f !important;
  border-color: #39f !important;
  background-color: #000;
}

#warning-modal {
}
#warning-modal .uk-modal-header {
  background-color: #0f7ae5;
}
#warning-modal .uk-modal-title {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #fff !important;
}

#top-growl {
  background-color: #fef4f6;
  text-align: center;
}
#top-growl .uk-alert {
  padding: 8px !important;
}
#top-growl .uk-alert-close {
  top: 14px !important;
}

#main-content {
  /*min-height: 1024px;*/
}

#main-lower {
  position: relative;
  bottom: 0;
  width: 100%;
}

#featured .uk-card {
  border-radius: 10px;
  min-height: 500px !important;
}
#featured ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
#featured .featured-notes {
  padding: 0;
  margin: 0;
}
#featured .featured-notes p {
  padding-top: 15px !important;
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0;
  padding: 0;
}
#featured .uk-link, a {
  color: #0d76e0;
  text-decoration: underline;
  cursor: pointer;
}

.popup {
  text-align: center;
  font-size: 24px;
}
.popup .uk-icon {
  color: #1e87f0;
  border
  margin: 0;
  border-radius: 100%;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 20px;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

.uk-heading-divider {
  padding-bottom: calc(5px + .1em);
  /*border-bottom: .5px solid #ecac00;*/
}

.uk-navbar-container {
  position: relative;
  z-index: 980;
  background-color: #fff !important;
  height: 75px;
}
.uk-logo {
  /*font-size: 2rem;*/
  font-size: calc(25px + (24 - 12) * ((100vw - 300px) / (1600 - 300)));
  border: 0;
  color: #000 !important;
  font-weight: 700;
  font-variant: small-caps;
  /*padding-top: 15px;*/
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  background-color: #fff;
}
.uk-logo:hover {
  cursor: pointer;
}
.uk-navbar-container .menu-icon {
  color: #fff !important;
}
.uk-navbar-container .search {
  margin: 10px 0 0 0;
}
.uk-slidenav {
  color: #fff;
}
.uk-slidenav-previous,
.uk-slidenav-next {
  /*
  background-color: rgba(0,0,0,.5);
  border-radius: 84%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 28px;
  */
  background-color: rgba(0,0,0,.5);
  border-radius: 84%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 35px;
}
.uk-slidenav-previous svg {
  margin: 0 2px 0 0;
}
.uk-slidenav-next svg {
  margin: 0 0 0 2px;
}
.uk-offcanvas-bar {
  background-color: rgba(0,0,0,.75);
}

@media (max-width: 639px) {
  .slideshow-caption p {
    display: none !important;
  }
  .slideshow-caption h3 {
    font-size: 1rem !important;
  }
  .uk-logo {
    font-size: calc(25px + (18 - 12) * ((100vw - 300px) / (1600 - 300)));
    padding-top: 0;
    margin-left: 12px;
    margin-bottom: 0;
    padding-left: 0;
  }
  #featured .uk-card-media-left {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  #featured .uk-card-media-right {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
  }
  #bio img, #tinymce img {
    border-style: none;
    border-width: 1px;
    margin: 0 auto 15px auto !important;
    float: none !important;
  }
  #masonry-tiles .masonry-item {
    width: 100%  !important;
  }
}
.uk-input, .uk-select, .uk-textarea {
  border: 1px solid #d0d0d0;
  font-size: .8rem;
}
.uk-textarea {
  font-size: .8rem;
}

@media (min-width: 641px) {
  .slideshow-caption p {
    display: inherit !important;
  }
  #featured .uk-card-media-left {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  #featured .uk-card-media-right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  #bio img, #tinymce img {
    border-style: none;
    border-width: 1px;
    float: right;
    margin: 0 10px 0 20px;
  }
}

.uk-section-secondary {
  background-color: #101010 !important;
}

.uk-card-secondary {
  background-color: #202020 !important;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.uk-card-secondary.uk-card-hover:hover {
  background-color: #202020 !important;
  box-shadow: 0 14px 25px rgba(0,0,0,.16);
}
.uk-card-secondary h3 {
  color: #6288A5 !important;
}

#waffle-button {
  margin: -12px 0 0 0;
  padding: 0 0 0 0;
}

.content-lower .icon {
  text-align: center;
}
.content-lower .uk-card {
  border-radius: 10px;
}
.content-lower .uk-card ul {
  list-style-type: none;
}
.content-lower .uk-card li {
  margin-bottom: 8px;
}
.content-lower .uk-card li svg {
  color: rgb(98, 136, 165);
  margin-right: 2px;
}
/*
.content-lower .uk-icon {
  margin: 0;
  border: 2px solid #a0a0a0;
  border-radius: 100%;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 20px;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
*/

.uk-switcher li {
  padding-bottom: 10px;
}

.footer {
  background-color: #101010 !important;
  height: 300px;
  padding: 20px;
}

#disclaimer {
  text-align: center;
  font-size: .7rem;
  color: #a0a0a0;
}

#main-slideshow ul {
  border-radius: 5px;
  margin-top: 20px;
}

.slideshow-caption {
  text-align: left !important;
  padding: 15px;
  background-color: rgba(0,0,0,.6)
}
.slideshow-caption h3 {
  margin-bottom: 0;
  color: rgba(250,250,250,1.0) !important;
}
.slideshow-caption p {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

#copyright {
  color: #a0a0a0;
  font-size: .8rem;
  text-align: center;
  padding: 15px;
  background-color: #202020;
}
#copyright a {
  color: #a0a0a0;
}


.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
  margin: 5px auto 25px auto;
}


.time-slot {
  border: .5px solid #e0e0e0;
  border-radius: 5px;
  min-width: 120px;
}
.time-slot:hover {
  cursor: pointer;
}
.event-date-header {
  font-size: .9rem;
  color: #a0a0a0;
  float: right;
}

.inquire:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}
#client-query-form .uk-modal-header {
  background-color: #202020;
}
#client-query-form .uk-modal-header h4 {
  color: #f0f0f0;
}
#client-query-form p {
  margin: 0;
  padding: 0;
  line-height: 25px;
}

#masonry-tiles {
  text-align: center;
}
#masonry-tiles .masonry-item {
  text-align: center;
  /*width: 250px;*/
  color: #a0a0a0;
}
#masonry-tiles .masonry-item:hover {
  color: #fff !important;
  cursor: pointer;
}
#masonry-tiles img {
  border: 1px solid #000;
  width: 250px;
  border-radius: 4px;
}
#masonry-tiles img:hover {
  border: 1px solid #fff;
}
#masonry-tiles .img-title {
  font-family: Nunito;
  font-size: .8rem;
}

.uk-lightbox-toolbar .uk-button {
  margin-left: 20px !important;
  padding: 0 8px 0 8px !important;
  border-radius: 4px;
}
.lpa-slides .slideshow-item {
  text-align: center;
  background-color: #000;
  margin: 0 8px 0 8px;
}
.lpa-slides img {
  height: 300px;
  border-radius: 8px;
}

.disclaimer {
  padding: 20px;
  background-color: #111211;
  color: #f0f0f0;
  border-radius: 10px;
}

#share-buttons {
  margin-top: 10px;
  background: transparent !important;
  z-index: unset;
}
#share-buttons a:hovwr {
  color: #39f !important;
}

.tox-statusbar__branding {
  display: none !important;
}

#v3saf-privacy-policy,
#v3saf-terms-of-service {
  padding: 0 !important;
}
#v3saf-privacy-policy h1,
#v3saf-terms-of-service h1 {
  font-size: 2rem;
}
#v3saf-privacy-policy p,
#v3saf-privacy-policy li,
#v3saf-terms-of-service p,
#v3saf-terms-of-service li {
  color: #b0b0b0;
}

#cookie-consent {
  position: fixed;
  bottom: 0 !important;
  left: 0;
  right: 80%;
  z-index: 9999;
  padding: 0;
  min-width: 300px;
  border-top-right-radius: 5px;
  background-color: rgba(32,32,32,.9);
  box-shadow: 4px 0 12px -3px rgb(0 0 0 / 50%);
}
#cookie-consent p, #cookie-consent a {
  color: #a0a0a0 !important;
}
