/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* == Paintings Section Styles == */
.posts.posts--paintings {
  position: relative;
}
.posts.posts--paintings .posts__row {
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .posts.posts--paintings .posts__row {
    margin: 6rem 0;
  }
}
.posts.posts--paintings .posts__more {
  text-align: center;
  bottom: -3rem;
  left: 0;
  right: 0;
  position: absolute;
  transform: translate(0, 50%);
}
@media (min-width: 992px) {
  .posts.posts--paintings .posts__more {
    bottom: -6rem;
  }
}
.posts.posts--paintings .posts__more .btn, .posts.posts--paintings .posts__more .gform_button {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.post.post--default .post__header {
  width: 100%;
}
@media (min-width: 992px) {
  .post.post--default .post__header {
    position: relative;
    left: 1rem;
    bottom: 1rem;
    max-width: 45%;
  }
}
.post.post--default .post__header > div {
  line-height: 1.6;
  padding: 1rem;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .post.post--default .post__header > div {
    padding: 1rem 2rem;
  }
}
.post.post--default .post__availability {
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.post.post--default + .post {
  margin-top: 2rem;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .post.post--default + .post {
    margin-top: 6rem;
  }
}
.post.post--default .post__wrapper h2 {
  font-size: 1.75rem;
  color: #fff;
}
@media (min-width: 992px) {
  .post.post--default .post__wrapper h2 {
    color: #fff;
    font-size: 2rem;
  }
}
.post.post--default .post__wrapper p {
  font-size: 90%;
  color: #d6a92f;
  font-family: "Roboto Slab", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@media (min-width: 992px) {
  .post.post--default .post__wrapper figure {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 992px) {
  .post.post--default:nth-child(even) .post__header {
    left: -1rem;
  }
}
@media (min-width: 992px) {
  .post.post--default:nth-child(even) .post__wrapper.flex-lg-row {
    flex-direction: row-reverse !important;
  }
}

.controls.controls--primary {
  background-color: #2a1f37;
}
.controls.controls--primary button {
  font-weight: 300;
  color: #fff;
}
.controls.controls--primary button:hover, .controls.controls--primary button.active, .controls.controls--primary button.mixitup-control-active {
  color: #d6a92f;
}
.controls.controls--white {
  background-color: #fff;
}
.controls.controls--white button {
  text-transform: uppercase;
  color: #2a1f37;
}
.controls.controls--white button:hover, .controls.controls--white button.active, .controls.controls--white button.mixitup-control-active {
  color: #d6a92f;
}
.controls.controls--primary, .controls.controls--white {
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .controls.controls--white {
    padding: 1rem 0;
  }
  .controls.controls--white button {
    border-radius: 2rem;
    letter-spacing: 0.05rem;
  }
  .controls.controls--white button:hover, .controls.controls--white button.active, .controls.controls--white button.mixitup-control-active {
    color: #fff;
    background-color: #d6a92f;
  }
}

.controls .post__status button {
  opacity: .7;
  font-size: 70%;
  text-transform: uppercase;
  position: relative;
}
.controls .post__status button:before {
  position: absolute;
  margin-top: -5px;
  left: -2px;
  top: 50%;
}
.controls .post__status button:hover, .controls .post__status button.active, .controls .post__status button.mixitup-control-active {
  color: #fff;
  opacity: 1;
}
.controls button {
  background-color: transparent;
  border: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .controls button {
    width: auto;
  }
}

.status:before {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}
.status.status--green::before {
  background-color: #28a745;
}
.status.status--red::before {
  background-color: #dc3545;
}

/* == Modal Styles == */
.modal .modal-content {
  text-align: center;
  color: #fff;
  border: 0;
}
.modal .modal-details {
  line-height: 1.6;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .modal .modal-details {
    margin-top: 2rem;
  }
}
.modal .modal-details a {
  color: #d6a92f;
  border-bottom: 1px solid #d6a92f;
}
.modal .modal-info {
  color: #d6a92f;
}
@media (min-width: 992px) {
  .modal .modal-info {
    text-align: left;
  }
}
.modal .modal-info p {
  font-family: "Roboto Slab", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.modal .modal-title {
  color: #fff !important;
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) {
  .modal .modal-title {
    margin-bottom: 0.5rem;
  }
}
.modal .modal-title.status:before {
  right: -1.5rem;
  position: absolute;
}
.modal .modal-contact {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
}
@media (min-width: 992px) {
  .modal .modal-contact {
    text-align: right;
  }
}
.modal .btn, .modal .gform_button {
  width: auto;
  background-color: #fff !important;
  color: #2a1f37;
  font-size: 80%;
  text-transform: uppercase;
  z-index: 1030;
  top: 1rem;
  right: 1rem;
  position: absolute;
  font-weight: 700;
}
.modal figure {
  display: inline-block;
  width: auto;
  position: relative;
}

/* == Button Styles == */
.btn, .gform_button {
  border-radius: 2rem;
  text-transform: uppercase;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.btn.btn-secondary, .gform_button {
  color: #fff;
}
.btn.btn-secondary.btn-transparent, .btn-transparent.gform_button {
  background-color: transparent;
}
.btn.btn-secondary.btn-transparent:hover, .btn-transparent.gform_button:hover {
  background-color: #d6a92f;
}
.btn.btn-small, .btn-small.gform_button {
  letter-spacing: .05rem;
  font-size: 70%;
}

/* == Call To Action Section Styles == */
.call-to-action {
  color: #fff;
  margin-top: 8rem;
  background-color: #2a1f37;
  text-align: center;
  font-family: "Roboto Slab", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #d6a92f;
}
.call-to-action:after, .call-to-action:before {
  content: '';
  height: 1.5rem;
  width: 100%;
  display: block;
  /* background URLs would be needed */
  background-size: cover !important;
  position: relative;
}
.call-to-action:before {
  top: -1.5rem;
  height: 1.5rem;
}
.call-to-action:after {
  bottom: -1.5rem;
  transform: scale(-1.2, -1.2);
}
@media (min-width: 992px) {
  .call-to-action .call-to-action__content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .call-to-action .btn, .call-to-action .gform_button {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .call-to-action h3 {
    font-size: 2.3rem;
  }
}
.call-to-action blockquote .blockquote-footer {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 1rem;
  color: #fff;
  font-size: 1rem;
}
.call-to-action figure {
  margin-top: 3rem;
}
.call-to-action h3 {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
}


/* == Hero Section Styles == */
.hero {
  overflow: hidden;
  position: relative;
}
.hero.hero--default {
  /* Specific default hero styles might exist but weren't detailed for this variation */
}
.hero.has-strike:after {
  content: '';
  height: 3rem;
  width: 100%;
  display: block;
  /* background URLs would be needed for the actual effect */
  background-size: cover !important;
  position: absolute;
  bottom: 0;
  transform: scale(1.2);
}
.hero .hero__image {
  height: 300px; /* Default height */
}
@media (min-width: 768px) {
  .hero .hero__image {
    height: 650px; /* Taller on larger screens */
  }
}

/* == Default Page Styles == */
.page--default {
  margin: 4rem 0;
}
.page--default .page__wrapper {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .page--default .page__wrapper {
    padding: 4rem;
  }
}
.page--default .page__header {
   /* May have specific styles, not detailed here */
}
.page--default .page__title {
  color: #d6a92f;
  font-family: "Roboto Slab", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  margin-bottom: 3rem;
}
.page--default .page__content {
   /* May have specific styles, not detailed here */
}

/* == Elementor Styles (basic) == */
.elementor-widget-container p {
    margin-bottom: 1rem; /* From Bootstrap defaults */
}
.elementor-widget-container p span {
    color: #ffffff; /* As defined inline */
}
.elementor-widget-container p span strong {
    font-weight: 700; /* From custom styles */
}

/* == Newsletters Section Styles == */
.newsletters {
  margin-top: 3rem;
}

.secondary {
  color: #d6a92f;
}

strong {
  font-weight: 700;
}

/* == Custom Card styles for the accordion == */
.card { /* Bootstrap base + custom overrides */
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #2a1f37; /* Custom default */
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.card .card-header {
  padding: 0; /* Custom override */
  margin-bottom: 0;
  background-color: #40364b; /* Custom default */
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card .card-header > a {
  padding: 0.75rem 1.25rem;
  display: block;
  color: #d6a92f; /* Custom link color */
}
.card a { /* General link color within cards */
  color: #d6a92f;
}

.card .card-link:after { /* Custom +/- indicator */
  content: "-";
  font-weight: 700;
  color: #d6a92f;
  top: 0;
  right: 1rem;
  position: absolute;
  margin-top: 5px;
}
.card .card-link.collapsed:after { /* Custom +/- indicator */
  content: "+";
}
.card h5 {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 0.5rem; /* Bootstrap default for h5 */
}
.card .card-block { /* Custom styles for the content area */
  padding: 1rem;
  color: #fff; /* Custom text color */
}
.card .card-block a {
  color: #fff; /* Custom link color inside block */
  border-bottom: 1px solid #fff;
}
.card .card-block a:hover {
  color: #d6a92f;
  border-color: #d6a92f;
}

.card + .card { /* Spacing between cards */
  margin-top: 1rem;
}


/* == Utility Classes == */
.has-background-image {
  background-size: cover !important;
  background-position: center !important;
}
.has-mask {
  position: relative;
}
.has-mask:before {
  content: "";
  background-color: rgba(25, 4, 43, 0.5); /* Semi-transparent overlay */
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/* == Base element styles affecting the snippets == */
body {
  color: #2a1f37; /* Default text color */
}
a {
  color: #d6a92f; /* Default link color */
  text-decoration: none;
  background-color: transparent;
  transition: all .5s ease-in-out;
}
a:hover {
  color: #9a791e;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}
h1 { font-size: 2.3rem; }
h2 { font-size: 2rem; }
h5 { font-size: 1.25rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* == Relevant Bootstrap styles == */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12 { /* Assuming xs breakpoint is 0 */
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0; /* Base Bootstrap */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  text-decoration: none;
}

.btn-secondary {
  color: #212529;
  background-color: #d6a92f;
  border-color: #d6a92f;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #ba9225;
  border-color: #af8923;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #2a1f37; /* Adjusted from #fff in original Bootstrap */
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0; /* Adjusted from 1rem in original Bootstrap */
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline li { /* Simplified from list-inline-item */
  display: inline-block;
}

.list-inline.d-flex {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}


.collapse { display: none; }
.collapse.show { display: block; }

.d-flex { display: flex !important; }
.flex-column { 
  flex-direction: column !important; 
  max-width: 100%;
}

@media (max-width: 991px) { 
  .flex-column { 
    flex-wrap: wrap;
    max-width: 100%;
  }
}

.justify-content-between { justify-content: space-between !important; }
.align-items-center { align-items: center !important; }

@media (min-width: 992px) {
  .flex-lg-row { flex-direction: row !important; }
  .justify-content-lg-center { justify-content: center !important; }
  .align-items-lg-end { align-items: flex-end !important; }
}

.d-none { display: none !important; }
@media (min-width: 992px) {
  .d-lg-block { display: block !important; }
}

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

/* MixItUp related class (likely for filtering/sorting) */
.mix {
  display: inline-block; /* Example, adjust as needed by MixItUp */
}

/* Add any other necessary base Bootstrap styles used implicitly (e.g., figure margins) */
figure {
  margin: 0 0 1rem;
}

.modal.show {
    display: block !important;
    background: #2a1f37;
}

.modal-open {
    overflow: hidden;
}

.gform-body ul {
	list-style: none;
  padding-left: 0;
}

.button.gform_button {
	background: #D7AA2D !important;
	border: 1px solid #D7AA2D !important;
}

.button.gform_button:hover {
	background: #fff !important;
	border: 1px solid #D7AA2D !important;
	color:  #D7AA2D !important;
}