/*
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: "Bebas";
  src: url("./fonts/bebas-neue.woff2") format("woff2"),
       url("./fonts/bebas-neue.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vesna";
  src: url("./fonts/vesna.woff2") format("woff2"),
       url("./fonts/vesna.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* конкретные классы */
.bebas { font-family: "Bebas", sans-serif; text-transform: uppercase; }
.vesna { font-family: "Vesna", serif; }
#page-header-bg h1 { font-family: "Bebas", sans-serif; text-transform: uppercase; font-size: 52px}
/* пример: заголовки внутри блока */
.hero-title { font-family: "Bebas", sans-serif; }
.section-subtitle { font-family: "Vesna", serif; }

.flex_gap_desktop_60px> .vc_column-inner > .wpb_wrapper{
	gap: 0px;
}

.rotated {
    transform: rotate(-10deg);
	text-align: right;
	font-size: 42px;
	color: #D8C495
}

.widgettitle {
    font-size: 24px;
    font-weight: bold;
}

.widget_nav_menu ul li {
    list-style: none;
    margin-left: 0;
}

.widget_nav_menu ul {
    margin-left: 0;
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nectar-hor-list-item {
    min-height: 144px;
    display: flex;
    align-items: center;
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input {
    border-radius: 6px;
}

.fluent_form_5{
    background-color: #fff;
    padding: 32px;
    border-radius: 16px;
    max-width: 600px;
}

input.terms-and-conditions{
	cursor: pointer
}

.ff-el-group.ff-text-right.ff_submit_btn_wrapper {
    margin-bottom: 0;
}

#fluentform_5_success {
    border-radius: 18px;
    max-width: 600px;
    background-color: white;
    height: 460px;
    text-align: center;
    border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 600px
}


#slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li, .material #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li li {
    margin: 32px 0 0 0!important;
    line-height: normal!important;
    font-size: 16px;
}

#slide-out-widget-area.slide-out-from-right-hover {
  width: 550px !important;
  transform: translate3d(551px, 0, 0) !important;
  -webkit-transform: translate3d(551px, 0, 0) !important;
  -ms-transform: translate3d(551px, 0, 0) !important;
}

/* Когда меню открыто */
#slide-out-widget-area.slide-out-from-right-hover.open {
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
}

/* Overlay для off-canvas меню */
#custom-ocm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 100; /* меню у тебя 9999 */
}
body[data-slide-out-widget-area-style=slide-out-from-right-hover] #header-outer{
	z-index: 99!important;
}

/* Когда меню открыто */
#custom-ocm-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


.slide_out_area_close .close-wrap .close-line{
	    background: #000;
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li>a:after{
	border-top: none!important;
	
}

span.post-featured-img.page-header-bg-image img {
    border-radius: 20px;
}


/**/

#slide-out-widget-area {
  background: #fff;
  width: 420px;
  padding: 72px 64px;
}

.hl-offcanvas-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hl-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hl-menu li {
  margin: 0;
}

.hl-menu--top a {
  font-size: 34px;
  line-height: 42px;
  font-weight: 500;
  text-decoration: none;
  color: #111;
  display: block;
  padding: 12px 0;
}

.hl-menu--bottom a {
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: rgba(0,0,0,.65);
  display: block;
  padding: 10px 0;
}

.hl-social {
  display: flex;
  gap: 12px;
}

.hl-social-btn {
  width: 40px;
  height: 40px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hl-contacts {
  margin-top: 16px;
  font-size: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hl-sep {
  opacity: .4;
}

li.subtitle-menu a{
	color: #11151B!important;
	text-transform: uppercase;
	font-weight: bold!important;
	margin-top: 52px!important;}

.material .wpb_content_element, .material .wpb_row{
/* 	margin-bottom: 0; */
}

.nectar-icon-list-item .content {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

/* Salient off-canvas/sidebar mobile fix */
#slide-out-widget-area,
#slide-out-widget-area.slide-out-from-right-hover {
  box-sizing: border-box;
  right: 0 !important;
  left: auto !important;
  max-width: 100vw !important;
}

#slide-out-widget-area.slide-out-from-right-hover {
  width: min(550px, 100vw) !important;
  transform: translate3d(100%, 0, 0) !important;
  -webkit-transform: translate3d(100%, 0, 0) !important;
  -ms-transform: translate3d(100%, 0, 0) !important;
}

#slide-out-widget-area.slide-out-from-right-hover.open {
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
}

@media (max-width: 690px) {
  #slide-out-widget-area,
  #slide-out-widget-area.slide-out-from-right-hover {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 64px 24px 32px !important;
  }

  .hl-menu--top a {
    font-size: 28px;
    line-height: 34px;
  }

  .hl-menu--bottom a,
  .hl-contacts {
    font-size: 16px;
    line-height: 24px;
  }
}