/*
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
*/
/* 24-5-23 */

.uicore-nav-menu ul.uicore-menu li a {
    padding: 0 5px !important;
}
.uicore-nav-menu ul.uicore-menu li a {
    padding: 0 10px !important;
    letter-spacing: 0 !important;
}
/* 24-5-23 */
/* 25-5-23 */
.img_section .icon_img_count svg {
    fill: #fff;
    width: 45px;
    padding: 8px;
    height: 45px;
    border-radius: 50%;
    font-size: 0;
    color: #ffff;
    background-color: #FFC23A;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
}
.tabs_block .elementor-tab-title {
    background-color: #DCDCE7;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin: 0px 7px 0px 7px;
}
.tabs_block .elementor-tab-title.elementor-active {
    background: #ffc23a;
}
.reward_block h2:before {
    position: absolute;
    content: '';
    width: 96px;
    height: 4px;
    background: #FFC23A;
    bottom: -23px;
    left: 5%;
}
/* 25-5-23 */

/*15-06-2023*/
section#single-custom-post {
    text-align: center;
}
.inside .wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    padding: 5px 0px;
}

.single-img-logosp {
    padding: 0 !important;
    width: 100%;
    max-width: 12%!important;
    object-fit: cover;
    height: 100px !important;
}

.content-separator {
    color: #999;
    margin-top: 30px;
    margin-bottom: 30px;
}

.wrap-single-custom-post hr:last-child {
display: none;
}
/*15-06-2023*/