/*
Theme Name: Industrial Child
Theme URI: http://themeforest.net/user/Anps/portfolio
Description: It can be used for business and corporate sites, your portfolio site or customize it to suit your wishes. Easy to use and clean code will be a simple task to get you up and running in no time. And with our support you cannot go wrong.
Author: AnpsThemes
Author URI: http://themeforest.net/user/Anps/portfolio
Version: 1.1.2
License: GNU General Public License
License URI: license.txt
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
Template: industrial
*/

.page-id-9 .wpb_row.vc_row-fluid{
  padding-top: 33px;
}

.page-id-9 .title{
  margin-bottom: 0;
}

.top-bar {
    color: #8c8c8c !important;
}

.featured-has-icon .featured-title {
    font-size: 14px;
}


#sidebar-menu {
	list-style: none;
    background-color: #133560;
    color: #FFFFFF;
    padding: 9px 0;
    padding-left: 30px;
}

#sidebar-menu .glyphicon-menu-right,
#sidebar-menu .glyphicon-menu-down {
	right: 15px;
    top: 5px;
}

.location-text {
    padding-left: 10px;
    padding-right: 10px;
}

.page-id-9 .row {
    padding-left: 10px;
    padding-right: 10px;
}

.portfolio-wrap .filter li label input {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto !important;
    width: 13px;
}
.portfolio-wrap .filter li label{
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto !important;
    width: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

*{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.portfolio-wrap .filter li label, .portfolio-wrap .filter li, .portfolio-wrap .filter{
    -webkit-transform: translateZ(0);
}

/*media query*/

@media only screen and (max-width: 1199px) {
    .full-width, div.rev-btn {
		background-color: #133560 !important;
	}
	.full-width .burger{
		background-color: #ffffff !important;
		color: #ffffff !important;
	}
}

@media (max-width: 1023px) {
    .projects-title {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .recent-projects-section .filter li:nth-child(3) .sub-filter {
        left: 175px;
    }
}

@media (max-width: 320px) {
    .recent-projects-section .filter .sub-filter {
        left: 26px !important;
    }
}





