/*!
Theme Name: ms-theme
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: 
License URI:
Text Domain: msms

*/

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
    width: auto;
    max-width: 97%;
    border: 1px solid #ccc;
    padding: 8px;
}

a.morebtn :hover {
    background-color: #fff !important;
    color: #505050 !important;
}
.youtube_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.youtube_wrap > div {
    width: 32%;
}
.youtube_wrap > div a {
    display: block;
}
.fab.fa-youtube{
    font-size: 54px;
    color: #FB2200;
}
@media (max-width: 767px) {
    .youtube_wrap > div {
      width: 100%;
    }
}
* {
    overflow-wrap: break-word;
}
p {
overflow-wrap: break-word;
}
.media-body,
.media-left,
.media-right {
display: contents;
vertical-align: top;
width: 100%;
}
article:first-child{
    border-bottom: none;
}
article .entry-content a {
    color: royalblue;
}
article .entry-content #toc_container a{
    color: #505050;
}
.tag_cloud{
    margin-top: 40px;
}
.tag_cloud a{
    display: inline-block;
    font-size: 80%;
    padding-left: 15px;
}
.tag_cloud a::before{
    content: "#";
    display: inline-block;
}