/*
 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
*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/wp-content/themes/bootscore-child-main/font/Poppins-Light.ttf') format('truetype');

}

.navbar-brand img:not(.home .navbar-brand img){
  filter: brightness(0)invert(1);
}
.offcanvas-header img{
  filter:  unset!important;
}
.scrollato .navbar-brand img{
  filter: unset!important;
}

.cont-sez-1 .fl-row-content-wrap{
  box-shadow: inset #00000069 0px -40px 81px 100px;
}

footer{
  font-family: Poppins, sans-serif;
  box-shadow: #0000001a 0px -2px 20px 0px;
}
.fixed-top.bg-body-tertiary{
    background-color: #f9f9f900!important;
}
#nav-main{
    background-color: #f9f9f900;
}
#nav-main.scrollato{
    background-color: #fff;
    transition: all 0.1s ease-in-out;
    box-shadow: #0000001a 0px 2px 20px 0px;
}
.fa-solid.fa-bars{
    transform: scaleX(1.5);
    filter: invert(1);
}
.nav-link {
    font-size: 20px!important;
    color: azure!important;
    font-family: 'Poppins';
}
.scrollato .nav-link {
  font-size: 20px!important;
  color: #00243a!important;
  font-family: 'Poppins';
}

.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: #0c70ae;
  --bs-btn-border-color: #0c70ae;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0c70ae;
  --bs-btn-hover-border-color: #0c70ae;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0c70ae;
  --bs-btn-active-border-color: #0c70ae;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0c70ae;
  --bs-btn-disabled-border-color: #0c70ae;
}

.header-top {
    position: relative;
    display: flex;
  }
  .header-style-three .header-top {
    background-color: #222323;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    display: block;
  }
  .header-style-three .header-top .inner-container {
    max-width: 1792px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .header-style-three .header-top .inner-box {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .header-top .top-left {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  ol, ul {
    padding-left: 0px;
    list-style-position: inside;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  dl, ol, ul {
    margin-top: 0px;
    margin-bottom: 1rem;
  }
  pre, ul, ol, dl, dd, blockquote, address, table, fieldset {
    margin-bottom: 10px;
  }
  ul, li {
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .header-style-three .header-top .inner-box .top-left ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-style-three .header-top .inner-box .top-left ul li {
    margin-right: 27px;
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
  }
  .header-style-three .header-top .inner-box .top-left ul li:last-child {
    margin-right: 0px;
  }
  .header-style-three .header-top .inner-box .top-left ul li i {
    position: absolute;
    top: 50%;
    left: 0px;
    color: var(--theme-color1);
    transform: translateY(-50%);
  }
  .header-top .top-right {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  /* .header-style-three .header-top .inner-box .top-right {
    display: flex;
  }
  .header-style-three .header-top .inner-box .top-right .social-links {
    display: flex;
  }
  .header-style-three .header-top .inner-box .top-right .social-links li {
    margin-right: 35px;
    position: relative;
  }
  .header-style-three .header-top .inner-box .top-right .social-links li::before {
    content: "/";
    position: absolute;
    top: 0px;
    left: 100%;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-left: 15px;
  }
  .header-style-three .header-top .inner-box .top-right .social-links li:last-child {
    margin-right: 0px;
  }
  .header-style-three .header-top .inner-box .top-right .social-links li:last-child::before {
    display: none;
  } */
  a {
    color: var(--link-color);
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
  }
  a:hover {
    color: rgb(10, 88, 202);
  }
  /* .header-style-three .header-top .inner-box .top-right .social-links li a {
    font-size: 14px;
    color: rgb(255, 255, 255);
  }
  .header-style-three .header-top .inner-box .top-right .social-list-one {
    display: flex;
    margin-left: 21px;
    position: relative;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 8px;
  }
  .header-style-three .header-top .inner-box .top-right .social-list-one li {
    margin-right: 27px;
  }
  .header-style-three .header-top .inner-box .top-right .social-list-one li:last-child {
    margin-right: 0px;
  }
  .header-style-three .header-top .inner-box .top-right .social-list-one li a {
    font-size: 14px;
    color: var(--theme-color-light);
    display: inline-block;
    text-align: center;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  } */

@media (max-width: 991.98px){
  .header-style-three .header-top .inner-box .top-left ul {
      display: block;
  }
}

@media (max-width: 414px){
    
    .header-style-three .header-top .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nav-link {
        font-size: 23px!important;
        color: #2a2a2a!important;
        font-family: 'Poppins';
    }
    .scrollato .fa-solid.fa-bars {
        transform: scaleX(1.5);
        filter: invert(0.3);
    }
    /* .scrollato .fl-node-1wtfh3zu6qk0 .fl-builder-top-edge-layer > * {
        width: 100%;
        left: 0;
        right: auto;
        height: 27%;
        top: 0;
        bottom: auto;
        transform: scaleX(7) scaleY(1);
    } */
}

/*BOTTONI*/

/* .btn {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 2px;
  padding: 13px 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
} */
.btn-info {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 2px;
  padding: 13px 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);

  background: #01a8c1;
  background: -moz-linear-gradient(-45deg, #0886b2 0%, #0da0d4 21%, #11b8f3 51%, #0ea7dd 71%, #0a8ab7 100%)!important;
  background: -webkit-linear-gradient(-45deg, #0886b2 0%,#0da0d4 21%, #11b8f3 51%, #0ea7dd 71%,#0a8ab7 100%)!important;
  background: linear-gradient(135deg, #0886b2 0%,#0da0d4 21%, #11b8f3 51%, #0ea7dd 71%,#0a8ab7 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0886b2', endColorstr='#0a8ab7',GradientType=1 );
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  border: medium none;

  
}
.btn-info {
  color: #fff!important;
}
textarea, input{
  border-radius: 0!important;
}
