/*!
Theme Name: indiamjoga
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: indiamjoga
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.

indiamjoga 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/
*/

@import url('https://fonts.googleapis.com/css2?family=Allura&family=Open+Sans:ital,wght@0,300;0,600;0,800;1,300&display=swap');

/*--------------------------------------------------------------
>>> 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
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {display: block; padding: 0;}
.home main {display: block; padding:2em 0;}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	text-align:center;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight:300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:300;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {margin: 0 0 1em 0;padding: 0 0 0 1.5em;}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {color: #e84d68; text-decoration:none;}
a:visited {}
a:hover, a:focus, a:active {}
a:focus,a:hover,a:active {outline: none;}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.menu-toggle-holder {position:absolute;top: 50%;left: 39px; transform: translateY(-50%); z-index:1;}
.menu-toggle, .main-navigation.toggled ul {display: block;}
.menu-toggle {position:relative; width: 40px;height: 22px;cursor: pointer;margin:0 auto;transition: all 1s;}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {position: absolute;height: 2px; width: 40px; transition: all .5s;}

.menu-toggle span {background:#e84d68;}
.menu-toggle.open span {background:white;}

.menu-toggle span:first-child {top: 2px;}
.menu-toggle span:nth-child(2) {top: 10px;}
.menu-toggle span:nth-child(3) {top: 10px;}
.menu-toggle span:nth-child(4) {top: 18px;}

.menu-toggle.open span:nth-child(2) {transform: rotate(30deg);}
.menu-toggle.open span:nth-child(3) {transform: rotate(-30deg);}
.menu-toggle.open span:nth-child(1), .menu-toggle.open span:nth-child(4) {opacity:0;}
.main-navigation {position:fixed; top:0;display: flex; flex-flow:column; align-items:center;width: 100%; justify-content: center;/*transition: all 1st;*/}
.main-navigation.open {opacity:1; background: rgba(232,77,104,.9);min-height:100vh;}
.main-navigation.primary-menu {opacity:0; /*transition: all .5s;*/}
.main-navigation.ope .primary-menu {opacity:1;}
.main-navigation ul {display:none; opacity:0;/*transition: all 1s;*/ list-style:none;}
.main-navigation.open ul {display:flex; opacity:1; flex-flow:column; text-align:center; margin:0; padding:0; }
.main-navigation a {color:white;}

.main-navigation ul li a {text-transform:uppercase; font-size:1.5rem; }
.main-navigation.open .sub-menu {display:none}
.main-navigation .sub-menu li a {text-transform:none; font-size: 1rem;}

.nav-click {margin-left:1em; cursor:pointer; color:white;}
.nav-click.rotated i {transform: rotate(180deg);}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post, .page {margin: 0;}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {/*rtl:ignore*/float: left;/*rtl:ignore*/margin-right: 1.5em;margin-bottom: 1.5em;}
.alignright {/*rtl:ignore*/float: right;/*rtl:ignore*/margin-left: 1.5em;margin-bottom: 1.5em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;margin-bottom: 1.5em;}

/* Egyedi */

.site-header {position: sticky;top: 0px;z-index: 2;background: rgba(255,255,255,1);}
.custom-logo {max-width: 200px !important; transition: all 1s; margin:1em auto;}
.site-header.sticky {background: rgba(255,255,255,.8);}
.site-header.sticky .custom-logo {max-width: 200px !important;}

.index-slider {border-bottom:4px solid #e84d68;}

.container {max-width: 1540px;margin: 0 auto;width: 100%;display: flex;justify-content: center; align-items: center;position: relative;}

.blog .bodri .container, .archive .container.bandi {flex-wrap:wrap; align-items:start; }
.blog .bodri .container > article, .archive .container.bandi > article {width:100%; padding:0 1em; background:rgba(0,0,0,0.05);margin-bottom:1em; }
.blog .bodri .container > article .post-thumbnail,  .archive .container.bandi > article .post-thumbnail {margin: 0 -1em;}
.blog .bodri .container > article .post-thumbnail img, .archive .container.bandi > article .post-thumbnail img {width:100%; aspect-ratio: 3/2; object-fit: cover;border-bottom:4px solid #e84d68; display:block;}
.blog .bodri .container > article .entry-header,  .archive .container.bandi > article .entry-header {padding: 1em 3% 0 3%;}
.blog .bodri .container > article .entry-content,  .archive .container.bandi > article .entry-content {padding:0 3%;}


.site-footer {background:#7e7e7e;border-top:10px solid #e84d68; color:white;}
.site-footer .container {align-items:start; column-gap:3%; flex-flow:column;}
.site-footer > div {max-width: 1540px;margin: auto; padding: .5em;}
.site-footer .container > div {width:100%; padding:2rem;}
.site-footer H2 {font-weight:600;}
.site-footer H2, .site-footer li {text-align:left;}
.site-footer > div table {text-align: center;}

.entry-content {max-width: 1200px;margin: 0 auto;padding:0 3%;}
.home .entry-content {max-width:1540px; padding:0;}
.single .entry-content {padding-top:1rem;}
.single .entry-content, .single .entry-header, .post-navigation {max-width:1000px;margin: 0 auto;}
.entry-header {padding: 0 3%;}
.post-navigation {padding:0 3% 1rem 3%;}
.post-navigation .nav-subtitle {color:black;}
.home .post-thumbnail {display:none;}
.blog .posts-navigation {width: 100%;margin: 1rem auto;}
.blog .entry-header .entry-title, .archive .entry-header .entry-title {text-align: center;line-height: 1.25em;margin: 0;}

/* WP naptár */
#wp-calendar caption {text-align:left; font-weight: 600;padding: 0 0 1em 0;}
#wp-calendar th {background:#e6e6e6; font-weight: 600;}
#wp-calendar th, #wp-calendar td {color:black; padding: .375em 0; transition:1s ease all;}
#wp-calendar .eo-before-month {background:#7e7e7e}
#wp-calendar td.eo-after-month {background:#7e7e7e;}
#wp-calendar .today, #wp-calendar .event:hover {background:#e84d68; color:white;}
#wp-calendar .today a {color:white;}
#wp-calendar .event:hover a, #eo-widget-next-month a, #eo-widget-prev-month a {color:white;}
#eo-widget-next-month {text-align:right;}
#eo-widget-prev-month {text-align:left;}
#wp-calendar .eo-future-date {background:#f0f0f0}
#wp-calendar td.eo-past-date {background:#f0f0f0;}
/*#wp-calendar .event:hover {background:#e84d68; color:white;}*/
.eo-event-date {text-align:center;}
.eo-event-thumbnail {float:none !important; margin:1em auto;}
.eo-event-meta {list-style: none;margin: 0 !important;padding: 0;}

/* WP Eseménylista */

.eo-events.eo-events-widget {list-style: none;padding: 0;}
.eo-events.eo-events-widget li a {color:white; font-weight:600; display:block;}

.event-template-default.single.single-event .post-thumbnail img, .archive .post-thumbnail img, .page .post-thumbnail img {width:100%; aspect-ratio: 5/2;object-fit: cover;}

.site-info {font-size:.875em; text-align:center;
	a {color:white;}
}

DIV[class^="index-two-text"] {text-align:center; margin: auto; width:100%; max-width:1540px;}
h1, DIV[class^="index-two-text"] h2, h2.index-two-text, .post-password-form:before {font-family: 'Allura', cursive; font-size:3.75rem; margin:1rem auto; line-height:4rem;}
#index-two-text-3 {margin:4em auto 2em auto;}
/*h1:before, DIV[class^="index-two-text"] h2:before {display:block; font-family: 'Open Sans', sans-serif; content:"INdIAMYOGA"; font-weight:300;color: #e84d68;font-size:2rem;line-height: 3rem;}*/
.index-two-content {padding:0 2em 2em 2em;}
.index-two-content + p {margin-top:0;}
.index-two-holder img {text-align:center; max-width:300px;}
.index-two-holder h2 {/*position:absolute; left:0; right:auto; bottom:0; margin:0; */color:#e84d68; font-size:2,5rem;font-weight:900; line-height:53px; /*padding-left:6px; z-index:1;*/}
.two-img p {margin-bottom:0;}
.index-two-holder {display:flex; justify-content: center; flex-flow:column; column-gap:5%; text-align:center; max-width: 1540px; margin:2em auto;}
.index-two-holder > div {border-bottom:4px solid #e84d68;}
.index-two-holder a {}
.button-01 {background: white;  z-index: 1; font-size: 1.25rem; display: inline-block; border: 1px solid #e84d68; line-height: 58px; padding: 0 2rem; font-weight: 600; text-transform: uppercase; position: relative; text-align: center; transition:1s ease all;}
.button-01:hover{background: #e84d68; color: white;}
.button-01:hover a {color: white;}

.dobozok {}

.index-two-holder > DIV {width:100%;}

.four-block {display: flex; justify-content: center; flex-wrap:wrap; margin:5em auto; max-width:1540px;}
.four, .four > DIV {display:flex;}
.four {flex-flow:column;background:#f2f2f2; transition: ease all 1s;}
.four {min-width:100%; width:100%;}
.four:hover  {background:#e84d68;}
.four img {width:100%;}

.four > DIV:nth-child(2) {display:block; /*text-align: center;*/}
.four > DIV:nth-child(2) h2 {font-weight:600; font-size:2rem;color:#e84d68; text-transform:uppercase;position: relative;
z-index: 1;}
.four:hover > DIV, .four:hover > DIV p a, .four:hover > DIV:nth-child(2) h2, .four:hover > DIV:nth-child(2) p {color:white;}
.four > DIV:nth-child(2) p {text-transform:uppercase; padding: 0 50px;font-size: .8775em; line-height: 1.125em;}
.four > DIV h2:after {content:""; display:block; background:#e84d68; height:4px; width:100%;}
.four > DIV {position:relative;}
.four:hover h2:after { background:white;}
.four .button-01:hover {background: #e84d68; color:white; border-color: white;}
.four > DIV > DIV {text-align: center; margin: 30px auto;}
.four > DIV .button-01 {margin-bottom:1em,}
.ribbon {position:relative;}
.ribbon:before {display:block; position:absolute; content:""; background:url(/wp-content/uploads/2023/07/yellow_ribbon.png) center no-repeat; background-size:cover; width:50px; height:82px; top:-34px; left:0px;}

/*.four h2, .four p {text-align:left;}
.four h2 { margin-left: 50px;}
.four > DIV h2:after {margin-right: -50px;}*/


/*.four-block .four:nth-child(4n-3) h2, .four-block .four:nth-child(4n-2) h2,
.four-block .four:nth-child(4n-3) p, .four-block .four:nth-child(4n-2) p {margin-right: 50px;}*/
/*.four-block .four:nth-child(4n-3) > DIV h2:after, .four-block .four:nth-child(4n-2) > DIV h2:after {margin-left: -50px;}*/


div.wpforms-container-full button.button-01[type="submit"]:not(:hover):not(:active) {background-color: #e84d68 !important;  font-size: 1.25rem; border: 1px solid #e84d68 !important; padding: 0 2rem; font-weight: 600; text-transform: uppercase; box-shadow:none !important; }
div.wpforms-container-full button.button-01[type="submit"]:hover,
div.wpforms-container-full button.button-01[type="submit"]:active {background-color: white !important;background: white !important; color:#e84d68 !important; font-size: 1.25rem; border: 1px solid #e84d68 !important; padding: 0 2rem; font-weight: 600; box-shadow:none !important;}
div.wpforms-container-full button[type=submit]:focus:after {display:none;}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {text-align: center;}


.dobozkak {display:flex; flex-wrap:wrap; justify-content:center;}
.dobozkak > .doboz {display:flex; flex-flow:column;text-align:center; margin-bottom:1em; }
/*.doboz > DIV:nth-child(2) {background:rgba(0,0,0,0.05); padding:2% 2% 50px 2%;}
.doboz h2 {color:#e84d68;}
.doboz h2, .doboz p {margin: 0  auto;}*/
.dobozkak > DIV img {border-bottom:4px solid #e84d68; display:block;}
/*.doboz > DIV:nth-child(2) + p {margin-top: -30px;}
.doboz > DIV {width:100%;}*/
/* accordion */

.accordion {margin: auto; max-width:770px;}
.accordion .content {display:none; padding: 1em 4em 1em 0em; position:relative;border-bottom:1px solid rgba(0,0,0,.1);}
.accordion .content:after, .accordion h3:after {content:""; display:block; position:absolute; top:0; right:0; width:40px;  height:100%; background:#e84d68; z-index:-1;}
.accordion h3 {position:relative; display: flex;justify-content: space-between;cursor:pointer; transition:1s ease all; padding: .5em; margin-bottom:0 !important; font-weight:600; margin-top:0;border-bottom:1px solid #e5e5e5;}
.accordion h3 i { transition:1s ease all; color:white;}
.accordion h3.rotated {color:#e84d68; border-bottom:1px solid #e5e5e5; }
.accordion h3:not(.rotated) {border:none;}
.accordion h3.rotated i {transform:rotate(180deg); color:#e84d68;}
.accordion h3.rotated:after {background:none;}

/* testimonial */
.sp-testimonial-free-wrapper {padding: 2rem 0; background:#e84d68;}
#sp-testimonial-free-wrapper-81 .sp-testimonial-free-section .sp-testimonial-client-testimonial, 
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {margin-bottom:0 !important;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p:before {content:open-quote}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p:after {content:close-quote}
#sp-testimonial-free-wrapper-81 .sp-testimonial-free-section .sp-testimonial-client-name {margin:0;font-size:80%;}
#sp-testimonial-free-wrapper-81 .sp-testimonial-free-section .sp-testimonial-client-testimonial,
#sp-testimonial-free-wrapper-81 .sp-testimonial-free-section .sp-testimonial-client-name {color:white; font-weight:300;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p{font-style:italic;}
.sp-testimonial-free-section .testimonial-nav-arrow {transform: translateY(0) !important;}
.swiper-wrapper {align-items: center;}

#reservation-container > iframe {border: 1px solid rgba(0,0,0,0.1) !important;}

img.border {border-bottom:10px solid #e84d68;}
.img-300 {max-width:300px;}
.img-400 {max-width:400px;}
.img-500 {max-width:500px;}
.img-600 {max-width:600px;}
.img-left, .img-right {display:block;}
.img-left {margin: 0 auto 1em auto;}
.img-right {margin: 0 auto 1em auto;}

/* 404 ERROR */

.error404 .page-content {display:flex; flex-flow:column; justify-content:center; align-items:center; min-height:20vh;}
.error404 .page-content h2 {color:#e84d68; margin:0;}

/* WP FORM */
div.wpforms-container-full input[type=date]:focus,
div.wpforms-container-full input[type=datetime]:focus,
div.wpforms-container-full input[type=datetime-local]:focus,
div.wpforms-container-full input[type=email]:focus,
div.wpforms-container-full input[type=month]:focus,
div.wpforms-container-full input[type=number]:focus,
div.wpforms-container-full input[type=password]:focus,
div.wpforms-container-full input[type=range]:focus,
div.wpforms-container-full input[type=search]:focus,
div.wpforms-container-full input[type=tel]:focus,
div.wpforms-container-full input[type=text]:focus,
div.wpforms-container-full input[type=time]:focus,
div.wpforms-container-full input[type=url]:focus,
div.wpforms-container-full input[type=week]:focus,
div.wpforms-container-full select:focus,
div.wpforms-container-full textarea:focus {border:1px solid #e84d68 !important;box-shadow:none !important;outline:none}
.hidden {display:none;}

.w-150 {max-width:150px; height:auto;}
.w-100 {max-width:200px; height:auto;}
.w-150 {max-width:250px; height:auto;}
.w-300 {max-width:300px; height:auto;}
.w-350 {max-width:350px; height:auto;}
.w-400 {max-width:400px; height:auto;}
.w-450 {max-width:450px; height:auto;}
.w-600 {max-width:500px; height:auto;}
.w-650 {max-width:550px; height:auto;}
.w-600 {max-width:600px; height:auto;}

.h-300 {max-height:300px; width:auto;}
.h-350 {max-height:350px; width:auto;}
.h-400 {max-height:400px; width:auto;}
.h-450 {max-height:450px; width:auto;}
.h-500 {max-height:500px; width:auto;}
.h-550 {max-height:550px; width:auto;}
.h-600 {max-height:600px; width:auto;}

img[class^="n-"] {aspect-ratio: 1/1; object-fit: cover;}
.n-300 {max-width:300px; max-height:300px;}
.n-400 {max-width:500px; max-height:400px;}
.n-500 {max-width:500px; max-height:500px;}
.n-600 {max-width:600px; max-height:600px;}

.mc4wp-form-fields input[type=text],
.mc4wp-form-fields input[type=email]{
	width:100%;
	margin-block:.5rem;
	color:black;

	&:focus {
		outline:none;
	}
}

.mc4wp-form-fields input[type=submit] {
	color: white;
	background: #e84d68;
	border:1px solid #e84d68;
	display: inline-block;
	cursor:pointer;
	font-weight:600;
	transition: all 1s;

	&:hover {
		background: white;
		color: #e84d68;
	}
}

.pp {color:white; font-weight:600}

.dobozok > DIV, .doboz > DIV {display:flex; flex-wrap:wrap;justify-content: center;}
.doboz {width:100%; background: #f2f2f2; transition: ease all 1s;
	&:hover {background: #e84d68;}
	&:hover h2, &:hover p {color:white;}
}
.doboz > DIV {flex-flow:column; text-align:center;}
.doboz > DIV > * {align-self:center; width: 100%;}
.doboz > DIV > .wp-block-group {padding-inline: 2.5%;}
.doboz > DIV img {width: 100%; aspect-ratio: 1; object-fit:cover; transition: border-radius 0.5s;}

.doboz a {background: white;
  z-index: 1;
  font-size: 1.25rem;
  display: inline-block;
  border: 1px solid #e84d68;
  line-height: 58px;
  padding: 0 2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: 1s ease all;}
.doboz a:hover {background: #e84d68;
  color: white;
  border-color: white;}
.doboz h2 {font-weight: 600;
  font-size: clamp(1rem 1ve 1.75rem);
	line-height:1.2;
  color: #e84d68;
  text-transform: uppercase;}

.custom-password-form {
	text-align: center;
  min-height: 40vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media all and (min-width:640px) {
.four {flex-flow:row;min-width:50%}
.four > DIV {width:50%; min-width:50%;}
.four img {aspect-ratio: 1/1; object-fit: cover;}
.site-footer .container {flex-flow:row; }
.site-footer .container > div {width:50%; }
.four > DIV .button-01 {position:absolute; bottom:50px; left: 50%; transform: translate(-50%); margin:0; width: max-content;}
.img-left {float:left;margin: 0 2em 1em 0;}
.img-right {float:right;margin: 0 0 1em 2em;}
	
.doboz > DIV {flex-flow:row;}
.doboz > DIV > * {width:50%;}
}

@media all and (min-width:640px) and (max-width:999px) {
	.four-block .four:nth-child(even) h2 {margin-left: 50px; margin-right:-50px;}
.four-block .four:nth-child(odd) h2 { margin-left:-50px;margin-right:50px; text-align:right;}
.four-block .four:nth-child(odd) p {text-align:right;}
	.four-block .four:nth-child(even) {flex-flow: row-reverse;}
	
.doboz:nth-child(n) > DIV:hover img {border-radius:0 50% 50% 0;}
.doboz:nth-child(even) > DIV {flex-flow: row-reverse;
 &:hover img {border-radius:50% 0 0 50%;}
	}
}

@media all and (max-width:999px) {
.four-block .four:nth-child(even) h2 {margin-left: 50px;}
.four-block .four:nth-child(odd) h2 {margin-right:50px; text-align:right;}
.four-block .four:nth-child(odd) p {text-align:right;}
}

@media all and (min-width:1000px) {
.custom-logo {max-width: 400px !important;transition: all 1s;}
.four, .four > DIV {width:50%;}
.four {flex-flow:row;}
.four-block .four:nth-child(4n-1),
.four-block .four:nth-child(4n)
{flex-flow: row-reverse;}
.four > DIV .button-01 {position:absolute; bottom:50px; left: 50%; transform: translate(-50%); margin:0;}
.blog .bodri .container, .archive .container.bandi {column-gap: 3%;}
.blog .bodri .container > article, .archive .container.bandi > article {width:33%;}
.index-two-holder {flex-flow:row;}
.index-two-holder > DIV {width:50%;}
.four-block .four:nth-child(4n) h2, .four-block .four:nth-child(4n-1) h2
{margin-left: 50px; margin-right:-50px;}
	
.four-block .four:nth-child(4n-3) h2, .four-block .four:nth-child(4n-2) h2
{ margin-left:-50px;margin-right:50px; text-align:right;}
.four-block .four:nth-child(4n-3) p, .four-block .four:nth-child(4n-2) p
 {text-align:right;}
.ribbon:before {left:-25px;}

.doboz {width:50%;}
.doboz:nth-child(4n-1) > DIV,
.doboz:nth-child(4n) > DIV
{flex-flow: row-reverse;}

.doboz:nth-child(2n) > DIV:hover img,
.doboz:nth-child(n) > DIV:hover img {border-radius:0 50% 50% 0; position:relative;}

.doboz:nth-child(4n-1) > DIV:hover img,
.doboz:nth-child(4n) > DIV:hover img {border-radius: 50% 0 0 50%; position:relative;}
}

@media all and (min-width:1200px) {
.blog .bodri .container > article, .archive .container.bandi > article {width:20%;}
.event-template-default.single.single-event .post-thumbnail img, .archive .post-thumbnail img, .page .post-thumbnail img { aspect-ratio: 4/1;}
}