/*
Theme Name: NewsPaper by MyThemeShop Child
Theme URI: http://mythemeshop.com/themes/newspaper/
Template: mts_newspaper
Author: MyThemeShop
Author URI: http://mythemeshop.com/
Description: NewsPaper is a content-oriented WordPress theme that is perfect for blogs, news websites and other websites that post about lots of trending topics across multiple categories.
Version: 2.3.1.1636959040
Updated: 2021-11-15 07:50:40

*/

.single-post-bottom-bar {
    display: none;
}
#header #logo {
    font-size: 24px;
    float: left;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
    #move-to-top{
        bottom: 70px;
    }
    .single-post-bottom-bar {
		position: fixed;
		bottom: 0;
		background: rgba(137,31,130, 0.9);
		width: 100%;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		left: 0;
		z-index: 1;
		display: block;
	}
	.single-post-bottom-bar p {
		display: none;
	}
	.single-post-bottom-bar__close {
		color: #fff;
		font-size: 20px;
		position: absolute;
		right: 12px;
		top: 5px;
	}
	.single-post-bottom-bar__content a {
		font-size: 20px !important;
		color: #fff;
		text-align: center;
		display: block;
	}
	.single-post-bottom-bar__content a:hover {
		color: #fff;
	}
	.single-post-bottom-bar__content {
		padding: 13px 30px 14px;
		margin-bottom: 0;
	}
	.head-search {
		display: none;
	}
	.logo-wrap {
		margin-bottom: 0 !important;
	}
	#catcher {
		height: 55px !important;
	}
}

@media only screen and (max-device-width:480px){
    .entry-content img{width:100%!important;max-height:100%!important}
    .entry-content picture{width:50%!important;max-height:50%!important}
}