/*
Theme Name: Fleur Child
Theme URI: http://fleur.mikado-themes.com/
Description: A child theme of Fleur Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Template: fleur
*/

.mkd-section-subtitle-holder .mkd-section-subtitle {
    font-family: 'Raleway' !important;
}

h1, h2, h3 {
    font-family: 'Angella White' !important;
	font-weight: bold !important;
	color: grey !important;
}

.wp-block-button__link {
    border-radius: 0px;
}

.mkd-workflow-text p {
    font-size: 1.5rem;
}

.wpcf7-form-control.wpcf7-select .select2-choice>.select2-chosen {
    font-family: 'Raleway' !important;
}

.wpcf7-form-control.wpcf7-select .select2-choice {
    height: 64px;
    line-height: 64px;
}

.mkd-btn, .post-password-form input[type=submit], .woocommerce .button, input.wpcf7-form-control.wpcf7-submit {
    font-family: 'Angella White';
}

/* Overlay */
.vc_row.wpb_row.vc_row-fluid.mkd-section.mkd-content-aligment-center.mkd-parallax-section-holder.mkd-parallax-section-holder-touch-disabled.mkd-full-screen-height-parallax.mkd-vertical-middle-align::before {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}

.mkd-workflow-image img
{
	width: 150px;
}

.wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	font-family: 'Raleway' !important;
}

.mkd-mobile-header, .mkd-page-header {
	 display: none !important;	
}

#hero .mkd-custom-font-holder {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
}

footer h2 {
    color: #fff !important;
}

@media only screen and (max-width: 600px) {
 #hero .mkd-custom-font-holder {
	padding: 0px;
	background-color: transparent;
}
	#hero .mkd-btn {
		display: none;
	}
}

.mkd-workflow .mkd-workflow-item .mkd-workflow-item-inner .mkd-workflow-text .circle {
	background: #f5e8cb !important;
    border: 3px solid #333333 !important;
}