/*
Theme Name: Bob Custom Theme
Theme URI: 
Author: Bob
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: bob-custom-theme
Tags: 
*/
header.wp-block-cover.alignfull {
    box-shadow: 0px 7px 10px #bebebe;
}
.wp-block-post-title {
    margin-bottom: 0;
}

.wp-block-query p.wp-block-paragraph s {
    line-height: 0;
    margin: 0 auto;
    color: red !important;
}
.entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow > p {text-align:center !important;;}
p.wp-block-paragraph.has-text-align-center.has-large-font-size {
    font-size: 2rem !important;
    margin-top: 0;
}


figure.wp-block-post-featured-image img {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  /*  box-shadow: #0000004f 0px 12px 35px; */
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
     box-shadow: #c3c9cc 0px 5px 5px;
     transform: translateY(0px);
    transition: all .2s ease;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link:hover {
     box-shadow: #c3c9cc 0px 5px 5px;
    transform: translateY(4px);
    transition: all .3s ease;
}

@media(max-width: 768px) {
	/* START Media Query */
	div#fixed_bottom {
		position: fixed;
		bottom: 0px;
		z-index: 9;
		width: 100%;
		left: 0;
		background: #ffffff66;
		text-align: center;
		backdrop-filter: blur(0.2rem);
		/* padding: 1em; */
	}
	div#fixed_bottom > div {
		/* padding: 1em; */
		max-width: 263px;
		margin: .4em auto .6em;
	}
	/* END Media Query */
}