/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root {
  --theme-font-stack-default: unset !important;
}

body,footer {
    margin: 0;
    font-family: "CircularXXWeb-Book";
    font-size: .8125rem;
    line-height: 1.5;
    color: #242424;
    text-align: left;
    background-color: #fff;
}

.ct-menu-link {
	font-family: "CircularXXWeb-Bold" !important;
}

.site-footer {
	display: flex;
	justify-content: center;
	align-content: center;
	padding-top: 1rem;
    padding-bottom: 1rem;
	padding-left: 16px;
    padding-right: 16px;
	flex-wrap: wrap;
	gap: 24px;
}
.ft-cpy {
	font-size: 16px;
    line-height: 24px;
	margin-top: 0;
    margin-bottom: 1rem;
}
.footer-links {
	display: flex;
	justify-content: center;
	font-size; 14px;
	gap: 24px;
}
.gallery-button {
    background-color: #ea001c;
    border-radius: .1875rem;
    border: .0625rem solid #0000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.3;
    padding: .5rem 1.375rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
	border-color: #ea001c;
	text-transform: uppercase;
}
.gallery-button:hover {
	background-color: #ff0d0d;
	color: #fff;
	text-decoration: none;
}
/* === Reading Time Styles === */
.yoast-reading-time__wrapper {
    font-family: "CircularXXWeb-Book";
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.yoast-reading-time__icon {
    font-size: 16px;
    line-height: 1;
}

/* BrightEdge Banner */
.be-ix-link-block {
	background: #0039A6;
}

