/*!
Theme Name: Jó hogy vagy
Theme URI: http://underscores.me/
Author: Gábor
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: johogyvagy
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.

Jó hogy vagy 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
	 ========================================================================== */

/**
 * 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;
    font-family: 'Montserrat', 'Arial Narrow', Arial, sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

.gardient_bg {
    position: relative;
    background: rgb(77,113,170);
background: linear-gradient(90deg, rgba(77,113,170,1) 0%, rgba(77,113,170,1) 8%, rgba(34,56,129,1) 53%, rgba(29,69,138,1) 87%, rgba(77,113,170,1) 100%);
}
.content_logo {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: url(img/content_logo.png) no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    z-index: 999999;
}
.gorbe {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 4px solid #dbba5e;
}
.card-cim {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0;
    color: #dbba5e;
}
.korkep {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.clickzone {
    position: relative;
    width: auto;
    margin: 20px 10px;
}
.alairas {
    font-weight: bold;
}
.btn-primary {
    background: rgb(223,206,140);
    background: linear-gradient(90deg, rgba(223,206,140,1) 0%, rgba(152,125,52,1) 29%, rgba(227,208,135,1) 100%);
    border-color: none;
    color: white!important;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 15px 40px;
}
.btn-dark {
    background: #000000;
    border-color: none;
    color: white!important;
    font-style: italic;
    font-family: "Playfair Display", Sans-serif;
    border-radius: 0;
    padding: 5px 40px;
}
.hirek_datum {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: rgb(3,162,224);
    background: linear-gradient(180deg, rgba(3,162,224,1) 0%, rgba(16,175,212,1) 50%, rgba(21,187,195,1) 100%);
    color: white;
    width: 125px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
h1, h2, h3 {
    font-family: "Playfair Display", Sans-serif;
}
h1 {
    font-size: 52px;
    font-weight: 900;
    color: #B9A86C;
}
h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #000000;
}
h2 a {
    color: #000000!important;
    text-decoration: none;
}
h3 a {
    color: #000000; 
}

.egyedi_meret h2 {
    font-size: 24px!important;
}

.custom-field-wrapper {
    color: #42b5ed;
    font-weight: 500;
}
.regisztracio_gomb {
    color: rgb(3,162,224)!important;
    text-decoration: none;
}
.wp-block-calendar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
    border-left: 8px solid #c79201;
    padding: 20px 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.31); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.31);
    margin: 0 0 20px 0;
}

.tribe-compatibility-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
    border-left: 8px solid #c79201;
    padding: 20px 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.31); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.31);
    margin: 0 0 20px 0;
}

.wp-block-calendar td,
.wp-block-calendar th {
    padding: 8px; /* opcionális, hogy jobban illeszkedjen a kör alakú sarokhoz */
}

.wp-block-calendar th {
    background-color: #f2f2f2; /* opcionális, hogy jobban láthatóvá tegye a fejlécet */
}
.tribe-events-view {
    background: #ffffff;
}
.narancs {
    background: #c79201;
    color: #ffffff;
    line-height: 26px;

}
.datum_day_size {
    font-size: 40px;
}
.borderleft {
    border-left: 1px solid black;
}
.cimmezo h2 a {
    color: #B9A86C!important;
    font-family: "Playfair Display", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-transform: none!important;
}