/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/** Fonts **/

@font-face {
    font-family: 'Proxima Nova';
    src: url(./fonts/Proxima-Nova-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(./fonts/Proxima-Nova-Regular-Italic.ttf) format("truetype");
    font-style: italic
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(./fonts/Proxima-Nova-Bold.ttf) format("truetype");
    font-weight: 600
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(./fonts/Proxima-Nova-Bold.ttf) format("truetype");
    font-weight: 700
}

*:not(i):not(.ab-icon) {
    font-family: 'Proxima Nova', sans-serif !important;
}

/** Carousel **/

.carousel-background-video {
    width: 100vw;
    height: 100vh;
    bottom: -113px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    padding: 17px !important;
}

@media (max-width: 1000px) {
    .carousel-background-video {
        width: 100vw !important;
        padding: 0 !important;
    }
}

.carousel-background-video .nectar-video-wrap {
    min-height: 101vh !important;
    max-height: 101vh !important;
    position: relative;
}

.carousel-background-video .nectar-video-bg {
    min-height: 101vh !important;
    max-height: 101vh !important;
    min-width: 105vw;
    object-fit: cover;
}

.carousel-background-video .wpb_wrapper {
    padding: 120px;
    bottom: 20px !important;
    position: absolute;
}

@media (max-width: 1000px) {
    .carousel-background-video .wpb_wrapper {
        padding: 45px;
        bottom: 81px !important;
    }
}

/** Portfolio **/
.work-info .line,
.work-info .next-arrow {
    display: none !important;
}

.portfolio-items .col .work-item .work-info-bg {
    background: linear-gradient(45deg, black, #96784b) !important;
    opacity: .55 !important;
}

/** gradient animation ? **/
.portfolio-items .col:hover .work-info-bg {

}

.portfolio-items .work-info .vert-center h3 {
    background-image: linear-gradient(to right, #fff 0, #fff 100%);
    transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
    background-size: 0 2px;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: inline;
}


.portfolio-items .col:hover .work-item .vert-center h3 {
    background-size: 100% 2px;
}

.portfolio-items[data-ps="8"] .col:hover img {
    transform: none !important;
}

/** Pie Chart **/
body .vc_pie_chart {
    max-width: 60px;
    max-height: 60px;
    margin-left: auto;
}

body .vc_pie_chart .vc_pie_chart_value {
    position: absolute;
    right: calc(100% + 8px);
    left: auto;
    font-size: 17px;
}

body .vc_pie_chart .wpb_pie_chart_heading {
    position: absolute;
    top: 0;
    right: 116px;
    margin: 0;
    line-height: 48px;
    text-transform: none;
    letter-spacing: initial;
    font-weight: normal;
    font-size: 17px;
}

/** Blog Single **/

.meta-date ~ .meta-reading-time {
    margin-left: 20px;
}

.meta-date ~ .meta-reading-time:before {
    content: '|';
    display: inline-block;
    margin-right: 20px;
}

/** Isomap **/

.grundrisse:hover {
    cursor: pointer;
    font-weight: bold;
}

.isomap {
    position: relative;
}

.isomap > img:first-child {
    position: relative;
}

.isomap > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .3s ease-in-out;
}

.isomap > .visible ~ img {
    opacity: 0 !important;
    transition: opacity .3s ease-in-out;
}

/** load more button **/
.load-more {
    border: 2px solid black !important;
    padding: 8px 20px !important;
}

.load-more:hover {
    background: #96784b !important;
    color: white !important;
    border: 2px solid #96784b !important;
}
