body {
    color: #6a6a6a;
}

a {
    color: #fc9637;
}

a:hover {
    color: #fc9637;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
    color: #fc9637;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #fc9637;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #fc9637;
}

.btn .btn-primary{
    background-color: #ff7600 !important;
}
.btn-primary,
.sppb-btn-primary,
.readmore .btn-default {
    border: none;
    background-color: rgba(252, 135, 0, 1);
    /*margin-right: 30px;*/
}
.project_btn{
    background-color: #5bc0de !important;
}
.project_btn:hover{
    background-color: #1c90b3 !important;
}
.btn-primary:hover,
.sppb-btn-primary:hover,
.readmore .btn-default:hover {
    background: #9e4e08;
}

.btn-dark:hover {
    background: #343434;
    color: #fff;
}

ul.social-icons > li a {
    color: #fc9637;
}

ul.social-icons > li a:hover {
    color: #fc9637;
}

.sp-page-title {
    border-bottom: 5px solid #fc9637;
}

.sp-module .latestnews.recent-news > div > h4 a {
    color: #222222;
}

.sp-module .latestnews.recent-news > div > h4 a:hover {
    color: #fc9637;
}

.sp-module .tagscloud .tag-name:hover {
    background: #fc9637;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
    background: #fc9637;
}

.search .btn-toolbar button {
    background: #fc9637;
}

.post-format {
    background: #fc9637;
}

.voting-symbol span.star.active:before {
    color: #fc9637;
}

.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
    color: #fc9637;
}

.entry-link,
.entry-quote {
    background: #fc9637;
}

blockquote {
    border-color: #fc9637;
}

.carousel-left:hover,
.carousel-right:hover {
    background: #fc9637;
}

.sp-comingsoon body {
    background-color: #fc9637;
}

.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #6a6a6a;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover:hover,
.pagination > .disabled > a:hover:focus,
.pagination > .disabled > a:focus:hover,
.pagination > .disabled > a:focus:focus {
    color: #fff !important;
    background-color: #fc9637;
}

.pagination > .active > a,
.pagination > .active > span {
    border-color: #fc9637;
    background-color: #fc9637;
}

.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    border-color: #fc9637;
    background-color: #fc9637;
}

.pagination > .active > a:after {
    border-left: 30px solid #fc9637;
}

/*.view-article .pagenav li.previous a,*/
.view-article .pagenav li.next a {
    background-color: #fc9637;
    color: #fff;
}

.view-article .pagenav li.previous a:hover,
.view-article .pagenav li.next a:hover {
    background-color: #fc9637;
}

.color-white {
    color: white;
}

.btn-info:focus,
.btn-success:focus,
.btn-primary:focus,
.btn-dark:focus,
.btn-danger:focus,
.btn-default:focus {
    border: 1px solid rgb(252 135 0) !important;
  color: white !important;
}

.btn-info:focus {
    background: #098bac;
}
.btn-success:focus {
  background: #096d09;

}
.btn-primary:focus{
  background: #904400;
}
.btn-default{
    background-color: #00dfca;
}
.btn-default:hover{
    background-color: #00c2b0;
    color: white;
}
.btn-default:focus{
    background-color: #037169;
}



