/* Enter Your Custom CSS Here */

.site-info {
        display: none;
}

.no-sidebar .post-thumbnail img {
    margin-left: 15%;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    
    margin-left: 15%;
}

.site-main > article {
    background-color: #f2f2f2;
    padding: 5%
}

  .wp-block-quote {
   
    border-left: 4px solid #fff;
} /* quote styles*/

.no-sidebar .entry-content {
    margin-right: 5%;
    margin-left: 5%;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    margin-left: 5%;
}

.no-sidebar .post-thumbnail img {
    margin-left: 5%;
}

.no-sidebar .entry-header {
    margin-right: 5%;
    margin-left: 5%;
}

.site-header {
    padding: 3.25em 4.5455%;
}

.tags-links { display="none" }

.site-main > article {
  background-color: #FFF;
  padding: 5%;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
  background-color: #fff;
}


ul {
  list-style: none;
 }


body:not(.search-results) article:not(.type-page) .entry-content {
float: left;
	width: 71.42857144%;
}