/*
Theme Name: Portfolio
Theme URI: https://imanila.ph
Description: Twenty Twenty-Three Child Theme for Shaneh leng's Portfolio
Author: Shaneh Leng | iManila
Template: twentytwentythree
*/

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/*Navigation*/
.menu-item.parent.current-menu-item a.hfe-menu-item {
    position: relative;
}
.menu-item.parent.current-menu-item a.hfe-menu-item:before {
    background: url('https://shanie.imanilahost.com/elementor-fse/wp-content/uploads/2023/06/cat-black.png') no-repeat center center;
    background-color: transparent !important;
    background-size: contain;
    height: 30px;
    width: 30px !important;
    left: -21px !important;
    top: 4px;
    z-index: -1;
}
.menu-item.parent.current-menu-item a.hfe-menu-item:hover:before {
    left: 92% !important;
    transition: 0.4s all ease-in-out;
}



/*WP Default Blocks*/
.wp-site-blocks > * + * {
    margin-block-start: 0;
}
.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0;
}


/*Blogs*/
.blog main {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.wp-block-post-template li {
    background-color: #3E3D5E;
}
.wp-block-post-template li,
.wp-block-post-template li figure,
.wp-block-post-template li figure img {
    border-radius: 5px 5px 0 0;
}
.wp-block-post-template li > figure + .wp-block-group {
    padding: 10px 30px 40px;
}
.blog .wp-block-post-featured-image {
    overflow: hidden;
}
.blog .wp-block-post-featured-image img {
    transition: 0.4s all ease-in-out;
}
.blog .wp-block-post-featured-image:hover img {
    transform: scale(1.1); 
    transition: 0.4s all ease-in-out;
}
.wp-block-post-title a:hover {
    text-decoration: none;
    /* color: #04406c; */
}
.wp-block-post-title,
.wp-block-post-date,
.wp-block-post-excerpt {
    font-family: 'Nunito', sans-serif !important;
}
.single .wp-block-post-terms a {
    pointer-events: none;
}
.single .entry-content {
    text-align: justify;
}



/*Links*/
.with-link a {
    color: #FF4C61 !important;
}
.with-link a:hover {
    color: #F8D74C !important;
    text-decoration: underline;
}


/*Colors*/
.yellow {
    color: #F8D74C;
}


/*Animation*/
.img-hang img {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate;
}

/*Header*/
.she-header-yes {
    border-bottom: 1px solid rgb(238 238 238 / 14%);
}

.heading h2,
.heading-left h2 {
    position: relative;
    display: inline-block;
}
.heading h2::before,
.heading-left h2::before,
.heading h2::after {
    content: url('https://shanie.imanilahost.com/elementor-fse/wp-content/uploads/2023/06/dots.png');
    background-size: contain;
    opacity: 0.3;
    display: block;
    position: absolute;
    z-index: -1;
}
.heading h2::before,
.heading-left h2::before  {
    left: -35px;
    top: -20px;
}
.heading h2::after {
    right: -35px;
    bottom: -20px;
}


/*Home Banner*/
.home-banner-img {
    overflow-x: hidden !important;
}


/*Home Main Menu*/
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
    background-image: none;
}
.bdt-background-cover {
    background-size: contain;
}
.bdt-panel-slide-item:not(.swiper-slide-active) {
    opacity: 0.05;
    filter: grayscale(0.2);
}
.bdt-panel-slide-thumb {
    width: 220px !important;
    margin: 0 auto !important;
}
.bdt-panel-slide-item.swiper-slide-active .bdt-panel-slide-thumb {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate;
}
.bdt-panel-slide-item.swiper-slide-active .bdt-position-cover:before {
    content: '';
    /* background: url('https://shanie.imanilahost.com/elementor-fse/wp-content/uploads/2023/06/arrows-active.png') no-repeat center center; */
    background-size: contain;
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: 99999;
    left: 0;
    top: 0;
}
.bdt-panel-slide-desc {
    bottom: -30px;
}
.bdt-panel-slide-title {
    text-shadow: 0 0 1px;
    display: inline-block;
}
.bdt-panel-slide-title:before {
    content: '';
    width: 0;
    height: 15px;
    background-color: rgb(108, 108, 230, 0.8);
    display: block;
    position: relative;
    z-index: -1;
    top: 34px;
    left: 0;
    transition: 0.4s all ease-in-out;
    margin: 0 auto;
}
.bdt-panel-slide-item.swiper-slide-active:hover .bdt-panel-slide-title:before {
    width: 100%;
    transition: 0.4s all ease-in-out;
}


/*Contact Form*/
.contact-form input:not(.wpcf7-submit),
.contact-form textarea {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #00FCEF;
    font-size: 1rem;   
    font-family: 'Nunito', sans-serif; 
    background-color: transparent;
    margin-top: 5px !important;
    color: #fff;
}
.contact-form input:not(.wpcf7-submit):focus,
.contact-form textarea:focus {
    border: 1px solid #F8D74C;
    color: #F8D74C;
}
.contact-form input {
    height: 45px;
    line-height: 45px;
}
.contact-form textarea {
    height: 120px;
    resize: none;
    padding: 15px 20px;
}
.contact-form .wpcf7-submit {
    height: 55px;
    line-height: 55px;
    background-color: #FF4C61;
    color: #fff;
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #FF4C61;
    transition: 0.3s all ease-in-out;
}
.contact-form .wpcf7-submit:hover {
    background-color: transparent;
    border: 1px solid #F8D74C;
    color: #005ea5;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}
.contact-form .wpcf7-submit:focus {
    outline: none;
}
.contact-form label {
    font-size: 0.8rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* color: #6C6CE6; */
}
.wpcf7-not-valid-tip {
    color: #FF4C61;
    font-size: 0.7rem;
    margin-top: 5px;
    margin-left: 5px;
}


/*Timeline*/
.timeline:before {
    width: 2px;
    background-color: #FF4C61;
    left: 0;
}
.timeline li:first-child {
    margin-top: 35px;
}
.timeline li .timeline-panel {
    float: right;
    width: 90%;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.timeline li.timeline-right .timeline-panel:before {
    right: auto;
    left: -15px;
    border-left: 0 solid #fff;
    border-right: 15px solid #fff;
}
.timeline li .timeline-panel:before {
    display: none;
}
.timeline li.timeline-right .timeline-panel:after {
    display: none;
}
.timeline li .tl-circ {
    top: 0;
    left: -5px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 0;
}
.studies .timeline li .tl-circ {
    background: url('https://shanie.imanilahost.com/elementor-fse/wp-content/uploads/2023/06/graduation.png') no-repeat center center;
    background-size: cover;
}
.careers .timeline li .tl-circ {
    background: url('https://shanie.imanilahost.com/elementor-fse/wp-content/uploads/2023/06/briefcase.png') no-repeat center center;
    background-size: cover;

}
.timeline-panel .tl-content {
    color: #fff;
}
.timeline-panel .tl-content .be-content h5 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 1.025rem;
}
.timeline-panel .tl-content .be-content p {
    margin-top: 5px;
}


/*Hobbies*/
.hobbies .bdt-panel-slide-thumb {
    width: 145px !important;
    position: relative;
}



/*Media Queries*/
@media (max-width: 767px) and (min-width: 460px) {
    .bdt-progress-pie-wrapper .bdt-progress-pie {
        height: 250px;
    }
    .bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-svg svg {
        height: 250px;
        margin: 0 auto;
        right: 0;
    }
}