
body{.js-overflow-hid;}

blockquote {
    border-left: 5px solid @yellow !important;
}

#main {
    .testimonial-rounded-vertical {
        .testimonial-thumb {
            box-shadow: none;
            border-radius: 0;
            img {
                .border-radius(5px);
            }
        }
    }
    .testimonial-container {
        margin: 0;
        padding: 0;

        li{background: none;}

        p{font-weight: bold;}
    }
    .widget_title_content_bottom {
        padding: 75px 0;
        font-weight: 400;
        font-size: 2em;
        text-align: center;
        text-transform: uppercase;
        line-height: 40px;
        margin: 0;
    }
}
//------------------content-top-----------------------------
#content-top {
    position: relative;
    height: 100vh;
    text-align: center;
    background-image: url(images/background_subscribe.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;

    &>*{
       .img-bg-darknes-fon;
       min-height: 100%;
       height: 100%;
    }

    div[class*="widget_"]{
     padding-top: 90px;

          ul{list-style: none;}

              li{margin: 23px 0px;}

    }

    .grapes-white{ margin: 5px 0;}

    .widget_nav_menu,
    #text-13{

        h3{margin-bottom: 60px;}

    }

    .widget_nav_menu{

            a{ color: @colorWhite;}
    }

    .widget_text{ color: @colorWhite;

    }

    #newsletterwidget-2{
        padding-top: 25px;
        margin-bottom: 46px;

        h3{margin-bottom: 50px;}

        form{
        width: 80%;
        .clearfix;
        .block--center_align;

              p{float: left;}

              p:nth-of-type(1){.golden_section(2);}

              p:nth-of-type(2){.golden_section(1);}

                  p>*{ width: 100%;
                    background-color: transparent;
                    border-radius: 0px;
                    border: 2px solid @colorWhite;
                    padding: 11px 5px;
                    color: @colorWhite;
                  }

                    .newsletter-email{
                    box-shadow: none;
                    }

                    .newsletter-submit{
                    color: @text-color2;
                    font-weight: bold;
                    border-left: 0px;
                    }

                    input{

                        .transition;

                        &:hover{border-color:@text-color2; }

                        &:focus{ background-color: fade(@colorBlack, 60%)}

                    }
        }

    }

    .woocommerce {
        .products {
            .product-category {
                margin: 0;
                width: 25%;
                @media (max-width: 768px){
                    width: 50%;
                }
                @media (max-width: 414px){
                    width: 100%;
                }
                img {
                    margin: 0;
                }
                h3 {
                    position: absolute;
                    top: 30%;
                    font-weight: 400;
                    left: 0;
                    right: 0;
                    font-size: 2.5em;
                    text-align: center;
                    text-shadow: 0px 0px 5px fade(@black, 65%);
                    -webkit-text-shadow: 0px 0px 5px fade(@black, 65%);
                    -moz-text-shadow: 0px 0px 5px fade(@black, 65%);
                    -o-text-shadow: 0px 0px 5px fade(@black, 65%);
                    .count {
                        display: none;
                    }
                }
            }
        }
    }

    .media-tablet({

         #newsletterwidget-2 form{width: 100%;

             p:nth-of-type(1){.golden_section(3);}

             p:nth-of-type(2){
                .golden_section(2);
                float: none;
                .block--center_align;
            }

                .newsletter-submit{
                    border-left: 2px solid @colorWhite;
                }
         }

    });

    .media-tablet({

        height: auto;

         #text-12,
         #text-13{padding-top: 9px;}

         #newsletterwidget-2{ margin-bottom: 15px;}

         #text-13{padding-bottom: 86px;}

    });
}
#shop-section {
    position: relative;
    margin: 0 0 100px 0;

    .fixed-block {
        .cart( @colorWhite);
    }

        .title-block{

            &>div{
            width: 75.3%;
            padding-top: 20px;
            border-radius: 50%;
             background-color:  fade(@colorWhite , 80%);
            }

            .title{margin-top: 89px}

                p+span{
                margin-bottom: 79px;
                }

        }

    .media-desktop({

        .fixed-block .title-block>div{ width: 96%;}

    });

    .media-tablet({margin-bottom: 0px;

        .fixed-block .title-block>div{ width: 64%;}

    });

    .media-mobile({

        .fixed-block .title-block>div{ width: 100%;}

        .store{
            padding-left: 0px;
            padding-right: 0px;
        }

    });

}


//---------------------------BLOG------------------------------
.no-sidebar {
    #post {
        .content{
            min-height: 380px;
            .entry-meta {
                a.more-button {
                    top: 20%;
                    left: 23%;
                }
            }
        }
    }
}
.wpcf7 {
    min-height: 310px;
    padding: 10px;
    margin:35px 0 0 0;
    .contacts {
         text-align: center;
        input {
            .input;
            @media (max-width: 667px){
                width: 100%;
                margin-bottom: 15px;
            }
        }
        .mes {
            padding: 0 15px;
            textarea {
                .input;
                margin-top: 35px;
                width: 100%;
                height: 150px;
            }
        }
        .sub {
            margin:20px 0;
            input[type="submit"] {
                .button;
                &:hover {
                    background: @black;
                    .transition;
                }
                @media (max-width: 667px){
                    width: auto;
                }
            }
        }
    }
}

#any-section{

    .title-block .title{ margin: 0px ;}

}


#about-us{

    &>.row{ position: relative;}

    .title-block h4{margin-bottom: 30px;}


    #forms,
    #map,
    #adress{
        height:100vh;
        text-align: center;

        .title{margin-top: 77px;}
    }


     #forms{

        .wpcf7-form-control-wrap{
            display: block;
            width:  330% / 6.42 ;
            .block--center_align;
        }

        textarea{
        .input;
        max-height: 200px;
        }

        textarea,
        input{
             width: 100%;
             margin-bottom: 0px;
        }

        .wpcf7-submit{
            display: inline-block;
            margin-left: 3%;
            padding-top: 10px;
            padding-bottom: 10px;
            border: 0;
           width:  115% / 6.42 ;

            .media-mobile({
            margin-left: 6%;
            });
        }
    }


    #map{
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-bottom: 2px;

        #wpgmza_map{margin-top: 17px;}

    }

    .fixed-block {
        .cart;

        .title-block div{margin: auto;}

        .media-desktop({background-size: cover !important;});
    }


    #adress .row{

        &>div:nth-child(2),
        &>div:nth-child(3){

            span{display: block;}
        }
    }

    .media_max-mobile({

        #map,
        #adress
        {
            float: none;
            clear: both;
        }

    });

    .media-tablet({

        #forms,
        #map,
        #adress{height:60vh;}

    });


    .media-mobile({

        #forms,
        #map,
        #adress{height:100%;}

            #forms .wpcf7-submit{ .golden_section(2);}

            #forms .wpcf7-form-control-wrap{
            .golden_section(3);
            }

    });
}


.blog-content{

    .fixed-block {
        .cart;
        background-image: url(images/backround_restourant_blog.jpg);
    }


    .accordion{
        width: 90%;
        .block--center_align;

        color: @colorWhite;
        .base_block_for_effect;
        cursor: crosshair;

        .accordion-body{
        background-size: 100%;
        .base_block_for_effect;
        margin-bottom: 20px;

            &:after{
                .after_block;
                z-index: 1;
                background-color: fade(@colorBlack, 60%);
                .transition;
            }
        }

        .accordion-body.accord-body--close:after {
            background-color: fade(@colorBlack, 20%);
        }

            .accordion-body.accord-body--close .accord-content{
            height: 0px;
            padding-top: 0px;
            padding-bottom: 0px;
            .ms_opacity (0);
            }

            .accord-header{
            height: 150px;
            .clearfix;
            }

                .date-body,
                .cat-title{
                    position: relative;
                    z-index: 7;}

                .cat-title{
                    .text_element_property
                    (
                    inherit,
                    bold,
                    25px,
                    @colorWhite,
                    110px,
                    uppercase,
                    );
                }

                .date{text-align: right;}

                    .date-body{
                        text-align: center;
                        display: inline-block;
                    }

                        .date-body h2{
                        .text_element_property
                        (
                        inherit,
                        400,
                        4em,
                        @colorWhite,
                        50px,
                        none,
                        );
                        }

                        .date-body h5{
                        .text_element_property
                        (
                        inherit,
                        900,
                        1.5em,
                        @colorWhite,
                        25px,
                        none,
                        );
                        }

        .accord-content{
            height: 350px;
            padding: 7% 25px 0 35%;
            .base_block_for_effect;
            .ms_opacity (1);

            .merging_transition(height, 0.3s);
            .merging_transition(padding, 0.3s);
            .merging_transition(opacity , 0.3s, 0.2s);
        }

            .cat-body{
                position: relative;
                z-index: 99;
                padding: 15px;
                font-weight: 700;
                line-height: 25px;
            }

            .link-blog{
                display: block;
                text-align: center;
            }

                .link-blog a{
                    display: inline-block;
                    float: left;
                    margin: 0 0 0 15px;
                    padding: 15px 20px;
                    position: relative;

                    .text_element_property
                    (
                    inherit,
                    700,
                    0.8125em,
                    @colorWhite,
                    inherit,
                    uppercase,
                    );
                   .transition;
                    z-index: 99;


                    &:hover{

                        text-decoration: none;
                    }
                }

        .media-desktop({

            &{width: 90%;}

        });

        .media-tablet({

            &{width: 100%;}

        });

        .media-mobile({

            .cat-title{.text_cut;}

            .accordion-title{ white-space: nowrap;}

            .accord-content{padding: 5px;}

        });
    }

}

//-----------------------------------tab-----------------------------------------
#myTab {
    border-bottom: none;
    li {
        width: 33.33333%;
        text-align: center;
        .transition;
        a {
            font-weight: 400;
            padding: 25px 0;
            font-size: 2em;
            font-family: Rochester, cursive;
            color: @colorBlack;
            @media (max-width: 414px){
                font-size: 1em;
            }
            &:hover {
                background: transparent;
                border: none;
            }
        }
    }
    .active {
        a {
            color: @text-color2;
            background: transparent;
            border: none;
            font-weight: 700;
        }
    }
}

#myTabContent {
    margin: 0;
    text-align: center;
    .tab-pane {
        height: 400px;
        background: fade(@blue, 20%);
    }
    #forms {
        padding: 25px 0;
        .contacts {
            input[name="your-name"] {
                margin: 35px 0 20px 0;
            }
            input {
                width: 100%;
                margin: 0 0 20px 0;
                border: none;
                background: @white;
            }
            input[type="submit"] {
                width: auto;
                .button;
                padding: 17px 50px;
                font-size: 1em;
            }
            textarea {
                height: 250px;
                background: @white;
                border: none;
            }
        }
    }
    #adress {
        text-align: center;
        span {
            display: block;
            padding: 15px 0;
            font-size: 1.3em;
            @media (max-width: 568px){
                font-size: 1em;
            }
            @media (max-width: 414px){
                font-size: 0.9em;
            }
        }
    }
}

.home-page #gallery
{

    .title-block{
        text-align: center;
        background-image: url(images/background_welcome_to_cuisine.jpg);
        background-size: 100% !important;
        background-position: left 90% !important;
        .cart(@colorWhite);

        h4{
            margin: 84px 0px;
            .header_style(
           none,
             "Rochester",
            normal,
            75px,
            75px,
            inherit
            );
        }

    }


    a.item{display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: 200% !important;
    }

     .media-desktop({

        .diamondswrap{ height: 935px;}

    });

     .media-tablet({

        .diamondswrap{ height: 1145px;

            .diamond-box-wrap{
                width: 230px !important;
                height: 230px !important;
            }

            .diamond-row-wrap{
                margin-left: 25%;
            }
        }

    });

     .media-mobile({

        .title-block{
            background-size: cover !important;
            background-repeat: no-repeat !important;
         }

         .diamondswrap{
            height: 748px;

            .diamond-box-wrap{
                width: 150px !important;
                height: 150px !important;
            }

            .diamond-row-wrap{
                margin-left: 0px;
            }

        }

    });

}

//-----------------------------------accordion-----------------------------------------

.faq{

    .panel{border: 3px solid @colorBlack;

        .accordion-toggle{
            display: block;
            .transition;

            &,
            &:hover{text-decoration: none;}

            &:hover{color: @text-color2;}
        }
    }
}

img {
    max-width: 100%;
    height: auto;
}

.products {
    .product {
        display: inline-block;
    }
}
iframe {
    max-width: 100%;
}



#content {
    .page-content {
        position: relative;
        height: 100vh;

        .title-home-page {
           display: none;
        }

        #bg-content {

            @media (max-width: 768px){
                background-size: cover;
            }
            .content-overlay {
            }
            .content-box {
                position: relative;

                .entry-content {
                    text-align: center;

                    &>*:nth-child(1){margin-top: 35px;}

                    @media (max-width: 1024px){
                        top: 40px;
                    }
                    h3 {

                        @media (max-width: 414px){
                            width: 100%;
                        }
                    }
                    p {
                        padding-left: 25px;
                        padding-right: 25px;

                        @media (max-width: 414px){
                            display: none;
                        }
                    }

                    .post_image-block{
                        padding: 0px;
                        height: 100vh;
                    }

                    img {
                        height: 100%;
                        width: auto;
                    }

                    .grapes-black{margin-top: 48px;}


                }
            }
        }
    }

    .media-tablet({

        .page-content #bg-content .content-box .entry-content .post_image-block,
        .page-content
        {height: auto;}

        .page-content #bg-content .content-box .entry-content img{
        width: 100%;
        height: auto;
        }

    });
}
//***************************About us*************************************
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #000;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img i {
    font-size: 2em;
    color: white;
    padding: 17px 15px;
}
.cd-timeline-img.cd-picture {
  background: @blue;
}
.cd-timeline-img.cd-movie {
  background: @red;
}
.cd-timeline-img.cd-location {
  background: #5A2B59;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: @yellow;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 1em;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
    font-size: 1em;
}
.cd-timeline-content .cd-read-more {
  .button;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1.3rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
//----------------------------------pagination------------------------------------
.pagination {
    display: block !important;
    text-align: center;

    .page-numbers {
        .button;
        padding: 5px 8px;
        &:hover {
            text-decoration: none;
        }
    }
    .current {
        background-color: #664d25 !important;

    }

        .media-mobile({

            &>*{
            display: block;
            margin: 10px 0px;
            }

        });
    }
.top-up:hover i {
    color: @white !important;
}