/*
 Theme Name:   Magyar minimalista
 Description:  magyar minimalista sablon (gp child)
 Author:       Hollósy Réka
 Template:     generatepress
 Version:      1.0.0
*/

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #474754;
}

/* Fontok - Geist (Javított elérési út a valós mappa névvel) */

/* FONT-FACE LISTA - Magyar Minimalista Child Theme
  Font: Geist (latin & latin-ext)
  Mappa: /wp-content/themes/magyar_minimalista_ch/fonts/
*/

/* geist-100 */
@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/geist-v4-latin_latin-ext-100.woff2') format('woff2');
}

/* geist-200 */
@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/geist-v4-latin_latin-ext-200.woff2') format('woff2');
}

/* geist-300 */
@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/geist-v4-latin_latin-ext-300.woff2') format('woff2');
}

/* geist-regular (400) */
@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/geist-v4-latin_latin-ext-regular.woff2') format('woff2');
}

/* geist-500 */
@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/geist-v4-latin_latin-ext-500.woff2') format('woff2');
}

/* geist-600 */
@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/geist-v4-latin_latin-ext-600.woff2') format('woff2');
}

/* geist-700 */
@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/geist-v4-latin_latin-ext-700.woff2') format('woff2');
}

/* geist-800 */
@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/geist-v4-latin_latin-ext-800.woff2') format('woff2');
}

/* geist-900 */
@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/geist-v4-latin_latin-ext-900.woff2') format('woff2');
}

.single-post .container{
  width: 100%!important;
  margin: 0!important;
  max-width: 100%!important;
}
.single-post .inside-article{
  width: 100%!important;
  margin: 0!important;
  max-width: 100%!important;
  padding: 0px!important;
}

.single-post .dynamic-entry-content h2{
  padding-top: 50px!important;
  padding-bottom: 20px !important;
  color:#b7826d;
}

.single-post figure{
  padding-top: 20px!important;
  padding-bottom: 20px !important;
}

.single-post .wp-element-caption{
  font-size: 16px;
  text-align: left;
}

.single-post .wp-block-quote{
  background: #474752!important;
  color:white!important;
  padding: 40px!important;
  border-radius:10px;
  margin-bottom: 80px!important;
}

.single-post .dynamic-entry-content{
  padding-bottom: 120px!important;
}