/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*Single blog styling*/

.blog-content h2 {font-size: 30px}
.blog-content h3 {font-size: 24px}
.blog-content h4 {font-size: 18px}

.elementor .post-list a {
	color: #0B3442!important;
	font-family: "Geomanist", Sans-serif;
    font-size: 24px!important;
    font-weight: 500;
}

.elementor .post-list li {
		margin-bottom: 15px!important;
}

.elementor .post-list h5, .up-tag h5 {display:none}
	
.post-list ul {
    list-style-type: none;
}

.post-list ul {
    display: block;
    margin-block-start: 0p;
    margin-block-end: 0p;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

/*header *zie ook header sections met eigen CSS*/


/*
 * Tags
 * 
 * https://wpsmackdown.com/wordpress-tag-cloud-css-styles
 * 
 * */
 
.tagcloud {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tagcloud a  {
	display: inline-block;
	border-radius: 45px;
	margin: 0.125rem;
	padding: 3px 10px;
	color: white;
	transition: all 0.1s ease-in-out;
}

.tagcloud a:nth-child(1)  {
	background: #7BC08E;
}

.tagcloud a:nth-child(2)  {
	background: #FFB029;
}

.tagcloud a:nth-child(3)  {
	background: #76CDE9;
}

.tagcloud a:nth-child(4)  {
	background: #E63566;
}

.tagcloud a:nth-child(5)  {
	background: #5ABDB5;
}

.tagcloud a:nth-child(6)  {
	background: #EA3728;
}

.tagcloud a:nth-child(7)  {
	background: #E53C83;
}

.tagcloud a:nth-child(8)  {
	background: #73197D;
}

.tagcloud a:hover,
.tagcloud a:focus {
	transform: scale(1.05);
}


/* HTML knop*/
.up-button {
    font-family: "Geomanist", Sans-serif!important;
    font-size: 20px;
    font-weight: bold;
   	color: #1A1A1A!important;
    background-color: #FFFFFF; 
    border-radius: 45px 45px 45px 45px;
    padding: 17px 43px 19px 43px;
    margin-top: 15px!important;
    display: inline-block;
	margin-bottom: -15px		
}

/*Gravity From*/
.gfield textarea {min-height: 218px}
