/*

ThemeName |-> Beauty Blog

*/
@import "../_demo-helper/general";

/* Header */
$header: 'style-1';
$header_height: 60px;

$topbar_height: 50px;

$menu_current_bg_style: '.header-style-1';
$menu_current_bg: transparent;

/* Page Layout */
$layout_boxed_padding: 17px;

/* Term Badge */
$term_badges: top-center;

/* Block Post Meta */
$post_meta: 'liner';
$post_meta_margin: false;
$post_meta_padding: 7px 0;
$post_meta_text_align: center;

/* About Us */
$about_us_social_icon_font_size: 14px;
$about_us_social_icon_size: 30px;

/* 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;
}

body.boxed .main-wrap {
  border-radius: 10px;
  margin: 45px auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

/**
 * => 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 {
  .main-menu-wrapper {
	.main-menu-container {
	  padding: 0 !important;

	  .main-menu.menu {
		text-align: start;

		& > li {
		  margin: 0 15px 0 0;
		}
	  }
	}
  }
}

.site-header.header-style-1.boxed .main-menu-wrapper .main-menu-container,
.site-header.header-style-1.full-width .main-menu-wrapper {
  border-width: 1px !important;
}

/* Section Heading */
.bs-vc-sidebar-column {
  .section-heading.sh-t1.sh-s4 {
	text-align: center;
	margin: -38px 0 20px;
	display: block;
	width: 100%;

	.h-text {
	  padding: 0 25px;

	}
  }

  .bs-listing,
  .bs-shortcode {
	padding: 25px 25px 25px;
	border: solid 1px rgba(0, 0, 0, 0.1);
  }
}

/* About Us */
.bs-about {
  .about-title {
	img {
	  max-width: 100%;
	}
  }

  .about-icons-list {
	.about-icon-item {
	  margin: 0 5px;

	  a {
		border-radius: 100%;
		box-shadow: none;
		color: #ffffff;
	  }
	}
  }

  .about-link {
	a {
	  color: #000000 !important;
	  font-size: 11px;
	  text-transform: uppercase;
	  font-weight: 400;
	  letter-spacing: 0.8px;
	}
  }
}

/* Classic Listing 1 */
.listing-classic-1 .listing-item-classic-1 {
  .item-inner {
	text-align: center;

	.featured .img-holder:before {
	  padding-top: 60%;
	}

	.post-summary {
	  text-align: left;
	}

	.title {
	  text-align: center;
	}
  }
}

.listing-classic .post-meta,
.listing-item-grid-1 .post-meta,
.bs-listing-listing-grid-1 .post-meta,
.bs-listing-listing-classic .post-meta,
.bs-listing-listing-mix-4-3 .post-meta,
.bs-listing-listing-classic-2 .post-meta,
.bs-listing-listing-classic-3 .post-meta,
.listing-mix-3-2 .listing-grid-1 .post-meta,
.bs-listing-listing-mix-3-3 .listing-grid-1 .post-meta {
  padding-bottom: 20px;
  margin-bottom: 18px !important;
  margin-top: 0 !important;
  position: relative;

  &:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -33px;
	bottom: 0;
	width: 66px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
  }
}

/* Grid 1 */
.listing-item-grid-1 {
  .post-summary {
	border-bottom: none;
	padding-bottom: 19px;
  }
}

/* Newsletter */
.bs-newsletter-pack.bsnp-t1.bsnp-s4, .bs-newsletter-pack.bsnp-t1.bsnp-s3 {
  box-shadow: none;
}

/* Popular categories */
.bs-popular-categories .bs-popular-terms-list {
  padding: 0 !important;
}

/*
 * => Pagination
*/
.listing-item {
  .item-inner {
	a.read-more {
	  background: transparent !important;
	  color: #161616;
	  font-size: 10px;
	  padding: 11px 37px;
	  border: solid 1px #e5e5e5;
	  margin-top: 30px;
	}
  }

  &:hover {
	.item-inner {
	  a.read-more {
		background: transparent !important;
		border: solid 1px #cbcbcb;
	  }
	}
  }
}

/*
 * => Footer
*/
.footer-instagram-3 {
  margin-bottom: 0;

  .simply-scroll-list li {
	margin: 0 !important;
  }
}

.site-footer {
  overflow: hidden;
  border-radius: 0 0 10px 10px;

  .copy-footer {
	.footer-menu-container {
	  border-bottom: none;

	  .footer-menu {
		li {
		  margin: 10px 20px !important;
		}
	  }
	}
  }
}

/* Newsletter */
.bs-newsletter-pack.bsnp-t1 {
  .bsnp-title {
	font-size: 16px;
  }

  .bsnp-desc {
	font-size: 13px !important;
	line-height: 24px;
  }

  .bsnp-after {
	font-size: 11px;
  }
}