/* LISTS */
.entry-content ul {
    margin: 0 0 1em 0;
    margin-top: 0px;
    padding-left: 1.5em;
    list-style: none;
}
.entry-content ol{
	margin: 0 0 1em 0;
	margin-top: 0px;
	padding-left: 1.5em;
} 
.entry-content ul li {
	position:relative;
	}
.entry-content ul li::before {
    content: "— ";
    position: absolute;
    display: inline-block;
    left: -1.5em;
}


/* NAV */
ul.navbar-nav {
	margin-left: 0;
}
.navbar-light .navbar-toggler{
    border-color: transparent;
}
/* NAV BUTTON */
.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: #000;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}


/* BACK TO TOP BUTTON */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 15px;
    display:none;
}
.top-button.back-to-top {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    border:0 !important;
    outline:0 !important;
    padding: .5rem 1rem;
    font-size: 1.8rem;
    line-height: 1;
    border-radius: .3rem;
}
.top-button.back-to-top:hover,
.top-button.back-to-top:focus,
.top-button.back-to-top:active{
    color: #fff;
    background-color: rgba(0,0,0,1);
    border:0 !important;
    outline:0 !important;
}

/* GALLERY */

.entry-content ul li.blocks-gallery-item::before{
    display: none;
}
.entry-content ul.wp-block-gallery,
.entry-content ul.blocks-gallery-grid {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gallery-columns-1 .gallery-item,
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item{
        max-width: none;
        -webkit-column-count: 1;
         -moz-column-count: 1;
         column-count: 1;
        column-gap: 1em;
    }

@media (min-width: 576px) { 
    .gallery-columns-1 .gallery-item,
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item{
        max-width: none;
    }

    .gallery.gallery-columns-2 {
     -webkit-column-count: 2;
     -moz-column-count: 2;
     column-count: 2;
        column-gap: 1em;
    }
    .gallery.gallery-columns-3{
     -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;
        column-gap: 1em;
    }
    .gallery.gallery-columns-4 {
     -webkit-column-count: 4;
     -moz-column-count: 4;
     column-count: 4;
        column-gap: 1em;
    }
    .gallery.gallery-columns-5 {
     -webkit-column-count: 5;
     -moz-column-count: 5;
     column-count: 5;
        column-gap: 1em;
    }
    .gallery.gallery-columns-6 {
     -webkit-column-count: 6;
     -moz-column-count: 6;
     column-count: 6;
        column-gap: 1em;
    }
    .gallery.gallery-columns-7 {
     -webkit-column-count: 7;
     -moz-column-count: 7;
     column-count: 7;
        column-gap: 1em;
    }
    .gallery.gallery-columns-8 {
     -webkit-column-count: 8;
     -moz-column-count: 8;
     column-count: 8;
        column-gap: 1em;
    }
    .gallery.gallery-columns-9 {
     -webkit-column-count: 9;
     -moz-column-count: 9;
     column-count: 9;
        column-gap: 1em;
    }
    .gallery-item {
     display: inline-block;
     text-align: center;
     vertical-align: top;
     width: 100%;
     margin: 0 0 1em;
    }
}

/* SEARCH */
 
.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-solid.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: none;
    cursor: pointer;
    height: 28px;
    margin: 3px 0;
    padding: 0 0 0 30px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
    opacity: 0.4;
    font-size: 0.8em;
}
 
.site-header .search-field:focus {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
    cursor: text;
    outline: 0;
    width: 230px;
    opacity: 1;
}
.search-form
.search-submit { 
display:none;
}

/* FULLWIDTH BLOCK */
.entry-content .alignwide,
.entry-content .alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}


@media (min-width: 1270px) {
	.entry-content .alignwide {
		margin: 32px -80px;
		max-width: 1270px;
		width: 1270px;
	}
}


/* POST THUMBNAIL */
.post-thumbnail{
	margin:1em 0;
}


/* FOOTER */ 
.site-footer .widget_nav_menu ul,
.site-footer .widget_nav_menu li{
	list-style:none;
	margin:0;
	padding:0;
}



/*RESPONSIVE*/
/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }