:root {
    --color-1: #6aad3d;
    --color-2: #0077be;
    --grey: #D5D5D5;
    --grey-0: #f4f4f3;
    --grey-1: #EDEDED;
    --grey-2: #F5F5F5;
    --grey-3: #666666;
    --white: #FFFFFF;
    --sBasic_1: #3f58f9;
    --sBasic_2: #ff4692;
    --sBasic_text: #222222;
}
/* swiper slider */
.elementor-element-ba6c0c2 { 
	opacity: 0;
}

.footer_copyright * {
	color: #CF5792;
}
.footer_copyright span:hover,
.footer_copyright a:hover {
	color: #CF5792;
	text-decoration: underline;
	cursor: pointer;
}
html[lang="hu-HU"] span.cmplz-always-active:after {
	content:"Mindig aktív";
}
span.cmplz-always-active:after
{
	background:#fff;
	position:relative;
	margin-top:-27px;
	width:108px;
	display:block;
	text-align:right;
	height:28px;
	line-height:36px;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
    	background: white;
}
.cmplz-category-title {
	color: black !important;
}

.elementor-element-8527779 .elementor-icon-box-wrapper:hover a,
.elementor-element-526e61e .elementor-icon-box-wrapper:hover a
{
	color: #CF5792 !important;
}

.swiper figcaption {
    padding: 17px;
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: white;
    background: #54abcd;
}
.swiper-wrapper a,
.swiper-wrapper a:hover
{
    color: white;
}
.swiper .swiper-slide[data-swiper-slide-index="2"],
.swiper .swiper-slide[data-swiper-slide-index="5"]
{
    background: #361b51;
}
.swiper .swiper-slide[data-swiper-slide-index="3"],
.swiper .swiper-slide[data-swiper-slide-index="6"]
{
    background: #54abcd;
}
.swiper .swiper-slide[data-swiper-slide-index="4"],
.swiper .swiper-slide[data-swiper-slide-index="7"]
{
    background: #a745a4;
}


.cmplz-placeholder-parent {
    max-height: 250px;
}


.hamburger_menu {
	visibility: hidden;
}
@media only screen and (max-width: 1024px) {
	.swiper figcaption {
		bottom: 0px;
	}
	
	.hamburger_menu {
		visibility: visible;
		padding: 15px 10px;
		text-align: center;
		background: #39b9b7;
		color: white;
		font-family: "Michroma", sans-serif;
		font-weight: 600;
		cursor: pointer;
		margin: 10px 0px 10px 0;
	}
	.menu_item.visibile {
		display: block !important;
	}
	.menu_item.hidden {
		display: none !important;
	}
}




/*studio_map*/ 
#studios {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
}
.studio-item {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ddc9bc;
}
.studio-item:last-child {
    margin: 0;
    border-bottom: 0 solid #cf5792;
}
.studio-item h2 {
    font-size: 18px;
    text-align: center;
    font-family: "Michroma", sans-serif;
    color: #6c3414;
}
.studio-item h2 a {
    color: #6c3414;
}
.studio-item.activated {
    margin: 0 0 15px 0;
}
.studio-item.activated:last-child {
    border-bottom: 0 solid;
    margin: 0;
    padding: 0;
}
#studios h2 {
    font-family: "Roboto", Sans-serif;
    color: #cf5792;
    font-size: 27px;
    border-bottom: 1px solid #ddc9bc;
    padding-bottom: 12px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: bolder;
}
.studio-item__title {
    font-family: "Roboto", sans-serif;
    color: #cf5792;
    transition: 0.5s;
}
.studio-item__name:hover { 
    cursor: normal;
}
.studio-item__name {
    cursor: pointer;
}
.studio-item__content {
    display: none;
    font-size: 15px;
}
.studio-item__links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}
.studio-item__data a, 
.studio-item__address a {
    color: #cf5792;
    transition: 0.5s;
}
.studio-item__data a:hover,
.studio-item__address a:hover {
    opacity: 0.6;
    transition: 0.5s;
}
.studio-item__data {
    margin-top: 12px;
}
.studio-item__gmap {
    margin-top: 0;
}
.studio-item__link-post a {
    color: #cf5792;
    transition: 0.5s;
}
.studio-item__link-post a:hover {
    opacity: 0.6;
    transition: 0.5s;
}
.studio-item__address {
    color: black;
    font-size: 14px;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.studio_sep {
    position: relative;
    top: -2px;
    font-size: 24px;
    font-family: "Roboto", Sans-serif;
    color: #cf5792;
    display: inline-block;
    padding: 0 6px;
}
body.single .studio_sep { 
    top: 0;
}

/*adatlapon*/
.studio_data.studio_opening {
    text-align: center;
}
.studio-featured_img {
    margin-bottom: 18px;
}
.studio-featured_img img {
    border-radius: 10px !important;
    max-width: 500px !important;
    max-height: 500px !important;
    width: 100%;
}
.return_to {
    margin-bottom: 18px;
    font-size: 13px;
}
.return_to:hover {
    text-decoration: underline;
}
.studio_data a:hover {
    opacity: 0.6;
    transition: 0.5s;
}

.studio-item .arrow_up,
.studio-item .arrow_down
{
    top: -3px;
    position: relative;
    font-size: 17px;
    background: #ddc9bc;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 360px;
    display: inline-block;
    margin-left: 6px;
    line-height: 26px;
    font-weight: bolder;
}
.studio-item__name.disabled .arrow_up {
    display: none;
}

input#searchStudioInput {
    width: 100%;
    border-radius: 10px;
    background: #f0eeed;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
    border: 0;
    transition: 0.5s;
    padding: 15px 25px;
    color: #54352b;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    text-align: center;
}
    input#searchStudioInput:hover,
    input#searchStudioInput:focus
    {
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 38%);
        -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 38%);
        -moz-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 38%);
        border: 0;
        transition: 0.5s;
    }

#searchStudioInput::placeholder {
    color: #925c4a;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
}
#searchStudioInput::-moz-placeholder {
    color: #925c4a;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
}
#searchStudioInput::-webkit-input-placeholder {
    color: #925c4a;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
}
.searchPlaceholderText {
    display: none;
    color: #54352b;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 25px 0;
}
#searchByABC {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    color: #A57B63;
    justify-content: center;
    gap: 25px;
}
#searchByABC span:hover {
    color: #54352b;
    cursor: pointer;
}
@media (max-width: 768px) {
    #searchByABC {
        gap: 6px 10px;
        padding: 0 20px;
    }
    #searchByABC span {
        background: #00B9B7;
        display: block;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 360px;
        font-size: 14px;
        color: white;
        transition: 0.5s;
    }
    #searchByABC span:hover {
        transition: 0.5s;
        color: white;
        background-color: #cf5792;
    }
}

.disabled_cmplz_text {
    text-align: center;
    color: #cf5792;
    padding: 0 20px;
}
.disabled_cmplz_text .cmplz-show-banner span {
    border-bottom: 1px dotted;
    cursor: pointer;
}
.disabled_cmplz_text .cmplz-show-banner span strong {
    font-weight: 500;
}

body.page .disabled_cmplz_text { 
    margin-bottom: 35px;
}

/*map*/
#map {
    height: 600px;
    max-height: 60vh;
    margin-bottom: 35px;
}
#map img {
    max-width: unset !important;
}
#map .map_popup {
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.1rem;
}
#map .map_title {
    font-family: "Roboto", Sans-serif;
    color: #CF5792;
    font-size: 15px;
    font-weight: bold;
}
#map .map_item a {
    color: #CF5792;
}
#map .map_item a:hover {
    color: #CF5792;
    text-decoration: underline;
}


/*studio_kompakt_list*/
#studios_compact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 16px;
}
#studios_compact .studio-group-row {
    width: calc(25% - 12px);
}
#studios_compact .studio-group .studio-item:nth-of-type(1) {
    margin: 15px 0 15px 0;
}
#studios_compact .studio-group .studio-item:last-child {
    margin: 10px 0 15px 0;
}
#studios_compact .studio-item__name a {
    color: #00B9B7;
    transition: 0.5s;
}
#studios_compact .studio-item__address a {
    color: grey;
    transition: 0.5s;
}
#studios_compact .studio-item__address a:hover,
#studios_compact .studio-item__name a:hover {
    opacity: 0.6;
    transition: 0.5s;
}

#studios_compact .studio-item {
    display: none;
}
#studios_compact .studio-group h2 {
    color: #CF5792;
    font-size: 18px;
    padding: 10px 0;
    margin: -1px 0 0 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    position: relative;
}
#studios_compact .studio-group h2.active {
    border-bottom: 0;
    padding-bottom: 0;
}
#studios_compact .studio-group h2.active .studio--subtitle {
    display: none;
}


#studios_compact span.studio--title-rel {
    position: relative;
}
#studios_compact .studio-group h2:hover {
    transition: 0.5s;
    cursor: pointer;
    opacity: 0.6;
}
#studios_compact .studio-group .arrow_up, 
#studios_compact .studio-group .arrow_down {
    top: 2px;
    position: absolute;
    font-size: 17px;
    color: #CF5792;
    display: inline-block;
    font-weight: bolder;
    right: -12px;
}
#studios_compact .studio-group.disabled .arrow_up {
    display: none;
}
#studios_compact .studio-group:not(.disabled) .arrow_down {
    display: none;
}
#studios_compact span.studio--subtitle {
    font-weight: normal;
    color: grey;
    font-size: 12px;
    display: block;
}

@media (max-width: 980px) {
    #studios_compact .studio-group-row {
        width: calc(50% - 12px);
    }
}
@media (max-width: 580px) {
    #studios_compact .studio-group-row {
        width: 100%;
    }
}





 #selectLedChocoOverlay {
    position: fixed;
    z-index: 999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;

    #selectLedChocoOverlayPopup {
        background: white;
        width: calc(100% - 40px);
        max-width: 680px;
        padding: 20px;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transform: scale(0.8);
        transition: 0.5s;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        font-family: "Michroma", serif;
        font-weight: 400;
        font-style: normal;
        @media only screen and (max-width: 880px) {
            flex-direction: column;
            max-width: 480px;
        }
        @media only screen and (max-width: 580px) {
            max-width: 320px;
        }
    }

    .btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 20px 70px;
        font-size: 15px;
        color: white;
        text-decoration: none;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        background-size: contain;
        background-position: center;
        transition: 0.5s;
        background-repeat: no-repeat;
        background-color: #0e000f;
        text-transform: uppercase;
        cursor: pointer;
        line-height: normal;

        span.first {
            display: block;
        }

        span.last {
            font-family: 'Roboto', arial;
            display: block;
            margin-top: 5px;
            font-size: 13px;
        }

        @media only screen and (max-width: 880px) {
            font-size: 15px;
        }
        @media only screen and (max-width: 680px) {
            font-size: 12px;
        }
    }

    .btn:hover {
        transform: scale(1.05);
    }

    .one_line_flex_banner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .user-btn {
        background-image: url('felhasznalovagyok.jpg');
        background-position: left center;
        text-align: right;
        padding: 24px 20px 24px 90px;
        @media only screen and (max-width: 880px) {
            padding: 15px 15px 15px 90px;
        }
    }
    .admin-btn {
        background-image: url('uzemeltetovagyok_chocolate.jpg');
        background-position: right center;
        text-align: left;
        padding: 24px 90px 24px 20px;
        @media only screen and (max-width: 880px) {
            padding: 15px 90px 15px 15px;
        }
    }
    .admin-btn-2 {
        background-image: url('uzemeltetovagyok_chled.jpg');
        background-position: top center;
        padding: 24px 20px 12px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: 275px;
        text-align: center;
        @media only screen and (max-width: 880px) {
            padding: 15px 15px 15px 15px;
            background-image: url('uzemeltetovagyok_chled_fekvo.jpg');
            background-position: left center;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        span.first,
        span.last {
            @media only screen and (max-width: 580px) {
                width: 160px;
                text-align: right;
            }
        }
    }
}
#bubbleSelectChocoOverlay {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: var(--sBasic_2);
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 360px;
    border: 3px solid white;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: 0.5s;
    overflow: hidden;
    flex-wrap: wrap;
    font-family: 'Roboto';
    text-transform: uppercase;
    gap: 5px;
    font-size: 14px;
    font-weight: bolder;
    z-index: 999;

    > span:last-child {
        display: none;
    }

    &:hover {
        background: var(--sBasic_1);
        transition: 0.5s;
        /*width: auto;
        padding: 0 15px;
        > span:last-child {
            display: inline-block;
        }*/
    }
}



div.wpcf7 {
    background: #ff00ff;
    background: linear-gradient(40deg, rgb(64 85 205), rgb(255 38 216));
    background-size: 100% 200%;
    animation: gradientAnimation 5s infinite linear;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 2px 7px 0 #00000014;
    color: white;

    .q-title {
        font-size: 17px;
        font-weight: 600;
    }

    a {
        border-bottom: 1px dotted;
        color: white;
    }

    input#privacy, input#terms {
        margin: 0 0 0 0;
        position: relative;
        top: 2px;
    }
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="number"], .wpcf7-form input[type="phone"] {
    width: 100%;
    border: 1px solid var(--grey-3);
    padding: 8px 16px;
    border-radius: 10px;
    height: 50px;
    color: var(--grey-3);
    font-family: Roboto, sans-serif;
}
.wpcf7-form .wpcf7-submit {
    border-radius: 10px;
    padding: 14px 32px;
    line-height: normal;
    text-align: center;
    font-family: 'Michroma', sans-serif;
    border: 0;
    display: inline-flex;
    flex-direction: column;
    width: fit-content;
    color: white;
    transition: 0.5s;
    background-color: var(--sBasic_1);
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
input.wpcf7-form-control.wpcf7-submit:not(:disabled):hover {
    cursor: pointer;
    transition: 0.5s;
    background-color: var(--sBasic_2);
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
form.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wpcf7-form textarea {
    width: 100%;
    border: 1px solid var(--grey-3);
    padding: 8px 16px;
    border-radius: 10px;
    height: 120px;
    color: var(--grey-3);
    resize: none;
    font-family: Roboto, sans-serif;
}
.wpcf7-form .wpcf7-form-control-wrap {
    font-size: 14px;
    position: relative;
}
span.wpcf7-form-control.wpcf7-acceptance label {
    line-height: normal;
}
span.wpcf7-form-control-wrap[data-name="privacy"] label, span.wpcf7-form-control-wrap[data-name="terms"] label {
    display: flex;
    flex-direction: row;
    gap: 7px;
    justify-content: flex-start;
    align-items: flex-start;
}
.wpcf7-form .security_question {
    font-weight: bolder;
    margin-bottom: -15px;
    font-size: 14px;
    p {
        margin: 0;
    }
}
span.wpcf7-form-control-wrap[data-name="security"] label {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
input#security {
    font-size: 14px;
    height: auto;
    width: 160px;
    text-align: center;
}
#wpcf7_submit_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 15px;
}
span.wpcf7-spinner {
    display: none !important;
}
.wpcf7-response-output {
    text-align: center;
    margin-top: 0 !important;
    background: white;
    color: black;
    border-radius: 8px;
}