/*
    Theme Name: Interiart Children Theme
    Theme URI: http://templaza.com
    Author: Templaza
    Author URI: http://templaza.com
    Version: 1.0
    Description: Interiart – Interior WordPress Theme – comes out with tons of powerful features including drag&drop content with Visual Composer, responsive sliders, custom styling and color and various versions. Its modern, attractive and clean design, accompanying with taking advantages of WooCommerce, WPML plugin and built-in shortcode collection will be right tool for you to make your website unique.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template, theme-options
    Template: interiart
*/
@import url("../interiart/style.css");
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Image:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.description-wrapper{
    padding:2em 15px
}
.description-wrapper .tz-title-type-2 {
    text-align: left;
}
.description-wrapper .tz-title-type-2 .tzTitle::after{
    left:0;
    margin-left: 0;
}
.return-back-wrapper{
    padding: 3em 15px;
    text-align: center;
    font-family: 'Montserrat';
}
.return-back-wrapper p{
    margin-bottom: 1em;
}
.return-back-wrapper a{
    background: #ff0000;
    color:#fff;
    padding: 15px 20px;
    text-transform: uppercase;
    display: inline-block;
    border:2px solid #ff0000;
    webkit-transition: all 0.3s; 
    transition: all 0.3s;    
}
.return-back-wrapper a:hover,
.return-back-wrapper a:active{
    background: #fff;
    color:#ff0000;
}
.tz-header .tz-headerBottom a.tz_logo{
    padding:15px 0px 10px 0px;
}
.tz-Breadcrumb .tzOverlayBreadcrumb h1{
    text-align: left;
}
@media (min-width: 992px) and (max-widt: 1199px){
    .tz-header .container {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }
}
.tz-header.tz-header-type-2 .tz-headerBottom nav ul.tz-nav > li > a:after{
    background: #ff0000 !important;
}

.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid{
    box-shadow: none;
}

.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content .tzCategory_Slide_Item_Content_box h5{
    font-size: 20px;
}
.tz-header-search{
    display: none;
}

@media (min-width: 1024px) and (max-width: 1199px){
    #tz-navbar-collapse    {
        padding: 0;
    }
}
@media (max-width: 768px){}
    .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span {
        color: #ff0000;
    }
}

.tzFooterTop .footerattr .widget .piva{
  display: block;
  margin: 15px 0px 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
}
.tzFooterTop .footerattr .widget .piva i{
  margin-right: 20px;
  font-size: 16px;
  color: #868686;  
}