/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

 /* Add your custom style here */


/* Single Post */
.hero-section {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	background: rgba(0, 0, 0, 0.5);
}

.hero-section .hero-content {
    z-index: 1;
	  width: 100%;  
	  max-width: 1250px;
    text-align: left;
	  padding: 0px 8px;
}

.hero-section .category {
    color: #FFFFFF;
	  font-size: 18px;
	  line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.hero-section .blog-title {
	  color: #FFFFFF;
    font-size: 64px;
    font-weight: 500;
	  line-height: 72px;
    margin: 10px 0px;
		max-width: 750px;
}

.hero-section .author {
    font-size: 16px;
    font-style: italic;
color: #FFFFFF;
}


@media screen and (max-width: 767px) {

}
.hero-section .blog-title{
font-size: 28px;
line-height: 36px;
}

