/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2026 | 08:53:22 */
.baric-recent-news-section article.hfe-post-card {
    display: flex;
    align-items: start;
}

.baric-recent-news-section .hfe-post-image {
    width: 23%;
}

.baric-recent-news-section .hfe-post-content {
    width: 66%;
}

.hfe-post-content {
    padding: 0px 0px 0px 20px !important;
}

@media (max-width: 555px) {
	.baric-recent-news-section article.hfe-post-card {
		display: flex;
		flex-direction: column;
	}
	
	.baric-recent-news-section .hfe-post-image {
		width: 100%;
	}
	
	.baric-recent-news-section .hfe-post-content {
		width: 100%;
	}
	
	.hfe-post-content {
        padding: 20px 0px !important;
    }
	
}




/* Wrapper */
.baric-newslletter-section .tnp-subscription {
    display: flex;
    justify-content: center;
    align-items: center;
}

.baric-newslletter-section form.tnp-subscription {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* Email Input */
.baric-newslletter-section .tnp-subscription input[type="email"] {
    padding: 15px 15px;
    width: 320px;
    background: #2a2a2a;
    border: 1px solid #444;
    color: #fff;
    font-size: 14px;
    outline: none;
}

/* Placeholder */
.baric-newslletter-section .tnp-subscription input::placeholder {
    font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.3125px;
	color: #6A7282;
}

/* Button */
.baric-newslletter-section .tnp-subscription input[type="submit"] {
    padding: 15px 25px;
    background: var(--e-global-color-4436cdd);
    color: #000;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
	border-radius:0px;
    transition: 0.3s;
}

/* Hover */
.baric-newslletter-section .tnp-subscription input[type="submit"]:hover {
    background:  var(--e-global-color-4436cdd);
}

/* Remove gap between input & button */
.baric-newslletter-section .tnp-subscription input[type="email"] {
    border-right: none;
}

.baric-newslletter-section .tnp-subscription input[type="submit"] {
    border-left: none;
}

/* Responsive */
@media (max-width: 480px) {
    .baric-newslletter-section .tnp-subscription {
        flex-direction: column;
    }

    .baric-newslletter-section .tnp-subscription input[type="email"],
    .baric-newslletter-section .tnp-subscription input[type="submit"] {
        width: 100%;
    }
}




/* Header style */
.baric-hader-section {
    position: sticky;
    top: 20px;
    z-index: 999;
}

.elementor-section,
.elementor-column,
.elementor-container {
    overflow: visible !important;
}
.baric-hader-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}




.barick-content-margin-style{
	margin-top:40px;
	margin-bottom:40px;
}

.barick-text-decoration-none a{
	text-decoration:none;
}

.barick-text-decoration-none a{
	color:#7a7a7a;
}

.barick-text-decoration-none a:hover{
	color:#57a68f;
}
.single-event .entry-title,
.single-post .entry-title,
.page-template-default .entry-title {
    display: none;
}

.page-template-default .entry-title,
.single-post .page-content,
.single-event .page-content{
	margin-top:40px;
	margin-bottom:40px;
}



