/* 
Theme Name: Hello Elementor Child
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 Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */


/* Hide Googles Recaptcha Sign  */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0;
    pointer-events: none;
}


/*  BLOG */ 
/* TB Style for embedded YT Videos */
figure.wp-block-embed {
	border: 1px solid #00000052;
	box-shadow: 6px 6px 26px 0px rgba(66, 68, 90, 0.35);
}

hr.is-style-default, hr.wp-block-separator {
	border-top: 2px solid #3396B2;
	width:100%;
	border-radius:4px;margin:40px 0px;
}


/* TB Style for emphasised blue boxes in Posts */

div.wp-block-group.blue-border-basic {
	border:1px solid #03a9f4;
	width:100%;padding:20px 40px;
	border-radius:25px;
	background-color:white;
}