/*
Theme Name: NN
Theme URI: https://cserhajni.hu/
Author: CSERHAJNI
Author URI: https://cserhajni.hu/
Description: Basic Block Theme by Hajnalka Cser
Tags: one-column, custom-colors, custom-menu
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novaknora
*/

@media screen and (max-width: 1199px) {
    body {
        font-size: 18px;
    }
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    font-optical-sizing: auto;
}

a {
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

p {text-align: justify;}

:where(.wp-site-blocks) > * {
    margin-block-start: 0 !important;
}

.subpage ul {
    position: relative;
    list-style-type: none !important;
}

.subpage ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -4px;
    width: 0px;
    position: absolute;
}

.wp-block a {
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation-item.current_page_item > .wp-block-navigation-item__content {
    color: var(--wp--preset--color--accent-muted);
    border: 1px solid var(--wp--preset--color--accent-muted);
    padding: 8px 12px;
}

.wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content:hover {
    color: var(--wp--preset--color--accent-muted);
}

.wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation-item.current_page_item > .wp-block-navigation-item__content,
.wp-block-navigation a[href="/"] {
    color: var(--wp--preset--color--accent-muted);
    border: 1px solid var(--wp--preset--color--accent-muted);
    padding: 8px 12px;
}

.golden {
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213, 173, 109, 1) 0%, rgba(213, 173, 109, 1) 26%, rgba(226, 186, 120, 1) 35%, rgba(163, 126, 67, 1) 45%, rgba(145, 112, 59, 1) 61%, rgba(213, 173, 109, 1) 100%);
    background-clip: text;
}

.intro-msg {
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213, 173, 109, 1) 0%, rgba(213, 173, 109, 1) 26%, rgba(226, 186, 120, 1) 35%, rgba(163, 126, 67, 1) 45%, rgba(145, 112, 59, 1) 61%, rgba(213, 173, 109, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 54px;
    margin-bottom: 72px;
}

.section-title {
    border-bottom: 1px solid #c5c5c5;
    color: var(--wp--preset--color--secondary);
}

.page-title:after {
    background-color: var(--wp--preset--color--secondary);
}

.archive-title:before,
.section-title:before,
.blog-post:before {
    background-color: var(--wp--preset--color--secondary);
    bottom: -3px;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

i.fa.fa-building,
i.fa.fa-pie-chart,
i.fa.fa-copy,
.view-more a,
.blog-button a {
    background-image: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    color: transparent;
    -webkit-background-clip: text;
}

.circle-icon {
    border: 5px solid #aa8453;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    line-height: 140px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 72px;
}

.circle-icon:hover {
    color: transparent;
    background: transparent;
    transform: scale(1.2, 1.2);
}

#footer-var1,
#footer-var2 {
    background: #272D34;
    color: #ffffff;
}

#footer-var1 {
    padding-top: 81px;
    z-index: 4;
    height: 740px;
    position: relative;
}

:root :where(h2)::after {
    background: transparent;
}


/* Contact form */

.ff-default .ff-el-form-control {
    color: #ffffff!important;
    background: #404a55!important;
    padding: 16px;
    font-family: inherit;
    font-size: inherit;
    font-style: normal!important;
    line-height: inherit;
    border: none!important;
    border-radius: 0!important;    
}

.ff-default .ff-el-form-control:focus {
    border-radius: 2px!important;
    border: 2px solid #fff!important;
}

.fluentform .ff_t_c {
    padding: 0px 10px!important;
}

.amelia-v2-booking #amelia-container .am-fs__payments-services-sub {gap: 4rem!important;}