/*
Theme Name: TCD CODE. Child
Template: code_tcd090
Version: 1.0.0
*/


.single-post .post_content h2.wp-block-heading {
    color: #fff;
    font-size: 22px;
    position: relative;
    margin-left: -14px;
    padding: 8px 16px;
    font-weight: bold;
    background: #fa776d;
    margin: 1em 0;
    padding: 14px;
}

.single-post .post_content h2.wp-block-heading::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 8px solid #fff;
    border-top: 8px solid rgba(0, 0, 0, 0.5);
    border-left: 8px solid rgba(0, 0, 0, 0.5);
}

.single-post .post_content h3.wp-block-heading {
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #fa776d;
    line-height: 1.4;
    padding: 12px 0 12px 14px;
    margin: 1em 0;
}

.single-post .post_content p.wp-block-paragraph{
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 17px;
}


#side_menu{
	width: 80px;
}
#side_menu_button,
#global_menu_button{
	display: none;
}

#footer_logo{
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#footer_logo img{
    max-width: 100%;
}