/*

ThemeName |-> Detroit Blog

*/
@import "../_demo-helper/general";

// Header Style
$topbar_height: 46px;

$header: 'style-2';
$header_height: 43px;

$menu_current_bg_style: '.header-style-2';
$menu_current_bg: rgba(255, 255, 255, .15);

// Page Layouts
$columns_separator: #ebebeb;
$columns_separator_padding: 30px;

 //About Us
$about_us_text_align: left;
$about_us_social_icon_size: 30px;
$about_us_social_icon_font_size: 13px;

@import "../_demo-helper/helper";

/**
 * => Optimized Fonts
 **/
.bs-about,
.post-meta,
.post-title,
a.read-more,
.post-summary,
.entry-content p,
.btn-bs-pagination,
.bs-listing .title,
.newsletter-subscribe,
.listing-item .title a,
.term-badges.floated a,
.bs-numbered-pagination,
.mega-links > .menu-item a,
ul.menu.footer-menu li > a,
.section-heading > .h-text,
.better-newsticker .heading,
.section-heading a > .h-text,
.site-footer .footer-widgets,
.off-canvas-menu > ul > li > a,
.pagination.bs-links-pagination,
.post-count-badge.pcb-t1.pcb-s1,
.site-header .main-menu > li > a,
.site-header .topbar .topbar-inner,
.better-newsticker ul.news-list li a,
.site-footer .bs-about .about-link a,
.term-badges .term-badge:first-child a,
.site-footer .copy-1, .site-footer .copy-2,
.bs-subscribe-newsletter .subscribe-message,
.footer-widgets .widget_nav_menu ul.menu li a {
  @include optimize_font;
}

/**
 * => General style
 **/
a, a:focus, a:hover {
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

/* Section Heading */
.section-heading.sh-t3:after {
  background-color: rgba(0, 0, 0, 0.05);
  bottom: -2px;
  height: 6px;
}

.section-heading.sh-t1:after {
  height: 6px;
  margin-top: -3.5px;
}

/* Popular categories */
.bs-popular-categories .bs-popular-terms-list {
  padding: 0;
}

/* Pagination */
.bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination {
  line-height: 44px !important;
  width: 100%;
  border-color: #000000;

  &:hover {
	span {
	  color: #ffffff;
	}
  }

  &.bs-pagination-in-loading {
	span {
	  color: #FFFFFF;
	}
  }

  &.disabled {
	&:hover {
	  border-color: #000000;

	  span {
		color: #000000;
	  }
	}
  }

  span {
	color: #000000;
  }
}

/* Header */
.site-header.header-style-2 .main-menu.menu {
  height: $header_height;
  padding-top: 0;
  margin-top: 0;
}

.site-header.header-style-2.full-width .menu-action-buttons{
  top: 0;
}


/* Newsletter */
.bs-newsletter-pack.bsnp-t1.bsnp-s4,
.bs-newsletter-pack.bsnp-t1.bsnp-s3 {
  box-shadow: none;
}

/* Footer Style */
.site-footer {
  .footer-widgets.light-text .section-heading.sh-t3:after {
	background: rgba(255, 255, 255, 0.1);
	height: 6px;
	bottom: -5px;
  }

  .footer-widgets {
	padding-top: 60px;

	.content-wrap {
	  position: relative;

	  &:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0;
		bottom: -20px;
		background-color: rgba(255, 255, 255, .15);
	  }
	}
  }

  .footer-widgets.light-text .widget .item-inner:hover a {
	color: #ffffff !important;
  }

  .footer-widgets.light-text .widget .bs-about {
	.about-icons-list {
	  .about-icon-item {
		a {
		  border-radius: 100%;
		  box-shadow: none;
		  background-color: rgba(255, 255, 255, 0.1);
		}
	  }
	}
  }

  .copy-footer {
	padding-bottom: 30px;
  }

  .widget.widget_nav_menu {
	ul.menu {
	  font-size: 0;

	  li {
		font-size: 14px;
		display: inline-block;
		width: 50%;

		a {
		  border: none;
		  padding: 0;
		  margin-bottom: 5px;
		  color: #cdcdcd;
		  font-size: 14px;

		  &:hover {
			color: #ffffff;
		  }

		  &:before {
			content: '';
			width: 4px;
			height: 4px;
			border-radius: 100%;
			background-color: #ffffff;
			display: inline-block;
		  }
		}
	  }
	}
  }

  .copy-2 a,
  .copy-1 a {
	&:hover {
	  color: #ffffff;
	}
  }
}