/*
Theme Name: Abolire
Theme URI: https://apusthemes.com/abolire
Author: ApusTheme
Author URI: https://apusthemes.com/
Description: Abolire is clean theme, it's used Apus Framework.
Version: 1.0.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: abolire

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
img{
    max-width: 100%;
    height:auto;
 }
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 32px 2em;
}
.wp-block-image .alignright{
    margin-left: 2em;
}
.alignleft {
    float: left;
    margin: 5px 2em 32px 0;
}
.wp-block-image .alignleft{
    margin-right: 2em;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
    box-sizing: border-box;
}
.bypostauthor{
    box-sizing: border-box;
}
.wp-block-pullquote{
    border:none;
}
.wp-block-categories-list.aligncenter{
    text-align: center;
}
.header-mobile .box-search.active .search-mobile {
    z-index: 10;
}
rs-module-wrap{
    z-index: 0;
}




#widget-maps-init .marker-cluster {
  width: 34px !important;
  height: 34px !important;
  margin-left: -22px !important;
  margin-top: -22px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#widget-maps-init .marker-cluster > div {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  background: #53585a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
#widget-maps-init .marker-cluster:before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  opacity: 0.25;
  filter: alpha(opacity=25);
  background-color: #53585a;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#widget-maps-init .marker-cluster:hover:before, #widget-maps-init .marker-cluster:focus:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-track {
  background: #f1f1f1
}

::-webkit-scrollbar-thumb {
  -webkit-transition: .5s;
  transition: .5s;
  background-image: -webkit-linear-gradient(0deg, #dcc397,#dcc397)
}

::-webkit-scrollbar-thumb:hover {
  background-image: -webkit-linear-gradient(0deg, #dcc397,##dcc397)
}

::-moz-selection {
  color: #fff;
  background: #dcc397
}

::selection {
  color: #fff;
  background: #dcc397
} 
.datepick {
    border: 0;
    background: 0 0;
    border-radius: 0
}

@media (max-width: 767px) {
    .datepick {
        width:auto !important
    }
}

.datepick .datepick-nav {
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: .625rem
}

.datepick .datepick-nav a {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    color: #17181a
}

.datepick .datepick-nav a:hover:not(.datepick-disabled) {
    color: #dcc397
}

.datepick .datepick-nav a:hover,.datepick .datepick-nav a:focus,.datepick .datepick-nav a:active {
    text-decoration: none;
    background: 0 0
}

.datepick .datepick-nav .datepick-cmd-today {
    color: #dcc397;
    font-weight: 600;
    width: 40%
}

.datepick .datepick-nav .datepick-cmd-today:hover {
    color: #17181a
}

.datepick .datepick-nav .datepick-cmd-prev {
    overflow: hidden
}

.datepick .datepick-nav .datepick-cmd-prev:before {
    height: 100%;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    width: 100%
}

.datepick .datepick-nav .datepick-cmd-next {
    overflow: hidden
}

.datepick .datepick-nav .datepick-cmd-next:before {
    height: 100%;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    width: 100%
}

.datepick .datepick-month-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem;
    background: 0 0;
    color: #17181a;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem
}

.datepick .datepick-month-header select {
    height: 100%;
    background-color: transparent;
    color: inherit;
    background-size: .75rem;
    background-position: top .875rem right .875rem;
    padding-right: 1.875rem;
    font-weight: inherit
}

.datepick .datepick-month-header select:last-child {
    max-width: 75px
}

@media all {
    .datepick .datepick-month-header select {
        width: auto
    }
}

.datepick .datepick-month-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .datepick .datepick-month-row {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.datepick .datepick-month {
    width: auto;
    clear: both;
    margin: 0 auto;
    border: 0;
    font-size: 12px;
    font-size: .75rem
}

@media (min-width: 768px) {
    .datepick .datepick-month {
        width:255px
    }
}

@media (min-width: 768px) {
    .datepick .datepick-month+.datepick-month {
        margin-left:20px
    }
}

.datepick .datepick-month table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0;
    height: auto
}

.datepick .datepick-month thead th {
    background: 0 0;
    color: #17181a
}

.datepick .datepick-month th,.datepick .datepick-month td {
    border: 0;
    background: 0 0
}

.datepick .datepick-ctrl {
    margin-top: .625rem;
    background: 0 0;
    font-weight: 600
}

.datepick .datepick-ctrl a {
    color: #17181a;
    font-size: 14px;
    font-size: .875rem
}

.datepick .datepick-ctrl a:hover {
    background: 0 0;
    text-decoration: none;
    color: #dcc397
}

.mphb-calendar .datepick-month td>span,.mphb-calendar .datepick-month td a {
    min-height: 30px;
    padding-top: 4px
}

.mphb-calendar .datepick-month td a {
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.mphb-calendar .datepick-month td span {
    color: #ebebec;
    position: relative;
    background: 0 0;
    overflow: hidden
}

.mphb-calendar .datepick-month td .mphb-available-date {
    background: #ffffff;
    font-weight: 600;
}

.mphb-calendar .datepick-month td .mphb-past-date,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable,.mphb-calendar .datepick-month td .mphb-out-of-season-date,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-mark-as-unavailable--check-in {
    font-weight: 400;
    color: #ebebec;
    opacity: 1;
    border: 1px solid #fafafa;
    background: -webkit-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: -o-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: repeating-linear-gradient(to bottom right,transparent,transparent 4px,#fafafa 5px,#fafafa 6px)
}

.mphb-calendar .datepick-month td .mphb-past-date:before,.mphb-calendar .datepick-month td .mphb-past-date:after,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable:before,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable:after,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date:before,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date:after,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-mark-as-unavailable--check-in:before,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-mark-as-unavailable--check-in:after {
    display: none
}

.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-in,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out {
    border: 0;
    background: 0 0;
    position: relative;
    z-index: 1;
    color: #dcc397;
    font-weight: 600
}

.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out:before,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-in:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #fafafa;
    background: -webkit-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: -o-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: repeating-linear-gradient(to bottom right,transparent,transparent 4px,#fafafa 5px,#fafafa 6px)
}

.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out:after,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-in:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out:after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear,right bottom,left top,color-stop(50%,rgba(255,255,255,0)),color-stop(50%,var(#ffffff)));
    background: -webkit-linear-gradient(bottom right,rgba(255,255,255,0) 50%,var(#ffffff) 50%);
    background: -o-linear-gradient(bottom right,rgba(255,255,255,0) 50%,var(#ffffff) 50%);
    background: linear-gradient(to top left,rgba(255,255,255,0) 50%,var(#ffffff) 50%)
}

.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out:after,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out:after {
    background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,rgba(255,255,255,0)),color-stop(50%,var(#ffffff)));
    background: -webkit-linear-gradient(top left,rgba(255,255,255,0) 50%,var(#ffffff) 50%);
    background: -o-linear-gradient(top left,rgba(255,255,255,0) 50%,var(#ffffff) 50%);
    background: linear-gradient(to bottom right,rgba(255,255,255,0) 50%,var(#ffffff) 50%)
}

.mphb-calendar .datepick-month td .mphb-check-in-date {
    color: #17181a;
    background: #dcc397;
    border-color: #dcc397;
    font-weight: 600;
    opacity: 1
}

.mphb-calendar .datepick-month td .mphb-unselectable-date--check-in,.mphb-calendar .datepick-month td .mphb-unselectable-date--check-out {
    color: #ebebec
}

.mphb-calendar .datepick-month td .datepick-highlight,.mphb-calendar .datepick-month td .mphb-selected-date,.mphb-calendar .datepick-month td .datepick-selected {
    color: black;
    background: #dcc397;
    border-color: black;
    font-weight: 600;
    text-decoration: none
}

.mphb-calendar .datepick-month td .datepick-highlight:before,.mphb-calendar .datepick-month td .datepick-highlight:after,.mphb-calendar .datepick-month td .mphb-selected-date:before,.mphb-calendar .datepick-month td .mphb-selected-date:after,.mphb-calendar .datepick-month td .datepick-selected:before,.mphb-calendar .datepick-month td .datepick-selected:after {
    display: none
}

.mphb-calendar[data-is_show_prices="1"] .datepick-month td a,.mphb-calendar[data-is_show_prices="1"] .datepick-month td span {
    height: auto;
    line-height: 1.5
}

.mphb-calendar[data-is_show_prices="1"] .datepick-month td>a,.mphb-calendar[data-is_show_prices="1"] .datepick-month td>span {
    padding: 5px 0 2px
}

.mphb-calendar[data-is_show_prices="1"] .datepick-month td>a.mphb-mark-as-unavailable,.mphb-calendar[data-is_show_prices="1"] .datepick-month td>span.mphb-mark-as-unavailable {
    padding: 4px 0 1px
}

.mphb-calendar .datepick-month td>span .mphb-date-cell__price,.mphb-calendar .datepick-month td>a .mphb-date-cell__price {
    margin-top: 2px;
    line-height: 1;
    font-weight: 400;
    font-size: 9px;
    opacity: .9
}

.mphb-calendar.mphb-loading .datepick:before {
    z-index: 2
}

.mphb-datepick-popup {
    margin-top: -2px;
    margin-bottom: -2px;
    padding: .3125rem 1.25rem .625rem;
    background: #fff;
    border: 2px solid #dcc397;
    border-radius: #dcc397
}

.mphb-datepick-popup .datepick-month td span,.mphb-datepick-popup .datepick-month td a {
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 31px;
    background: 0 0
}

.mphb-datepick-popup .datepick-month td a {
    color: #17181a
}

.mphb-datepick-popup .datepick-month td a.mphb-date-selectable,.mphb-datepick-popup .datepick-month td a.mphb-selectable-date {
    border: 1px solid #ededed;
    background: 0 0;
    font-weight: 500
}

.mphb-datepick-popup .datepick-month td a.datepick-today {
    border: 2px solid #dcc397;
    text-decoration: none;
    color: #17181a;
    font-weight: 600;
    line-height: 30px
}

.mphb-datepick-popup .datepick-month td a.datepick-highlight {
    color: #17181a;
    background: #dcc397;
    border-color: #dcc397;
    text-decoration: none;
    color: #fff
}

.mphb-datepick-popup .datepick-month td a.datepick-selected {
    color: white;
    background: #dcc397;
    border-color: #dcc397;
    font-weight: 600
}

.mphb-datepick-popup .datepick-month td .mphb-unselectable-date:not(.mphb-extra-date) {
    color: #ebebec;
    opacity: 1;
    font-weight: 400;
    border: 1px solid #fafafa;
    background: -webkit-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: -o-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: repeating-linear-gradient(to bottom right,transparent,transparent 4px,#fafafa 5px,#fafafa 6px)
}

.mphb-datepick-popup .datepick-nav a {
    font-size: 14px;
    font-size: .875rem
}

@media (max-width: 768px) {
  .datepick-popup {
    left: 0 !important; /* nebo třeba 50% s transformem */
    right: auto !important;
    transform: none !important; /* nebo translateX(-50%) pokud chceš centrovat */
  }
}
