/*

ThemeName |-> Newspaper Daily

*/
@import "../_demo-helper/general";

// Page Layouts
$columns_separator: rgba(0, 0, 0, 0.09);
$columns_separator_padding: 25px;
// Header
$topbar_height: 48px;
// Other Widget
$newsletter_border_radius_inputs: 0;
// Footer
$about_us_text_align: left;
$about_us_social_icon_size: 37px;
$about_us_social_icon_font_size: 16px;

@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,
.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,
.widget_bs-subscribe-newsletter .bs-subscribe-newsletter:after,
.footer-widgets.light-text .widget.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;
}

.vc_col-has-fill.vc_col-has-fill > .bs-vc-wrapper {
  padding-top: inherit !important;
}

/**
 * => Header Injection
 **/
.bs-injection.bs-injection-after_header {
  padding-top: 0 !important;
}

/**
 * => Header
 **/
.site-header.header-style-1 {
  .topbar {
	.top-menu.menu {
	  & > li:hover > a {
		color: #ffffff !important;
	  }
	}

	.topbar-sign-in.topbar-sign-in.topbar-sign-in {
	  height: 32px;
	  line-height: 32px !important;
	  margin-top: 8px;
	  background: rgba(255, 255, 255, 0.1);
	  border-radius: 2px;
	  padding: 0 11px;
	  border: solid 1px rgba(255, 255, 255, 0.26);

	  &:hover {
		background: rgba(255, 255, 255, 0.14);
	  }
	}
  }

  .main-menu-wrapper {
	.main-menu-container {
	  border-top-width: 3px;
	  border-bottom-width: 1px;
	  padding: 0 !important;

	  .main-menu.menu {
		margin-bottom: -1px;
		text-align: left;

		& > li {
		  margin: 0;
		  & > a {
			padding: 0 16px;

			&:before {
			  height: 1px !important;
			  padding: 0 16px;
			}
		  }
		}
	  }
	}
  }

  .off-canvas-menu-icon .off-canvas-menu-icon-el {
	width: 100%;
  }
}

/**
 * => Text 3
 **/
.listing-item-text-3 .item-inner {
  border-bottom: none;
  padding-bottom: 0 !important;
}

/**
 * => Thumbnail 3
 **/
.bs-listing-listing-thumbnail-1 {
  .columns-3 {
	.listing-item:nth-last-child(1),
	.listing-item:nth-last-child(2),
	.listing-item:nth-last-child(3) {
	  margin-bottom: 0;
	}
  }
}

/**
 * => Content Injection
 **/
.bs-injection {
  .have_bg.bs-listing {
	.listing-item-tb-1 {
	  .item-inner {
		background-color: #ffffff;
		padding: 13px;
		border-radius: 1px;
		box-shadow: 0 4px 7px -5px #ccc;
	  }
	}
  }
}

/**
 * => Grid 1
 **/
.listing-item-grid-1 {
  .post-summary {
	border-bottom: none;
	padding-bottom: 0;
  }
}

/**
 * => Section Heading
 **/
.section-heading.sh-t5.sh-s1 {
  &:before {
	display: none;
  }

  .h-text {
	&:before {
	  width: 34px !important;
	}
  }
}

/**
 * => Pagination
 **/
.bs-pagination.bs-ajax-pagination.more_btn {
  margin-top: 30px;

  .btn-bs-pagination {
	width: 100%;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.02);
	border-color: rgba(0, 0, 0, 0.15);
	padding: 4px;
	font-size: 10px !important;
  }
}

/**
 * => Social Counter
 **/
.better-social-counter.style-style-7 .item-icon {
  background-color: #050505;
}

.bs-vc-sidebar-column {
  .bs-vc-wrapper > div {
	border-bottom: solid 1px rgba(0, 0, 0, 0.09);
	padding-bottom: 5px;

	&:last-child {
	  border-bottom: none !important;
	  padding-bottom: 0 !important;
	}
  }
}

/**
 * => Modern Grid 3
 **/
.listing-mg-3-item .content-container {
  padding: 0 10px;

  .title {
	font-size: 95%;
  }
}

/**
 * => Mix 9
 **/
.listing-mix-3-3.l-1-col.listing-mix-3-3.l-1-col {
  .listing-text-2 {
	.listing-item-text-2 {
	  padding-bottom: 10px !important;
	  margin-bottom: 10px !important;
	  border-bottom: solid 1px rgba(0, 0, 0, 0.09);

	  &:last-child {
		border-bottom: none;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	  }

	  .item-inner {
		padding: 0;
		border: none !important;
	  }
	}
  }
}

/**
 * => Feedburner
 **/
.bs-subscribe-newsletter {
  .subscribe-message {
	text-align: left;
	font-size: 17px;
	color: #161616;
  }
}

/**
 * => Modern Grids
 **/
.listing-modern-grid-10 .mg-row-2.mg-row-2,
.listing-modern-grid-9 .mg-col-2,
.listing-modern-grid-9 .mg-col-3,
.listing-modern-grid-8 .mg-col-2 .mg-row-2,
.listing-modern-grid-1 .mg-col-2 .mg-row-2,
.listing-modern-grid-2 .mg-col-2 {
  .title {
	font-size: 60%;
  }
}

/**
 * => User Listing
 **/
.listing-item-user .user-avatar img {
  border-radius: 0;
}

/**
 * => Footer
 **/
.site-footer {
  .section-heading.sh-t1:after {
	height: 1px;
	margin-top: 0;
	background: rgba(255, 255, 255, 0.22) !important;
  }

  .footer-menu-container {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	margin-bottom: 25px;

	ul.menu.footer-menu > li {
	  margin-right: 30px;
	}
  }

  .footer-widgets {
	.row {
	  margin: 0 -20px;
	  .col-sm-3 {
		padding: 0 20px;
	  }
	}

	.bs-about {
	  .about-title {
		margin: 0 0 25px;
	  }

	  .about-text {
		font-size: 15px;
	  }

	  .about-icons-list {
		margin-top: 22px;

		.about-icon-item {
		  a {
			box-shadow: none !important;
			border-radius: 3px;
			background-color: rgba(255, 255, 255, 0.07);
			transition: .3s;

			&:hover {
			  background: none rgba(255, 255, 255, 0.15) !important;
			}
		  }
		}
	  }
	}

	.widget.widget_nav_menu {
	  ul.menu {
		li {
		  a {
			border: none;
			padding: 0;
			background: transparent !important;
			color: rgba(255, 255, 255, 0.7);
			font-size: 15px;
			font-family: initial !important;

			&:hover {
			  background: transparent !important;
			  color: #ffffff;
			}

			&:before {
			  display: none;
			}
		  }
		}
	  }
	}
  }
}

/**
 * => Single
 **/
.post-template-14 .single-post-title {
  color: #000000;
}

.post-share.style-9 .social-item {
  border-radius: 0 !important;

  a {
	color: #000000 !important;
  }
}

.bf-breadcrumb .bf-breadcrumb-items {
  margin-bottom: 7px;
}

.content-container {
  .sidebar {
	padding-left: 10px;
  }
}

/**
 * => RTl
 **/
.rtl {
  .bs-subscribe-newsletter {
	.subscribe-message {
	  text-align: right;
	}
  }

  .bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination {
	font-size: 13px !important;
  }

  .site-header.header-style-1 .main-menu-wrapper .main-menu-container .main-menu.menu {
	text-align: right;
  }

  .off-canvas-menu-icon-container {
	line-height: 51px;
  }

  .site-header .search-container .search-handler {
	line-height: 29px;
  }
}