/*
Theme Name: Haru Circle - Child
Theme URI: http://harutheme.com/circle
Author: HaruTheme
Author URI: http://harutheme.com/
Description: This is child theme of Haru Circle
Template: haru-circle
Version: 1.0.0

*/

/*---------------------------------
    Write your css code from here
------------------------------------*/
.team-wrp {
    position: relative;
}
.team-wrp .team-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.team-wrp .team-list a{
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 33%;
    margin-bottom: 15px;
}
.team-wrp .team-list .team-item {
    width: 100%;
}
.team-item-img {
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.team-item-img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(38, 38, 38, 0.8);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.team-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.8s;
    object-position: top center;
}
.team-wrp .team-list .team-item:hover .team-item-img::after{
    opacity: 1;
    transition: all 0.3s;
}
.team-wrp .team-list .team-item:hover .team-item-img img{
    transform: scale(1.1);
    transition: all 0.8s;
}
.team-item-content {
    padding: 15px;
    text-align: center;
    background-color: white;
    border-radius: 0px 0px 5px 5px;
}
.team-item-content h4 {
    font-family: "Nunito Sans";
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #262626;
}
.team-item-content p {
    color: #838080;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.team-item-content span {
    text-decoration: none;
    color: #fd6500;
    display: block;
    font-size: 16px;
    font-family: "Playfair Display";
    font-weight: 700;
    text-align: center;
}

.custom-single-director-page .director-image{
    margin: 0 !important;
    padding-right: 15px;
    padding-top: 10px;
}
.custom-single-director-page .director-heading,
.custom-single-director-page .row,
.custom-single-director-page .single-content {
    margin: 0 !important;
    padding: 0 !important;
}
.custom-single-director-page .description-title{
    padding: 0 !important;
}
.custom-single-director-page .director-category{
    margin-bottom: 15px !important;
    display: block !important;    
}
.custom-single-director-page .director-category a{
    color: #fd6500 !important;
    pointer-events: none;
}
.custom-single-director-page .director-description{
    border: 0 !important;
    align-content: center;
}
.custom-single-director-page .director-image-border{
    border-right: 1px solid rgba(224, 224, 224, 0.3);
}
.custom-single-director-page .director-content .row{
    display: flex;    
}

header.haru-main-header {
    background-color: #130e08 !important;
}
header.haru-main-header .haru-header-nav-wrapper .haru-header-wrapper .menu-wrapper .haru-main-menu > li > a {
    color: #999999 !important;   
}
header.haru-main-header .haru-sticky-wrapper.is-sticky > .haru-header-nav-wrapper.sticky_dark.sticky-on {
    height: 60px;
    background-color: #130e08 !important;
}

.about_us_our_services_sec .icon-readmore a{
    display: none
}


.footer {
    /* background: #232323; */
    background: #130e08 !important;
    position: relative;
    padding: 60px 30px 15px;
}
.footer-wrp {
    position: relative;
    border-bottom: 1px solid #383838;
    padding-bottom: 30px;
}
.footer-wrp .footer-wrp-row,
.footer-inner-row {
    display: flex;
    flex-wrap: wrap;
}
.footer-wrp .footer-wrp-row .footer-wrp-col-4 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    max-width: 25%;
    margin-bottom: 30px;
}
.footer-wrp .footer-wrp-row .footer-wrp-col-8 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    max-width: 75%;
    margin-bottom: 30px;
}
.footer-wrp .footer-wrp-row .footer-wrp-inner-col{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    max-width: 25%;
    margin-bottom: 30px;
}
.footer-wrp .footer-logo a {
    display: inline-block;
}
.footer-wrp .footer-logo a img {
    width: 100px;
}
.footer-wrp .footer-logo p {
    color: #ababab;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Nunito Sans";

}
.footer-wrp .social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.footer-wrp .social-icons a {
    width: 30px;
    height: 30px;
    border: 1px solid #ababab;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.footer-wrp .social-icons a svg {
    width: 18px;
    height: 18px;
    fill: #ababab;
}
.footer-wrp .social-icons a:hover {
    background: #fd6500;
    border-color: #fd6500;
}
.footer-wrp .social-icons a:hover svg {
    fill: #fff;
}
.footer-wrp .footrer-widget {
    margin-bottom: 20px;
}
.footer-wrp .footrer-widget h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    font-family: "Nunito Sans";
    margin: 0;
}
.footer-wrp ul.footer-menu-link {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-wrp ul.footer-menu-link li {
    margin-bottom: 10px;
}
.footer-wrp ul.footer-menu-link li a {
    text-decoration: none;
    color: #ababab;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s ease;
    font-family: "Nunito Sans";
}
.footer-wrp ul.footer-menu-link li a:hover {
    color: #fd6500;
}
.copyright-section {
    text-align: center;
    padding-top: 15px;
}
.copyright-section p {
    color: #ababab;
    margin: 0;
    font-size: 14px;
    font-family: "Nunito Sans";
}
.copyright-section p span {
    color: #fff;
}
.custom-footer .container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.haru-page-title-section {
    background-size: cover;
    background-position: center center !important;
    background-attachment: fixed;
}
.haru-page-title-section:before{
    background-color: rgb(0 0 0 / 70%) !important;
}

.popup-content .popup-title, .popup-content .popup-film-category, .popup-content .video-playlist {
    display: none;
}
#post-1117 .film-view-links, #post-1115 .film-view-links{
    display: none;
}
.film-icon {
    display: none !important;
}

header.haru-main-header.header-float {
    position: relative !important;
}

.haru-single-director .single-content .single-wrapper article .post-wrapper .single-director-main {
    background-image: url(./assets/images/sierra.png) !important;
}

@media only screen and (max-width: 1199px) {
    .footer-wrp .footer-wrp-row .footer-wrp-col-4 {width: 30%;max-width: 30%;}
    .footer-wrp .footer-wrp-row .footer-wrp-col-8 {width: 70%;max-width: 70%;}
    .footer-wrp .footer-wrp-row .footer-wrp-inner-col {width: 50%;max-width: 50%;}    
}
@media only screen and (max-width: 991px) {
    .team-wrp .team-list a{width: 33.33333333%;}
}
@media only screen and (max-width: 767px) {
    .team-wrp .team-list a{width: 50%;}
    .custom-single-director-page .director-image-border {
        border-right: 0;
    }
    .custom-single-director-page .director-image {
        padding-right: 0;
        padding-top: 0;
    }
    .footer-wrp .footer-wrp-row .footer-wrp-col-4,
    .footer-wrp .footer-wrp-row .footer-wrp-col-8{width: 100%;max-width: 100%;}
    .footer-wrp .footer-wrp-row .footer-wrp-col-8{margin-bottom: 0;}
}
@media only screen and (max-width: 575px) {
    .team-wrp .team-list a {width: 100%;}
    .footer-wrp .footer-wrp-row .footer-wrp-inner-col {width: 100%;max-width: 100%;padding-left: 0;}
    .footer-wrp .footer-wrp-row .footer-wrp-inner-col:last-child{margin-bottom: 0;}
    .footer {padding: 60px 15px 15px;}
}
