.p_single .img_top_cover {
    height: 300px;
}

@media screen and (min-width: 768px) {
    .p_single .img_top_cover {
        height: 531.82px;
    }
}

.p_single p {
    line-height: 2;
    font-weight: 500;
}

.p_single .single_wrap {
    padding-top: 80px;
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .p_single .single_wrap {
        padding-top: 120px;
        padding-bottom: 55px;
    }
}

.p_single .single_wrap>.inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .p_single .single_wrap>.inner {
        padding-top: 100px;
        padding-bottom: 83px;
    }
}

@media screen and (min-width: 768px) {
    .p_single .single_wrap .post_item_title {
        font-size: 1.5625rem;
        margin-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .p_single .single_wrap .post_item_tags {
        font-size: 1rem;
        margin-top: 32px;
    }
}

@media screen and (min-width: 768px) {
    .p_single .single_wrap .post_item_date {
        font-size: 1rem;
        margin-top: 12px;
    }
}

.p_single .single_content {
    margin-top: 26px;
}

@media screen and (min-width: 768px) {
    .p_single .single_content {
        width: 960px;
        max-width: calc(100% - 40px);
        margin-top: 56px;
        margin-left: auto;
        margin-right: auto;
    }
}

.p_single .single_legend {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .p_single .single_legend {
        margin-top: 64px;
    }
}

.p_single .single_legend .legend_box {
    position: relative;
    padding: 30px 20px 20px;
    border: 2px solid var(--secondary_color);
    border-top: 0;
}

@media screen and (min-width: 768px) {
    .p_single .single_legend .legend_box {
        border-width: 5px;
        padding: 53px 55px 49px;
    }
}

.p_single .single_legend .legend_title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--secondary_color);
    position: absolute;
    top: -14px;
    left: 38px;
}

.p_single .single_legend .legend_title::before,
.p_single .single_legend .legend_title::after {
    content: '';
    width: 100vw;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: var(--secondary_color);
}

.p_single .single_legend .legend_title::after {
    left: 108%;
}

.p_single .single_legend .legend_title::before {
    right: 108%;
}

@media screen and (min-width: 768px) {
    .p_single .single_legend .legend_title {
        font-size: 1.5625rem;
        top: -19px;
    }

    .p_single .single_legend .legend_title::before,
    .p_single .single_legend .legend_title::after {
        height: 5px;
    }
}

@media screen and (min-width: 768px) {
    .p_single .single_box_flex {
        display: flex;
        gap: 40px;
    }
}

@media screen and (min-width: 768px) {

    .p_single .single_box_desc,
    .p_single .single_box_figure {
        width: 460px;
        max-width: calc(50% - 20px);
    }
}

@media screen and (min-width: 768px) {
    .p_single .single_box_desc {
        margin-top: -3px;
    }
}

.p_single .single_box_figure {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .p_single .single_box_figure {
        margin-top: 0;
    }
}

.p_single h3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6;
    font-size: 1rem;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--primary_color);
}

.p_single h3+h2,
.p_single h3+h3,
.p_single h3+h4,
.p_single h3+h5 {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p_single h3 {
        font-size: 1.25rem;
        margin-top: 60px;
        margin-bottom: 25px;
        padding: 15px 30px 13px;
    }

    .p_single h3+h2,
    .p_single h3+h3,
    .p_single h3+h4,
    .p_single h3+h5 {
        margin-top: 0px;
    }
}

.p_single h4 {
    color: #4d3329;
    line-height: 2;
    border-bottom: 2px solid var(--primary_color);
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
}

.p_single h4+h2,
.p_single h4+h3,
.p_single h4+h4,
.p_single h4+h5 {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p_single h4 {
        font-size: 1.25rem;
        margin-top: 30px;
        margin-bottom: 35px;
        padding: 14px 0 15px;
    }

    .p_single h4+h2,
    .p_single h4+h3,
    .p_single h4+h4,
    .p_single h4+h5 {
        margin-top: 0px;
    }
}

.p_single h5 {
    color: #4d3329;
    line-height: 2;
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
}

.p_single h5::before {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 20px;
    background-color: var(--primary_color);
}

.p_single h5+h2,
.p_single h5+h3,
.p_single h5+h4,
.p_single h5+h5 {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p_single h5 {
        font-size: 1.25rem;
        margin-top: 30px;
    }

    .p_single h5::before {
        top: 20px;
    }

    .p_single h5+h2,
    .p_single h5+h3,
    .p_single h5+h4,
    .p_single h5+h5 {
        margin-top: 0px;
    }
}

.p_single .wp-block-image .alignleft,
.p_single .wp-block-image .alignright {
    width: 100%;
}

@media screen and (min-width: 768px) {

    .p_single .wp-block-image .alignleft,
    .p_single .wp-block-image .alignright {
        width: calc(50% - 20px);
    }
}

.p_single .wp-block-image .alignleft img,
.p_single .wp-block-image .alignright img {
    width: 100% !important;
}

@media screen and (min-width: 768px) {
    .p_single .wp-block-image .alignright {
        margin-left: 40px;
    }
}

@media screen and (min-width: 768px) {
    .p_single .wp-block-image .alignleft {
        margin-right: 40px;
    }
}

.p_single .single_back {
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    position: relative;
}

.p_single .single_back::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--secondary_color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 350ms ease-out;
}

@media screen and (min-width: 768px) {
    .p_single .single_back {
        font-size: 1.25rem;
        margin-top: 71px;
        padding-bottom: 22px;
    }

    .p_single .single_back:hover::after {
        scale: 0 1;
    }
}

.p_single .single_back .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
}

.p_single .wp-block-image.size-full {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {

    .p_single .wp-block-media-text,
    .p_single .wp-block-media-text.has-media-on-the-right {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

.p_single .wp-block-media-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p_single .wp-block-media-text .wp-block-media-text__content,
.p_single .wp-block-media-text .wp-block-media-text__media {
    width: 100%;
}

.p_single .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    padding-top: 15px;
}

@media screen and (min-width: 768px) {
    .p_single .wp-block-media-text .wp-block-media-text__content {
        padding-top: 0;
    }
}

.p_single .wp-block-media-text .wp-block-media-text__media {
    padding-top: 5px;
}

.p_single .addtoany_list {
    line-height: 1 !important;
}

.p_single .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 99px;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .p_single .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
        width: 30px;
        height: 30px;
    }
}

/* .p_single .a2a_svg svg {
  display: none;
  opacity: 0;
} */
.p_single .a2a_svg svg {
    background: #222;
}

.addtoany_list.a2a_kit_size_32 a {
    width: 36px;
}

@media screen and (min-width: 768px) {
    .addtoany_list.a2a_kit_size_32 a {
        width: 48px;
    }
}

.p_single .a2a_label.a2a_localize {
    display: none;
}

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

    .p_single .addtoany_list a:hover img,
    .p_single .addtoany_list a:hover span {
        opacity: 0.7;
    }
}

/* @media only screen and (max-width: 767.98px) {
  .p_single .addtoany_list a:hover {
    background-color: #222;
  }
} */

.share_ulike {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    width: 260px;
    min-width: 240px;
}

.content_head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}

.share_end {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
}

.content_end .share_ulike {
    width: 100%;
}

.post_item_thumb {
    margin-bottom: 80px;
}

@media only screen and (max-width: 767.98px) {
    .post_item_thumb {
        margin-bottom: 40px;
    }

    .content_head {
        display: block;
    }

    .share_ulike {
        width: 100%;
        padding: 10px 0;
    }

    .share_end {
        padding-top: 20px;
    }
}

.single_contact {
    background-color: var(--primary_color);
    margin-top: 25px;
}

.single_contact_wrap {
    display: flex;
    padding-block: 40px;
    padding-inline: 15px;
    justify-content: center;
    column-gap: 20px;
}

.single_contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 260px;
    min-height: 60px;
    background-color: #fff;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 900;
}

@media only screen and (min-width: 768px) {
    .single_contact {
        margin-top: 36px;
    }

    .single_contact_wrap {
        column-gap: 40px;
        padding-block: 60px;
    }

    .single_contact_btn {
        font-size: 1.25rem;
        min-height: 80px;
    }
}

/*# sourceMappingURL=single.css.map */