/*
CTC Separate Stylesheet
Updated: 2020-07-16 10:59:13
*/

body,
body.ast-separate-container {
    background-color: #fff;
}
body .ast-container {
    max-width: 1488px !important;
    padding: 0 24px !important;
    margin: 0 auto;
}

/* Header Start */
header.site-header .site-branding {
    padding: 31px 0 !important;
    border: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.site-header .site-branding .branding-top .back-to-site {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(15, 95, 89, 1);
}
header.site-header .site-branding .branding-top .back-to-site::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("../images/green-left-arrow.svg") no-repeat center center;
    width: 14px;
    height: 9px;
    background-size: 14px;
}
header.site-header .site-branding .ast-site-identity {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
header.site-header .site-branding .ast-site-identity .custom-logo-link {
    pointer-events: auto;
}
header.site-header .site-branding .branding-right {
    margin-left: auto;
}
header.site-header .site-branding .branding-right .branding-links {
    display: flex;
    gap: 56px;
}
header.site-header .site-branding .branding-right .branding-links a {
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1.6px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(15, 95, 89, 1);
}
header.site-header .site-branding .branding-right .branding-links a.showroom-link .icon-location {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/gps-pin.svg") no-repeat center center;
    width: 14px;
    height: 16px;
    background-size: 14px;
}
header.site-header .site-branding .branding-right .branding-links a.book-link .icon-calendar {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/calander.svg") no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
header.site-header .ast-main-header-bar-alignment {
    position: relative;
    padding: 14px 0;
}
header.site-header .ast-main-header-bar-alignment::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    height: 1px;
    background-color: rgba(0,0,0,0.10);
}
header.site-header .ast-main-header-bar-alignment .main-header-bar-navigation {
    line-height: normal;
}
header.site-header .main-navigation,
header.site-header .main-header-menu {
    width: 100%;
}
header.site-header .main-header-menu {
    justify-content: space-between;
}
header.site-header .main-header-menu > li > a {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.6px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
}
header.site-header .main-header-menu > li a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
} 
header.site-header .main-header-menu > li.all-news-menu a::before {
    width: 16px;
    height: 16px;
    background: url('../images/book.svg') no-repeat center center;
    background-size: 16px;
}
header.site-header .main-header-menu > li.diamonds-menu a::before {
    width: 20px;
    height: 16px;
    background: url('../images/diamond.svg') no-repeat center center;
    background-size: 20px;
}
header.site-header .main-header-menu > li.love-weddings-menu a::before {
    width: 19px;
    height: 16px;
    background: url('../images/heart.svg') no-repeat center center;
    background-size: 19px;
}
header.site-header .main-header-menu > li.gift-guides-menu a::before {
    width: 16px;
    height: 16px;
    background: url('../images/gift.svg') no-repeat center center;
    background-size: 16px;
}
header.site-header .main-header-menu > li.search-custom-menu-item .astra-search-icon::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('../images/magnifier.svg') no-repeat center center;
    background-size: 16px;
}
header.site-header .main-header-menu > li.search-custom-menu-item .astra-search-icon .screen-reader-text {
    position: unset;
    width: auto;
    height: auto;
    clip-path: none;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(15, 95, 89, 1);
}
header.site-header .main-header-menu > li.search-custom-menu-item {
    padding: 0;
    min-width: 80px;
}
header.site-header .main-header-menu > li.search-custom-menu-item .ast-search-menu-icon.slide-search .search-form {
    right: 0;
}
header.site-header .main-header-menu > li.search-custom-menu-item .ast-dropdown-active .astra-search-icon {
    justify-content: flex-end;    
}
header.site-header .main-header-menu > li.search-custom-menu-item .ast-dropdown-active .screen-reader-text {
    display: none;
}
header.site-header .main-header-menu > li.search-custom-menu-item .ast-search-menu-icon.slide-search .search-form {
    height: 36px;
}
header.site-header .main-header-menu > li.search-custom-menu-item .ast-search-menu-icon.ast-dropdown-active .search-field {
    padding: 10px 30px 10px 10px;
    height: 100%;
    outline: none !important;
    box-shadow: none;
    border: 1px solid rgba(15, 95, 89, 1);
}
/* Header End */


/* Blog Page Start */
.content-area {
    margin: 0;
}
.blog .site,
.category .site,
.blog .site-content,
.category .site-content {
    overflow: hidden;
}
.blog .site-content::before,
.category .site-content::before {
    content: '';
    position: absolute;
    left: -637px;
    top: -92px;
    width: 925px;
    height: 925px;
    z-index: 1;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
}
.blog .site-content::after,
.category .site-content::after {
    content: '';
    position: absolute;
    right: -976px;
    top: -710px;
    width: 1265px;
    height: 1265px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
}
body.ast-separate-container #primary,
body.ast-separate-container #secondary {
    padding: 0 !important;
}
.blog .site-content .ast-archive-description,
.category .site-content .ast-archive-description {
    padding: 0;
    max-width: 100vw;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-height: 288px;
    min-height: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}
.blog .site-content .ast-archive-description::before,
.category .site-content .ast-archive-description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.blog .site-content .content-area,
.category .site-content .content-area {
    margin: 0 !important;
}
.blog .site-content .ast-archive-description .custom-cat-inner,
.category .site-content .ast-archive-description .custom-cat-inner  {
    position: relative;
    z-index: 1;
    padding: 0 24px;
}
.blog .site-content .ast-archive-description .page-title,
.category .site-content .ast-archive-description .page-title {
    padding: 0 !important;
    border: 0;
    margin: 0;
    font-family: 'Luxury Platinum';
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 1.6px;
    color: #fff;
    text-transform: uppercase;
}
.ast-archive-description .custom-breadcrumb {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: normal;
}
.ast-archive-description .custom-breadcrumb li {
    list-style: none;
    display: inline-block;
    line-height: normal;
}
.ast-archive-description .custom-breadcrumb li a,
.ast-archive-description .custom-breadcrumb li span {
    font-size: 14px;
    line-height: 60%;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
}
.ast-archive-description .custom-breadcrumb li a:hover {
    color: rgba(15, 95, 89, 1);
}
.ast-archive-description .custom-breadcrumb li::after {
    content: '';
    margin: 0 11px;
    width: 8px;
    height: 10px;
    display: inline-block;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'><path d='M1.25 8L4.75 4.5L1.25 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.ast-archive-description .custom-breadcrumb li:last-child::after {
    display: none;
}
/* .blog .site-content .ast-archive-description .sgdb-category-image-wrap,
.category .site-content .ast-archive-description .sgdb-category-image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
} */
/* .blog .site-content .ast-archive-description .sgdb-category-image-wrap img,
.category .site-content .ast-archive-description .sgdb-category-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.blog-top-section {
    padding: 60px 0 0;
    text-align: center;
}
.blog-top-section .blog-top-title {
    font-family: 'Luxury Platinum';
    font-size: 40px;
    line-height: normal;
    font-weight: 400;
    color: rgba(50, 50, 50, 1);
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.blog-top-section .blog-top-description {
    max-width: 52%;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 160%;
    font-weight: 300;
    color: rgba(50, 50, 50, 1);
}
.featured-post-section {
    padding: 80px 0 0px;
}
.featured-post-section .featured-post-card {
    position: relative;
    background: #f5f5f5;
    border-radius: 24px
}
.featured-post-section .featured-post-card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 19.38%, rgba(0, 0, 0, 0) 69.04%);
}
.featured-post-section .featured-post-card .post-card a {
    display: block;
}
.featured-post-section .featured-post-card .post-card a img {
    width: 100%;
    min-height: 817px;
    max-height: 817px;
    object-fit: contain;
    border-radius: 24px !important;
}
.featured-post-section .featured-post-card .post-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    max-width: 700px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.featured-post-section .featured-post-card .post-caption .post-category {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 0 0 20px;
}
.featured-post-section .featured-post-card .post-caption h3 a {
    font-family: 'Luxury Platinum';
    font-weight: 400;
    font-size: 40px;
    line-height: 22px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
}
.featured-post-section .featured-post-card .post-caption p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 16px 0 0;
}
.featured-post-section .featured-post-card .post-caption .fp-rm-btn {
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 18px;
    min-width: 147px;
    display: inline-block;
    margin-top: 32px;
}
.featured-post-section .featured-post-card .post-caption .fp-rm-btn:hover {
    background-color: rgba(2, 118, 107, 1);
    border-color: rgba(2, 118, 107, 1);
}
.site-main > .ast-row {
    padding: 92px 0 0;
}
.site-main .ast-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    gap: 24px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.site-main .ast-row::before {
    display: none;
}
.site-main .ast-row > article {
    padding: 0;
    border-radius: 24px !important;
    float: none;
}
.ast-row > article {
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.04);
}
.ast-row > article .ast-article-inner,
.ast-row > article .ast-article-inner .post-content {
    height: 100%;
}
.ast-row > article .post-content {
    display: flex;
    flex-direction: column
}
.ast-row > article .post-content .ast-blog-featured-section {
    margin: 0;
    height: auto;
    max-height: 270px;
    min-height: 270px;
}
.ast-row > article .post-content .post-thumb > a {
    display: block;
    text-align: center;
}
.ast-row > article .post-content .post-thumb > a img {
    border-radius: 24px 24px 0 0 !important;
    margin: auto;
    object-fit: contain;
    width: 100%;
    min-height: 270px;
    max-height: 270px;
}
.ast-row > article .post-content .entry-header,
.ast-row > article .post-content .ast-excerpt-container {
    display: none;
}
.ast-row > article .post-content .entry-title {
    padding: 40px 40px 0;
    margin: 0;
}
.ast-row > article .post-content .entry-title a {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: normal;
    color: rgba(68, 68, 68, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ast-row > article .post-content .read-more {
    margin: auto 0 0;
    line-height: normal;
    padding: 20px 40px 40px;
}
.ast-row > article .post-content .read-more a {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(15, 95, 89, 1);
    outline: none;
    position: relative;
}
.ast-row > article .post-content .read-more a::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 10px;
    height: 100%;
    background: #fff;
}
.ast-row > article .post-content .read-more a:hover {
    color: rgba(15, 95, 89, 1);
}
.ast-row > article .post-content .read-more a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    margin-top: -3px;
    background: url("../images/green-right-arrow.svg") no-repeat center center;
    background-size: 12px;
    width: 12px;
    height: 7px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.ast-row > article .post-content .read-more a:hover::after {
    margin-left: 1px;
}
/* Blog Page End */


/* Blog Detail Start */
.single .site-main > article {
    padding: 160px  245px;
    box-shadow: 4px 4px 72px 0px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
}
.single .site-main > article .entry-header {
    margin: 0;
}
.single .site-main > article .entry-header .entry-title {
    font-family: 'Luxury Platinum';
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.6px;
    color: rgba(50, 50, 50, 1);
    text-transform: uppercase;
}
.single .site-main > article .entry-meta {
    display: none;
}
.single .site-main > article .entry-content h2 {
    margin: 60px 0 16px;
    font-family: 'Luxury Platinum';
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.single .site-main > article .entry-content h3 {
    margin: 60px 0 16px;
    font-family: 'Luxury Platinum';
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.single .site-main > article .entry-content h4 {
    margin: 60px 0 16px;
    font-family: 'Luxury Platinum';
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.single .site-main > article .entry-content h5 {
    margin: 60px 0 16px;
    font-family: 'Luxury Platinum';
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.single .site-main > article .entry-content h6 {
    margin: 60px 0 16px;
    font-family: 'Luxury Platinum';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.single .site-main > article .entry-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: rgba(68, 68, 68, 1);
    letter-spacing: normal;
    margin: 20px 0;
}
.single .site-main > article .entry-content p a:hover {
    color: rgba(2, 118, 107, 1);
    text-decoration: none;
}
.single .site-main > article .entry-content p:has(img) {
    margin: 0;
    max-width: 100%;
}
.single .site-main > article .entry-content p a img {
    width: 100%;
    display: block;
    margin: 50px 0;
}
.single .site-main > article .entry-content p a img + br {
    display: none;
}
.single .site-main > article .entry-content ol,
.single .site-main > article .entry-content ul{
    margin: 0 0 0 18px;
    padding: 0;
}
.single .site-main > article .entry-content ol li,
.single .site-main > article .entry-content ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: rgba(68, 68, 68, 1);
}
.single .site-main > article .entry-content blockquote {
    border-left-color: rgba(2, 118, 107, 1);
    margin: 40px 0;
}
.single .site-main > article .entry-content figure {
    max-width: 100%;
    margin: 75px 0;
    background-color: #f5f5f5;
}
.single .site-main > article .entry-content figure img {
    width: 100% !important;
    object-fit: contain;
}
.site-main .post-navigation {
    display: none;
}
.site-main .ast-single-related-posts-container {
    padding: 0;
    margin: 0;
}
.site-main .ast-single-related-posts-container {
    margin: 109px 0 43px;
}
.site-main .ast-related-posts-title-section {
    margin: 0 0 40px;
}
.site-main .ast-related-posts-title-section .ast-related-posts-title {
    font-family: 'Luxury Platinum';
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 1.6px;
    color: rgba(68, 68, 68, 1);
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.site-main .ast-related-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    gap: 24px;
    width: 100%;
}
.ast-related-posts-wrapper > article {
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
}
.ast-related-posts-wrapper > article .post-thumb img {
    max-height: 270px;
    min-height: 270px;
    object-fit: contain;
    margin: auto;
    width: 100%;
    border-radius: 24px 24px 0 0 !important;
}
.ast-related-posts-wrapper > article .entry-content {
    padding: 40px 40px 0;    
}
.ast-related-posts-wrapper > article .entry-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ast-related-posts-wrapper > article .entry-title {
    margin: 0;
}   
.ast-related-posts-wrapper > article .ast-related-post-content .entry-header {
    margin: 0;
    padding: 40px 40px 0;
}
.ast-related-posts-wrapper > article .ast-related-post-content .entry-header .entry-title a {
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: normal;
    color: rgba(68, 68, 68, 1);
}
.ast-related-posts-wrapper > article .read-more {
    margin: 0;
    padding: 20px 40px 40px;
    line-height: normal;
}
.ast-related-posts-wrapper > article .read-more a {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(15, 95, 89, 1);
    outline: none;
}
.ast-related-posts-wrapper > article .read-more a {
    color: rgba(15, 95, 89, 1);
}
.ast-related-posts-wrapper > article .read-more a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    background: url("../images/green-right-arrow.svg") no-repeat center center;
    background-size: 12px;
    width: 12px;
    height: 7px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.ast-related-posts-wrapper > article .read-more a:hover::after {
    margin-left: 12px;
}
/* Blog Detail End */
/* Custom Pagination Start */
.blog-custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 48px 0;
}
.blog-custom-pagination .page-number .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-custom-pagination .page-number .page-numbers {
    width: 51px;
    height: 51px;
    border: 1px solid rgba(68, 68, 68, 1);
    border-radius: 50%;
    margin: 0 8px;
    color: rgba(68, 68, 68, 1);
    opacity: 20%;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    outline: none;
}
.blog-custom-pagination .page-number .page-numbers:hover {
    opacity: 100%;
}
.blog-custom-pagination .page-number .page-numbers.prev,
.blog-custom-pagination .page-number .page-numbers.next {
    border: 0;
    width: auto;
    height: auto;
    margin: 0 40px;
    color: rgba(15, 95, 89, 1);
    opacity: 1;
}
.blog-custom-pagination .page-number .page-numbers.current {
    opacity: 1;
    border-color: rgba(15, 95, 89, 1);
    color: rgba(15, 95, 89, 1);
}
/* Custom Pagination End */
/* Footer Start */
footer.site-footer {
    overflow-x: hidden;
}
.site-footer .footer-adv-overlay {
    background-color: transparent;
    padding: 0;
}
.site-footer .footer-adv-overlay .ast-container {
    max-width: 100% !important;
}
.site-footer .footer-adv-widget > .widget {
    max-width: 1488px;
    padding: 0 24px;
    margin: auto;
}
.site-footer .ast-row .footer-adv-widget {
    width: 100%;
}
.site-footer .ast-row .footer-adv-widget-1 {
    background: rgba(193, 187, 177, 0.10);
    padding: 40px 0;
}
.site-footer .ast-row .footer-adv-widget-2 figure {
    text-align: center;
}
.site-footer .ftr-step-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.site-footer .ftr-step-inner .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    position: relative;
}
.site-footer .ast-row {
    display: flex;
    flex-direction: column;
    margin: 0 -24px;
}
.site-footer .ftr-step-inner .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.site-footer .ftr-step-inner .item:last-child::after {
    display: none;
}
.site-footer .ftr-step-inner .item i {
    display: inline-flex;
}
.site-footer .ftr-step-inner .item span {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    text-align: center;
    color: rgba(15, 95, 89, 1);
}
.site-footer .ast-row .footer-adv-widget-2 {
    background-color: rgba(15, 95, 89, 1);
    padding: 40px 0;
}
.site-footer .footer-adv-widget-3 {
    padding: 36px 0;   
}
.site-footer .footer-adv-widget-3 .ftr-rights {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-footer .ftr-rights .rights-left p {
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    color: rgba(68, 68, 68, 1);
}
.site-footer .ftr-rights .rights-links li {
    display: inline-block;
}
.site-footer .ftr-rights .rights-links li::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background-color: rgba(68, 68, 68, 0.5);
    margin: 0 5px;
}
.site-footer .ftr-rights .rights-links li:last-child::after {
    display: none;
}
.site-footer .ftr-rights .rights-links li a,
.site-footer .ftr-rights .rights-links li span {
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    color: rgba(68, 68, 68, 1);
    outline: none;
}
.site-footer .ftr-rights .rights-links li a:hover {
    color: rgba(2, 118, 107, 1);
}
.site-footer .ast-row .footer-adv-widget-4 {
    background-color: rgba(193, 187, 177, 0.10);
    padding: 30px 0;
}
.site-footer .ast-row .footer-adv-widget-4 p {
    text-align: center;
    color: rgba(68, 68, 68, 1);
    font-size: 13px;
    line-height: normal;
    font-weight: 300;
}
.site-footer .ast-small-footer.footer-sml-layout-1 {
    display: none;
}
/* Footer End */
@media only screen and (max-width: 1365px) {
    /* Blog Page Start */
    .blog .site-content::before,
    .category .site-content::before {
        left: -538px;
        top: 155px;
        width: 825px;
        height: 825px;
    }
    .blog .site-content::after,
    .category .site-content::after {
        top: -138px;
        right: -948px;
        height: 1165px;
        width: 1165px;
    }
    .blog .site-content .ast-archive-description,
    .category .site-content .ast-archive-description {
        max-height: 250px;
        min-height: 250px;
    }
    .blog .site-content .ast-archive-description .page-title,
    .category .site-content .ast-archive-description .page-title {
        font-size: 48px;
        line-height: 56px;
    }
    .blog-top-section {
        padding: 50px 0 0;
    }
    .blog-top-section .blog-top-title {
        font-size: 38px;
    }
    .site-main > .ast-row {
        padding: 80px 0 0;
    }
    .featured-post-section {
        padding: 70px 0 10px;
    }
    .featured-post-section .featured-post-card .post-caption {
        bottom: 60px;
    }
    .featured-post-section .featured-post-card .post-caption h3 a {
        font-size: 38px;
        line-height: 20px;
    }
    /* Blog Page End */
    /* Blog Detail Start */
    .single .site-main > article {
        padding: 100px 150px;
    }
    /* Blog Detail End */ 
}
@media only screen and (max-width: 1199px) {
    /* Header Start */
    header.site-header .site-branding {
        padding: 21px 0 !important;
    }
    header.site-header .site-branding .branding-right .branding-links {
        gap: 26px;   
    }
    /* Header End */
    /* Blog Page Start */
    .blog .site-content::before,
    .category .site-content::before {
        left: -400px;
        top: 155px;
        height: 500px;
        width: 500px;
    }
    .blog .site-content::after,
    .category .site-content::after {
        top: 0;
        right: -400px;
        width: 600px;
        height: 600px;
    }
    .blog .site-content .ast-archive-description,
    .category .site-content .ast-archive-description {
        max-height: 220px;
        min-height: 220px;
    }
    .blog .site-content .ast-archive-description .page-title,
    .category .site-content .ast-archive-description .page-title {
        font-size: 42px;
        line-height: 50px;
    }
    .ast-archive-description .custom-breadcrumb {
        margin: 10px 0 0;
    }
    .site-main > .ast-row {
        padding: 70px 0 0;
    }
    .blog-top-section {
        padding: 40px 0 0;
    }
    .blog-top-section .blog-top-title {
        font-size: 34px;
    }
    .blog-top-section .blog-top-description {
            max-width: 80%;
    }
    .featured-post-section {
        padding: 60px 0 10px;
    }
    .featured-post-section .featured-post-card .post-card a img {
        min-height: 700px;
        max-height: 700px;
    }
    .featured-post-section .featured-post-card .post-caption {
        bottom: 45px;
        max-width: 80%;
    }
    .featured-post-section .featured-post-card .post-caption h3 {
        line-height: normal;
    }
    .featured-post-section .featured-post-card .post-caption h3 a {
        font-size: 36px;
        line-height: normal;
    }
    .featured-post-section .featured-post-card .post-caption p {
        font-size: 17px;
        line-height: 21px;
    }
    .featured-post-section .featured-post-card .post-caption .fp-rm-btn {
        padding: 15px;
        margin-top: 26px;
        min-width: 137px;
    }
    .ast-row > article .post-content .ast-blog-featured-section {
        min-height: 250px;
        max-height: 250px;
    }
    .ast-row > article .post-content .post-thumb > a img {
        min-height: 250px;
        max-height: 250px;
    }
    .ast-row > article .post-content .entry-title {
        padding: 20px 20px 0;
    }
    .ast-row > article .post-content .entry-title a {
        font-size: 16px;
        line-height: 24px;
    }
    .ast-row > article .post-content .read-more a {
        font-size: 13px;
    }
    .ast-row > article .post-content .read-more {
        padding: 10px 20px 20px;
    }
    /* Blog Page End */
    /* Blog Detail Start */
    .single .site-main > article {
        padding: 50px;
    }
    .single .site-main > article .entry-header .entry-title {
        font-size: 30px;
        line-height: 38px;
    }
    .single .site-main > article .entry-content p {
        margin: 18px 0;
    }
    .single .site-main > article .entry-content h2,
    .single .site-main > article .entry-content h3,
    .single .site-main > article .entry-content h4,
    .single .site-main > article .entry-content h5,
    .single .site-main > article .entry-content h6 {
        margin: 40px 0 14px;
    }
    .single .site-main > article .entry-content h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .single .site-main > article .entry-content h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .single .site-main > article .entry-content h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .single .site-main > article .entry-content h5 {
        font-size: 22px;
        line-height: 30px;
    }
    .single .site-main > article .entry-content h6 {
        font-size: 20px;
        line-height: 28px;
    }
    .site-main .ast-single-related-posts-container {
        margin: 65px 0 10px;
    }
    .site-main .ast-related-posts-title-section {
        margin: 0 0 35px;
    }
    .ast-related-posts-wrapper > article .post-thumb img {
        max-height: 250px;
        min-height: 250px;   
    }
    .ast-related-posts-wrapper > article .ast-related-post-content .entry-header {
        padding: 24px 24px 0;
    }
    .ast-related-posts-wrapper > article .ast-related-post-content .entry-header .entry-title a {
        font-size: 16px;
        line-height: 24px;
    }
    /* Blog Detail End */
    /* Footer Start */
    .site-footer .ast-row .footer-adv-widget-1 {
        padding: 31px 0;
    }
    .site-footer .ast-row .footer-adv-widget-2 {
        padding: 30px 0;
    }
    .site-footer .ast-row .footer-adv-widget .widget {
        margin: 0;
    }
    .site-footer .footer-adv-widget-3 .ftr-rights .rights-logo {
        max-width: 30%;
    }
    .site-footer .footer-adv-widget-3 {
        padding: 30px 0;
    }
    .site-footer .ast-row .footer-adv-widget-4 {
        padding: 22px 0;
    }
    /* Footer End */
}
@media only screen and (max-width: 1023px) {
    /* Header Start */
    header.site-header .site-branding .branding-top .back-to-site {
        gap: 4px;
        font-size: 12px;
    }
    header.site-header .site-branding .custom-logo-link img {
        max-width: 155px;
        width: 100%;
    }
    header.site-header .site-branding .branding-right .branding-links {
        gap: 16px;
    }
    header.site-header .site-branding .branding-right .branding-links a {
        font-size: 12px;
        gap: 7px;
    }
    /* Header End */
    /* Blog Page Start */
    .blog-top-section {
        padding: 30px 0 0;
    }
    .blog-top-section .blog-top-title {
        font-size: 32px;
    }
    .blog-top-section .blog-top-description {
        max-width: 100%;
    }
    .featured-post-section {
        padding: 50px 0 0px;
    }
    .featured-post-section .featured-post-card .post-card a img {
        min-height: 600px;
        max-height: 600px;
    }
    .site-main > .ast-row {
        padding: 60px 0 0;
    }
    .ast-row > article .post-content .ast-blog-featured-section {
        min-height: 200px;
        max-height: 200px;
    }
    .ast-row > article .post-content .post-thumb > a img {
        min-height: 200px;
        max-height: 200px;
    }
    /* Blog Page End */
    /* Footer Start */
    .site-footer .footer-adv-widget-3 .ftr-rights {
        flex-direction: column;
        gap: 16px;
    }
    .site-footer .footer-adv-widget-3 .ftr-rights .rights-logo {
        max-width: inherit;
    }
    /* Footer End */
}
@media only screen and (max-width: 767px) {
    /* Header Start */
    header.site-header .site-branding .branding-top .back-to-site {
        gap: 0;
        font-size: 0;
    }
    body header.site-header .main-header-container {
        display: flex;
        flex-wrap: wrap;
    }
    body header.site-header .site-branding {
        text-align: center;
        display: flex;
        flex: 1;
        align-self: center;
        text-align: center !important;
    }
    header.site-header .site-branding .custom-logo-link img {
        max-width: 150px;
    }
    header.site-header .site-branding .branding-right .branding-links {
        gap: 15px;
    }
    header.site-header .site-branding .branding-right .branding-links a {
        font-size: 0;
        gap: 0;
        letter-spacing: 0;
    }
    header.site-header .ast-mobile-menu-buttons {
        margin-left: 14px;
    }
    header.site-header .ast-mobile-menu-buttons .menu-toggle {
        padding: 0;
        background: transparent;
    }
    header.site-header .ast-mobile-menu-buttons .menu-toggle .menu-toggle-icon::before {
        color: rgba(15, 95, 89, 1);
    }
    header.site-header .ast-mobile-menu-buttons  {
        display: flex;
        justify-content: center;
    }
    body header.site-header .main-header-bar-navigation {
        width: calc(100% + 48px);
        margin: 0 -24px;
    }
    header.site-header .ast-mobile-menu-buttons .menu-toggle .menu-toggle-icon::before {
        display: block;
    }
    body header.site-header .main-header-bar .main-header-bar-navigation {
        display: none;
    }
    header.site-header .ast-main-header-bar-alignment {
        padding: 0 !important;
        width: 100%;
        flex: auto;
        order: 4;
    }
    header.site-header .ast-main-header-bar-alignment .main-header-menu {
        background-color: #fff;
        border-top: 1px solid #dddddd;
    }
    header.site-header .ast-main-header-bar-alignment .main-header-menu > li {
        width: 100%;
    }
    body header.site-header .ast-main-header-bar-alignment .main-header-menu > li > a {
        padding: 15px 20px !important;
        text-align: left;
        display: inline-block;
        width: 100%;
        border: 0;
        border-bottom-width: 1px;
        border-style: solid;
        border-color: #dddddd;
    }
    header.site-header .main-header-menu > li.search-custom-menu-item {
        display: block;
        min-width: inherit;
        margin: 0;
    }
    header.site-header .main-header-menu > li.search-custom-menu-item .ast-search-menu-icon {
        padding: 15px 20px;
        border-bottom: 1px solid #dddddd;
    }
    header.site-header .main-header-menu > li.search-custom-menu-item .ast-search-menu-icon .search-field {
        padding: 10px 30px 10px 10px;
        outline: none;
        box-shadow: none;
        border: 0;
        width: 100%;
    }
    header.site-header .main-header-menu > li.search-custom-menu-item .ast-search-menu-icon.slide-search .search-form {
        height: auto;
        visibility: visible;
        opacity: 1;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }
    body .main-header-bar .main-header-bar-navigation .ast-search-icon {
        display: block !important;
        position: absolute;
        right: 30px;
        top: 24px;
    }
    header.site-header .main-header-menu > li.search-custom-menu-item .astra-search-icon {
        display: inline-block;
    }
    header.site-header .main-header-menu > li.search-custom-menu-item .astra-search-icon::before {
        margin: 0;
    }
    header.site-header .main-header-menu > li.search-custom-menu-item .astra-search-icon .screen-reader-text {
        display: none;
    }
    /* Header End */
    /* Blog Page Start */
    .blog .site-content::before,
    .category .site-content::before {
        top: -24px;
        left: -200px;
        height: 254px;
        width: 254px;
    }
    .blog .site-content::after,
    .category .site-content::after {
        top: -24px;
        right: -220px;
        height: 300px;
        width: 300px;
    }
    .blog .site-content .ast-archive-description,
    .category .site-content .ast-archive-description {
        max-height: 220px;
        min-height: 220px;
    }
    .blog .ast-separate-container #primary,
    .category .ast-separate-container #secondary {
        padding: 0 !important;
    }
    .blog .site-content .ast-archive-description .page-title,
    .category .site-content .ast-archive-description .page-title {
        font-size: 32px;
        line-height: 40px;
    }
    .ast-archive-description .custom-breadcrumb {
        margin: 5px 0 0;
    }
    .ast-archive-description .custom-breadcrumb li a,
    .ast-archive-description .custom-breadcrumb li span  {
        font-size: 13px;
    }
    .ast-archive-description .custom-breadcrumb li::after {
        margin: 0 9px 0 8px;
        width: 8px;
        height: 9px;
    }
    .blog-top-section {
        padding: 35px 0 0;
    }
    .blog-top-section .blog-top-title {
        font-size: 24px;
    }
    .blog-top-section .blog-top-description {
        margin: 12px 0 0;
        font-size: 15px;
        line-height: 150%;
    }
    .featured-post-section {
        padding: 40px 0 0;
    }
    .ast-row > article .post-content .post-thumb > a img {
        min-height: 200px;
        max-height: 200px;
    }
    .featured-post-section .featured-post-card .post-card a img {
        min-height: inherit;
        max-height: inherit;
    }
    .featured-post-section .featured-post-card .post-caption {
        bottom: 20px;
        max-width: 95%;
    }
    .featured-post-section .featured-post-card .post-caption .post-category {
        margin: 0 0 13px;
    }
    .featured-post-section .featured-post-card .post-caption h3 a {
        font-size: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .featured-post-section .featured-post-card .post-caption p {
        margin: 12px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: none;
    }
    .featured-post-section .featured-post-card .post-caption .fp-rm-btn {
        padding: 13px;
        margin-top: 14px;
        min-width: 127px;
        font-size: 12px;
        line-height: 13px;
    }
    .site-main .ast-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .site-main > .ast-row {
        padding: 45px 0 0;
    }
    /* Blog Page End */
    /* Blog Detail Start */
    .single .site-main > article {
        padding: 24px;
    }
    .single .site-main > article .entry-header .entry-title {
        font-size: 26px;
        line-height: 34px;
    }
    .single .site-main > article .entry-content p {
        margin: 16px 0;
    }
    .single .site-main > article .entry-content h2,
    .single .site-main > article .entry-content h3,
    .single .site-main > article .entry-content h4,
    .single .site-main > article .entry-content h5,
    .single .site-main > article .entry-content h6 {
        margin: 35px 0 12px;
    }
    .single .site-main > article .entry-content h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .single .site-main > article .entry-content h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .single .site-main > article .entry-content h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .single .site-main > article .entry-content h5 {
        font-size: 19px;
        line-height: 26px;
    }
    .single .site-main > article .entry-content h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .single .site-main > article .entry-content figure {
        margin: 40px 0;
    }
    .single .site-main > article .entry-content p a img {
        margin: 30px 0;
    }
    .site-main .ast-single-related-posts-container {
        margin: 65px 0;
    }
    .site-main .ast-single-related-posts-container {
        margin: 45px 0;
    }
    .site-main .ast-related-posts-title-section {
        margin: 0 0 20px;
    }
    .site-main .ast-related-posts-title-section .ast-related-posts-title {
        font-size: 20px;
        line-height: 20px;
    }
    .ast-related-posts-wrapper > article .post-thumb img {
        max-height: 200px;
        min-height: 200px;
    }
    .ast-related-posts-wrapper > article .ast-related-post-content .entry-header {
        padding: 24px 24px 0;
    }
    .site-main .ast-related-posts-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    /* Blog Detail End */
    /* Custom Paginatin Start */
    .blog-custom-pagination {
        margin: 28px 0;
    }
    .blog-custom-pagination .page-number .page-numbers.prev,
    .blog-custom-pagination .page-number .page-numbers.next {
        margin: 0 10px;
    }
    .blog-custom-pagination .page-number .page-numbers {
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
    /* Custom Paginatin End */
    /* Footer Start */
    .site-footer .ast-row .footer-adv-widget-1 {
        padding: 20px 0;
    }
    .site-footer .ftr-step-inner {
        gap: 8px;
        grid-auto-flow: column;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .site-footer .ftr-step-inner .item {
        flex-direction: row;
        gap: 12px;
    }
    .site-footer .ftr-step-inner .item:nth-child(4) {
        transform: translateY(50%);
    }
    .site-footer .ftr-step-inner .item:nth-child(5) {
        transform: translateY(70%);
    }
    .site-footer .ftr-step-inner .item::after {
        display: none;
    }
    .site-footer .ftr-step-inner .item i {
        max-width: 24px;
        min-width: 24px;
    }
    .site-footer .ftr-step-inner .item span {
        font-size: 12px;
        text-align: left;
    }
    .site-footer .ast-row .footer-adv-widget-2 {
        padding: 24px 0;
    }
    .site-footer .ast-row .footer-adv-widget-2 figure {
        display: flex;
        justify-content: center;
    }
    .site-footer .ast-row .footer-adv-widget-2 figure img {
        max-width: 128px;
    }
    .site-footer .footer-adv-widget-3 {
        padding: 24px 0;
    }
    .site-footer .footer-adv-widget-3 .ftr-rights {
        gap: 24px;
    }
    .site-footer .ftr-rights .rights-left p {
        font-size: 10px;
    }
    .site-footer .ftr-rights .rights-links {
        line-height: normal;
    }
    .site-footer .ftr-rights .rights-links li a,
    .site-footer .ftr-rights .rights-links li span {
        font-size: 10px;
    }
    .site-footer .ftr-rights .rights-links li::after {
        height: 10px;
    }
    .site-footer .ast-row .footer-adv-widget-4 {
        padding: 16px 0;
    }
    .site-footer .ast-row .footer-adv-widget-4 p {
        font-size: 10px;
    }
    /* Footer End */
}
@media only screen and (max-width: 389px) {
    /* Header Start */
    header.site-header .site-branding .custom-logo-link img {
        max-width: 140px;
    }
    /* Header End */
    /* Custom Paginatin Start */
    .blog-custom-pagination .page-number .page-numbers {
        width: 32px;
        height: 32px;
    }
    .blog-custom-pagination .page-number .page-numbers {
        font-size: 13px;
    }
    /* Custom Paginatin End */
}