body, h1, h2, h3, h4, h5, p, li, ol, ul, a {
	font-family: 'Lato', sans-serif;
}

h2 {
	color: var(--brand-grey);
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h3 {
	color: var(--brand-grey);
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

p, li, ul, ol {
	color: var(--brand-grey);
}

a.fab {
	color: var(--brand-blue) !important;
	font-size: 30px;
	padding-right: 15px;
	text-decoration: none !important;
}

.child-cat-link {
	font-size: 13px;
	font-weight: 400;
	color: var(--brand-blue) !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
h4 a {
	color: var(--brand-blue) !important;
}

.continue-reading {
	font-size: 13px;
	font-weight: 700;
	color: var(--brand-grey);
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	text-decoration: none !important;
	margin-top: 30px;
}
.continue-reading:hover {
	color: var(--brand-blue) !important;
}
.home-featured-post .continue-reading {
	margin-top: 30px;
}

footer p, footer a, footer .fab {
	color: var(--brand-blue) !important;
	margin-bottom: 0px !important;
}
footer .fab {
	font-size: 25px;
}

/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1000px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

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

}

/* ----------------------------------------------------- Smaller than 767px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

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

}

/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

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

}

/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

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