/*
 Theme Name:     Industrial-Child
 Theme URI:      http://industrial.cmsmasters.net/
 Description:    Industrial Wordpress Child Theme
 Author:         Cmsmasters
 Author URI:     http://cmsmasters.net
 Template:       industrial
 Version:        2.3.1
*/
 
@import url("../industrial/style.css");
 
/*******************************
*** Start customization
********************************/

.headline {
    padding: 0 0 0;
}
.headline .heading_subtitle.heading_title_nomg {
    margin: 0 0 5px;
}
.tour_box_inner li {
    list-style: disc outside none;
    line-height: inherit;
    padding: 0 0 18px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
width: 100%;
}

img.resp_image {
margin: 45px 0 0 0;
padding: 0;
width: 100%;
height: auto;
}

/*******************************
*** Change lists
********************************/

.one_half ul {
padding-left:30px;
}


.one_half ul li {
    list-style: disc outside none;
    border-top: none !important;
    font-weight: normal !important;
}

.one_half ul li:before {
    content: none !important;
}

.one_first ul {
padding-left:30px;
}


.one_first ul li {
    list-style: disc outside none;
    border-top: none !important;
    font-weight: normal !important;
}

.one_first ul li:before {
    content: none !important;
}

.one_half ul li a,
.one_first ul li a {
font-weight: normal!important;
}  

/*******************************
*** Change menu position
********************************/


#header nav {
	left:310px !important;
}

#navigation > li > a {
	min-width:80px;
}

.header_inner:after {
    width: 280px!important;
}


/*.logo img {
	width:300px!important;
	height:100px;
}*/


#header .search_line.search_opened {
  margin-left: 50px;
}


/*******************************
*** Slider Arrows
********************************/

.cmsms_content_prev_slide span,
.cmsms_content_next_slide span {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(img/arrow_content_slider_2.png);
    background-position: 100% 0px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post_type_shortcode .cmsms_content_prev_slide {
    right: 40px;
}

.cmsms_content_prev_slide,
.cmsms_content_next_slide {
    position: absolute;
    bottom: 12px;
    z-index: 5;
    display: block;
    width: 38px;
}

.post_type_shortcode .cmsms_content_prev_slide,
.post_type_shortcode .cmsms_content_next_slide {
    top: 3px;
    bottom: auto;
}
/*******************************
*** Testimonial
********************************/
.post_type_shortcode .testimonial img,
.cmsms_post_format_img,
.tl_author_img img,.cmsmsLike {
    border-radius: inherit!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/*******************************
*** Footer
********************************/
#bottom a, #footer a {
    //color: #676762 !important;
    text-decoration: underline;
    font-weight: normal;
}
/*******************************
*** Media
********************************/

@media only screen and (min-width: 1440px) {

  #header nav {
  	left:390px !important;
  }
  
  #navigation > li > a {
  	min-width:100px;
  }
  
}

@media only screen and (max-width: 1400px) {

  #header nav {
  	left:310px !important;
  }
	
	#navigation > li > a {
		min-width:80px !important;
	}
	
}

@media only screen and (max-width: 1024px) {

	#header nav {
    left:auto!important;

	}
 
}
