/*
    /assets/css/app.css
*/

/*
:root {

}*/


/* FONTS */

/* cyrillic-ext */
@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcDRrBdwcoaaQwpBQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcBBrBdwcoaaQwpBQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcDBrBdwcoaaQwpBQ.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcAxrBdwcoaaQwpBQ.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* hebrew */
  @font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcAhrBdwcoaaQwpBQ.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcDxrBdwcoaaQwpBQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcDhrBdwcoaaQwpBQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcABrBdwcoaaQw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

body *{
    font-family: 'Arimo';
}


/* END FONTS */

body{

    background: url('/wp-content/themes/b2s/assets/img/background.jpg');
    background-size: cover;

}

/*
    FORM STRUCTURE
*/
#acf-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

#acf-form .acf-fields {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

#acf-form .acf-fields .acf-field {
  position: relative;
  width: 100%;
  max-width: 70%;
}

#acf-form .acf-fields > .acf-field {
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: transparent;
}

#acf-form .acf-field .acf-label {
  margin: 0;
  width: fit-content;
}

#acf-form .acf-fields .acf-field .acf-label label {
  color: #ffffff;
  margin: 0 0 0.5rem 2rem;
  font-size: 18px;
  line-height: 1.2;
}

#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input,
#acf-form .acf-fields .acf-field .acf-input select,
#acf-form  ul.acf-checkbox-list li label {
  background-color: rgba(255,255,255,0.2);
  width: 100%;
  color: white;
  border-radius: 30px;
  font-size: 18px;
  padding: .8rem 2rem;
}

@media all and (max-width:1200px) {
  #acf-form  ul.acf-checkbox-list li label {
    background-color: transparent;
  }
}

.acf-field[data-name="rgpd"] .acf-label,
.acf-field[data-name="captcha"] .acf-label{
  display: none;
}

#acf-form .acf-fields .acf-field .acf-input select:focus,
#acf-form .acf-fields .acf-field .acf-input select:focus-visible,
#acf-form .acf-fields .acf-field .acf-input select:focus-within,
#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input:focus-within,
#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input:focus,
#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input:focus-visible {
  border: 1px solid #ffffff;
  outline: none;
}

#acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input::placeholder { color: #b9b9b9; }

#acf-form .acf-form-submit input{
  color: #0c0f31;
  background: #fff;
  border-radius: 30px;
  margin: 1em;
  font-size: 26px;
}

/* input selected or with text*/
/* .acf-label {
  position: absolute;
  top: -7px;
  left: 5px;
  line-height: 1;
  background-color: #fff;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  font-size: 14px;
} */

@media screen and (max-width: 600px) {
  #acf-form .acf-fields .acf-field {
    max-width: 100%;
  }

  #acf-form .acf-fields .acf-field .acf-label label {
    font-size: 14px;
  }

  #acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input, 
  #acf-form .acf-fields .acf-field .acf-input select {
    font-size: 14px;
  }
  
}