/*
 Theme Name:   Twenty Twenty-Five Child - Jack The Ripper Tours
 Theme URI:    https://jacktherippertours.co.uk
 Description:  Custom child theme for Jack The Ripper Tours based on Twenty Twenty-Five
 Author:       Jack The Ripper Tours
 Author URI:   https://jacktherippertours.co.uk
 Template:     twentytwentyfive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentyfive-child
*/

html {
  scroll-behavior: smooth;
}
div#ez-toc-container {
    border: none !important;
    border-radius: 0 !important;
    padding: 20px;
    font-size: 16px;
    font-family: 'Matter';
}
ul.ez-toc-list.ez-toc-list-level-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

:where(.wp-site-blocks :focus) {
    outline: none !important;
}

.page .wp-block-post-title {
    display: none;
}

/* blog sigle */
.single main > .has-global-padding{
    padding:  0 15px !important;
}
.single h1.wp-block-post-title {
    text-align: center;
    margin-bottom: 36px;
    font: 400 64px 'MirthaDisplayTrial';
}
.single .container {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 10px;
}
.single .wp-block-post-author {
    justify-content: center;
    align-items: center;
}
.wp-block-post-author__avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.single .wp-block-post-author__content {
    flex-grow: 0;
    flex-basis: content;
    flex-direction: column-reverse !important;
    display: flex;
}
.single figure.wp-block-post-featured-image {
    margin: 15px 0 40px;
}
.single .entry-content p{font-size: 16px;}
.single  .entry-content p , .single .wp-block-heading, .single .wp-block-list{
    margin-bottom: 20px;
	font-family: 'Matter';
	font-size: inherit;
}
p.wp-block-post-author__byline {
    color: #787878;
    font-size: 16px;
}
.wp-block-post-time-to-read, .wp-block-post-date {
    font-size: 16px;
    color: #fff;
}
section.jtr-blog-section.jtr-related-posts {
    padding-bottom: 100px;
}
.jtr-social-share {
    display:flex;
    gap:15px;
    align-items:center;
    justify-content: center;
    margin:20px 0 50px !important;
    padding: 0 15px;
}
.social-share-box {
	font-family: 'Matter';
    background: #FF2F2E;
    padding: 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    position: relative;
    overflow: hidden;
}
.social-share-box:before {
    position: absolute;
    width: 350px;
    content: '';
    height: 250px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.09;
    rotate: -40deg;
    z-index: 1;
}
span.share-label {
    font-weight: 500;
    width: 100%;
    position: relative;
    z-index: 2;
}

.jtr-social-share a {
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
ul.widget_list {
    list-style: none;
    padding: 0;
    line-height: 2;
    color: #FF2F2E;
	margin-bottom:50px;
}
ul.widget_list li:before {
    content: '';
    background: url(https://jacktherippertours.co.uk/wp-content/uploads/2026/02/knife.webp) no-repeat;
    background-size: cover;
    position: relative;
    width: 70px;
    height: 40px;
    display: inline-block;
}
ul.widget_list li {
    display: flex;
	align-items:center;
}
@media(max-width:768px){
    .single .jtr-blog__grid {
        display: grid !important; 
    }
    .single h1.wp-block-post-title {
        font: 400 32px 'MirthaDisplayTrial';
        margin-bottom: 10px;
    }
}