/* Header section */
#logo > h2.logo-text a { color:#E98D26 !important; } 

.footer-social-links li a:hover, .footer-social-links li a:focus {
    color: #fff !important; 
    background-color: #E98D26 !important; 
}

.scroll-up a {
    background: #424242 !important; 
}

.scroll-up a:hover {
    background-color: #e98d26 !important; 
    color: #fff !important; 
}

a:focus, a:hover {
	color: #E98D26 !important; 
}
/* Tags */
.tagcloud a:hover {
    background: #E98D26 !important
	color:#fff
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color : #E98D26 !important;
}

/* Comment box reply color */
article:hover {
    border-color: #E98D26 !important;
}
.comment-bar { border : 2px solid #E98D26 !important;}

/* Widgets
====================================*/
.widget .widget-title:after {     
	background-color:#E98D26 !important;
}
blockquote{
	border-left: 5px solid #E98D26 !important;
}

/* GO TO TOP 
====================================*/
.scroll-up a {
	background: #424242
}
.scroll-up a:hover {
    background-color:#E98D26 !important;
	color: #fff;
}
/* Nav Menu Style
====================================*/

ul.social-icons > li:hover {
	color:#E98D26 !important;
}
.navbar-custom .dropdown-menu {
  border-bottom: 2px solid #E98D26 !important;
  border-top: 2px solid #E98D26 !important;
}

@media (min-width: 768px) {
	.navbar-custom .dropdown-menu > li > a:focus,
	.navbar-custom .dropdown-menu > li > a:hover,
	.navbar-custom .dropdown-menu > li > a:active {
		background: #E98D26 !important;
	}
}
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:active
 {
	color: #fff !important;
}
.navbar-custom .nav .dropdown-menu .open > a,
.navbar-custom .nav .dropdown-menu .open > a:focus,
.navbar-custom .nav .dropdown-menu .open > a:hover {
	background-color: #E98D26 !important;
	color: #fff;
}
.navbar-custom .nav .open > a, 
.navbar-custom .nav .open > a:focus, 
.navbar-custom .nav .open > a:hover {
    border-color: #E98D26 !important;
	
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #E98D26 !important;
	color:#fff;
}

/* Section seperator
====================================*/

.section-seperator{
	background-color: #E98D26 !important;
}


/*--------------------------------------------------------------
	Breadcrumb
--------------------------------------------------------------*/
.bg-custom {
	background-color: #E98D26 !important;
}


/*--------------------------------------------------------------
	Blog
--------------------------------------------------------------*/
.bg-dark a:hover {
     color: #E98D26 !important;
}

/* blog Pagination color setting*/
.pagination span { background : #E98D26 !important; }
.pagination span:hover { background : #E98D26 !important;  }

#blog-carousal .post .cat-links a:hover, 
#blog-carousal .post .cat-links a:focus { color: #E98D26 !important; }

.post .cat-links a:hover, 
.post .cat-links a:focus { color: #E98D26 !important; }

.fa-icons-custom-quote:hover { color: #E98D26 !important; } 

/*--------------------------------------------------------------
	Title
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Callout area
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	Contact area
--------------------------------------------------------------*/
.btn.btn-d:hover,
.btn.btn-d:focus {
   background: #E98D26 !important;
}
/*--------------------------------------------------------------
	Search Widget
--------------------------------------------------------------*/
#site-searchform #searchsubmit:hover { background-color: #111; } 
#site-searchform #searchsubmit { background-color: #E98D26 !important; }
#site-searchform #s:focus {	border-color: #E98D26 !important; }

/*--------------------------------------------------------------
	Calender Widget
--------------------------------------------------------------*/
.widget table#wp-calendar caption { background-color: #E98D26 !important;}
.widget table#wp-calendar tbody a:hover { color: #E98D26 !important;}

.widget table#wp-calendar #next a:hover,
.widget table#wp-calendar #prev a:hover {
	 color: #E98D26 !important;
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.site-footer { border-top: 3px solid #E98D26 !important; }

.footer-social-links li a:hover, .footer-social-links li a:focus { color: #fff; background-color: #E98D26 !important;}


.widget ul li a:hover, .widget ul li a:focus { color: #E98D26 !important; }

.widget .tagcloud a:hover, 
.widget .tagcloud a:focus {
    background-color: #E98D26 !important;
    border: 1px solid #E98D26 !important;
    color: #ffffff !important;
}