/* Custom Stylesheet hash:17108504741555591166 dated 02 Sep, 2024 19:43:30+Europe/London */
/* Add custom CSS here */

@font-face {
    font-family: 'continuum_mediumregular';
  src: url('//www.nialexisplatform.org/font/contm-webfont.eot?v=3.0.1');
  src: url('//www.nialexisplatform.org/font/contm-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
  url('//www.nialexisplatform.org/font/contm-webfont.woff?v=3.0.1') format('woff'),
  url('//www.nialexisplatform.org/font/contm-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.wrap {
    max-width: 1040px;
}

@media screen and (max-height: 36em){
.search--home {
    padding: 1em 2.5% 0.5em;
}
}

.search--home {
    padding: 1em 2.5% 0.5em;
}

.heading--kilo {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0.8em;
}

.layout--home .layout__item {
  display:none;
}

#comments-container{
  display:none;
  
}

.home-category {
    clear: none; 
    float: left;
    width: 30%;
        margin-right: 1%;
    margin-left: 2%;
    font-size: 16px;
    background-color: white;
    border: 0.5px solid #c94e03;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    border-radius: 3px;
    cursor: pointer;
}

.home-category:hover {
    background-color: #c94e03;
    color: white;
}
.home-category[role=admin]:hover {
      background-color: #c94e03;
      color: white;
}
#categorylist-view .u-inlineblock {
    font-size: 14px;
    color: #c94e03;
    font-family: 'continuum_mediumregular';
} 

.edit-cat {
    position: initial;
    top: 10px;
    right: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#categorylist-view .home-category:hover, #categorylist-view .u-inlineblock:hover {
    background-color: #c94e03;
    color: white;
}
#categorylist-view section:hover .u-inlineblock {     background-color: #c94e03;
    color: white;}

.header__top {
    border-bottom: 10px solid #c94e03;
}

.button {
      color: #3b474e!important;
}



.btn-group button {
  background-color: white; /* Green background */
  border: 1px solid #c94e03; /* Green border */
  border-radius:10px;
  color: #c94e03; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:hover {
  background-color: #c94e03; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}
a, a:hover, a:focus, a:active, .u-visuallink, .u-visuallink:hover,
.heading--blue,
.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active,
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-selected,
.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab,
.tab__notCurrent a:hover {
	color: #c94e03;
}

.button--primary,
.button--primary:hover:enabled,
.button--primary:focus:enabled,
.button--primary:active:enabled,
.nav__menu a:hover, .nav__menu a:active, .dd__link:hover,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after,
.fr-image-resizer .fr-handler,
.fr-image-progress-bar-layer > div.fr-loader span,
.autocomplete--field__item:hover, .autocomplete--field__item.is-selected {
	background-color: #c94e03;
}

.textfield:focus,
.search-wrapslim .inputaddon__field:focus,
.file-btn:focus, .file-btn.is-active, .dz-drag-hover {
	border-color: #c94e03;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 4px -1px #c94e03;
}

.button--primary:focus:enabled, .button--primary:active:enabled,
.select:focus, .drill-default:focus, .drill-default.drill-focus {
	box-shadow: 0 0 3px 0 #c94e03;
}

.tab > li,
.textfield.picker__input--active,
.textfield--heading:focus,
.pager__selected,
.tab__notCurrent:hover,
.picker__select--month:focus, .picker__select--year:focus,
.picker__day--highlighted, .picker__day--selected:hover,
.picker--focused .picker__day--selected, .picker__button--clear:focus,
.picker__button--close:focus,
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-checkbox input:focus + span,
.fr-image-resizer, .fr-image-upload-layer.fr-drop,
table td.fr-selected-cell, table th.fr-selected-cell,
.fr-table-resizer div,
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
	border-color: #c94e03;
}

input[type="checkbox"].switch:focus + div {
	box-shadow: 0 0 .2em 1px #c94e03, 0 1px 1px hsla(0,0%,100%,.6);
}

.picker__day--today:before,
.picker__button--today:before {
	border-top-color: #c94e03;
}