/*
 Theme Name:	Customify Child
 Description:	A Customify child theme to allow Google Font loading, custom CSS and some other modifications. This is the one we need enabled!
 Template:	customify
 Version:	1.14
*/

/* Note that the Google Fonts are loaded in header.php */

/* ABeeZee is our default font */
body, .page-cover-title, input, .h1, .h2, .h3, .h4, .h5, .h6, .comments-area .comment-reply-title {
	font-family: "ABeeZee", sans-serif;
}

/* Page headers should be bigger */
.page-cover-title {
	font-weight: bold;
	font-size: 55px;
}

/* The homepage header gets its own styling */
.page-id-208 .page-cover-title {
	font-family: "Nothing You Could Do", "ABeeZee", sans-serif;
	font-size: 90px;
	margin-top: 60px;
}

/* The site title needs to be white */
.site-branding .site-title a {
    color: #ffffff;
}

/* The search box also needs its own styling */
.header-search_box-item .header-search-form .search-field {
	font-family: "ABeeZee", sans-serif;
	color: #ffffff;
}

/* FontAwesome declarations for Elementor */
.fa i {
	font-family: "FontAwesome";
	font-weight: normal;
}

.header-social-icons i {
	font-family: "FontAwesome";
	font-weight :normal;
}

.footer-social-icons i {
	font-family: "FontAwesome";
	font-weight: normal;
}