/*------------------------------------------------------------------
[Table of contents]
1. Basic Elements
  1.1 Headings
  1.2 Anchors
  1.3 Site wrapper
2. Elements Fixes
3. Site Header
4. Site Footer
5. Boxed Layout
6. Landing Page
7. Parallax Effect
8. Layerslider
9. Sidebar
10. Pizza Guy on index-pizza
11. Order Menu
12. Error 404
13. Search Page
14. Coming Soon
14. Portfolio AJAX (prettyPhoto)
-------------------------------------------------------------------*/
/* =Basic Elements
-------------------------------------------------------------- */
/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6em;
  margin-bottom: 20px; }
  h1.style-2, h2.style-2, h3.style-2, h4.style-2, h5.style-2, h6.style-2 {
    font-weight: 400; }
h1 {
  font-size: 60px; }
h2 {
  font-size: 48px; }
  h2.section-heading {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      h2.section-heading {
        margin-bottom: 40px; } }
    @media (min-width: 992px) {
      h2.section-heading {
        margin-bottom: 60px; } }
    h2.section-heading:before {
      display: block;
      content: " ";
      margin-top: -150px;
      height: 150px;
      width: 100%; }
h3 {
  font-size: 36px; }
h4 {
  font-size: 30px; }
h5 {
  font-size: 24px; }
h6 {
  font-size: 18px; }
/* Anchors */
a {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
a:hover {
  cursor: pointer;
  text-decoration: none; }
/* Site wrapper */
.site-wrapper {
  position: relative; }
  .sticky-menu .site-wrapper {
    padding-top: 42px; }
    @media (min-width: 992px) {
      .sticky-menu .site-wrapper {
        padding-top: 78px; } }
.menu-style-2.sticky-menu .site-wrapper {
  padding: 0; }
/* =Elements Fixes
-------------------------------------------------------------- */
a i {
  -moz-transition: 0.2s color;
  -o-transition: 0.2s color;
  -webkit-transition: 0.2s color;
  transition: 0.2s color; }
.collapse {
  display: block; }
@media (max-width: 768px) {
  header.site-header > .container > .row,
  .twitter > .container > .row {
    margin: 0; } }
/* Fonts more smooth and not so bold */
html, body {
  height: 100%; }
body {
  line-height: 1.8em;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.sticky-menu {
    padding-top: 42px; }
    body.sticky-menu.menu-style-2 {
      padding-top: 0; }
/* Make images responsive */
img {
  height: auto;
  max-width: 100%;
  /* Fix Google Maps issue with global image max-width */ }
  .map img {
    max-width: none; }
/* Remove margin on all first child elements */
@media (min-width: 992px) {
  .container > *:first-child,
  .col-md-2 > *:first-child, .col-md-3 > *:first-child, .col-md-4 > *:first-child, .col-md-5 > *:first-child, .col-md-6 > *:first-child, .col-md-12 > *:first-child {
    margin-top: 0; } }
@media (min-width: 768px) {
  .col-sm-2 > *:first-child, .col-sm-3 > *:first-child, .col-sm-4 > *:first-child, .col-sm-5 > *:first-child, .col-sm-6 > *:first-child, .col-sm-12 > *:first-child {
    margin-top: 0; } }
/* Section */
section{
  padding: 32px 0; }
  @media (min-width: 768px) {
    section{
      padding: 42px 0; } }
  @media (min-width: 992px) {
    section{
      padding: 82px 0; } }
  section.no-spacing{
    padding: 0; }
  section.style-2{
    background-color: #f7f5f2;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-style: solid none; }


  section.style-2, .vc_row.style-2 {
    background-color: #f7f5f2;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-style: solid none; }



.not-responsive {
  overflow: visible; }
  .not-responsive .container {
    width: 970px !important;
    max-width: none !important; }
.mini-logo,
.mini-logo-2 {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 26px;
  width: 28px;
  z-index: 2; }
.mini-logo-3 {
  display: block;
  margin: 0 auto;
  height: 26px;
  width: 26px; }
.fa.mini-logo-icon {
  display: block;
  font-size: 28px;
  text-align: center; }
strong {
  font-weight: normal; }
em {
  font-style: normal;
  text-decoration: underline; }
/* =Site Header
-------------------------------------------------------------- */
@media (min-width: 992px) {
  .menu-style-2 .site-header {
    background: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0; }
    .menu-style-2 .site-header > .container:after {
      content: "";
      display: block;
      left: -35px;
      height: 205px;
      background-image: -moz-linear-gradient(top, #2e1e1f 10%, rgba(46, 30, 31, 0.9) 30%, rgba(46, 30, 31, 0));
      background-image: -webkit-linear-gradient(top, #2e1e1f 10%, rgba(46, 30, 31, 0.9) 30%, rgba(46, 30, 31, 0));
      background-image: linear-gradient(to bottom, #2e1e1f 10%, rgba(46, 30, 31, 0.9) 30%, rgba(46, 30, 31, 0));
      position: absolute;
      right: -35px;
      top: 0; }
    .menu-style-2 .site-header > .container > .row {
      position: relative;
      z-index: 2; } }
.menu-style-2.sticky-menu.sticky-scroll .site-header > .container:after {
  display: none; }
.menu-dark.menu-style-2 .site-header > .container:after, .no-gradient .site-header > .container:after {
  display: none; }
.site-header {
  background-color: transparent;
  height: 120px;
  z-index: 999;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* Site Logo */
  /* Site Navigation */ }
  .sticky-menu .site-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0; }
  .sticky-menu.sticky-scroll .site-header {
    background-color: #2E1E1F;
    height: 78px; }
  @media (max-width: 992px) {
    .responsive .site-header {
      height: 78px; } }
  @media (max-width: 768px) {
    .container .responsive .site-header {
      position: static; } }
  .site-header .site-logo {
    display: table;
    height: 120px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 992px) {
      .responsive .site-header .site-logo {
        height: 78px; } }
    .sticky-scroll .site-header .site-logo {
      height: 78px; }
    .site-header .site-logo a {
      display: table-cell;
      vertical-align: middle; }
  .site-header .navbar-header {
    color: #fff;
    display: none; }
    .site-header .navbar-header button {
      border: none;
      border-radius: 4px;
      font-size: 21px;
      height: 32px;
      padding: 1px 0;
      position: relative;
      text-align: center;
      top: 20px;
      width: 38px; }
    @media (max-width: 992px) {
      .responsive .site-header .navbar-header {
        display: block; } }
  .site-header .site-navigation,
  .site-header div.site-navigation > ul {
    font-size: 18px;
    padding: 0;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
    transition: margin 0.4s;
    /* mobile menu */
    /* desktop menu */ }
    .site-header .site-navigation a:hover,
    .site-header div.site-navigation > ul a:hover {
      text-decoration: none; }
    @media (max-width: 992px) {
      .site-header .site-navigation,
      .site-header div.site-navigation > ul {
        overflow-y: auto;
        -webkit-overflow-y-scrolling: touch;
        margin-bottom: 200px; }
        .mobile-menu.responsive .site-header .site-navigation, .mobile-menu.responsive
        .site-header div.site-navigation > ul {
          -moz-transform: translateX(280px);
          -ms-transform: translateX(280px);
          -webkit-transform: translateX(280px);
          transform: translateX(280px);
          -moz-transform: translate3d(280px, 0, 0);
          -ms-transform: translate3d(280px, 0, 0);
          -webkit-transform: translate3d(280px, 0, 0);
          transform: translate3d(280px, 0, 0); } }
    @media (max-width: 992px) and (max-width: 768px) {
      .mobile-menu.responsive .site-header .site-navigation, .mobile-menu.responsive
      .site-header div.site-navigation > ul {
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
    @media (max-width: 992px) {
        .responsive .site-header .site-navigation, .responsive
        .site-header div.site-navigation > ul {
          bottom: 0;
          padding-top: 20px;
          position: fixed;
          top: 77px;
          left: -280px;
          z-index: 9;
          width: 280px;
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -webkit-transform: translateX(0);
          transform: translateX(0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          -webkit-transition: 0.4s;
          transition: 0.4s; } }
    @media (max-width: 992px) and (max-width: 768px) {
      .responsive .site-header .site-navigation, .responsive
      .site-header div.site-navigation > ul {
        left: -100%;
        width: 100%; } }
    @media (max-width: 992px) {
          .responsive .site-header .site-navigation li, .responsive
          .site-header div.site-navigation > ul li {
            list-style: none;
            margin: 3px 16px; }
            .responsive .site-header .site-navigation li + li, .responsive
            .site-header div.site-navigation > ul li + li {
              border-top: 1px solid rgba(0, 0, 0, 0.2); }
          .responsive .site-header .site-navigation a, .responsive
          .site-header div.site-navigation > ul a {
            display: block;
            padding: 10px 19px; }
          .responsive .site-header .site-navigation ul, .responsive
          .site-header div.site-navigation > ul ul {
            border-top: 1px solid rgba(0, 0, 0, 0.2);
            padding: 0; }
            .responsive .site-header .site-navigation ul li, .responsive
            .site-header div.site-navigation > ul ul li {
              margin-left: 0;
              margin-right: 0; }
            .responsive .site-header .site-navigation ul a, .responsive
            .site-header div.site-navigation > ul ul a {
              padding-left: 40px; } }
    @media (max-width: 768px) {
      .responsive .site-header .site-navigation, .responsive
      .site-header div.site-navigation > ul {
        position: absolute; } }
    @media (min-width: 992px) {
      nav div.site-navigation > ul, .responsive .site-header nav div.site-navigation > ul {
          margin-top: 0px;
      }
      .responsive .site-header .site-navigation, .responsive
      .site-header div.site-navigation > ul {
        margin-top: 38px; }
        .responsive .site-header .site-navigation > li, .responsive
        .site-header div.site-navigation > ul > li {
          display: inline-block;
          list-style: none;
          position: relative; }
          .responsive .site-header .site-navigation > li a, 
          .responsive .site-header div.site-navigation > ul > li a {
            display: block;
            padding: 15px 26px 28px 26px; }
        .responsive .site-header .site-navigation li:hover > .sub-menu, 
        .responsive .site-header div.site-navigation > ul li:hover > .sub-menu, 
        .responsive .site-header div.site-navigation > ul li:hover > .children {
          display: block; }
        .responsive .site-header .site-navigation .sub-menu, 
        .responsive .site-header div.site-navigation > ul .sub-menu, 
        .responsive .site-header div.site-navigation > ul .children {
          border-top: 4px solid #000;
          -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
          -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
          display: none;
          left: 0;
          padding: 10px 0;
          position: absolute;
          top: 100%;
          width: 218px;
          z-index: 9;
          list-style: none; }
          .responsive .site-header .site-navigation .sub-menu li + li > a,
          .responsive .site-header div.site-navigation > ul .sub-menu li + li > a,
          .responsive .site-header .site-navigation .children li + li > a,
          .responsive .site-header div.site-navigation > ul .children li + li > a,
           {
            border-top: 1px solid rgba(0, 0, 0, 0.07); }
          .responsive .site-header .site-navigation .sub-menu a, .responsive
          .site-header div.site-navigation > ul .sub-menu a,  .site-header div.site-navigation > ul .children a {
            display: block;
            margin: 0 11px;
            padding: 12px 0;
            text-align: center; }
      .sticky-menu.sticky-scroll .site-header .site-navigation, .sticky-menu.sticky-scroll
      .site-header div.site-navigation > ul {
        margin-top: 10px; } }
    .not-responsive .site-header .site-navigation, .not-responsive
    .site-header div.site-navigation > ul {
      margin-top: 38px; }
      .not-responsive .site-header .site-navigation > li, .not-responsive
      .site-header div.site-navigation > ul > li {
        display: inline-block;
        list-style: none;
        position: relative; }
        .not-responsive .site-header .site-navigation > li a, .not-responsive
        .site-header div.site-navigation > ul > li a {
          display: block;
          padding: 15px 26px 28px 26px; }
      .not-responsive .site-header .site-navigation li:hover > .sub-menu, 
      .not-responsive .site-header div.site-navigation > ul li:hover > .sub-menu,
      .not-responsive .site-header div.site-navigation > ul li:hover > .children,
      .not-responsive .site-header .site-navigation li:hover > .children, 
       {
        display: block;
       }
      .not-responsive .site-header .site-navigation .sub-menu, 
      .not-responsive .site-header div.site-navigation > ul .sub-menu {
        border-top: 4px solid #000;
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
        display: none;
        left: 0;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        width: 218px;
        z-index: 9;
        list-style: none; }
        .not-responsive .site-header .site-navigation .sub-menu li + li > a, .not-responsive
        .site-header div.site-navigation > ul .sub-menu li + li > a {
          border-top: 1px solid rgba(0, 0, 0, 0.07); }
        .not-responsive .site-header .site-navigation .sub-menu a, .not-responsive
        .site-header div.site-navigation > ul .sub-menu a {
          display: block;
          margin: 0 11px;
          padding: 12px 0;
          text-align: center; }
/* =Site Footer
-------------------------------------------------------------- */
.site-footer.style-2 {
  background-color: #f7f5f2;
  border-top: 1px solid rgba(0, 0, 0, 0.04); }
.site-footer .footer-widgets {
  padding-bottom: 60px;
  padding-top: 60px; }
.site-footer .copyright {
  background-color: #1c1010;
  color: #fff;
  padding: 28px 0 24px 0; }
  .site-footer .copyright ul {
    padding: 0; }
    .site-footer .copyright ul li {
      list-style: none; }
  .site-footer .copyright a {
    color: inherit; }
  .site-footer .copyright .row > * + * {
    text-align: right; }
  @media (max-width: 768px) {
    .responsive .site-footer .copyright .row > * {
      text-align: center; }
      .responsive .site-footer .copyright .row > * + * {
        margin-top: 15px; }
    .responsive .site-footer .copyright .social a {
      margin: 0 10px; } }
/* =Boxed
-------------------------------------------------------------- */
.boxed .site-wrapper {
  background-color: #fff;
  margin: 0 auto;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .boxed .site-wrapper {
      width: 750px; } }
  @media (min-width: 992px) {
    .boxed .site-wrapper {
      width: 980px; } }
  @media (min-width: 1200px) {
    .boxed .site-wrapper {
      width: 1180px; } }
@media (min-width: 768px) {
  .boxed .container {
    width: 720px; } }
@media (min-width: 992px) {
  .boxed .container {
    width: 930px; } }
@media (min-width: 1200px) {
  .boxed .container {
    width: 1140px; } }
.boxed.pattern-1 {
  background-image: url(../images/patterns/pattern-1.png);
  background-size: 25% auto; }
.boxed.pattern-2 {
  background-image: url(../images/patterns/pattern-2.png);
  background-size: 25% auto; }
.boxed.pattern-3 {
  background-image: url(../images/patterns/pattern-3.png);
  background-size: 25% auto; }
.boxed.pattern-4 {
  background-image: url(../images/patterns/pattern-4.png);
  background-size: 25% auto; }
.boxed.pattern-5 {
  background-image: url(../images/patterns/pattern-5.png);
  background-size: 25% auto; }
.boxed.pattern-6 {
  background-image: url(../images/patterns/pattern-6.png);
  background-size: 25% auto; }
.boxed.pattern-7 {
  background-image: url(../images/patterns/pattern-7.png);
  background-size: 25% auto; }
.boxed.pattern-8 {
  background-image: url(../images/patterns/pattern-8.png);
  background-size: 25% auto; }
.boxed.pattern-9 {
  background-image: url(../images/patterns/pattern-9.png);
  background-size: 25% auto; }
@media (max-width: 992px) {
  .boxed.mobile-menu .site-header {
    position: fixed; }
    .boxed.mobile-menu .site-header:after, .boxed.mobile-menu .site-header:before {
      background-color: #2E1E1F;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 150px; }
    .boxed.mobile-menu .site-header:after {
      right: -150px; }
    .boxed.mobile-menu .site-header:before {
      left: -150px; } }
.boxed.pattern-strech {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
.boxed .site-header > .container {
  position: relative; }
/* =Landing Page
-------------------------------------------------------------- */
.landing-page h4, .landing-page h5 {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
.landing-page .jumbotron {
  padding-left: 15px;
  padding-right: 15px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4); }
  .landing-page .jumbotron h1 {
    font-size: 26px;
    margin-bottom: 0; }
    @media (min-width: 300px) {
      .landing-page .jumbotron h1 {
        font-size: 30px; } }
    @media (min-width: 400px) {
      .landing-page .jumbotron h1 {
        font-size: 42px; } }
    @media (min-width: 768px) {
      .landing-page .jumbotron h1 {
        font-size: 56px; } }
    @media (min-width: 1200px) {
      .landing-page .jumbotron h1 {
        font-size: 72px; } }
  .landing-page .jumbotron h5 {
    font-size: 18px; }
    @media (min-width: 768px) {
      .landing-page .jumbotron h5 {
        font-size: 24px; } }
.landing-page .demo-selection {
  position: relative; }
  .landing-page .demo-selection a:hover {
    text-decoration: none; }
  @media (max-width: 992px) {
    .landing-page .demo-selection {
      display: none; } }
@media (min-width: 993px) {
  .landing-page .demo-selection-mobile {
    display: none; } }
.landing-page .restaurant-hover-wrapper {
  display: inline-block;
  position: relative;
  z-index: 3; }
  .landing-page .restaurant-hover-wrapper > img {
    margin-bottom: 20px;
    position: relative;
    z-index: 2; }
  .landing-page .restaurant-hover-wrapper .restaurant-hover {
    height: 243px;
    overflow: hidden;
    position: absolute;
    left: 82px;
    top: 17px;
    width: 388px; }
    .landing-page .restaurant-hover-wrapper .restaurant-hover img {
      left: 0;
      position: absolute;
      top: 0;
      -moz-transition: 5s;
      -o-transition: 5s;
      -webkit-transition: 5s;
      transition: 5s; }
    @media (max-width: 1200px) {
      .landing-page .restaurant-hover-wrapper .restaurant-hover {
        left: 62px;
        top: 13px;
        height: 200px;
        width: 328px; } }
  .landing-page .restaurant-hover-wrapper:hover .restaurant-hover img {
    top: -1209px; }
    @media (max-width: 1200px) {
      .landing-page .restaurant-hover-wrapper:hover .restaurant-hover img {
        top: -1027px; } }
  @media (max-width: 1200px) {
    .landing-page .restaurant-hover-wrapper {
      width: 451px; } }
.landing-page .pizza-hover-wrapper,
.landing-page .coffee-hover-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 65px;
  width: 510px; }
  .landing-page .pizza-hover-wrapper:hover .hover,
  .landing-page .coffee-hover-wrapper:hover .hover {
    opacity: 1; }
  .landing-page .pizza-hover-wrapper .hover,
  .landing-page .coffee-hover-wrapper .hover {
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  @media (max-width: 1200px) {
    .landing-page .pizza-hover-wrapper,
    .landing-page .coffee-hover-wrapper {
      width: 400px; } }
.landing-page .pizza-hover-wrapper {
  left: -125px; }
  @media (max-width: 1200px) {
    .landing-page .pizza-hover-wrapper {
      left: -85px; } }
  .landing-page .pizza-hover-wrapper .hover {
    left: 7px; }
    @media (max-width: 1200px) {
      .landing-page .pizza-hover-wrapper .hover {
        left: -1px; } }
.landing-page .coffee-hover-wrapper {
  right: -125px; }
  @media (max-width: 1200px) {
    .landing-page .coffee-hover-wrapper {
      right: -85px; } }
  .landing-page .coffee-hover-wrapper .hover {
    left: 0; }
    @media (max-width: 992px) {
      .landing-page .coffee-hover-wrapper .hover {
        left: 1px; } }
.landing-page .landing-page-footer {
  background-image: url(../images/landing-page-footer.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  display: none;
  height: 251px; }
  @media (min-width: 768px) {
    .landing-page .landing-page-footer {
      display: block; } }
@media (min-width: 768px) {
  .landing-page section.style-2 {
    padding-bottom: 100px; } }
.landing-page .landing-icons {
  font-size: 20px; }
  .landing-page .landing-icons a {
    margin: 0 10px;
    -moz-transition: 0.2s opacity;
    -o-transition: 0.2s opacity;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity; }
    .landing-page .landing-icons a:hover {
      opacity: .8; }
  .landing-page .landing-icons h5 {
    font-size: 16px;
    margin: 5px 0 40px 0; }
/* =Parallax effect
-------------------------------------------------------------- */
.parallax {
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    .parallax {
      background-attachment: fixed; } }
  @media (max-width: 1200px) {
    .parallax {
      background-attachment: scroll !important;
      background-position: top center !important; } }
/* =Layerslider
-------------------------------------------------------------- */
.ls-container {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4); }
  .ls-container h1, .ls-container h2, .ls-container h3, .ls-container h4, .ls-container h5 {
    color: #fff;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 !important; }
  @media (max-width: 767px) {
    .ls-container.hidden-xs + * {
      margin-top: 70px; } }
/* =Sidebar
-------------------------------------------------------------- */
.sidebar > .widgets > li:first-of-type > .widget-title {
  margin-top: 0; }
/* =Pizza Guy on index-pizza
-------------------------------------------------------------- */
@media (min-width: 992px) {
  .pizza-guy-wrapper {
    padding-top: 120px; } }
.pizza-guy {
  position: relative; }
  .pizza-guy > img {
    left: 50%;
    margin-left: -618.5px;
    position: absolute;
    top: -222px;
    width: 761px; }
    @media (max-width: 1200px) {
      .pizza-guy > img {
        margin-left: -568.5px; } }
  .pizza-guy form {
    background-color: #fff;
    position: relative;
    z-index: 2; }
/* =Order Menu
-------------------------------------------------------------- */
.order-menu-wrapper {
  background-color: #333;
  bottom: 0;
  color: #fff;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 9999;
  width: 100%;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 660px) {
    .order-menu-wrapper {
      width: 652px;
      right: -652px; } }
  .order-menu-wrapper .order-menu {
    height: 100%;
    overflow-y: auto;
    padding: 15px 15px; }
    @media (min-width: 660px) {
      .order-menu-wrapper .order-menu {
        padding: 76px 61px; } }
    .order-menu-wrapper .order-menu .mobile-close {
      border: none;
      display: block;
      font-size: 22px;
      padding: 10px 19px;
      position: relative;
      left: -20px;
      top: -20px;
      text-align: center;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 660px) {
        .order-menu-wrapper .order-menu .mobile-close {
          display: none; } }
  .mobile-menu .order-menu-wrapper, .portfolio-open .order-menu-wrapper {
    -moz-transform: translate3d(80px, 0, 0);
    -ms-transform: translate3d(80px, 0, 0);
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0); }
  .order-menu-wrapper.active {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    @media (min-width: 660px) {
      .order-menu-wrapper.active {
        -moz-transform: translate3d(-652px, 0, 0);
        -ms-transform: translate3d(-652px, 0, 0);
        -webkit-transform: translate3d(-652px, 0, 0);
        transform: translate3d(-652px, 0, 0); } }
    .order-menu-wrapper.active.show-ie {
      right: 0; }
  .order-menu-wrapper .close-order {
    background-color: #333;
    border: none;
    border-radius: 5px 0 0 5px;
    font-size: 22px;
    left: -80px;
    height: 80px;
    position: absolute;
    top: 228px;
    width: 80px; }
  .order-menu-wrapper.cookie-content .close-order:after {
    border: 3px solid #333;
    border-radius: 100%;
    content: "";
    height: 15px;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 15px; }
  .order-menu-wrapper h2 {
    font-size: 30px; }
  .order-menu-wrapper h3 {
    color: inherit;
    font-size: 22px; }
  .order-menu-wrapper .mini-logo {
    margin-bottom: 30px; }
  .order-menu-wrapper .order-footer .price,
  .order-menu-wrapper .order-review .price {
    margin: 30px 0 40px 0; }
  .order-menu-wrapper .order-footer .btn,
  .order-menu-wrapper .order-review .btn {
    width: 100%; }
  .order-menu-wrapper section {
    padding: 0; }
  .order-menu-wrapper .food-item.price-right header {
    overflow: hidden;
    *zoom: 1; }
    .order-menu-wrapper .food-item.price-right header h3 {
      float: left; }
    .order-menu-wrapper .food-item.price-right header .anps_quantity, .order-menu-wrapper .food-item.price-right header .price {
      font-size: 25px;
      margin: 0;
      padding: 0;
      float: right; }
      .order-menu-wrapper .food-item.price-right header .anps_quantity button, .order-menu-wrapper .food-item.price-right header .price button {
        background: none;
        border: none;
        padding: 0 10px; }
    .order-menu-wrapper .food-item.price-right header .price {
      margin-left: 15px;
      position: relative;
      top: -8px; }
  .order-menu-wrapper .food-item.price-right p {
    padding-right: 0; }
  .order-menu-wrapper input[type="text"], .order-menu-wrapper input[type="tel"], .order-menu-wrapper input[type="email"], .order-menu-wrapper textarea {
    background-color: #fff; }
  .order-menu-wrapper .order-notes {
    margin-bottom: 30px; }
  .order-menu-wrapper .order-summary {
    margin: 0;
    padding: 0; }
    .order-menu-wrapper .order-summary li {
      list-style: none; }
      .order-menu-wrapper .order-summary li h3 {
        overflow: hidden;
        *zoom: 1;
        margin: 0; }
      .order-menu-wrapper .order-summary li span + span {
        font-size: 33px;
        margin-top: -4px; }
  .order-menu-wrapper form[data-menu-order="customer"] {
    margin-bottom: 50px;
    margin-top: 50px; }
body.order-open,
body.portfolio-open {
  overflow-y: hidden; }
/* =Error 404
-------------------------------------------------------------- */
@media (min-width: 992px) {
  .error-404 {
    margin-top: 70px !important;  
    margin-bottom: 70px; } }
.error-404 h1 {
  font-size: 32px;
  margin: 0; }
  @media (min-width: 450px) {
    .error-404 h1 {
      font-size: 62px; } }
  @media (min-width: 992px) {
    .error-404 h1 {
      font-size: 92px; } }
  @media (min-width: 1200px) {
    .error-404 h1 {
      font-size: 122px; } }
  .error-404 h1 em {
    font-size: 94px;
    text-decoration: none;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media (min-width: 450px) {
      .error-404 h1 em {
        font-size: 144px; } }
    @media (min-width: 992px) {
      .error-404 h1 em {
        font-size: 184px;
        margin-left: 25px; } }
    @media (min-width: 1200px) {
      .error-404 h1 em {
        font-size: 244px; } }
.error-404 h2 {
  font-size: 18px;
  margin: -10px 0 50px 0; }
  @media (min-width: 992px) {
    .error-404 h2 {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .error-404 h2 {
      font-size: 30px; } }
/* =Search Page
-------------------------------------------------------------- */
.search-posts {
  list-style: none;
  margin-top: 40px;
  padding: 0; }
  .search-posts li {
    border-bottom: 1px solid #ebebeb;
    padding: 22px 0 17px 0; }
    .search-posts li a {
      display: block; }
    .search-posts li h4 {
      font-size: 14px;
      margin: 0;
      -moz-transition: color 0.2s;
      -o-transition: color 0.2s;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
    .search-posts li i {
      font-size: 16px;
      margin-right: 18px; }
.search-heading {
  font-size: 24px;
  margin-top: 60px; }
  .search-heading em {
    text-decoration: none; }
/* =Coming Soon
-------------------------------------------------------------- */
.coming-soon {
  display: table;
  padding: 15px;
  margin: 0;
  height: 100%;
  width: 100%; }
  .coming-soon:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .coming-soon .site-wrapper {
    display: table-row;
    padding: 0; }
  .coming-soon .coming-soon-content {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 1; }
    .coming-soon .coming-soon-content h2 {
      font-size: 24px;
      margin-bottom: 40px;
      margin-top: 10px; }
    .coming-soon .coming-soon-content .countdown {
      list-style: none;
      padding: 0;
      overflow: hidden;
      *zoom: 1; }
      .coming-soon .coming-soon-content .countdown li {
        display: inline-block;
        margin: 0 46px; }
      .coming-soon .coming-soon-content .countdown label {
        display: block;
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 20px;
        padding: 10px 0; }
        @media (min-width: 768px) {
          .coming-soon .coming-soon-content .countdown label {
            margin-bottom: 0; } }
      .coming-soon .coming-soon-content .countdown span {
        border-radius: 100%;
        display: block;
        font-size: 36px;
        height: 105px;
        padding: 35px;
        width: 105px; }
        @media (min-width: 768px) {
          .coming-soon .coming-soon-content .countdown span {
            margin-bottom: 20px; } }
/* =Portfolio AJAX (prettyPhoto)
-------------------------------------------------------------- */
.pp_pic_holder.pp_default {
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  overflow: auto;
  position: fixed !important;
  width: 100% !important; }
  .pp_pic_holder.pp_default .pp_content_container .pp_right,
  .pp_pic_holder.pp_default .pp_content_container .pp_left,
  .pp_pic_holder.pp_default .pp_content,
  .pp_pic_holder.pp_default .pp_details {
    background: none !important; }
  .pp_pic_holder.pp_default .portfolio-single {
    padding-top: 70px;
    padding-bottom: 0; }
div.pp_overlay {
  background-color: #fff !important;
  width: 100% !important; }
div.pp_default .pp_details {
  position: static !important; }
#pp_full_res .pp_inline p {
  line-height: 1.7em; }
.pp_pic_holder.pp_default .ppt {
  display: none !important; }
div.pp_default .pp_content_container .pp_left {
  padding-left: 0 !important; }
div.pp_default .pp_content_container .pp_right {
  padding-right: 0 !important; }
.pp_content {
  width: 100% !important;
  height: auto !important; }
.pp_fade {
  width: 100% !important;
  height: 100% !important; }
/*a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
  display: none !important; }
*/
  a.pp_expand, a.pp_contract, .pp_top, .pp_bottom {
  display: none !important; }

#pp_full_res img {
  width: 100% !important;
  height: auto !important; }
.pp_details {
  width: 100% !important;
  padding-left: 3%;
  padding-right: 4%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -2px !important; }

a.pp_close {
    border: medium none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
    font-size: 22px !important;
    height: auto !important;
    padding: 10px 13px !important;
    right: 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
    top: 30px !important;
    width: auto !important;
}


  a.pp_close:hover {
    opacity: 1 !important; }


 section {
  -ms-block-progression: bt;
}

.col-md-12, .row *, section * {
  -ms-block-progression: tb;
}

.panel-group .panel + .panel {
	margin: none;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	 border: none;
}

.panel-group .panel-heading + .panel-collapse.in .panel-body {
	border-top: 1px solid #dddddd;
}


/* VC render update */


  .site-wrapper:not('.legacy') .wpb_row, .site-wrapper:not('.legacy') .wpb_content_element, .site-wrapper:not('.legacy') ul.wpb_thumbnails-fluid > li, .site-wrapper:not('.legacy') .last_toggle_el_margin, .wpb_button {
      margin-bottom: 0px;
  }

  .vc_row {
    padding: 32px 0; 
  }

  @media (min-width: 768px) {
    .vc_row {
      padding: 42px 0; } 
  }

  @media (min-width: 992px) {
    .vc_row {
      padding: 42px 0; } 
  }

  .vc_row.no-spacing {
      padding: 0; 
  }




/*carousel VC shortcode*/
.wpb_wrapper, .vc_images_carousel {
    max-width: 100%;
    position: relative;
}

.vc_images_carousel .vc_carousel-control .icon-prev::before {
    content: "\f053"!important;
    position: relative;
    top: -10px;
    color: #000;
    font-family: FontAwesome;
    font-size: 18px;
}

.vc_images_carousel .vc_carousel-control .icon-next::before {
    content: "\f054"!important;
    position: relative;
    top: -10px;
    color: #000;
    font-family: FontAwesome;
    font-size: 18px;    
}

.vc_slide.vc_images_carousel .vc_carousel-indicators li {
    background-color: #000;
    border: 1px solid #000;
}

.vc_slide.vc_images_carousel .vc_carousel-indicators li.vc_active {
  background: #fff;
  border: 1px solid #fff;
}


/* Tabs
---------------------------------------- */
/*new VC tabs*/
.vc_tta.vc_tta-tabs-container.vertical {
    margin: 0!important;
}

.vc_tta.vc_general .vertical .vc_tta-tab {
  display: block;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list{
  border-color: #ececec;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
    border: 1px solid #ececec;
    border-style: none solid none none;
    padding-bottom: 14px;
  }
  .vc_tta-style-anps_tabs .vertical li {
    border: 1px solid transparent;
    border-right: none;
    border-bottom: 1px solid #ececec;
    float: none;
    margin: -1px 0;
    text-align: right;
    width: 100%;
  }
  .vc_tta-style-anps_tabs .vertical li.vc_active, .vc_tta-style-anps_tabs .vertical li.vc_active:last-child {
    border-bottom: 1px solid #ececec;
  }
  .vc_tta-style-anps_tabs .vertical li.vc_active:after, .vc_tta-style-anps_tabs .vertical li.vc_active:last-child:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }
  .vc_tta-style-anps_tabs .vertical li:last-child {
    border-bottom-color: transparent;
    margin-top: -1px;
    margin-left: 0px!important;
  }
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li {
  border: 1px solid transparent;
  border-bottom: none;
  border-right: 1px solid #ececec;
  margin: 0 -1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li {
    display: inline-block;
    float: none;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid transparent!important;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa {
  text-indent: 14px;
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child {
  border-right: transparent;
}
.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
    padding-bottom: 12px !important;
    border-right: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
      border-right: 1px solid #ececec;
}
.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li{
      border-right: 0;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li:first-child.vc_active{
      border-top: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.vc_active {
  border-right: 0px solid #ececec;
}


@media (max-width: 992px) {
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.vc_active {
  border-right: 1px solid #ececec;
}
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li > a {
  border: none !important;
  border-radius: 0;
  font-size: 14px;
  padding: 13px 24px;
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li > a:hover {
  background: none;
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active:last-child {
  border-color: #ececec;
}
.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:after, .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:last-child:after {
  content: "";
  left: -1px;
  position: absolute;
  width: 9px;
  bottom: -1px;
  top: -2px;
}

.vc_tta-style-anps_tabs div:not(.vertical)  .vc_tta-tabs-list > li.vc_active::after, .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
    content: "";
    height: 9px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -2px;
}

@media (max-width: 992px) {
  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child {
    border: 1px solid #ececec;
    border-bottom: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
  }
  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child .fa {
    float: left;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 24px;
  }
  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active:after, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.active:after {
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    bottom: -1px;
    z-index: 9;
  }
}

.vc_tta-panel-body h2 {
    font-size: 18px;
    margin-top: 0;
}

@media (min-width: 768px) {
  .vc_tta.vc_general .vc_tta-panels-container.col-sm-9 .vc_tta-panel-body {
      padding-left: 0;
      padding-top: 0;
  }
}


.vc_tta-style-anps_tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 0px 0 0 1px;
}
.vc_tta-style-anps_tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab:first-child {
    margin: 1px 0 0 1px;
}

.vc_tta.vc_tta-style-anps_tabs .vc_tta-tabs-list .vc_tta-tab > a {
    padding: 12px 30px;
}

@media (min-width: 600px) and (max-width: 991px) {
  .vc_tta.vc_tta-style-anps_tabs .vc_tta-tabs-list .vc_tta-tab > a {
      padding: 12px 15px;
  }
  .vc_tta-tabs-container.col-sm-3.vertical {
    padding-right: 0;
  }
}

.vc_tta-style-anps_tabs {
    margin-left: -15px;
    margin-right: -15px;
}


.vc_tta-style-anps_tabs .vc_tta-tabs-container {
  padding-left: 15px;
  padding-right: 15px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active {
  border-left: 0px;
  border-top: 1px solid transparent;
}


/* Accordion
---------------------------------------- */

.vc_tta-style-anps_accordion .vc_tta-controls-icon {
  display: none!important;
}

.vc_tta-style-anps_accordion .vc_tta-panel-title a:before {
  border-radius: 4px;
  content: "\f063";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
  padding: 5px 7px;
  background: #e6e6e6;
}

.vc_tta-style-anps_accordion .vc_tta-panel.vc_active .vc_tta-panel-title a:before {
  background-color: #292929;
  content: "\f061";
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps_accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 0;
}
.vc_tta-tabs-container.col-sm-3.vertical {
  margin-right: 0!important;
}



/*pos-left*/

.site-wrapper:not(.legacy) .pos-left > .wpb_wrapper {
  position: absolute;
}

.site-wrapper:not(.legacy) .team .hover > .vc_row {
  margin-bottom: 10px;
}

.site-wrapper:not(.legacy) .team .hover > .vc_row:last-child ul.socialize {
   margin-top: 10px;
}

 .site-wrapper:not(.legacy) .wpb_row, .site-wrapper:not(.legacy) .wpb_content_element,.site-wrapper:not(.legacy) ul.wpb_thumbnails-fluid > li,.site-wrapper:not(.legacy) .last_toggle_el_margin,.site-wrapper:not(.legacy) .wpb_button {
    margin-bottom: 0px;
}

.searchform input[type="search"] {
    border: medium none;
    outline: 0 none;
    padding: 5px 0;
    width: 100%;
}

.searchform label {
    display: none;
}

.vc_tta-style-anps_tabs {
  color: #000;
}

 .site-wrapper:not(.legacy) .top-bar ul.socialize > li > a{
  margin: 0;
 }

 .site-wrapper:not(.legacy) .sidebar .social > li {
    display: inline-block;
    float: none;
    font-size: 19px;
    padding: 10px;
}

 .site-wrapper:not(.legacy) .sidebar .social > li:first-child {
  padding-left: 0;
 }

/*
.random.isotope {
  width: 1180px!important;
  margin: 0!important;
}*/

.container .jumbotron {
    border-radius: 0px;
}

.vc_row.background-left {
    background-position: left center !important;
    background-repeat: no-repeat;
    background-size: 501px auto;
    overflow: hidden;
}
.vc_row {
    padding: 0px 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.btn-md:focus {
    outline: none;
    outline-offset: 0;
    /*padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 27px;
    padding-right: 27px;*/
    border: 3px solid;
}
/*
.blog-loop article > .btn:focus {
    margin-bottom: 45px;
    padding: 8px 35px;
}
*/

.btn:focus, .btn.btn-md:focus {
  border-color: #000; }

a:focus {
  text-decoration: none;
}



/* update: 11.08.2015 */


/* woocommerce tabs */

.woocommerce-tabs .panel{
  background: #fff;
  border-top: 1px solid #ececec;
  box-shadow: none;
}

div.woocommerce-tabs ul.tabs {
  margin-bottom: -1px;
  padding-left:  0;
}

div.woocommerce-tabs ul.tabs li {
    border: none;
    display: table-cell;
    float: none;
    position: relative;
} 

div.woocommerce-tabs ul.tabs li.active {
    border: 1px solid #ececec;
} 

div.woocommerce-tabs ul.tabs li.active:before {
    content: "";
    height: 9px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -9px;
}

div.woocommerce-tabs ul.tabs li a {
  padding: 13px 24px; 
  display: block;
}

ol.commentlist {
  padding-left: 0;
}

ol.commentlist li {
  list-style: none;
}


.woocommerce-tabs h2 {
  padding-top: 30px;
  padding-bottom: 20px;

}

.woocommerce-tabs {
  /* Form */
}
.woocommerce-tabs .commentlist {
  list-style: none;
  padding: 0;
}
.woocommerce-tabs .commentlist .comment_container {
  min-height: 60px;
  position: relative;
}
.woocommerce-tabs .commentlist .comment-text {
  position: relative;
  padding-left: 90px;
}
.woocommerce-tabs .commentlist .comment-head:before, .woocommerce-tabs .commentlist .comment-head:after {
  content: " ";
  display: table;
}
.woocommerce-tabs .commentlist .comment-head:after {
  clear: both;
}
.woocommerce-tabs .commentlist li {
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
}
.woocommerce-tabs .commentlist li:before, .woocommerce-tabs .commentlist li:after {
  content: " ";
  display: table;
}
.woocommerce-tabs .commentlist li:after {
  clear: both;
}
.woocommerce-tabs .commentlist li + li {
  padding-top: 32px;
}
.woocommerce-tabs .commentlist .meta {
  float: left;
  font-size: 14px;
}
.woocommerce-tabs .commentlist .meta strong {
  font-weight: 300;
  text-transform: uppercase;
}
.woocommerce-tabs .commentlist .star-rating {
  clear: right;
  float: left;
  margin-left: 40px;
  margin-top: 4px;
}
.woocommerce-tabs .commentlist .description {
  display: inline-block;
}
.woocommerce-tabs .commentlist img {
  position: absolute;
  left: 0;
  top: 0;
}
.woocommerce-tabs h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: none;
}
.woocommerce-tabs .comment-reply-title {
  margin-top: 55px;
  margin-bottom: 25px;
}
.woocommerce-tabs .comment-form-author,
.woocommerce-tabs .comment-form-email {
  max-width: 380px;
  margin-bottom: 20px;
}
.woocommerce-tabs .form-submit #submit {
  display: inline-block;
  margin-top: 30px;
}
.woocommerce-tabs p.stars {
  margin: 20px 0 25px 0;
  position: relative;
  font-size: 16px;
}
.woocommerce-tabs p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}
.woocommerce-tabs p.stars a:last-child {
  border-right: 0;
}
.woocommerce-tabs p.stars a.star-1, .woocommerce-tabs p.stars a.star-2, .woocommerce-tabs p.stars a.star-3, .woocommerce-tabs p.stars a.star-4, .woocommerce-tabs p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
.woocommerce-tabs p.stars a.star-1:after, .woocommerce-tabs p.stars a.star-2:after, .woocommerce-tabs p.stars a.star-3:after, .woocommerce-tabs p.stars a.star-4:after, .woocommerce-tabs p.stars a.star-5:after {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-tabs p.stars a.star-1 {
  width: 2em;
}
.woocommerce-tabs p.stars a.star-1:after {
  content: "\f006";
}
.woocommerce-tabs p.stars a.star-1:hover:after, .woocommerce-tabs p.stars a.star-1.active:after {
  content: "\f005";
}
.woocommerce-tabs p.stars a.star-2 {
  width: 3em;
}
.woocommerce-tabs p.stars a.star-2:after {
  content: "\f006\f006";
}
.woocommerce-tabs p.stars a.star-2:hover:after, .woocommerce-tabs p.stars a.star-2.active:after {
  content: "\f005\f005";
}
.woocommerce-tabs p.stars a.star-3 {
  width: 4em;
}
.woocommerce-tabs p.stars a.star-3:after {
  content: "\f006\f006\f006";
}
.woocommerce-tabs p.stars a.star-3:hover:after, .woocommerce-tabs p.stars a.star-3.active:after {
  content: "\f005\f005\f005";
}
.woocommerce-tabs p.stars a.star-4 {
  width: 5em;
}
.woocommerce-tabs p.stars a.star-4:after {
  content: "\f006\f006\f006\f006";
}
.woocommerce-tabs p.stars a.star-4:hover:after, .woocommerce-tabs p.stars a.star-4.active:after {
  content: "\f005\f005\f005\f005";
}
.woocommerce-tabs p.stars a.star-5 {
  width: 6em;
  border: 0;
}
.woocommerce-tabs p.stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
}
.woocommerce-tabs p.stars a.star-5:hover:after, .woocommerce-tabs p.stars a.star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}

.woocommerce-tabs h2 {
  font-size: 18px;
}

.woocommerce-tabs .form-submit #submit {
    font-size: 15px;
    padding: 12px 25px;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s;
}
.woocommerce-tabs .panel {
    background: transparent;
}

/* logos */
 .logos li {
  position:relative;
}

 .logos li:hover .hover {
    opacity: 1;
}  
.comment-text img.wp-smiley, div.comment-text div.description p img.wp-smiley {
  display: none!important;
}

.woocommerce-tabs p.stars a {
  border-right: none!important;
}


.variations td.label {
  padding-left: 0;
  padding-top: 17px;
  vertical-align: top;
}

.variations a.reset_variations {
  font-size: 12px;
}

.variations td.value select {
  margin-bottom: 5px;
}


table td > p {
  margin: 0;
}

.woocommerce-variation-description {
  margin-top: 15px;
}

/* Visual Composer 4.9. fix */
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}