/*
Theme Name: Salient Child Theme
Author: Prime Web Solution Srl
Author URI:  https://primewebsolution.it/
Template: salient
Version: 1.0
*/

:root {
    --background-color: #F7FAFC;
}

.bkg-color .row-bg-wrap {
    background: var(--background-color);
}
.privacy {
    display: flex;
	margin-bottom: 2%;
}
.privacy a {
    text-decoration: underline;
}
.nectar-ext-menu-item .inner-content{
        color: var(--nectar-accent-color) !important;
	text-transform: none;
	font-size: 18px;
	line-height: 25px;
}
.nectar-button span:after {
    content: "";
    background: url(/wp-content/uploads/2024/07/amg-btn-details.png);
    width: 30px;
    height: 6px;
    background-size: contain;
	background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
}
.nectar-fancy-box .box-bg:after {
    background-color: transparent;
}
.nectar-fancy-box .inner h3 em {
	color: #000 !important;
}
#page-header-bg[data-alignment-v=middle] .container {
    width: 100%;
    max-width: none;
    text-shadow: 0 0 8px black;
}
#header-outer nav li#menu-item-113 > a .nectar-ext-menu-item .image-layer {
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 2560px) {
  html {
    font-size: 18px;
  }

  body {
    line-height: 1.7;
  }

  /* Container più largo ma non full width */
  .container,
  .wrapper,
  .site-content,
  .content,
  main {
    max-width: 1800px;
  }

  h1 {
    font-size: clamp(2.6rem, 2vw, 4rem);
    line-height: 1.15;
  }

  h2 {
    font-size: clamp(2rem, 1.5vw, 3rem);
    line-height: 1.2;
  }

  h3 {
    font-size: clamp(1.4rem, 1.1vw, 2rem);
    line-height: 1.25;
  }

  p,
  li,
  a,
  button,
  input,
  textarea,
  label {
    font-size: clamp(1.05rem, 0.7vw, 1.3rem);
  }

  section,
  article,
  .section,
  .block,
  .content-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn,
  button,
  input[type="submit"],
  .wp-block-button__link,
  a.button {
    font-size: 1.05rem;
    padding: 14px 24px;
  }
}

@media (min-width: 3840px) {
  html {
    font-size: 19px;
  }

  .container,
  .wrapper,
  .site-content,
  .content,
  main {
    max-width: 2000px;
  }

  section,
  article,
  .section,
  .block,
  .content-block {
    padding-top: 56px;
    padding-bottom: 56px;
  }
	.vc_col-sm-6 img,
	.col.span_4 img {
		width: 100%;
		height: auto;
	}
	
}