/*
Theme Name:  IndustCO Child Theme
Description: Child theme for the IndustCO theme
Author:      ThemeStem
Author URI:  http://themeforest.net/user/themestek
Template:    industco
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */


.footer-rows-inner,
.themestek-pre-header-inner {
	display: none;
}

.ts-footer2-left,
.ts-footer2-right,
.ts-footer2-left a,
.ts-footer2-right a {
    color: #fff !important;
}

.breadcrumb-wrapper-inner {
    display: none !important;
}

#menu-footer-menu {
    margin-top: 12px;
}

.ts-footer2-right a {
    border: solid 2px #fff;
    padding: 10px 33px;
}

.unbold-header h1,
.unbold-header h2,
.unbold-header h3,
.unbold-header h4,
.unbold-header h5,
.unbold-header h6 {
    font-weight: 400;
}

.fancybox-container {
    z-index: 99999;
}

/* Home */
body.home .home-content {
    margin-bottom: 0;
    padding-top: 2px !important;
}

body.home .home-content h4 {
    font-size: 18.66px;
}

/* About */
/*.img-mrt-process img {
    width: 800px;
    max-width: 100%;
}*/

.our-difference-content {
    margin-bottom: 1px !important;
}

.our-difference-content ul li {
    margin-bottom: 17px;
}

.our-business-model-content {
    margin-bottom: 0px !important;
}

.our-business-model-content blockquote .quote-name {
    margin-top: 10px;
    display: block;
}

/* Table */
.custom-content table thead tr {
    background: #0a3e89;
}

.custom-content table thead tr th,
.custom-content table thead tr td {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.custom-content table tr,
.custom-content table td,
.custom-content table th {
    border: none;
}

.custom-content table td {
	padding: 15px 10px;
}

.custom-content table th {
	padding: 10px;
}

.custom-content table tbody tr {
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 3000px) {
	.headerlogo img {
	    max-height: 110px !important;
	}
}

@media (min-width: 1200px) {
	.site-header-main.container {
	    width: 1170px !important;
	    margin: auto !important;
	}
}