@charset 'utf-8';
/*
Theme Name: Spotlight Child
Theme URI: http://spotlight.themerex.net/
Author: themerex
Tags: Blog, News, Magazine
Author URI: http://themerex.net/
Description: Description
Version: 2.4
Template: spotlight
License: GNU General Public License
License URI: license.txt
*/

@import url("../spotlight/style.css");
/** You can put here any custom css **/

.header_services_block {
	/*display: none; */
}

/* Header Search form */
/*#searchform {
  position: relative;
}
.widget #searchform {
  padding-bottom: 12px;
}
.section_2 #searchform {
  width: 210px;
  position: relative;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 999;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.section_2.banner_disabled.section_alignment_left #searchform {
  bottom: 0 !important;
}
.boxed .section_2 #searchform {
  right: 40px;
}
.section_2.main_menu_style2.banner_disabled.section_alignment_left #searchform {
  bottom: 0 !important;
}
#searchform input[type='text'],
form.search-form {
}

#searchform input[type='text']:focus, form.search-form input[type='text']:focus{
    outline: none !important;
}

form.search-form input[type='text'],
#searchform input[type='text'] {
  background: transparent !important;
  color: white;
  font-weight: 300 !important;
  font-size: inherit !important;
  border: none !important;
  border-bottom: 1px solid #ededed !important;
  border-radius: 0;
  padding: 6px 10px 7px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  outline: none !important;
  margin: 0;
  font-size: 11px;
}
.widget #searchform input[type='text'] {
  border-color: #dee3eb;
}

#searchform input[type='text']::-webkit-input-placeholder,
form.search-form input[type='text']::-webkit-input-placeholder {*/
  /* WebKit browsers */
 /* vertical-align: middle;
  color: white !important;
  line-height: 16px;
}
#searchform input[type='text']:-moz-placeholder,
form.search-form input[type='text']:-moz-placeholder {*/
  /* Mozilla Firefox 4 to 18 */
/*  color: white !important;
  opacity: 1;
  line-height: 16px;
}
#searchform input[type='text']::-moz-placeholder,
form.search-form input[type='text']::-moz-placeholder {*/
  /* Mozilla Firefox 19+ */
/*  color: white !important;
  opacity: 1;
  line-height: 16px;
}
#searchform input[type='text']:-ms-input-placeholder,
form.search-form input[type='text']:-ms-input-placeholder {*/
  /* Internet Explorer 10+ */
/*  color: white !important;
  line-height: 16px;
}
form.search-form {
  position: relative;
}
#searchform .form_submit,
form.search-form .form_submit {
  font-size: 15px;
  line-height: 23px;
  color: white !important;
  background: none;
  border: none;
  position: relative;
  top: 2px !important;
  right: 10px;
  padding: 0;
  cursor: pointer;
  margin: 0;
  outline: none;
}
#searchform .form_submit {
  left: -35px;
}
form.search-form .form_submit {
  right: 35px;
}
.section_2.vis .container #mainmenu {
  opacity: 0;
}
.section_2.vis #searchform {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#searchform .icon-cancel {
  position: absolute;
  right: 35px;
  top: 5px;
}
.header_services_block {
  float: right;
  position: relative;
  padding-top: 9px;
  height: 27px;
  z-index: 9999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header_banner_wrap + .header_services_block {
  clear: both;
  padding-top: 34px;
}
.header_services_block.vis {
  padding-right: 15px;
}
.header_services_block #searchform input[type='text'] {
  padding-left: 25px;
}
.header_services_block a {
  vertical-align: middle;
  color: #b1b1b1;
  font-size: 16px;
  line-height: 20px;
}
.header_services_block a.show_mobile_menu {
  font-size: 26px;
  margin-left: 22px;
  display: none;
}
.header_services_block.vis a.show_mobile_menu {
  display: none;
}
.header_services_block a i:before {
  margin: 0;
  width: auto;
}*/