/*
Theme Name: Dorottya Laser & Beauty theme
Description: A custom theme for Dorottya Laser & Beauty
Author: Dynart
Author URI: https://dynart.net/
Version: v1.0.0

*/

@font-face {
    font-family: FranklinGothicMediumRegular;
    src: url(fonts/Franklin-Gothic-Medium-Regular.ttf);
}

html, body { margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; font-size: 1em; line-height: 1.5em; background-color: #4a4a4a }

.site-navigation {
    position: fixed;
    /*
    position: absolute;
    top: 0;
    left: 0;
    */
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    font-family: FranklinGothicMediumRegular, sans-serif;
}
.site-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.site-navigation li {
    margin: 0;
    display: inline-block;
    padding: 7px 0 7px 50px;
    background-image: url('images/nav-dot.png');
    background-position: 21px 17px;
    background-repeat: no-repeat;

}
.site-navigation li:first-child {
    padding-left: 0;
    background-image: none;
}
.site-navigation li a {
    color: #6ad1d6;
    font-size: 18px;
    text-decoration: none;
}
.site-navigation li a:hover {
    color: #fff;
}
.site-container {
}
.site-footer {
    position: relative;
    background-image: url('images/dark-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 104px;
}
.clear-both {
    clear: both;
}
.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 12px;
    margin-right: 32px;
}
.wpcf7-form label {
    position: absolute;
    left: -999px;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-response-output {
    margin: 0 0 16px 0;
    padding: 8px 16px;
    border-radius: 16px;
    background-color: #5eadb0;
    color: #fff;
    font-family: FranklinGothicMediumRegular, sans-serif;
    font-size: 18px;
}
textarea.wpcf7-textarea, input.wpcf7-text {
    border-radius: 16px;
    background-color: #535353;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 8px 16px;
    width: 100%;
    border: none;
    resize: none;
}
textarea.wpcf7-textarea {
    height: 100px;
}
textarea.wpcf7-textarea::placeholder, input.wpcf7-text::placeholder {
    color: #a8b0a9;
}
.wpcf7-submit {
    background-color: #154147;
    border-radius: 16px;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    border: none;
    padding: 12px 32px;
    font-family: FranklinGothicMediumRegular, sans-serif;
    font-weight: normal;
    font-size: 18px;
    /*float: right;*/
    z-index: 500;
    cursor: pointer;
}
.wp-block-group {
    position: relative;
}
.wp-block-group__inner-container {
    max-width: 1280px;
    margin: 0 auto;
}
.dark {
    background-image: url('images/mm-cover.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #222020;
}
.slim-body {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 0;
}

.wp-block-image {
    margin: 0;
}
.curve-header {
    position: absolute;
    width: 100%;
    height: 104px;
    background-image: url('images/curve-header.png');
    background-size: 100% 104px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.curve-footer {
    position: absolute;
    width: 100%;
    height: 104px;
    background-image: url('images/curve-footer.png');
    background-size: 100% 104px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}

h2 {
    color: #5eadb0;
    font-family: FranklinGothicMediumRegular, sans-serif;
    font-weight: normal;
    font-size: 24px;
}
h2::before {
    content: "";
    top: 0;
    left: 0;
    width: 70px;
    height: 13px;
    display: inline-block;
    background-image: url('images/title-light-before.png')
}
h2::after {
    content: "";
    top: 0;
    left: 0;
    width: 70px;
    height: 13px;
    display: inline-block;
    background-image: url('images/title-light-after.png')
}
.dark h2::before {
    content: "";
    top: 0;
    left: 0;
    width: 70px;
    height: 13px;
    display: inline-block;
    background-image: url('images/title-dark-before.png')
}
.dark h2::after {
    content: "";
    top: 0;
    left: 0;
    width: 70px;
    height: 13px;
    display: inline-block;
    background-image: url('images/title-dark-after.png')
}

#kezdooldal > .wp-block-group__inner-container {
    padding: 80px 20px 0 20px;
    max-width: 1134px;
    margin: 0 auto;
    font-family: FranklinGothicMediumRegular, sans-serif;
}
#kezdooldal h1, #kezdooldal h2, #kezdooldal h3, #kezdooldal h4 {
    font-weight: normal;
    margin: 0;
}
#kezdooldal h2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 16px;
    text-align: left;
    color: #7ee6ea;
}
#kezdooldal h2::before {
    content: "";
    display: none;
}
#kezdooldal h2::after {
    content: "";
    display: none;
}

#kezdooldal h1 {
    color: #c2f0f4;
    font-size: 48px;
    line-height: 43px;
}
#kezdooldal h3 {
    color: #a8b0a9;
    font-size: 27px;
}
#kezdooldal h4 {
    color: #7ee6ea;
    font-size: 27px;
}
#kezdooldal p {
    color: #c2f0f4;
    font-size: 20px;
}
#kezdooldal .logo-column {
    flex-basis: 0;
    text-align: right;
}
#kezdooldal .logo-column img {
    width: 150px;
    height: auto;
}
#kezdooldal .logo-name-columns {
    padding-top: 40px;
}
#kezdooldal .welcome-group {
    max-width: 608px;
    margin: 60px 0 0 0;
}
#kezdooldal .welcome-group a {
    color: #a8b0a9;
    font-size: 18px;
    text-decoration: none;
}
#kezdooldal .welcome-group a i {
    font-size: 14px;
    padding-left: 6px;
}
#kezdooldal .wp-block-button {
    margin: 10px 0 30px 0;
    z-index: 500;
}
#kezdooldal a.wp-block-button__link, #blog a.wp-block-button__link {
    background-color: #154147;
    border-radius: 16px;
    color: #7ee6ea;
    text-shadow: 0 2px 0 rgb(83, 83, 83);
    font-family: FranklinGothicMediumRegular, sans-serif;
}

#kezdooldal .name-column {
    flex-basis: 100%;
    padding-left: 16px;
}

#kezdooldal .logo-image img {
    max-width: unset;
}

#modszereim ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 48px;
    column-gap: 48px;
    margin-bottom: 48px;
    margin-left: 48px;
}
#modszereim ul ul {
    column-gap: 5px;
    margin: 15 5px;
    row-gap: 5px;    
}
#modszereim li {
    width: calc(50% - 48px);
    border-radius: 15px;
    background: #003d40;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
}
#modszereim h3 {
    margin: 0 0 16px 0;
    padding: 8px 16px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #7ee6ea;
    font-size: 18px;
    background: #3a3a3a;
}
#modszereim li img {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
#modszereim p {
    margin: 0 16px 16px 16px;
    color: #c2f0f4;
}
#modszereim li li{
    text-align: center;
    padding: 5px;
    background: #7ee6ea;
    color: #3a3a3a;
}   
.text-align-center {
    text-align: center;
}
#modszereim .content {
    overflow-y: hidden;
}
#modszereim a.more {
    background-color: #5eadb0;
    border-radius: 16px;
    color: #c2f0f4;
    text-shadow: 0 2px 0 rgb(83, 83, 83);
    padding: 8px 32px;
    text-decoration: none;
    font-family: FranklinGothicMediumRegular, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin: 0 0 24px 0;
}
#modszereim a.more i {
    font-size: 14px;
    padding-left: 6px;
}
#modszereim a.close {
    background-color: #5eadb0;
    border-radius: 16px;
    color: #c2f0f4;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    padding: 8px 32px;
    text-decoration: none;
    font-family: FranklinGothicMediumRegular, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin: 0 0 24px 0;
}
#modszereim a.close i {
    font-size: 14px;
    padding-right: 6px;
}
#modszereim a.close:hover, #modszereim a.more:hover {
    background-color: #6ad1d6;
}

#modszereim .content {
    display: none;
}


#rolam .wp-block-image img {
    border-radius: 16px;
}
#rolam p {
    color: #c2f0f4;
    margin: 0 0 16px 0;
}
#rolam {
    padding-top: 48px;
    padding-bottom: 16px;
}
#rolam h2 {
    color: #7ee6ea;
    margin-bottom: 32px;
}
#kapcsolat {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#kapcsolat .wp-block-columns {
    margin-bottom: 64px;
}
#kapcsolat h2 {
    color: #7ee6ea;
    margin-bottom: 32px;
}
#kapcsolat p {
    color: #7ee6ea;
    margin: 0 0 16px 0;
}
#kapcsolat h4 {
    color: #7ee6ea;
    font-size: 27px;
    margin: 16px 0;
}
#kapcsolat i.fas, #kapcsolat i.fab {
    font-size: 24px;
    color: #e5c9ff;
    width: 28px;
    padding-right: 12px;
    vertical-align: middle;
    text-align: center;
}
#kapcsolat a {
    color: #6ad1d6;
    text-decoration: underline;
}
.site-footer {
    padding-top: 48px;
}
.site-footer div {
    text-align: center;
}
.site-footer .links {
    padding: 8px 0 24px 0;
}
.site-footer a {
    color: #c2f0f4;
    font-size: 12px;
    text-decoration: underline;
}
.site-footer .copyright {
    font-weight: bold;
    padding: 8px 0;
}
.site-page {
    max-width: 960px;
    margin: 0 auto 0 auto;
    padding: 48px 0;
}
.site-page h1, .site-page h2 {
    text-align: center;
}

/** desktop **/
@media screen and (min-width: 782px) {
    .only-handheld {
        display: none;
    }
    .hamburger-menu {
        display: none;
    }
    .hamburger-menu-content {
        display: block;
    }
    .figure-column .figure-image {
        position: absolute;
        bottom: 0;
        margin: 0 16px;
    }
    #modszereim .wp-block-latest-posts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 48px;
        column-gap: 48px;
        margin: 24px 0 0 48px;
        padding: 0;
        box-sizing: border-box;
    }

}
.feedbacks {
    position: relative;
    overflow: hidden;
    height: 400px;
}
.feedbacks span {
    width: 400px;
    height: 400px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
}
.feedbacks a.left-button, .feedbacks a.right-button {
    position: absolute;
    top: 0;
    font-size: 96px;
    padding: 24px;
    line-height: 400px;
    color: #aaa;
    cursor: pointer;
    z-index: 500;
}
.feedbacks a.left-button {
    left: 0;
}
.feedbacks a.right-button {
    right: 0;
}

#blog {
    margin: 64px 0 32px 0;
}
#blog ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 48px;
    column-gap: 48px;
    margin-bottom: 48px;
    margin-left: 48px;
    margin-top: 32px;
}
#blog li {
    width: calc(25% - 48px);
    border-radius: 15px;
    background: #3a3a3a;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
}
#log ul li {
    background-color: #3a3a3a;
}
#blog li span {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 14px;
    background-color: #ddd;
}
#blog li img {
    width: 100%;
    height: auto;
}
#blog li div {
    padding: 16px;
}
#blog li p:not(:last-child) {
    margin: 0 0 16px 0;
}
#blog li p:last-child {
    margin: 0 0 0 0;
}
#blog li span {
    background-color: #3a3a3a;
}
.grecaptcha-badge {
    display: none;
}
.google-protection {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.page-archive {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 48px;
}
.page-archive h2 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.page-archive .pages {
    text-align: center;
    display: block;
}
.pagination {
    text-align: center;
}
.pagination a {
    background-color: #6ad1d6;
    border-radius: 16px;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    text-decoration: none;
    font-family: FranklinGothicMediumRegular, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin: 0 0 24px 0;
}
.pagination .current {
    background: #fff;
    border: 3px solid #5eadb0;
    padding: 8px 16px;
    border-radius: 16px;
}

#visszajelzesek {
    margin: 48px 0 16px 0;
}
#visszajelzesek h2 {
    margin-bottom: 8px;
}
#arak {
    margin: 48px 0;
}

/** override wordpress default style: tablet shows only one column **/
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        flex-grow: 0;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
    
}
#modszereim ul ul{
    column-gap: 5px;
    margin: 15 5px;
    row-gap: 5px;
}

/** handheld: tablet and mobile **/
@media screen and (max-width: 1023px) {
    .figure-column .figure-placeholder {
        display: none;
    }
    .hamburger-menu {
        display: block;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        width: 64px;
        height: 64px;
        background-image: url('images/hamburger-menu.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }
    .hamburger-menu-content {
        display: none;
        overflow: hidden;
    }
    .site-navigation {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .site-navigation ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
        margin-top: 64px;
    }
    .site-navigation li {
        margin: 0;
        display: block;
        padding: 0;
        text-align: right;
        background-image: none;
    }
    .site-navigation li a {
        display: block;
        padding: 7px 24px 7px 24px;
    }

    .curve-header {
        height: 64px;
        background-image: url('images/curve-header-mobile.png');
        background-size: 100% 64px;
    }
    .curve-footer {
        height: 64px;
        background-image: url('images/curve-footer-mobile.png');
        background-size: 100% 64px;
    }
    .dark:not(:first-child) .wp-block-columns {
        margin: 0 24px;
    }
    #kezdooldal h1, #kezdooldal h2, #kezdooldal h3, #kezdooldal h4 {
        text-align: center;
    }
    #kezdooldal .welcome-group {
        max-width: 100%;
        margin: 0 0 0 0;
    }
    #kezdooldal .name-column {
        padding-left: 0;
    }
    #kezdooldal > .wp-block-group__inner-container {
        padding-top: 20px;
    }
    #kapcsolat .wp-block-columns {
        margin-bottom: 32px;
    }
    #kezdooldal h1 {
        color: #7ee6ea;
        font-size: 40px;
        line-height: 40px;
    }

    #modszereim li {
        width: 100%;
        border-radius: 15px;
        background: #154147;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
        margin-bottom: 32px;
        padding: 0 0 16px 0;
    }
    #modszereim li li{
        margin-bottom: 0px;
    }
    #modszereim ul {
        margin: 0 24px 0 24px;
        row-gap: 0px;
    }
    #modszereim ul ul{
        column-gap: 5px;
        margin: 15px 5px;
        margin-left: 0;
        row-gap: 5px;
    }
    #modszereim a.more, #modszereim a.close {
        margin-bottom: 8px;
    }
    #rolam figure {
        margin-bottom: 24px;
    }
    .wpcf7-submit {
        float: none;
        color: #5eadb0;
    }
    .site-footer {
        padding-top: 32px;
    }
    .site-footer a {
        display: block;
    }
    .site-footer span {
        display: none;
    }
    .site-page {
        margin: 0 24px;
        padding: 24px 0;
    }
    #blog {
        margin: 32px 0 32px 0;
    }
    #blog li span {
        background-color: #3a3a3a;
    }
    #blog li {
        width: 100%;
        border-radius: 15px;
        background: #3a3a3a;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
        margin-bottom: 32px;
        padding: 0 0 16px 0;
    }
    #blog ul {
        margin: 0 24px 0 24px;
        row-gap: 0px;
    }
    .feedbacks {
        height: 290px;
    }
    .feedbacks span {
        width: 290px;
        height: 290px;
    }
    .feedbacks a.left-button, .feedbacks a.right-button {
        font-size: 32px;
        padding: 8px;
        line-height: 290px;
    }

}
/* =========================================
   DOROTTYA LASER � LIGHT + GOLD THEME
   ========================================= */

/* Alap: feh�r h�tt�r, j�l olvashat� s�t�t sz�veg */
html, body {
    background-color: #ffffff;
    color: #333333;
}

/* Navig�ci� � feh�r h�tt�r, arany linkek */
.site-navigation {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #eee;
}

.site-navigation li {
    background-image: none; /* nav-dot elt�ntet�se, ha nem kell */
    padding-left: 32px;
}

.site-navigation li:first-child {
    padding-left: 0;
}

.site-navigation li a {
    color: #c9a24f;           /* arany */
}

.site-navigation li a:hover {
    color: #b58a30;           /* s�t�tebb arany */
}

/* Footer � vil�gos h�tt�r, arany/s�t�t sz�veg */
.site-footer {
    background-image: none !important;
    background-color: #ffffff;
    color: #666666;
}

.site-footer a {
    color: #c9a24f;
}

.site-footer .copyright {
    color: #444444;
}

/* Contact form � vil�gos inputok, arany gomb */
textarea.wpcf7-textarea,
input.wpcf7-text {
    background-color: #faf7f2;
    border: 1px solid #e3dac7;
    color: #333333;
}

textarea.wpcf7-textarea::placeholder,
input.wpcf7-text::placeholder {
    color: #999999;
}

.wpcf7-submit {
    background-color: #c9a24f;
    color: #ffffff;
    text-shadow: none;
}

.wpcf7-submit:hover {
    background-color: #b58a30;
}

/* �Dark� szekci�k � most legyenek csak finoman elt�ro, vil�gos blokkok */
.dark {
    background-image: none;
    background-color: #faf7f2;
    color: #333333;
}

/* C�msorok � arany */
h2 {
    color: #c9a24f;
}

/* Ha a title elott/ut�n l�vo d�sz-cs�kok nem j�k sz�nben, ak�r ki is kapcsolhatjuk: */
h2::before,
h2::after,
.dark h2::before,
.dark h2::after {
    display: none;
}

/* Kezdooldal fejl�cek � arany / s�t�t sz�rke */
#kezdooldal h1 {
    color: #c9a24f;
}

#kezdooldal h2,
#kezdooldal h3,
#kezdooldal h4 {
    color: #8c6b24;
}

#kezdooldal p {
    color: #555555;
}

/* Call-to-action gombok � arany */
#kezdooldal a.wp-block-button__link,
#blog a.wp-block-button__link {
    background-color: #c9a24f;
    border-radius: 16px;
    color: #ffffff;
    text-shadow: none;
}

#kezdooldal a.wp-block-button__link:hover,
#blog a.wp-block-button__link:hover {
    background-color: #b58a30;
}

/* �M�dszereim� k�rty�k � feh�r k�rtya, arany c�m */
#modszereim li {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

#modszereim h3 {
    background: #faf7f2;
    color: #c9a24f;
}

#modszereim p {
    color: #555555;
}

#modszereim a.more,
#modszereim a.close {
    background-color: #c9a24f;
    color: #ffffff;
    text-shadow: none;
}

#modszereim a.more:hover,
#modszereim a.close:hover {
    background-color: #b58a30;
}

/* R�lam / Kapcsolat � vil�gos sz�nek, arany kiemel�sek */
#rolam p {
    color: #555555;
}

#rolam h2,
#kapcsolat h2,
#kapcsolat h4 {
    color: #c9a24f;
}

#kapcsolat p {
    color: #555555;
}

#kapcsolat a {
    color: #c9a24f;
}

/* Blog k�rty�k � vil�gosabbak */
#blog li {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

#blog li span {
    background-color: #faf7f2;
}


.site-page {
    background-color: #ffffff;
    color: #333333;
}

@media screen and (max-width: 1023px) {
    .site-navigation {
        background-color: rgba(255, 255, 255, 0.98);
    }
    .hamburger-menu {
    }
}

.dlb-price-wrapper {
    width: 100%;
    max-width: 1000px;
    min-width: auto !important;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

/* Gombok kontenere */
.dlb-price-wrapper .dlb-price-tabs {
    display: flex !important;
    min-width: auto !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 15px;
    margin: 20px auto 30px;
    flex-wrap: wrap;
    
}

/* Gomb stilus */
.wp-block-column {
    min-width: auto !important;
}
.dlb-price-wrapper .dlb-price-tab {
    flex: 1 1 0;
    min-width: 200px;
    max-width: 280px;
    padding: 14px 20px;
    border: 1px solid #d4af37;
    background: #ffffff;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 999px;
}

.dlb-price-wrapper .dlb-price-tab:hover{
    background: #f7f0d8;
}

.dlb-price-wrapper .dlb-price-tab.active {
    background: #d4af37;
    color: #fff;
}

/* Tartalom (kepek) */
.dlb-price-wrapper .dlb-price-contents  {
    margin-top: 10px;
}

.dlb-price-wrapper .dlb-price-content {
    display: none;
}

.dlb-price-wrapper .dlb-price-content.active{
    display: block;
}

.dlb-price-wrapper .dlb-price-content  img {
    display: block;
    margin: 0 auto;
    max-width: 900px;  
    height: auto;
}
.rc-anchor-content {
    background: faf7f2 !important;
    color: #222 !important;

}

@media (max-width: 768px) {
    .dlb-price-tabs {
        flex-direction: column !important;
        align-items: stretch;
    }

    .dlb-price-tab {
        min-width: 100%;
        max-width: 100%;
    }
    .dlb-price-content img {
       width: 100%;
	}

}

