/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Fonts */
@font-face {
  font-family: "Conv_GOTHAM-BOLD";
  src: url("/wp-content/uploads/2024/05/Gotham-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_GOTHAM-BOOK";
  src: url("/wp-content/uploads/2024/05/Gotham-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_GOTHAM-LIGHT";
  src: url("/wp-content/uploads/2024/05/Gotham-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* Alapok */
.entry-header,
.site-content {
  word-wrap: normal;
}

a {
  text-decoration: none;
}

.mb-30 {
  margin-bottom: 30px;
}

img {
  width: 100%;
  height: auto;
}

/* .wp-block-buttons .wp-block-button a {
  border-radius: 15px;
  padding: 12px 37px;
} */

.justify {
  text-align: justify;
}

.absolute {
  position: absolute;
}

.divider {
  margin: 0 auto;
  width: 150px;
}

.gb-container.linked-container .gb-inside-container {
  position: relative;
}
.gb-container.linked-container a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

header {
  border-bottom: 3px solid var(--zold);
}

.hatter-tomb {
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: rgba(161, 132, 105, 0.2);
  right: 10%;
  transform: skewX(25deg);
  width: 300px;
}
.hatter-cont-tomb {
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: rgba(161, 132, 105, 0.2);
  right: 10.3%;
  transform: skewX(-25deg);
  width: 300px;
}

.index-form .form-col form .nf-form-fields-required {
  display: none;
}
.index-form .form-col form label {
  color: var(--contrast-2);
  font-size: 15px;
}
.index-form .form-col form textarea {
  height: 100px;
}
.index-form .form-col form label .ninja-forms-req-symbol {
  display: none;
}
.index-form .form-col form .gdpr label {
  z-index: 99;
}
.index-form .form-col form .gdpr label a {
  color: var(--contrast);
}
.index-form .form-col form .kuldes {
  text-align: center;
}
.index-form .form-col form .kuldes input {
  padding: 13px 40px;
  background-color: var(--accent);
  font-weight: 700;
  font-size: 17px;
  border-radius: 8px;
}
.index-form .form-col form .kuldes input:hover {
  color: white;
  background-color: #16a329;
}
