a {
	text-decoration: none;
}
a: hover {
	text-decoration: none;
}

/*** odstranění border bottom v hl menu ***/

#site-header {
    border-bottom: 0px solid #f1f1f1;
}

/*** prohození sloupců ve WPBakery v responziv ***/

@media only screen and (max-width: 769px) {
    .swap-on-mobile {
        display: flex !important;
        flex-direction: column-reverse;
    }
}

/****** Contact form ********/
form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
    display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: rgb(255 255 255 / 72%);
    color: #000;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.kontaktTelMail a:hover {
    color: #fef23a;
    transition: all 0.2s ease-out;
}

.conformPaticka {
    color: #c4c4c4;
}
.conformPaticka a {
    color: #c4c4c4;
    text-decoration: none;
}
.conformPaticka a:hover {
    color: #fef23a;;
    transition: all 0.2s ease-out;
}
/***** Změna bg u galerie hover *****/
.vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
     background-color: #00000025;
}

/*** Blog ***/
.nadpisPrispevek {
    font-weight: 600;
}

/*** Footer ***/
.wp-block-heading {
    color: #fff;
    font-size: 18px;
}

.site-footer .widget_nav_menu li {
    padding: 0px 0;
    border-bottom: 0px solid #e9e9e9;
}

.site-footer .widget_nav_menu li:first-child {
    border-top: 0px solid #e9e9e9;
}

#footer-widgets .footer-box .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

#footer-widgets .footer-box {
    padding: 0 15px;
    margin: 0;
    color: #fff;
}

/*** Vyhození upozornění na cookies ***/

#hu-revoke .hu-revoke-button {
        display: none;
}

/*** Blog widgets ***/
.sidebar-box {
    margin-bottom: 20px;
}

/*** vyhledávání ***/
#searchform-header-replace input {
    color: #333;
}

/*** mezera mezi footer a section ***/
@media only screen and (max-width: 959px) {
.content-area, .content-left-sidebar .content-area {
    margin-bottom: 0px;
    }
}

/*** HOVER BLOKY NA TITULCE - DUSAN ***/
.wpb_wrapper:hover .vyrabime a {
    text-decoration: underline !important;
    color: #333333 !important;
    transition: all 0.2s ease-out !important;
}