/*

ThemeName |-> Mini Mag

*/
@import "../_demo-helper/general";

/* Site Header */
$header: 'style-8';
$header_height: 100px;

/* Footer */
$footer_style: center;

$about_us_social_icon_font_size: 13px;
$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,
.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;
}

/* Gerid 1 */
.listing-item-grid-1 {
  .post-summary {
	border-bottom: none;
  }
}

.site-header.header-style-8 {
  margin-bottom: 30px;

  .main-menu.menu {
	overflow: inherit;

	& > li {
	  margin-right: 15px;
	  & > a {
		padding: 0 15px;

		&:before {
		  height: 1px !important;
		}
	  }
	}
  }
}

/* Pagination */
.bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination {
  line-height: 48px !important;
  height: 48px;
  padding: 0 134px;

  &:hover {
	span {
	  color: #ffffff;
	}
  }

  &.bs-pagination-in-loading {
	span {
	  color: #FFFFFF;
	}
  }

  &.disabled {
	&:hover {
	  border-color: #000000;

	  span {
		color: #000000;
	  }
	}
  }

  span {
	color: #000000;
	font-size: 14px;
	text-transform: capitalize;
  }
}

.pagination.bs-numbered-pagination {
  text-align: center;

  .page-numbers {
	min-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0 4px;
	color: black;
	border-color: #cccccc;
	font-weight: 400;
	font-size: 14px;

	&.current {
	  border-color: #000000;
	}
  }
}

/* Section Heading */
.section-heading.sh-t1.sh-s4 {
  text-align: center;
  margin-bottom: 75px;
}

/* Site Footer */
.site-footer {
  .footer-menu-container {
	padding-top: 0;
	margin-bottom: 35px;

	&:before {
	  border: solid 1px rgba(255, 255, 255, 0.1);
	  border-right: none;
	  border-left: none;
	}
  }

  .footer-widgets.light-text {
	padding: 75px 0 20px;

	.bs-about {
	  .about-title {
		margin-bottom: 30px;
	  }

	  .about-icons-list {
		.about-icon-item {
		  margin: 0 4px;

		  a {
			box-shadow: none !important;
			border-radius: 100%;
			border: solid 2px rgba(255, 255, 255, 0.2);

			&:hover {
			  background: none rgba(255, 255, 255, 0.1);
			}

			i {
			  line-height: 35px;
			}
		  }
		}
	  }
	}
  }
}