/*!
Theme Name: MuniBonds BLog
Theme URI: https://blog.munibonds.ai/
Author: Kings Crest Global
Author URI: https://kingscrestglobal.com/
Description: MuniBonds is a custom wordpress theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bv_blog_munibonds
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bv_blog_munibonds is based on Underscores https://blog.munibonds.ai/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post,
.page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}


/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}



/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}





/* ------------------------------------------
  // Custom Responsive Here
------------------------------------------ */
@media only screen and (min-width: 1200px) {
	.bv_post,
	.bv_new_post_wrapper .bv_post {
		display: block;
		min-height: 400px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bondview_video_box .video_textbox {
		transform: translateY(-3%);
	}
	.bv_post,
	.bv_new_post_wrapper .bv_post {
		min-height: 550px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bv_post,
	.bv_new_post_wrapper .bv_post {
		display: block;
		min-height: 460px;
	}
}
@media only screen and (max-width: 767px) {
	.bv_post, .bv_new_post_wrapper .bv_post {
		min-height: initial;
	}
}
/* For Sidebar Ajax Search */
.loading-search-result {
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background: rgba(255, 255, 255, 0.99);
	border-radius: 0;
	margin-top: 5px;
	padding: 5px;
}
.s-item-list .s-item {
	color: #434b6c;
	transition: color 0.3s ease;
	font-weight: 500;
	line-height: 30px;
}
.s-item-list .s-item:hover {
	color: #3758F9;
	text-decoration: underline;
}

.s-item-list .s-item.search_query {
	font-weight: bold;
	color: #333;
}
.search___button {
	background: #3758F9 !important;
	text-transform: uppercase;
	color: #ffffff;
	border: 2px solid #3758F9 !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	border-radius: 0;
	margin-left: 0 !important;
	padding: 4px 10px !important;
}
.search-wrap .wp-block-search__inside-wrapper {
	position: relative;
}
.search-wrap .search_icon {
	border: 0px;
	border-radius: 0px;
	background: transparent;
	font-size: 15px;
	color: #7a7a7a;
	position: absolute;
	top: 6px;
	left: 6px;
	height: 100%;
	z-index: 4;
}
.bondview-search {
	padding: 3px 0 3px 24px !important;
	border-radius: 0 !important;
}

button:active,
button:focus,
a:active,
a:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: 0;
}
input[type="search"]:focus {
	outline: 0;
}

@media (max-width: 575.98px) {
	.bondview_bordered_title .elementor-heading-title:before,
	.bondview_bordered_title .elementor-heading-title:after {
		width: 13% !important;
	}
}

@media (max-width: 767px) {
	.bondview_video_box .video_textbox {
		transform: translateY(0%);
		padding: 20px;
		margin-top: -8px;
		z-index: 14;
		margin-left: 15px;
		margin-right: 15px;
	}
	.bondview_bordered_title .elementor-heading-title:before,
	.bondview_bordered_title .elementor-heading-title:after {
		width: 22%;
	}

	.bondview_image_box .elementor-image-box-content {
		padding: 20px;
		margin-top: -21px;
		z-index: 4;
		width: 92% !important;
	}
}


/*---------------------------------------
SEARCH TEMPLATE STYLES BY MUKUL
-----------------------------------------*/
.search-results .bv_new_sidebar #block-7 {
	display: none;
}
