/*
Theme Name:     Twenty Seventeen Child MASH
Description:    Modified version of Twenty Seventeen
Template:       twentyseventeen
Version:        1.0.5
Revised:        05/20/2019
*/

/*
Add all custom CSS below 
*/

/* =GENERAL
-------------------------------------------------------------- */

hr {
    border-color: #DDD;
    border-style: solid none none;
    border-width: 1px 0px 0px;
    height: 0px;
    margin: 0px 0px 30px;
}

.imageFloatCenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.readercomments {
	margin: 10px 30px 20px 10px;
	width: 86.5%;
	border-left: 5px solid grey;
	background: silver;
	padding: 1em 1em 0 1em;
	overflow: auto;
}

.information {
	padding: 5px;
	background-color: #CCCCCC; 
	font-family: georgia;
	font-size: 9pt;
	border-style: dashed;
	border-color: black;
	border-width: 1px;
	width: 95%;
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

.information p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* =THEME STYLES
-------------------------------------------------------------- */

/* set width of pages */

.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* increase width of content section */

.wrap {
	max-width: 1200px;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

/* increase width of menu bar */

.navigation-top .wrap {
    max-width: 1200px;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

/* set width of blog and sidebar */

@media screen and (min-width: 768px) {
    .has-sidebar #secondary {
        width: 28%;
    }

    .has-sidebar:not(.error404) #primary {
        width: 66%;
    }
}

/* remove featured image from appearing at top of pages and posts */

.single-featured-image-header { display: none; }

/* set white space below page titles */

.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 0.55em;
}

/* hide site title on main page */

.site-title { display: none; }

/* fix first reply indented comment bug */

.comment-list {
        list-style: none;
        margin: 0;
        padding: 0;
}

.comment-list .children {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 2em;
}

/* add underline to sidebar links */

#secondary a { 	text-decoration: underline; }

#secondary a:hover {
	text-decoration: none; }
	
body.has-header-image .site-description, body.has-header-video .site-description {
color: #fff;
}

/* set background color for header */

.custom-header {
   background-color: silver;
}

/* style site description color and text size */

.site-description {
	color: black;
	font-size: 1em;
}

/* fix WP-Polls button color and positioning */

.wp-polls .Buttons {
	margin-top: 1.5em;
	border: 1px solid #c8c8c8;
	background-color: silver;
}

.entry-comments {
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer {
    color: #666;
    font-size: 12px;
}

.site-info {
    width: 100%;
}

.site-info .copyright {
    float: left;
    width: 57.05%;
}

.site-info .powered-by, .site-info .powered {
    float: right;
    text-align: right;
    width: 39.87%;
}

.wrapper {
    width: 740px;
}

.clearfix {
    display: block;
}

/* =SOCIAL MEDIA SHARE BUTTONS
-------------------------------------------------------------- */

.share-buttons {
    font-size: 0.7rem;
    line-height: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.share-buttons li {
    height: auto;
    flex: 0  auto;
    width: calc(34% - 1px);
    margin-right: 1px;
}

.share-buttons li:last-child {
    width: 32%;
    margin-right: 0;
}

.share-buttons svg {
    fill: #fff;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center;
}

.share-buttons li:first-child a {
    border-radius: 3px 0 0 3px;
}

.share-buttons li:last-child a {
    border-radius: 0 3px 3px 0;
}

.share-twitter	{
    background: #1da1f2;
}

.share-facebook	{
    background: #3b5998;
}

.share-pinterest	{
    background: #b5071a;
}

/* =FONTS
-------------------------------------------------------------- */

.smallText { 
	font-size: 10px;
	line-height: 200%;
}

.smallsize {
    font-size: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.smallTextCenter { 
	font-size: 10px; 
	text-align: center;
	padding-bottom: 10px;
}

.title {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 15px;
}

blockquote {
	margin: 10px 30px 20px 10px;
	padding-left: 20px;
	border-left: 5px solid black;
	font-style: normal;
}

blockquote p {
	padding-bottom: 8px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.listings {
	margin: 10px 30px 20px 10px;
	padding: 20px 20px 5px 20px;
	font-family: "Courier New", Courier, monospace;
	border-left: 2px solid black;
	border-right: 1px solid #CCCCCC;
}

.lyrics {
	margin: 10px 30px 20px 10px;
	padding: 20px 20px 5px 20px;
	font-style: italic;
	border-left: 2px solid black;
	border-right: 1px solid #CCCCCC;
}

.notice {
	border: 1px dashed black;
	width: 95%;
	background: lightgray;
	padding: 8px;
}

/* style page titles */

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #222;
    font-size: 14px;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* =COMMENTS
-------------------------------------------------------------- */

/* style author comments */

.comment-list .bypostauthor > article, .commentlist li ul.children li.bypostauthor > article {
    border-top: 8px solid lightgray;
	border-bottom: 8px solid lightgray;
    padding-top: 0.5em; 
    padding-bottom: 0.5em; 
    border-radius: 10px;
    color: #607D8B;
}

/* =ADS
-------------------------------------------------------------- */

.adRight {
	float: right;
	width: 20%;
	padding: 5px;
	margin: 3px;
	background: #EEE;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

.adLeft {
	float: left;
	width: 20%;
	padding: 5px;
	margin: 3px;
	background: #EEE;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

.adBig {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 5px;
	background: #EEE;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	display: inline-block;
}

/* =TABLES (Status Guide)
---------------------------------------------------- */

#primary table {
	border-top: 0.15em solid gray;
	border-bottom: 0.15em solid gray;
	padding: 0;
	margin: 0 0 1.0em 0;
	width: 100%;
}

#primary table th.ep {
	font-size: 1.1em;
	text-align: left;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	font-variant: small-caps;
	width: 6%;
}

#primary table th.title {
	font-size: 1.1em;
	text-align: left;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	font-variant: small-caps;
	width: 50%;
}

#primary table th.date {
	font-size: 1.1em;
	text-align: left;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	font-variant: small-caps;
	width: 14%;
}

#primary table th.status {
	font-size: 1.1em;
	text-align: left;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	font-variant: small-caps;
	width: 30%;
}

#primary table td {
	border: 0;
	padding: 0;
	margin: 0;
}