/*
 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
*/

.entry-header,
.site-content {
  word-wrap: normal;
}
img {
  width: 100%;
  height: auto;
}
.number {
  line-height: 60px;
}
.top-left-shape {
  top: -24px;
  left: 2px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
.bottom-right-shape {
  bottom: -4px;
  right: -28px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
  border-radius: 23px !important;
}

/* Autó oldal */
.field-type-check-in-out input {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 13px 13px 13px 13px;
    border-color: #dfdfdf;
}
.field-type-check-in-out .jet-abaf-separate-fields {
    flex-wrap: nowrap;
}
.foglalas-form-box input:focus {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 13px 13px 13px 13px;
    border-color: var(--orange) !important;
}