/*

ThemeName |-> Celebs Mag

*/
@import "../_demo-helper/general";

$header: 'style-1';
$header_height: 50px;

$menu_current_bg_style: '.header-style-1';
$menu_current_bg: transparent;

$footer_style: center;

/* About Us */
$about_us_social_icon_font_size: 17px;
$about_us_social_icon_size: 37px;

@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;
}

/* Site Header */
.site-header {
  &.header-style-1 {
	.topbar {
	  position: absolute;
	  width: 100%;
	  margin-top: 16px;

	  .better-social-counter.style-button {
		.social-item {
		  .item-icon {
			border-radius: 100%;
			border: solid 1px rgba(255, 255, 255, 0.5);
			width: 37px;
			height: 37px;
			line-height: 37px;
		  }
		}
	  }
	}
  }

  .off-canvas-menu-icon .off-canvas-menu-icon-el {
	width: 100%;
  }
}

/* Social Network */
.better-social-counter.style-style-7 {
  .item-icon {
	width: 53px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
  }

  .item-count {
	line-height: 34px;
  }

  .item-join,
  .item-title {
	line-height: 34px;
  }
}

/* Section Heading */
.section-heading.sh-t1.sh-s6 {
  &:after {
	height: 1px;
	background: none rgba(0, 0, 0, 0.05) !important;
	opacity: 1;
	margin-top: -1px;
  }
}

.section-heading.sh-t1.sh-s7 {
  padding-bottom: 0 !important;
  &:after {
	display: none;
  }
}

/* Classic Listing 1 */
.listing-item-classic-1 {
  margin-bottom: 35px !important;

  .listing-inner {
	padding-bottom: 22px !important;
	border-bottom: 1px solid #f1f1f1 !important;
  }

  .title {
	margin: 0 0 16px;
  }
}

/* Term Badge */
.term-badges.floated {
  margin: 20px;
}

/* Newsletter */
.bs-newsletter-pack.bsnp-t1.bsnp-s1 {
  box-shadow: none !important;
}

/* Pagination */
.bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination {
  width: 100%;
  line-height: 38px !important;
  border: solid 1px #f1f1f1;
  box-shadow: 0 2px 2px -1px #eee;
  margin-top: 35px;

  span {
	font-size: 11px;
	font-weight: 500;
	color: #3e3e3e;
	letter-spacing: 1.6px;
  }

  &:hover {
	span {
	  color: #ffffff;
	}
  }

  &.bs-pagination-in-loading {
	span {
	  color: #FFFFFF;
	}
  }

  &.disabled {
	&:hover {
	  border-color: #000000;

	  span {
		color: #000000;
	  }
	}
  }
}

/* Playlist */
.bsp-style-1 .bsp-videos {
  background: #343434;
}

/* Site Footer */
.site-footer {
  .footer-widgets {
	padding: 65px 0 35px;
  }

  .copy-footer {
	padding-bottom: 32px;
	text-transform: uppercase;
  }

  .footer-menu-wrapper {
	margin-bottom: 28px;

	.footer-menu-container {
	  padding-top: 0;
	}
  }
}

/* About Us */
.footer-widgets.light-text .widget .bs-about .about-icons-list {
  margin-top: 25px;

  .about-icon-item {
	margin: 0 5px;

	a {
	  border-radius: 100%;
	}
  }
}