
p {
    line-height: 30px;
}

html #header .header-nav-bar-primary {
    background: #000 !important;
    color: #ffffff !important;
}/* Add here all your CSS customizations */
#header .header-nav-bar .header-nav.header-nav-stripe nav > ul > li > a.active {
    background: #EE7814;
}
#header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #fff;
}
 #header .header-nav-bar .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background: #EE7814;
	color:#fff;
}
 #header .header-nav-bar .header-nav.header-nav-stripe nav > ul > li:active > a {
    background: #EE7814;
	color:#fff;
}
#header .header-nav.header-nav-stripe nav > ul > li:hover > a{
	color: #fff;
}
html .btn-primary {
    background-color: #EE7814;
    border-color: #EE7814 #EE7814 #EE7814;
    color: #ffffff;
}
.feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #EE7814;
}
html .divider.divider-primary.divider-small hr {
    background: #EE7814;
}
a {
    color: #EE7814;
}
.thumb-info-social-icons a {
    background-color: #EE7814;
}
.list.list-icons li > .fa:first-child{
	color: #EE7814;
    border-color: #EE7814;
}
a:hover {
    color: #EE7814;
}
html .blockquote-secondary {
    border-color: #b6e278 !important;
}
 html .text-color-primary, html .text-primary {
    color: #EE7814 !important;
}
.list.list-icons.list-icons-style-3 li > .fa:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #000;
}
#header .header-btn-collapse-nav {
    background: #EE7814;
}
@media (max-width: 991px){
	#header .header-nav-main nav > ul > li > a {
		color: #000;
	}
}
html .btn-primary:hover, html .btn-primary.hover {
    background-color: #000;
    border-color: #000 #000 #000;
    color: #ffffff;
}
html .heading-primary, html .lnk-primary, html .text-color-primary, html .text-primary {
    color: #EE7814 !important;
}
.recent-posts .date .month, article.post .post-date .month {
    background-color: #000;
}
.recent-posts .date .day, article.post .post-date .day {
    color: #000;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #EE7814;
}