/*

    Theme Name:		 Hodinové-hotely.sk
    Theme URI:		 https://themeforest.net/item/brikk-directory-listing-wordpress-theme/29105129
    Description:	 Portál pre inzerciu ubytovania
    Author:			 Ondrej Vavrík, Emcubio
    Author URI:		 https://emcubio.sk
    Template:		 brikk
    Version:		 1.7.0.2
    Text Domain:	 hodinove-hotely

*/

#homepage-hero .brk-cards .brk--item{
    border-color: #fff;
    position: relative;
}

#homepage-hero .brk-cards .brk--name, #homepage-hero .brk-cards .brk--description{
    color: #fff;
}

#homepage-hero .brk-cards .brk--name{
    margin-bottom: .5rem;
}

#homepage-hero .brk-cards{
    counter-reset: section;
}

#homepage-hero .brk-cards{
    counter-reset: section;
}

#homepage-hero .brk--item:after{
    counter-increment: section;
    content: counter(section);
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #fff;
    font-size: 1,125rem;
    background-color: #E61E4D;
    padding: .1rem .5rem;
    border-radius: 9999px;
}

#nav-buttons .rz-button{
    box-shadow: none;
    border: 1px solid #E61E4D;
    font-size: 14px;
}

.brk-is-sticky .brk-header{
    background-color: #fff;
}

.brk-header .brk-header-container .brk-site-logo{
    height: 80px;
}

.brk-header .brk-header-container .brk-site-logo img{
    max-width: unset;
    max-height: 80px;
}

.brk-header .brk-header-container{
    justify-content: space-between;
}

.brk-header .brk-header-container .brk-site-actions{
    margin-left: 0;
}

#home-usp .brk-cards .brk--item img{
    background-color: #E61E4D;
    border-radius: 10px;
    padding: 12px;
}

#home-usp .brk--item{
    background-color: #fff;
    border: none;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
}

#home-usp .brk-cards .brk--name{
    font-size: 19px;
    margin-bottom: .5rem;
}

#home-usp .brk--item .brk--description{
    color: #637381;
}

.rz-listing-item .rz-listing .rz-title h4{
    font-size: 16px;
}

.rz-listing-bottom ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Open Sans';
    font-size: 15px;
    align-items: center;
    font-weight: 400;
}

.rz-listing-bottom ul li:not(:last-child){
    color: #AAAAAA;
}

.rz-listing-bottom ul li:not(:last-child) i{
    color: #0F0F0F;
}

.rz-listing-bottom ul li:last-child{
    font-size: 16px;
    font-weight: 600;
}

.rz-listing-bottom::before{
    border-top: 1px solid #BEBEBE;
    padding-top: 1rem;
    opacity: .4;
    content: "";
    display: block;
}

.rz-single-content .rz-mod-content li{
    font-size: 16px;
    font-weight: 400;
}

.rz-single-content .rz-mod-content i{
    font-size: 16px;
}

.rz-single-content .rz-mod-content .rz--style-inline li{
    padding: .5rem .8rem;
    margin-right: 1rem;
    border: 1px solid #AAAAAA;
    border-radius: 8px;
    color: #AAAAAA;
}

.rz-mod-listing-meta .rz--meta.rz--style-sorted ul li:before{
    content: '' !important;
}

.rz-single-content .rz-mod-content .rz--style-sorted li{
    padding: .5rem .8rem;
    border-radius: 8px;
    color: #0F0F0F;
    padding-left: 0 !important;
}

.rz-single-content  .rz-mod-listing-meta .rz--meta.rz--is-highlight li{
    font-weight: 400;
}


.rz-single-content .rz-mod-listing-meta .rz--meta ul{
    margin: 0 !important;
}

.brk-submission>.brk--sidebar{
    background-color: #fff !important;
}

.listing-contact-form .wpforms-title{
    font-weight: 700;
    font-size: 20px !important;
    line-height: 30px !important;
}

.listing-contact-form .wpforms-head-container{
    padding-bottom: 1rem !important;
}

.listing-contact-form input:focus, .listing-contact-form textarea:focus{
    border-color: #e61e4d !important;
    box-shadow: none !important;
}

.listing-contact-form button[type="submit"]{
    background-color: #e61e4d !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 600px !important;
    width: 100% !important;
    border-color: #e61e4d !important;
}

.listing-contact-form button[type="submit"]::after{
    border: none !important;
}

.rz-action-price .rz--amount, .rz-action-price .rz--currency{
    color: #e61e4d;
}

#ec-primary{
    flex-direction: column;
}

#ec-primary .ec-cover{
    background-size: cover;
    height: 600px;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border-radius: 8px;
}

.ec-cover .ec-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);     
    pointer-events: none; 
}

.ec-cover .ec-content{
    color: #fff;
    z-index: 2;
    position: relative;
    text-align: center;
}

.ec-cover .ec-content p{
    font-size: 16px;
}

.ec-cover .ec-content a{
    font-size: 1.15rem;
    padding: 1rem 1.25rem;

}

.ec-cover .ec-content h1{
    font-size: 3rem;
}

.ec-cover .ec-content p:last-child{
    margin-bottom: 0;
}

.ec-btn .ec-btn-icon{
    padding-right: .2rem;
}

.ec-listings{
    margin-top: 3rem;
}

 @media only screen and (max-width: 767px) {
    #ec-primary{
        padding-top: 40px;
    }
    #ec-primary .ec-cover{
        height: 420px;
    }
    .ec-content h1{
        font-size: 1.7rem;
    }

}

 @media only screen and (max-width: 420px) {
    #ec-primary .ec-cover{
        height: 480px;
    }

}

.rz-mod-listing-taxonomy{
    display: inline-block;
}

.rz-mod-listing-taxonomy .rz-mod-content{
    margin: 0 !important;
    margin-left: .5rem !important;
}

.rz-mod-listing-taxonomy .rz-mod-content li{
    background-color: var(--main);
}

.rz-mod-listing-taxonomy .rz-mod-content .rz--label{
    color: #fff;
}

.gtranslate_wrapper{
    position: relative !important;
}

.gt_float_switcher {
    box-shadow: none !important;
    position: absolute !important;
    width: max-content !important;
    margin-top: 0 !important;
}

@media (min-width: 1200px) {
    .gt_float_switcher {
        margin-top: -1.35rem !important;
    }
}

.gt-lang-code, .nturl{
    font-size: 15px !important;
}

.gt_float_switcher img{
    width: 24px !important;
}

@media (max-width: 1199.98px) {
    .brk-mobile-header {
        background-color: #fff;
    }
}

.rz-select-plan .subscription-details{
    display: none;
}

.wc-thank-title{
    display: none;
}

.woocommerce-account .posts-filter{
    display: none;
}

/*
.woocommerce-account .brk-nav ul li:nth-child(3){
    width: 6rem;
}
*/

.badge-top-right {
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 200px;
  height: 100px;
  background-image: url('/wp-content/themes/hodinove-hotely/znamka_diskretnosti_hodinove-hotely.sk_.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999;
}

@media (max-width: 992px) {
  .badge-top-right {
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 120px;
    height: 80px;
  }
}

.brk-submission #post_content-html, .rz-modal #post_content-html{
    display: none;
}

.custom-action{
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .135);
    background-color: #fff;
    border-radius: 10px;
    background-color: var(--bg-white);
}

@media (max-width: 1199.98px) {

    .brk-mobile-header{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        padding: 0 1rem;
    }

    .brk-mobile-header .brk-nav-notifications a{
        color: black;
    }
}

@media (min-width: 1199.99px) {
    .brk-site-header{
        margin: 0 6rem;
    }
}

.custom-action button[type="submit"]{
    border-radius: 10px;
}

.whatsapp--action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #25d366;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 8px;
  margin-top: 1rem;
}

.whatsapp--action a:hover {
  background-color: #1ebe5b;
}

.whatsapp--action svg{
    height: 32px;
}

.rz-calendar-inline .rz--days li.rz--day-unavailable, .rz-calendar-schema ul li.rz--unavailable span{
    background: linear-gradient(
      to top left,
      #ff0000 0,
      #ff0000 calc(50% - 0.8px),
      #ffffff 50%,
      #ff0000 calc(50% + 0.8px),
      #ff0000
    );
    color: #fff;
}

@media (min-width: 1025px) {
    .rz-calendar-inline .rz--days li.rz--available:hover {
        background: linear-gradient(
          to top left,
          #ff0000 0,
          #ff0000 calc(50% - 0.8px),
          #ffffff 50%,
          #ff0000 calc(50% + 0.8px),
          #ff0000
        );
        color: #fff;
        cursor: pointer;
    }
}

.plan-filter-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}


@media (max-width: 767px) {
    .plan-filter-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
}

.rz-location label{
    display: none !important;
}

.brk-submission .brk--row{
    max-width: unset !important;
}
.test-period-title{
    margin-bottom: .5rem;
}

.test-period-desc{
    margin-bottom: 0;
    margin-top: 1.5rem;
    color: green;
}

.rz-plans .rz-plan .rz-heading{
    margin-bottom: .75rem;
}

.rz-plans .rz-plan .rz-content{
    margin-bottom: 1rem;
}

.monthly-price{
    font-weight: 400 !important;
    font-size: 14px !important;
    color: green;
}

.rz-plans .rz-plan .rz-heading .rz-price{
    gap: 1rem;
}

.select-plan-title{
    text-align: center;
}