/*

ThemeName |-> Trender Mag

*/
@import "../_demo-helper/general";

/* Header Style */
$header: 'style-8';
$header_height: 60px;

/* About Us */
$about_us_social_icon_font_size: 16px;
$about_us_social_icon_size: 36px;

/* Footer */
$footer_style: center;

@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-8 {
  box-shadow: 0 0 15px #dedede;
  border-bottom: none !important;

  .off-canvas-menu-icon .off-canvas-menu-icon-el {
	width: 100%;
  }

  .main-menu.menu {
	& > li {
	  margin: 0;

	  & > a {
		padding: 0 18px;
		line-height: 70px;
		height: 60px;

		&:before {
		  bottom: 0 !important;
		}
	  }
	}
  }
}

/* Term Badge */
.term-badges.floated {
  padding: 0 20px;
}

/*  Modern Grid 1*/
.listing-modern-grid-1 {
  .listing-mg-1-item.listing-item-2 .title {
	font-size: 65%;
  }
  .listing-mg-1-item.listing-item-2 .title,
  .listing-mg-1-item.listing-item-3 .title,
  .listing-mg-1-item.listing-item-4 .title,
  .listing-mg-1-item.listing-item-5 .title {
	font-size: 46%;
  }
}

/* Blog */
.listing-blog {
  .listing-item-blog {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);

	&:last-child {
	  padding-bottom: 0;
	  border-bottom: none;
	}

	.post-meta {
	  margin: 10px 0;
	  padding-top: 5px;
	}
  }
}

/* Section Heading */
.section-heading.sh-t3.sh-s1 {
  .h-text {
	padding-bottom: 10px;
  }

  &:after {
	background-color: rgba(0, 0, 0, 0.1);
	height: 1px;
  }
}

/* Pagination */
.bs-pagination.bs-ajax-pagination.more_btn {
  .btn-bs-pagination {
	width: 100%;
	line-height: 47px !important;
	font-size: 13px !important;
	font-weight: 600;
	color: #9d9d9d;
	border: none;
	background-color: #f2f2f2 !important;

	&:hover {
	  background-color: #b2b2b2 !important;
	}
  }
}

/* Social Marketing */
.better-social-counter.style-style-6 {
  .social-item {
	border-bottom: none;

	.item-icon {
	  font-size: 19px;
	  width: 65px;
	  height: 65px;
	  line-height: 65px;
	  border: none;
	}
  }
}

/* Site Footer */
.site-footer {
  .copy-footer {
	.footer-menu-wrapper {
	  margin-bottom: 20px;
	  .footer-menu-container {
		padding-top: 0;
		height: 60px;

		&:before {
		  border-top: solid 1px rgba(255, 255, 255, 0.1);
		  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
		}

		.footer-menu {
		  li {
			height: 60px;
			line-height: 66px;
			margin: 0 20px !important;
		  }
		}
	  }
	}
  }

  .footer-widgets.light-text {

	/* About Us */
	.bs-about {
	  .about-title {
		margin-bottom: 35px;
	  }

	  .about-icons-list {
		.about-icon-item {
		  margin: 0 4px;

		  a {
			border-radius: 100%;
			box-shadow: none;
			border: solid 2px rgba(255, 255, 255, 0.2);
			line-height: 32px;

			i {
			  line-height: 33px;
			}
		  }
		}
	  }
	}
  }
}
