/*
Theme Name: Masáž Ústí
Text Domain: Masáž Ústí
Version: 1.0
Description: Šablona pro web Masáž Ústí
Tags: left-sidebar, responsive, fancy
Author: Vojtěch Voleman
Author URI: https://github.com/vvoleman
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
:root{
    --primary:#DE2588;
    --lightgray: #eeeeee;
    --font-small: 0.8125rem;
    --gray-dark: #333;
}

.tag{
    background:var(--lightgray);
    padding:3px 4px;
    border-radius:3px;
    margin:3px;
}
.tag .fa{
    margin-right:3px;
}

/* Comment Item ----------------------------- */

/* Pagination ------------------------------- */
.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}
.img-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.post .content h4{
    font-family:'Open Sans';
    text-transform: initial;
    text-align:center;
}
.post{
    padding:15px;
    background:#efefef;
    box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.8);
    transition:0.2s;
}
.post:hover{
    background:#ececec;
}
.post:focus{
    border:1px solid black;
}
.post-list{
    display: flex;
    flex-wrap:wrap;
    justify-items: center;
    margin-left: auto !important;
    margin-right: auto !important;
    width:83.33%;
}
.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
    float:none;
}
.post .img-bg{
    width:100%;
    height:300px;
}
.m-top{
    margin-top:15px;
}
.paddings{
    padding-left:15px;
    padding-right:15px;
}
.no-padding{
    padding-left:0;
    padding-right:0;
}

@media only screen and (min-width: 1600px) {
    .post-list .search_form input[type=text]{
        width:inherit;
    }
    .post-list .search_form button{
        width:inherit;
    }
    .col-rl-1{width:8.33%;}
    .col-rl-2{width:16.66%;}
    .col-rl-3{width:25%;}
    .col-rl-4{width:33.33%;}
    .col-rl-5{width:41.66%;}
    .col-rl-6{width:50%;}
    .col-rl-7{width:58.33%;}
    .col-rl-8{width:66.66%;}
    .col-rl-9{width:75%;}
    .col-rl-10{width:83.33%;}
    .col-rl-11{width:91.66%;}
    .col-rl-12{width:100%;}

    col-rl-1,.col-rl-2,.col-rl-3,.col-rl-4,.col-rl-5,.col-rl-6,.col-rl-7,.col-rl-8,.col-rl-9,.col-rl-10,.col-rl-11,.col-rl-12{
        padding-left:15px;
        padding-right:15px;
    }
}

.search_form button{
    padding:20px 30px;
    background:var(--primary);
    color:#fff;
    border:none;
    font-weight: bold;

}
.search_form{
    display:flex;
    align-items: stretch;
}
.search_form input[type=text]{
    padding:20px;
    width:100%;
    border:none;
    border-bottom: 1px solid #999;
    transition:0.3s;
}
.search_form input[type=text]:focus{
    outline:none;
    background:#F7F7F7;
    border-bottom: 1px solid var(--primary);
}
.minheight{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:300px;
}
@media only screen and (max-width: 1199px) {
    .paddings{
        width:100%;
    }
}
.pagination{
    display:flex;
    justify-content:center;
}
.nav-links > *{
    font-size:25px;
    border-radius:50%;
    padding:10px 15px;
}
.nav-links > *:hover{
    text-decoration: none;
}
.button-primary{
    background:var(--primary);
}
.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: var(--primary);
}

.bapf_sfilter .bapf_body>ul{
    padding:15px;
}
.irs--square .irs-handle{
    border:3px solid var(--gray-dark);
}
.irs--square .irs-from, .irs--square .irs-to{
    background-color:var(--gray-dark);
}
.woocommerce span.onsale{
    min-height:3.5em;
    min-width:3.5em;
    background-color:var(--primary);
}
.cart input{
    padding:10px;
    width:100%;
    border:none;
    border-bottom: 1px solid #999;
    transition:0.3s;
}
.cart input[type=text]:focus{
    outline:none;
    background:#F7F7F7;
    border-bottom: 1px solid var(--primary);
}
.woocommerce button.button.alt{
    padding:15px;
    background-color:var(--primary);
}
.woocommerce-product-gallery__image{
    border-radius:3px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.woocommerce-product-gallery__image img{
}
.socialmedias{
    display:flex;
    align-items:center;
}
blockquote{
    border-left:5px solid var(--primary);
}
blockquote p{
    color:var(--gray-dark);
}
th{
    padding:25px;
    text-align:center;

    font-size:16px;
}
thead{
    border-bottom:3px solid var(--gray-dark);
}
td{
    padding:10px;
}
p:not(.cstom){
    padding:5px;
    /*font-family: 'Roboto Slab', serif;*/
}
ul:not(.contact) li,p:not(.cstom),th{
    color:var(--gray-dark);
}
h3{
    text-transform: none;
}
.no-dots li{
    list-style-type:none;
}
.no-dots li:nth-child(n+2){
    margin-left:18px;
}
ul.no-dots{
    padding:0;
    color:inherit;
}
.btn-primary{
    background-color:var(--primary);
}
.cstom li p{
    color:#777777;
}
.woocommerce table.shop_table td{
    border-top:none;
}
.woocommerce table.shop_table tbody{
    border-bottom:2px solid var(--gray-dark);
}
.woocommerce table.shop_table{
    border:none;
    border-collapse:collapse;
}
.woocommerce table.shop_table thead{
    border-bottom:2px solid var(--gray-dark);
}
.woocommerce table.shop_table th{
    text-align:left;
}
.cart_item:not(last-child){
    font-size:16px;
    border-bottom:1px solid #666;
}
.shop_table tr:not(.cart_item){
    /*border-top:2px solid var(--gray-dark);*/
}

.woocommerce-info::before{
    content:none;
}
.woocommerce-info{
    border-top-color:var(--primary);
    padding:5px;
    font-size:20px;
}
input{
    border:1px solid #cfcfcf;
    padding:10px;
}
.category-span a{
    color:black;
}
.category-span{
    list-style-type:none;
    background:#eee1bb;
    padding:5px;
}
.category-span ul{
    padding:0;
}

.comments-wrapper .comment{
    margin-top:10px;
}
.comments-wrapper .vcard img{
    border-radius:100%;
    width:50px;
    height:50px;
}
.comments-wrapper .comment > *:not(.vcard){
    margin-left:55px;
}
.comment-form-comment{
    margin-bottom:1rem;
}
.comment-form-comment label{
    display: inline-block;
    margin-bottom: .5rem
}
.comment-form-comment textarea{
    display: block;
    width: 100%;
    min-height:50px;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bouncing{
    font-weight:bold;
}
#custom_name{
    transition:0.3s;
}
.variation p{
    padding:0;

}
table.variations .label{
    display:block;
    padding:0;
    color:inherit;
    margin-right:15px;
    font-size:100%;
    text-align:inherit;
}
table.variations td{
    vertical-align: middle !important;
}
table.variations select{
    border-radius:0px;
    border:1px solid #cfcfcf;
    padding:10px;
}
table.variations tr{
    display:flex;
    align-items:baseline;
}
.reset_variations{
    display:block !important;
}
.woocommerce .cart.shop_table .product-thumbnail img {
width: 100px;
}

.product-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 800px) {
    .product-gallery {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .product-gallery {
        grid-template-columns: 1fr;
    }
}

.h2-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-language-switcher {
    display: flex;
    gap: 15px;
    align-items: center;
}

.word-rotate,
.word-rotate-items,
.inverted {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

h1, h2 {
    overflow-x: hidden;
}

/* ------------------------------------------------------------- */
/* AB HIER OPTIMIERTER FOOTER-BEREICH             */
/* ------------------------------------------------------------- */

/* Hauptüberschriften (Rechtliches, Öffnungszeiten, Anschrift) */
#footer .footer-title {
    color: #ffffff !important; 
    font-size: 1.35rem;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Erzwingt gut lesbares Hellgrau für alle Textabsätze im Footer */
#footer p,
#footer .contact-details p,
#footer .opening-hours p,
#footer .address p {
    color: #cccccc !important;
}

/* Erzwingt das Hellgrau für alle Links und Listenpunkte im Footer */
#footer a,
#footer ul li,
#footer ul li a,
#footer .footer-menu li a {
    color: #cccccc !important;
    text-decoration: none !important;
}

/* Sanfter Hover-Effekt (wird beim Drüberfahren weiß) */
#footer a:hover,
#footer ul li a:hover {
    color: #ffffff !important;
}

/* Unterste Copyright-Bar */
#footer .footer-copyright p {
    color: #aaaaaa !important;
}


/* --- Desktop-Version (Standard für große Bildschirme) --- */
/* Versteckt den mobilen Button standardmäßig im Browser */
.mobile-booking-bar {
  display: none !important;
}

@media (max-width: 767px) {

    /* =========================
       ZEILE 1 (Kontakt + Button)
    ========================== */

    .header-row-one {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
        width: 100%;
    }

    .header-contact-left {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .header-contact-left a {
        justify-content: center;
    }

    .header-button-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header-button-right .btn {
        width: 100%;
        max-width: 260px;
        white-space: nowrap;
    }

   

   

   
   
   
   
   
   


}


