/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=1021
 Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/
 Template:       twentysixteen
 Version:        1.0.0
*/
 




#secondary {
    display: none !important;
}

@media screen and (min-width: 56.875em) {
    .content-area {
        width: 100% !important;
    }
}

@media screen and (min-width: 44.375em) and (max-width: 56.875em){
	.entry-content {
		margin-right: 7.6923%;
	}
}

@media screen and (min-width: 61.5625em) {
	
	.site-header {
		padding: 15px 4.5455% 0px 4.5455%;
}

}

.entry-title {
	display: none;
}

.footertextr {
float: right;
display:block;
}

.site-info {
	width: 100%;
}

@media only screen and (max-width: 910px) {
.thp_archive_img img {
    height: 100%;
}
.tlp_baseinfo {
    height: auto;
}
}




.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
    display: inline-block;
}

.entry-content h1, .entry-summary h1, .comment-content h1, .textwidget h1 {
    font-size: 1.5rem;
}

.tlp_listing_unit:nth-child(odd){
    clear:both;
}






