﻿@font-face {
    font-family: AlvarRegular;
    font-style: normal;
    font-weight: 400;
    src: url("../../../../themes/vayyar-astra/assets/fonts/AlvarEssential/AlvarEssentialAlt-Regular.ttf")
}

@font-face {
    font-family: AlvarBold;
    font-style: bold;
    font-weight: 600;
    src: url("../../../../themes/vayyar-astra/assets/fonts/AlvarEssential/AlvarEssentialAlt-Bold.ttf")
}

@font-face {
    font-family: AlvarBlack;
    font-style: bold;
    font-weight: 900;
    src: url("../../../../themes/vayyar-astra/assets/fonts/AlvarEssential/AlvarEssentialAlt-Black.ttf")
}

.ast-separate-container.ast-custom-post-type {
    background-color: white
}

[class*="fake-page-"] {
    background-color: #ffffff41;
    background-image: url("https://vayyar.com/wp-content/uploads/2021/06/fading-triangles-left.png"), url("https://vayyar.com/wp-content/uploads/2021/06/fading-triangles-right.png");
    background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 55%, 55%;
    background-attachment: fixed;
    background-blend-mode: multiply;
    overflow-x: initial !important
}

[class*="fake-page-"] h1,
[class*="fake-page-"] h2,
[class*="fake-page-"] h3,
[class*="fake-page-"] h4,
[class*="fake-page-"] h5,
[class*="fake-page-"] h6,
[class*="fake-page-"] p,
[class*="fake-page-"] span,
[class*="fake-page-"] ul,
[class*="fake-page-"] a {
    font-family: "AlvarRegular";
    color: #647883
}

[class*="fake-page-"] .site {
    margin-top: 0
}

.site-content .ast-container {
    flex-flow: column;
    max-width: 100%;
    padding: 0 !important
}

.remote-header-container {
    width: 100%;
    background-image: url("https://vayyar.com/wp-content/uploads/2022/08/blog-cover-scaled.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    aspect-ratio: 1
}

@media screen and (min-width:885px) {
    .remote-header-container {
        align-items: center;
        aspect-ratio: 1.7777777778;
        background-position: 50% 50%;
        max-height: 650px
    }
}

.remote-header-container .header-content {
    width: 90%;
    max-width: 1275px;
    margin: 0 auto;
    text-align: center
}

@media screen and (min-width:885px) {
    .remote-header-container .header-content {
        text-align: left
    }
}

.remote-header-container .header-content h1 {
    color: white;
    font-family: "AlvarBlack";
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.5px
}

@media screen and (min-width:615px) {
    .remote-header-container .header-content h1 {
        font-size: 64px;
        line-height: 50px
    }
}

@media screen and (min-width:885px) {
    .remote-header-container .header-content h1 {
        align-items: flex-end;
        justify-content: flex-end;
        line-height: 80px;
        font-size: 82px
    }
}

.remote-header-container .header-content p {
    color: white;
    font-weight: 600;
    font-family: "AlvarBold";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px
}

@media screen and (min-width:885px) {
    .remote-header-container .header-content p {
        font-size: 34px;
        line-height: 38px
    }
}

.remote-container {
    width: 100%;
    padding: 170px 25px 70px
}

@media screen and (min-width:615px) {
    .remote-container {
        padding: 170px 12.5px 70px
    }
}

@media screen and (min-width:885px) {
    .remote-container {
        margin: 0 auto;
        max-width: 1275px
    }
}

.remote-container .remote-blog-pagination {
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    font-family: AlvarRegular
}

.remote-container .remote-blog-pagination .remote-blog-page {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    opacity: 0.7;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.remote-container .remote-blog-pagination .remote-blog-page:hover:not(.current) {
    border-color: #00a4ed;
}

.remote-container .remote-blog-pagination .remote-blog-page:hover:not(.current) a {
    color: #00A4ED
}

.remote-container .remote-blog-pagination .remote-blog-page a {
    padding: 0;
    font-size: 18px;
    line-height: 0;
    width: 100%;
    height: 100%;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remote-container .remote-blog-pagination .remote-blog-page.current {
    background-color: #00A4ED
}

.remote-container .remote-blog-pagination .remote-blog-page.current a {
    color: white;
    pointer-events: none
}

.remote-container .remote-blog-pagination .remote-blog-page.after-dots {
    position: relative
}

.remote-container .remote-blog-pagination .remote-blog-page.after-dots:after {
    content: "..."
}

.remote-container .remote-blog-pagination .remote-blog-page.before-dots {
    position: relative
}

.remote-container .remote-blog-pagination .remote-blog-page.before-dots:before {
    content: "..."
}

.remote-container .remote-blog-pagination .pagination-arrows {
    position: relative;
    padding: 0 1.3em
}

.remote-container .remote-blog-pagination .pagination-arrows .next-link,
.remote-container .remote-blog-pagination .pagination-arrows .prev-link {
    padding: 0;
    outline: 0
}

.remote-container .remote-blog-pagination .pagination-arrows .next-link:after,
.remote-container .remote-blog-pagination .pagination-arrows .prev-link:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-color: #00A4ED;
    border-width: 1px 1px 0 0;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 5px)
}

.remote-container .remote-blog-pagination .pagination-arrows .next-link.disabled,
.remote-container .remote-blog-pagination .pagination-arrows .prev-link.disabled {
    pointer-events: none
}

.remote-container .remote-blog-pagination .pagination-arrows .next-link.disabled:after,
.remote-container .remote-blog-pagination .pagination-arrows .prev-link.disabled:after {
    border-color: #647883
}

.remote-container .remote-blog-pagination .pagination-arrows .next-link:not(.disabled):hover,
.remote-container .remote-blog-pagination .pagination-arrows .prev-link:not(.disabled):hover {
    border-width: 2px 2px 0 0;
    opacity: 0.7
}

.remote-container .remote-blog-pagination .pagination-arrows .next-link:after {
    transform: translateY(-50%) rotate(45deg);
    right: calc(50% - 5px);
    left: auto
}

.remote-categories-menu {
    position: relative;
    z-index: 1;
    margin-bottom: 70px
}

.remote-categories-menu .remote-mobile-toggle {
    background-color: white;
    border: 1px solid #ced8dd;
    border-radius: 12px;
    width: 100%;
    color: #647883;
    text-align: left;
    height: 44px
}

.remote-categories-menu .remote-mobile-toggle:hover,
.remote-categories-menu .remote-mobile-toggle:active,
.remote-categories-menu .remote-mobile-toggle:focus {
    background-color: #647883;
    border-color: #647883;
    color: white
}

@media screen and (min-width:885px) {
    .remote-categories-menu .remote-mobile-toggle {
        display: none
    }
}

.remote-categories-menu .remote-categories {
    list-style: none;
    margin: 0 auto;
    padding: 25px 25px 0;
    display: none
}

.remote-categories-menu .remote-categories.open {
    display: flex;
    flex-flow: column
}

@media screen and (max-width:884px) {
    .remote-categories-menu .remote-categories {
        border: 1px solid #ced8dd;
        border-radius: 0 0 12.5px 12.5px;
        position: absolute;
        top: 36px;
        left: 0;
        right: 0;
        background: white;
        z-index: -1
    }
}

@media screen and (min-width:885px) {
    .remote-categories-menu .remote-categories {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        border: none;
        padding: 0;
        margin-bottom: 100px;
        background: transparent
    }
}

.remote-categories-menu .remote-categories li {
    border-bottom: 1px solid #ced8dd;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    letter-spacing: 0.15px;
    flex: 0 1 auto;
    padding: 0 20px;
    height: 48px
}

@media screen and (min-width:885px) {
    .remote-categories-menu .remote-categories li {
        border-right: 1px solid #ced8dd;
        border-bottom: 0;
        font-size: calc(14px + (27 - 14)*(100vw - 885px) / (1920 - 885));
        justify-content: space-evenly
    }
}

.remote-categories-menu .remote-categories li a {
    text-decoration: none;
    color: #647883
}

.remote-categories-menu .remote-categories li:last-of-type {
    border-bottom: 0
}

@media screen and (min-width:885px) {
    .remote-categories-menu .remote-categories li:last-of-type {
        border-right: 0
    }
}

.remote-categories-menu .remote-categories li.active a {
    color: #2CAAE2;
    font-weight: 600
}

.remote-posts {
    display: flex;
    flex-wrap: wrap
}

.rpost {
    width: 100%;
    margin-bottom: 70px;
    display: flex;
    flex-flow: column
}

@media screen and (min-width:615px) {
    .rpost {
        flex: 0 0 50%;
        justify-content: stretch;
        height: 31.6875rem;
        padding-right: 12.5px;
        padding-left: 12.5px
    }
}

@media screen and (min-width:885px) {
    .rpost {
        margin-bottom: 100px;
        flex: 0 0 33.3%
    }
}

.rpost .img-responsive {
    position: absolute;
    width: auto;
    max-height: 100%;
    left: 50%;
    top: 50%;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%)
}

.rpost .rpost-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 16px
}

.rpost .content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex: 1 1
}

.rpost .content h3,
.rpost .content .h3 {
    font-size: 24px;
    line-height: 24px;
    color: #647883;
    letter-spacing: 0.25px;
    font-weight: 600 !important;
    font-family: "AlvarBold";
    margin-bottom: 16px
}

.rpost .content h3:hover,
.rpost .content .h3:hover {
    color: #2CAAE2
}

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

    .rpost .content h3,
    .rpost .content .h3 {
        width: 90%;
        font-size: 34px;
        line-height: 38px
    }
}

.rpost.rpost-wide {
    flex: 0 0 100%;
    margin-bottom: 70px;
    height: auto
}

@media screen and (min-width:885px) {
    .rpost.rpost-wide {
        flex-flow: row;
        margin-bottom: 100px
    }

    .rpost.rpost-wide .rpost-image {
        padding-top: 37.5%;
        margin-bottom: 0
    }

    .rpost.rpost-wide .rpost-image .img-responsive {
        padding-right: 12.5px;
        margin-bottom: 0
    }
}

@media screen and (min-width:885px) {
    .rpost.rpost-wide .content {
        padding: 45px 12.5px;
        flex: 0 0 33%
    }
}

.rpost.rpost-wide .content h3 {
    line-height: 1.1
}

@media screen and (min-width:885px) {
    .rpost.rpost-wide .content h3 {
        font-size: calc(29px + (48 - 29)*(100vw - 885px) / (1920 - 885))
    }
}

.rpost p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px
}

.rpost p:empty {
    height: 0;
    margin: 0
}

@media screen and (min-width:885px) {
    .rpost p {
        width: 90%;
        margin-bottom: 16px
    }
}

.rpost .read-more {
    text-transform: uppercase;
    color: #2caae2;
    font-weight: 600;
    font-family: "AlvarBold";
    font-size: 16px;
    letter-spacing: 1.25px;
    line-height: 20px;
    display: flex;
    align-items: center
}

.rpost .read-more svg {
    margin-left: 10px
}

.remote-sharing {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2
}

@media screen and (min-width:1200px) {
    .remote-sharing {
        left: 0;
        bottom: 90%;
        transform: translateX(-50%);
        width: 40px
    }
}

.remote-sharing .blog-share {
    position: relative;
    width: 100%;
    background-color: #2CAAE2;
    font-size: 24px;
    line-height: 30.2px;
    display: none;
    height: 130px;
    align-items: center;
    justify-content: center;
    margin-top: -130px
}

@media screen and (min-width:1200px) {
    .remote-sharing .blog-share {
        margin-top: 35px
    }
}

.remote-sharing .blog-share.visible {
    display: flex
}

.remote-sharing .blog-share .icon {
    margin-right: 30px
}

.remote-sharing .blog-share .content {
    max-width: 300px
}

.remote-sharing .blog-share .content p {
    color: white;
    margin-bottom: 0
}

.remote-sharing .sharing-content {
    display: flex;
    flex-flow: row;
    justify-content: center;
    box-shadow: 0px -5px 5px 1px rgba(131, 131, 131, 0.15);
    background: white
}

@media screen and (min-width:1200px) {
    .remote-sharing .sharing-content {
        flex-flow: column;
        position: absolute;
        top: 0;
        left: -150px;
        padding-right: 60px;
        box-shadow: none;
        border-right: 1px solid #CED8DD;
        width: auto;
        background: transparent;
        padding-top: 30px
    }
}

.remote-sharing .sharing-content * {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .remote-sharing .sharing-content * {
        margin-bottom: 40px
    }
}

.remote-sharing .sharing-content .item {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #2CAAE2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0
}

.remote-sharing .sharing-content .item.wechat {
    position: relative
}

.remote-sharing .sharing-content .item.wechat:hover:after,
.remote-sharing .sharing-content .item.wechat:active:after,
.remote-sharing .sharing-content .item.wechat:focus:after {
    content: "";
    background-image: url("https://vayyar.com/cn/wp-content/uploads/sites/3/2022/10/WeChat-QR-code.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    box-shadow: 0px 0px 8px 0px rgba(100, 120, 131, 0.5)
}

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

    .remote-sharing .sharing-content .item.wechat:hover:after,
    .remote-sharing .sharing-content .item.wechat:active:after,
    .remote-sharing .sharing-content .item.wechat:focus:after {
        bottom: 60px
    }
}

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

    .remote-sharing .sharing-content .item.wechat:hover:after,
    .remote-sharing .sharing-content .item.wechat:active:after,
    .remote-sharing .sharing-content .item.wechat:focus:after {
        top: 60px
    }
}

@media screen and (max-width:1199px) {
    .remote-sharing .sharing-content .item {
        margin: 16px 20px
    }
}

.remote-sharing .sharing-content .item .blog-icons {
    fill: #2CAAE2;
    margin-bottom: 0
}

.remote-sharing .sharing-content .item:hover {
    background-color: #2CAAE2
}

.remote-sharing .sharing-content .item:hover .blog-icons {
    fill: white
}

.remote-posts-content {
    width: 100%;
    position: relative;
    padding: 100px 0
}

@media screen and (min-width:768px) {
    .remote-posts-content {
        margin: 0 auto
    }
}

@media screen and (min-width:1200px) {
    .remote-posts-content {
        max-width: 1122px
    }
}

.remote-posts-content .inner {
    padding: 0 25px
}

@media screen and (min-width:768px) {
    .remote-posts-content .inner {
        width: 80%
    }
}

.remote-posts-content>*:not(.remote-sharing) {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .remote-posts-content>*:not(.remote-sharing) {
        margin-bottom: 40px
    }
}

.remote-posts-content h1 {
    font-size: 32px;
    letter-spacing: -0.5px;
    font-family: "AlvarBold";
    color: #647883
}

@media screen and (min-width:885px) {
    .remote-posts-content h1 {
        font-size: 48px
    }
}

.remote-posts-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px;
    color: #647883
}

@media screen and (min-width:885px) {
    .remote-posts-content p {
        font-size: 22px;
        letter-spacing: 0.2px
    }
}

.remote-posts-content a {
    text-decoration: underline
}

@media screen and (min-width:768px) {
    .remote-posts-content .wp-block-embed-youtube .wp-block-embed__wrapper {
        margin-bottom: 40px;
        position: relative;
        padding-bottom: 56.25%;
        height: 0
    }

    .remote-posts-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.remote-posts-content blockquote {
    padding: 24px 0;
    border: 0;
    margin: 0
}

.remote-posts-content blockquote p {
    font-style: italic;
    color: #2caae2;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 0
}

.remote-posts-content ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 1rem;
    margin-bottom: 10px
}

@media screen and (min-width:885px) {
    .remote-posts-content ul li {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.2px
    }
}

.remote-posts-content ul li::marker {
    content: "▶";
    color: #2caae2
}

.remote-posts-content ul.wp-block-post-template {
    list-style-type: none
}

.remote-posts-content .remote-post-header {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    position: relative;
    margin-left: 25px;
    margin-right: 25px
}

.remote-posts-content .remote-post-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 1px;
    background-color: #CED8DD
}

.remote-posts-content .remote-post-header .remote-post-author {
    font-size: 18px;
    font-weight: 600
}

@media screen and (min-width:885px) {
    .remote-posts-content .remote-post-header .remote-post-author {
        font-size: 24px;
        font-weight: 400
    }
}

.remote-posts-content .remote-post-header .author-icon {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #e0e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    position: relative;
    overflow: hidden
}

.remote-posts-content .remote-post-header .author-icon img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.remote-posts-content .remote-post-header .author-icon svg {
    margin: 0;
    padding-right: 0.3rem
}

.remote-posts-content .remote-query {
    padding: 30px 25px;
    border-top: 1px solid #CED8DD;
    border-bottom: 1px solid #CED8DD
}

.remote-posts-content .remote-query h4 {
    font-size: 34px;
    line-height: 38px
}

.remote-posts-content .remote-query h4 span {
    color: #2CAAE2
}

.remote-posts-content .remote-query .item {
    display: flex;
    flex-flow: column;
    margin-bottom: 36px;
    background: transparent
}

@media screen and (min-width:885px) {
    .remote-posts-content .remote-query .item {
        flex-flow: row
    }
}

.remote-posts-content .remote-query .item .rpost-image {
    flex: 0 0 66%;
    margin-right: 24px;
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

@media screen and (min-width:885px) {
    .remote-posts-content .remote-query .item .rpost-image {
        padding-top: 37.5%
    }
}

.remote-posts-content .remote-query .item .rpost-image img {
    position: absolute;
    width: auto;
    max-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    object-position: center center
}

.remote-posts-content .remote-query .item .info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin: 16px 0
}

.remote-posts-content .remote-query .item .info h3 {
    font-size: 24px
}

.remote-posts-content .remote-query .item .info .read-more {
    text-transform: uppercase;
    color: #2caae2;
    font-weight: 600;
    font-family: "AlvarBold";
    font-size: 16px;
    letter-spacing: 1.25px;
    line-height: 20px;
    display: flex;
    align-items: center
}

.remote-posts-content .remote-query .item .info .read-more svg {
    margin-left: 10px
}

.remote-posts-content .remote-query span {
    color: #2CAAE2
}

.remote-posts-content .remote-query ul {
    margin: 0;
    padding: 0
}

.remote-posts-content .remote-query ul li {
    padding: 0;
    margin-bottom: 30px
}

.remote-posts-content .remote-query ul li::marker {
    content: none
}

.remote-posts-content .remote-query ul li .wp-block-post-title {
    font-size: 24px;
    line-height: 32px
}

.remote-posts-content .remote-learn-more {
    padding: 1.5rem 25px;
    border-top: 1px solid #ced8dd;
    border-bottom: 1px solid #ced8dd
}

.remote-posts-content .remote-learn-more h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem
}

.page-template-template-care.blog-category-elderly-care .remote-posts-content {
    padding-top: 0
}

.blog-category-automotive {
    padding-top: 30px
}