/*
Theme Name: VanGog
Theme URI: 
Author: Wave-it
Author URI: https://wave-it.ru/ru
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vangog
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.language_dropdown {
    position: absolute;
    z-index: 999;
    padding: 15px 0;
}


.wpcf7 form.sent .wpcf7-response-output {
	border: none !important;
	color: #aa8e72;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
}

.view-more-btn {
	    padding: 20px;
    border-radius: 5px;
    color: black;
    margin-top: 30px;
    display: block;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    background: #aa8e72;
    width: max-content;
	font-size: 14px;
}

.reviews_cards_wrapper {
	margin-bottom: 30px;
}

.header_switcher_wrapper .phone_number_switcher {
    display: grid !important;
}
:root {
  --main-oxra: #aa8e72;
  --primary-white: #ffffff;
  --primary-padding: 5.556vw;
  --site-black: #191919;
  --site-secondary-black: #121212;
  --site-black-lighter: #1e1e1e;
  --link_white: rgba(255, 255, 255, 0.65);
}

.page-gallery,
.page-video {
  background-color: var(--site-black-lighter);
  padding-block: 3rem;
}

.gallery-title-wrapper {
  display: block;
}
.gallery-title-wrapper h1 {
  color: var(--main-oxra);
  font-family: "Inter";
  text-align: center;
  line-height: 120%;
}

.gallery-img-wrapper img {
  width: 100%;
  height: 100%;
}

.gallery-img-wrapper {
  width: 290px;
  height: 250px;
  overflow: hidden;
}

.gallery-container {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
  justify-items: center;
}

.load-more-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.load-more-btn-wrapper button {
  border: 0.0625rem solid var(--main-oxra);
  border-radius: 0.313rem;
  padding: 1.25rem 2.688rem;
  width: 100%;
  min-width: 10.438rem;
  max-width: max-content;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: var(--site-secondary-black);
  background-color: var(--main-oxra);
  transition: 0.3s;
  margin-top: 3rem;
}
.load-more-btn-wrapper button:hover {
  scale: 0.9;
}

.videoes-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.videoes-wrapper {
  padding-block: 3rem;
}

.videoes-wrapper video {
  max-width: 250px;
  height: 250px;
  width: 250px;
  object-fit: cover;
}

/* price table styles */

.pricelist-section {
  padding-block: 3rem;
  background-color: var(--site-secondary-black);
}

.pricelist-title-wrapper.title-wrapper {
    color: var(--primary-white);
}
.navigation {
  display: flex;
  gap: 30px;
  border-bottom: 2px solid #e0e0e0;
  min-width: 700px;
}

.nav-item {
  padding: 10px 0;
  color: var(--primary-white);
  cursor: pointer;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.nav-item:hover {
  color: var(--main-oxra);
}

.nav-item.active {
  color: var(--main-oxra);
  border-bottom-color: var(--main-oxra);
  font-weight: 500;
}

.table-header {
  margin-top: 32px;
  margin-bottom: 24px;
  overflow-x: auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 850px;
}

.price-table th {
  background: var(--main-oxra);
  color: white;
  padding: 15px 12px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.price-table th:first-child {
  text-align: left;
  padding-left: 20px;
  width: 30%;
}

.price-table th:last-child {
  border-right: none;
}

.price-table td {
  padding: 12px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  text-align: center;
  font-size: 14px;
  color: var(--primary-white);
}

.price-table td:first-child {
  text-align: left;
  padding-left: 20px;
  font-weight: 500;
  color: var(--primary-white);
  font-weight: bold;
  background: var(--site-secondary-black);
}

.price-table td:last-child {
  border-right: none;
}

.price-table tr:nth-child(even) td:not(:first-child) {
  background: rgba(139, 107, 148, 0.03);
}

.book-btn {
  background: var(--main-oxra);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.book-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(139, 107, 148, 0.3);
}

.book-btn:active {
  transform: translateY(0);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  overflow-x: auto;
	min-height: 425px;
}

.empty-cell {
  background: rgba(139, 107, 148, 0.05) !important;
}

@media (max-width: 768px) {
  .navigation {
    gap: 30px;
  }

  .nav-item {
    font-size: 13px;
  }

  .price-table {
    font-size: 12px;
  }

  .price-table th,
  .price-table td {
    padding: 8px 6px;
  }

  .book-btn {
    padding: 6px 12px;
    font-size: 11px;
  }
}
/* price table styles */
@media (max-width: 320px) {
  .gallery-container {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .gallery-img-wrapper {
    width: 100%;
  }
}
