/*!
Theme Name: orvosokatisztanlatasert
Theme URI: http://underscores.me/
Author: PixLand Media
Author URI: http://pixlandmedia.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: orvosokatisztanlatasert
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 with others.

orvosokatisztanlatasert is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@200;300;400;700&display=swap");
/*--------------------------------------------------------------
# 3d party modules
--------------------------------------------------------------*/
@import url(bower_components/aos/dist/aos.css);
@import url(bower_components/slick-carousel/slick/slick.css);
@import url(bower_components/slick-carousel/slick/slick-theme.css);
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  font-size: 62.5%; }

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

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

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

/**
 * 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;
  /* 1 */
  font-size: 1rem;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  font-size: 1rem;
  /* 2 */ }

/**
 * 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.25rem; }

sup {
  top: -0.5rem; }

/* 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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.35rem 0.75rem 0.625rem; }

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #1C1C1C;
  font-family: "Poppins", sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Playfair Display", serif;
  text-transform: uppercase; }

h1 {
  font-size: 3rem;
  line-height: 3.7rem; }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 4rem;
      line-height: 4.8rem; } }
h2 {
  font-size: 2.5rem;
  line-height: 3rem; }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 3rem;
      line-height: 3.5rem; } }
p {
  margin-bottom: 1.5rem; }

a {
  text-decoration: none; }

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

blockquote {
  margin: 0 1.5rem; }

address {
  margin: 0 0 1.5rem; }

pre {
  background: #f4f5f6;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 25.6px;
  font-size: 1.6rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  width: 100%;
  overflow-x: hidden; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #f1f1f1;
  /* Fallback for when there is no custom background color defined. */
  height: 100%;
  margin: 0; }

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

ul, ol {
  margin: 0 0 1.5rem 3rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5rem 1.5rem; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1rem 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

.wp-block-table {
  max-width: 80rem;
  margin: 3rem auto; }
  .wp-block-table table {
    border-spacing: 0px;
    border-collapse: separate;
    margin-bottom: 0; }
    .wp-block-table table tr td {
      padding: .2rem .6rem; }

.container {
  margin: 0 auto;
  max-width: 144.0rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%; }

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%; }
  .row.row-no-padding {
    padding: 0; }
    .row.row-no-padding > .column {
      padding: 0; }
  .row.row-wrap {
    flex-wrap: wrap; }
  .row.row-top {
    align-items: flex-start; }
  .row.row-bottom {
    align-items: flex-end; }
  .row.row-center {
    align-items: center; }
  .row.row-stretch {
    align-items: stretch; }
  .row.row-baseline {
    align-items: baseline; }
  .row .column {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%; }
    .row .column.column-offset-10 {
      margin-left: 10%; }
    .row .column.column-offset-20 {
      margin-left: 20%; }
    .row .column.column-offset-25 {
      margin-left: 25%; }
    .row .column.column-offset-33, .row .column.column-offset-34 {
      margin-left: 33.3333%; }
    .row .column.column-offset-50 {
      margin-left: 50%; }
    .row .column.column-offset-66, .row .column.column-offset-67 {
      margin-left: 66.6666%; }
    .row .column.column-offset-75 {
      margin-left: 75%; }
    .row .column.column-offset-80 {
      margin-left: 80%; }
    .row .column.column-offset-90 {
      margin-left: 90%; }
    .row .column.column-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .row .column.column-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .row .column.column-25 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row .column.column-33, .row .column.column-34 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .row .column.column-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row .column.column-50 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row .column.column-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row .column.column-66, .row .column.column-67 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .row .column.column-75 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row .column.column-80 {
      flex: 0 0 80%;
      max-width: 80%; }
    .row .column.column-90 {
      flex: 0 0 90%;
      max-width: 90%; }
    .row .column .column-top {
      align-self: flex-start; }
    .row .column .column-bottom {
      align-self: flex-end; }
    .row .column .column-center {
      align-self: center; }

@media (min-width: 40rem) {
  .row {
    flex-direction: row;
    margin-left: -1.0rem;
    width: calc(100% + 2.0rem); }
    .row .column {
      margin-bottom: inherit;
      padding: 0 1rem; } }

ul {
  margin: 0;
  padding: 0; }

.social-icons {
  text-align: center; }
  .social-icons img {
    margin: 1rem;
    max-height: 6.4rem;
    width: auto; }

.tnp {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto; }

.tnp-field-button {
  text-align: center; }

.home-hero-block .wp-block-image {
  margin-bottom: 0; }
  .home-hero-block .wp-block-image figure {
    margin-bottom: 0; }

.wp-block-uagb-section .uagb-section__overlay::after {
  background-color: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
  z-index: 1; }

.wp-block-uagb-section h2 {
  margin-bottom: 4rem;
  margin-top: 2rem;
  text-align: center;
  position: relative; }
  .wp-block-uagb-section h2::after {
    width: 100px;
    height: 2px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.2rem;
    margin: auto;
    background-color: #3498db; }
  .wp-block-uagb-section h2.no-style {
    margin-bottom: 3rem;
    margin-top: 0;
    text-align: left; }
    .wp-block-uagb-section h2.no-style::after {
      display: none; }

.wp-block-separator {
  margin-left: 3rem;
  margin-right: 3rem; }

.services-block {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .services-block .wp-block-media-text {
    display: flex;
    position: relative;
    max-width: 110rem;
    margin: 5rem auto; }
    .services-block .wp-block-media-text .wp-block-media-text__media {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 55%;
      overflow: hidden;
      margin: auto;
      z-index: 1; }
      .services-block .wp-block-media-text .wp-block-media-text__media img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%; }
    .services-block .wp-block-media-text .wp-block-media-text__content {
      background-color: #fff;
      padding: 5rem 3rem;
      max-width: 55%;
      margin: 5rem 0 5rem auto;
      position: relative;
      z-index: 2; }
      .services-block .wp-block-media-text .wp-block-media-text__content h3 {
        font-size: 2.5rem;
        margin-bottom: 0; }
    .services-block .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
      left: auto;
      right: 0; }
    .services-block .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      margin: 5rem auto 5rem 0; }

.pgcsimplygalleryblock-masonry-item-title {
  font-size: 1.2rem;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.4) !important;
  box-shadow: rgba(0, 0, 0, 0.4) 10px 0px 0px, rgba(0, 0, 0, 0.4) -10px 0px 0px !important; }

.wp-block-pgcsimplygalleryblock-masonry {
  margin: 0 1.5rem; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
.wp-block-button .wp-block-button__link,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #1C1C1C;
  border: 0.2rem solid #1C1C1C;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 0;
  letter-spacing: .2rem;
  padding: 1rem 4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.2s; }
  .button:focus, .button:hover,
  .wp-block-button .wp-block-button__link:focus,
  .wp-block-button .wp-block-button__link:hover,
  button:focus,
  button:hover,
  input[type='button']:focus,
  input[type='button']:hover,
  input[type='reset']:focus,
  input[type='reset']:hover,
  input[type='submit']:focus,
  input[type='submit']:hover {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
    outline: 0; }
  .button[disabled],
  .wp-block-button .wp-block-button__link[disabled],
  button[disabled],
  input[type='button'][disabled],
  input[type='reset'][disabled],
  input[type='submit'][disabled] {
    cursor: default;
    opacity: .5; }
    .button[disabled]:focus, .button[disabled]:hover,
    .wp-block-button .wp-block-button__link[disabled]:focus,
    .wp-block-button .wp-block-button__link[disabled]:hover,
    button[disabled]:focus,
    button[disabled]:hover,
    input[type='button'][disabled]:focus,
    input[type='button'][disabled]:hover,
    input[type='reset'][disabled]:focus,
    input[type='reset'][disabled]:hover,
    input[type='submit'][disabled]:focus,
    input[type='submit'][disabled]:hover {
      background-color: #3498db;
      border-color: #3498db; }
  .button.button-outline,
  .wp-block-button .wp-block-button__link.button-outline,
  button.button-outline,
  input.button-outline[type='button'],
  input.button-outline[type='reset'],
  input.button-outline[type='submit'] {
    background-color: transparent;
    color: #1C1C1C; }
    .button.button-outline:focus, .button.button-outline:hover,
    .wp-block-button .wp-block-button__link.button-outline:focus,
    .wp-block-button .wp-block-button__link.button-outline:hover,
    button.button-outline:focus,
    button.button-outline:hover,
    input.button-outline[type='button']:focus,
    input.button-outline[type='button']:hover,
    input.button-outline[type='reset']:focus,
    input.button-outline[type='reset']:hover,
    input.button-outline[type='submit']:focus,
    input.button-outline[type='submit']:hover {
      background-color: transparent;
      border-color: #3498db;
      color: #3498db; }
    .button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
    .wp-block-button .wp-block-button__link.button-outline[disabled]:focus,
    .wp-block-button .wp-block-button__link.button-outline[disabled]:hover,
    button.button-outline[disabled]:focus,
    button.button-outline[disabled]:hover,
    input.button-outline[type='button'][disabled]:focus,
    input.button-outline[type='button'][disabled]:hover,
    input.button-outline[type='reset'][disabled]:focus,
    input.button-outline[type='reset'][disabled]:hover,
    input.button-outline[type='submit'][disabled]:focus,
    input.button-outline[type='submit'][disabled]:hover {
      border-color: inherit;
      color: #3498db; }
  .button.button-primary, .button-appointment a.button,
  .wp-block-button .wp-block-button__link.button-primary,
  .wp-block-button .button-appointment a.wp-block-button__link,
  .button-appointment .wp-block-button a.wp-block-button__link,
  button.button-primary,
  input.button-primary[type='button'],
  .button-appointment a[type='button'],
  input.button-primary[type='reset'],
  .button-appointment a[type='reset'],
  input.button-primary[type='submit'],
  .button-appointment a[type='submit'] {
    background-color: #3498db;
    color: #fff;
    border-color: #3498db; }
    .button.button-primary:focus, .button-appointment a.button:focus, .button.button-primary:hover, .button-appointment a.button:hover,
    .wp-block-button .wp-block-button__link.button-primary:focus,
    .wp-block-button .button-appointment a.wp-block-button__link:focus,
    .button-appointment .wp-block-button a.wp-block-button__link:focus,
    .wp-block-button .wp-block-button__link.button-primary:hover,
    .wp-block-button .button-appointment a.wp-block-button__link:hover,
    .button-appointment .wp-block-button a.wp-block-button__link:hover,
    button.button-primary:focus,
    button.button-primary:hover,
    input.button-primary[type='button']:focus,
    .button-appointment a[type='button']:focus,
    input.button-primary[type='button']:hover,
    .button-appointment a[type='button']:hover,
    input.button-primary[type='reset']:focus,
    .button-appointment a[type='reset']:focus,
    input.button-primary[type='reset']:hover,
    .button-appointment a[type='reset']:hover,
    input.button-primary[type='submit']:focus,
    .button-appointment a[type='submit']:focus,
    input.button-primary[type='submit']:hover,
    .button-appointment a[type='submit']:hover {
      background-color: #1C1C1C;
      border-color: #1C1C1C; }
    .button.button-primary[disabled]:focus, .button-appointment a.button[disabled]:focus, .button.button-primary[disabled]:hover, .button-appointment a.button[disabled]:hover,
    .wp-block-button .wp-block-button__link.button-primary[disabled]:focus,
    .wp-block-button .button-appointment a.wp-block-button__link[disabled]:focus,
    .button-appointment .wp-block-button a.wp-block-button__link[disabled]:focus,
    .wp-block-button .wp-block-button__link.button-primary[disabled]:hover,
    .wp-block-button .button-appointment a.wp-block-button__link[disabled]:hover,
    .button-appointment .wp-block-button a.wp-block-button__link[disabled]:hover,
    button.button-primary[disabled]:focus,
    button.button-primary[disabled]:hover,
    input.button-primary[type='button'][disabled]:focus,
    .button-appointment a[type='button'][disabled]:focus,
    input.button-primary[type='button'][disabled]:hover,
    .button-appointment a[type='button'][disabled]:hover,
    input.button-primary[type='reset'][disabled]:focus,
    .button-appointment a[type='reset'][disabled]:focus,
    input.button-primary[type='reset'][disabled]:hover,
    .button-appointment a[type='reset'][disabled]:hover,
    input.button-primary[type='submit'][disabled]:focus,
    .button-appointment a[type='submit'][disabled]:focus,
    input.button-primary[type='submit'][disabled]:hover,
    .button-appointment a[type='submit'][disabled]:hover {
      border-color: inherit;
      color: #3498db; }
  .button.button-clear,
  .wp-block-button .wp-block-button__link.button-clear,
  button.button-clear,
  input.button-clear[type='button'],
  input.button-clear[type='reset'],
  input.button-clear[type='submit'] {
    background-color: transparent;
    border-color: transparent;
    color: #3498db; }
    .button.button-clear:focus, .button.button-clear:hover,
    .wp-block-button .wp-block-button__link.button-clear:focus,
    .wp-block-button .wp-block-button__link.button-clear:hover,
    button.button-clear:focus,
    button.button-clear:hover,
    input.button-clear[type='button']:focus,
    input.button-clear[type='button']:hover,
    input.button-clear[type='reset']:focus,
    input.button-clear[type='reset']:hover,
    input.button-clear[type='submit']:focus,
    input.button-clear[type='submit']:hover {
      background-color: transparent;
      border-color: transparent;
      color: #606c76; }
    .button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
    .wp-block-button .wp-block-button__link.button-clear[disabled]:focus,
    .wp-block-button .wp-block-button__link.button-clear[disabled]:hover,
    button.button-clear[disabled]:focus,
    button.button-clear[disabled]:hover,
    input.button-clear[type='button'][disabled]:focus,
    input.button-clear[type='button'][disabled]:hover,
    input.button-clear[type='reset'][disabled]:focus,
    input.button-clear[type='reset'][disabled]:hover,
    input.button-clear[type='submit'][disabled]:focus,
    input.button-clear[type='submit'][disabled]:hover {
      color: #3498db; }

.button-appointment a {
  padding-left: 7rem !important;
  position: relative;
  border-radius: 0;
  margin-top: 1rem;
  border-color: #3498db !important;
  background-color: #3498db !important; }
  .button-appointment a:hover {
    background-color: #1C1C1C !important;
    border-color: #1C1C1C !important; }
  .button-appointment a::before {
    width: 2.5rem;
    height: 2.5rem;
    content: ' ';
    display: block;
    position: absolute;
    left: 2.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-image: url("/wp-content/themes/orvosokatisztanlatasert/dist/img/icon-time-white.svg"); }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  appearance: none;
  background-color: transparent;
  border: 0.2rem solid #1C1C1C;
  box-shadow: none;
  box-sizing: inherit;
  padding: 1rem 2rem;
  width: 100%;
  margin-bottom: 1rem; }
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='text']:focus,
  input[type='url']:focus,
  textarea:focus,
  select:focus {
    border-color: #3498db;
    outline: 0; }

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3.0rem; }
  select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>'); }

textarea {
  min-height: 6.5rem; }

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5rem; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type='checkbox'],
input[type='radio'] {
  display: inline; }

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1C1C1C;
  -webkit-transition: all 0.2s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.2s; }
  a:hover, a:focus, a:active {
    color: #3498db; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  min-width: 3rem; }
  .main-navigation .button {
    padding: 0;
    margin-top: -1px; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media only screen and (min-width: 992px) {
      .main-navigation ul {
        display: block; } }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      float: left;
      top: 100%;
      left: -999rem;
      z-index: 99999; }
      @media only screen and (min-width: 992px) {
        .main-navigation ul ul {
          position: absolute; } }
      .main-navigation ul ul ul {
        left: -999rem;
        top: 0; }
      .main-navigation ul ul li {
        -webkit-transition: all 0.2s;
        /* For Safari 3.1 to 6.0 */
        transition: all 0.2s; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: .7rem 1.5rem;
    text-transform: uppercase; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.main-navigation.toggled .menu-main-menu-container {
  position: absolute;
  right: 0;
  left: 0;
  top: 16rem;
  background-color: #fff;
  padding-left: .5rem;
  z-index: 100;
  padding: 2rem; }
  .main-navigation.toggled .menu-main-menu-container ul {
    display: flex;
    flex-direction: column;
    width: fit-content; }
    .main-navigation.toggled .menu-main-menu-container ul .sub-menu {
      width: 100%;
      box-shadow: none;
      padding-left: 2rem; }

.menu-toggle {
  position: absolute;
  display: flex;
  align-items: center;
  right: 2rem;
  top: 2rem;
  padding: 0;
  font-size: 2rem;
  line-height: 2rem;
  background: transparent;
  border: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25%;
  justify-content: flex-end; }
  @media only screen and (min-width: 992px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle span {
    display: none;
    color: #1C1C1C;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 1rem; }
    @media only screen and (min-width: 600px) {
      .menu-toggle span {
        display: block; } }
  .menu-toggle:hover, .menu-toggle:visited, .menu-toggle:focus {
    background-color: transparent; }
    .menu-toggle:hover svg rect, .menu-toggle:visited svg rect, .menu-toggle:focus svg rect {
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .menu-toggle:hover svg rect:last-child, .menu-toggle:visited svg rect:last-child, .menu-toggle:focus svg rect:last-child {
        width: 30px; }

@media only screen and (min-width: 992px) {
  .menu-item-has-children .sub-menu {
    display: none !important; }
  .menu-item-has-children.focus .sub-menu, .menu-item-has-children:hover .sub-menu {
    display: flex !important;
    flex-direction: column; } }

/* Header top navigation */
.header-top-navigation ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0; }
  .header-top-navigation ul li {
    font-size: 1.2rem; }
    .header-top-navigation ul li a {
      display: block;
      text-decoration: none;
      padding: .5rem 1.5rem; }

.footer-navigation {
  font-size: 1.2rem; }
  .footer-navigation ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end; }
    .footer-navigation ul li {
      font-size: 1.4rem; }
      .footer-navigation ul li a {
        display: block;
        text-decoration: none;
        padding: .5rem 1.5rem; }

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f4f5f6;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #1C1C1C;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5rem;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }

.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%; }

.site-main {
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .site-main {
      margin: 0 25% 0 0; } }
.site-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    .site-content {
      flex-direction: row; } }
.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 100%;
  list-style-type: none; }
  @media only screen and (min-width: 768px) {
    .site-content .widget-area {
      padding-left: 2rem;
      width: 25%; } }
.top-header {
  border-bottom: 0.1rem solid #EEEEEE;
  padding: 0 2rem;
  background-color: #EEEEEE; }
  .top-header nav {
    max-width: 144rem;
    margin: auto; }

.site-header {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 144rem;
  width: 100%;
  align-items: center;
  padding: 1rem;
  position: relative;
  border-bottom: 1px solid #3498db; }
  .site-header::before, .site-header::after {
    display: none; }
  @media only screen and (min-width: 992px) {
    .site-header {
      position: relative; } }
  .site-header .header-appointment {
    display: flex;
    align-items: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 25%; }
    .site-header .header-appointment span {
      display: none;
      font-weight: bold;
      font-size: 1.2rem;
      margin-left: 1rem; }
      @media only screen and (min-width: 600px) {
        .site-header .header-appointment span {
          display: block; } }
    .site-header .header-appointment svg {
      width: 3rem; }
    .site-header .header-appointment:hover span {
      color: #3498db; }
    .site-header .header-appointment:hover svg path {
      fill: #3498db; }

.site-branding img {
  max-width: 17.5rem; }

.site-footer {
  clear: both;
  background-color: #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
  font-size: 1.4rem;
  margin-top: auto; }
  .site-footer .site-info,
  .site-footer .footer-navigation-wrap {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 80rem; }
  .site-footer .site-info {
    text-align: center; }
    .site-footer .site-info h3 {
      font-size: 1.8rem;
      text-transform: none; }

.archive.category .site-main,
.single-post .site-main {
  margin: 0 auto;
  max-width: 100rem;
  padding-top: 3rem; }

.post-list-container,
.post-list-container .alm-reveal {
  display: flex;
  flex-direction: column !important;
  flex-wrap: wrap; }
  @media only screen and (min-width: 728px) {
    .post-list-container,
    .post-list-container .alm-reveal {
      flex-direction: row !important;
      justify-content: space-between; } }
  @media only screen and (min-width: 728px) {
    .post-list-container article.post,
    .post-list-container article.type-post,
    .post-list-container .alm-reveal article.post,
    .post-list-container .alm-reveal article.type-post {
      width: calc(50% - 30px); } }
.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.no-sidebar .site-main {
  margin-right: 0; }

.no-sidebar .site-content {
  padding: 0; }

.home header.entry-header {
  display: none; }

.site-footer {
  position: relative;
  margin-top: 12rem; }
  .site-footer::before {
    background-color: inherit;
    top: -30%;
    content: '';
    display: block;
    height: 30%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    z-index: 2; }

.page-template-template-fullwidth .entry-header {
  margin-top: 5rem; }
  .page-template-template-fullwidth .entry-header .entry-title {
    text-align: center; }

.page-template-default .entry-header {
  margin-top: 5rem; }

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

.post {
  margin: 0 0 1.5rem; }

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

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

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

.entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  .entry-meta > span {
    margin-right: 2rem; }

.author-image {
  max-width: 3rem;
  max-height: 3rem;
  margin-right: 1rem; }

.author.vcard a {
  display: flex;
  align-items: center; }

.page-template-default .site-main {
  margin: 0; }

.page-template-default .entry-content {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto; }

.page-template-default .entry-title {
  text-align: center;
  position: relative;
  margin-bottom: 3rem; }
  .page-template-default .entry-title::after {
    width: 100px;
    height: 2px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.5rem;
    margin: auto;
    background-color: #3498db; }

.page-template-default .post-thumbnail {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  max-height: 45rem; }
  @media only screen and (min-width: 992px) {
    .page-template-default .post-thumbnail {
      max-height: 70rem; } }
  .page-template-default .post-thumbnail::before {
    background-color: #fff;
    top: -15%;
    content: '';
    display: block;
    height: 15%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    z-index: 1; }
  .page-template-default .post-thumbnail::after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 15%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    z-index: 1; }
  .page-template-default .post-thumbnail img {
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%; }

.page-template-default .wp-block-image {
  margin-left: -2rem;
  margin-right: -2rem; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 40px -20px 0 0; }
  .video-container iframe,
  .video-container object,
  .video-container embed,
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075rem 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5rem; }

.gallery-itrem {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-itrem {
    max-width: 50%; }
  .gallery-columns-3 .gallery-itrem {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-itrem {
    max-width: 25%; }
  .gallery-columns-5 .gallery-itrem {
    max-width: 20%; }
  .gallery-columns-6 .gallery-itrem {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-itrem {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-itrem {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-itrem {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*# sourceMappingURL=style.css.map */