/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

.nav-transparent .main-bar {
    background-color: rgba(200, 120, 0, 0.5);
}

.nav-transparent .is-fixed.color-fill .main-bar {
    background: #c87800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #c87800;
}

::selection {
    background: #c87800;
    color: #fff;
}

.sep-line-one:after,
.sep-line-one:before {
    background-color: #c87800;
}

.site-button-secondry {
    background-color: #c87800;
}

.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active > .site-button-secondry {
    background-color: #ea9a22;
    color: #fff;
}

.site-button {
    background-color: #c87800;
    color: #fff;
}

.btn-half.site-button span {
    color: white;
}

.site-button:hover,
.btn-half.site-button:hover {
    background-color: #ea9a22;
    color: #fff;
}

.footer-dark .footer-top {
    background-color: #c87800;
    border: 1px solid #e8b870;
}

.footer-dark .footer-top .widget-title {
    color: #fff;
}

.footer-dark .footer-bottom {
    background-color: #c87800;
    border: 1px solid #e8b870;
}
