/* single style */
.single.single-post .secondary-navigation {
	padding: 2.5rem 0
}

@media (max-width: 780px) {
    .single.single-post .single-section-style {
        padding: 30px !important;
    }
}

.single.single-post .secondary-navigation .inside-navigation {
	color: #fff;
	flex-direction: column;
}

.single.single-post .container.grid-container {
	max-width: 100%;
}

.single.single-post .inside-article {
/* 	padding: 86px 0 0; */
	padding: 245px 0 0;
	margin-bottom: 0;
}

@media (max-width: 768px) {
    .single.single-post .inside-article {
        padding: 206px 0 0;
    }
}

.single.single-post main.site-main {
	margin: 0;
}

.single-section {
    position: relative;
    height: 550px;
}
.single-section img {
    height: 100%;
    object-fit: cover;
}

.single-section .single_content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /* width: 40%; */
    width: 33rem;
    background-color: rgb(65 71 88 / 88%);
}

@media (max-width: 530px) {
    .single-section .single_content {
        width: 100%;
    }
}

.content_wrapper {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 4rem;
    color: #fff;
}

@media (max-width: 530px) {
    .content_wrapper {
        padding: 30px;
    }
}

.content_wrapper h1 {
    font-size: 22px;
    margin-bottom: 10px;
}

.list {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1.5rem;
    border-bottom: 1px solid #fff;
    padding: 0.5rem 0;

}

.list .left {
    text-align: right;
    width: 50%;
}

.list .right {
    text-align: left;
    width: 50%;
    font-weight: bold;
}
/* single style */

.gradient siteorigin-panels-stretch panel-row-style panel-row-style-for-179-0 {
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0) 100%) !important;
}

@media (max-width: 768px) {
.ref-heading {
display: none;
}
}