/*
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
*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Amulhed Demo';
    src: url('/wp-content/themes/salient-child/fonts/AmulhedDemo.woff2') format('woff2'),
        url('/wp-content/themes/salient-child/fonts/AmulhedDemo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@keyframes animationFrames{
  0% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
	  -ms-transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
    -webkit-transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
    transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
	-ms-transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
    -webkit-transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
    transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
  }
}

body, * {
    font-family: 'Lora', serif;
}

#header-outer:not([data-transparent-header="true"]):not([data-format="left-header"]) #logo, #header-outer:not([data-transparent-header="true"]):not([data-format="left-header"]) .logo-spacing {
    margin: 8px 0;
}

div#header-space {
    min-height: 142px;
    max-height: 142px;
}

body div#header-outer {
    background: #ffffff73;
}

body #header-outer[data-lhe="default"] #top nav > ul > li > a {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 500;
    padding: 0 30px;
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, body.material #top nav ul #search-btn a span {
    color: #1c1c1c !important;
    font-size: 17px;
}

body.material #header-outer:not([data-format="left-header"]) #top .row nav > .buttons > li {
    margin: 0 10px;
}

body.material #header-outer #top .row nav > .buttons > li:first-child {
    margin-left: 0;
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    font-size: 20px;
}
.sec-home h2 {
    color: #ffffff;
    font-size: 79px;
    line-height: 79px;
    margin-bottom: 0;
    font-family: 'Amulhed Demo';
    font-weight: normal;
}

.sec-home h3 {
    font-size: 19px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 7px;
    padding-bottom: 0;
}

.sec-home .nectar-button[data-color-override="false"].regular-button {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    padding: 15.5px 57.4px;
    border-radius: 7px !important;
    margin-top: 20px;
}

.sec-home .span_12.light.left {
    min-height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-home .owl-carousel .owl-stage {
    padding: 230px 0;
}

.sec-home .owl-nav {
    margin: 0;
    position: absolute;
    bottom: -40px;
    left: -190px;
}

.sec-home .owl-theme .owl-nav [class*='owl-'] {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    display: block;
    padding-bottom: 30px;
}

#fp-nav ul {
    counter-reset: listCounter;
}

#fp-nav ul li {
    counter-increment: listCounter;
}

#fp-nav ul li a::before {
    content: '0'counter(listCounter);
}

#fp-nav.tooltip ul li a {
    border: none !important;
    padding: 13px 17px;
    font-size: 13px;
}

#fp-nav.tooltip ul li a > span {
    height: auto;
    width: auto;
    box-shadow: none;
    border: none;
}

#fp-nav:not(.light-controls) ul li a span:after {
    display: none;
}

body #fp-nav.tooltip ul li a.active::after {
    content: "";
    height: 1px;
    width: 12px;
    box-shadow: none !important;
    position: absolute;
    background: #000 !important;
    left: -7px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
}

#fp-nav.right {
    right: unset;
    left: 22px;
}

body #fp-nav.tooltip ul li a {
    position: relative;
    color: #888888;
    display: flex;
    align-items: center;
    justify-content: center;
}

body #fp-nav.tooltip ul li a.active {
    color: #131313;
}

body #fp-nav.tooltip ul li a span {
    display: none;
}

.about h2 {
    color: #0e4e98;
    font-size: 65px;
    font-family: 'Amulhed Demo';
    font-weight: normal;
    margin-bottom: 40px;
}

.nectar-button[data-color-override="false"].regular-button {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    padding: 15.5px 57.4px;
    border-radius: 7px !important;
}

p {
    color: #545454;
    font-size: 15px;
}
div#about .row-bg.using-image {
    background-position: -200px -100px !important;
    background-color: #02affe;
}

.bold, strong, b {
    font-family: 'Lora', serif;
}

.about h2::before {content: "";position: relative;height: 1px;width: 60px;display: inline-flex;background: #c1c1c1;margin: -00px 30px 0 0;bottom: 10px;}

.about img {
    max-width: initial;
    width: inherit;
}

.about p {
    padding-right: 130px;
    font-weight: 600;
}

.sec-3 {
    padding: 0 0 !important;
}

.sec-3 .col.span_12.dark {
    padding: 90px 0;
}

.sec-3  .sec-3-1 {
    padding-left: 100px;
    width: 40%;
    margin-bottom: 70px;
}

.sec-3  h2 {
    color: #8f1344;
    font-size: 65px;
    font-family: 'Amulhed Demo';
    font-weight: normal;
    margin-bottom: 40px;
    line-height: normal;
}

.sec-3 div#sec-3-10 .image-wrap {
    position: relative;
    display: inline-block;
}

.sec-3 div#sec-3-10 .vc_col-sm-4:nth-child(2) .image-wrap p::before {
    left: -0.2vmin;
    position: absolute;
    right: -0.2vmin;
    top: -0.2vmin;
    bottom: -0.2vmin;
}

.sec-3 div#sec-3-10 .vc_col-sm-4:nth-child(2) .image-wrap p::after {
    left: -0.8vmin;
    position: absolute;
    right: -0.8vmin;
    top: -0.8vmin;
    bottom: -0.8vmin;
}

.sec-3 div#sec-3-10 .image-wrap p {
    background-color: #ddc;
    border: solid 2vmin #bf1e2e;
    border-bottom-color: #bf1e2e;
    border-left-color: #7b343b;
    border-radius: 2px;
    border-right-color: #7b343b;
    border-top-color: #bf1e2e;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    display: block;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.sec-3 div#sec-3-10 .image-wrap p img {
    display: block;
    margin: 0;
    transform: scale(1);
    width: auto;
}

.sec-3 div#sec-3-10 .item {
    text-align: center;
}

.sec-3 div#sec-3-10 .image-wrap .read-more-btn {
    position: absolute;
    bottom: 18px;
    left: 10px;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all ease 0.3s;
}

.sec-3 div#sec-3-10 .image-wrap .read-more-btn a {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    padding: 7px 43px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
}

.sec-3 div#sec-3-10 .text-wrap {
    text-align: left;
    padding: 50px 0 40px 30px;
    padding-top: 30px;
    position: relative;
}

.sec-3 div#sec-3-10 .text-wrap h3 {
    color: #181818;
    font-size: 30px;
    font-family: 'Lora', serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.sec-3 div#sec-3-10 .text-wrap p {
    position: relative;
    color: #a9a9a9;
    font-size: 15px;
}

.sec-3 div#sec-3-10 .text-wrap p::before {content: "";position: relative;display: inline-block;width: 84px;height: 1px;background: #a9a9a9;margin-right: 15px;bottom: 6px;}

.sec-3 div#sec-3-10 .item:hover .image-wrap p img {
    transition: all ease 0.3s;
}

.sec-3 div#sec-3-10 .item:hover  .image-wrap .read-more-btn {
    transform: scale(1);
}

.sec-3 div#sec-3-10 .vc_col-sm-4:nth-child(2) .image-wrap p {
    border-image-source: url(/wp-content/uploads/2020/09/footer.jpg);
    background-image: url(/wp-content/uploads/2020/09/footer.jpg);
}

.sec-3 div#sec-3-10 .image-wrap p::before {
    border-radius: 2px;
    bottom: -0.9vmin;
    box-shadow: 0 2px 5px 0 rgb(0 0 0) inset;
    content: "";
    left: -0.9vmin;
    position: absolute;
    right: -0.9vmin;
    top: -0.9vmin;
}

.sec-3 div#sec-3-10 .image-wrap p::after {
    border-radius: 2px;
    bottom: -1.3vmin;
    box-shadow: 0 2px 5px 0 rgb(0 0 0);
    content: "";
    left: -1.3vmin;
    position: absolute;
    right: -1.3vmin;
    top: -1.3vmin;
}


.sec-3 div#sec-3-10 .item .image-wrap .read-more-btn::before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: rgb(64 152 220 / 0%);mix-blend-mode: multiply;transform: scale(0);transition: all ease 0.3s;}

.sec-3 div#sec-3-10 .item:hover .image-wrap .read-more-btn::before {
    transform: scale(1);
}

.sec-3 div#sec-3-10 .sec-3-6 .item {
    position: relative;
}

.sec-3 div#sec-3-10 .sec-3-6 .item::before {content: url(/wp-content/uploads/2020/09/before-extra_.png);position: absolute;left: -50px;bottom: 100px;right: 0;}

.sec-5 .sec-4-1 {
    margin-bottom: 40px !important;
    padding-left: 30px;
}

.sec-5 .sec-4-1 h2 {
    color: #be3e1e;
    font-size: 65px;
    line-height: 65px;
    font-family: 'Amulhed Demo';
    font-weight: normal;
    position: relative;
    padding-bottom: 20px;
}

.sec-5 .sec-4-1 h2::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 60px;
    background: #c1b8bb;
    bottom: 0;
}

.sec-5  .col.span_12.dark.left {
    padding: 90px 0;
}

.sec-5 div#sec-4-2 .wpb_text_column h3 {
    color: #181818;
    font-size: 38px;
    font-family: 'Lora', serif;
    font-weight: 400;
    margin-left: -80px;
    margin-bottom: 20px;
}

.sec-5 div#sec-4-2 .wpb_text_column {
    padding-left: 110px;
    width: 81%;
}

.sec-5 div#sec-4-3 .wpb_text_column {
    width: 80%;
    margin: 0 0 0 auto;
    padding-right: 110px;
}

.sec-5 div#sec-4-3 .wpb_text_column h3 {
    color: #181818;
    font-size: 38px;
    font-family: 'Lora', serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.sec-6 .span_12.dark.left {
    padding: 120px 0;
}

.sec-6 .sec-6-1 {
    margin-bottom: 40px !important;
    padding-left: 30px;
}

.sec-6 .sec-6-1 h2 {
    color: #d35789;
    font-size: 65px;
    line-height: 65px;
    font-family: 'Amulhed Demo';
    font-weight: normal;
    position: relative;
    padding-bottom: 20px;
}

.sec-6 .sec-6-1 h2::before {content: "";position: absolute;height: 1px;width: 60px;background: #c1b8bb;bottom: 0;}

.masonry.material .masonry-blog-item .entire-meta-link {
    position: absolute;
    top: unset;
    height: auto;
    bottom: 34px;
    width: auto;
    right: 20px;
    left: unset;
    z-index: 9999;
}

.masonry.material .masonry-blog-item .article-content-wrap, .masonry.material .masonry-blog-item .meta-category, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before {
    background: transparent;
    box-shadow: none;
}

.masonry.material .masonry-blog-item .inner-wrap, body .related-posts[data-style="material"] .inner-wrap {
    box-shadow: none;
}

.masonry.material .masonry-blog-item .meta-category {
    display: none;
}

.post-header {
}

.masonry.material .post .post-featured-img {
    margin-bottom: 40px;
}

.masonry.material .masonry-blog-item .article-content-wrap {
    color: #545454;
    font-size: 15px;
}

.excerpt {
    position: relative;
}

.excerpt::before {content: "";position: absolute;bottom: -15px;left: 0;width: 50px;height: 1px;background: #858385;}

.masonry.material .masonry-blog-item .entire-meta-link::before {content: "Read more";position: relative;color: #545454;font-size: 14px;font-family: 'Lora', serif;z-index: 999;}

.sec-7 .span_12.dark.left {
    padding: 70px 0 80px;
}

.sec-7 .sec-7-1 {
    margin-bottom: 60px !important;
    padding-left: 30px;
}

.sec-7 .sec-7-1 h2 {
    color: #845425;
    font-size: 65px;
    line-height: 65px;
    font-family: 'Amulhed Demo';
    font-weight: normal;
    position: relative;
    padding-bottom: 30px;
}

.sec-7 .sec-7-1 h2::before {content: "";position: absolute;height: 1px;width: 60px;background: #c1b8bb;bottom: 0;}

.sec-7 h3 {
    color: #181818;
    font-size: 30px;
    margin-bottom: 20px !important;
    font-family: 'Lora', serif;
    font-weight: 400;
}

.sec-7 p {
    padding-left: 50px;
}

.sec-7 form.wpcf7-form p {
    padding: 0;
}

body input[type=text], body textarea, body input[type=email], body input[type=password], body input[type=tel], body input[type=url], body input[type=search], body input[type=date], body.material.woocommerce-page[data-form-style="default"] input#coupon_code {
    background: transparent;
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc;
}

body textarea {
    height: 120px;
}

.sec-7 form.wpcf7-form {
    text-align: right;
}

body[data-form-submit="regular"] .container-wrap .row input[type=submit] {
    margin-top: 30px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    padding: 15.5px 57.4px !important;
    border-radius: 7px !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid, select.wpcf7-validates-as-required.wpcf7-not-valid, textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: red !important;
}

span.wpcf7-not-valid-tip {
    display:  none;
}

body .wpcf7 .wpcf7-response-output {
    border-color: red !important;
    color: red !important;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    color: green !important;
}

body div#footer-outer {
    background: transparent;
}

#nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
    background: url(/wp-content/uploads/2020/09/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top revert;
}

body #footer-outer .widget h4 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Lora', serif;
    font-weight: 600;
    text-transform: uppercase;
}

#footer-outer #footer-widgets .col ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

#footer-outer .col.span_4:last-child {
    text-align: right;
}

#footer-outer .col.span_4:last-child p, #footer-outer .col.span_4:last-child p a {
    font-size: 16px;
    color: #ffffff;
}

.material #footer-outer #footer-widgets .col div#custom_html-2 ul li {
    display: inline-block;
    padding: 0 0 0 20px !important;
}

.material #footer-outer #footer-widgets .col div#custom_html-2 ul li i {
    color: #ffffff;
    font-size: 16px;
}

#footer-outer .col.span_4:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-outer #copyright {
    display: flex;
}

#footer-outer #copyright .col.span_5 {
    order: 2;
    margin: 0;
    text-align: right;
}

#footer-outer #copyright .col.span_7 {
    order: 1;
}

#footer-outer #copyright  .container {
    display: flex;
}

body #footer-outer #copyright .col ul {
    float: none;
}

#footer-outer #copyright li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

#footer-outer div#footer-widgets .row {
    padding: 120px 0 75px;
}

.about .row_col_wrap_12 {
    padding: 130px 0 190px !important;
}

body div#footer-outer::before {content: "";position: absolute;height: 100%;width: 100%;top: 0;left: 0;background: url(/wp-content/uploads/2020/09/footer.jpg) top center no-repeat;background-size: cover;filter: brightness(0.8);}

#footer-outer #footer-widgets .col p {
    color: #fff;
}

#footer-outer #copyright p {
    color: #fff;
}

div#page-header-wrap[data-animate-in-effect="slide-down"] div#page-header-bg .page-header-bg-image-wrap, div#home .inner-wrap {
/*     -webkit-transform: scale(1.7);
    transform: scale(1.7); */
    -ms-transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
    -webkit-transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
    transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
	animation:animationFrames 7s ease infinite; /* Change this to alternate to stop the loop. */
  -ms-animation:animationFrames 7s ease;
  -webkit-animation:animationFrames 7s ease;
  -0-animation:animationFrames 7s ease;
  -moz-animation:animationFrames 7s ease;
}

div#about .wpb_row + .wpb_text_column:last-child {
    margin-top: 60px;
}

div#about h3 {
    font-size: 39px;
    line-height: 49px;
    margin-bottom: 20px;
    font-family: 'Amulhed Demo';
}

#header-outer {
    background: #fff !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    font-size: 25px;
    font-family: 'Lora';
    font-weight: 600;
}

.page-id-103 #about .row-bg.using-image {
    background-position: -440px -100px !important;
    background-color: #02affe00;
}

#top #logo video {
    width: auto;
    height: 123px;
}

#custom_html-3 video {
    width: auto;
    height: 160px;
}

.post h3.title {
    font-family: 'Lora';
    color: #000;
    font-size: 27px;
    line-height: normal;
    text-shadow: 0 0 24px #000000b8;
}

.single .row .section-title {
    text-align: center;
}

.single.single-post .section-title h1 {
    max-width: 100%;
}

.single-post .post-content > .video, .single-post .post-content > .audio-wrap, .single-post .post-content > .quote-inner, .single-post .post-content > .post-featured-img > img {
    display: block;
    margin: 0 auto 30px;
}

#about .row-bg-overlay {
    height: 100px;
    top: unset;
    bottom: 0;
    background: #fff;
}

#sec-3 .sec-extra h3 {
    color: #181818;
    font-size: 38px;
    font-family: 'Lora', serif;
    font-weight: 400;
    margin-bottom: 20px;
}

#sec-3 .sec-extra {
    margin-top: 60px;
}

#sec-3 .sec-extra p {
    width: 80%;
    margin: 0 auto 40px;
}

#pum-402 {
    text-align: center;
}

.pum-content.popmake-content {
    text-align: center;
}

.pum-content.popmake-content h2 {
    font-family: 'Raleway', sans-serif;
}

#pum-402 #popmake-402 {
    border-width: 2px;
    border-radius: 30px;
}

body .pum-theme-393 .pum-content + .pum-close, body  .pum-theme-lightbox .pum-content + .pum-close {
    border-radius: 50% !important;
    top: 0px;
    right: 0px;
}