/*
Theme Name: Sensational by MyThemeShop Child
Theme URI: https://mythemeshop.com/themes/sensational/
Template: mts_sensational
Author: MyThemeShop
Author URI: https://mythemeshop.com/
Description: Sensational is a clean, fully responsive WooCommerce ready WordPress theme, which comes custom widgets, shortcodes and tons of options.
Version: 3.0.8.1622462289
Updated: 2021-05-31 13:58:09

*/
div#search-box {
    display: none;
}
#close-button .fa {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
}
div#close-button {
    display: none;
}
@media only screen and (max-width: 865px) {
	div#close-button {
    display: block !important;
    padding: 18px 0 19px;
    text-align: center;
}
}
@media only screen and (max-width: 712px) {
/* 	nav.navigation.pagination {
    float: none;
    margin: 0 auto;
    padding: 0;
    padding-top: 20px;
    max-width: 300px !important;
    overflow: hidden;
} */
	.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
	.pagination .nav-links {
    float: none !important;
}
div#search-box {
    display: block!important;
    margin: 20px auto;
    width: 95%;
    float: none;
    overflow: hidden;
}
	.widget_search{
    display: none;
}
}

.single-post-bottom-bar {
    display: none;
}
@media only screen and (max-width: 767px) {
    .single-post-bottom-bar {
		position: fixed;
		bottom: 0;
		background: rgba(221, 51, 51, 0.9);
		width: 100%;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		left: 0;
		z-index: 6;
		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;
	}
}

@media only screen and (max-device-width: 480px) {

  .entry-content picture {
    width: 50% !important;
    max-height: 50% !important;
  }

  .alignright {
    float: right;
    margin: 5px 0 8px 8px;

}

.entry-content [id*="advads"] img,
.entry-content [id*="advads"] picture {
    width: auto !important;
    max-height: auto !important;
  }
}