
/* Customize the font! */
header #mobile-nav .phone,
footer .top h4,
header nav > ul > li.phone,
ul.widgets h4,
#features h2,
.gb-button strong,
.gb-button.grey,
.continue,
.text-slider h2,
.tweets-widget .tweet_time,
.facebook-widget .tweet_time,
.upcoming-widget li strong, .mobile-calendar li strong,
#content h2,
#content h3,
#content h4,
#content h5,
#content .gallery .title,
.widget-button, .button-small
{ font-family: 'Istok Web', sans-serif; }

#features h3,
.gb-button,
.recent-widget h3,
.top-image h1,
.text-slider h3,
#content h1,
table.calendar thead th
{ font-family: 'Istok Web', sans-serif; font-weight:400 !important }

/* Customize the colors! */

a,
#features h2,
.recent-widget h3,
.text-slider h2,
#content h2,
#content .gallery a:hover { color:#; }

header nav .dropdown li:hover,
#bottom span.next:hover,
#bottom span.prev:hover,
#slider .flex-direction-nav a:hover,
#testimonials .flex-direction-nav a:hover,
#pagination a:hover,
table.calendar thead th { border-color: #; }

footer span.next:hover,
footer span.prev:hover { border-color: # !important; }

header nav .dropdown li:hover,
#slider .elements .top-corner,
#slider .elements .bottom-corner,
.no-rgba header nav .dropdown li:hover,
#pagination a:hover,
#filters span.active,
#filters span.active:hover,
header #mobile-nav .mobile-nav-toggle,
header #mobile-nav li.current a { background: #; }

#bottom span.next:hover,
#bottom span.prev:hover,
#slider .flex-direction-nav a:hover,
#testimonials .flex-direction-nav a:hover,
.widget-button, .button-small,
#respond input#submit,
#searchform input.button,
table.calendar thead th a.cal-nav { background-color: #; }

footer span.next:hover,
footer span.prev:hover { background-color: # !important; }

.gb-button,
table.calendar thead th,
header nav > ul > li.custom a {
	border: 1px solid #000000;
	background-color: #141414;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#000000));
	background-image: -webkit-linear-gradient(top, #141414, #000000);
	background-image: -moz-linear-gradient(top, #141414, #000000);
	background-image: -o-linear-gradient(top, #141414, #000000);
	background-image: -ms-linear-gradient(top, #141414, #000000);
	background-image: linear-gradient(top, #141414, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#141414', EndColorStr='#000000');
}
.gb-button:hover,
header nav > ul > li.custom a:hover {
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#141414));
	background-image: -webkit-linear-gradient(top, #000000, #141414);
	background-image: -moz-linear-gradient(top, #000000, #141414);
	background-image: -o-linear-gradient(top, #000000, #141414);
	background-image: -ms-linear-gradient(top, #000000, #141414);
	background-image: linear-gradient(top, #000000, #141414);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#141414');
}

footer .top,
footer ul.widgets span.prev,
footer ul.widgets span.next,
footer .upcoming-widget li a,
footer .mobile-calendar li a {
	background-color: #333333;
}

footer .bottom {
	background-color: #202020;
}