/*

ThemeName |-> Platina Blog

*/
@import "../_demo-helper/general";

/* Site Header */
$header: 'style-1';
$header_height: 55px;
//$menu_current_bg: transparent;
$menu_current_bg_style: '.header-style-1';

/* Term Badge */
$term_badges: top-center;

/* Block Options */
$box: box;
$box_bg: #ffffff;
$box_border: solid 1px #e5e5e5;
$box_padding: 25px;

/* 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,
.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;
}

.bs-box,
.bs-listing-slider-3,
.bs-listing-listing-blog-1,
.bs-listing-listing-blog-2,
.bs-listing-listing-blog-5,
.bs-listing-listing-classic {
@include remove_box;
}

/**
 * => Page Header
 **/
.site-header.header-style-1 {
  .off-canvas-menu-icon .off-canvas-menu-icon-el {
	width: 100%;
  }

  .main-menu-wrapper {
	border-width: 1px !important;

	.main-menu-inner {
	  .main-menu-container {
		padding: 0;

		.main-menu {
		  text-align: inherit;

		  & > li {
			& > a {
			  padding: 0 20px;

			  &:before {
				height: 1px;
				bottom: 2px;
			  }
			}
		  }
		}
	  }
	}
  }
}

/* Section Heading */
.sidebar,
.bs-vc-sidebar-column {
  .section-heading.sh-t1.sh-s4 {
	text-align: center;
	margin-bottom: 35px;

	.h-text {
	  padding: 4px 0 !important;

	  &:after {
		content: '';
		position: absolute;
		width: 50px;
		height: 1px;
		background-color: #d5d5d5;
		right: 50%;
		margin-right: -25px;
		bottom: -16px;
	  }
	}
  }
}

.bs-newsletter-pack.bsnp-t1.bsnp-s4:before {
  display: none;
}

/* Block Options */
.post-meta .comments,
.post-meta .post-author {
  font-size: inherit !important;
}

/* Classic Grid 1 */
.listing-item-grid-1 {
  .post-summary {
	border-bottom: none;
  }
}

/* Slider */
.bs-slider-2-item .content-container a.read-more, .bs-slider-3-item .content-container a.read-more {
  background: transparent !important;
  color: #161616;
}

/* Classic Blog 1 */
.listing-classic-1,
.listing-item-grid-1 {
  .listing-inner a.read-more {
	padding: 11px 62px;
	display: table;
	margin: 30px auto 0;
  }

  .listing-inner {
	&:hover a.read-more {
	  border: solid 1px rgba(0, 0, 0, 0.3);
	  background-color: transparent !important;
	}
  }
}

/* About us */
.bs-about {
  .about-title {
	.logo-image {
	  max-width: 100%;
	}
  }

  .about-link {
	a {
	  font-size: 11px;
	  font-weight: bold;
	  letter-spacing: 1.2px;
	}
  }

  .about-icons-list {
	.about-icon-item {
	  margin: 0 5px;
	  a {
		border-radius: 100%;
		width: 33px;
		height: 33px;

		&:hover {
		  background: transparent !important;
		  color: #000000;
		}

		i {
		  line-height: 33px !important;
		}
	  }
	}
  }
}

/* Pagination */
.listing a.read-more {
  background-color: transparent !important;
  color: #000000;
  border-width: 1px;
  border-style: solid;

  &:hover {
	color: #000000;
  }
}

a.read-more {
  font-size: 10px !important;
  letter-spacing: 1px;
  font-weight: 400 !important;
}

.listing-item:hover a.read-more {
  background-color: transparent !important;
}

.btn-bs-pagination {
  padding: 5px 15px;
}

/* Footer */
.site-footer {

  .copy-footer {
	padding: 10px 0 30px;

	.footer-menu-wrapper {
	  .footer-menu-container:before {
		border-bottom: solid 1px #ebebeb;
	  }
	}
  }

  .footer-menu-container {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0 10px;
	margin-bottom: 10px;
  }

}

.footer-instagram-3 {
  margin-bottom: 0;

  .simply-scroll-list li {
	margin: 0;
  }
}

/* RTL */
.rtl {
  .listing-inner {
	.post-summary {
	  text-align: right;
	}
  }
}