/*!
Theme Name: mascha
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mascha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mascha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
.page-69 .events__g_title{
	display:none;
}
.eventanfergaent__description{
	position: relative;
    margin-top: -25px;
    margin-bottom: 50px;
}
.predplata{
	font-size: 10px;
    line-height: 1.2;
    color: #333;
}
#section-2, #section-3, #section-4{
	height:auto;
}
.product__sertificat{
	 display: flex;
    flex-direction: column;
    gap: 10px;
	margin:30px 0 15px 0;
    padding: 15px;
	text-align:left;

}
.product__sertificat button, .product__sertificat a{
	max-width: 180px;
	font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #f99c1b;
    color: #fff;
    border: solid 2px #f99c1b;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.4s 
ease;
}
.gallery-hidden {
  display: none;
}
.show-more-btn {
  display: inline-block;
  margin: 20px auto 0;
  padding: 10px 25px;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.show-more-btn:hover {
  background: #333;
}
.woocommerce-Price-amount{
	margin-left:10px;
}

.figure-classic img{
   object-fit: cover;
	height:295px;
}
.event__img img{
	width:100%;
	height: 295px;
	object-fit: cover;
}
@media only screen and (max-width: 992px) {

	#section-3{
		display: flex;
    	flex-direction: column;
	}
	#section-3 .section-fullpage-title{
		order:1;
	}
	#section-3 .section-fullpage-inner{
		order:3;
	}
	#section-3 .parallax-scene{
		order:2;
	}

	#section-1 h3 {
		letter-spacing: 0;
		font-size: 30px;
		line-height: 1;
		text-align: left;
		text-transform: none;
	}
	#section-1 h6{
		letter-spacing: 0;
		text-align: left; 
		text-transform: none;
	}
	.figure-classic img{
		height: 250px;
	} 
	#section-1{
		display: flex;
    	flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 480px) {
	#section-1 h3 {
		max-width:320px;
	}
	.event__img{
		text-align:center;
	}
	.event__img img{
		width:255px;
		height: 255px;
		object-fit: cover;
	}
	.figure-classic img{
		height: 140px;
	} 
	.mobile .figure-classic img, .tablet .figure-classic img{
		opacity:1;
	}
	#section-1 .parallax-scene-item-1{
		width:100%;
	}
}