/**
 * Theme Name:          Realizations Counseling Center
 * Description:         Realizations Counseling Center is a custom child theme for The Genesis Framework.
 * Author:              Ponder Consulting &reg;
 * Author URI:          https://ponderconsulting.com/
 * Version:             1.0.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

@font-face {font-family: 'Miso';src: url('includes/webfonts/3A6A90_0_0.eot');src: url('includes/webfonts/3A6A90_0_0.eot?#iefix') format('embedded-opentype'),url('includes/webfonts/3A6A90_0_0.woff2') format('woff2'),url('includes/webfonts/3A6A90_0_0.woff') format('woff'),url('includes/webfonts/3A6A90_0_0.ttf') format('truetype');}


body {
	font-family: 'Spinnaker', sans-serif !important;
	color: rgba(0,0,0,0.87) !important;
}

h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
	font-family: 'Miso', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	letter-spacing: 1px;
}

h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.heading {
	text-align: inherit;
}

.genesis-nav-menu a {
	font-weight: normal;
}

.grecaptcha-badge {
visibility: hidden !important;
}

/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 545px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 1160px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 544px) {}
