/*
	Theme Name: Epron Child
	Theme URI: https://rascalsthemes.com/epron
	Description: Responsive Wordpress Theme
	Template: epron
	Version: 2.0
	Author: You
	Author URI: http://your-site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: epron-child
*/

#searchform input::placeholder {
    text-transform: none;
}
.header-search {float: right;display: block; margin: 20px 0 0 10px;}
#searchsubmit {top:0 !important}

@media only screen and (max-width:1240px) {
    .header-search {
        position: relative;
        transform: translateY(-15%) translateX(-25%);
        width: calc(100%/3);
        margin-right: 15px;
    }
}
.site .hero-title {color:#9e1f23;}
.searchform fieldset .icon-search {color:#9e1f23!important;}
.searchform fieldset input {background:#FFFFFF!important;}
@media only screen and (max-width:1240px) {
    .search-input-wrap input::placeholder {color: transparent;}
}
.light-scheme #header {
    background-color: #ffffff;
    border-bottom: none;
}
html .light-scheme {
     background-color: #ffffff;
}
.light-scheme #nav-main {
    border-right: 1px solid #FFFFFF!important;
    border-left: 1px solid #FFFFFF!important;
}
.light-scheme #nav-main > ul > li a:not(.module-link) {
    color: #555;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.light-scheme #nav-main > ul > li.active > a:not(.module-link),
.light-scheme #nav-main > ul > li.current-menu-item > a:not(.module-link) {
    background-color: #FFFFFF!important;
    border-left: 1px solid #ffffff!important;
    color:#9e1f23;
}

#nav-main ul ul {background: #FFFFFF!important;}

#nav-main ul ul a:not(.module-link) {
    border-bottom: 1px solid #9e1f23!important;
    border-top: 1px solid #9e1f23!important;
    border-top: 1px solid #9e1f23!important;
    color: #aaa;
}

#nav-main ul ul a:not(.module-link):hover,
.light-scheme #nav-main ul ul a:not(.module-link):hover {color: #9e1f23;}

.top-header {
    background: #ffffff!important;
    padding: 5px 0 0 0 ;
    height: 35px;
    border-bottom: none!important;
}
.top_bar_data {
    float: left;
    padding: 0 10px;
    color: #9e1f23;
}
.top_bar_data i {font-size:15px; vertical-align: middle; line-height:17px;}
.top_bar_data:first-child {
    padding-left: 0 !important;
}
.top-header .social_links, .top-header .top_bar_link {
    float: right;
    margin: 0;
}
.top-header .social_links li {
    list-style-type: none;
    margin-left: 5px;
    float: left;
    padding: 0 5px;
}
.top-header .social_links li a {
    font-size: 20px;
}
.top_bar .social_links li:last-child {
    padding-right: 0;
}

@media screen and (max-width: 968px) {
    .top-header{
        display: none !important;
    }
}
.searchform #s {
    padding: 11px 15px;
    line-height: 1;
    height: auto;
    box-shadow: none;
    border-radius: 5px;
}
input#s {
    padding: 11px 15px;
    line-height: 1;
    height: auto;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
}

input#s:focus {
    outline: 0;
    border: 1px solid;
    background-color: #fff;
    transition: box-shadow .5s,border-color .25s ease-in-out
}
.light-scheme input#s {
    color: #666;
    background: #ddd;
}

.searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    border-radius: 0 6px 6px 0;
    color: #fff;
    background: #333;
    width: 65px;
    text-align: center;
}
.search-404 .search-input-wrap input {
    min-width:auto!important;
    max-width: initial!important;
}