
/*----------------Orange Stylesheet-------------------------*/
/*---------------------------------------------------------*/

/* 2. Defaults
   ----------------------------------------------------------------------------*/

a {
	color: #fd7d08;
}

a.visbutton,
.newsletterform .submitbutton {
    background:#ff9305; /* for non-css3 browsers */
 	color:#fff !important;
	background-image: -moz-linear-gradient(top, #ff9305 40%, #f88d00 100%);
	background-image: -webkit-linear-gradient(top, #ff9305 40%, #f88d00 100%);
	border-color:#ee8802;
}


/* Headings
   -----------------------------------------*/
   
h1,
h2,
.sidebar h3  {
	border-bottom:3px solid #fd8f0e; 
}

/* Pagination */

.pagination span, 
.pagination a { 
	color:#fd7d08;
}

.pagination .current {
	background: #fd7d08;
}

/* Navigation
   ------------------------------*/

nav.navbar {
	border-bottom:3px solid #fd8f0e; 
} 

.nav li a:hover, 
.nav li a:active {
	background:#fd7d08;
}	

.nav li ul {
	border:1px solid #fd8f0e;
	border-top:3px solid #fd8f0e;
}
.nav li.current-menu-item, 
.nav li.current-menu-parent {
	background:#fd7d08;
}

/* Comments */

div.reply a:hover, div.comment-author a:hover { 
	color:#fd8f0e; 
}

#commentform #submit:hover { 
	background:#fd8f0e;
}

/* Review Page Template */

.topreview {
	border-bottom:3px solid #fd8f0e;
}


/* 8. Footer
   ----------------------------------------------------------------------------*/

footer.main-footer {
	border-top:6px solid #fd8f0e;

}
.clearfix::after{content:"";display:table;clear:both}
