/* 
Theme Name: ServAfrica Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: servafrica
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Custom Styling for WordPress Blockquotes */
.wp-block-quote {
    position: relative;
    margin: 2em 2em;
    padding: 48px 48px 24px 72px;           /* space for the big quote mark + indentation */
    border: none;
    background: transparent;
}

/* Big blue opening quote mark on the left */
.wp-block-quote::before {
    content: "“";
    position: absolute;
    left: 0;
	top:-8px;   
    font-size: 80px;
	font-weight: 800; /* very big quote mark */
    line-height: 1;
    color: #2EA5D8;             
    opacity: 1.0;
}

/* Make the quote text twice the normal size */
.wp-block-quote p {
    font-size: 1.5em !important;     /* twice the normal size */
    line-height: 1.4;
    margin: 0;
}
cite {
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	    font-style: none !important;
}
.wp-block-heading {
	margin-top:48px;
}
