/*
Theme Name:     Evye Web 2022
Template:       kadence
Author:         Evye LLP
Description:    Website theme and visual identity for Evye LLP
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


.curved img{
	border-radius: 0.5rem;
}

.pf-desc {
	font-size: 1rem;
	color: #a1a1a8!important;
}

.evye-article .evye-post-cat, .evye-post-cat a{
	font-size: 1.5rem;
	text-decoration: none;
	color: #a1a1a8;
}

.evye-article .single-entry h2 {
  font-size: 2rem;
  line-height: 1.2em;
}

.evye-article .single-entry h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.evye-article .single-entry h4 {
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
}


/*RESPONSIVE SETTINGS*/

/*LARGER THAN MOBILE*/
@media screen and (min-width: 48em) {
	.pf-desc {
		font-size: 1.3rem;
	}
}

/*LARGER THAN TABLET*/
@media screen and (min-width: 49em) and (max-width: 64em) {
	.pf-desc {
		font-size: 1.5rem;
	}
}

/*LARGER THAN TYPICAL DESKTOP*/
@media screen and (min-width: 64em) {
	.pf-desc {
		font-size: 1.8rem;
	}
}