/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

body,
button,
input,
select,
textarea {
	color: #ddd;
}

.widget-area a{
	color: #0c8cf9;
}

#ht-masthead {
    background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
    background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
    background-image: linear-gradient(#333, rgba(40, 40, 40, 1) 60%, rgba(40, 40, 40, 1));
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
    -webkit-filter: none;
    filter: none;
}

.ht-main-navigation a {
    color: #ddd;	
}

#ht-masthead {
    border-bottom: 1px solid #191010;
}

@media screen and (max-width: 1000px) {
.toggle-bar, .ht-main-navigation .ht-menu {
    background: #3a3c3e;
    border-radius: 6px;
    border: 1px solid #222;
}
}

.skin.flat .layer-content {
    width: 280px;
}

.sow-features-list .sow-features-feature h5 a:hover {
    text-decoration: none !important;
}

.sow-features-list .sow-features-feature a {
    color: #ddd !important;
}

#ht-bottom-footer {
    padding: 10px 0;
}

#ht-colophon .widget-title {
    color: #eee;
}

#ht-top-footer {
    color: #eee;
}

#ht-colophon a {
    color: #eee;
}

#ht-colophon a:hover {
    color: #fff;
}

.ht-main-navigation ul ul a {
    color: #eee;
}

.ht-main-navigation ul ul {
    background: #333;
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image {
    background-color: rgba(0,0,0,.5) !important;
}

.pagination br {
  display: none;
}

.post-grid .pagination.dark .page-numbers {
        background: #666 none repeat scroll 0 0;
    border: 1px solid rgb(93, 93, 93) !important;
    color: rgb(255, 255, 255);
    opacity: 1 !important;
}

a.page-numbers {
    color: #eee !important;
}
span.page-numbers.current {
    background: #353535 none repeat scroll 0 0 !important;
}

.ht-main-header {
    background: #282727;
    padding: 45px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #191010;
}

a, #total-breadcrumbs a {
    color: #0c8cf9;
}

#ht-colophon a {
    color: #0c8cf9;
}

.ht-footer ul {
    margin: 0 0 15px 20px;
	  list-style: disc !important;
	  list-style-type: disc !important;
}