/*
 Theme Name:   Shoreditch Full-width
 Description:  Full-width version of Shoreditch
 Author:       Mike Minakami
 Author URI:   https://sfbayatsc.koherence.com
 Template:     shoreditch
 Version:      1.0.0
 Text Domain:  shoreditch-fullwidth
*/

.entry-hero-wrapper,
.site-content-wrapper,
.site-footer-wrapper,
.site-header-wrapper,
.site-content-wrapper,
.widget-area-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: calc(100% - 3em);
}

body,
button,
input,
select,
textarea {
	color: #101010;
	font-family:outfit,"Segoe UI","Helvetica Neue",Helvetica,Roboto,sans-serif !important;
	font-size: 16px;
	font-size:1rem;
	line-height:1.5;
}

a:focus,
a:hover {
        color: #606060;
	font-weight: bold;
}
      
.entry-title {
	font-size:1.5em;
}

.hentry-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
}

.site-header {
	background:#f0f0f0;
	padding-bottom:0.5em;
}

.site-branding {
	margin-top:0.5em;
}

.main-navigation {
	margin-top:0.5em;
}

.menu-toggle {
	margin-top:0.5em;
}

@media screen {
	.hentry {
        	padding-bottom: 0.0em;
        	padding-top: 1em;
	}
}

@media screen and (min-width: 896px) {

        body:not(.no-sidebar) .site-content-wrapper,
        .no-sidebar .comments-area {
                width: calc(100% - 3em);
        }
        body:not(.no-sidebar) .content-area {
		width: calc(100% - 13em);
		padding-right:0;
	}
	widget-area {
		padding-left:1em;
	}
}

.site-content-wrapper .widget-area {padding-top: 1.5em; padding-left:1em; width:13em;}

/* Remove the title from the Privacy Policy and Terms of Service pages */
#post-18 .entry-title {display:none;}
#post-20 .entry-title {display:none;}

/* Maintenance history  - change title size, remove bottom margins */
#post-118 .entry-title {font-size:1.5rem; margin-bottom:0rem;}
#post-118 ul,ol {margin-bottom:0rem;}
#post-118 .more-link {font-size:1.0rem;}

