/* Menu Style
========================================================*/
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
color:#e85906;
	
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
	color:#e85906;
	
}

/* Slider Style
==============================================*/
.slider_container {
	background:#a04603 url(images/sliderbg-orange.png) repeat-x;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	border:solid 1px #bc561b;
	
}
/*Content Style
=================================================*/
.contentbtn {
	background:#e85906 url(images/contentbtnbg-orange.png) repeat-x;
	border:solid 1px #ba510f;
		
}

/*Feature box
=================================================*/
.feature_inner_box .circle:hover {
border: solid 6px #e85906;
}

.feature_box .feature_title:hover{
color:#e85906
}

.feature_inner_box a:hover {
color:#e85906;
}
.readmore:hover {
	color:#ffffff;
	background:#ed590a url(images/readmorebtnhover-orange.png) repeat-x;
	border: solid 1px #7e441a;
	
}
.readmore-btn a:hover {
color:#ffffff;
}
/*main content
=================================================*/
.main_content .title a:hover {
	color:#e85906;
}

/*Linkpanel
==================================================*/
ul.link li a:hover {
	color:#e85906;
}
/*page heading
==============================*/
.heading_container {
	background:#a14806 url(images/page-headingbg-orange.png) repeat-x;
}
/*Gallery page
================================================*/

.page-content .gallery h1.page-title a:hover {
	color:#e85906;
}
/*contact page
=======================================================*/
#contactForm input[type="submit"] {
	border:solid 1px #ba510f;
	background-color:#e85906;
}
#contactForm input[type="text"]:focus, textarea#commentsText:focus {
	border:1px solid #e85906;
}
/*Blog Page
===================================================*/
.content-bar .post .post_title a:hover {
	color:#e85906;
}
.content-bar .post .post_content .read_more {
color:#e85906;
}
.content-bar .post .post_content .read_more:hover {
	opacity:0.5;
}
.content-bar .post .date li.day {
	color:#e85906;
}
.content-bar .post .post_meta a:hover {
	color:#e85906;
}
.content-bar .post .post_meta .post_comment a:hover {
	color:#e85906;
}
/* Commentlist Style
========================================================*/

ol.commentlist li.comment a.comment-reply-link {
	color:#e85906;
}
#commentform input#submit {
	color:#fff;
	border:solid 1px #ba510f;
	background-color:#e85906;
}
/* Commentform Style
===================================================================*/
#commentform input[type="text"]:focus, textarea#comment:focus {
	border:1px solid #e85906;
	
}
input#commentSubmit {
	color:#fff;
	background:#e85906;
	}
input#commentSubmit:hover {
	opacity:0.5;
}

.nav-previous a {
color:#e85906;
	
}
.nav-next a{
color:#e85906;	
}	

/*Sidebar 
====================================================*/
.sidebar ul li a:hover {
	color:#e85906;
}
.sidebar .popular_post li span.date {
	color:#e85906;
}

/*footer style
=====================================================*/

.footer_wrapper_top .footer a:hover {
	color:#e85906;
}
.footer_wrapper_top .footer ul li {
	color:#e85906;
}

.copyrightinfo a:hover {
	color:#e85906;
}
/* Media Screen
====================================*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
 .slider_container {
 background:#a14806 url(images/sliderbg-orange-iphone.png) repeat-x;
}
.contentbtn {
background:#cc5307 url(images/contentbtnbg-orange.png) repeat-x;
}

}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .slider_container {
  background:#a14806 url(images/sliderbg-orange-iphone.png) repeat-x;
}
.contentbtn {
 background:#cc5307 url(images/contentbtnbg-orange.png) repeat-x;
}

}
 @media only screen and (max-width: 480px) {
.slider_container {
  background:#a14806 url(images/sliderbg-orange-iphone.png) repeat-x;
}

}