/*
Theme Name:     Breeze Theme
Theme URI:      https://demo.skyandstars.co/breeze/
Template:       kadence
Author:         SkyandStars
Author URI:     https://www.skyandstars.co/
Description:    Breeze is a kadence
Version:        2.2
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Entry
--------------------------------------------- */

.kb-posts.overlay .entry {
	position: relative;
}
.kb-posts.overlay .entry-content-wrap {
	background-color: var(--global-palette8);
	opacity: .9;
	position: absolute;
	width: 100%;
	padding: 30px;
	z-index: 100;
	bottom: 0;
}
.kb-posts.overlay .loop-entry .post-thumbnail {
	margin-bottom: 0;
}
.category-links {
	font-family: var(--global-primary-nav-font-family);
}

.no-background-post article {
	background-color: transparent!important;
	align-items: center;
}


/* Subscribe Form
--------------------------------------------- */

#mc_embed_signup {width: 100%; margin: 0 auto; }
#mc_embed_signup input {width: 100%;}
#mc_embed_signup input[type="email"] {display: block; margin-bottom: 10px;}
#mc_embed_signup input[type="submit"] {display: block;}


/* Custom
--------------------------------------------- */

.horizontal-line:before {
	position: relative;
    margin: -15% auto 1%;
    display: block;
    content: "";
    z-index: 1;
    background: #000000;
    height: 60px;
    width: 1px;
}



/* Mobile
--------------------------------------------- */

@media screen and (max-width: 782px) {
	.kb-posts.overlay .entry-content-wrap {
		padding: 15px;
	}
}
