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


/*------------------------------------------------------------------
Add here your own styles
-------------------------------------------------------------------*/
.simple-hero {
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: none;
}
.light-scheme #header {
    background-color: #fff;
    border-bottom: 1px solid #9d9d9d;
}
.light-scheme .footer-bottom {
    border-top: 1px solid #0e0b15;
    background-color: #0e0b15;
    text-align: center;
}
ul.stats {
    list-style: none;
    overflow: hidden;
    margin: auto;
    max-width: initial;
}
ul.stats li {
    height: auto;
    width: 150px;
    position: relative;
    margin: 0 0 15px;
    float: none;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}
ul.stats li .stat-name {
    position: relative;
   
    font-size: 11px;
    color: #666;
    display: block;
    margin-top: -8px;
}
ul.stats li .stat-value {
    font-size: 48px;
    color: #0991ff;
    font-weight: 800;
    line-height: normal;
}
.herobackgroundtop:after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #ec4a27;
    height: 120px;
    bottom: -1px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 1;
}

.herobackground {   
    background-color: #ec4a27;
    
}
.herobackground::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #ec4a27;
    height: 120px;
    bottom: -119px;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
}
 iframe {
    margin-bottom: 7px;
}

.herobackground2::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #000;
    height: 120px;
    bottom: -119px;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
}
.herobackground2top:after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #000;
    height: 120px;
    bottom: -1px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 1;
}

.herobackground2 {   
    background-color: #000;
    
}
.footer {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0;
}