/*

ThemeName |-> Romantic Blog

*/
@import "../_demo-helper/general";

/* Site Header */
$header: 'style-4';
$header_height: 50px;
$menu_current_bg: transparent;
$menu_current_bg_style: '.header-style-4';

/* Term Badge */
$term_badges: top-center;

/* 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;
}

/**
 * => General style
 **/
.site-header.header-style-4 {
  .off-canvas-menu-icon .off-canvas-menu-icon-el {
	width: 100%;
  }

  .main-menu-wrapper.menu-actions-btn-width-2 {
	.main-menu-inner {
	  box-shadow: 0 2px 3px rgba(204, 204, 204, 0.53);

	  .main-menu-container {
		padding: 0;

		.main-menu {
		  text-align: inherit;

		  & > li {
			margin-right: 30px;

			& > a {
			  padding: 0;
			}
		  }
		}
	  }
	}
  }
}

/* Section Heading */
.section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child {
  border-width: 1px;
  width: 100%;
}

/* 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 {
  .post-meta {
	text-align: center;
	position: relative;
	padding-bottom: 20px;

	.comments {
	  float: none;
	}

	&:after {
	  content: '';
	  position: absolute;
	  width: 48px;
	  height: 1px;
	  background-color: #000000;
	  bottom: 6px;
	  left: 50%;
	  margin-left: -24px;
	}
  }

  .listing-inner a.read-more {
	padding: 11px 62px;
	display: inline-block;
	margin-top: 25px;
  }

  .listing-inner {
	text-align: center;
	.post-summary {
	  text-align: left;
	}

	&:hover a.read-more {
	  border: solid 1px rgba(0, 0, 0, 0.3);
	  background-color: transparent !important;
	}
  }
}

/* About us */
.bs-about {
  .about-link {
	a {
	  font-size: 11px;
	  border-bottom: dashed 1px #d3d3d3;
	  padding-bottom: 3px;
	  font-weight: bold;
	  letter-spacing: 1.2px;
	}
  }

  .about-icons-list {
	.about-icon-item {
	  a {
		border-radius: 100%;
		width: 33px;
		height: 33px;
		box-shadow: none;

		&:hover {
		  background: transparent !important;
		  color: #000000;
		}

		i {
		  line-height: 35px !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;
	}
  }
}