/*
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
*/

h1,
h2,
h3,
h4 {
  font-family: all-round-gothic, sans-serif !important;
}
h1,
h1 span{
  text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
}

/* Mobile */
@media screen and (max-width: 1024px) {
  h1,
  h1 span{
    font-size: 40px !important;
    line-height: 55px !important;
  }
}

.text_img h4{
  font-family: "Poppins", serif !important;
}

.masonryCustom .element:first-child {
  width: 49.8% !important;
}

.masonryCustom .element:nth-child(2) {
  width: 50% !important;
}

.masonryCustom .element:nth-child(3) {
  width: 50% !important;
}

.fancy-box-custom-icon{
  max-width: 100% !important;
}
.cookie-law-bar__button{
  background-color: black !important;
  font-family: all-round-gothic, sans-serif !important;
  font-size: 20px !important;
}

.big_text p{
  font-size: 24px;
  line-height: 36px;
}

.big_text{
  margin-bottom: 30px   !important;
}

/* Mobile */
@media screen and (max-width: 1024px) {
  .masonryCustom .element:not(:first-child),
  .masonryCustom .element:not(:nth-child(2)),
  .masonryCustom .element:not(:nth-child(3)) {
    width: 50% !important;
  }
}

.masonryCustom h3{
  font-size: 30px !important;
  line-height: 40px !important;
}

.masonryCustom p{
  font-size: 18px !important;
  font-family: all-round-gothic, sans-serif !important;
}

.masonryCustom .portfolio-items .col .work-info .vert-center {
  top: 85% !important;
}

.masonryCustom .portfolio-items .col .work-info {
  padding: 10% 10% 10% 10% !important;
}


.wpb_wrapper > div {
  margin-bottom: 0px;
}

.heading-wrap h4 {
  font-family: all-round-gothic, sans-serif !important;
  font-size: 30px !important;
  font-weight: 600;
}

body[data-button-style*="slightly_rounded"] .nectar-button {
  border-radius: 40px 40px 40px 40px !important;
  -webkit-border-radius: 40px 40px 40px 40px !important;
}

#header-outer {
  position: absolute !important;
  top: 0 !important;
  background-color: transparent !important;
}

/* .ocm-effect-wrap-inner{
    position: absolute !important;
} */

#header-space {
  display: none !important;
}

#ajax-content-wrap {
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
}

.slide-out-widget-area-toggle {
  display: none !important;
}

.iwithtext .iwt-text {
  padding-left: 100px;
}

.iwithtext .iwt-text p {
  font-size: 16px !important;
}

.row_contact {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}

@media screen and (max-width: 767px) {
  .row_contact {
    flex-direction: column;
    row-gap: 20px;
  }
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  border-radius: 40px;
  border: 1px solid #343434;
  background-color: #fff !important;
}

.wpcf7-form input,
.wpcf7-form select {
  height: 60px;
}

.wpcf7-form select {
  padding-right: 40px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Livello_1" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path d="M2.1,7.9l1.8-1.8l8.2,8.2l8.2-8.2l1.8,1.8l-10,10L2.1,7.9z"></path></svg>')
    no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.privacy-paragraphs{
  max-width: 75%;
}

@media screen and (max-width: 1024px) {
  .privacy-paragraphs{
    max-width: 100%;
  }
}

.wpcf7-form .sendCol {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .wpcf7-form .sendCol {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

body[data-form-submit=regular] .container-wrap button[type=submit],body[data-form-submit=regular] .container-wrap input[type=submit] {
  padding: 15px 70px 15px 70px !important;
}

.wpcf7-form .sendCol .wpcf7-submit {
  float: right;
  padding: 15px 70px 15px 70px !important;
  border-radius: 40px !important;
}
@media screen and (max-width: 1024px) {
  .wpcf7-form .sendCol .wpcf7-submit {
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7-form .custom_btn {
    width: 100% !important;
  }
}

.wpcf7-form .custom-btn-style {
  transition: transform 0.5s ease;
}

.wpcf7-form .custom-btn-style:hover span,
.wpcf7-form .custom-btn-style:active span,
.wpcf7-form .custom-btn-style:focus span {
  transform: translateY(-10px);
}

.wpcf7-form .custom-btn-style:hover,
.wpcf7-form .custom-btn-style:active,
.wpcf7-form .custom-btn-style:focus {
  border: solid 3px transparent !important;
  transform: translateY(-10px);
}

/* .wpcf7-form .btn-primary:disabled {
  border: solid 3px #c6c6c6 !important;
  background-color: #c6c6c6 !important;
  color: #c6c6c6 !important;
}

.wpcf7-form .btn-primary:disabled:hover {
  color: #c6c6c6 !important;
  transform: none !important;
} */

.wpcf7-form .pulsanti_custom {
  position: relative;
}
.wpcf7-form .pulsanti_custom label {
  border-radius: 50px;
  border: 1px solid #343434;
  padding: 13px 70px;
}
.wpcf7-form .privacy-flags .privacy-flag > td {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.wpcf7-form .privacy-flags .privacy-flag > td {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.wpcf7-form .wpcf7-response-output {
  margin: 0em !important;
}
.wpcf7-form .privacy-flags {
  display: flex;
}

.wpcf7-form .privacy-flags > table {
  margin-bottom: 0;
}
.wpcf7-form .privacy-flags .privacy-flag {
  display: flex;
  align-items: center;
}

.dynamic-words .text-wrap span span {
  border-bottom: 1px solid #fff;
}


.wpcf7-form .privacy-flags .privacy-flag > td a {
  color: black;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.wpcf7-form .privacy-flags .privacy-flag td span {
  color: black;
  font-size: 13px !important;
  font-weight: 400 !important;
}

/* 
.wpcf7-form .privacy-flags .privacy-flag > td a:hover {
  color: #ec64a1;
} */

.wpcf7-form .privacy-paragraphs .paragraph-title,
.wpcf7-form .privacy-flag span {
  font-size: 13px;
}

.wpcf7-form .form-group {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .wpcf7-form .form-group {
    padding: 0 !important;
    margin-bottom: 20px;
  }
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* .wpcf7-spinner {
  display: inline-block;
  background-color: #23282d;
  opacity: 1 !important;
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  padding: 0;
  margin: 0 24px;
  position: absolute !important;
  top: 50%;
  left: 50%;
  border: 20px solid transparent !important;
  background-image: linear-gradient(#fbfbfc, #fbfbfc), linear-gradient(to right, #ec64a1 0%, #5bb9e9 100%) !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.wpcf7-spinner::before {
  background-color: #343434 !important;
  top: 10px !important;
  left: 10px !important;
  width: 16px !important;
  height: 16px !important;
  -webkit-transform-origin: 20px 20px !important;
  -ms-transform-origin: 20px 20px !important;
  transform-origin: 20px 20px !important;
  -webkit-animation-duration: 2000ms !important;
  animation-duration: 2000ms !important;
}

form.submitting .row {
  opacity: 0.5;
}

form.submitting .wpcf7-spinner {
  position: fixed !important;
  visibility: visible;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wpcf7-radio .wpcf7-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.wpcf7-radio .wpcf7-list-item span {
  font-weight: bold;
  font-size: 15px;
}

.submitForm {
  width: 100%;
  display: flex !important;
  flex-direction: row-reverse;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .submitForm {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .submitForm {
    display: block;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .submitForm {
    display: block;
  }
}
.submitForm #mm-prv-wdg {
  padding: 0 20px;
}
.submitForm #mm-prv-wdg img {
  display: none;
}
.submitForm #mm-prv-wdg .privacy-flag-checkbox input {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .submitForm #mm-prv-wdg .privacy-flag-checkbox input {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .submitForm #mm-prv-wdg .privacy-flag-checkbox input {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .submitForm #mm-prv-wdg .privacy-flag-checkbox input {
    width: 20px;
    height: 20px;
  }
}
.submitForm #mm-prv-wdg .privacy-flag-checkbox {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .submitForm #mm-prv-wdg .privacy-flag-checkbox {
    margin-right: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .submitForm #mm-prv-wdg .privacy-flag-checkbox {
    margin-right: 10px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .submitForm #mm-prv-wdg .privacy-flag-checkbox {
    margin-right: 10px;
  }
} */
/* .submitForm #mm-prv-wdg .mm-prv-agree-submit-container {
  position: absolute;
  right: 0;
  top: 100px;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .submitForm #mm-prv-wdg .mm-prv-agree-submit-container {
    position: inherit;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .submitForm #mm-prv-wdg .mm-prv-agree-submit-container {
    position: inherit;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .submitForm #mm-prv-wdg .mm-prv-agree-submit-container {
    position: inherit;
  }
} */


.submitForm #mm-prv-wdg .mm-prv-agree-submit span {
font-size: 20px !important;
}

.wpcf7-form textarea {
  padding: 2rem 2rem !important;
}

.wpcf7-form input,
.wpcf7-form select {
  padding: 0.5rem 2rem !important;
}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
  background-color: transparent !important;
}

body:not(.woocommerce-cart) .main-content table {
  border: 0 !important;
}

body:not(.woocommerce-cart) .main-content tr td:first-child, body:not(.woocommerce-cart) .main-content tr th:first-child {
  border-left-width: 0;
}

.privacy-flags {
  display: flex;
}
.privacy-flags > table {
  margin-bottom: 0;
}
.privacy-flags .privacy-flag {
  display: flex;
  align-items: center;
}
.privacy-flags .privacy-flag > td {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.privacy-flags .privacy-flag > td a {
  color: #869fd2;
  font-size: 13px;
}
.privacy-flags .privacy-flag > td a:hover {
  color: #ec64a1;
}
.privacy-flag-checkbox input {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .privacy-flag-checkbox input {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .privacy-flag-checkbox input {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .privacy-flag-checkbox input {
    width: 20px;
    height: 20px;
  }
}
.privacy-flag-checkbox {
  margin-right: 30px;
}

/* Testimonial */
.testimonial .quote{
  font-size: 20px;
}

.testimonial .avatar{
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}

.testimonial .avatar .avatar-image{
  width: 56px;
  height: 56px;
}

/* .testimonial .avatar-content{
  display: flex;
  flex-direction: row;
  column-gap: 20px;
} */

.testimonial .stars img{
  width: 120px !important;
}

.testimonial .divider{
  width: 1px !important;
  height: 56px;
  background-color: #343434;
}

.testimonial .logo-copia{
width: 100%;
height: 100%;
object-fit: contain;
max-width: 120px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background-color: #343434 !important;
  border-radius: 50% !important;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  line-height: 0 !important;
  margin-top: 50px;
}

/* 
@media screen and (max-width: 1024px) {
  .privacy-flag-checkbox {
    margin-right: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .privacy-flag-checkbox {
    margin-right: 10px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .privacy-flag-checkbox {
    margin-right: 10px;
  }
} */

/* div.wpcf7-response-output,
div.wpcf7-validation-errors {
  display: block !important;
}

.wpcf7-response-output {
  border-color: white;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid white;
}

.link_contatti a {
  color: #343434 !important;
  font-size: 18px !important;
  line-height: 27px !important;
}
@media screen and (max-width: 1024px) {
  .link_contatti a {
    font-size: 15px !important;
    line-height: 24px !important;
  }
}
.link_contatti a:hover {
  color: #ec64a1 !important;
  text-decoration: underline;
} */

.wpcf7 .privacy {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .wpcf7 .privacy {
    flex-direction: column;
    row-gap: 20px;
  }
  
}

@media only screen and (min-width: 1px) and (max-width: 999px){
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
  height: 100px !important;
}
}

#header-outer #top nav, .slider-nav span span {
  display: block!important;
}

.nectar-gradient-text[data-color="extra-color-gradient-2"][data-direction="horizontal"] * {
  color: #5bb9e9;
  background: linear-gradient(to right,#ec64a1,#5bb9e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

#top .col_last{
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
}

#top{
  padding-top: 40px !important;
}

@media screen and (max-width: 1024px) {
  #top{
    padding-top: 0px !important;
  }
}

#top .icon_menu{
  margin-right: 5px;
}


.portfolio-items .col:hover .work-info .vert-center {
  opacity: 1;
  transform: scale(1) perspective(1px) translateY(-65%) translateZ(0) !important;
}

.btnCustom{
  width: fit-content;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .btnCustom{
    width: auto;
  }
}


.btnCustom:hover{
  background-color: #fff !important;
  color: #343434 !important;
  border-radius: 40px !important;

}

.btnCustom .link_wrap{
  padding-top: 10px;
  padding-bottom: 10px;
}

.btnCustom a span,
a.btnCustom  {
  font-family: all-round-gothic, sans-serif !important;
  font-size: 30px !important;
  line-height: 42px !important;
  font-weight: 700 !important;
  padding: 10px 50px !important;
}

.btnCustom:hover a span,
a.btnCustom:hover {
  color: #343434 !important;
  background-color: #fff !important;
  border-radius: 40px !important;
}

.nectar-button.regular-button.extra-color-3{
  background-color: #343434 !important;
  border: 2px solid #343434 !important;
  color: #fff !important;
  box-shadow: none !important;
}
body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover {
  box-shadow: none !important;
}


.nectar-button.regular-button.extra-color-3:hover{
  background-color: #fff !important;
  color: #343434 !important;
}


@media screen and (max-width: 767px) {
  /* .btnCustom a span,
  .btnCustom span,
  .btnCustom a,
  a.btnCustom {
    font-size: 20px !important;
    line-height: 32px !important;
    padding: 10px 30px !important;
  } */
}


body[data-button-style="slightly_rounded_shadow"] .container-wrap button[type="submit"]:hover{
  box-shadow: none !important;
}

.wpcf7-form .btn-primary:disabled {
  border: solid 3px #585858 !important;
  background-color: #585858 !important;
  color: #fff !important;
  font-size: 20px;
}

.wpcf7-form .btn-primary:not(:disabled):hover {
  color: #343434 !important;
  background-color: #fff !important;
  border: 3px solid #343434 !important;
  font-size: 20px;
}

.wpcf7-form .btn-primary:not(:disabled):focus {
  color: #343434 !important;
  background-color: #fff !important;
  border: 3px solid #343434 !important;
  font-size: 20px;
}

.wpcf7-form .btn-primary:not(:disabled):active {
  color: #343434 !important;
  background-color: #fff !important;
  border: 3px solid #343434 !important;
  font-size: 20px;
}

.wpcf7-form .btn-primary {
  color: #fff !important;
  background-color: #343434 !important;
  border: 3px solid #343434 !important;
  font-size: 20px;
}

.submitForm #mm-prv-wdg .mm-prv-agree-submit {
  /* color: #fff; */
  /* background-color: #343434; */
  /* border: 3px solid #343434; */
  font-size: 20px;
}

/* button[type=submit]:hover {
  background-color: #fff !important;
  color: #343434 !important;
  border: 3px solid #343434 !important;
} */

.filp_flip h3{
  font-size: 30px !important;
  line-height: 40px !important;
}

.hoverNone .portfolio-items {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: start !important;
  column-gap: 20px !important;
}
.nectar-progress-bar p{
  margin-bottom: 20px !important;
}


.hoverNone .portfolio-items img{
  max-width: 70% !important;
}

.hoverNone .portfolio-items .col{
  position: static !important;
  width: fit-content !important;
}

.hoverNone .work-info-bg{
  display: none !important;
}

.hoverNone .portfolio-items .col .work-item.style-3:hover img, .portfolio-items .col .work-item.style-3-alt:hover img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.IconRow img{
  width: 100% !important;
  object-fit: contain !important;
  height: 60px !important;
}

.IconRow{
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

.IconRow .iwithtext{
  height: 60px !important;
}

.row .col .iwithtext .iwt-icon img:not([srcset]) {
  width: 100% !important;
  object-fit: contain !important;
  height: 60px !important;
}

/* .iwt-icon img {
  width: 60px !important;
} */

.listCustom i{
  line-height: 38px !important;
}

/* Media screen between 1282 e 1024 */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1282px) and (orientation: landscape) {
  .customRow{
    padding-top: 20% !important;
  }
}