/*
Theme Name:     Industris Child
Theme URI:      http://wp.oceanthemes.net/industris/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       industris
*/

@import url("../industris/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
h1{
    font-size: 5rem;
}
h2{
    font-size: 3rem;
}
h3{
    font-size: 2.5rem;
}
h4{
    font-size: 2rem;
}
.header2 .cart-btn{
	width: 70px;
}
.header2 .main-navigation > ul > li{
    /*flex-grow: unset;*/
    flex-basis: unset;
}
.main-navigation > ul > li.menu-item-has-children >a{
	padding-right: 30px;
}
.main-slider .elementor-column-wrap{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.main-footer .widget_text a{
	color: #fff;
}
.main-footer .widget_text a:hover{
	color: #ffd100;
}
.home-project .project-item img{
	width: 100%;
}
.archive .page-pagination{
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;	
}
/* side bar */
#sidebar .product-categories .cat-item.cat-parent>a{
    position: relative;
    color: #000;
    width: 100%;
    display: block;
    padding-right: 30px;
}
#sidebar .product-categories .cat-item.cat-parent>a>.x-caret{
    position: absolute;
    top: 0;
    width: 57px;
    height: 57px;
    line-height: 57px;
    right: 0;
    z-index: 99;
    text-align: center;
}
#sidebar .product-categories .cat-item.cat-parent>a>.x-caret:after{
    content: "\f107";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    width: 30px;
    height: 22px;
    line-height: 22px;
    color: #000;
}
#sidebar .product-categories li>ul.children{
    margin-left: 10px;    
    height: 0;
  	-webkit-transition: height 0.35s ease;
  	-o-transition: height 0.35s ease;
  	transition: height 0.35s ease;    
    display: none;
}
#sidebar .product-categories li>ul.children ul.children{
	margin-left: 0;
}
#sidebar .product-categories .cat-parent.show>ul.children{
	height: initial;
	display: block;
}
#sidebar .product-categories li ul.children li{
    position: relative;
    padding-left: 15px;
}
#sidebar .product-categories li ul.children li:last-child{
	border-bottom: 0;
}
#sidebar .product-categories li ul.children li:before{
    content: "\f138";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 10px;
}
#sidebar .product-categories li.cat-item-33{
	display: none !important;
}
.fl-page-footer-api {
    background: #000000;
}
.fl-page-footer-api div {
    text-align: center;
}
.fl-page-footer-api div a {
    color: #fff !important;
}
@media (max-width: 991px) {
	#site-header .info-list a{
		color: #fff;
		font-size: 14px;
	}	
}
@media (max-width: 767px) {
    .entry-content {
        padding: 50px 0;
    }    
	.header2 .info-list li{
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}	
	#site-header .info-list a{
		font-size: 13px;
	}	
	.grid-projects .project-item{
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.grid-projects .project-item .overlay{
		opacity: 1;
		top: 0;
	}
    .grid-projects .slick-dots{
        display: none !important;
    }
}