/*
Theme Name: Reni Kedvence
Theme URI: https://renikedvence.hu
Author: BonsaiDigital
Author URI: https://bonsaidigital.hu
Description: Bootstrap5 Bonsai Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mobile ready, bootstrap5, option tree
Text Domain: reni
*/

@media (min-width:1180px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1240px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1200px}}@media (min-width:1340px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1300px}}@media (min-width:1440px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1400px}}

body {
    background-color: #ffffff;
	position: relative;
    margin: 0;
	font-weight: 400;
}
body b, body strong {
	font-weight: bold;
}
html {
    scroll-padding-top: 70px;
}
body * {
    box-sizing: border-box;
}
button, input, textarea, select { outline:none!important;}
.container, .container-sm {
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
p {
	margin-top: 0;
}

/* Menu Basic Style */

a.mainlogo-link {
    display: inline-block;
}
div#mobiltoggle {
    display: inline-block;
}
.col-lg-2.col-12.logoside {
    text-align: center;
}
/*
nav.navbar {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
	flex-direction: row;
    transition: .8s;
    border-bottom: 0;
	display: flex;
	align-items: center;
	position: fixed;
	padding:0;
	background-color: rgb(255 255 255 / 0%);
	padding: 5px 0;
} */

.menuside ul.nav {
    padding: 0;
    list-style: none;
    margin: 0;
	/*opacity: 0;*/
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    flex-direction: row;
}
.menuside {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.left_menuside.menuside {
    justify-content: flex-start;
}
.menuside ul.nav li {
    padding: 8px 10px 12px;
}
.menuside ul.nav li a:hover:after {
    width: calc( 100% - 10px );
    opacity: 1;
    left: 0;
}
.nav li.menu-item a {
    text-decoration: none;
}
.mobile_view .logoside {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.mobile_view .menuside {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
}
.mobile_view .menuside ul.nav {
	display: block;
}

nav:not(.scrolled).mobile_view div#mobiltoggle:before,
nav:not(.scrolled).mobile_view div#mobiltoggle:after,
nav:not(.scrolled).mobile_view div#mobiltoggle span {
	background: white;
}
.mobile_view div#mobiltoggle:after {
    content: "";
	display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: calc(50% - 1.5px);
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.mobile_view div#mobiltoggle span {
	display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.mobile_view div#mobiltoggle:before {
    content: "";
	display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.active_toggle span {
	opacity: 0;
}
.mobile_view div#mobiltoggle {
    /*border-bottom: 4px solid #000;*/
    height: 20px;
    width: 30px;
    position: relative;
    overflow: hidden;
	cursor: pointer;
	transition: .4s;
}
.mobile_view div#mobiltoggle.active_toggle:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 45%;
    height: 2px;
}
.mobile_view div#mobiltoggle.active_toggle:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 45%;
    height: 2px;
}
.mobile_view div#mobiltoggle.active_toggle {
    border: 0px solid #000;
}


/*
@media(min-width: 1100px) {
	.menuside ul.nav.navbar-nav li.toplevelmenu:last-child {
		padding-right: 0;
	}
} 
nav.navbar .menuside ul.nav li.toplevelmenu:hover>a, 
nav.navbar.scrolled .menuside ul.nav li.toplevelmenu:hover>a, 
nav.navbar.scrolled .menuside ul.nav li.toplevelmenu.active a {
    color: #e71467;
} */

/* Topbar */

div#page_topbar p {
    margin: 0;
}
.content_align_right {
    text-align: right;
}
div#page_topbar .container {
    padding: 12px;
}
ul#menu-topbar {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: end;
}
#page_topbar p, #page_topbar a {
    display: flex;
}
ul#menu-topbar li {
    align-items: center;
    display: flex;
    margin-left: 10px;
}
ul#menu-topbar .topbar_button a {
    background: #e7a900;
    font-size: 14px;
    padding: 11px 30px 10px;
    border-radius: 30px;
    transition: .3s linear;
    border: 1px solid #e7a900;
    line-height: 1;
    font-weight: 400;
}
ul#menu-topbar .topbar_button:first-child a {
    background: #00a8e6;
    border: 1px solid #00a8e6;
}
ul#menu-topbar .topbar_button a:hover {
    background: #fff;
    color: #e7a900;
}

ul#menu-topbar .topbar_button:first-child a:hover {
    background: #fff;
    color: #00a8e6;
}


/* 404 page */

body.error404 {
    min-height: 100vh;
    background: #eee;
}
body.error404 .container.main-container {
    background: transparent;
    max-width: 100%;
    padding: 0 15px;
}
body.error404 .errorcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#post-404 .imageblock {
    padding-top: 0px;
	text-align: center;
}
#post-404 h1 {
    font-family: Arial;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    font-size: 35px;
    line-height: 1;
    margin: 0 0 15px;
    color: #4d4d4d;
}
img#notfound_page_img {
    position: relative;
    transition: .5s;
	transform: translatey(0px);
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
body.error404 .errorcontent p {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
}
form.search-form label {
    display: none;
}
/*form.search-form input.search-field {
    font-size: 16px;
    line-height: 1;
    padding: 15px;
    min-width: 70%;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    outline: none;
    color: #000;
}
form.search-form {
    margin-bottom: 15px;
}*/
button.search-submit img {
    padding: 5px;
	display: none;
}/*
button.search-submit {
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    vertical-align: bottom;
    background: #4d4d4d;
    height: 50px;
    align-items: center;
    width: 50px;
    text-align: center;
    padding-top: 4px;
    border-radius: 5px;
    cursor: pointer;
}*/
.container.fullonbelul {
    margin: 0 auto;
}
a.back_to_home_404:hover {
    background: transparent;
    color: #4d4d4d;
    font-weight: bold;
}
a.back_to_home_404 {
    display: inline-block;
    background: #4d4d4d;
    width: 160px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    transition: .4s;
    border: 2px solid #4d4d4d;
    text-align: center;
    margin-top: 30px;
}

/* Preloader */
#preloader {
	position: fixed;
	z-index: 99999;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background:#000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoholderback {
	width: 300px;
	height: 300px;
	
}
.loader {
    border: 4px solid #c5c5c5;
    border-top: 8px solid #0078c9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
 
/* Basic Form */
form.wpcf7-form p label span .wpcf7-form-control {
    width: 100%;
    outline: none;
}
form.wpcf7-form p label span {
    display: block;
}
form.wpcf7-form p br {
    display: none;
}
form.wpcf7-form p {
    margin: 0 0 15px;
	position: relative;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    text-decoration: none !important;
    border: none;
    display: block;
    cursor: pointer;
    transition: .4s;
}

span.wpcf7-list-item label span a {
	text-decoration: underline !important;
	font-weight: bold !important;
}

span.wpcf7-spinner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

form.wpcf7-form p label span span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 1;
    margin-top: -10px;
}

span.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item {
    margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #efbe32;
    background: #fff;
    color: #000;
    font-size: 16px;
	font-weight: 500;
    margin: 20px 0 0;
    line-height: 1.5;
}
.form-floating .focused label {
    font-size: 18px;
    line-height: 28px;
    height: auto;
	top:0;
}
.form-floating span.wpcf7-form-control-wrap {
    height: 90px;
    border-bottom: 2px solid #eb1469;
    display: flex;
    align-items: end;
}
.wpcf7-form-control-wrap input {
    border: 0;
    background: transparent;
    height: auto;
    line-height: 60px;
    font-size: 32px;
    color: #fff;
    padding: 0 20px;
}
.form-floating label {
    position: absolute;
    top: 30px;
    color: #000;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0px 10px;
    font-size: 32px;
    line-height: 60px;
    color: #fff;
	transition: .3s;
}
.wpcf7-form-control-wrap input:focus {
    background: #1E1E1E;
    box-shadow: none;
    color: #fff;
}


/* Footer */
.footer-widget img {
    max-width: 400px;
    height: auto;
    width: 100%;
}
.copyright_info p {
    margin: 0;
}
footer p, footer a, footer td {
	color: #fff;
    font-size: 14px;
    letter-spacing: unset;
    line-height: 1.2;
}

footer p {
	margin-bottom: 15px;
}
/* Single Post */
a.post_main_image img {
    max-width: 100%;
    height: auto;
}
.wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
}
p#breadcrumbs {
    margin: 0;
    display: inline-block;
    border-top: 1px solid #fff;
}
p#breadcrumbs span a {
    font-weight: bold;
}
p#breadcrumbs span a, p#breadcrumbs span span {
    text-decoration: none;
}
p#breadcrumbs span, p#breadcrumbs span a {
    color: #373c3c;
}
.theme_breadcrumbs>.container {
    padding: 0;
}
.logoside .mainlogo-link {
    transition: .4s;
	line-height: 1;
    position: relative;
	padding: 0;
}
.theme_breadcrumbs {
    text-align: center;
}
.top_footer h3 {
    color: #fff;
}
footer#theme_footer {
	clear: both;
    padding: 0;
    margin-top: 0;
	position: relative;
	z-index: 7;
}
footer#theme_footer .top_footer {
    padding: 50px 0 50px;
}
.third_footer_col {
    text-align: right;
	padding-left: 60px;
}
.copyright_info p {
    text-align: center;
    padding: 0;
    line-height: 1;
}
.copyright_info {
	text-align: center;
	padding-top: 5px;
}

.copyright_info .container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
}
li.col-md-4.col-12.centerfooter {
    text-align: center;
}
.copyright_info ul.row {
    align-items: center;
}
.copyright_info ul li,
.copyright_info ul li a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
	list-style: none;
}
.createdbyus {
    color: #000;
    font-size: 11px;
    line-height: 1;
}
.blacktext * {
    color: #000;
}

/* Reni Kedvence */
div.basic_paddings {
    padding: 80px 0;
}
.page_headings p {
    margin: 0;
    font-weight: 700;
    font-family: "Qwitcher Grypen";
    font-size: 44px;
    margin-bottom: 0px;
}
.wpb_single_image img {
    border-radius: 28px;
}
nav.navbar.reni-kedvence-nav {
    background-image: url(assets/img/menuhatter.webp);
    background-size: cover;
    position: sticky;
    top: 0;
    padding: 12px 0;
	z-index:10;
}
.menuside ul.nav li {
    padding: 8px 25px 12px;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom_theme_btn_1:hover {
    background: #fff;
    color: #2f7915;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom_theme_btn_1 {
    background: #2f7915;
    color: #fff;
    font-size: 16px;
    font-weight: 560;
    letter-spacing: 0.3px;
    line-height: 1;
    transition: .5s;
    border: 2px solid #2f7915;
}
#itallap .page_headings * {
    color: #fff;
}
.page_headings h2 {
    margin: 0 0 -15px;
}
.page_headings p {
    transform: rotate(-5deg);
}
#esemenyek .page_headings,
#itallap .page_headings {
    margin-bottom: 60px;
}
#itallap span.icon-prev:before, #itallap span.icon-next:before {
    font-size: 60px;
    color: #fff;
}
#itallap span.icon-prev, #itallap span.icon-next {
    color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 83px;
    background: #000;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
}
div#itallap:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 100%);
    z-index: 0;
}
div#itallap {
    background-image: url(/wp-content/uploads/2026/03/dzsungelhatter.webp);
    background-size: cover;
    position: sticky;
}
div#itallap * {
    z-index: 1;
}
body .vc_images_carousel .vc_carousel-control {
    height: 80px;
    width: 80px;
}
div#itallap a.vc_left.vc_carousel-control {
    left: -40px;
}
div#itallap a.vc_right.vc_carousel-control {
    right: -40px;
}
nav.navbar.reni-kedvence-nav {
    background-image: url(assets/img/menuhatter.webp);
    background-size: cover;
    position: sticky;
    top: 0;
    padding: 12px 0;
    z-index: 10;
    box-shadow: 0px 0px 20px 0px #000;
}
sr7-txt#SR7_1_1-1-1 {
    font-family: "Qwitcher Grypen" !important;
    font-size: 48px !important;
}
.wpb_text_column.wpb_content_element.hover_boxok_felso {
    margin: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    position: relative;
    overflow: hidden;
    transition: .5s;
    background: #fff;
	background: url(assets/img/jungleback.webp);
}
.wpb_text_column.wpb_content_element.hover_boxok_felso .wpb_wrapper {
    position: relative;
}
.wpb_text_column.wpb_content_element.hover_boxok_felso:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 2px solid #000;
    transition: .5s;
    background: #fff;
	
}
.wpb_text_column.wpb_content_element.hover_boxok_felso:hover {
    background: #3f3f3f;
	background: url(assets/img/jungleback.webp);
}
.wpb_text_column.wpb_content_element.hover_boxok_felso:hover:before {
	left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    transform: rotate(45deg);
	border:0;
}
.wpb_text_column.wpb_content_element.hover_boxok_felso h3 {
    transition: .5s;
}
.wpb_text_column.wpb_content_element.hover_boxok_felso:hover h3 {
    font-family: 'Qwitcher Grypen';
    text-transform: lowercase;
    font-size: 60px;
}
.fbikonmenu img {
    filter: invert(1);
    width: 30px;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}
#pagebottom .wpb_single_image img {
	border-radius: 0;
}
footer#theme_footer .top_footer {
    display: none;
}
.copyright_info {
    padding-top: 10px;
    padding-bottom: 10px;
}
.copyright_info a {
    font-weight: 800;
}
.copyright_info * {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}
.createdbyus {
    margin-left: 20px;
}
.copyright_info p strong {
    font-weight: 800;
}
nav.navbar.reni-kedvence-nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 215px;
    background-image: url(/wp-content/uploads/2026/03/menuhatter_bal_600.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
nav.navbar.reni-kedvence-nav:after {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 215px;
    background-image: url(/wp-content/uploads/2026/03/menuhatter_jobb_600.webp);
    right: 0;
    top: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
div#itallap {
    background-attachment: fixed;
}
.galleryitem_inner {
    background: #fff;
    aspect-ratio: 3.5 / 4;
    padding: 20px 20px 75px;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 5px 5px 19px -4px #020202;
}
.galleryitem_inner img {
    height: 100%;
    object-fit: cover;
}
.owl-item:nth-child(odd) .galleryitem_inner {
    transform: rotate(-5deg);
}
.owl-item:nth-child(even) .galleryitem_inner {
    transform: rotate(3deg);
}
div#rolunk_carousel .owl-stage {
    padding-top: 40px;
    padding-bottom: 30px;
}
.galleryitem_outer {
    padding: 15px;
}
.whitetext * {
	color: #fff;
}
div#galeria_row {
    background-image: url(/wp-content/uploads/2026/03/galeriaback.webp);
    background-attachment: fixed;
}
div#galeria_row h2, div#galeria_row p {
    color: #000;
    text-shadow: 1px 1px 0px #fff;
}
body .owl-theme .owl-dots .owl-dot.active span, 
body .owl-theme .owl-dots .owl-dot:hover span {
    background: #009885;
}
body .owl-theme .owl-dots .owl-dot span {
    height: 15px;
    background: #000000;
    width: 30px;
}
div#aktualis:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 54%);
}
div#aktualis {
    background-image: url(/wp-content/uploads/2026/03/viraghatter-scaled.webp);
    background-attachment: fixed;
    background-size: cover;
}
.aktual_text_inner p:last-child {
    margin-bottom: 0;
}
.aktual_text_inner p {
    font-size: 20px;
    line-height: 1.4;
}
.aktual_text_inner h3 {
    font-size: 36px;
    font-weight: 700;
}
.aktual_text_inner {
    background: #fff;
    padding: 60px 45px;
    max-width: 800px;
}
div#osszes_aktualis .col-lg-10 {
    display: flex;
    align-items: center;
}
div#osszes_aktualis .tartalom_baloldalt .col-lg-10 {
    justify-content: end;
}
div#osszes_aktualis .tartalom_baloldalt .aktual_text_inner {
	left: inherit;
	right: -80px;
	padding: 60px 65px 60px 45px;
}
.aktual_text_inner {
    background: rgb(255 255 255 / 83%);
    padding: 60px 45px 60px 65px;
    max-width: 900px;
    position: relative;
    left: -80px;
    z-index: 0;
    border-radius: 5px;
}
div#osszes_aktualis .col-lg-2 {
    position: relative;
    z-index: 1;
}



