/*
ThemeName |-> The Prime Demo
*/

$border_color: #eaeaea;
$border: 1px solid $border_color;

@import "../_demo-helper/general";

$term_badges: 'top-center';
$footer_style: 'center';

@import "../_demo-helper/helper";

/**
 * =>General
 **/
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;
}

.back-top.back-top {
  background-color: #000 !important;
}

/**
 * =>Header
 **/
.site-header.header-style-1.full-width .main-menu-wrapper,
.site-header.header-style-1.boxed .main-menu-wrapper .main-menu-container {
  border-top-width: 3px;
  border-bottom-width: 1px;
}

.site-header.header-style-1 .main-menu.menu {
  margin-bottom: -1px;
}

.site-header .search-container .search-box .search-form .search-field {
  font-size: 15px;
}

/**
 * =>Menu
 **/
.main-menu.menu > li > a:before {
  height: 2px;
}

/**
 * =>Widgets
 **/
.sidebar-column > aside > *,
.bs-vc-sidebar-column > .bs-vc-wrapper > *,
.post-related {
  padding: 25px !important;
  border: $border;
}

.sidebar-column > aside > .bsac,
.sidebar-column > aside > .widget_better-ads,
.bs-vc-sidebar-column > .bs-vc-wrapper > .bsac,
.bs-vc-sidebar-column > .bs-vc-wrapper > .widget_better-ads {
  padding: 0 !important;
  border: none;
}

/**
 * =>Post Meta
 **/
.post-meta .post-author {
  vertical-align: top; /* for fixing vertical 1 pixel issue */
}

/**
 * =>Term Badges
 **/
.listing-mg-4-item .term-badges.floated {
  top: 0;
}

/**
 * =>Related Posts
 **/
.post-related .section-heading.sh-t1.sh-s6 .h-text {
  font-size: 22px;
}

.post-related .section-heading.sh-t1.sh-s6 .other-link .h-text {
  font-size: 16px !important;
}

.post-related .section-heading.sh-t1.sh-s6 {
  margin-bottom: 20px;
}

/**
 * =>Blog Listing 5
 **/
.listing-item-blog-5 .featured .img-holder {
  width: 325px;
}

.listing-item-blog-5 {
  border-bottom: $border !important;
  padding-bottom: 25px !important;
}

.listing-item-blog-5:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.listing-item-blog-5 > .item-inner > .title {
  margin: 2px 0 10px;
}

.listing-item-blog-5 .post-summary {
  margin-top: 13px;
}

/**
 * =>Thumbnail 2
 **/
.listing-item-tb-2 .featured {
  margin-bottom: 12px;
}

/**
 * =>MG 4
 **/
.listing-mg-4-item .title {
  line-height: 1.3;
}

/**
 * =>Pagination
 **/
.pagination.bs-numbered-pagination a:hover,
.pagination.bs-numbered-pagination .current {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

/**
 * =>Section Headings
 **/
.section-heading.sh-t1.sh-s6 {
  margin-bottom: 50px;
}

/**
 * =>Post Templates
 **/
.post-related {
  padding: 25px;
  border: $border;
}

.post-share.style-9.style-9.style-9 .social-item a {
  color: #232323;
}

/**
 * =>Pagination
 **/
.pagination.bs-numbered-pagination a,
.pagination.bs-numbered-pagination span {
  line-height: 26px !important;
}

/**
 * =>Popular Categories Widget
 **/
.bs-popular-categories .bs-popular-terms-list {
  padding: 0;
}

.bs-popular-categories .bs-popular-term-item {
  font-size: 16px;
}

.footer-widgets.dark-text.dark-text .bs-popular-categories .bs-popular-term-item .term-count {
  background: rgba(0, 0, 0, 0.1);
}

/**
 * =>Core Widgets
 **/
.widget.widget_recent_entries li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
  font-size: 15px;
}

.search-header .search-form .search-submit,
.widget.widget_search .search-form .search-submit {
  font-weight: 500;
  font-size: 14px;
}

/**
 * =>About Us
 **/
.bs-about {
  .about-icons-list .about-icon-item a {
    border-radius: 33px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .about-icons-list.about-icons-list .about-icon-item a i {
    line-height: 36px;
  }
}

/**
 * =>Footer
 **/
.site-footer .footer-copy-row {
  margin-top: 10px;
}

/**
 * =>Footer Widgets
 **/
.footer-widgets {
  padding: 65px 0 45px;
}

.footer-widgets.dark-text .widget.widget_bs-newsletter-mailchimp,
.footer-widgets.dark-text .widget.widget_bs-subscribe-newsletter {
  background: transparent !important;
  padding: 0 !important;
}

/**
 * =>Footer Instagram
 **/
.footer-instagram.footer-instagram-3 .footer-instagram-label {
  position: relative;
}

.footer-instagram.footer-instagram-3 .footer-instagram-label span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  z-index: 1;
  position: relative;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-instagram.footer-instagram-3 .footer-instagram-label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 50%;
  margin-top: -.5px;
  background: $border_color;
}

/**
 * =>Archive
 **/
.archive-title .pre-title:after,
.archive-title .pre-title span {
  background-color: #000;
}

.archive-title .term-badges span.term-badge a {
  text-transform: capitalize;
  font-size: 12px;
}

/**
 * =>Breadcrumb
 **/
.bf-breadcrumb .bf-breadcrumb-item {
  font-size: 13px;
  font-style: italic;
}

/**
 * =>Newsletter Pack
 **/
.bs-newsletter-pack.bsnp-t1.bsnp-s3 {
  border: $border;
  box-shadow: none;
}

.bs-newsletter-pack.bsnp-t1.bsnp-s3.bsnp-st-wide .bsnp-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

/**
 * =>Light Scheme
 **/
.bs-light-scheme .post-meta > a,
.bs-light-scheme .post-meta > span {
  opacity: 0.5;
}

/**
 * =>Author box
 **/
.single-container > .post-author .author-title {
  font-size: 22px;
  line-height: 26px;
}