/**
 * Theme Name:   Twenty Sixteen Child
 * Theme URI:    http://example.com/twenty-fifteen-child/
 * Description:  Twenty Fifteen Child Theme
 * Author:       Ludy
 * Template:     twentysixteen
 * Template Version:      1.0.3
 * License:      GNU General Public License v2 or later
 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 * Tags:         two-columns, right-sidebar
 * Text Domain:  sixteen-ludy
 */

@import url('../twentysixteen/style.css');

.widget.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget.widget_recent_entries ul li {
    border-bottom: dotted black 2px;
	padding: 5px 0;
}

.widget.widget_recent_entries ul li:before {
	content: "\00BB \0020";
	color: #007acc;
}

.widget.widget_categories ul,.widget.widget_archive ul {
	list-style: none;
	margin: 0;
}

.widget.widget_archive ul li:before,.widget.widget_categories ul li:before {
	content: " # ";
	color: #007acc;
}

.isc_image_list_box {
	/*background-color: silver;*/
	background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	padding: 0px 5px;
}
.isc_image_list_title {
	color: grey;
	font-size: 0.9em;
	margin: 0px;
	text-decoration: overline underline;
}
ul.isc_image_list {
	list-style: none;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
	font-size: 0.8em;
}

.cats .updated:not(.published) {
	display: inline-block !important;
}

.site-main article.cats:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site-main article.cats {
	/*width: 250px;*/
	border: 2px solid black;
	margin: 40px;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

nav .nav-links .post-title {
	font-size: 14px !important;
}

blockquote {
    background-color: rgba(0,0,0,0.02);
}

.custom-title {
	background-color: black;
	color: white;
	padding: 5px 10px;
	margin-bottom: 0.5em;
}
.custom-title:hover {
	color: #686868;
}

.post-thumbnail {
	padding-top: 1em;
    margin-bottom: 0.5rem;
}

.custom-header {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

.custom-header > span.info {
	text-decoration: underline;
	/*font-size: .8em;*/
}
.custom-header > span.info > .updated {
	display: inherit;
}

.entry-contents {
	padding-top: 1em;
	margin-right: 7.6923%;
    margin-left: 7.6923%;
}

.entry-footers {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
	color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-top: 2.1538461538em;
}

.cats .entry-title {
	font-size: 1rem;
}

@media screen and (min-width: 44.375em) {
	.cats .entry-footers {
	    margin-right: 23.0769%;
	}
	.site-main > article.cats {
		margin-bottom: 1.25em;
	}
	
	.entry-contents {
		margin-right: 23.0769%;
	}
}

.header-tag-info{
	background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	padding: 5px;
}

@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) .cats .entry-footers {
		margin-top: 0.0538461538em;
	}
	.site-main > article.cats {
		padding: 5px 15px;
		background-color: black;
	    border: 0;
		margin: 0 0 2em 0;
		color: white !important;
	}
	.cats .entry-title a {
		color: white;
	}
	
	.entry-contents {
		margin-left: 0;
		margin-right: 0;
	}
	
	.main-navigation {
		border-bottom: 2px solid black;
	}
	.main-navigation:hover {
		border-bottom: 2px solid #007acc;
	}
}
@media screen and (min-width: 56.875em) {
	.cats .entry-footers {
		margin-right: 0;
		margin-left: 0;
	}
}