/*

Theme Name: Toothsuite Theme

Template: cpm-theme-base2

Text Domain: toothsuite-dental

*/


.single.single-post .main_image {display: none;}
.single  .main_image.blog_show {display: block;min-height: 446px;background-size: cover;background-repeat: no-repeat;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.blog_show .in-b1 {font-size: 40px;color: #ffffff;padding-bottom: 0;line-height: 1.1em;font-weight: 700;margin: 0 0 20px 0;text-align: center;max-width: 460px;}
.blog_show .btn-box {display: flex;gap: 15px;}
.blog_show .btn-box a {font-size: 1.8rem;text-transform: uppercase;padding: 1.3rem 5rem;background: #1a2f58;border: 0;border-radius: 0;color: #fff;font-weight: 600;cursor: pointer;transition: .3s linear;}
.blog_show .btn-box a:last-child {background: #d3d9e5;color: #1a2f58;}


@media screen and (max-width: 1199px) {
    .blog_show .btn-box a {padding: 1rem 2rem;}
    .blog_show .in-b1 {font-size: 34px;}
}

@media screen and (max-width: 1024px) {
    .blog_show .btn-box {flex-direction: column;}
    .blog_show .in-b1 {font-size: 30px;}
}