/*
 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
*/
  .anexar-btn {
    background-color: #ffc9b8 !important;
    color: #f5511d !important;
    font-weight: bold !important;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }

  input[type="file"] {
    display: none;
  }
.gt_float_switcher {
	box-shadow: none !important;
}
.gt-lang-code {
  font-size: 16px !important;
}
.gt-current-lang img {
  width: 29px !important;
}