/*
Theme Name: fairy - Child
Theme URI: 
Author: 
Author URI: 
Description: This is child theme of fairy
Template: fairy
Version: 1.0.0
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.text-center{text-align: center;}

.footer-menu{list-style-type: none}
.footer-menu li {margin: 0 10px; }
.footer-menu li a{text-decoration: none; margin: 0}
.site-footer-bottom{padding-bottom: 15px}

@media (max-width: 576px){
    .card-blog-post{padding: 10px}
}