/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

/* .cont-col-header-home .fl-node-amu4n6zxb92h > .fl-row-content-wrap:after {
  background-image: linear-gradient(180deg, rgba(95, 116, 137, 0.17) 0%, #646a78 100%);
}
 */
a{
    text-decoration: none;
    color: #1b3b54;
}

.logo.xs{
  height: 44px;
}
.logo.md{
    height: 80px;
}
#nav-main{
    background-color: #fff;
    box-shadow: #000 0px -14px 20px 0px;
}
.testo-pp-form{
    color: #fff;
    font-size: 14px;
}
.tasto-submit-form p{
    text-align: -webkit-center;
    display: inline-grid;
    margin-bottom: 0px;
}
.testo-pp-form a{
    color: #fff;
}


form.wpcf7-form {
  padding: 1.5rem;
  background-color: #1b3b54;
}
form.wpcf7-form.init {
  padding: 1.5rem;
  background-color: #1b3b54;
}

#firma-header img{
  width: 190px;
}


.btn-primary, .woocommerce .card a.button, .woocommerce div.product form.cart button.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5f7489;
  --bs-btn-border-color: #5f7489;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5f7489;
  --bs-btn-hover-border-color: #5f7489;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5f7489;
  --bs-btn-active-border-color: #5f7489;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5f7489;
  --bs-btn-disabled-border-color: #5f7489;
}
/* .tasto-submit-form input {
  background-color: #2b4d66;
  border: #104290;
} */

.btn-secondary, .woocommerce .card a.button, .woocommerce div.product form.cart button.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1b3b54;
  --bs-btn-border-color: #1b3b54;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1b3b54;
  --bs-btn-hover-border-color: #1b3b54;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1b3b54;
  --bs-btn-active-border-color: #1b3b54;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1b3b54;
  --bs-btn-disabled-border-color: #1b3b54;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #5f7489;
  color: #fff;
  margin: 0em 0.5em 1em;
  padding: 0.2em 1em;
}

.tasto-submit-form input{
  background-color: #2c4e67;
  border: #104290;
}




.tasto-submit-form imput.btn:disabled{
    background-color: #0c267938!important;
}
.el-cont-form.card img{
    /* min-height: 100%; */
    object-fit: cover;
    border-radius: 60px !important;
    max-height: 110px;
    margin: auto;
}
.riga-contatti-form .col-6.text-end{
    border-right: 1px solid #e0e0e0;
}
.riga-contatti-form{
  font-size: 0.8rem;
}

/****************************/

.snip1369 {
    font-family: "Raleway", Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    background: #20638f;
    text-align: left;
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
  }
  .snip1369 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .snip1369 > img,
  .snip1369 .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    max-width: 100%;
  }
  .snip1369 > img {
    vertical-align: top;
    position: relative;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.6;
  }
  .snip1369 figcaption,
  .snip1369 .image {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .snip1369 .image {
    position: absolute;
    top: 0;
    bottom: 25%;
    right: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
  }
  .snip1369 .image img {
    position: absolute;
    top: 0;
  }
  .snip1369 figcaption {
    position: absolute;
    top: 75%;
    bottom: 46px;
    left: 20px;
    right: 20px;
    border-bottom: 2px solid #ffffff;
    padding-top: 20px;
    z-index: 1;
  }
  .snip1369 h3,
  .snip1369 p {
    margin: 0;
  }
  .snip1369 h3 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .snip1369 p {
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 0;
  }
  .snip1369 .read-more {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    color: #ffffff;
    right: 0;
    bottom: 0;
    font-weight: 500;
    position: absolute;
  }
  .snip1369 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  .snip1369:hover .read-more,
  .snip1369.hover .read-more,
  .snip1369:hover figcaption,
  .snip1369.hover figcaption {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .snip1369:hover figcaption,
  .snip1369.hover figcaption,
  .snip1369:hover .image,
  .snip1369.hover .image {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .snip1369:hover figcaption,
  .snip1369.hover figcaption {
    top: 50%;
  }
  .snip1369:hover .image,
  .snip1369.hover .image {
    bottom: 50%;
  }
  .snip1369:hover p,
  .snip1369.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  

.snip1369:hover figcaption, .snip1369.hover figcaption {
  top: 0%;
}

.snip1369:hover .image, .snip1369.hover .image {
  bottom: 100%;
}



/* .flwha {
  padding-left: 35px!important;
  position: fixed;
  width: 245px;
  line-height: 18px;
  padding: 0rem;
  height: 60px;
  bottom: 80px;
  right: 20px;
  background-color: #0B602E;
  color: #fff!important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #1e1f18;
  z-index: 100;
} */
.flwha2 {
  padding-left: 37px !important;
  position: sticky;
  width: 202px;
  line-height: 18px;
  padding: 0rem;
  height: 50px;
  background-color: #1b3b54;
  color: #fff !important;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #1e1f18;
  z-index: 100;
}
.icona-wa2-footer {
  margin: 0;
  top: 12px;
  width: 32px;
  left: 4px;
  position: absolute;
}

/* .icona-wa-footer {
  margin: auto 0;
  top: 7px;
  right: -2px;
  position: relative;
} */
/* .icona-wa-footer {
  margin: auto 0;
  top: 2px;
  right: -2px;
  position: relative;
} */
.icona-wa-footer{
  margin: 0;
  top: 16px;
  width: 35px;
  left: 15px;
  position: absolute;
}
.testo-tel-bottone{
  font-size: 14px;
  font-weight: 500;
}
.numero-tel-bottone{
  font-size: 27px;
}
.trin-trin
{
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}

.row.loghi-marchi-coach{
  position: absolute;
  width: 100%;
  left: 10px;
  bottom: 11px;
}


/**MEDIA DESKTOP**/

@media (min-width: 992px) {

  .row.loghi-marchi-coach{
    position: relative;
    width: auto;
    left: unset;
    bottom: unset;
  }

  .riga-contatti-form{
    font-size: 1rem;
  }

  .cont-col-header-home .fl-row-content-wrap:after {
    background-image: linear-gradient(151deg, rgb(95 116 137 / 0%) 40%, #646a78 100%);
  }

  #firma-header img{
    width: 220px;
  }
}

