/*
 Theme Name:   Industrie Child
 Theme URI:    https://demo.rstheme.com/wordpress/industrie/
 Description:  Industrie Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     industrie
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */



/* Custom Css  */

.rs-button.btn-robotics .rs-btn{
	background-color:#213456;
	border:1px solid #fff;
}



/* Gear Motor and Wheel Drive css to move image to center */
.pro-gera-wheel .service-img img{
	display:block;
    margin:0 auto;
}


#application-read-more .e-n-accordion-item-title-text{
	 padding: 2px 14px;
    background: #152E84;
    border-radius: 3px;
}

/* blog post content banner image costomize */
.single .bs-img img{
	display:none;
}

@media (max-width:550px){
	.rs-button.btn-robotics .rs-btn.btn-mobile{
		padding:15px 32px !important;
}
}
/* Go to Top */
#scrollUp{
	bottom:85px;
}

/* Menu Font size overide */

@media (min-width: 1365px) and (max-width: 1920px) {
    .single-header .hfe-nav-menu nav > ul > li > .hfe-has-submenu-container > a, .single-header .hfe-nav-menu nav > ul > li > a {
        font-size: 18px !important;
        padding: 29px 12px 29px 10px !important;
    }
}

/* Home Product Section title size  */
.rs-services-slider.service-style-2 .rs-service-slider .service-title-holder .service-title .title{
	font-size:19px;
}
/* Home Baneer Hide and Show */
@media(min-width:1080px) and (max-width:1600px){
	#slider-2{
		display:block !important;
}
	#slider-1{
		display:none !important;
}
}
