/*
Theme Name: Hello Elementor Child
Theme URI: https://imanila.ph
Description: This is my child theme
Author: Shaneh Leng | iManila
Template: hello-elementor
*/

/*** GENERAL ***/
/* .site {
    padding: 0 50px;
} */

/*Header*/
.she-header {
    box-shadow: 0 1px 7px -3px rgb(0 0 0 / 17%)
}
.she-header.e-con .e-con-inner {
    padding-top: 20px;
}

/*Navbar*/
.elementor-27 .elementor-element.elementor-element-29904b4 .menu-item a.hfe-menu-item {
    padding-bottom: 15px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, 
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    top: 0;
}


/*Home*/
.home-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details {
    display: flex;
    align-items: center;
    gap: 5px;
}
.home-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: flex;
    align-items: center;
}

/*Video Lightbox*/
.play-btn .elementor-button {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: #2E7EED !important;
    line-height: 94px;
}
.play-btn .fa-fw {
    font-size: 1.3rem;
}
.bdt-lightbox {
    width: 1010px;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    z-index: 1011;
    background: transparent;
}

/*Testimonials*/
.ekit-wid-con .elementskit-stars {
    display: none;
}


/*Footer*/
.copyright p {
    margin-bottom: 0;   
}


/*About Us*/
.about-slider .bdt-slider {
    position: relative;
}
.about-slider .swiper-container + .bdt-position-z-index {
    position: absolute !important;
    bottom: -40px;
}
.ekit-wid-con .elementskit-testimonial_card .xs-overlay {
    background-color: transparent !important;
}
.about-logo-slider.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
}


/*Contact Us*/
.contact-form textarea {
    min-height: 200px;
}
.contact-icons .elementor-icon i {
    background-color: #FAFAFA;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
}
.sa-margin-bottom {
    margin-bottom: 20px;
}
.display-flex p {
    display: flex;
    gap: 15px;
}
.display-flex p > * {
    width: 100%;
}
.align-right {
    text-align: right;
}
.wpcf7-spinner {
    display: block;
}


/*Blogs*/
.blog .site-main {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog-header {
    text-align: center;
    margin-bottom: 100px;
}
.blog-title {
    color: #000000;
    font-family: 'Open Sans', Sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.2;
}
.blog-desc {
    max-width: 690px;
    margin: 0 auto;
}
.blog-content {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.blog-content > article {
    flex: calc(33.33% - 25px);
    width: calc(33.33% - 25px);
}
.blog-content > article > a {
    display: block;
    overflow: hidden;
    height: 273px;
}
.blog-content > article > a img {
    transition: 0.4s all ease-in-out;
    height: 273px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-content > article > a:hover img {
    transform: scale(1.1);
    transition: 0.4s all ease-in-out;
}
.blog-content .entry-title,
.related .blog-content .entry-title {
    font-family: 'Open Sans', Sans-serif;
    font-size: 21px;
    font-weight: 400;
}
.blog-content .entry-title a {
    color: #000;
}
.blog-content .entry-title a:hover {
    color: #2E7EED;
}
.blog-content .entry-excerpt {
    font-family: 'Noto Sans', Sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #8C8C8C;
}
.entry-meta {
    padding-bottom: 10px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Open Sans';
    font-size: 14px;
}
.entry-meta-author {
    width: 50%;
    display: flex;
    align-items: center;
}
.entry-meta-author .avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 15px;
}
.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pagination .nav-links > * {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 1px 2px rgba(0 0 0 / 5%);
    display: inline-block;
    margin: 0 5px;
    color: #8C8C8C;
}
.pagination .nav-links > .current,
.pagination .nav-links > a:hover {
    background-color: #2E7EED;
    color: #fff;
}
.pagination .nav-links > a.next {
    font-size: 14px;
}
.pagination .nav-links i {
    font-size: 25px;
    position: relative;
    top: 7px;
    left: 1px;
}


/*Single Post*/
.single .site-main {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 980px !important;
}
.single .entry-title {
    color: #000000;
    font-family: 'Open Sans', Sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.2;   
    max-width: 850px !important;
    margin: 0 auto;
    text-align: center;
}
.single .entry-meta {
    max-width: 250px;
    width: 100%;
    margin: 15px auto;
}
.single .entry-image {
    margin: 20px 0;
}
.entry-author-box {
    padding-top: 80px;
}
.entry-author-box .clearfix {
    display: none;
}
.entry-author-box .saboxplugin-socials  {
    float: left;
}
.entry-author-box  h3,
.related h3 {
    color: #000000;
    font-family: 'Open Sans', Sans-serif;
    font-size: 32px;
    font-weight: 300;
}
.entry-author-box hr {
    border-color: #f7f7f7;
    border-bottom: 0;
}
.entry-author-box .saboxplugin-wrap .saboxplugin-socials {
    background: transparent;
    border-top: 0;
    padding: 0;
}
.entry-author-box .saboxplugin-wrap .saboxplugin-socials > * {
    margin-left: 0 !important;
    margin-right: 35px !important;
}
.entry-author-box .saboxplugin-authorname a {
    color: #000000 !important;
    font-family: 'Open Sans', Sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.entry-author-box .saboxplugin-wrap .saboxplugin-desc p,
.entry-author-box .saboxplugin-wrap .saboxplugin-desc {
    font-size: 16px !important;
    max-width: 850px;
}   
.entry-author-box .saboxplugin-wrap .saboxplugin-gravatar {
    padding: 0 35px 0 0;
}
.saboxplugin-wrap .saboxplugin-gravatar img {
    max-width: 150px !important;
    width: 150px !important;
    height: 150px !important;
    position: relative;
    top: 0;
}
.saboxplugin-tab {
    padding-top: 20px;
}
section.related {
    padding-top: 100px;
    padding-bottom: 120px;
    background: #FAFAFA;
}
section.related .container {
    max-width: 1200px;
    margin: 0 auto;
}
.related h3 {
    margin-bottom: 40px;
}
.related .blog-content .entry-title {
    text-align: left;
    margin-top: 20px;
}
.related .blog-content .entry-meta {
    justify-content: start;
    max-width: 100%;
    width: 100%;
    margin: 15px auto 0;
}


/***MEDIA QUERIES***/
@media (min-width: 1025px) {
    .ipad-section {
        position: absolute !important;
        left: 0 !important;
    }
}
@media (max-width: 1024px) {
    .sa-visible-large {
        display: none;
    }
}