/*

ThemeName |-> Brilliance

*/
@import "../_demo-helper/general";

$box: 'box';
$box_border: 1px solid rgba(0, 0, 0, 0.12);
$box_shadow: none;
$box_padding: 20px;
$box_bg: #fff;
$box_full_width_items: false;
$box_remove_modern_grids: true;
//
$layout_boxed_padding: 25px;
//
$term_badges: 'left-bottom';
//
$header: 'style-2';
$header_height: 58px;
$topbar_height: 47px;
$menu_current_bg_style: '.header-style-2';
$menu_current_bg: rgba(0, 0, 0, 0.35);
$menu_current_text_color: #fff;

@import "../_demo-helper/helper";

/**
 * =>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;
}

body.boxed .main-wrap {
  box-shadow: none;
}

body, body.boxed {
  background-color: #eee
}

@media (max-width: 767px) {
  .main-wrap {
	background-color: #eee
  }
}

.layout-1-col, .layout-2-col, .layout-3-col {
  margin-top: 0 !important;
  padding-top: 25px !important;
}

/**
 * =>Blocks & Widgets
 **/
.wpb_wrapper .better-newsticker {
  margin-left: 0;
  margin-right: 0;
}

.bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination {
  width: 100%;
  height: 54px;
  line-height: 54px !important;
  font-weight: bold;
  font-size: 15px !important;
  box-shadow: 0 2px 5px -1px #eee;
  border-color: #e2e2e2;
  color: #000000 !important;
  text-transform: capitalize !important;
}

.bs-pagination.bs-ajax-pagination.more_btn.bs-pagination-loading .btn-bs-pagination,
.bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination:hover {
  color: #fff !important;
  border-color: transparent !important;
}

.bs-control-nav-style-4 .btn-bs-pagination {
  border: 1px solid rgba(178, 178, 178, 0.33);
  font-size: 16px !important;
  color: rgba(235, 235, 235, 0.83) !important;
}

/**
 * =>Header
 **/
.top-menu-container ul li ul li.menu-item:hover a {
  color: #FFFFFF !important;
}

.site-header.full-width.header-style-2 .main-menu-wrapper {
  border-top: none;
  border-bottom-width: 2px;
}

.site-header .search-container .search-handler {
  line-height: 24px;
}

/**
 * =>Topbar
 **/

.topbar .menu-item-date:after {
  content: '';
  width: 1px;
  top: 50%;
  margin-top: -12px;
  height: 18px;
  display: inline-block;
  background: rgb(218, 218, 218);
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  right: -2px;
}

.topbar .topbar-date.topbar-date {
  padding: 0;
  vertical-align: middle;
  line-height: 24px !important;
  height: 24px;
  top: -3px;
  display: inline-block;
}

.topbar .menu-item-date {
  padding-right: 15px;
}

.topbar .topbar-date.topbar-date:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f017";
  margin-right: 5px;
}

/**
 * =>Footer
 **/
.site-footer .copy-footer {
  padding-bottom: 30px;
}

.site-footer .copy-1,
.site-footer .copy-2 {
  opacity: 0.6;
}

/**
 * =>Newsticker
 **/
.better-newsticker .heading.heading.heading {
  background: #0b8048 !important;
  font-size: 13px;
  border-radius: 0;
  font-weight: 500;
}

.better-newsticker ul.news-list li a {
  font-weight: 500 !important;
}

.better-newsticker .heading.heading.heading:after {
  border-top: 25px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 0 solid transparent;
  right: -13px;
  margin-top: -13px;
  border-left-color: #0b8048 !important;
}

.better-newsticker .control-nav span {
  border: 1px solid rgba(0, 0, 0, 0.17);
  color: rgba(0, 0, 0, 0.4);
}

.better-newsticker ul.news-list li.active {
  left: 120px;
}

/**
 * =>Section Heading
 **/
.section-heading.sh-t5.sh-s1 {
  padding: 0 0 5px;
  margin-top: -8px;
}

.section-heading.sh-t5.sh-s1:before {
  height: 1px;
}

.section-heading.sh-t5.sh-s1 > .main-link > .h-text:before,
.section-heading.sh-t5.sh-s1 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t5.sh-s1 > .h-text:last-child:first-child:before {
  height: 1px;
  bottom: -5px;
}

.footer-widgets .section-heading.sh-t5.sh-s1 > .main-link > .h-text,
.footer-widgets .section-heading.sh-t5.sh-s1 a.active,
.footer-widgets .section-heading.sh-t5.sh-s1 .main-link:first-child:last-child .h-text,
.footer-widgets .section-heading.sh-t5.sh-s1 > .h-text {
  color: #fff;
}

.section-heading.sh-t1:after {
  height: 1px;
  margin-top: -0.5px;
}

/**
 * =>Newsletter
 **/
.bs-newsletter-pack.bsnp-t1.bsnp-s2 {
  box-shadow: none !important;
  border: $box_border;
}

/**
 * =>Social Counter
 **/
.better-social-counter.style-style-6 .social-item {
  border-bottom: none;
}

/**
 * =>Breadcrumb
 **/
.bf-breadcrumb.bc-top-style {
  padding: 12px 0 0;
}

/**
 * =>Breadcrumb
 **/
.post-share.style-8 .social-item .bf-icon {
  background: rgba(255, 255, 255, 0.19);
}

/**
 * =>RTL
 **/
.rtl {
  .topbar .menu-item-date {
	line-height: 43px !important;
  }

  .topbar .menu-item-date:after {
	margin-top: -15px;
  }

  .topbar .topbar-date.topbar-date:before {
	margin-left: 5px;
  }

  .top-menu.menu li {
	padding-right: 0;
	padding-left: 15px;
  }

  .topbar .menu-item-date:after {
	right: auto;
	left: -2px;
  }

  .listing-mg-10-item .content-container .post-meta {
	margin-top: 10px;
  }
}

