/*
 Theme Name:   Kiddie Child
 Theme URI:    http://www.zoutula.com/themes/kiddie
 Description:  Kiddie is a fully responsive WordPress theme best suitable for kindergarten, child care center, preschool or nursery, school or child related project.
 Author:       Zoutula
 Author URI:   http://zoutula.com
 Template:     kiddie
 Version:      4.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kiddie-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, full-width-template, translation-ready
*/

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    color: #3e4d6c !important;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px FontAwesome;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content:'\f00c';
}
div.wpcf7-validation-errors:before {
    content:'\f057';
}

@font-face {
	font-family: 'futura-medium';
	src: url('/wp-content/themes/kiddie-child/fonts/FUTURA-MEDIUM.ttf');
	font-display: auto;
}

.futura-medium{font-family: 'futura-medium' !important;}

h2, h3, h4, h5, h6, .entry-title, body.single-post .entry-title, body.page .entry-title, body.category .entry-title, .widget-title, .site-title, .site-description, body, p, blockquote, li, a, strong, b, em, .menu-main-menu-container li a, .menu-main-menu-container li span, #menu-main-menu li a, #menu-main-menu li span{
	font-family: 'futura-medium' !important;
}

@font-face {
	font-family: 'futura-bold';
	src: url('/wp-content/themes/kiddie-child/fonts/FUTURA-BOLD.woff');
	font-display: auto;
}

.futura-bold{font-family: 'futura-bold' !important;}

h1{
	font-family: 'futura-bold' !important;
}