/*
Theme Name: WPEngine
Theme URI: https://daeliconsulting.com/
Author: Wedy Nababan
Author URI: https://daeliconsulting.com/
Description: Fast lightweight theme based from Underscores utilizing Bootstrap Responsive grid
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpe
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, flexible-header, custom-logo, featured-image-header, featured-images, sticky-post, theme-options, blog, news
*/

body {
    font-family: Raleway,'Arial';
    font-weight: 200;
    color:#5c6265;
}
header .top-bar {
    background-color: #FFFF00;
    padding: 10px 0;
}
header .top-bar ul {
    margin-bottom:0;
}
header .top-bar a {
    color: #191919;
    opacity: 0.9;
    font-size: 15px;
}
header .top-bar .widget_contact ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
header .top-bar .widget_contact ul > li{
    display: inline-block;
}
header .top-bar .widget_contact ul > li:not(:last-child) {
    margin-right: .3rem;
    padding: 5px 10px;
}
header .top-bar .widget_contact ul > li i{
    color: #6c757d!important;
}
header .navigation-bar {
    background-color: rgb(255, 255, 255);
    padding: 10px 0;
}
header .navigation-bar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.admin-bar .sticky {
    top:30px !important;
    border-bottom: 1px solid #ddd;
}
header .navigation-bar.sticky img {
    width: 80%;
    height: 80%;
}
header .admin-bar header .navigation-bar .sticky {
    top:30px !important;
}
header .navigation-bar .navbar {
    padding: .5rem 0 !important;
}
header .navigation-bar .navbar-brand img {
    height: inherit;
}
header .navigation-bar .navbar-nav li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}
header .breadcrumbs {
    padding: 50px 0 60px;
    margin: 0 0 65px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
header .breadcrumbs h1 {
    font-family: Raleway;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-transform: none;
    color: #0070c0;
}
#main .jumbo-note {
    background-color: #f8f8f8;
    min-height: 200px;
    min-width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
}
#main .jumbo-note .inner-jumbo-note {
    width: 40%;
    margin: 0 auto;
}
#main .icon-box-wrapper {
    position: relative;
}
#main .card {
    border: none !important;
}
#main .post-border {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
}
#main .img-latest-post {
    height: 150px !important;
}
footer p {
    font-family: 'Poppins', Arial;
    font-weight: 400;
    font-size: 13px;
}
footer .footer-widget {
    font-family: 'Poppins', Arial;
    background:#000035;
    opacity: 1;
    padding:  80px 0 70px;
}
@media only screen and (max-device-width: 480px) {
    footer .footer-widget .widget {
        margin-bottom: 30px;
        
    }
}
footer .footer-widget .widget-title {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 350;
    margin-bottom: 20px;
    color: #FFFF00;
    margin: 0 0 25px;
}
footer .footer-widget img {
    filter: grayscale(0%); 
}
footer .footer-widget p,
footer .footer-widget a {
    color:#999;
    font-weight: 300;
    line-height: 20px;
}
footer .footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .footer-widget ul li {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    color:#999;
}
footer .footer-widget .widget_contact ul li {
    position: relative;
    padding-left: 25px;
}
footer .footer-widget .widget_contact ul li > i {
    position: absolute;
    left: 0;
    top:10%;
}
footer .footer-widget ul.menu > li {
    border-bottom: 1px dashed rgba(74, 74, 74, 0.5);
    padding: 11px 10px 11px 0px;
    margin-bottom:0;
    line-height: 20px;

}
footer .footer-copyright {
    background:#0a2adf;
    color:#fff;
    padding: 20px 0;
    opacity: 1;
    
}
footer .footer-copyright p,
.custom-html-widget {
    text-align: left;
    margin: 0;
    color:#999;
}
footer .footer-copyright ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}
footer .footer-copyright ul li {
    display: inline;
    font-size: 14px;
    font-weight: 300;
    color:#999;
    margin-right: 20px;
}
footer .footer-copyright ul li a {
    color:#999;
    font-weight: 300;
    line-height: 20px;
    font-size: 16px;
    
}