/********** FONTS ***********

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.eot');
  src: url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.eot#iefix') format('embedded-opentype'),
       url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.woff2') format('woff2'), 
       url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.woff') format('woff'), 
       url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.ttf')  format('truetype'), 
       url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.svg#svgFontName') format('svg'); 
  font-weight: 900;     
}

**/


/***************         Спецификация         ******************************/
html, body, h1, h2, h3, h4, h5, p, ul { 
  margin: 0; 
  padding: 0; 
  } 
html { 
  font-size: 1em; 
  } 
body { 
  font-family: Arial, Tahoma, sans-serif; 
  } 
a img, :link img, :visited img { 
  border: 0; 
  }

a{
  text-decoration: none;
}
div, header, section, p, a, img, body, html, input, textarea, footer, button{ 
  box-sizing: border-box;
}

body{
  font-family: 'Montserrat', sans-serif;
background: black;
background-image: url(assets/img/bg-patern.png);
  
}
/*
*{
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
*/
p{
  color: white;
  font-size: 15px;
}
 
 h1, h2, h3 {
  color: white;
 }
h1{
  /*font-family: 'Barlow', sans-serif;*/
      font-weight: 300;
    
}
/*сюда все класы*/
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
button {
    background: none;
    padding: 0;
    border: none;
     cursor: pointer;
}
.second-btn {
    color: #ff131c;
    border: 1px solid #ff131c;
    padding: 10px 65px;
    transition: all 1s;
    font-size: 16px;
}
.bold{
  font-weight: bold;
}
header a{
  padding: 0 6px;
  color: white;
  transition: all 1s;
  font-family: 'Covered By Your Grace', cursive;
}
header a:hover, .mob-menue li a:hover{
  
  color: #ff131c;
  text-shadow: 1px 1px 40px #ff131c;
transition: all 1s;

}
header{
  padding-top: 20px;
}
.header-wrap{
  height: 798px;
  
  background: url('assets/img/header-bg.png') no-repeat;
  /*
  background: url('assets/img/bg-header.jpg') no-repeat;*/
  
  background-position: 45% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-home {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 1;
}
.menu-main {
display: flex;
    justify-content: center;
}
.menu-main ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.menu-main a {
    font-size: 16px;
}

.menu-main li {
    padding-right: 20px;
    list-style: none;
}

.menu-main li:last-child {
    padding: 0;
}
.top-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-100 img{
  width: 100%;
}
.sect-padding{
  padding-top: 84px;
}
.title-w{
  margin-bottom: 40px;
  display: inline-block;
}
h2{
font-family: 'Covered By Your Grace', cursive;
font-size: 33px;
text-transform: uppercase;
}

.title-w:after{
 /* height: 1px;*/
  display: block;
  content: '';
  background: white;
}
.about p{
  padding-bottom: 25px;
}

.spise-item-w{
  height: 450px;
}
.col-p-none {
    padding: 0;
}
.row-m-none{
  margin: 0;
}
.spise-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spise-title-inner{
  font-size: 36px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.spise a:hover .spise-title{
 background: rgba(221, 92, 77, 0.25);
 transition: all 1s;
 
}
.overfl-hidden{
  overflow: hidden;
}
.spise a:hover img{
 transform: scale(1.1);
 transition: all 1s;
}
.spise img{
 transition: all 1s;
}
.mx-auto{
  margin: 0 auto;
}
.title-center{
  display: flex;
    justify-content: center;
}
.reserv-line, .iner-line {
    width: 100%;
    background: rgba(47, 47, 49, 0.9);
    height: 2px;
    border-radius: 50%;
}
.reserv-line1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserv-form-w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
}
.news a{
  font-size: 16px;
 color: #ff131c;
transition: all 1s;
}
.news .news-preview{
  font-size: 16px;
  padding-bottom: 22px;
}
.title-news{
  font-weight: 600;
  padding: 22px 0;

}
video {
    width: 100%;
}
.social-title {
    color: #ff131c;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.social-inner {
    margin-bottom: 30px;
}
.pretitle-form{
  font-size: 16px;
  text-align: center;
      margin-bottom: 20px;
}
.title-contact {
    color: white;
    padding-bottom: 5px;
    font-weight: 600;
}
.time {
    margin-bottom: 20px;
}
.time p{
    margin-left: 50px;
    max-width: 315px;
}
.title-contact {
    display: flex;
}
.title-contact:before {
  margin-right: 20px;
    width: 30px;
    content: "";    
    height: 30px;
    display: block;
}
.check p {
    font-size: 16px;
}
.clock:before{
  background: url(assets/img/clock.png) no-repeat;
  background-size: contain;
}
.location:before{
  background: url(assets/img/location.png) no-repeat;
  background-size: contain;
}
.tel:before{
  background: url(assets/img/phone.png) no-repeat;
  background-size: contain;
}
.mail:before{
  background: url(assets/img/mail.png) no-repeat;
  background-size: contain;
}

.contact-form-w form {
    display: flex;
    flex-direction: column;
}

.contact-form-w input, input[type="email"] {
    background: transparent;
    padding: 20px;
    margin-bottom: 23px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    color: white;
    font-size: 18px;
}
input:focus{
  outline: none;
}
.check {
    display: flex;
        justify-content: flex-start;
    align-items: flex-start;
}
.check a {
    text-decoration: underline;
    color: #ffdf98;
}
.check-title {
    padding-bottom: 10px;
    font-weight: 600;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  font-size: 16px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
  font-size: 16px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
  font-size: 16px;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
  font-size: 16px;
}
input.primer-btn, input.newsman-button-default.button.btn {
    background: #ff131c;
    border: none;
    width: 215px;
    padding: 13px;
    font-size: 16px;
    cursor: pointer;
    color: black;
}
.newsman-form.inline-labels.newsman-form-horizontal {
    display: flex;
        justify-content: center;
}
#newsman-form-poXbN2Ol_x98cMS2T9F7kPuUgno input[type="email"] {
    height: 44px;
    border-radius: 0!important;
}
.newsman-form-horizontal .newsman-form-item{
      width: 290px;
}

.newsman-form-item.newsman-required.newsman-form-item-email.newsman-form-el-1 input[type="email"] {
    width: 100%;
}
.newsman-form-item.newsman-form-el-2 {
    width: 215px;
}
.primer-btn{
   background: #ff131c;
    width: 215px;
    padding: 13px;
    font-size: 16px;
    cursor: pointer;
    color: black;
   display: flex;
    justify-content: center;
    transition: all 0.5s;
}
.primer-btn:hover{
    transition: all 0.5s;
     transform: scale(1.02);
    color: #171717;
      box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.47);
    transition: all 0.5s;
    background: #000000;
    color: #ffffff;
}
.second-btn:hover {
    background: #ff131c;
    color: black;
    transition: all 1s;
    box-shadow: 0px 0px 15px 0px rgba(255, 34, 34, 0.65);
    /* transform: scale(0.05); */
}
.news a:hover {
    letter-spacing: 1px;
}
.main-title-w{
  display: flex;
  justify-content: center;
  flex-direction: column;
      align-items: center;
}
.main-title-w h1 {
    padding: 20px 0;
}
.main-title-w h1 {
    margin-top: -80px;
}
footer{
  padding: 25px 0;
}
.footer-link{
  position: absolute;
  left: auto;
}
.footer-img-w {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-link {
    position: absolute;
    right: 15px;
    top: -30px;
    color: #ffdf98;
    text-decoration: underline;
    font-size: 16px;
}
.burger{
  display: none;
}

.sm-up-dnone{
  display: none;
}
.mob-menue {
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.95);
    width: 320px;
    left: auto;
    right: -350px;
    height: 100%;
}
.mob-menue ul {
    padding: 75px 35px;
}
.mob-menue li a{
    padding: 10px 0;
    color: white;
        color: #ff131c;
    
}
.mob-menue li{
  list-style: none;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
}
.mob-menue svg {
    fill: #ff131c;
    cursor: pointer;

}


/*******************Animation**********************/
.main-title {
    position: absolute;
    top: 220px;
    width: 100%;
}
img.title {
    position: absolute;
    top: 113px;
}

img.shine {
    opacity: 0.4;
}

.header-parent-w2{
  background: url(assets/img/header-bg2.png) no-repeat;
    background-position: 45% 50%;
  height: 780px;
  overflow: hidden;
}   

/*
.animate-bg{
 animation-name: home-bg-animation;
 animation-duration: 4s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
 transition: all 10s;
  }
@keyframes home-bg-animation { 
  0% {
                transform: rotate(0deg)
                           translate(-5px)
                           rotate(0deg);
                      
        }
  100% {
                transform: rotate(360deg)
                           translate(-5px)
                           rotate(-360deg);
               
        }
}
*/
/*
.opacity-bg-ani{
  height: 780px;
  animation-name: opacitybg;
     animation-duration: 3s;
    animation-iteration-count: infinite;
    transition: all 3s;
}
@keyframes opacitybg {
    0% {opacity: 0.1;}
    25% {opacity: 0.2;}
    35% {opacity: 1;}
    50% {opacity: 0.2;}
    100% {opacity: 1;}
}

.title-anime{
   animation-name: home-img-animation;
   animation-duration: 3s;
    animation-iteration-count: infinite;

}
@keyframes home-img-animation {
    0% {opacity: 0.1;}
    25% {opacity: 0.2;}
    35% {opacity: 1;}
    50% {opacity: 0.2;}
    100% {opacity: 1;}
}
#ff131c

*/
/*
.title-anime-bg{
   animation-name: home-imgbg-animation;

   animation-duration: 3s;
    animation-iteration-count: infinite;

}
@keyframes home-imgbg-animation {
    0% {opacity: 0;}
    50% {opacity: 0.1;}
    100% {opacity: 0.3;}
}
/********/
.rotation img {
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  0% {
   -webkit-transform: rotate3d(0, 1, 0, 0deg);
           transform: rotate3d(0, 1, 0, 0deg);
  }
  25%{
    -webkit-transform: rotate3d(0, 1, 0, 45deg) ;
            transform: rotate3d(0, 1, 0, 45deg) ;
  }
  40%{
    -webkit-transform: rotate3d(0, 1, 0, 90deg) ;
            transform: rotate3d(0, 1, 0, 90deg) ;
  }
  180% {
   -webkit-transform: rotate3d(0, 1, 0, 180deg);
           transform: rotate3d(0, 1, 0, 180deg);
  }
}
/*********/
.ani1{
  opacity: 0;
}

.animat_down-to-top{
   animation-name: douwntotop;
 opacity: 1;
   animation-duration: 0.8s;
}
@keyframes douwntotop {
  from{
    opacity: 0;
    transform: rotate(0deg)
                           translate(0, 50px)
                           rotate(0deg);
  }
  to{
    opacity: 1;
    transform: rotate(0deg) translate(0px) rotate(0deg);
  }
  }
  /*2**/

.ani2{
  opacity: 0;
}

.animat_down-to-top2{
   animation-name: douwntotop;
   opacity: 1;
   animation-duration: 0.8s;
  
}
@keyframes douwntotop {
  from{
    opacity: 0;
    transform: rotate(0deg)
                           translate(0, 50px)
                           rotate(0deg);
  }
  to{
    opacity: 1;
    transform: rotate(0deg) translate(0px) rotate(0deg);
  }
  }
/*****/
.bg-item1{
  background: url(assets/img/meet.png) no-repeat;
  background-position: 100% 26%;
}
.bg-item2{
  background: url(assets/img/stakebg.png) no-repeat;
  background-position: 0 26%;
}
.bg-item3{
  background: url(assets/img/rozmarin.png) no-repeat;
  background-position: 100% 26%;
}
.bg-item4{
  background: url(assets/img/onyx.png) no-repeat;
  background-position: 0 26%;
}

.home-form{
width: 100%;
}



span.wpcf7-list-item {
    margin: 0;
}
/**********fb styles***************/
.soc-posts {
    margin-bottom: 35px;
}



div#ff-stream-2 {
    overflow: hidden;
    height: 268px!important;
    min-height: 268px!important;
}
/**********fb styles*************
.ff-header {
    display: none;
}
.ff-stream-wrapper {
    margin: 0;
    padding: 0;
}
div#ff-stream-2 {
    padding: 0;
}
div#ff-stream-2 {
    height: 280px!important;
    min-height: 280px!important;
}
.ff-overlay-wrapper {}

.ff-item-cont img {
    height: 135px!important;
}

article#ff-uid-15 {
    height: 135px!important;
}

#ff-stream-2 .ff-overlay {}

.ff-overlay-wrapper {
    height: 135px!important;
    overflow: hidden!important;
}

.picture-item__inner.picture-item__inner--transition {
    height: 135px!important;
}

article#ff-uid-14 {
    height: 135px!important;
}

.ff-stream-wrapper.ff-desktop.shuffle--container.shuffle--animatein.ff-layout-masonry.ff-truelayout-undefined.ff-upic-off.ff-upic-square.ff-align-left.ff-sc-off.ff-outline-icon.ff-gallery-off.shuffle {
    height: 135px!important;
}

img.ff-initial-image {
    height: 135px!important;
    min-height: 135px!important;
}
**/
.mx-auto{
  margin: 0 auto;
}
#ff-stream-2, #ff-stream-2 .ff-popup, #ff-stream-2 .ff-search input, #ff-stream-1, #ff-stream-1 .ff-popup, #ff-stream-1 .ff-search input{
  background-color: transparent!important;
}
.ff-loadmore-wrapper {
    display: none;
}
.height-130{
  height: 130px;
}
.title-menu {
    margin-bottom: 27px;
}
.menu-page p {
    padding-bottom: 15px;
    font-weight: lighter;
    font-size: 15px;
    line-height: 19px;
}
.menu-items-section {
    color: white;
    font-size: 18px;
}
.space-between{
   display: flex;
  justify-content: space-between;
}
.color-bordo{
  color: #ff131c;
}
.title-item {
    font-weight: 600;
    padding-bottom: 25px;
}
.w-350{
  max-width: 350px;
}
.item-menu-w {
    letter-spacing: 0.3px;
    padding-bottom: 30px;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.3);
    position: relative;

}
.align-end{
  align-items: flex-end;
}
.p-b-20{
  padding-bottom: 20px;
}
.item-contain-1 p {
    font-size: 18px;
    padding-bottom: 3px;
}
.price {
    min-width: 65px;
    text-align: right;
}
.icon {
    width: 65px;
    height: 65px;
    background: darksalmon;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: url(assets/img/signature-icon.png);
}
.icon2 {
    width: 25px;
    height: 25px;
    background: darksalmon;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: url(assets/img/vegitarian-icon.png) no-repeat;
}
.italic{
  font-style: italic;
}
.masonry { /* Masonry container */
    column-count: 2;
    column-gap: 30px;
}
.item { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.img-100 .zoom{
  width: auto;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  cursor: pointer;
  padding: 3px;
}
.img-inner-menu.img-100 {
    position: relative;
}
.img-inner-menu.img-100 {
    margin: 5px;
   }

   .img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}
.btn-slider {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 10px 5px;
 }

.title-col {
    display: flex;
    justify-content: center;
}

ul.slick-dots li button {
    border: 1px solid #ff131c;
    background: #ff131c;
    font-size: 0;
    padding: 5px;
    margin: 5px;
}
ul.slick-dots li.slick-active button {
    background: transparent;
}
ul.slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
*:focus{
  outline: none;
}
.contact-w {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/****************Reservation script form******************************/

.reserv-form-w {
    margin-top: -34px;
}
.ot-dtp-picker.standard {
    margin-bottom: 20px;
}

.ot-dtp-picker.standard {
    width: 283px;
    margin: 0 auto;
}
.ot-title{
  font-weight: normal;
}
.ot-dtp-picker.standard {
    background: transparent;
    color: #c2c2c2;
}
input.ot-button.ot-dtp-picker-button.en {
    background: #ff131c;
    border: 1px solid #ff131c;
    color: black;
        font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 0 1px #ff131c;
        border-radius: 0;
       font-weight: 500;
}
form.ot-dtp-picker-form {
    border-radius: 0;
    width: 250px;
    background: transparent;
    color: #c2c2c2;
        font-family: 'Montserrat', sans-serif;

}

.ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link, .ot-dtp-picker .ot-dtp-picker-selector {
    color: #c2c2c2;
        font-family: 'Montserrat', sans-serif;
    background: #0a0a0c;
    border-bottom: 1px solid #ccc;
}
.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link, .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link:before, .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link:after{
  color: #c2c2c2!important;
}
.ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link:before, .ot-dtp-picker .ot-dtp-picker-selector:before, .ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link:before, .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link:after {
    color: #c2c2c2!important;
}
.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link.ot-date-label.menu-opened, .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link.ot-select-label.highlighted, .ot-dtp-picker .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link.ot-date-label.menu-opened, .ot-dtp-picker .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link.ot-select-label.highlighted {
    outline: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 0.25rem #237b98;
    box-shadow: 0 0 0.25rem rgba(35, 123, 152, 0);
    color: #c2c2c2!important;
}
.ot-dtp-picker .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link {
    color: #ffffff;
    outline: 1px solid #fff;
}
   .ot-powered-by{
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.35);
    border-radius: 8px;
}
/****************************/


.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: auto;
    left: -25px;
    z-index: 1;
    cursor: pointer;
}
.arr-singl-r.slick-arrow {
    right: -25px;
    left: auto;
}

.news-text p {
    padding-bottom: 20px;
}
.news-single-w img {
    height: 201px;
    max-width: 263px;
}
.news-preview {
    display: block;
    overflow: hidden;
    height: 135px;
    display: block;
    margin-bottom: 22px;
}

img.custom-logo {
    width: 163px;
    height: auto;
}
.link-back {
    color: #ffad00;
    margin-bottom: 30px;
    display: block;
    text-decoration: underline;
    transition: all 1s;
    font-size: 14px;
}
.link-back:hover{
  color: #ffcf69;
  letter-spacing: 1px;
    transition: all 1s;
}


form.wpcf7-form p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

input.sub-input {
    padding: 10px;
    margin: 0;
}
.page-template-default .news p {
    padding: 10px 0;
    line-height: 25px;
}

.col-md-4.col-p-none.overfl-hidden.ani1.animat_down-to-top {
    max-width: 245px;
}

.row.row-m-none {
    justify-content: center;
}
.title-news {
    font-size: 18px;
}
.more-news.second-btn {
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    max-width: 180px;
}
.wpcf7-response-output {
    border: none;
    color: white;
}
.inner-slide{
  width: 97%;
  margin: 0 auto;
}
.news-single-s {
    transform: scale(0.85);
    opacity: 0.4;
    transition: all 0.5s;
    height: 370px;
}
.slick-current {
    transform: scale(1);
    opacity:1;
       transition: all 0.5s;

}
ul.slick-dots {
    margin-top: 20px;
}
.spise img {
    height: 300px;
}
h1, h2.title-h2 {
    font-family: 'Covered By Your Grace', cursive;
    text-transform: none;
    font-weight: 100;
    font-size: 33px;
}


.main-title-w {
    text-align: center;
        font-family: 'Covered By Your Grace', cursive;
}
p.open, p.reserv-top {
    font-size: 40px;
    text-transform: uppercase;
}

p.open-time-w {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}
.open-logo-w {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
img.title.title-anime {
    display: none;
}

img.shine.title-anime-bg {
    opacity: 1;
}
.open-time-w {
    position: absolute;
    top: -30px;
    width: 100%;
}

.open-time-w p {
    position: static;
}
a.reserv-top-w {
    position: absolute;
    bottom: -37px;
    z-index: 50;
}
p.under-logo-t {
    font-family: 'Montserrat', sans-serif;
    color: gray;
}
p.open-l-tel {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
}
img.open-logo {
    max-width: 200px;
    margin-right: 10px;
}
.phone-home {
  width: 30px;
    padding-left: 10px;
}


/********** FONTS ***********

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.eot');
  src: url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.eot#iefix') format('embedded-opentype'),
       url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.woff2') format('woff2'), 
       url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.woff') format('woff'), 
       url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.ttf')  format('truetype'), 
       url('https://thebirdincologne.com/wp-content/themes/bird/fonts/MuseoSansCyrl-900.svg#svgFontName') format('svg'); 
  font-weight: 900;     
}

**/


/***************         Спецификация         ******************************/
html, body, h1, h2, h3, h4, h5, p, ul { 
  margin: 0; 
  padding: 0; 
  } 
html { 
  font-size: 1em; 
  } 
body { 
  font-family: Arial, Tahoma, sans-serif; 
  } 
a img, :link img, :visited img { 
  border: 0; 
  }

a{
  text-decoration: none;
}
div, header, section, p, a, img, body, html, input, textarea, footer, button{ 
  box-sizing: border-box;
}

body{
  font-family: 'Montserrat', sans-serif;
background: black;
background-image: url(assets/img/bg-patern.png);
  
}
/*
*{
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
*/
p{
  color: white;
  font-size: 15px;
}
 
 h1, h2, h3 {
  color: white;
 }
h1{
  /*font-family: 'Barlow', sans-serif;*/
      font-weight: 300;
    
}
/*сюда все класы*/
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
button {
    background: none;
    padding: 0;
    border: none;
     cursor: pointer;
}
.second-btn {
    color: #ff131c;
    border: 1px solid #ff131c;
    padding: 10px 65px;
    transition: all 1s;
    font-size: 16px;
}
.bold{
  font-weight: bold;
}
header a{
  padding: 0 6px;
  color: white;
  transition: all 1s;
  font-family: 'Covered By Your Grace', cursive;
}
header a:hover, .mob-menue li a:hover{
  
  color: #ff131c;
  text-shadow: 1px 1px 40px #ff131c;
transition: all 1s;

}
header{
  padding-top: 20px;
}
.header-wrap{
  height: 798px;
  
  background: url('assets/img/header-bg.png') no-repeat;
  /*
  background: url('assets/img/bg-header.jpg') no-repeat;*/
  
  background-position: 45% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-home {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 1;
}
.menu-main {
display: flex;
    justify-content: center;
}
.menu-main ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.menu-main a {
    font-size: 16px;
}

.menu-main li {
    padding-right: 20px;
    list-style: none;
}

.menu-main li:last-child {
    padding: 0;
}
.top-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-100 img{
  width: 100%;
}
.sect-padding{
  padding-top: 84px;
}
.title-w{
  margin-bottom: 40px;
  display: inline-block;
}
h2{
font-family: 'Covered By Your Grace', cursive;
font-size: 33px;
text-transform: uppercase;
}

.title-w:after{
 /* height: 1px;*/
  display: block;
  content: '';
  background: white;
}
.about p{
  padding-bottom: 25px;
}

.spise-item-w{
  height: 450px;
}
.col-p-none {
    padding: 0;
}
.row-m-none{
  margin: 0;
}
.spise-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spise-title-inner{
  font-size: 36px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.spise a:hover .spise-title{
 background: rgba(221, 92, 77, 0.25);
 transition: all 1s;
 
}
.overfl-hidden{
  overflow: hidden;
}
.spise a:hover img{
 transform: scale(1.1);
 transition: all 1s;
}
.spise img{
 transition: all 1s;
}
.mx-auto{
  margin: 0 auto;
}
.title-center{
  display: flex;
    justify-content: center;
}
.reserv-line, .iner-line {
    width: 100%;
    background: rgba(47, 47, 49, 0.9);
    height: 2px;
    border-radius: 50%;
}
.reserv-line1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserv-form-w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
}
.news a{
  font-size: 16px;
 color: #ff131c;
transition: all 1s;
}
.news .news-preview{
  font-size: 16px;
  padding-bottom: 22px;
}
.title-news{
  font-weight: 600;
  padding: 22px 0;

}
video {
    width: 100%;
}
.social-title {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.social-inner {
    margin-bottom: 30px;
}
.pretitle-form{
  font-size: 16px;
  text-align: center;
      margin-bottom: 20px;
}
.title-contact {
    color: white;
    padding-bottom: 5px;
    font-weight: 600;
}
.time {
    margin-bottom: 20px;
}
.time p{
    margin-left: 50px;
    max-width: 315px;
}
.title-contact {
    display: flex;
}
.title-contact:before {
  margin-right: 20px;
    width: 30px;
    content: "";    
    height: 30px;
    display: block;
}
.check p {
    font-size: 16px;
}
.clock:before{
  background: url(assets/img/clock.png) no-repeat;
  background-size: contain;
}
.location:before{
  background: url(assets/img/location.png) no-repeat;
  background-size: contain;
}
.tel:before{
  background: url(assets/img/phone.png) no-repeat;
  background-size: contain;
}
.mail:before{
  background: url(assets/img/mail.png) no-repeat;
  background-size: contain;
}

.contact-form-w form {
    display: flex;
    flex-direction: column;
}

.contact-form-w input, input[type="email"] {
    background: transparent;
    padding: 20px;
    margin-bottom: 23px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    color: white;
    font-size: 18px;
}
input:focus{
  outline: none;
}
.check {
    display: flex;
        justify-content: flex-start;
    align-items: flex-start;
}
.check a {
    text-decoration: underline;
    color: #ffdf98;
}
.check-title {
    padding-bottom: 10px;
    font-weight: 600;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  font-size: 16px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
  font-size: 16px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
  font-size: 16px;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
  font-size: 16px;
}
input.primer-btn, input.newsman-button-default.button.btn {
    background: #ff131c;
    border: none;
    width: 215px;
    padding: 13px;
    font-size: 16px;
    cursor: pointer;
    color: black;
}
.newsman-form.inline-labels.newsman-form-horizontal {
    display: flex;
        justify-content: center;
}
#newsman-form-poXbN2Ol_x98cMS2T9F7kPuUgno input[type="email"] {
    height: 44px;
    border-radius: 0!important;
}
.newsman-form-horizontal .newsman-form-item{
      width: 290px;
}

.newsman-form-item.newsman-required.newsman-form-item-email.newsman-form-el-1 input[type="email"] {
    width: 100%;
}
.newsman-form-item.newsman-form-el-2 {
    width: 215px;
}
.primer-btn{
   background: #ff131c;
    width: 215px;
    padding: 13px;
    font-size: 16px;
    cursor: pointer;
    color: black;
   display: flex;
    justify-content: center;
    transition: all 0.5s;
}
.primer-btn:hover{
    transition: all 0.5s;
     transform: scale(1.02);
    color: #171717;
      box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.47);
    transition: all 0.5s;
    background: #000000;
    color: #ffffff;
}
.second-btn:hover {
    background: #ff131c;
    color: black;
    transition: all 1s;
    box-shadow: 0px 0px 15px 0px rgba(255, 34, 34, 0.65);
    /* transform: scale(0.05); */
}
.news a:hover {
    letter-spacing: 1px;
}
.main-title-w{
  display: flex;
  justify-content: center;
  flex-direction: column;
      align-items: center;
}
.main-title-w h1 {
    padding: 20px 0;
}
.main-title-w h1 {
    margin-top: -80px;
}
footer{
  padding: 25px 0;
}
.footer-link{
  position: absolute;
  left: auto;
}
.footer-img-w {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-link {
    position: absolute;
    right: 15px;
    top: -30px;
    color: #ffdf98;
    text-decoration: underline;
    font-size: 16px;
}
.burger{
  display: none;
}

.sm-up-dnone{
  display: none;
}
.mob-menue {
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.95);
    width: 320px;
    left: auto;
    right: -350px;
    height: 100%;
}
.mob-menue ul {
    padding: 75px 35px;
}
.mob-menue li a{
    padding: 10px 0;
    color: white;
        color: #ff131c;
    
}
.mob-menue li{
  list-style: none;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
}
.mob-menue svg {
    fill: #ff131c;
    cursor: pointer;

}
/*******************Animation**********************/
.main-title {
    position: absolute;
    top: 220px;
    width: 100%;
}
img.title {
    position: absolute;
    top: 113px;
}

img.shine {
    opacity: 0.4;
}

.header-parent-w2{
  background: url(assets/img/header-bg2.png) no-repeat;
    background-position: 45% 50%;
  height: 780px;
  overflow: hidden;
}   

/*
.animate-bg{
 animation-name: home-bg-animation;
 animation-duration: 4s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
 transition: all 10s;
  }
@keyframes home-bg-animation { 
  0% {
                transform: rotate(0deg)
                           translate(-5px)
                           rotate(0deg);
                      
        }
  100% {
                transform: rotate(360deg)
                           translate(-5px)
                           rotate(-360deg);
               
        }
}
*/
/*
.opacity-bg-ani{
  height: 780px;
  animation-name: opacitybg;
     animation-duration: 3s;
    animation-iteration-count: infinite;
    transition: all 3s;
}
@keyframes opacitybg {
    0% {opacity: 0.1;}
    25% {opacity: 0.2;}
    35% {opacity: 1;}
    50% {opacity: 0.2;}
    100% {opacity: 1;}
}

.title-anime{
   animation-name: home-img-animation;
   animation-duration: 3s;
    animation-iteration-count: infinite;

}
@keyframes home-img-animation {
    0% {opacity: 0.1;}
    25% {opacity: 0.2;}
    35% {opacity: 1;}
    50% {opacity: 0.2;}
    100% {opacity: 1;}
}
#ff131c

*/
/*
.title-anime-bg{
   animation-name: home-imgbg-animation;

   animation-duration: 3s;
    animation-iteration-count: infinite;

}
@keyframes home-imgbg-animation {
    0% {opacity: 0;}
    50% {opacity: 0.1;}
    100% {opacity: 0.3;}
}
/********/
.rotation img {
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  0% {
   -webkit-transform: rotate3d(0, 1, 0, 0deg);
           transform: rotate3d(0, 1, 0, 0deg);
  }
  25%{
    -webkit-transform: rotate3d(0, 1, 0, 45deg) ;
            transform: rotate3d(0, 1, 0, 45deg) ;
  }
  40%{
    -webkit-transform: rotate3d(0, 1, 0, 90deg) ;
            transform: rotate3d(0, 1, 0, 90deg) ;
  }
  180% {
   -webkit-transform: rotate3d(0, 1, 0, 180deg);
           transform: rotate3d(0, 1, 0, 180deg);
  }
}
/*********/
.ani1{
  opacity: 0;
}

.animat_down-to-top{
   animation-name: douwntotop;
 opacity: 1;
   animation-duration: 0.8s;
}
@keyframes douwntotop {
  from{
    opacity: 0;
    transform: rotate(0deg)
                           translate(0, 50px)
                           rotate(0deg);
  }
  to{
    opacity: 1;
    transform: rotate(0deg) translate(0px) rotate(0deg);
  }
  }
  /*2**/

.ani2{
  opacity: 0;
}

.animat_down-to-top2{
   animation-name: douwntotop;
   opacity: 1;
   animation-duration: 0.8s;
  
}
@keyframes douwntotop {
  from{
    opacity: 0;
    transform: rotate(0deg)
                           translate(0, 50px)
                           rotate(0deg);
  }
  to{
    opacity: 1;
    transform: rotate(0deg) translate(0px) rotate(0deg);
  }
  }
/*****/
.bg-item1{
  background: url(assets/img/meet.png) no-repeat;
  background-position: 100% 26%;
}
.bg-item2{
  background: url(assets/img/stakebg.png) no-repeat;
  background-position: 0 26%;
}
.bg-item3{
  background: url(assets/img/rozmarin.png) no-repeat;
  background-position: 100% 26%;
}
.bg-item4{
  background: url(assets/img/onyx.png) no-repeat;
  background-position: 0 26%;
}

.home-form{
width: 100%;
}



span.wpcf7-list-item {
    margin: 0;
}
/**********fb styles***************/
.soc-posts {
    margin-bottom: 35px;
}



div#ff-stream-2 {
    overflow: hidden;
    height: 268px!important;
    min-height: 268px!important;
}
/**********fb styles*************
.ff-header {
    display: none;
}
.ff-stream-wrapper {
    margin: 0;
    padding: 0;
}
div#ff-stream-2 {
    padding: 0;
}
div#ff-stream-2 {
    height: 280px!important;
    min-height: 280px!important;
}
.ff-overlay-wrapper {}

.ff-item-cont img {
    height: 135px!important;
}

article#ff-uid-15 {
    height: 135px!important;
}

#ff-stream-2 .ff-overlay {}

.ff-overlay-wrapper {
    height: 135px!important;
    overflow: hidden!important;
}

.picture-item__inner.picture-item__inner--transition {
    height: 135px!important;
}

article#ff-uid-14 {
    height: 135px!important;
}

.ff-stream-wrapper.ff-desktop.shuffle--container.shuffle--animatein.ff-layout-masonry.ff-truelayout-undefined.ff-upic-off.ff-upic-square.ff-align-left.ff-sc-off.ff-outline-icon.ff-gallery-off.shuffle {
    height: 135px!important;
}

img.ff-initial-image {
    height: 135px!important;
    min-height: 135px!important;
}
**/
.mx-auto{
  margin: 0 auto;
}
#ff-stream-2, #ff-stream-2 .ff-popup, #ff-stream-2 .ff-search input, #ff-stream-1, #ff-stream-1 .ff-popup, #ff-stream-1 .ff-search input{
  background-color: transparent!important;
}
.ff-loadmore-wrapper {
    display: none;
}
.height-130{
  height: 130px;
}
.title-menu {
    margin-bottom: 27px;
}
.menu-page p {
    padding-bottom: 15px;
    font-weight: lighter;
    font-size: 15px;
    line-height: 19px;
}
.menu-items-section {
    color: white;
    font-size: 18px;
}
.space-between{
   display: flex;
  justify-content: space-between;
}
.color-bordo{
  color: #ff131c;
}
.title-item {
    font-weight: 600;
    padding-bottom: 25px;
}
.w-350{
  max-width: 350px;
}
.item-menu-w {
    letter-spacing: 0.3px;
    padding-bottom: 30px;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.3);
    position: relative;

}
.align-end{
  align-items: flex-end;
}
.p-b-20{
  padding-bottom: 20px;
}
.item-contain-1 p {
    font-size: 18px;
    padding-bottom: 3px;
}
.price {
    min-width: 65px;
    text-align: right;
}
.icon {
    width: 65px;
    height: 65px;
    background: darksalmon;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: url(assets/img/signature-icon.png);
}
.icon2 {
    width: 25px;
    height: 25px;
    background: darksalmon;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: url(assets/img/vegitarian-icon.png) no-repeat;
}
.italic{
  font-style: italic;
}
.masonry { /* Masonry container */
    column-count: 2;
    column-gap: 30px;
}
.item { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.img-100 .zoom{
  width: auto;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  cursor: pointer;
  padding: 3px;
}
.img-inner-menu.img-100 {
    position: relative;
}
.img-inner-menu.img-100 {
    margin: 5px;
   }

   .img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}
.btn-slider {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 10px 5px;
 }

.title-col {
    display: flex;
    justify-content: center;
}

ul.slick-dots li button {
    border: 1px solid #ff131c;
    background: #ff131c;
    font-size: 0;
    padding: 5px;
    margin: 5px;
}
ul.slick-dots li.slick-active button {
    background: transparent;
}
ul.slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
*:focus{
  outline: none;
}
.contact-w {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/****************Reservation script form******************************/

.reserv-form-w {
    margin-top: -34px;
}
.ot-dtp-picker.standard {
    margin-bottom: 20px;
}

.ot-dtp-picker.standard {
    width: 283px;
    margin: 0 auto;
}
.ot-title{
  font-weight: normal;
}
.ot-dtp-picker.standard {
    background: transparent;
    color: #c2c2c2;
}
input.ot-button.ot-dtp-picker-button.en {
    background: #ff131c;
    border: 1px solid #ff131c;
    color: black;
        font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 0 1px #ff131c;
        border-radius: 0;
       font-weight: 500;
}
form.ot-dtp-picker-form {
    border-radius: 0;
    width: 250px;
    background: transparent;
    color: #c2c2c2;
        font-family: 'Montserrat', sans-serif;

}

.ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link, .ot-dtp-picker .ot-dtp-picker-selector {
    color: #c2c2c2;
        font-family: 'Montserrat', sans-serif;
    background: #0a0a0c;
    border-bottom: 1px solid #ccc;
}
.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link, .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link:before, .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link:after{
  color: #c2c2c2!important;
}
.ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link:before, .ot-dtp-picker .ot-dtp-picker-selector:before, .ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link:before, .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link:after {
    color: #c2c2c2!important;
}
.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link.ot-date-label.menu-opened, .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link.ot-select-label.highlighted, .ot-dtp-picker .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link.ot-date-label.menu-opened, .ot-dtp-picker .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link.ot-select-label.highlighted {
    outline: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 0.25rem #237b98;
    box-shadow: 0 0 0.25rem rgba(35, 123, 152, 0);
    color: #c2c2c2!important;
}
.ot-dtp-picker .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link {
    color: #ffffff;
    outline: 1px solid #fff;
}
   .ot-powered-by{
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.35);
    border-radius: 8px;
}
/****************************/


.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: auto;
    left: -25px;
    z-index: 1;
    cursor: pointer;
}
.arr-singl-r.slick-arrow {
    right: -25px;
    left: auto;
}

.news-text p {
    padding-bottom: 20px;
}
.news-single-w img {
    height: 201px;
    max-width: 263px;
}
.news-preview {
    display: block;
    overflow: hidden;
    height: 135px;
    display: block;
    margin-bottom: 22px;
}

img.custom-logo {
    width: 163px;
    height: auto;
}
.link-back {
    color: #ffad00;
    margin-bottom: 30px;
    display: block;
    text-decoration: underline;
    transition: all 1s;
    font-size: 14px;
}
.link-back:hover{
  color: #ffcf69;
  letter-spacing: 1px;
    transition: all 1s;
}


form.wpcf7-form p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

input.sub-input {
    padding: 10px;
    margin: 0;
}
.page-template-default .news p {
    padding: 10px 0;
    line-height: 25px;
}

.col-md-4.col-p-none.overfl-hidden.ani1.animat_down-to-top {
    max-width: 245px;
}

.row.row-m-none {
    justify-content: center;
}
.title-news {
    font-size: 18px;
}
.more-news.second-btn {
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    max-width: 180px;
}
.wpcf7-response-output {
    border: none;
    color: white;
}
.inner-slide{
  width: 97%;
  margin: 0 auto;
}
.news-single-s {
    transform: scale(0.85);
    opacity: 0.4;
    transition: all 0.5s;
    height: 370px;
}
.slick-current {
    transform: scale(1);
    opacity:1;
       transition: all 0.5s;

}
ul.slick-dots {
    margin-top: 20px;
}
.spise img {
    height: 300px;
}
h1, h2.title-h2 {
    font-family: 'Covered By Your Grace', cursive;
    text-transform: none;
    font-weight: 100;
    font-size: 33px;
    text-transform: uppercase;
}


.main-title-w {
    text-align: center;
        font-family: 'Covered By Your Grace', cursive;
}
p.open, .reserv-top {
    font-size: 40px;
    font-family: 'Covered By Your Grace', cursive;
    text-transform: uppercase;
    font-weight: 100;
}

.open-time-w {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}
.open-logo-w {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
img.title.title-anime {
    display: none;
}

img.shine.title-anime-bg {
    opacity: 1;
}
.open-time-w {
    position: absolute;
    top: -30px;
    width: 100%;
}

.open-time-w p {
    position: static;
}
.reserv-top-w{
    position: absolute;
    bottom: -37px;
}
.under-logo-t {
    font-family: 'Montserrat', sans-serif;
    color: gray;
}
.open-l-tel {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
}
img.open-logo {
    max-width: 200px;
    margin-right: 10px;
}
.phone-home {
  width: 30px;
    padding-left: 10px;
}
.open-logo-w div {
    display: flex;
}
.social-title{
      font-family: 'Covered By Your Grace', cursive;
}

.open-time-w-text{
    width: 390px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ok, div.wpcf7-response-output, .wpcf7-response-output{
  border: none!important;
}
.footer-tel{
  color: white!important;
      margin-left: 50px;
}
.open-logo-w a{
color: white!important;
}
.mob-menue li a{
    font-family: 'Covered By Your Grace', cursive;
    font-size: 22px;
}
header a{
  font-size: 20px;
}
.mob-menue li a{
color: white;
}
.mob-menue svg {
    fill: #ffffff;
    cursor: pointer;
}

.gallary-btn{
  width: 270px;
margin-bottom: 40px;
}
.nomi-title {
    font-size: 24px;
    font-weight: 600;
}
.cupon p {
    padding-bottom: 10px;
}
.cupon img {
    padding-bottom: 15px;
}

select {
    color: white;
    background: black;
    margin-bottom: 20px;
    padding: 3px;
}
.gallary-img-w {
    column-count: 4;
    column-gap: 0;
}
.gallary-img-w a{
  margin: 0;
}


.gallary-img-w img {
    width: 100%;
    padding: 5px;
    height: auto;
}
h1.gallary-title {
    text-align: center;
    margin-bottom: 25px;
}
a.footer-link.footer-link2 {
     top: -56px;
    padding-left: 5px;
}
body.woocommerce-page {
    color: white;
}
.product-name a {
    color: white;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: white;
    text-align: left;
}
form.cart {
    display: none;
}
.product_meta {
    display: none;
}
section.related.products {
    display: none;
}
/******************/
.d-none{
	display: none;
}
iframe.zoid-component-frame.zoid-visible {
    opacity: 0.001!important;
}
.zoid-outlet {
    background: #ff131c;
    cursor: pointer;
    width: 200px!important;
    float: left;
}

.zoid-outlet:before {
    content: 'Jetzt kaufen';
    color: #06050a;
    font-size: 20px;
    position: absolute;
    top: 18%;
    left: 20%;
}

.zoid-outlet {
    position: relative;
}
/****Checkout**************/
ul.wc_payment_methods.payment_methods.methods {
    width: 90px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}

div#customer_details .col-1 {
    max-width: 100%;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: black;
    background: firebrick;
    border-radius: 0;
    width: 200px;
}