/*!
Theme Name: Gatto Nero
Theme URI: reformstudio.gr
Author: Nick Sotiriadis / for Reform Studio
Author URI: nicksotiriadis.gr
Description: Cafe Bar Restaurant Theme
Version: 1.0.0
Text Domain: gatto_nero
*/
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  min-width: 320px;
  overflow-x: hidden;
}
body.blog {
  overflow: hidden;
}
a {
  color: #000 !important;
  text-decoration: none !important;
}
.container {
  max-width: 1340px !important;
}
@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', sans-serif;
}
.border {
  border-color: #eee !important;
}
.wrapper {
  min-width: 768px;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.blog .wrapper {
  max-width: none;
}
.page-id-53 .wrapper {
  min-width: auto;
}
.navbar-nav > li .nav-link {
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.35s ease;
}
.navbar-nav > li .nav-link:focus {
  color: #000;
}
.navbar-nav > li .nav-link.active, .navbar-nav > li .nav-link:hover {
  color: #000;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.header .logo-header {
  width: 200px;
}
.header .logo-header img {
  max-width: 100%;
}
.header .container {
  display: -webkit-flex;
  display: flex;
  text-align: center;
  padding: 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .header .container {
    padding: 1rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .header .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .header .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.header .navbar-wrapper .logo {
  display: none;
  width: 200px;
  max-width: 85%;
  margin: 0 auto 2rem auto;
}
@media (max-width: 767.98px) {
  .header .navbar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(circle, #000, #222);
    color: #fff;
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .header .navbar-wrapper .logo {
    display: block;
  }
  .header .navbar-wrapper .nav-link {
    color: #fff !important;
  }
}
.header .navbar-wrapper .navbar-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.header .navbar-wrapper .navbar-nav > li {
  display: inline-block;
}
.header .navbar-wrapper .navbar-nav > li .nav-link {
  display: block;
  padding: 1rem 0.5rem;
}
@media (max-width: 767.98px) {
  .header .navbar-wrapper .navbar-nav > li {
    display: block;
  }
  .header .navbar-wrapper .navbar-nav > li:not(:last-child) {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
  }
  .header .navbar-wrapper .navbar-nav > li .nav-link {
    transition: all 0.5s ease;
    transition-delay: 0.35s;
    transform: scale(2);
    opacity: 0;
  }
  .header .navbar-wrapper .navbar-nav ~ .navbar-nav {
    display: none;
  }
}
.header .mobile-menu-toggle {
  position: relative;
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.header .mobile-menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  left: 9px;
  background: #000;
  top: 14px;
}
.header .mobile-menu-toggle span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  top: 6px;
}
.header .mobile-menu-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  top: 12px;
}
@media (min-width: 768px) {
  .header .mobile-menu-toggle {
    display: none;
  }
}
.header .mobile-menu-toggle-close {
  display: block;
  cursor: pointer;
  font-size: 36px;
  height: 44px;
  width: 44px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.header .mobile-menu-toggle-close:before, .header .mobile-menu-toggle-close:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 10px;
  background: #fff;
  top: 20px;
}
.header .mobile-menu-toggle-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .mobile-menu-toggle-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .header .mobile-menu-toggle-close {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu-open .navbar-wrapper {
    display: -webkit-flex !important;
    display: flex !important;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
    animation-name: appear;
  }
  .mobile-menu-close .navbar-wrapper {
    display: -webkit-flex !important;
    display: flex !important;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
    animation-name: disappear;
  }
  .mobile-menu-open .navbar-wrapper .navbar-nav > li .nav-link {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes disappear {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.footer {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #000;
  color: #fff;
}
.section {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.section.section-center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.section.section-black {
  background: #000;
}
.row.row-xs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row.row-xs > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.sidebar {
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
  width: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sidebar .sidebar-header {
  background: white;
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.sidebar .sidebar-header .icon {
  width: 128px;
}
.sidebar .sidebar-header .icon-logo {
  max-width: 180px;
}
.sidebar .sidebar-body {
  -webkit-flex: 1;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
.sidebar .sidebar-body ul {
  display: inline-block;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-body ul li {
  margin-bottom: 0.5rem;
}
.sidebar .sidebar-body ul li a {
  display: block;
  line-height: 1.2;
  padding: 0.25rem;
}
.sidebar .sidebar-body ul li a.active {
  font-weight: 700;
}
.content {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.overflow-y-auto {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.top-header {
  -webkit-flex: 0;
  flex: 0;
  padding: 1rem;
  -webkit-display: flex;
  display: flex;
}
.top-header svg {
  width: 160px;
  margin-left: auto;
}
.top-header img {
  max-width: 40px;
}
.top-header.inverted {
  background: #000;
}
.top-header.inverted svg path {
  fill: #fff;
}
.hero {
  text-align: center;
}
.hero .logogram, .hero .logo {
  display: block;
  width: 300px;
  margin-bottom: 3rem;
}
.img-grid {
  height: 100%;
}
.img-grid .grid-item {
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .img-grid .grid-item {
    height: 33.3333%;
  }
}
@media (max-width: 991.98px) {
  .img-grid .grid-item {
    height: 25%;
  }
}
.img-grid a {
  display: block;
  height: 100%;
}
.img-grid a .grid-item-img {
  height: 90%;
  background-size: cover;
  background-position: center center;
}
.img-grid a span {
  line-height: 2;
  margin: 0;
}
.row-item .row-content p {
  line-height: 1;
}
.row-item .row-content .item-price {
  font-size: 1.2rem;
}
.img-wrapper {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center center;
}
.img-wrapper.img-link {
  cursor: pointer;
}
.post-navigation {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.7rem;
}
.post-navigation a .thumb-wrapper {
  width: 80px;
}
.post-navigation a span {
  display: inline-block;
  width: 160px;
  padding: 0 1rem;
}
.post-navigation a[rel="next"] span {
  text-align: right;
}
.mw-360 {
  max-width: 360px;
}
.text-12 {
  font-size: 1.2rem;
}
.text-11 {
  font-size: 1.1rem;
}
.mt-60p {
  margin-top: 60px;
}
.mt-95p {
  margin-top: 95px;
}
.pswp__button--close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 3rem;
  background: none;
  color: #fff;
}
