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


/*
    Add your custom styles here
*/
.ui-e--highlighted-text {
    line-height: 60px;
}
.uicore-shrink:not(.uicore-scrolled) {
    --uicore-header--logo-padding: 15px !important;
    --uicore-header--menu-typo-h: 50px !important;

}
#blog-main-section .ui-e-post-item
{
	position: relative;
	border: 1px solid #ebebeb;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px, rgba(17, 12, 46, 0.08) 0px 48px 60px 0px;
    background: white;
    transition: box-shadow cubic-bezier(.4,0,.2,1) .4s, transform cubic-bezier(.4,0,.2,1) .4s;
	    border-radius: 8px;
    overflow: hidden;
}
#blog-main-section .ui-e-post-content
{
	padding: 18px;
}
.mySwiperBottom .block-shadow p
{
	line-height: 30px !important;
}
.mySwiperBottom .block-shadow
{
	    box-shadow: none !important;
    border: 1px solid #dbdbdb !important;
    border-radius: 5px !important;
}
.mySwiper .swiper-bottom-buttons-block .swiper-pagination-bullet-active
{
	background: #2A29D8 !important;
}
#gallery-section .gallery-item img
{
	width: 100%;
}
.slide-info .slide-title
{
	text-transform: uppercase;
}
.elementor-89 .elementor-element.elementor-element-68c3dd4 .swiper-slide .slider-container-block-background, .elementor-820 .elementor-element.elementor-element-049430c .slider-container-block-background
{
	background-color: #f7f7f7 !important;
    border: 3px solid #233972 !important;
}
/* ....................................... */
@media (max-width: 660px){
	.ui-e--highlighted-text {
    line-height: 48px !important;
}
}