/***********************************************************/ 
/*******************  RESPONSIVE STYLING *******************/
/********************** COLUMNS BLOCK **********************/
/***********************************************************/  


@media (min-width: 1300px) {
    .sf-field-search {
        flex: 1 1 96%; /* Take up 95% of the available space */
        max-width: 96%; /* Ensure it doesn't exceed 95% */
        box-sizing: border-box;
      }
  }


  @media (min-width: 1300px) {
    .sf-field-submit {
        flex: 1 1 4%; /* Take up 5% of the available space */
        max-width: 4%; /* Ensure it doesn't exceed 5% */
        box-sizing: border-box;
      }
  }  
  
  @media (min-width: 700px) and (max-width: 1300px) {
    .sf-field-search {
        flex: 1 1 90%; /* Take up 95% of the available space */
        max-width: 90%; /* Ensure it doesn't exceed 95% */
        box-sizing: border-box;
      }
  }


  @media (min-width: 700px) and (max-width: 1300px) {
    .sf-field-submit {
        flex: 1 1 10%; /* Take up 5% of the available space */
        max-width: 10%; /* Ensure it doesn't exceed 5% */
        box-sizing: border-box;
      }
  }  

  @media (max-width: 700px) {
    .sf-field-search {
        flex: 1 1 85%; /* Take up 95% of the available space */
        max-width: 85%; /* Ensure it doesn't exceed 95% */
        box-sizing: border-box;
      }
  }


  @media (max-width: 700px) {
    .sf-field-submit {
        flex: 1 1 15%; /* Take up 5% of the available space */
        max-width: 15%; /* Ensure it doesn't exceed 5% */
        box-sizing: border-box;
      }
  } 

ul{
    padding-inline-start: 0px;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label {
    padding-left: 20px;
    padding-right: 20px;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label:hover {
    cursor: pointer;
}

.sf-input-checkbox{
    display: none;
}

ul li.sf-option-active {
    background-color: #2e2d62!important;
    position: relative; /* Make sure the ::after content is positioned relative to this element */
}

.sf-field-reset a{
    font-size: 15px !important;
    font-family: 'Roboto bold' !important;
    color: white !important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    margin-right: 4px;
    margin-bottom: 20px;
    color: white;
    font-size: 18px;
    border-radius: 20px;
    border: 1px solid white;
}

.sf-field-reset a:hover{
    color: #FF6900!important;
}

.sf-field-taxonomy-team_category ul li{
    background-color: rgba(0, 0, 0, 0.500);
    margin-right: 20px;
    margin-bottom: 20px;
    color: white;
    font-size: 18px;
    font-family: 'Roboto Bold';
    border-radius: 20px;
}

.sf-field-taxonomy-team_category ul li:hover{
    background-color: #A6192E;
}

input[type="text" i] {
    padding-block: 0px;
    padding-inline: 0px;
}

.sf-input-text:focus,
.sf-input-text:active {
  outline: none; /* Removes the border/outline on focus or click */
  /* You can also set other styles like border or box-shadow here */
}
 
  .sf-input-text{
    /* Padding when focused or when text is present */
    padding-left: 20px!important;
  }

input[type="submit" i] {
    padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;
}

.sf-field-search label  { 
    width: 100%;
}

.sf-field-search input  { 
    color: rgb(0, 0, 0);
    border: 0px;
    font-size: 18px;
    background-color: #ffffff;
    margin: 0px;
	display: block;
    width: 100%;
    height: 58px;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     border-radius: 0;
}

.sf-field-submit{
    color: white;
    font-size: 18px;
    background-color: #434272;
	display: block;
    width: 100%;
    height: 60px;
    border-radius: none!important;
    background-image: url('/wp-content/themes/lms/assets/images/vc-backend-icon-hover.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.searchandfilter .sf-field-submit:last-child{
    background-color: transparent!important;
    background: none!important;
}

.searchandfilter .sf-field-submit:last-child input{
    border-radius: 20px;
    border: 1px solid white;
}



.searchandfilter li.sf-field-submit input:last-child:hover{
    color: #FF6900!important;
    cursor: pointer;
}

.searchandfiltercontainer { 
max-width: 1600px;
margin: auto;
padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 900px) {
    .searchandfiltercontainer{
    padding-top: 30px;
    padding-bottom: 30px;
    }
}


@media (max-width: 900px) {
.sf-field-taxonomy-team_category ul li{
font-size: 14px;
}
}

@media (min-width: 1200px) {
    .searchandfilter h4{
         font-family: 'Moderat Extended Bold', 'Roboto Bold';
         font-size: 28px!important;
         line-height: 1.2;
         margin: 0;
       } 
     }   
   
     @media (max-width: 1200px) {
       .searchandfilter h4{
            font-family: 'Moderat Extended Bold', 'Roboto Bold';
            font-size: 24px!important;
            line-height: 1.2;
            margin: 0;
          } 
        }  
    

.searchandfilter .sf-field-taxonomy-team_category ul li{
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 1302px) {
    .searchandfilter ul li:nth-child(3){
        display: flex;
    }
  }

.searchandfilter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.sf-field-taxonomy-team_category {
  flex: 1 1 100%; /* Take up full width */
  max-width: 100%; /* Full width */
  box-sizing: border-box;
}