/*
	Theme Name: Hello Child Elementor by Solorio Designs
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Child Elementor by Solorio Designs
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
  Template:   hello-elementor
	Version: 1.0.3
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */




.site-header, .site-footer, .page-header {
	display: none !important;
}



/* TREE SECTION CSS */

.video-card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.video-card video {
  width: 500px;
  height: 670px;
  object-fit: cover;
  border: none;
  border-radius: 0;
}


@media (max-width: 1040px) {
  .video-card video {
    width: auto;
    height: 480px;
  }
}

@media (max-width: 768px) {
  .video-card video {
    width: 100%;
    height: 400px;
  }
}




/* OUR LANSCAPE RIGHT COLUMN IMAGE WRAPPER */
@media (max-width: 768px) {
	.elementor-element-1c52878 {
		width: 100%;
	}
}




/* GALLERY SECTION CSS */

.gallery-filter-wrapper {
  text-align: center;
  margin: 20px 0;
}

.gallery-filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 50px;
}

.filter-btn {
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  background: #EAEAEA;
  color: #3E704D;
  font-size: 14px;
  font-weight: 600;
	text-transform: capitalize;
  transition: background 0.3s ease;
}

.filter-btn:hover,
.filter-btn:active {
  background: #EAEAEA;
  color: #3E704D;
}

.filter-btn.active {
  background: #3E704D;
  color: #fff;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  flex: 1 1 calc(25% - 10px);
  max-width: calc(25% - 10px);
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media (max-width: 1040px) {
	.gallery-item {
		flex: 1 1 calc(33.333% - 10px);
		max-width: calc(33.333% - 10px);
	}
	.gallery-filter-buttons {
		margin-bottom: 30px;
	}
	.gallery-item img {
	  height: 100% !important;
	}
}

@media (max-width: 768px) {
	.gallery-item {
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	.gallery-filter-buttons {
		margin-bottom: 20px;
	}
	.gallery-item img {
	  height: 100% !important;
	}
}
