/* Categories */

.container {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0px 20px;
  }
  
  .content {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
  }
  
  .item {
    margin-right: 20px;
    text-align: center;
    white-space: nowrap;
    color: #3a3a3a;
  }
  
  #scroll-left, #scroll-right {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
    padding: 0px;
    background: none;
    color: #3a3a3a;
    margin-top: -2px;
  }
  
  #scroll-left {
    left: 5px;
  }
  
  #scroll-right {
    right: 5px;
  }

/*  */

.pagetitle {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.div-susbcribe-related,
.related_product_container {
    margin-bottom: 40px;
}

.div-susbcribe-all,
.div-susbcribe-related {
    border-radius: 10px;
    padding: 40px;
}

.div-susbcribe-all h3, 
.div-susbcribe-related h3,
.div-susbcribe-all p, 
.div-susbcribe-related p {
    text-align: center;
    color: #FFF;
}

.div-susbcribe-all h3{
    font-size: 32px;
    line-height: normal;
    
}

.post-item-all img{
    border-radius: 10px!important;
}

/*#learn-more-button{*/
/*    background: transparent;*/
/*    color: #36444F;*/
/*    border: 1px solid #DBDBDB;*/
/*}*/

/*#learn-more-button:hover{*/
/*    color: white;*/
/*    background: #0077B5;*/
/*}*/

.div-susbcribe-related p {
    margin-bottom: 0px;
}

.post-item {
    border-bottom: 1px solid rgb(27 101 126 / 15%);
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.post-item h4 {
    margin-bottom: 10px;
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.3em;
}

.post-item a:link {
    text-decoration: none;
}

.post-item h4:hover {
    color: var(--ast-global-color-0);
}

.categories-span {
    text-transform: uppercase;
    font-size: 14px;
}

.div-susbcribe-related .gform_wrapper.gravity-theme .gform_fields {
    display: grid;
    grid-template-columns: initial;
    grid-template-rows: auto;
    width: 100%;
}

.div-susbcribe-related .pp-gf-content,
.div-susbcribe-all .pp-gf-content {
    padding: 0px !important;
}

.div-susbcribe-related .fl-module-content,
.div-susbcribe-all .fl-module-content {
    margin: 0px !important;
}

.div-susbcribe-related .gform_wrapper.gravity-theme #field_submit,
.div-susbcribe-related .gform_wrapper.gravity-theme .gform_footer,
.div-susbcribe-all .gform_wrapper.gravity-theme #field_submit,
.div-susbcribe-all .gform_wrapper.gravity-theme .gform_footer {
    display: inherit;
    padding: 0px;
}

.div-susbcribe-related .fl-builder-module-template {
    padding: 20px 0px 0px 0px;
}

span.hover-line {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size 0.3s;
    -moz-transition: background-size 0.3s;
    -ms-transition: background-size 0.3s;
    -o-transition: background-size 0.3s;
    transition: background-size 0.3s;
    padding: .1% 0;
}

.post-item a:hover .hover-line {
    color: var(--ast-global-color-0);
    background-size: 100% 2px;
}

/*  */

/* Top Post */
.container-top-post {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    border-radius: 10px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.content-top-post {
    padding: 100px 60px;
}

.content-top-post h2 {
    margin-bottom: 15px;
}

.content-top-post a:link {
    text-decoration: none;
}

.content-top-post .fl-module-content {
    margin: 0px;
}

.image-top-post {
    border-radius: 10px 0px 0px 10px;
}

@media only screen and (max-width: 768px) {
    .container-top-post {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .content-top-post {
        padding: 40px 20px;
    }

    .image-top-post {
        border-radius: 10px 10px 0px 0px;
    }
}

/*  */

.container-recent-post section {
    display: grid;
    gap: 20px;
}

.container-recent-post {
    display: grid;
}

.post-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.container-recent-post-responsive section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.div-susbcribe-all {
    grid-row: 2;
    grid-column: 3/5;
}

.post-item-all img {
    border-radius: 10px;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    object-fit: cover;
    max-height: 280px;
    height: 100%;
    width: 100%;
}

.post-item-all h4 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: normal;
    margin-top: 8px;
}

.post-item-all a:link,
.post-item-recent a:link {
    text-decoration: none;
}

span.hover-line {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size 0.3s;
    -moz-transition: background-size 0.3s;
    -ms-transition: background-size 0.3s;
    -o-transition: background-size 0.3s;
    transition: background-size 0.3s;
    padding: .1% 0;
    color: #00305e;
}

.post-item-recent a:hover .hover-line,
.post-item-all a:hover .hover-line,
.content-top-post a:hover .hover-line {
    color: #009dde;
    background-size: 100% 2px;
}

.post-item-recent h5 {
    margin-bottom: 10px;
    margin-top: 5px;
}

.post-item-recent p {
    margin-bottom: 15px;
}

.post-item,
.post-item-recent,
.post-item-all {
    border-bottom: 1px solid #e5e7eb;
}

.post-item-recent,
.post-item-all {
    padding-bottom: 10px;
    position: relative;
}

span.post-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #B6B6B6;
}

.div-susbcribe-all .pp-gf-content {
    padding: 0px !important;
}

.div-susbcribe-all .fl-module-content {
    margin: 0px !important;
}

.div-susbcribe-all .gform_wrapper.gravity-theme #field_submit,
.div-susbcribe-all .gform_wrapper.gravity-theme .gform_footer {
    display: inherit;
    padding: 0px;
}

.div-susbcribe-all .fl-builder-module-template {
    padding: 20px 0px 0px 0px;
    width: 100%;
}

.div-susbcribe-all {
    background: #F3F7F6;
    border-radius: 10px;
    text-align: center;
    padding: 40px 60px;
    display: grid;
    align-content: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.div-susbcribe-all p {
    margin-bottom: 0px;
}

.container-recent-post-responsive {
    display: none;
}

.div-susbcribe-all input#gform_submit_button_6 {
    margin-bottom: 0px;
}

.div-susbcribe-all .gform_wrapper.gravity-theme .gform_footer,
.div-susbcribe-all .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 16px 0px 0px 0px;
}

@media only screen and (max-width: 1024px) {
    .div-susbcribe-all {
        grid-row: 2;
        grid-column: 2/4;
    }

    .post-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .container-recent-post section {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .container-recent-post {
        display: none;
    }

    .container-recent-post-responsive {
        display: block;
    }

    .post-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .div-susbcribe-all {
        grid-row: 3;
        grid-column: 1/3;
    }
}

@media only screen and (max-width: 540px) {
    .post-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .div-susbcribe-all {
        grid-row: 4;
        grid-column: 1/2;
    }
}

@media only screen and (max-width: 490px) {
    .container-recent-post-responsive section {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .div-susbcribe-all {
        padding: 40px;
    }
}

.hidden {
    display: none;
}

#learn-more-button {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.pp-gf-content .gform_wrapper form {
    max-width: 350px;
    margin: auto;
}

/* Categories */
.menu-slider-link {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0px 10px 0px 10px;
    height: 25px;
    text-transform: capitalize;
}

a.menu-slider-link:hover {
    color: var(--ast-global-color-0);
}

a.menu-slider-link {
    color: var(--ast-global-color-1);
    white-space: nowrap;
}

#menu-slider-container {
    width: 100%;
    overflow: hidden;
    height: 25px;
    position: relative;
}

.layout {
    max-width: 960px;
    position: relative;
}

#menu-slider-prev,
#menu-slider-next {
    position: absolute;
    background: white;
    top: 0px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 0px 10px;
    line-height: 20px;
    color: var(--ast-global-color-1);
}

#menu-slider-prev:hover,
#menu-slider-next:hover {
    color: var(--ast-global-color-0);
}

#menu-slider-prev {
    left: -5px;
}

#menu-slider-next {
    right: -30px;
}

#menu-slider {
    list-style-type: none;
    position: relative;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
}

#menu-slider li {
    float: left;
}

/* Related Products */
.item_related_product {
    background: #FFFFFF;
    box-shadow: 0px 21.2147px 158px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: grid;
    align-items: center;
    gap: 22px;
    position: relative;
    grid-template-columns: 110px auto 40px;
}

.related_product_feature_image img {
    border-radius: 10px 0px 0px 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.related_product_container span {
    font-style: normal;
    color: #000000;
    margin-bottom:16px;
}

.item_related_product span {
    font-weight: 700;
    font-size: 14px;
    line-height: 127%;
    display: flex;
    align-items: center;
    color: #00305E;
    margin-bottom:0px;
}

.item_related_product p {
    font-weight: 400;
    font-size: 14px;
    line-height: 127%;
    color: #009DDE;
}

.text_content {
    padding-top: 22px;
    padding-bottom: 22px;
}

img.related_product_arrow {
    position: absolute;
    right: 20px;
}

.container-image {
    min-width: 100px;
    height: 100%;
    background-size: cover;
    border-radius: 10px 0px 0px 10px;
    min-height: 115px;
    background-position: center;
    background-repeat: no-repeat;
}

/* @media only screen and (min-width: 1196px) {
    .text_content {
        max-width: 215px;
    }
} */

@media screen and (max-width: 1195px) and (min-width: 992px) {
    .text_content {
        max-width: 150px;
    }
    
    img.related_product_arrow {
        right: 10px;
    }
}

/* Font-Size Content */
.post-content h2 {
    font-size: 30px;
}

.post-content h3 {
    font-size: 24px;
}

.post-content h4 {
    font-size: 20px;
}

.post-content h5 {
    font-size: 18px;
}

.post-content h6 {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .post-content h2 {
        font-size: 28px;
    }
    
    .post-content h3 {
        font-size: 22px;
    }
    
    .post-content h4 {
        font-size: 18px;
    }
    
    .post-content h5 {
        font-size: 16px;
    }
}

.post-content h2, 
.post-content h3, 
.post-content h4,
.post-content h5,
.post-content h6 {
    line-height: auto;
}

.content-image .fl-photo-content img {
    height: 405px;
    object-fit: cover;
    border-radius: 10px!important;
}

.post-content h2,
.post-content h3, 
.post-content h4, 
.post-content h5, 
.post-content h6,
.post-content img {
    margin-bottom: 20px;
}

#author-bio .fl-module-content.fl-node-content {
    align-items: center;
    width: fit-content;
    margin: auto;
}

#author-bio img.avatar.photo {
    border: 1px solid #B9B9B9;
    border-radius: 100px;
}

#author-bio h3.fl-author-bio-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin: 0px;
}

.posts-metas {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.posts-metas p, .posts-metas a {
    margin-bottom: 0px;
}