/* Bold Scheme */
/* Default Color Scheme */
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:500,500i,600,600i,700,700i&display=swap");
a {
  color: #0d0f13; }

a:hover, a:focus {
  color: #0d0f13; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #000;
  color: #fff; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: #fff;
    border: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5); }

.infinite-scroll #infinite-handle span {
  background-color: #0d0f13; }
  .infinite-scroll #infinite-handle span:hover {
    background: #0d0f13; }

.entry-content a {
  color: #0d0f13; }

.tag_list a:hover {
  color: #0d0f13;
  border-color: #0d0f13; }

.author_links a:hover, .author_links a:active {
  color: #0d0f13; }

.author_links a:hover:before {
  color: #0d0f13; }

.wpzoom-featured-cat h3.title a:hover {
  color: #0d0f13; }

.site-footer {
  background: #0d0f13; }
  .site-footer button {
    background: #61656e; }
  .site-footer input[type=button], .site-footer input[type=reset], .site-footer input[type=submit] {
    background: #61656e; }
  .site-footer button:hover {
    background: #61656e; }
  .site-footer input[type=button]:hover, .site-footer input[type=reset]:hover, .site-footer input[type=submit]:hover {
    background: #61656e; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #000; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #000; }

.woocommerce ul.products li.product h3:hover {
  color: #0d0f13; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #0d0f13 !important; }

.archive .inner-wrap .listing-widget-details h3.listing-title a:hover, .wp-listings-shortcode .inner-wrap .listing-widget-details h3.listing-title a:hover {
  color: #0d0f13; }

.listing-navigation a:hover {
  color: #0d0f13 !important; }

.portfolio-archive-taxonomies li.current-cat a {
  color: #0d0f13; }

.wpzoom-calltoaction .cta-btn {
  background-color: #000; }
  .wpzoom-calltoaction .cta-btn:hover, .wpzoom-calltoaction .cta-btn:active {
    background-color: #0d0f13; }

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
  color: #0d0f13; }

body {
  color: #7b7b7b; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Semi Condensed", sans-serif; }

a:hover, a:focus {
  color: #FFC769; }

.main-navbar a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #999;
  font-family: "Barlow Semi Condensed", sans-serif; }

.navbar-wpz > .current-menu-item > a,
.navbar-wpz > .current_page_item > a {
  opacity: 1;
  color: #222; }

.navbar-wpz ul a {
  padding: 7px 10px;
  color: #999;
  font-weight: 500;
  font-size: 16px;
  color: inherit;
  letter-spacing: 0; }
  .navbar-wpz ul a:hover {
    color: #222;
    opacity: 1; }

.site-footer {
  background: none;
  font-size: 16px; }
  .site-footer a {
    color: #000; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 600; }

.footer-widgets .column {
  font-size: 16px; }

.site-footer .widget .title {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase; }

.section-title {
  font-size: 28px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Barlow Semi Condensed", sans-serif; }

.single h1.entry-title, .page h1.entry-title {
  font-size: 28px;
  font-weight: 500;
  font-family: "Barlow Semi Condensed", sans-serif; }

.portfolio_item-title_btm {
  font-weight: 600; }

.portfolio-archive-taxonomies a {
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif; }

.previous-post-cover h3 {
  font-weight: 600; }

.slides > li h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif; }

.entry-title {
  font-weight: 600; }

.slicknav_nav a {
  color: #222; }

.slicknav_nav ul ul li a {
  text-transform: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #222;
  padding: 12px 25px;
  color: #fff;
  border-radius: 0;
  margin: 15px 0;
  font-weight: 600;
  border: none;
  transition: none;
  transition: .2s ease all;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 1px; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #000;
    color: #fff;
    border: none;
    transform: none;
    box-shadow: none; }

.wpzabb-button-wrap a,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.slide_button a,
.wpz-btn,
.portfolio-view_all-link a,
.readmore_button a,
.wpz_button {
  background: #222;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  transition: none;
  transition: .2s ease all;
  box-shadow: none; }
  .wpzabb-button-wrap a:hover,
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
  .slide_button a:hover,
  .wpz-btn:hover,
  .portfolio-view_all-link a:hover,
  .readmore_button a:hover,
  .wpz_button:hover {
    background: #000;
    color: #fff;
    border: none;
    transform: none;
    box-shadow: none; }

.wpzabb-button-wrap a {
  font-size: 18px; }

.slide_button a,
.wpz-btn,
.portfolio-view_all-link a,
.readmore_button a,
.wpz_button {
  margin: 15px 0; }

div.navigation span.current {
  color: #7b7b7b; }
