/*
Theme Name: Interiar Child
Description: Child Theme for Interiar Theme
Author: zozothemes
Version: 1.0
Template: interiar
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

html {
  scroll-behavior: auto !important;
}

body, h1, h2, h3, h4, h5, h6,
.footer-middle-wrap .widget, 
ul.dropdown-menu > li,
ul.interiar-main-menu > li > a {
    font-family:"museo-sans";
}

h1.page-title, .breadcrumb > span.current {
    color: #55565a;
}

.portfolio-inner .post-thumb:hover img {
  transition: unset;
  transform: unset;
}

.portfolio-inner:hover .post-overlay-items {
  top: initial!important;
  pointer-events: none!important;
}

.portfolio-inner .post-overlay-items {
  padding: 10px;
}
@media only screen and (max-width: 989px) {
  .portfolio-inner .post-overlay-items h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-inner .post-overlay-items h4 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1580px) {
  .navbar ul.navbar-items.nav.pull-right .header-navbar-text-2 {
    display: block;
  }
}

.flex-col-reverse {
  display: flex;
  flex-direction: column-reverse;
}