/* cmsms stylesheet: Restaurant CUSTOM CSS modified: 2022-07-18 19:20:25 */
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

h1, h2 {
    font-family: 'Libre Baskerville', serif;
}

a {
    color: #FF9D00;
    cursor: pointer;
}

a:hover {
    color: #b36e00;
}

img {
    max-width: 100%;
}

header {
    z-index: 1000;
}

.page-picture {
    position: relative;
}

.page-picture a {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.2em 0.5em;
    font-size: 1.5em;
    color: #fff;
    background-color: #FF9D00;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top-right-radius: 0.4em;
}

.page-picture a:hover {
    background-color: #b36e00;
}

.img-fluid, .item-img, .latnivalo img {
    overflow: hidden;
    border-top-left-radius: 3em;
    border-bottom-right-radius: 3em;
}

.latnivalo img {
    max-width: 100%;
    height: auto;
}

.item .content {
    border-top-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

header.header.sticky {
    -webkit-box-shadow: 0px 0px 50px 20px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 50px 20px rgb(0 0 0 / 15%);
}

.hero_single .opacity-mask {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
}

.hero_single .opacity-mask h1, .hero_single .opacity-mask h3 {
    font-size: 3.5em;
    text-shadow: 0px 0px 10px #000000;
}

.hero_single.inner_pages p {
    font-family: 'Libre Baskerville', serif;
    text-shadow: 0px 0px 10px #000000;
}

.main_title h2 {
    font-size: 2em;
}

.main_title.center h2 {
    /* font-size: 2em; */
}

article.blog .post_info h2 {
    font-size: 1.5em;
    font-weight: 700;
}

.box_contacts h2 {
    font-size: 1.5em;
    font-weight: 700;
}

#slider.flexslider li.flex-active-slide .meta h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 3em;
    font-weight: 600;
    color: #FF9D00;
}

section.slider {
    -webkit-box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.25);
    border-bottom-left-radius: 5em;
    border-bottom-right-radius: 5em;
    overflow: hidden;
    z-index: 1;
    border-bottom: 5px solid #FF9D00;
}

section.slider .header-gradient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
}

#slider.flexslider li .meta {
    text-shadow: 0px 0px 10px #000000;
    margin-right: 60px;
    padding: 2em;
    background-color: transparent;
    border-radius: 1em;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-weight: 300;
}

#carousel_slider.flexslider ul.slides li .caption h3 {
    text-shadow: 0px 0px 10px #000000;
}

#slider.flexslider li.flex-active-slide .meta .info p {
    margin-bottom: 0;
}

#carousel_slider.flexslider ul.slides li {
    border: 1.5px solid #FFF;
}

.main-menu > ul > li > a {
    padding: 5px 12px;
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
}

.main-menu > ul > li > a.active, header.sticky .main-menu > ul > li > a.active, header.header_in .main-menu > ul > li > a.active {
    color: #FF9D00 !important;
}

.main-menu > ul > li:hover > a, header.sticky .main-menu > ul > li:hover > a, header.header_in .main-menu > ul > li:hover > a {
    color: #FF9D00;
}

.main_title span em {
    background-color: #FF9D00;
}

.box_contacts i {
    color: #FF9D00;
}

a.btn_1, .btn_1 {
    background: #FF9D00;
    border-radius: 2em;
    padding: 1em 2em;
    text-transform: uppercase;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}

a.btn_1:hover, .btn_1:hover {
    color: #fff;
    background-color: #b36e00;
    -webkit-filter: unset;
    filter: unset;
}

a.btn_1 i, .btn_1 i {
    font-size: 1.3em;
    margin-right: 0.4em;
    opacity: 0.55;
}

.btn_1.btn_small {
    padding: 0.75em 1.5em;
    font-size: 0.9rem;
}

.bg_gray {
    position: relative;
    flex: 1;
}

.pattern_2 {
    background: url(https://favoritfogado.hu/uploads/images/default-bcg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    flex: 1;
}

.pattern-topgrad {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(180deg, #fff 0%, transparent 100%);
}

.main_title p {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.125rem;
    font-weight: 300;
}

.menu_item .menu_title h3, .menu_item .menu_title p, .menu_item em {
    margin-top: 0.35em;
    margin-bottom: 0.35em;
    line-height: 1.2;
}

.menu_item .menu_title p {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
}

.menu_item .menu_title {
    background: transparent;
}

.menu_item .menu_title h3, .menu_item em {
    background-color: transparent;
}

.menu_item em {
    margin-left: 0.3em;
    color: #9b9b9b;
}

footer {
    background-color: #261700;
    -webkit-box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.25);
}

footer h3 {
    font-size: 1.4em;
    font-family: 'Libre Baskerville', serif;
}

main {
    flex: 1;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.frame {
    bottom: -0.5px;
    height: 35px;
    opacity: 0.2;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}

.frame.white {
    background-image: url(https://favoritfogado.hu/uploads/images/barokk-disz-white.png);
    background-size: 300px;
}

.frame.black {
    background-image: url(https://favoritfogado.hu/uploads/images/barokk-disz-black.png);
    background-size: 300px;
    top: -34.5px;
}

.gold-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: rgb(255,208,104);
    background: linear-gradient(90deg, rgba(255,157,0,1) 0%, rgba(179,110,0,1) 50%, rgba(255,157,0,1) 100%);
}

.gold-line.foot {
    top: 0;
}

.hero_single.inner_pages {
    height: 35vh;
    background-attachment: unset;
    -webkit-box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.25);
    border-bottom-left-radius: 5em;
    border-bottom-right-radius: 5em;
    overflow: hidden;
    z-index: 1;
    border-bottom: 5px solid #FF9D00;
}

.grid ul li {
    margin: 0 -3px;
}

#logo {
    float: none;
}

.home-logo {
    width: 45%;
    height: auto;
    margin-bottom: 2em;
}

#slider.flexslider ul.slides li img {
    opacity: 1;
    object-position: center center;
    position: unset;
    left: unset;
    top: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

#carousel_slider_wp {
    background: -webkit-linear-gradient(top, transparent, rgb(0 0 0 / 80%));
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 80%));
}

.parentlink {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.parentlink > div {
    position: relative;
    font-size: 2.5em;
    color: #FF9D00;
}

.parentlink > div:hover {
    color: #b36e00;
}

.parentlink > div i {
    z-index: 1;
}

.parentlink > div a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
}

.menu_item {
    padding: 0;
    display: flex;
    align-items: center;
    min-height: unset;
    background-color: rgba(0,0,0,0.03);
    padding-right: 1em;
    border-radius: 4em;
}

.menu_item figure {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 1em 0 0;
}

.menu_item .menu_title {
    flex: 1;
}

article.blog {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

article.blog figure {
    width: 100%;
}

article.blog figure > a.list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.calendar-event article.blog figure {
    height: auto;
}

article.blog figure img {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: unset;
    top: unset;
}

article.blog figure img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

article.blog .post_info .datum {
    font-weight: 500;
    color: #FF9D00;
    border: 2px solid #FF9D00;
    padding: 0.25em 1em;
    border-radius: 2em;
    margin-bottom: 1em;
    text-align: center;
}

article.blog .post_info h2 a:hover {
    color: #FF9D00;
}

h4.date {
    color: #FF9D00;
}

span.datum-ora {
    opacity: 0.5;
}

.kapcsolat iframe {
    width: 100%;
    height: 50vh;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    overflow: hidden;
    border-radius: 5px;
}

a#foglalasform {
    margin-top: -6em;
    position: absolute;
}

.form-control {
    border-radius: 1.5em;
}

.form-group {
    margin-bottom: 0.7em;
}

.form-group label:not(.label) {
    padding-left: 1em;
}

.form-group.field-email, .form-group.field-datum {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-group.field-email label:not(.label) {
    width: 100%;
}

.form-group.field-email label.label {
    width: calc(40% - 35px);
    font-size: 0.9em;
    line-height: 1.2;
}

.form-group.field-email input[type=email] {
    width: 60%;
}

.form-group.field-email input[type=checkbox] {
    width: 15px;
    margin: 0 10px;
}

.form-group.field-datum label {
    width: 100%;
}

.form-group.field-datum select:nth-child(2) {
    width: 30%;
}

.form-group.field-datum select:nth-child(3) {
    width: calc(50% - 0.5em);
    margin-left: 0.5em;
}

.form-group.field-datum select:nth-child(4) {
    width: calc(20% - 0.5em);
    margin-left: 0.5em;
}

.form-group.field-szam input {
    width: 120px;
}

.form-group.field-adatkezeles {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-group.field-adatkezeles input[type=checkbox] {
    width: 20px;
    margin: 0 10px;
}

.form-group.field-adatkezeles label {
    width: calc(100% - 50px);
    line-height: 1.2;
    padding-left: 0.3em;
}

.form-group.field-adatkezeles-text {
    line-height: 1.2;
}

.form-group.field-adatkezeles-text a {
    color: #FF9D00;
}

input[type=submit] {
    display: flex;
    align-items: center;
    width: auto;
    height: 54px;
    border: none;
    background: #FF9D00;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 1em 2em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 2em;
    line-height: normal;
    text-transform: uppercase;
    font-size: 1em;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}

input[type=submit]:hover {
    color: #fff;
    background-color: #b36e00;
}

.form-text.text-muted {
    color: var(--red) !important;
    width: 100%;
    padding-left: 1rem;
}

.form-group i {
    font-size: 0.9em;
    opacity: 0.3;
}

.captcha {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1em;
    background-color: rgba(0,0,0,0.05);
    border-radius: 0.3em;
}

.captcha img {
    width: 30%;
    height: auto;
}

.captcha span {
    width: calc(70% - 0.5em);
    margin-left: 0.5em;
    line-height: 1.2;
}

.captcha input {
    width: 100%;
    margin-top: 1rem;
}

.nincsmenu {
    font-family: 'Libre Baskerville', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.nincsmenu i {
    font-size: 1.7em;
    margin-right: 0.7em;
    opacity: 0.4;
}

.modal-body {
    font-size: 0.9em;
}

.home-block .text-block p:last-child {
    margin-bottom: 0;
}

.webmaster {
    display: inline-block;
    padding: 0.2em 1em;
    background-color: rgba(255,255,255,0.07);
    border-radius: 2em;
}

@media (orientation: landscape) {
    #slider.flexslider ul.slides li {
        height: 65vh !important;
    }
}

@media (orientation: portrait) {
    #slider.flexslider ul.slides li {
        height: 45vh !important;
    }
}

@media only screen and (min-width: 992px) {
    .main-menu ul ul:before {
        bottom: calc(100% + 0.5px);
    }
}

@media (max-width: 1199px) AND (orientation: landscape) {
    #slider.flexslider ul.slides li {
        height: 70vh !important;
    }
}

@media (max-width: 1199px) AND (orientation: portrait) {
    #slider.flexslider ul.slides li {
        height: 45vh !important;
    }
}

@media (max-width: 991px) {
    #logo img {
        height: 38px;
    }

    #header_menu {
        background-color: #684100;
    }

    header a.open_close {
        top: 4px;
    }

    .grid ul li {
        width: 33.3%;
    }
}

@media (max-width: 767px) {
    h1, .hero_single .opacity-mask h1, .hero_single .opacity-mask h3 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    .main_title h2 {
        font-size: 1.8em;
        margin-bottom: 0.25em;
    }

    .margin_120_100 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .hero_single.inner_pages {
        height: 30vh;
        border-bottom-left-radius: 3em;
        border-bottom-right-radius: 3em;
    }

    .hero_single .opacity-mask p {
        font-size: 1.2em;
    }

    section.slider {
        border-bottom-left-radius: 3em;
        border-bottom-right-radius: 3em;
    }

    #slider.flexslider li.flex-active-slide .meta .info {
        /* display: none; */
    }

    .frame {
        bottom: -0.5px;
        height: 25px;
    }

    .frame.black {
        top: -24.5px;
        background-size: 200px;
    }

    .frame.white {
        background-size: 200px;
    }

    section.slider .header-gradient {
        height: 30%;
        background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    }

    #slider.flexslider ul.slides li {
        height: 500px !important;
    }

    #slider.flexslider li .meta {
        right: 0;
        left: 0;
        top: unset;
        bottom: 0;
        margin-right: 0;
        padding: 2em 1.1em 2.8em 1.1em;
        background-color: transparent;
        border-radius: 0;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unsest;
        background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
        font-weight: 400;
    }

    .menu_item {
        margin-bottom: 20px;
    }

    .menu_item .menu_title h3 {
        font-size: 1em;
    }

    .menu_item figure {
        width: 50px;
        height: 50px;
    }

    .menu_item figure img {
        width: 50px;
        height: auto;
    }

    .home-block .menu_item figure {
        width: 80px;
        height: 80px;
    }

    .home-block .menu_item figure img {
        width: 80px;
        height: auto;
    }

    .home-logo {
        width: 100%;
    }

    #slider.flexslider li.flex-active-slide .meta h3 {
        font-size: 1.75em;
        margin-bottom: 0.25em;
    }

    .captcha img {
        width: 50%;
    }

    .captcha span {
        width: calc(50% - 0.5em);
        font-size: 0.9em;
    }

    .page-picture img {
        border-top-left-radius: 1.5em;
        border-bottom-right-radius: 1.5em;
    }

    .page-picture a {
        right: 0;
        top: 0;
        background-color: transparent;
        border-top: 0;
        border-right: 0;
        border-top-right-radius: 0;
        opacity: 0.6;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3em;
    }

    .page-picture a:hover {
        background-color: transparent;
        opacity: 1;
        color: #FF9D00;
    }

    .grid ul li {
        width: 50%;
    }

    .grid ul li .item-img {
        border-top-left-radius: 1.75em;
        border-bottom-right-radius: 1.75em;
    }

    footer {
        font-size: 0.9em;
        padding: 40px 0 10px 0;
    }

    footer h3 {
        margin-bottom: 7px;
    }

    footer p {
        margin-bottom: 10px;
    }

    footer ul {
        margin-bottom: 0;
    }

    footer hr {
        margin: 20px 0 20px 0;
    }

}

@media (max-width: 767px) AND (orientation: landscape) {
    #slider.flexslider ul.slides li {
        height: 80vh !important;
    }
}

@media (max-width: 767px) AND (orientation: portrait) {
    #slider.flexslider ul.slides li {
        height: 45vh !important;
    }
}
