/* Admin logo 21px x 21px */ 
 
/* Login Logo */

#login h1 {
    background-image: url("../img/backend/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 243px 76px !important;
    margin-bottom: 10px;
    height: 90px;
}

#login h1 a {
    display: none;
}

.login #nav,
.login #backtoblog {
    text-align: center;
}





/* ACF classes for extra styling */
body .acf-editor-wrap[data-toolbar="simple"] iframe{
  height: 220px!important;
  min-height: 220px;
}
body .acf-editor-wrap[data-toolbar="basic"] iframe{
  height: 34vh!important;
  min-height: 400px;
}

body .acf-field.input-editor-simple .acf-editor-wrap iframe,
body .acf-field.input-editor-default .acf-editor-wrap iframe{
  height: 44vh!important;
  min-height: 500px;
}

.acf-field.input-editor-simple .wp-editor-wrap{
  max-width: 700px;
}

  
.acf-field.input-mini input,
.acf-field.input-mini textarea { max-width: 132px;} 
  
.acf-fields.-left > .acf-field.input-mini.acf-field-number > .acf-input{
  width: auto;
}


.acf-field.input-small textarea,
.acf-field.input-small select,
.acf-field.input-small .select2-container,
.acf-field.input-small .wp-editor-wrap,
.acf-field.input-small input{ max-width: 320px;} 
 
.acf-field.input-medium textarea,
.acf-field.input-medium select,
.acf-field.input-medium .select2-container,
.acf-field.input-medium .wp-editor-wrap,
.acf-field.input-medium .acf-table,
.acf-field.input-medium input{ max-width: 480px;}  

.acf-field.input-large textarea,
.acf-field.input-large input,
.acf-field.input-large .wp-editor-wrap { max-width: 700px;}  


.wp-admin .acf-field.input-title input,
.wp-admin .acf-field.input-title textarea {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
}



/* hide label */
.wp-admin .acf-field.acf-field-group.hide-label .acf-fields.-border {
  border: none;
}
.wp-admin .acf-field.acf-field-group.hide-label .acf-fields > .acf-field,
.wp-admin .acf-field.acf-field-group.hide-label .acf-fields.-left > .acf-field .acf-input {
  padding: 0;
  border: none;
}
.wp-admin .acf-field.acf-field-group.hide-label .acf-input .acf-field + .acf-field {
  margin-top: 10px;
}
.wp-admin .acf-field.hide-label .acf-input .acf-field .acf-label{
  display: none;
}


.acf-field.input-small .acf-image-uploader .image-wrap img {
  max-width: 160px;
  width: 100%;
}
.acf-field.input-medium .acf-image-uploader .image-wrap img {
  max-width: 320px;
  width: 100%;
}

.acf-icon-picker__popup-svg img, 
.acf-icon-picker__svg img {
  width: 100%;
}

/* TABS left label */
body .acf-tab-wrap.-left .acf-tab-group li a{
  font-weight: 700;
  color: inherit
}

/* add border to the repeater block row */
.repeater-border .acf-repeater > table > tbody > tr > td {
  border-top-width: 5px;
  border-top-color: #2271b1!important;
}
/* exclude the forist row */
.repeater-border .acf-repeater > table > tbody > tr:first-child > td {
  border-top-width: 0px;
  border-top-color: #2271b1!important;
}
/* in case if you got any nested repeater blocks and want to hide the border  */
.repeater-border .acf-repeater > table > tbody > tr > td .acf-repeater > table > tbody > tr > td {
  border-top-width: 0px;
  border-top-color: #E1E1E1;
}


/* cloned group */
/*
.cloned-group{
  max-width: 800px;
  @media(max-width: 1600px){
    width: 100%!important;
  }
}
*/

/* .layout .acf-fields:not(.acf-fields:has(.cloned-group-right)) .cloned-group-left{ */
/*
.layout[data-layout="row-cols"] .acf-fields:has(.cloned-group-right[hidden]) .cloned-group-left{
  width: 100%!important;
} 

.cloned-group .acf-clone-fields.acf-fields.-border{ border: none; }
.cloned-group .acf-clone-fields.acf-fields > .acf-field{ padding: 0; }
.cloned-group .acf-clone-fields.acf-fields > .acf-field > .acf-label { display: none; }
*/