/*
* orange.css
* The stylesheet for the orange style.
*
* Table of Contents
* I. Header
* II. Menus
*   A. Top Menu
*   B. Main Menu
*   C. Mobile Menu
* III. Slideshow
* IV. Home Posts
* V. Single Posts
* VI. Index
* VII. Page
* VIII. Sidebar
* IX. Footer
*/
/*
I. Header---------------- */
.header-area {
     background-color: #703200;
}
/*
II. Menus---------------- */
/*
A. Top Menu---------------- */
.top-menu ul ul a {
     background: #955928;
}
.top-menu li:hover > a,
.top-menu a:focus {
     background: #955928;
}
/*
B. Main Menu---------------- */
.main-menu {
     background: #955928;
}
/*
C. Mobile Menu---------------- */
.mobile-nav-bar {
    background-color: #955928;
}
.mobile-nav {
    background-color: #955928;
}
.mobile-nav-left ul ul a {
    background: #955928;
}
.mobile-nav-left li:hover > a,
.mobile-nav-left li:hover,
.mobile-nav-left a:focus {
    background: #955928;
}
.mobile-nav-right {
    background-color: #955928;
}
.mobile-nav-right li:hover > a,
.mobile-nav-right li:hover,
.mobile-nav-right ul ul li:hover > a,
.mobile-nav-right a:focus {
    background: #955928;
}
/*
III. Slideshow---------------- */
.slideshow{
    background-color: #703200;
}
.slide{
     border: 1px solid #703200 !important;
}
.slide-photo{
	border-right: 5px solid #703200;
    border-left: 1px solid #703200;
    border-bottom: 1px solid #703200;
    background-color: #955928;
}
.slide-panel{
     background: #FFFFFF;
     border-left: 5px solid #703200;
     border-right: 1px solid #703200;
     border-bottom: 1px solid #703200;
}
h3.slide-panel-title, h3.slide-panel-title a, h3.slide-panel-title a:link, h3.slide-panel-title a:visited, h3.slide-panel-title a:hover{
    color:#703200;
}
@media only screen and (max-width: 979px) {
	.slide-panel{
		background-color: #955928;
		opacity: .85;
	}
	.slide-panel-title, .slide-panel-title a, .slide-panel-title a:link, .slide-panel-title a:visited, .slide-panel-title a:hover{
        color: #ffffff !important;
    }
}
.slideshow-next{
    border: 1px solid #703200;
}
.slideshow-previous{
    border: 1px solid #703200;
}
/*
IV. Home Posts---------------- */
h3.section-head{
    background: #955928;
}
.home-section .comments{
    background-color: #955928;
}
.home-section h3.headline, .home-section h3.headline a, .home-section h3.headline a:link, .home-section h3.headline a:hover, .home-section h3.headline a:visited{
    color: #703200;
}
.home-section a.view-all{
    background: #955928;
}
.home-section a.view-all:hover{
     background: #bcbcbc;
     color: #955928 !important;
}
.home-section .view-all a:hover{
     color: #703200 !important;
}
h3.latest-posts-title{
    background: #955928;
}
.latest-posts-photo{
    border: 1px solid #703200;
}
h5.headline, h5.headline a, h5.headline a:link, h5.headline a:visited, h5.headline a:hover{
    color: #703200;
}
.latest-posts-section .next-posts{
    background: #955928;
}
.latest-posts-section .next-posts:hover, .latest-posts-section .next-posts:hover > a{
     background: #bcbcbc;
     color: #703200 !important;
}
/*
V. Single Post---------------- */
.post-single h3.headline{
    color: #703200;
}
.post-single .row{
    background-color: #703200;
}
.post-single .row:nth-child(odd){
   background-color: #955928;
}
h3#comments{
    background: #955928;
}
#respond h3{
    background: #955928;
}
li.odd .reply,
li.odd .reply a {background-color: #955928;}
a.comment-reply-link:hover,.reply a:hover,.comment-navigation .newer a:hover,
.comment-navigation .older a:hover,input#submit:hover{background: #955928;}
.comment-navigation .older a:hover,input#submit:hover{text-decoration:none;color:#FFFFFF; background: #955928;}
input#submit:hover{background: #1D4621;}
/*
VI. Index---------------- */
.index .title{
     background-color: #955928;
}
.index .comments{
    background-color: #955928;
}
.index .headline, .index .headline a, .index .headline a:link, .index .headline a:hover, .index .headline a:visited{
    color: #703200;
}
.index .meta, .index .meta a, .index .meta a:link, .index .meta a:hover, .index .meta a:visited{
    color: #703200;
}
.index .read-more {
    background-color: #955928;
}
.index .story .read-more:hover a {
    color: #955928;
}
.index .previous-posts{
    background: #955928;
}
.index .previous-posts:hover{
    color: #703200;
}
.index .next-posts{
    background: #955928;
}
.index .next-posts:hover{
    color: #703200;
}
/*
VII. Page---------------- */
.page-single .title {
    color: #703200;
}
/*
VIII. Sidebar---------------- */
h3.widget-title{
    background-color: #955928;
}
#wp-calendar thead {background: #955928;}
#wp-calendar tbody tr:nth-child(even) {background-color: #955928;}
#wp-calendar tbody tr:nth-child(odd) {background-color: #703200;}
#wp-calendar tbody #today {background-color: #ffffff !important; color: #955928;}
#wp-calendar tbody #today a {color: #955928 !important;}
#wp-calendar tbody #today:hover {background-color: #CE5C00 !important;}
#wp-calendar tbody td:hover { background: #CE5C00; }
#wp-calendar tfoot {background-color: #955928;}
#wp-calendar tfoot td:hover, #wp-calendar tfoot td a:hover, #wp-calendar tfoot td:hover > a {color: #955928;}
.tagcloud a {
     background-color: #955928;
     color: #ffffff;
}

.tagcloud a:hover{
     background-color: #CE5C00;
}
/*
IX. Footer---------------- */
.footer{
     background: #703200;
}
/*
IX. Forms---------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button, .button {
     background-color: #955928;
     border: 1px solid #955928;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button:hover {
     color: #955928;
}
.button:hover {
     color: #955928;
}