/*

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

*/

@font-face {
    font-family: 'bitterlove';
    src: url('assets/fonts/bitterlovesignature-yzg5l-webfont.woff2') format('woff2'), 
    url('assets/fonts/bitterlovesignature-yzg5l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vanitas';
    src: url('assets/fonts/4fdd2e60-df36-40e1-8891-087c93799fc7_2-webfont.woff2') format('woff2'), url('../../assets/fonts/4fdd2e60-df36-40e1-8891-087c93799fc7_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vanitas';
    src: url('assets/fonts/4fdd2e60-df36-40e1-8891-087c93799fc7-webfont.woff2') format('woff2'), url('../../assets/fonts/4fdd2e60-df36-40e1-8891-087c93799fc7-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body h1, body h2, body h3, body h4, body h5, body h6, .row .col h5, .portfolio-items .work-item.style-3-alt p, .nectar-hor-list-item[data-font-family="h5"], .nectar-ext-menu-item .inherit-h5 .menu-title-text, #slide-out-widget-area .nectar-ext-menu-item .inherit-h5, #ajax-content-wrap .nectar-inherit-h5, #header-outer .nectar-inherit-h5, [data-inherit-heading-family="h5"], .nectar-quick-view-box div.product h1.product_title.nectar-inherit-h5, .nectar-quick-view-box div.product .summary p.price.nectar-inherit-h5, body.woocommerce div.product p.price.nectar-inherit-h5 ins{
    font-family: 'vanitas', sans-serif !important;
}
body h1, body h2, body h3, body h4, body h5, body h6{
  color: #82969a !important;
}
.subtitle h1, .subtitle h2, .subtitle h3, .subtitle h4, .subtitle h5, .subtitle h6, h1.subtitle, h2.subtitle, h3.subtitle, h4.subtitle, h5.subtitle, h6.subtitle {
    font-family: 'bitterlove', sans-serif !important;
    color: #c6908a !important;
    text-transform: capitalize;
}
.material .tabbed > ul li a{
  font-family: 'bitterlove', sans-serif !important;
    color: #82969a !important;
    text-transform: capitalize;
}
.subtitle.bold h1, .subtitle.bold h2, .subtitle.bold h3, .subtitle.bold h4, .subtitle.bold h5, .subtitle.bold h6, .material .tabbed > ul li a {
  font-weight: 900;
}
.material .tabbed > ul li{
  position: relative;
  background-color: transparent !important;
}
.material .tabbed > ul li a {
  font-size: 40px !important;
  font-weight: 700 !important;
  border: none;
  padding: 20px;
  border-radius: 0;
  text-align: center;
  margin-right: 0;
  background-color: transparent !important;
  /*background-image: url(assets/images/bg.jpg);
  background-size: cover;*/
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.7;
  transition: all 0.6s ease 0s;
}
.material .tabbed > ul li a::before, .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) .active-tab::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 0;
  background: #c6908a;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}
.material .tabbed > ul li a:hover::before, .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) .active-tab::before {
  width: 100px;
  height: 100px;
  opacity: 0.8;
  transition: all 0.5s ease;
  left: calc(50% - 50px);
  top: 0;
}
.material .tabbed > ul li a span{
  /*text-wrap: wrap;
  text-transform: initial;*/
  z-index: 2;
}
.tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) .active-tab, .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) a:hover {
  background-color: transparent !important;
}
.tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) .active-tab span, .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) a:hover span {
  color: #82969a !important;
}
ul.wpb_tabs_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 10px;
  list-style: none;
  padding: 0;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 30px !important;
}
ul.wpb_tabs_nav li {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/*ul.wpb_tabs_nav li:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.wpb_tabs_nav li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

ul.wpb_tabs_nav li:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
}

ul.wpb_tabs_nav li:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
}

ul.wpb_tabs_nav li:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
  align-self: end;
}

ul.wpb_tabs_nav li:nth-child(6) {
  grid-column: 4;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

body, .toggle h3 a, body .ui-widget, table, select, .bar_graph li span strong, #slide-out-widget-area .tagcloud a, body .container .woocommerce-message a.button, #search-results .result .title span, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, .row .col.section-title .nectar-love span, body .nectar-love span, body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2, .sharing-default-minimal .nectar-social .social-text, body .sharing-default-minimal .nectar-love, .widget ul.nectar_widget[class*="nectar_blog_posts_"] > li .post-date, .single [data-post-hs="default_minimal"] #single-below-header span, .single .heading-title[data-header-style="default_minimal"] #single-below-header span, #header-outer .nectar-image-link-widget .image-link-content span, #slide-out-widget-area.fullscreen .nectar-image-link-widget .image-link-content span, #slide-out-widget-area.fullscreen-alt .nectar-image-link-widget .image-link-content span, .nectar-header-text-content, #slide-out-widget-area .nectar-ext-menu-item .menu-item-desc, .woocommerce-checkout-review-order-table .product-info .product-quantity, #ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a, #ajax-content-wrap .nectar-sticky-tabs .wpb_tabs_nav li .menu-content > a{
    font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 1000px) {
  .container{
    max-width: 1400px;
  }
}
body p, .nectar-fancy-ul ul li{
  line-height: 27px !important;
}
.transparent.scrolled-down #logo {
    background-color: rgba(0,0,0,0);
}
@-webkit-keyframes rotateText {
    0% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
    }
    100% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
    }
}
.rotate-box {
    position: absolute;
    width: 150px;
    height: 150px;
    display: block;
    margin: 0;
    bottom: -110px;
    right: 0;
}
.rotate-box .rotate-text {
    -webkit-animation: 20s linear infinite rotateText;
    animation: 20s linear infinite rotateText;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
}
.rotate-box .rotate-circle {
    background-color: #8C92AC;
    background-image: url('assets/images/bg.jpg');
    background-size: cover;
    background-position: center;
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
}
.rotate-box .num {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 70px;
    font-family: 'Instrument Serif', serif;
}
.rotate-box .rotate-circle svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    letter-spacing: 20px;
}
body.material #slide-out-widget-area-bg.slide-out-from-right {
    background-image: url('assets/images/bg.jpg');
    background-size: 200% 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
.nectar-header-text-content {
    font-size: 30px;
}
/*body:not(.home) #top {
    background-image: url('assets/images/bg.jpg');
    background-size: cover;
    background-position: center;
}
body.home #top {
    background-color: rgba(0,0,0,0.5);
}*/
/*#header-outer::before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 40px;
  }*/
  .full-width-content p, .full-width-content ul {
    color: #3a4446;
  }
  .call-to-button{
    margin: 0 !important;
  }
  .call-to-button h6{
    color: #1e1c1c;
    background-color: #efefef !important;
    padding: .65em 1.25em;
    line-height: 1 !important;
    border-radius: 20px;
    font-size: 14px !important;
    margin-right: 10px;
  }
  #slide-out-widget-area.slide-out-from-right{
    z-index: 15;
  }
  #slide-out-widget-area-bg.slide-out-from-right{
    z-index: 11;
  }
  #slide-out-widget-area.slide-out-from-right{
    right: auto;
    left: 50px;
    width: calc(100vw - 8%);
  }
  #slide-out-widget-area ul.menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: space-between;
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close{
    top: 40px;
    right: 40px !important;
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .follow-body.slide_out_area_close{
    transform: none !important;
  }
  body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a{
    font-weight: 600;
    letter-spacing: normal;
  }
  body #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a::before {
    background-color: transparent !important;
  }
  #header-outer{
    position: absolute;
  }
  .widget.widget_nav_menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: space-between;
  }
  .widget.widget_nav_menu ul li {
    list-style: none;
  }
  .loader-wrap {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    z-index: 99999999999999;
  }
  .loader-wrap .text-center {
    position: relative;
    z-index: 444;
  }
  .loader-wrap .text-center .logo {
    width: 300px;
    margin:0 auto 30px;
    display:block;
  }
  .loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: #eee;
  }
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: none;
    color: #000 !important;
    z-index: 20;
  }
  .load-text span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
  }
  .load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  body.home #header-outer[data-has-menu][data-format][data-padding][data-using-logo] > #top .slide-out-widget-area-toggle[data-custom-color="true"] .lines-button::after, body.home #header-outer[data-has-menu][data-format][data-padding][data-using-logo] > #top .slide-out-widget-area-toggle[data-custom-color="true"] a .lines-button i::before, body.home #header-outer[data-has-menu][data-format][data-padding][data-using-logo] > #top .slide-out-widget-area-toggle[data-custom-color="true"] a .lines-button i.lines::after, body.material #header-outer .slide-out-widget-area-toggle[data-custom-color="true"] a .close-line, body.material.home #header-outer[data-using-logo].transparent .slide-out-widget-area-toggle[data-custom-color="true"] a .close-line, body.home.material:not(.mobile) #header-outer.transparent .slide-out-widget-area-toggle[data-custom-color="true"] a .close-line{
    background-color: #fff !important;
  }
  .off-canvas-menu-container li{
    position: relative;
    z-index: 9;
  }
  .off-canvas-menu-container li a{
    z-index: 9;
    font-family: vanitas !important;
  }
  .off-canvas-menu-container li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 0;
    background: #c6908a;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1;
  }
  .off-canvas-menu-container li:hover::before {
    width: 100px;
    height: 100px;
    opacity: 0.8;
    transition: all 0.5s ease;
    left: calc(50% - 50px);
    top: -36px;
  }
  .text-center p {
    text-align: center;
  }
  .video-color-overlay {
    opacity: 1 !important;
  }
  .page-id-364 .subtitle h1{
    font-weight: 400;
    font-size: 70px;
  }
  @-webkit-keyframes loading {
  0% {
  opacity: 1;
  }
  100% {
  opacity: 0;
  }
  }
  @keyframes loading {
  0% {
  opacity: 1;
  }
  100% {
  opacity: 0;
  }
  }
  #header-outer[data-header-button_style="shadow_hover_scale"] .slide-out-widget-area-toggle[data-custom-color="true"] a::before {
    box-shadow: none !important;
  }
  .white-text li, .white-text p {
    color: #fff !important;
  }
  ul.column2 {
    columns: 2;
  }
  .image-text {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px !important;
  }
  .subtitle.nectar-split-heading[data-animation-type="line-reveal-by-space"] span{
    line-height: 1.7;
  }
  form label, .material #footer-outer .widget li a, .material #sidebar .widget li a, .material .widget li a, .wpcf7-form p span, .copyright p {
    font-family: vanitas;
    color: #82969A;
    font-weight: 900 !important;
    font-size: 18px;
  }
  body[data-form-submit="regular"] input[type="submit"]{
    font-family: vanitas;
    background-color: #82969A;
  }
  .original-logo img{
    width: 250px;
    margin-top: 5px !important;
  }
  .bg-banner{
    background-size: 200% auto;
  }
  body:not(.home) #logo {
    opacity: 0;
    visibility: hidden;
  }
  .text-justify p {
    text-align: justify;
  }
  .mar0 .wpb_wrapper > div, .mar0 ul {
    margin-bottom: 0;
  }
  .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6 {
    font-weight: 900 !important;
  }
  .tabbed > ul, .wpb_content_element .tabbed .wpb_tabs_nav {
    margin-bottom: 80px;
  }
  .bgimage-cover .column-image-bg{
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-banner .row-bg {
    background-size: 220% auto;
  }
  .text-center h2, .text-center h1, .text-center h3, .text-center h4, .text-center h5, .text-center h6, .text-center p {
    text-align: center;
  }
  .gallery-text ul li{
    display: inline-block;
    margin-right: 15px;
  }
  .gallery-text h2::after {
    content: "®";
    font-size: 50%;
    position: relative;
    top: -20px;
  }
  .home nav #social-in-menu i {
    color: #fff !important;
  }
  nav #social-in-menu i {
    font-size: 26px;
  }
  body.material #header-outer[data-full-width="true"]:not([data-format="left-header"]) #top nav > .buttons {
    margin-left: 5px;
  }
  .form-social {
    position: absolute;
    right: 30px;
    bottom: 5px;
    font-size: 24px;
  }
  
@media screen and (max-width: 1024px) {
  #slide-out-widget-area ul.menu, .widget.widget_nav_menu ul{
    flex-direction: column;
  }
  .widget.widget_nav_menu ul{
    display: block;
  }
  #slide-out-widget-area.slide-out-from-right{
    left: 0;
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close{
    z-index: 99999;
  }
  .widget.widget_nav_menu ul li {
    font-size: 14px;
    line-height: 1.7;
    display: inline-block;
    margin-right: 15px;
  }
  #header-outer[data-mobile-fixed="1"], #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
    position: absolute !important;
  }
  .mobile-order-2 {
    order: 2;
  }
  .tabbed > ul{
    position: relative;
  }
  .tabbed > ul .after-toggle{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 99999;
    cursor: pointer;
    text-align: center;
  }
  .tabbed > ul .after-toggle::after {
    content: "\f078";
    font-family: 'FontAwesome';
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .material .tabbed > ul li:not(.active-tab) {
    display: none !important;
  }
  .material .tabbed > ul.open li:not(.active-tab) {
    display: flex !important;
  }
}
@media only screen and (max-width: 690px) {
  .row .col h4, body h4, #slide-out-widget-area .nectar-ext-menu-item .inherit-h4, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove), .woocommerce-cart .product-name a, #ajax-content-wrap .nectar-inherit-h4, .archive.woocommerce .container-wrap > .main-content #sidebar > .header h4, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content {
    font-size: 19.8px !important;
    line-height: 25.2px !important;
  }
  ul.column2 {
    columns: 1;
  }
  ul.wpb_tabs_nav {
    overflow-y: scroll;
}
.material .tabbed > ul li a{
  width: 150px;
}
ul.wpb_tabs_nav {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, auto);
}
.order2 {
  order: 2;
}
.mobile-hide{
  display: none;
}
  .nectar-split-heading.font_size_phone_46px h3 {
    font-size: 28px !important;
  }
}