/*
Theme Name:		 business-eye-pro-child
Theme URI:       http://salientthemes.com/product/business-eye/
Description:	 Business Eye Pro Child
Author:			 salient Themes
Author URI:		 https://wordpresschildthemes.com
Template:		 business-eye-pro
Version:		 1.0.2
Text Domain:	 business-eye-pro-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

.main-navigation a:hover {
    color: #0c72bf !important;
}

.main-navigation > ul > li > a:before {
    background: #0c72bf;
}

.main-navigation .current_page_item > a {
    color: #0c72bf;
}

body:not(.home) .site-content {
    margin: 0px auto;
}

.footer-section-btm .flex {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.footer-section-btm .flex .foot-item {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    margin: 40px 0
}
.footer-section-btm .flex .foot-item.brand {
    margin-bottom: 0
}
.footer-section-btm .flex h2 {
    margin: 0;
    color: #fff;
    font: 500 18px 'Poppins', sans-serif
}
.footer-section-btm .flex p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-top: 0
}
.footer-section-btm .flex ul {
    list-style: none
}
.footer-section-btm .flex ul li {
    line-height: 1.8
}
.footer-section-btm .flex ul li a {
    color: rgba(255, 255, 255, 0.6)
}
.footer-section-btm .flex:before,
.footer-section-btm .flex:after {
    display: none
}


