/*
Theme Name: Blocksy Child Theme
Author: Creative Themes / Sarah Mah
Description: A child theme based on the Blocksy Theme.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksychild
Template: blocksy
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0 !important;
    text-transform: none !important;
}

.widget_text {
    text-align: center;
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text__media {
    padding: 3% !important;
}

.cs-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;    
    border-radius: 8px;
}

.p2 {
    padding: 2%;
}

.mb0 {
    margin-bottom: 0 !important;
}

.br8 {
    border-radius: 8px;
}

.col-card {
    background-color: #ffffff;
    padding: 2%;
    border-radius: 8px;
}