/*!
Theme Name: Carrot Blog
Theme URI: http://underscores.me/
Author: Dalma Lipcsei
Author URI: https://dalmart.co.uk/
Description: A custom theme built for Carrot.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carrot-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Carrot Blog is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/* Small only */
@media screen and (max-width: 39.9375em) {}

/*** Small & Medium */
@media screen and (max-width: 63.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Extra large and up */
@media screen and (min-width: 1500px) {}

/*** COLOURS***/
:root{
	--white: #FFF;
	--cream: #fffffa;
	--black: #191919;
	--yellow: #F3F3EB;
	--purple: #6066ed;
	--grey: #767676;
	--border-radius: 5px;
	--border-radius-small: 5px;
}

@font-face {
    font-family: 'reallySansLarge';
    src: url('fonts/ReallySansLarge.woff2') format('woff2'),
        url('fonts/ReallySansLarge.woff') format('woff');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'suisseIntl';
    src: url('fonts/SuisseIntl-Book.woff2') format('woff2'),
        url('fonts/SuisseIntl-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'suisseIntl Bold';
    src: url('fonts/SuisseIntl-Bold.woff2') format('woff2'),
        url('fonts/SuisseIntl-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'suisseIntl Black';
    src: url('fonts/SuisseIntl-Black.woff2') format('woff2'),
        url('fonts/SuisseIntl-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'PPHatton';
    src: url('fonts/PPHatton.woff2') format('woff2'),
        url('fonts/PPHatton.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}




/*** GENERAL ***/
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-transition: .1s ease-in;
  -moz-transition: .1s ease-in;
  -o-transition: .1s ease-in;
  transition: .1s ease-in;
}


body {
	overflow-x:hidden;
	overflow-y:scroll;
	margin: 0;
	padding: 0;
	background: var(--white);
	font-family: 'suisseIntl', sans-serif;
	font-weight: normal;
	font-size: 20px;
    line-height: 1.4;
	color: var(--black);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}   

h1, h2, h3, h4, h5, h6 {
	font-family: 'suisseIntl Black', sans-serif;
}

h1 {
  font-size: clamp(26px, 3.1vw, 44px);
  line-height: 3.125rem;
  margin-top: 6px;
  margin-bottom: 20px; }

/* Small only */
@media screen and (max-width: 39.9375em) {
	h1 {
		line-height: 1.9375rem;
	}
}

h2 {
  font-size: clamp(23px, 2.1vw, 30px);
  line-height: 2.25rem;
  margin-top: 25px;
  margin-bottom: 25px; }

.entry-content h2 {
	margin-top: 4rem;
}
.entry-content h3 {
	margin-top: 2.5rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	h2 {
		line-height: 1.625rem;
		margin-top: 18px;
		margin-bottom: 18px;
	}
}

h3, .h3 {
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 1.475;
  margin-top: 8px;
  margin-bottom: 1rem; }

h4 {
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.475;
  margin-top: 8px;
  margin-bottom: 8px; }

h5 {
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.475;
  margin-top: 8px;
  margin-bottom: 8px; }

h6 {
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.275;
  margin-top: 8px;
  margin-bottom: 8px; }

/* Small only */
@media screen and (max-width: 39.9375em) {
	h3, h4, h5, h6 {
		line-height: 1.375rem;
	}
	h6 {
		line-height: 1.275;
	}
}
  


a {
  line-height: inherit;
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
}

a:hover img {
	-webkit-filter: brightness(.85)!important;
    filter: brightness(.85)!important;
}
}

h4 a, h3 a, h2 a {
	display: inline-block;
}

h4:hover a, h3:hover a, h2:hover a {
	color: var(--purple);
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	body {
		font-size: 16px;
	}
	
}


article .entry-content a {
	border-bottom: 2px solid var(--purple);
}

a:hover, a:focus {
    color: var(--purple); }

a img { border: 0; } 


.button, .wp-block-button__link {
    padding: 11px 17px;
    border-radius: 50px;
    background-color: var(--purple);
    -webkit-transition: .2s;
    transition: .2s;
    color: var(--white);
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    letter-spacing: -.02em;
    text-decoration: none;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: max-content;
}
.stk-block-button-group .stk-button-group .stk-button {
    padding: 11px 17px;
    border-radius: 50px;
    background-color: var(--white) !important;
    -webkit-transition: .2s;
    transition: .2s;
    color: var(--purple) !important;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    letter-spacing: -.02em;
    text-decoration: none;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: max-content;
    font-family: 'suisseIntl', sans-serif;
    margin-top: 2rem;
}

.button:hover, .wp-block-button__link:hover {
    background-color: #353282 !important;
    color: var(--white);
}
.wp-block-button__link strong {
	font-weight: 400;
	font-family: 'suisseIntl';
}

/*** END OF GENERAL***/

/*** MENU STYLING ***/
.fixed-menu {
	padding-top: 2rem;
	padding-bottom: 2rem;
    position: fixed;
    z-index: 2;
    width: 100vw;
    top: 0;
    left: 0;
    background: var(--white);
    -webkit-transition-property: padding-top, padding-bottom;
    -o-transition-property: padding-top, padding-bottom;
    transition-property: padding-top, padding-bottom;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.menu-bg {
	padding: 0.9rem 0;
}
#page {
	padding-top: 10rem;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	padding-top: 8rem;
}
.site-header {
	border-bottom: 1px solid #F4F4F4;
}

ul#primary-menu {
	list-style: none;
	margin: 0 0;
	font-size: 1rem;
	
}
ul#primary-menu a {
	transition: border-bottom 0.1s ease;
}
ul#primary-menu a:hover {
	border-bottom: 1.5px solid var(--purple);
}
.site-branding {
	max-width: 123px;
    height: auto;
    position: relative;
}

.header-cta {
	position: relative;
}
.header-cta:before {
	content: '';
	position: absolute;
	left: -23px;
    bottom: -19px;
    width: 25px;
    height: 25px;
	background: url('../../uploads/2022/10/carrot-star.svg');
	background-size: cover;
    background-repeat: no-repeat;
}

.header-cta:after {
	content: '';
	position: absolute;
	right: -23px;
    top: -19px;
    width: 25px;
    height: 25px;
	background: url('../../uploads/2022/10/carrot-star.svg');
	background-size: cover;
    background-repeat: no-repeat;
}
.header-cta .button {
	font-size: 16px;
	display: inline;
}

.site-header .grid-container .cell {
	display: flex;
    justify-content: space-between;
    align-items: center;
}


/*** desktop menu styling ***/
/* Large and up */
@media screen and (min-width: 64em) {
	#primary-menu {
		display: flex;
	}
	ul#primary-menu li {
		padding-right: 2.5rem;
	}
	ul#primary-menu li:last-of-type {
		padding-right: 0rem;
	}

}

/* Mobile & Tablet menu */
/*** Small & medium */
@media screen and (max-width: 63.9375em) {
	
	.site-header .grid-container .cell {
		padding-right: 95px;
	}
	
	#menu-toggle {
	  position:fixed;
	  width:100%;
	  right:0;
	  top:0;
	  background:rgba(255,255,255,.9);
	  color:#444444;
	  z-index:5;
	}
	
	#menu-icon {
	  width: 45px;
	  height: 35px;
	  position: absolute;
	  right:10px;
	  top:10px;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	}
	
	#menu-icon span {
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 50%;
	  background: var(--black);
	  opacity: 1;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	
	#menu-icon span:nth-child(even) {
	  left: 50%;
	}
	
	#menu-icon span:nth-child(odd) {
	  left:0px;
	}
	
	#menu-icon span:nth-child(1), #menu-icon span:nth-child(2) {
	  top: 5px;
	}
	
	#menu-icon span:nth-child(3), #menu-icon span:nth-child(4) {
	  top: 15px;
	}
	
	#menu-icon span:nth-child(5), #menu-icon span:nth-child(6) {
	  top: 25px;
	}
	
	#menu-icon.open span:nth-child(1),#menu-icon.open span:nth-child(6) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	#menu-icon.open span:nth-child(2),#menu-icon.open span:nth-child(5) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	
	#menu-icon.open span:nth-child(1) {
	  left: 5px;
	  top: 8px;
	}
	
	#menu-icon.open span:nth-child(2) {
	  left: calc(50% - 5px);
	  top: 8px;
	}
	
	#menu-icon.open span:nth-child(3) {
	  left: -50%;
	  opacity: 0;
	}
	
	#menu-icon.open span:nth-child(4) {
	  left: 100%;
	  opacity: 0;
	}
	
	#menu-icon.open span:nth-child(5) {
	  left: 5px;
	  top: 21px;
	}
	
	#menu-icon.open span:nth-child(6) {
	  left: calc(50% - 5px);
	  top: 21px;
	}
	
	/* MENU STYLES */
	ul#primary-menu, #menu ul {
	  list-style-type:none;
	  padding:0;
	  margin:0;
	}
	
	ul#primary-menu {
	  background:var(--purple);
	  width:85%;
	  position:fixed;
	  top:0;
	  bottom:0;
	  left:-85%;
	  z-index:4;
	  padding-top: 4rem;
	}
	
	#primary-menu li{
	  position:relative;
	  opacity:1;
	  left:0;
	}
	
	#primary-menu li.disabled {
	  opacity:0;
	  left:-400px;
	}
	
	#primary-menu li a {
	  position:relative;
	  left:0;
	}
	
	#primary-menu.open {
	  left:0;
	}
	
	#primary-menu a {
	  display: block;
	    padding: 1.25rem 1.5rem;
	    text-decoration: none;
	    color: var(--cream);
	    font-size: 18px;
	    border-bottom: 2px solid #6e74ff;
	    font-family: 'suisseIntl Black', sans-serif;
	}
	
	#primary-menu a:hover {
	  color:white;
	}
	#menu-overlay {
	  position:fixed;
	  width:100%;
	  top:0px;
	  bottom:0;
	  right:-100%;
	  z-index:-1;
	  background:rgba(255,255,255,.0);
	}
	
	#menu-overlay.open {
	  z-index:1;
	  background:rgba(255,255,255,.9);
	  right: 0;
	}
	
	.fixed-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.menu-bg {
		padding: 1rem 0;
	}
	#menu-icon {
		top: 22px;
	}

	
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.header-cta:after, .header-cta:before {
		display: none;
	}
	
	.site-header .grid-container .cell {
		padding-right: 70px;
	}
	.fixed-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.menu-bg {
		padding: 0.75rem 0;
	}
	#menu-icon {
		top: 18px;
	}
	
}


/*** HOME HERO ***/
body.home {
	font-size: 16px;
}
.home p {
	color: var(--black);
}
.border-top-h2 {
	border-top: 6px solid var(--black);
	padding-top: 1rem;
	font-size: clamp(31px, 2.7vw, 39px);
	line-height: 3rem;
}
.hero-post img {
	max-height: 420px;
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}
#post-date {
	color: var(--grey);
}
.home h3 {
	font-size: clamp(20px, 1.6vw, 23px);
	line-height: 1.875rem;
	margin-bottom: 1rem;
	margin-top: 0;
}
.home h4 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 22px;
}
.border-top-h3 {
	border-top: 4px solid var(--black);
	padding-top: 1rem;
	color: var(--purple);
	font-family: 'suisseIntl Bold', sans-serif;
}
/*** CTA homepage ***/
.cta-homepage {
	background: var(--yellow);
	padding: 2.25rem 23px 1.5rem 23px;
	border-radius: var(--border-radius);
}
.cta-homepage p {
	line-height: 1.4
}
.cta-homepage h3 {
	line-height: 1.25;
}
.cta-homepage .button {
	font-size: 16px;
}

/*** New + Updated ***/
.new-updated {
	margin-top: 2.5rem;
}
.new-updated img {
	border-radius: var(--border-radius-small);
}
.new-updated h4 {
	margin-bottom: 0.25rem;
}
.new-updated .grid-x {
	margin-bottom: 0.75rem;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.no-padding-desktop {
		padding-left: 0 !important;
	}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.grid-x.hero-container {
		flex-direction: column-reverse;
	}
	.border-top-h2 {
		line-height: 2.4rem;
	}
	.cta-homepage {
		margin-top: 3rem;
		padding: 2rem 1.25rem 2rem 1.25rem;
	}
	.new-updated img {
		margin-bottom: 1rem;
	}
}

/*** homepage category styling ***/
.grid-item {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	margin-bottom: 1.5rem;
}
.grid-item img,
.categories img {
	margin-bottom: 1rem;
}
.categories img {
	border-radius: var(--border-radius);
}
.grid-item img {
	border-radius: var(--border-radius-small);
}
.categories .cell img {
	height: 205px;
	width: 100%;
	object-fit: cover;
}
.archive .categories .masonry-cell {
	margin-bottom: 2rem;
}
.categories {
	margin-top: 2.5rem;
}
.categories #post-date {
	margin-bottom: 0.5rem;
}
.categories h3,
.categories h2 {
	margin-bottom: 0.25rem;
}
.categories h2 {
	margin-top: 0;
}
.category-title {
	font-family: 'PPHatton';
	margin-bottom: 1rem;
}
.home-category {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.home-category .see-all {
	display: flex;
	align-items: center;
}
.home-category .see-all svg {
	margin-left: 0.5rem;
}
/* Medium and up */
@media screen and (min-width: 40em) {
	.grid-parent {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 0rem;
		grid-row-gap: 0rem;
	}
	
	.grid-item-0, .grid-item-4, .grid-item-8 { grid-area: 1 / 1 / 4 / 2;
		margin-bottom: 0; }
	.grid-item-1, .grid-item-5, .grid-item-9 { 
		grid-area: 1 / 2 / 2 / 3;
	}
	.grid-item-2, .grid-item-6, .grid-item-10 { 
		grid-area: 2 / 2 / 3 / 3;
	}
	.grid-item-3, .grid-item-7, .grid-item-11 { 
		grid-area: 3 / 2 / 4 / 3;
	}
	.grid-item-1, .grid-item-2, .grid-item-3,
	.grid-item-5, .grid-item-6, .grid-item-7,
	.grid-item-9, .grid-item-10, .grid-item-11 {
		display: flex;
		
	}
	.grid-item-1 img, .grid-item-2 img, .grid-item-3 img,
	.grid-item-5 img, .grid-item-6 img, .grid-item-7 img,
	.grid-item-9 img, .grid-item-10 img, .grid-item-11 img {
		object-fit: cover;
		height: 110px;
		width: 100%;
		
	}
	.grid-item-1 .img-wrapper, .grid-item-2 .img-wrapper, .grid-item-3 .img-wrapper,
	.grid-item-5 .img-wrapper, .grid-item-6 .img-wrapper, .grid-item-7 .img-wrapper,
	.grid-item-9 .img-wrapper, .grid-item-10 .img-wrapper, .grid-item-11 .img-wrapper {
		width: 35%;
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
	.grid-item-1 .category-4-content, .grid-item-2 .category-4-content, .grid-item-3 .category-4-content,
	.grid-item-5 .category-4-content, .grid-item-6 .category-4-content, .grid-item-7 .category-4-content,
	.grid-item-9 .category-4-content, .grid-item-10 .category-4-content, .grid-item-11 .category-4-content {
		width: 65%;
	}
	.grid-item-0 img,
	.grid-item-4 img,
	.grid-item-8 img {
		height: 340px;
		width: 100%;
		object-fit: cover;
		border-radius: var(--border-radius);
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.categories .cell img {
		height: 150px;
	}
	.grid-item-1 img, .grid-item-2 img, .grid-item-3 img,
	.grid-item-5 img, .grid-item-6 img, .grid-item-7 img,
	.grid-item-9 img, .grid-item-10 img, .grid-item-11 img {
		height: 75px;
	}

}
/* Small only */
@media screen and (max-width: 39.9375em) {
	.home-category {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.home-category img,
	.new-updated img,
	.categories .cell img {
		height: 240px;
		object-fit: cover;
		width: 100%;
	}
	.categories .cell {
		margin-bottom: 1.5rem;
	}
	.grid-item {
		margin-bottom: 2.5rem;
	}
}

/*** FOOTER ***/
footer {
	
}
.footer-background {
	background: #353282;
    border-top-left-radius: var(--border-radius-small);
    border-top-right-radius: var(--border-radius-small);
    padding: 3.75rem 3rem;
}

footer ul {
	margin: 0;
    list-style: none;
}
footer li {
	margin-bottom: 1rem;
}
footer li a,
footer h3 {
	color: var(--cream);
}
footer li img {
	width: 100%;
	max-width: 173px;
}
.copyright {
	color: var(--white);
	font-size: 16px;
}

.site-info {
	text-align: right;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	.site-info {
		text-align: left;
	}
	footer .cell {
		margin-bottom: 2rem;
	}
	.footer-legal-item {
		margin-bottom: 1.5rem;
	}
	footer li {
		margin-bottom: 0.5rem;
	}
}
.footer-legal-item {
	margin-bottom: 2rem;
}
.footer-legal-item .legal-link:first-of-type {
	margin-right: 15px;
    color: var(--cream);
}
.footer-legal-item .legal-link:last-of-type {
	margin-left: 15px;
    color: var(--cream);
}
footer a:hover {
	color: var(--cream) !important;
	border-bottom: 1.5px solid var(--cream);
}
.pink-star-icon {
	width: 16px;
    position: relative;
    top: -2px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	.footer-grid {
		display: block;
	}
	.social-icons {
		padding-left: 0.9375rem;
		margin-top: 0.5rem;
	}
}

/*** archive page ***/
.archive-description {
	margin-top: 3rem;
	max-width: 800px;
	margin-bottom: 2rem;
}
.archive #page,
.single #page {
	padding-top: 8.3rem;
}
.pill-cta br {
	display: none;
}
.category-title {
	text-transform: capitalize;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	.archive-description {
		margin-top: 2rem;
	}
	.archive #page,
	.single #page {
		padding-top: 5.4rem;
	}
	.pill-cta br {
		display: block;
	}
}
/*** pill cta ***/
.pill-cta {
	background: var(--yellow);
    padding: 1rem;
    text-align: center;
    font-size: 14px;
    border-radius: var(--border-radius);
}
.pill-cta p {
	margin-bottom: 0;
}

/*** Single page styling ***/
.single .post-thumbnail {
	margin-top: 25px;
	margin-bottom: 2.5rem;
}
.single .post-thumbnail img {
	border-radius: var(--border-radius);
	height: 510px;
	width: 100%;
	object-fit: cover;
}
.single .entry-content {
	margin-top: 2rem;
}
.single .posted-by {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.single .byline {
	margin-left: 0.25rem;
    font-size: 16px;
    font-family: 'suisseIntl Bold', sans-serif;
}
.single .byline a {
	border-bottom: 0px;
}
.single .share-links svg {
	width: 40px;
	height: auto;
	margin-right: 0.25rem;
}
.single .share-links a {
	border-bottom: 0;
}
.single .share-links a:hover svg circle {
	 fill: #353282;
}
.single .share-links p {
	font-size: 16px;
    font-family: 'suisseIntl Bold', sans-serif;
    margin-top: 1rem;
}
.new-updated h6 {
	margin-top: 0;
	border-bottom: 0;
}
.new-updated h6 a {
	border-bottom: 0px;
	font-size: 16px;
}
.new-updated p {
	font-size: 16px;
}
/* Large and up */
@media screen and (min-width: 64em) {
	.add-more-padding {
		padding-right: 3rem !important;
	}
}

.single .wp-block-image,
.single .wp-block-button {
	margin-bottom: 1rem;
}
.wp-block-stackable-call-to-action {
	margin-top: 2rem;
}
.stk-block-call-to-action__content {
	padding: 1.5rem 1.5rem;
	padding-bottom: 2.5rem;
    background: var(--purple);
    color: var(--white);
}
.stk-block-call-to-action__content span:not(.stk-button__inner-text) {
	color: var(--white) !important;
}
.wp-block-stackable-call-to-action .stk-container {
	background-color: var(--purple) !important;
}
.stk-block-call-to-action__content a {
	color: var(--white) !important;
	border-bottom-color: var(--white) !important;
}
.wp-block-stackable-call-to-action.stk-block-call-to-action {
	border-radius: 5px !important;
}
.wp-block-stackable-call-to-action .stk-block-call-to-action__content {
	border-radius: 5px !important;
}
.single-related {
	background: var(--yellow);
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 4rem;
}
.single-related img {
	border-radius: var(--border-radius-small);
	height: 100px;
	object-fit: cover;
	width: 100%;
}
.single-related h4 {
	margin-top: 0;
}
.single-related .grid-x {
	margin-bottom: 1.5rem;
}
.single-related .border-top-h3 {
	margin-bottom: 3rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.single .entry-content .grid-x {
		flex-direction: column-reverse;
	}
	.single .entry-content {
		margin-top: 1rem;
	}
	.entry-content h2 {
		margin-top: 3rem;
	}
	.entry-content h3 {
		margin-top: 1.5rem;
	}
	.posted-by, .share-links {
		text-align: center;
	}
	.single .new-updated {
		display: none;
	}
	.single-related img {
		height: 250px;
		margin-bottom: 1rem;
	}
}


/*** category pages ***/
.category .page-header {
	padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-top: 2rem;
}
.category .page-header .cell {
	color: var(--cream);
    padding: 3.75rem 3rem;
    border-radius: var(--border-radius);
    background-color: #6066ed;
    background-image: linear-gradient(135deg,rgba(96,102,237,.7),rgba(204,228,255,.7)),url('https://assets.website-files.com/62c5c0685b3377d28dc171a5/630e9ba211317d1f83ff4e41_noise.png');
    background-position: 0 0,0 0;
    background-position-x: 0px, 0px;
    background-position-y: 0px, 0px;
    background-size: auto,auto;
}
.category .page-header .border-top-h2 {
	border-top: 0px;
	padding-top: 0px;
	line-height: 2.25rem;
}

.read-more {
	border-bottom: 2px solid var(--purple);
}

