/*
Theme Name:     DFD Ronneby Child Theme
Theme URI: 		http://rnbtheme.com/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://rnbtheme.com/
Template:       dfd-ronneby
Version:        1.0.0
*/

@media only screen and (max-width: 1100px) {

    .dfd-side-by-side-mode-custom #header-container,
    .dfd-side-by-side-mode-custom #header-container #header {
        position: fixed !important;
        background: transparent;
    }
}

@media only screen and (max-width: 800px) {
    .dfd-side-by-side-mode-custom #header-container #header .header-wrap>.row:last-child {
        background: transparent;
    }
}

@media only screen and (max-width: 1100px) {
    .dfd-side-by-side-mode-custom body.dfd-custom-padding-html #header-container #header {
        padding: 0 30px;
    }
}

.text-menu .text-menu__container ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    overflow-x: auto;
}

@media (min-width: 992px) {
    .text-menu .text-menu__container ul {
        justify-content: center;
        align-items: center;
    }
}

.text-menu .text-menu__container ul li {
    flex: 0 0 auto;
}

.text-menu .text-menu__container::before {
    content: "Przewiń w prawo >";
    background: #b8995c;
    padding: 0px 5px;
    text-align: center;
    font-size: 10px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    position: absolute;
    top: -30px;
    right: 15px;
    opacity: 0;
    transition: all 500ms ease-in-out;
}

.text-menu .text-menu__container.active-tooltip::before {
    top: -40px;
    opacity: 1;
    transition: all 300ms ease-in;
    -webkit-animation: wobble-hor-bottom 0.8s 1000ms 2 both;
    animation: wobble-hor-bottom 0.8s 1000ms 2 both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-4 15:54:12
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }

    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }

    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }

    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

@keyframes wobble-hor-bottom {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }

    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }

    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }

    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}


@media (min-width: 992px) {
    .text-menu .text-menu__container::before {
        display: none;
    }
}

.text-menu .text-menu__container .text-menu__list li {
    font-size: 13px;
    text-transform: uppercase;
    padding: 1rem 2rem;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease-in-out;
}

.text-menu .text-menu__container .text-menu__list li:hover {
    border-color: #b8995c;
}

.text-menu .text-menu__container .text-menu__list .text-menu__list-item--active {
    border-color: #b8995c;
}

.text-menu .text-menu__container .text-menu__content {
    padding: 30px 0;
}

.text-menu .text-menu__container .text-menu__content .text-menu__section-title {
    display: block;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.text-menu .text-menu__container .text-menu__content .text-menu__section-subtitle {
    display: block;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px;
}

.text-menu .text-menu__container .text-menu__content .text-menu__section-subtitle > span {
    background: #fbfbfb;
    padding: 5px 10px;
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* margin-right: -15px;
	margin-left: -15px */
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish {
    display: none;
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish.text-menu__dist--active {
    display: block;
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish-list .text-menu__dish-item {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .text-menu .text-menu__container .text-menu__content .text-menu__dish-list {
        flex-direction: column;
    }

    .text-menu .text-menu__container .text-menu__content .text-menu__dish-list .text-menu__dish-item {
        width: 100%;
    }
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish-name,
.text-menu .text-menu__container .text-menu__content .text-menu__dish-price {
    font-size: 14px;
    font-weight: 500;
    /* letter-spacing: 0; */
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    /* letter-spacing: 3px; */
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish-price {
	padding-left: 15px;
	min-width: 110px;
	text-align: right;
}
.text-menu .text-menu__container .text-menu__content .text-menu__dish-price-longer{
	min-width: 220px;
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish-price .qty {
    font-size: 12px;
    margin-right: 15px;
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish-price,
.text-menu .text-menu__container .text-menu__content .text-menu__dish-name,
.text-menu .text-menu__container .text-menu__content .text-menu__dish-description,
.text-menu .text-menu__container .text-menu__content .text-menu__dish-description-lang {
    line-height: 1.1;
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish-description {
    margin-bottom: 10px;
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish-description,
.text-menu .text-menu__container .text-menu__content .text-menu__dish-description-lang {
    font-size: 13px;
}

.text-menu .text-menu__container .text-menu__content .text-menu__dish-description-lang {
    color: #b8995c;
}

.text-menu .text-menu__container .text-menu__content .text-menu__section-text {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}


.ui-datepicker-today{
	position: relative;
}

.ui-datepicker-today::before{
    display: none;
    background: #0b0b0b;
    font-size: 12px;
    padding: 5px;
    color: white;
    position: absolute;
    bottom: 0;
    width: 262px;
    bottom: 35px;
    opacity: 1;
	left: -1px;
	white-space: pre-wrap;
	text-align: center;
 }
.ui-datepicker-today:hover::before{
	display: block;
}
.ui-state-disabled.ui-datepicker-today{
	opacity: 1 !Important;
}
.ui-state-disabled.ui-datepicker-today > .ui-state-default {
	opacity: 1;
	color: #c4c4c4 !Important;
	background-color: #f7f7f7 !Important;
}
/*---ankieta---*/
.questionnaire__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
  .questionnaire .half{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .questionnaire__select .dk-selected {
      line-height: 47px;
      height: 47px;
  }
  .questionnaire__starrating .starrating{
      margin: 1rem 0;
  }
  .questionnaire__button{
    text-align: center;
    margin-top: 30px!important;
  }
  .questionnaire__button input{
    display: inline-block;
    margin: 0 !important;
    border: none !important;
    width: auto!important;
    background-color: #0b0b0b!important;
    text-transform: uppercase!important;
    padding: 20px 60px!important;
    color: #fff!important;
    font-size: 18px!important;
}
.questionnaire__textarea textarea{
    max-height: 94px;
}
.wpcf7-mail-sent-ok{
    font-weight: 500;
    font-size: 18px;
}
.cf7-message__sucess{
    padding: 60px;
}
.cf7-message__sucess h6{
    font-family: "Raleway"!important;
}

/*---usuniecie autora wpisu/post---*/
.entry-meta .before-author, .entry-meta .author{
    display: none;
}
.post-2354 .cat-name, .post-2354 .before-category, .post-2354 .dfd-news-categories, .post-2396 .cat-name, .post-2396 .before-category, .post-2396 .dfd-news-categories{
    display: none; 
}

#kontakt-detale  .wpb_wrapper, #kontakt-detale  .wpb_wrapper .wpb_content_element{
    height: 100%;
}



/* RODO */
.checkbox-consent .wpcf7-list-item-label{
    position: relative;
}

.checkbox-consent .checkbox-consent__input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.checkbox-consent .wpcf7-list-item-label{
    padding-left: 28px;
}
.checkbox-consent [type=checkbox]+span:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
    border-radius: 0%;
    /* margin-top: 2px; */
    -webkit-transition: .2s;
    transition: .2s;
    background-color: rgba(244,244,244,1);
    transform: translateY(-25%);
    border: 2px solid #fff;
}
.checkbox-consent [type=checkbox]:checked+span:before{
    background-color: #a48f6f;
}

.checkbox-consent label {
    font-size: 11px;
    line-height: 1.3;
}

.checkbox-consent .wpcf7-list-item {
    margin: 0 !important;
}

.checkbox-consent p {
    padding: 0 !important;
}

.checkbox-consent.text-white span{
    color: rgba(255,255,255,0.8) !important;
    /* padding-left: 5px;
    padding-right: 5px; */

}
.checkbox-consent.smaller span{
	font-size: 9px;
	line-height: 1.5;
}
/* .checkbox-consent.text-white a{
    color: #fff !important;
} */

.checkbox-consent a:hover{
	color: #d1c7b7;
}

.checkbox-consent.padd{
	padding-left:10px;
	padding-right:10px;
}

@media (max-width: 1200px) {
    /* .checkbox-consent.text-white {
        padding-left: 11px;
        padding-right: 15px;
    } */
}

.checkbox-consent__flex .wpcf7-list-item label{
    display: flex;
	
}

.checkbox-consent__flex .wpcf7-list-item-label::before{
    margin-top: 10px;

}

/* .checkbox-consent.text-white label {
    line-height: 1.2;
} */

/* .checkbox__wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
} */
