/*
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
------------------------------------------------------- */


.sticked #site-logo a img {
	max-height: none;
}
.main-navigation .menu-main-menu-container > ul > li > a {
	padding: 34px 20px;
}

.top-bar .container.container-bigger{
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-bar {
	background: #2f3c81;
	color: #fff;
}
.main-header .btns .btn{
	color: white;
}
#site-logo { 
	width: 15%;
}
.cta-btns {
	width: 15%; 
}

.footer-bottom .container-bigger .col-lg-4{
	display: none;
}
.footer-bottom .container-bigger .col-lg-8 {
	width: 100%; 
}
.footer-bottom .container-bigger .footer-copyright {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	border-top: 1px solid #686868;
	padding-top: 20px;
}
.main-footer .widget_media_image {
	margin-bottom: 20px;
}
.main-footer .widget_media_image img{
	width: 200px;
}
.main-footer ul.pleft-50 {
	padding-left: 0px;
}
#custom_html-2 {
	padding-left: 40px;
}
.main-footer ul li {
	padding-bottom: 18px;
}
.main-footer h4 { 
	font-size: 25px; 
}
.site-footer {
	background: #2f3c81; 
}
.main-footer h4::after { 
	bottom: -12px; 
	background: rgb(231, 120, 82);
}
.industris-slides-s2-wrapper .item-slides-content-wraper .slide-controls-s2.dtable {
	display: block;
}
#back-to-top {
	background: #e77852; 
	color: #ffffff; 
}

@media(max-width: 1366px){
	.icon-box {
		padding: 40px 25px; 
	}
}
@media(max-width: 1200px) and (min-width: 992px){
	.main-footer .container-bigger .col-md-3:nth-child(2){
		width: 18%;
	}
	.main-footer .container-bigger .col-md-3:nth-child(3){
		width: 32%;
	}
}
@media(max-width: 1200px){
	.main-header #site-logo a img {
		width: 160px;
	}
	.top-bar {
		min-height: auto !important; 
		padding: 0;
	}
	.top-bar .right-box {
		min-height: auto !important;
	}
	.info-list li { 
		padding: 12px 20px; 
	}
	
	#custom_html-2 {
		padding-left: 0px;
	}
	.main-footer ul li {
		padding-bottom: 12px;
	}
}
@media(max-width: 1024px){
	.container {
		width: 100% !important;
	}
	.main-footer { 
		padding-bottom: 0px !important;
	}
	.footer-bottom .container-bigger .footer-copyright { 
		margin-top: 0px; 
	}
	.copyright-text{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 991px) {
	.container {
		width: 100%;
	}
	.info-list li {
		padding: 10px;
	}
	.header_mobile .mlogo_wrapper img {
		max-height: unset;
		width: 140px;
	}
	.header_mobile .mlogo_wrapper { 
		padding: 10px 15px;
	}
}
@media only screen and (max-width: 767px) {
	.top-bar ul li:first-child{
		display: none;
	}
	.footer-bottom .container-bigger .footer-copyright { 
		flex-direction: column;
		text-align: center;
	}
	.industris-slide-description { 
		margin-bottom: 25px !important;
	}
}