/*
 Theme Name:   Becky Excell 2022
 Theme URI:    https://beckyexcell.com
 Description:  A Genesis child theme for Becky Excell
 Author:       Grace and Vine Studios		
 Author URI:   https://graceandvinestudios.com
 Template:     genesis
 Version:      1.0

*/

@import url("../genesis/style.css");
 
/* =Theme customization starts here
-------------------------------------------------------------- */
@font-face {
  font-family: "DM Sans";
  src: url("https://glutenfreecuppatea.co.uk/wp-content/themes/becky_excell2022/fonts/DMSans-Regular.woff2") format("woff2"),
       url("https://glutenfreecuppatea.co.uk/wp-content/themes/becky_excell2022/fonts/DMSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "DM Sans Bold";
  src: url("https://glutenfreecuppatea.co.uk/wp-content/themes/becky_excell2022/fonts/DMSans-Bold.woff2") format("woff2"),
       url("https://glutenfreecuppatea.co.uk/wp-content/themes/becky_excell2022/fonts/DMSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "TT Norms";
  src: url("https://glutenfreecuppatea.co.uk/wp-content/themes/becky_excell2022/fonts/TTNorms-ExtraBold.woff2") format("woff2")
}

body {
    font-family: 'DM Sans';
    color: #202727;
    margin: 0;
}
.site-header .wrap {
	padding: 30px 0;
    max-width: 1180px;
    margin: 0 auto;
}
.site-header {
	border:none;
	min-height:0;
	position: relative;
}
.site-inner {
	width:100%;
	max-width:100%;
	padding-top: 0;
}
.wrapper{
	max-width:1180px;
	margin:0 auto;
}
.small-wrapper {
	max-width:990px;
	margin: 0 auto;
}
.title-area {
	padding: 0;
	text-align: center;
    display: inline-block;
    width: 561px;
    height: 88px;
    vertical-align: middle;
}
.header-widget-area {
    display: inline-block;
    vertical-align: middle;
    width: 618px;
    text-align: right;
}
.header-widget-area .zoom-social-icons-widget{
    width: 270px;
    display: inline-block;
    vertical-align: middle;
	margin-right:20px;
}
.header-widget-area section:last-child {
    width: 244px;
    display: inline-block;
    vertical-align: middle;
}

.header-widget-area .search form {
    width: 100%;
    height: 41px;
}
.header-widget-area .search input {
    width: 100%;
    border: 2px solid #202727;
    border-radius: 6px;
    height: 41px;
    font-family: 'DM Sans';
    font-size: 15px;
    color: #202727;
    text-transform: lowercase;
}
.search input::placeholder {
	color:#272727;
}
.header-widget-area .simple-social-icons ul li {
    margin-bottom: 0 !Important;
}
p.site-title, p.site-description {
	display: none;
}

.custom-logo-link img {
  width: auto;              /* let the image decide */
  height: auto;             /* prevents stretch */
  max-height: 88px;         /* keep header height consistent */
  max-width: 100%;          /* shrink on small screens */
  object-fit: contain;      /* safety for odd containers */
}
.top-bar, .mobile-menu .widget_text {
    background-color: #F6C624;
    text-align: center;
}
.top-bar .btn-white, .mobile-menu .widget_text .btn-white {
    display: inline-block;
    vertical-align: middle;
}
.top-bar p, .mobile-menu .widget_text p {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    font-family: 'TT Norms';
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
}
.top-bar img, .mobile-menu .widget_text img {
        display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    margin-right: 10px;
}
.mobile-menu .btn-white a {
	display:block;
	margin-bottom:15px;
}
.nav-primary {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-top: 2px solid #8ED5D0;
    border-bottom: 2px solid #8ED5D0;
    width: 100%;
    padding: 25px 0;
}
.nav-primary ul {
    margin: 0;
	padding-left:0;
}
.nav-primary li, .mobile-menu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-family: 'DM Sans';
    font-size: 25px;
    font-weight: 400;
    margin-right: 85px;
}
.nav-primary li:after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
}
.menu-icon, .mobile-search-icon {
	display: none;
}
.mobile-menu, .mobile-search {
	display: none;
	border-bottom: 2px solid #8ED5D0;
}
.mobile-menu li {
	display: block;
	text-align: center;
	border-bottom: 2px solid #8ED5D0;
	margin: 0 auto;
	padding: 10px 0;
}
.mobile-menu ul {
	padding-left: 0;
	margin: 0;
}
.mobile-menu .simple-social-icons {
	margin-top: 22px;
}
.mobile-menu .search, .mobile-search .search {
	width: 75%;
	margin: 0 auto;
	
}
.mobile-search .search {
	margin: 20px auto;
}
.mobile-menu .search input, .mobile-search .search input {
	width: 100%;
	margin: 0 auto;
	height: 41px;
}
.nav-primary li:hover:after {
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/dotted-line-short.svg');
    content: "";
    width: 100%;
    height: 4px;
    background-repeat: repeat-x;
    display: block;
}
.nav-primary li:last-child {
    margin-right: 0;
}
.menu-icon {
	position: absolute;
	left: 12px;
	top: 46px;
}
.menu-icon span {
	background-color: #202727;
	width: 24px;
	height: 2px;
	display: block;
	margin-bottom: 3px;
}
.mobile-search-icon {
	position: absolute;
	right: 12px;
	top: 42px;
}
.site-footer {
    background-color:#F6C624;
    padding: 15px 0;
}
.site-footer .wrap {
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
}
.site-footer p {
    display: none;
}
.site-footer a:hover {
    text-decoration: underline;
}
.back-to-top {
	cursor:pointer;
}
.back-to-top img {
	transform:rotate(-90deg);
	display:inline-block;
	width:12px;
	height:12px;
}
.footer-widgets {
    padding:25px 0;
    position: relative;
    margin-bottom: 40px;
    margin-top: 30px;
}
.footer-widgets:before {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/dotted-lines.svg');
    width: 100%;
    height: 27px;
    position: absolute;
    top: -25px;
}
.footer-widgets .wrap {
    max-width: 1180px;
    margin: 0 auto;
    
}
.footer-widget-area {
	
	display:inline-block;
	vertical-align:top;
}
.footer-widgets-1 {
    width: 485px;
    border-right: 2px solid #E7BADD;
    border-top: 2px solid #E7BADD;
    border-bottom: 2px solid #E7BADD;
    border-top-right-radius: 225px;
    border-bottom-right-radius: 225px;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 20px 60px 20px 170px;
    top: 25px;
    box-sizing: border-box;
}
.footer-widgets-1  .search form {
    width: 244px;
    margin: 0 auto;
}
.footer-widgets-1 input {
    height: 41px;
    width: 100%;
    border-radius: 6px;
}
.footer-widgets-2 {
	width: 345px;
    margin-left: 450px;
    margin-top: 35px;
}
.footer-widgets-3 {
	width: 300px;
    margin-top: 35px;
    margin-left: 80px;
}

.footer-widgets .widget-title  {
	
}
.footer-widgets ul {
    padding-left: 0;
}
.footer-widgets-2 ul li {
	display: inline-block;
    font-family: 'DM Sans';
    font-size: 24px;
    font-weight: 400;
    margin-right: 30px;
}
.footer-widgets ul li:hover {
    text-decoration: underline;
}
.footer-widgets ul li:last-child {
    margin-right: 0;
}
.footer-widgets-2 ul li:before {
    content: "";
    height: 9px;
    width: 9px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
.footer-widgets .zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
	margin:0 4px;
}
.footer-widgets-2 li:before {
    background-color: #8ED5D0;
}
.footer-widgets-3 li:before {
    background-color: #F47077;
}

input#searchsubmit {
    display: none;
}
.search form {
    position: relative;
}
.search form:after {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/search-icon.svg');
    width: 18px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
input {
    text-transform: lowercase;
	font-family:'DM Sans';
}
input::placeholder {
	font-family:'DM Sans';
}
.widget-title {
    font-family: 'TT Norms';
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
}
h1 {
	font-family: 'TT Norms';
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 0;
}
h2 {
	font-family: 'TT Norms';
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 0;
}
h3 {
}
h4 {
	font-family: 'TT Norms';
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 0;
	font-variant-ligatures: none;
}
a {
	color: #202727;
    text-decoration: none;
}

p {
	font-size:18px;
	line-height:25px;
    margin: 10px 0;
	font-family:'DM Sans';
}
input {
    background-color: #fff;
    border: 2px solid #162626;
    border-radius: 6px;
    padding-left: 12px;
    box-sizing: border-box;
}
.wp-block-button a {
    transition: .3s ease;
    padding-top: 10px;
	font-family:'TT Norms';
    padding-bottom: 10px;
	color:#000;
}
.wp-block-button__link {
    font-size: 17px !Important;
    text-transform: uppercase;
    font-weight: 800;
}
.wp-block-button__link:visited {
	color:#000 !important;
}
.button {
    font-family: "TT Norms";
    font-weight: 800;
    font-size: 17px;
    text-transform: uppercase;
    color: #202727;
    padding: 5px 10px;
    border-radius: 6px;
}
.btn-white a {
    background-color: #fff;
    border: 2px solid #202727;
    transition: .3s ease;
	color:#000;
}
.btn-white a:hover {
    background-color: #202727 !important;
    color: #fff !Important;
    border-color: #202727 !Important;
}
.btn-white.btn-arw a:hover:after {
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/white_arw.svg');
}
.btn-arw a:after {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/black_arrow.svg');
    width: 15.5px;
    height: 15.5px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 8px;
}
.btn-pink.btn-arw a:hover:after {
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/pink_arw.svg');
}
.btn-pink a {
    background-color: #F47077;
}
.btn-pink a {
    border: 2px solid #F47077 !important;
}
.btn-pink a:hover {
    color: #F47077 !important;
    background-color: transparent !Important;
}
.btn-blue.btn-arw a:hover:after {
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/arrow-blue.svg');
}
.btn-blue a {
    border: 2px solid #8ED5D0 !important;
}
.btn-blue a:hover {
    color: #8ED5D0 !important;
    background-color: transparent !Important;
}
.btn-purple.btn-arw a:hover:after {
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/arrow-purple.svg');
}
.btn-purple a {
    border: 2px solid #E7BADD !important;
}
.btn-purple a:hover {
    color: #E7BADD !important;
    background-color: transparent !Important;
}


.home-top {
    align-items: center;
    justify-content: space-around;
    padding: 30px 0 55px;
    position: relative;
}
.home-top:after, .home-optin:after {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/dotted-lines.svg');
    width: 100%;
    height: 28px;
    position: absolute;
	background-repeat:repeat-x;
    bottom: 0;
    width: 100vw;
    margin-left: calc(-100vw / 2 + 1180px / 2);
    margin-right: calc(-100vw / 2 + 1180px / 2);
}

.browse .wp-block-column {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'TT Norms';
    font-size: 15px;
    margin-top: 15px;
    transition: .4s ease;
    cursor: pointer;
}
.browse .wp-block-column img {
    transition: .4s ease;
}
.browse .wp-block-column:hover img {
    transform: rotate(17deg);
}
.browse .wp-block-buttons {
	margin-top:15px;
}
.latest {
    padding: 50px 0;
}
.latest, .home .wp-block-latest-posts__list {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}
.wp-block-latest-posts li {
    text-align: center;
}
.latest .wp-block-latest-posts.is-grid {
	justify-content:space-between;
}
.latest .wp-block-latest-posts li {
    width:264px; 
	flex-basis:264px !Important;
	position:relative;
}
.wp-block-latest-posts__post-excerpt {
	    position:absolute;
    right: 0;
	left:0;
    top:360px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0 !Important;
	margin-bottom: 0 !important; 
	font-family:"TT Norms" !IMportant;
	text-transform:uppercase;
	font-size:15px !Important;
}
.wp-block-latest-posts__post-excerpt:hover {
	text-decoration:underline
}
.wp-block-latest-posts__post-excerpt:after {
	background-image:url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/short_underline_pink.svg');
	content:"";
	display:block;
	width:29px; 
	height:4px; 
	background-size:contain;
	background-repeat:no-repeat;
	margin:3px auto;
	display:block;
}
.wp-block-latest-posts__list li:nth-child(2) .wp-block-latest-posts__post-excerpt:after {
	background-image:url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/short_underline_yellow.svg');
}
.wp-block-latest-posts__list li:nth-child(3) .wp-block-latest-posts__post-excerpt:after {
	background-image:url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/short_underline_purple.svg');
}
.wp-block-latest-posts__list li:nth-child(4) .wp-block-latest-posts__post-excerpt:after {
	background-image:url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/short_underline_blue.svg');
}
.latest li a:nth-child(2){
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:405px;
}
.latest {
	position:relative;
	height:700px;
}
.latest .wp-block-button__link {
	position:absolute;
	right:-50px;
	top:42px;
	z-index:9999;
}
.latest .wp-block-latest-posts.wp-block-latest-posts__list li img {
	height:354px;
	width:100%;
	object-fit:cover !Important;
}
.latest .wp-block-button a {
    border-radius: 50%;
    width: 104px;
    height: 104px;
    font-size: 17px;
    padding: 28px 7px;
}
.error404 .search input {
	width:100%;
	height:41px;
}
 
.featured-posts .wp-block-latest-posts.wp-block-latest-posts__list li img {
	width:100%;
	height:350px;
	object-fit:cover !important;
}
.featured-posts h2 {
	margin-bottom:25px;
}
.latest .wp-block-button a:after {
    margin-left: 0;
}
.latest .wp-block-button a:hover {
    background-color: #8ED5D0 !Important;
    color: #fff !Important;
}
.latest .wp-block-button a:hover:after {
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/white_arw.svg');
}
.home-optin {
    position: relative;
    text-align: center;
    
    margin-bottom: 35px;
}
.home-optin .wp-block-group__inner-container {
     width: 914px;
    padding: 90px 70px 40px;
    margin: 0 auto;
    border: 2px solid #E7BADD;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 3px 6px lightgrey;

}
.home-optin h2 {
    margin-top: 0;
}
.home-optin:before {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/purple-cake.svg');
    width: 95px;
    height: 95px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    margin: auto;
    top: -45px;
    position: absolute;
    
}
.home-optin:after {
    top: 160px;
    z-index: -9;
    left: 0;
    background-size: contain;
    height: 28px;
}
.home-optin h2 img {
    width: 277px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -13px;
}
.home-optin #mc_embed_signup {
	width: 100%;
}
#mc-embedded-subscribe-form {
	padding: 0;
}
.home-optin #mc_embed_signup .mc-field-group, .inline-optin #mc_embed_signup .mc-field-group, .after-post #mc_embed_signup .mc-field-group {
	width: 244px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	min-height: 41px;
	height: 41px;
}
#mc_embed_signup .mc-field-group input {
	border: 2px solid #272727;
	border-radius: 6px;
	height: 41px;
	text-align: center;
	width: 100%;
	padding: 0;
}
.home-optin #mc_embed_signup .mc-field-group input, .inline-optin #mc_embed_signup .mc-field-group input, .after-post #mc_embed_signup .mc-field-group input {
	text-align:left;
	padding-left:10px; 
	box-sizing:border-box;
}
.home-optin #mc_embed_signup_scroll, .inline-optin #mc_embed_signup_scroll {
	display: flex;
	justify-content: center;
}
.home-optin #mc_embed_signup p {
	margin: 0;
}
.home-optin #mc_embed_signup .button, .inline-optin #mc_embed_signup .button, .after-post #mc_embed_signup .button  {
	background-color: #F6C624;
	width: 172px;
	display: inline-block;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	color: #272727;
	height: 41px;
	border-radius: 6px;
	cursor:pointer;
	transition:.3s ease;
	border: 2px solid #F6C624;
}
.after-post #mc_embed_signup .button {
	display:block;
	width:495px;
	margin:0 auto;
}
.after-post #mc_embed_signup .mc-field-group:nth-child(2) {
	margin-right:0;
}
.after-post #mc_embed_signup {
	margin:20px auto 0;
}
.after-post {
	margin-bottom:30px;
}
.home-optin #mc_embed_signup .button:hover, .inline-optin #mc_embed_signup .button:hover, .sidebar #mc_embed_signup .button:hover, .after-post #mc_embed_signup .button:hover {
	background-color:transparent;
	color:#F6C624;
}
.entry-content .cookbook-cta {
    width: 1085px;
    margin: 40px auto;
    background-color: #E7BADD;
    border-radius: 225px;
    padding: 50px 110px 40px;
    justify-content: space-evenly;
    align-items: center !Important;
}
.single .entry-content .cookbook-cta {
	width:100%;
	padding:50px 90px 40px; 
}
.single .entry-content .cookbook-cta a {
	text-decoration:none;
}
.wp-block-columns.book-about{
	margin-top:75px; 
	align-items:center !improtant;
	align-items:center !important;
}
.cookbook-cta p, .home-about p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'DM Sans';
}
.home-about {
    align-items: center;
    justify-content: space-around;
    width: 740px;
    margin: 90px auto 60px;
}
.home-about h2 img {
    width: 121px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
 .home-about .wp-block-column:first-child h2 {
        margin-bottom: 0;
    }
    .home-about .wp-block-column:first-child p {
        margin-top: 0;
    }
.home-about .wp-block-column:last-child {
    position: relative;
}
.home-about .wp-block-column:last-child:after {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/BE-submark.svg');
    width: 116px;
    height: 116px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -55px;
    top: -42px;
}
.as-seen-on {
    border-top: 2px solid #F47077;
    border-bottom: 2px solid #F47077;
    padding: 30px 0;
    margin-top: 50px;
        width: 100vw;
    margin-left: calc(-100vw / 2 + 1180px / 2);
    margin-right: calc(-100vw / 2 + 1180px / 2);
}
.as-seen-on .wp-block-group__inner-container {
    max-width: 1100px;
    margin: 0 auto;
}
.as-seen-on .wp-block-column {
    max-width: 123px;
}
.as-seen-on .wp-block-columns {
    justify-content: space-around;
}
.featured-posts {
    padding: 40px 0;
}
.featured-posts.has-background {
    width: 100vw;
    margin-left: calc(-100vw / 2 + 1180px / 2);
    margin-right: calc(-100vw / 2 + 1180px / 2);
}
.featured-posts li {
    text-align: center;
}
.featured-posts li a, .latest li a {
    font-size: 24px;
    font-weight: 400;
    font-family: 'DM Sans';
	width:100%;
}

.featured-posts li a:hover, .latest li a:hover {
   text-decoration: underline;
}
.inline-optin {
    border-top: 2px solid #8ED5D0;
    border-bottom: 2px solid #8ED5D0;
    padding: 30px 0;
     width: 100vw;
    margin-left: calc(-100vw / 2 + 1180px / 2);
    margin-right: calc(-100vw / 2 + 1180px / 2);
}
.inline-optin .wp-block-group__inner-container {
    max-width: 1180px;
    margin: 0 auto;
}
.inline-optin .wp-block-columns {
    align-items: center !important;
}
.inline-optin h2 img {
    display: block;
    width: 255px;
}
.resources .wp-block-column  {
	text-align:center;
	font-size:24px;
}
.resources .wp-block-column img {
	width:210px;
	height:210px; 
	object-fit:cover;
}
.resources .wp-block-column a:hover {
	text-decoration:underline;
}
.wp-block-image, .wp-block-columns {
    margin-bottom: 0 !important;
}
.full-width-content .content {
    max-width: 1180px;
    margin:  auto;
    padding-top: 30px;
}
.home.full-width-content .content  {
	padding-top: 0;
}
.ri-filters {
    display: flex;
    justify-content: space-between;
    height: 90px;
    position: relative;
    z-index: 9999;
}
.filter {
    width: 256px;
    font-family: 'TT Norms';
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    box-sizing: border-box;
}
.filter-label {
    padding: 10px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
	display:block;
}
.filter-label:after {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/circle_arw.svg');
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 10px;
}
.fl-input {
	display:none;
}
.filter-1 .filter-label {
    background-color: #F47077;
}
.filter-1 .filter-list {
    border: 2px solid #F47077;
}
.filter-1 .filter-list li {
    border-bottom: 2px solid #F47077;
}
.filter-1 .filter-list li:hover {
    background-color: #F47077;
}
.filter-2 .filter-label {
    background-color: #8ED5D0;
}
.filter-2 .filter-list {
    border: 2px solid #8ED5D0;
}
.filter-2 .filter-list li {
    border-bottom: 2px solid #8ED5D0;
}
.filter-2 .filter-list li:hover {
    background-color:#8ED5D0;
}
.filter-3 .filter-label {
    background-color: #F6C624;
}
.filter-3 .filter-list {
    border: 2px solid #F6C624;
}
.filter-3 .filter-list li {
    border-bottom: 2px solid #F6C624;
}
.filter-3 .filter-list li:hover {
    background-color:#F6C624;
}
.filter-4 .filter-label {
    background-color: #E7BADD;
}
.filter-4 .filter-list {
    border: 2px solid #E7BADD;
}
.filter-4 .filter-list li {
    border-bottom: 2px solid #E7BADD;
}
.filter-4 .filter-list li:hover {
    background-color: #E7BADD;
}
.filter-4 {
    width: 287px;
}


.filter:hover .filter-list {
	display:block;
}

.filter-list {
    margin: -8px 0 0;
    padding: 0;
    text-align: center;
    border-radius: 6px;
    display: none;
    background-color: #fff;
    z-index: 9;
	transition:.4s ease;
}
.filter-list li {
    list-style: none;
    padding: 8px 0;
}
.filter-list li:first-child {
   padding-top: 14px;
}
.filter-list li:last-child {
    border-bottom: none;
}
.ri-search {
    text-align: center;
    position: relative;
    margin-bottom: 90px;
}
.ri-search:before {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/dotted-lines.svg');
        width: 100vw;
    margin-left: calc(-100vw / 2 + 1180px / 2);
    margin-right: calc(-100vw / 2 + 1180px / 2);
    height: 27px;
    position: absolute;
    top: 72px;
    left: 0;
}
.ri-search .inner-search {
    border: 2px solid #E7BADD;
    border-radius: 225px;
    box-sizing: border-box;
    width: 478px;
    margin: 0 auto;
    padding: 30px 100px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.ri-search form {
    width: 90%;
    margin: 0 auto;
}
.ri-search input {
    border: 2px solid #202727;
    border-radius: 6px;
    height: 41px;
    font-family: 'DM Sans';
    font-size: 15px;
    color: #202727;
    text-transform: lowercase;
    width: 100%;
}
.everyday-meals, .dietary, .most-popular {
    position: relative;
     text-align: center;
     padding: 65px 0 30px;
    position: relative;
        width: 100vw;
    margin-left: calc(-100vw / 2 + 1180px / 2);
    margin-right: calc(-100vw / 2 + 1180px / 2);
    border-top: 2px solid #8ED5D0;
}
.dietary {
    border-color: #F47077;
     margin-top: 70px;
}
.everyday-meals .wrapper, .dietary .wrapper {
   width: 872px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
   
}
.everyday-meals h2, .dietary h2, .most-popular h2 {
    position: absolute;
        top: -20px;
    width: 320px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 0 20px;
}
.dietary h2 {
    width: 430px;
   
}
.everyday-meals:after, .dietary:after, .most-popular:after {
    content: "";
    background-color: #F3FBFA;
    position: absolute;
    bottom: -5px;
    height: 232px;
    width: 100%;
    left: 0;
    z-index: -9;
}
.most-popular:after  {
	height:295px;
}
.dietary:after {
    background-color: #FEF0F1;
}
.edm-item, .dr-item {
    width: 260px;
    text-align: center;
}
.edm-item a, .dr-item a, .each-post h2, .mp-item a {
    font-size: 24px;
    font-family: 'DM Sans';
    text-transform: capitalize;
    font-weight: 400;
}
.edm-item a:hover, .dr-item a:hover, .each-post h2:hover, .mp-item a:hover, .baking a:hover {
    text-decoration: underline;
}
.edm-item img, .dr-item img {
    border-radius: 50%;
    width: 260px;
    height: 260px;
    object-fit: contain;
}
.baking {
    text-align: center;
    padding: 30px 0;
}
.baking .wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.bc-item {
    width: 205px;
}
.bc-item a  {
    font-size: 24px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
}
.bc-item img {
    width: 100%;
    height: 278px;
    object-fit: cover;
}
.page-template-recipe_index.paged .ri-search, .page-template-recipe_index.paged .everyday-meals, .page-template-recipe_index.paged .baking, .page-template-recipe_index.paged .dietary {
	display:none;
}
.post-feed {
    text-align: center;
    padding: 50px 0 30px;
}
.post-feed h2 {
	margin-bottom:25px;
}
.post-feed .wrapper, .cat-posts, .the-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap:48px;
}
.each-post {
    width: 258px;
    text-align: center;
}
.each-post img {
    width: 100%;
    height: 351px;
    object-fit: cover;
}
.archive-pagination {
    text-align: center;
    padding: 30px 0;
}
.archive-pagination ul {
    padding-left: 0;
}
.archive-pagination ul li {
    list-style: none;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 8px;
	font-family:'TT Norms';
	font-weight:800;
}
.archive-pagination ul li.active  {
    background-color: #F47077;
    border-radius: 50%;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 30px;
}
.archive-pagination ul li.active a {
    color: #fff;
}
.archive-pagination ul li:hover {
    text-decoration: underline;
}
.archive-pagination ul li.pagination-next {
    margin: 0 0 0 45px;
    
}
.archive-pagination ul li.pagination-next a {
    color: #F47077;
}
.archive-pagination ul li.pagination-next:after {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/pink_arw.svg');
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px;
}
.pagination-next img {
    position: absolute;
    top: 4px;
    right: -32px;
}
.pagination-previous img {
    position: absolute;
    top: 4px;
    left: -32px;
    transform: rotate(180deg);
}
.archive-pagination ul li.pagination-previous {
    margin: 0 45px 0 0;
    
}
.archive-pagination ul li.pagination-previous a {
    color: #F47077;
}
.archive-pagination ul li.pagination-previous:before{
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/pink_arw.svg');
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    transform: rotate(180deg);
}
.category .content, .full-width .content {
    max-width: 1180px;
    margin: 30px auto;
}
.most-popular {
    margin-top: 75px;
    margin-bottom: 75px;
    text-align: center;
}
.mp-item {
    width: 243px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 64px;
}
.mp-item:last-child {
    margin-right: 0;
}
.mp-item img {
    width: 100%;
    height: 243px;
    object-fit: cover;
    border-radius: 50%;
}
.book-container {
    justify-content: center;
    width: 950px;
    margin: 30px auto;
	gap:75px !important;
}
.book-container .wp-block-column {
    margin-left: 0 !Important;
}
.book-links .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.book-links a, .book-links p {
    font-family: 'TT Norms';
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
}
.book-container .wp-block-buttons {
    text-align: center;
    display: block;
    margin: 20px auto;
}
.book-links p {
    margin: 5px 0;
}

.blue-links p, .blue-links a {
    border-bottom: 3px solid #8ED5D0;
}
.pink-links p, .pink-links a {
    border-bottom: 3px solid #F47077;
}
.purple-links p, .purple-links a {
    border-bottom: 3px solid #E7BADD;
}
.book-links p:hover, .book-links a:hover {
    border-color: #202727;
}
.page-template-book-page .inline-optin {
margin-bottom: 75px;}

.content-sidebar-wrap {
    width: 1180px;
    margin: 0 auto;
}
.single .content, .content-sidebar .content {
    width: 838px;
    display: inline-block;
}
.content-sidebar .content {
    margin-top: 30px;
}
.single .content {
	margin-top:0;
}
.single .content .entry-header {
    display: none;
}
.sidebar {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-left: 42px;
    margin-top: 30px;
    text-align: center;
	margin-bottom:30px;
}
.sidebar section:first-child.widget_media_image {
    position: relative;
    margin-bottom: 20px;
}
.sidebar #text-3 h2 {
    margin-bottom: -8px;
}
.sidebar section:first-child.widget_media_image:before {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/BE-submark.svg');
    position: absolute;
    top: -15px;
    right: -12px;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sidebar section:first-child.widget_media_image img {
	width:85%;
}
.sidebar p {
    font-size: 17px;
    line-height: 22px;
}
.sidebar img.becky {
    width: 120px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.sidebar a {
    margin-top: 10px;
    display: inline-block;
}
.sidebar .widget_search {
    border: 2px solid #E7BADD;
    box-shadow: 0px 3px 6px lightgrey;
    padding: 25px 10px;
    border-radius: 225px;
    margin: 40px 0;
}
.sidebar .widget_search h4 {
    margin-bottom: 12px;
}
.sidebar .search input {
    width: 76%;
    margin: 0 auto;
    height: 41px;
}
.sidebar .search form:after {
    right: 45px;
}
.sidebar img.products-guide {
    width: 208px;
    height: auto;
}
.sidebar #text-2 {
    border: 2px solid #E7BADD;
    box-shadow: 0px 3px 6px lightgrey;
    padding: 65px 7px 15px;
    position: relative;
    width: 80%;
    margin: 75px auto 0;
    box-sizing: border-box;
}
.sidebar #text-2:after {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/dotted-lines.svg');
    height: 27px;
    position: absolute;
    bottom: 0;
    width: 18%;
    left: -42px;
    top: 256px;
    z-index: -9;
	background-repeat:no-repeat;
}
.sidebar #text-2 h2 {
    font-size: 28px;
}
.sidebar #text-2:before{
    content: "";
    background-image: url(https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/dotted-lines.svg);
    height: 27px;
    position: absolute;
    bottom: 0;
    width: 18%;
    right: -47px;
    top: 256px;
    z-index: -9;
	background-repeat:no-repeat;
}
.sidebar #text-2 p:first-child {
    margin-top: -120px;
}
.sidebar #text-2 p {
	margin: 8px 15px 15px 15px;
}
.sidebar #mc_embed_signup {
	width: 100%;
}
.sidebar #mc-embedded-subscribe-form {
	padding: 0;
}
.sidebar #mc_embed_signup .mc-field-group {
	width: 96%;
	margin: 6px auto;
	min-height: 41px;
	height: 41px;
}
.sidebar #mc_embed_signup .mc-field-group input {
	border: 2px solid #272727;
	border-radius: 6px;
	height: 41px;
	text-align: center;
	width: 100%;
	padding: 0;
}
.sidebar #mc_embed_signup p {
	margin: 0;
}
.sidebar #mc_embed_signup .button {
	background-color: #F6C624;
	width: 96%;
	margin: 3px auto 0;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	color: #272727;
	height: 41px;
	border-radius: 6px;
	cursor:pointer;
	border: 2px solid #F6C624;
}
.sidebar #mc_embed_signup .button {

}

.entry-content img {
    width: 100%;
	height:auto;
}
.entry-content ul {
    padding-left: 20px;
}
.entry-content li {
    font-size: 18px;
    line-height: 32px;
}
.entry-content strong {
	font-family:'DM Sans Bold';
}
.entry-content li::marker {
   color: #F6C624;
}
.single .entry-content h2 {
    position: relative;
    font-size: 25px;
    padding-left: 58px;
    margin-top: 30px;
}
.single .entry-content p {
	line-height:1.4;
	margin:20px 0;
}
.single .entry-content h2:before {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/blue-cake.svg');
    width: 46px;
    height: 46px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -10px;
}
.entry-content h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'DM Sans Bold';
}

.page-template-default:not(.home)  .entry-content a, .single .entry-content a, .cat-page-header a, .page-top p a {
	text-decoration:underline;
}
.page-template-default:not(.home) .entry-content a:hover, .single .entry-content a:hover, .cat-page-header a:hover, .page-top p a:hover {
	color:#8ED5D0;
}
.ingredient-tip {
    margin: 40px auto;
    position: relative;
}
.ingredient-tip .wp-block-group__inner-container {
    width: 615px;
    margin: 0 auto;
    border:2px solid #F6C624;
    box-sizing: border-box;
    padding: 40px 60px;
    box-shadow: 0px 3px 6px lightgrey;
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.ingredient-tip:after {
       content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/dotted-lines.svg');
    width: 100%;
    height: 27px;
    position: absolute;
   top: 100px;
	background-repeat:no-repeat;
}
.ingredient-tip p {
    line-height: 24px;
    font-size: 17px;
}
.single .entry-content .wp-block-group h2, .single .entry-content .cookbook-cta h2 {
    padding-left: 0;
    font-size: 32px;
    margin-top: 0;
}
.single .entry-content .wp-block-group h2:before, .single .entry-content .cookbook-cta h2:before, .single .entry-content .wprm-recipe h2:before {
    display: none;
}
.single .instagram-media {
	max-width:100% !important;
}
.lifestyle-post {
    background-color: #FEF0F1;
     margin-left: -50%;
    margin-bottom: 50px;
    padding-left: 50%;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    width: 144%;
}
.lifestyle-post h2 {
    font-size: 28px !important;
}
.lifestyle-post:after {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/BE-Submark-coral-red.svg');
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: flex;
    align-items: center;
    right: -42px;
}
.substitutions {
    background-color: #FEF8E3;
    padding: 50px 30px;
    padding: 6% 3%;
    text-align: center;
    position: relative;
}
.substitutions h2 {
    position: relative;
     background-color: #FEF8E3;
    padding: 0 20px;
    z-index: 999999;
    padding-left: 20px !Important;
    display: inline-block;
}
.substitutions:after {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #272727;
    content: "";
    left: 0;
    top: 67px;
    z-index: 9999;
}
.glance {
    background-color: #F3FBFA;
    margin-left: -50%;
    padding-left: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.breadcrumbs {
	margin-bottom:15px;
}
.breadcrumbs a{
	font-size:15px;
	font-weight:800;
	text-transform:uppercase; 
	border-bottom:2px solid #8ED5D0;
	text-decoration:none !important;
	font-family:'TT Norms';
}
.breadcrumb_last {
	border-bottom:none;
	font-family:'TT Norms';
	text-transform:uppercase;
}
.btn-ratings {
	display:flex;
	align-items:center;
}
.wprm-recipe-rating {
	margin-top:10px;
	margin-left:15px;
	text-align:center;
}
.wprm-recipe-rating-details {
	display:block !important;
	margin-left:auto !important;
}
.wprm-recipe-template-beckey-excell-snippet-22 {
	text-align: left !Important;
}
.wprm-recipe-jump, .wprm-recipe-pin, .wprm-recipe-print  {
	font-weight: 800 !important;
	text-decoration: none !Important;
	padding: 10px 15px !important;
	margin-top: 15px !Important;
	font-family:'TT Norms';
	border:2px solid #F6C624 !Important;
	transition:.3s ease;
}
.wprm-recipe-jump {
	margin-right:15px !important;
}
.wprm-recipe-jump:hover, .wprm-recipe-pin:hover, .wprm-recipe-print:hover  {
	background-color:transparent !important;
	color:#F6C624 !important;
}
.wprm-recipe-template-becky-excell-2022 h4.wprm-recipe-group-name {
	margin-bottom:15px !important;
}
.wprm-recipe-summary  {
	margin-bottom:20px;
}
.wprm-recipe-image  {
	width:247px;
	height:247px; 
}
.wprm-recipe-image img {
	width:247px;
	height:247px; 
	border-radius:50%;
}
.wprm-block-text-bold {
	font-family:'DM Sans Bold';
}
.wprm-recipe-jump:after, .wprm-recipe-pin:after {
	content: "";
	background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/black_arrow.svg');
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top:-2px;
}
.wprm-recipe-jump:hover:after, .wprm-recipe-pin:hover:after, .wprm-recipe-print:hover:after {
	background-image:url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/yellow_arrow.svg');
}
.entry-meta {
    font-size: 12px;
	margin-top:-10px; 
	margin-bottom:10px;
	line-height:1.4;
}
.glance a {
    text-decoration: underline;
}
.glance .wprm-recipe-time-container:before {
    content: "";
    display: inline-block;
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/clock_icon.svg');
    width: 15px;
    height:  15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
	vertical-align:top;
	margin-top:2px;
}
.wprm-recipe-time span, .wprm-recipe-details-label {
    font-size: 15px !Important;
}
.single-pagination {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    position: relative;
}

.single-pagination-prev, .single-pagination-next {
    width: 345px;
    position: relative;
}
.single-pagination-title {
    font-family: 'Tt Norms';
    font-size: 17px;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    border-top: 2px solid #E7BADD;
    border-bottom: 2px solid #E7BADD;
    width: 205px;
    min-width: 205px;
    height: 96px;
    position: absolute;
    display: flex;
    align-items: center;
}
.single-pagination-prev .single-pagination-title {
    border-right: 2px solid #E7BADD;
    padding-left: 40px;
    padding-right: 10px;
    right: 0;
    text-align: right;
}
.single-pagination-next .single-pagination-title {
    border-left: 2px solid #E7BADD;
    padding-right: 40px;
    padding-left: 10px;
    left: 0;
    position: relative;position: relative;
}
.single-pagination-title:hover {
	text-decoration:underline;
}
.single-pagination-img img {
    width: 100%;
    height: 191px;
    object-fit: cover;
}
.single-pagination-link {
    font-family: 'TT Norms';
    font-size: 17px;
    font-weight: 800;
    color: #272727;
   border-radius: 50%;
    background-color: #F6C624;
    text-align: center;
    box-sizing: border-box;
    width: 118px;
    flex-basis: 118px;
    text-align: center;
    position: relative;
    height: 118px;
    width: 118px;
    padding: 35px 10px;
    box-sizing: border-box;
	z-index:99;
	transition:.3s ease;
}
.single-pagination-link:after {
	content:"";
	background-image:url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/black_arrow.svg');
	width:15px; 
	height:15px;
	    display: block;
    margin: 0 auto;
	background-repeat:no-repeat;
	background-size:contain;
}
.single-pagination-prev .single-pagination-link:after {
	transform:rotate(180deg);
}
.single-pagination-link:hover {
	background-color: #8ED5D0 !Important;
    color: #fff !Important;
}
.single-pagination-link:hover:after {
	background-image:url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/white_arw.svg');
}
.single-pagination-link img {
    display: block;
    margin: 0 auto;
}
.single-pagination-link:hover img {
    display: block;
}
.single-pagination-prev .single-pagination-link img {
	transform:rotate(180deg);
}
.single-pagination-next .single-pagination-link {
    padding: 35px 25px;
    right: 27px;
}
.single-pagination .bottom {
    display: flex;
    align-items: center;
}

.comment-respond {
}

.single h3.comment-reply-title, .single .entry-comments h3 {
    font-size: 32px;
    margin-bottom: 15px;
	text-transform:uppercase;
	font-family:'TT Norms';
}
.comment-form input, .comment-form textarea {
    border: 2px solid #E7BADD;
    width: 100%;
    height: 50px;
    display: block;
}
.comment-form textarea {
    height: 312px;
	box-sizing:border-box;
}
.comment-form label {
    font-family: 'DM Sans';
    font-size: 22px;
    font-weight: 400;
}
.comment-form-wprm-rating label {
	font-family:'TT Norms';
	font-size:17px;
	text-transform:uppercase;
}
.comment-form .submit {
    background-color:#F6C624;
    color: #272727;
    font-size: 17px;
    font-family: 'TT Norms';
	font-weight:800;
    text-transform: uppercase;
    width: 204px;
    border: none;
	border-radius:6px;
	padding:0;
	cursor:pointer;
	border:2px solid #f6c624;
	transition:.3s ease;
}
.comment-form .submit:hover {
	background-color:transparent;
	color:#f6c624;
}
.comment-list {
    list-style: none;
    padding-left: 0;
}
li.comment .avatar {
    display: none;
}
.comment-author {
    margin-bottom: 5px;
}
.comment-meta, .comment-author {
    margin-top: 0;
}
.comment-author-name {
    font-size: 17px;
	text-transform:uppercase;
    font-weight: 800;
    font-family: 'TT Norms';
    
    margin-bottom: 10px;
}
.comment-author-name a {
    color: #e07e2d;
    text-decoration: underline;
}
.comment-meta {
    font-family: 'DM Sans';
    font-size: 17px;
}
span.says {
     font-size: 17px;
	text-transform:uppercase;
    font-weight: 800;
    font-family: 'TT Norms';
}
li.comment {
    list-style: none;
    margin-bottom:30px;
    position: relative;
}
li.comment .children li.comment {
    border-bottom: none;
  
	border: 2px solid #E7BADD;
	padding:20px;
}
li.comment:after {
    height: 27px;
    width: 100%;
   display:block;
    bottom: 8px;
    content: "";
	background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/dotted-lines.svg');
	background-repeat:repeat-x;
	margin-top:30px;
}
li.comment .children li.comment:after {
	display:none;
}
li.comment .children {
    margin: 30px 0 30px 30px;
    padding: 15px 25px;
}
.comment-reply a {
    font-family: 'TT Norms';
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom:2px solid #F6C624;
    position: relative;
    padding: 0 25px 0 0px;
}
.comment-reply a:after {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/black_arrow.svg');
    width: 18px;
    height: 15px;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: 0px;
	background-size:contain;
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:middle;
	margin-top:-1.5px;
}
.wprm-rating-stars {
	display:block;
}
.comment-form-wprm-rating {
	width:162px;
	text-align:center !important;
}
.after-post {
    border:2px solid #8ED5D0;
    padding: 40px 15px;
    text-align: center;
}
.ap-optin-top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ap-optin-top img {
    width: 255px;
}
.ap-optin-top img.icon {
    width: 93px;
    margin-right: 15px;
}
.ap-optin-top h2 {
    text-align: left;
	margin-bottom:0;
}
.wprm-recipe-template-becky-excell-2022 {
    padding: 30px !Important;
}
.single .entry-content h2.wprm-recipe-name {
    font-size: 32px;
    text-transform: uppercase;
}
.wprm-recipe-details-minutes {
    text-transform: uppercase;
}
.wprm-recipe-time-container, .wprm-recipe-servings-container, .wprm-recipe-servings-unit  {
    margin-bottom: 8px;
	font-size: 15px !important;
    text-transform: uppercase;
}
.wprm-recipe-servings {
font-size:15px !important;
}
.wprm-recipe-print {
    font-size: 17px !Important;
    font-weight: 800;
    padding: 8px 20px !important;
}
.wprm-recipe-print:after  {
    content: "";
    background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/black_arrow.svg');
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
.wprm-recipe-template-becky-excell-2022 .wprm-recipe-header {
    text-transform: uppercase !Important;
}
.wprm-recipe.wprm-recipe-template-becky-excell-2022 li {
    margin: 0 0 10px 20px !Important;
}
.wprm-recipe.wprm-recipe-template-becky-excell-2022 li.wprm-recipe-ingredient {
    list-style: none !Important;
    position: relative;
}
.wprm-recipe.wprm-recipe-template-becky-excell-2022 li.wprm-recipe-ingredient:before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #F6C624;
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -20px;
}
.wprm-recipe.wprm-recipe-template-becky-excell-2022 li.wprm-recipe-instruction {
    margin: 0 0 20px 30px !Important;
}
.wprm-recipe-template-becky-excell-2022 h4.wprm-recipe-ingredient-group-name {
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
}
.wprm-recipe-template-becky-excell-2022 h3.wprm-recipe-instructions-header {
    margin-bottom: 10px !important;
}
li.wprm-recipe-instruction, .entry-content ol li {
    counter-increment: my-counter;
    position: relative;
    list-style-type: none !Important;
}
li.wprm-recipe-instruction:after, .entry-content ol li:after {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    width: 24px;
    background-color: #F6C624;
    border-radius: 50%;
    text-align: center;
    color: #272727;
    content: counter(my-counter);
    font-family: 'DM Sans Bold';
    font-size: 17px;
    font-weight: 700;
    margin-right: 10px;
    margin-left: -30px;
    position: absolute;
    left: 0;
	top:0;
}
.entry-content ol li:after {
	display:flex;
	justify-content:center;
	align-items:center;
	top:4px;
}
li.wprm-recipe-instruction::marker {
    color: #fff;
    display: none;
}
.wprm-recipe-ingredients-container {
	position:relative;
	padding-top:50px;
}
.wprm-recipe-ingredients-container:before {
	position:absolute;
	content:"";
	background-image: url('https://glutenfreecuppatea.co.uk/wp-content/uploads/2022/05/dotted-lines.svg');
    width: 100%;
    height: 27px;
    background-repeat: repeat-x;
	top: 32px;
    width: 114%;
    left: -6.5%;
}

@media only screen and (min-width:1500px) and (max-width:2000px) {
	.footer-widgets-1 {
		width:620px;
		padding-left:280px;
	}
}

@media only screen and (min-width:1024px) and (max-width:1300px) {
	.footer-widgets-1 {
		width:458px;
		padding-right:130px;
	}
}

@media only screen and (max-width:1024px) {
    .wrapper, .wrap, .full-width-content .content, .content-sidebar .content  {
        width: 90%;
        max-width: 1000px;
		margin: 0 auto;
    }
	.full-width-content .content .wrapper {
		width:100%
	}
	.post-feed .wrapper, .cat-posts, .the-posts {
		gap:18px;
	}
	.cat-page-header {
		text-align:center;
	}
    .content-sidebar-wrap {
        width: 100%;
        max-width: 1024px;
    }
	.menu-icon, .mobile-search-icon {
		display: block;
		top: 62px;
	}

    .site-header {
        text-align: center;
        border-bottom: 2px solid #8ED5D0;
    }
    .header-widget-area, .nav-primary {
        display: none;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child).browse {
        flex-basis: 75% !Important;
        margin-top: 30px;
    }
.browse .wp-block-columns {
	justify-content: space-between;
	}
	
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child).browse .wp-block-column {
	flex-basis: 28% !important;
	margin-left: 0 !Important;
	
	}
    .browse .wp-block-buttons {
        margin-top: 20px;
    }
    .wp-block-latest-posts li, .latest .wp-block-latest-posts li {
        flex-basis: 48% !Important;
        margin: 0 !important;
    }
	.latest .wp-block-latest-posts.wp-block-latest-posts__list li img {
		height:265px;
	}
	.latest .wp-block-latest-posts li {
		margin-bottom:110px !important;
	}
	
	.wp-block-latest-posts__post-excerpt {
		top:265px;
		font-size:14px; 
	}
	.latest li a:nth-child(2) {
		top:314px;
	}
	.featured-posts li a, .latest li a {
		font-size:17px; 
		line-height:23px;
	}
    .home-optin .wp-block-group__inner-container {
        width: 85%;
    }
    .home-optin:after {
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .as-seen-on {
        margin-left: auto;
        margin-right: auto;
        padding: 30px 110px;
    }
    .as-seen-on .wp-block-columns {
        justify-content: space-between;
    }
    .featured-posts.has-background, .inline-optin {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
		padding:40px 15px;
    }
    .home-about figure {
        width: 85%;
    }
    .home-about .wp-block-column:last-child:after {
        top: -28px;
        right: 12px;
    }
    .inline-optin {
        padding: 30px 20px;
    }
    .inline-optin .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child):first-child {
        flex-basis: 100% !Important;
        text-align: center;
    }
    .inline-optin .wp-block-column:first-child figure {
        width: 12%;
        margin: 0 auto;
    }
    .inline-optin h2 img {
        width: 225px;
    }
    .footer-widgets .wrap {
        text-align: center;
    }
	.footer-widgets .widget-title {
		margin-bottom:15px;
	}
    .footer-widgets-1 {
       position: relative;
        width: 90%;
        padding: 30px 30px 50px;
        border: 2px solid #e7badd;
        border-radius: 225px;
        margin: 0 auto;
        left: auto;
        top: auto;
    }
    .footer-widgets-2, .footer-widgets-3 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
    }
    .footer-widgets-3 {
        margin-top: 40px;
    }
    .ri-filters {
        flex-wrap: wrap;
        text-align: center;
        height: auto;
        margin-bottom: 50px;
    }
    .filter {
        flex-basis: 90%;
        margin: 10px auto;
		text-align:left;
    }
    .everyday-meals, .dietary, .most-popular {
        margin-left: -50vw;
        left: 50%;
    }
    .everyday-meals .wrapper, .dietary .wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .everyday-meals .wrapper, .dietary .wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
	.edm-item, .dr-item {
		margin: 0 25px 35px;
	}
	.everyday-meals:after, .dietary:after, .most-popular:after {
		height: 500px;
	}
	.single .content, .content-sidebar .content {
		display: block;
	}
	.content-sidebar .content {
		margin-top: 30px;
	}
	.sidebar {
		display: block;
		margin: 20px auto 50px;
	}
	.single.content-sidebar .content {
		margin-top: 0;
	}
	.book-container {
		width:75%;
		justify-content:center;
	}
	.wp-block-columns.book-container:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
		flex-basis:42% !important;
		margin:0 20px !Important;
	}
	.book-links p {
		font-size:14px;
	}
	.wprm-recipe-jump {
		margin-bottom:15px !important;
	} 
	.archive-pagination ul li.pagination-previous, .archive-pagination ul li.pagination-next {
		margin:25px auto;
		display:block;
	}
	.resources {
		flex-wrap:wrap;
		justify-content:center;
		width:70%;
		margin:0 auto;
	}
	input#filter-label-1:checked + .filter-list {
	display:block;
}
input#filter-label-1:checked > .filter-list {
	display:block;
}
input#filter-label-4:checked + .filter-list {
	display:block;
}
input#filter-label-3:checked + .filter-list {
	display:block;
}
input#filter-label-2:checked + .filter-list {
	display:block;
}
	.filter:hover .filter-list {
	display:none;
}
}

@media only screen and (max-width:460px) {
	.menu-icon {
		top: 42px;
	} 
	.mobile-search-icon {
		top: 40px;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child).browse .wp-block-column {
        margin-left: 0px !Important;
        margin-right: 0px !important;
    }
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child).browse .wp-block-column {
		flex-basis:21% !important;
	}
    .wp-block-latest-posts li { 
        flex-basis: 46% !important;
    }
    .wp-block-latest-posts__list {
        justify-content: space-between;
    }
    .wp-block-latest-posts__list li {
        margin-bottom: 30px !Important;
    }
    .latest .wp-block-button a{
        bottom: 65px;
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
    }
    .latest {
        padding-bottom: 200px;
        text-align: center;
		height:1068px;
    }
    .home-optin .wp-block-group__inner-container {
        padding: 90px 10px 30px;
    }
    .home-optin h2 img {
        width: 250px;
    }
    .featured-posts li a, .featured-posts li {
        font-size: 17px;
        line-height: 20px;
    }
    .home-optin:after {
        background-size: cover;
		top:270px;
    }
    .entry-content .cookbook-cta {
        width: 95%;
		padding-bottom:75px;
		padding-left:5px;
		padding-right:5px;
    }
    .entry-content .cookbook-cta .wp-block-column:first-child, .entry-content .cookbook-cta .wp-block-column:last-child {
        flex-basis: 90% !Important;
    }
    .entry-content .cookbook-cta .wp-block-column:last-child {
        text-align: center;
        padding: 0 30px;
    }
    .entry-content .cookbook-cta .wp-block-column:first-child figure {
        width: 80%;
        margin: 50px auto 30px !important;
    }
    .entry-content .cookbook-cta .wp-block-buttons {
        display: block;
    }
	.featured-posts .wp-block-latest-posts.wp-block-latest-posts__list li img {
		height:265px;
	}
    .home-about {
        width: 100%;
        flex-direction: column-reverse;
    }
    .home-about figure {
        margin: 0 auto;
    }
    .home-about .wp-block-column:last-child:after {
        width: 80px;
        height: 80px;
        top: -12px;
        right: -3px;
    }
    .home-about .wp-block-column:first-child {
        margin-top: 30px;
    }
    .as-seen-on {
        border: 2px solid #F47077;
        width: 95%;
        padding: 50px 20px 30px;
    }
    .as-seen-on .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 27% !Important;
        margin: 9px !important;
    }
    .inline-optin {
        text-align: center;
		width:94%;
		border-right:2px solid #8ED5D0;
		border-left:2px solid #8ED5D0;
		margin:0 auto;
    }
    .inline-optin .wp-block-column:first-child figure {
        width: 92px;
        margin: 0 auto 25px !Important;
    }
    .inline-optin h2 img {
        width: 255px;
        margin: 0 auto;
    }
    .custom-logo-link img, .title-area {
        width: 272px;
        height: auto;
    }
    .footer-widgets ul  {
        padding-left: 110px;
		margin-top:0;
    }
	.footer-widgets-3 ul {
		padding-left:0;
	}
    .footer-widgets ul li {
        display: block;
        text-align: left;
        margin: auto;
    }
    .footer-widgets-2, .footer-widgets-3 {
        width: 100%;
    }
	
	.filter {
		width: 100%;
	}
	.ri-search .inner-search {
		width: 100%;
		padding: 30px 45px;
	}
	.most-popular .wrapper {
		display:flex;
		flex-wrap:wrap;
	}
	.edm-item, .dr-item, .mp-item {
		width: 148px;
		flex-basis: 148px;
		margin: 0 15px 30px;
	}
	.edm-item img, .dr-item img, .mp-item img {
		width: 153px;
		height: 153px;
	}
	.everyday-meals:after, .dietary:after, .most-popular:after {
		height: 364px;
	}
	.most-popular:after {
		height:505px;
	}
	.baking .wrapper {
		flex-wrap: wrap;
	justify-content:center;
	}
	.bc-item {
		flex-basis: 149px;
		margin:0 10px 30px;
	}
	.bc-item img {
		height:245px;
	}
	.dietary h2 {
		width: 272px;
	}
	.dietary .wrapper {
		margin-top: 30px;
	}
	.dietary:after {
		height: 390px;
	}
	.dietary h2 {
		top:-33px;
		padding:0 5px;
	}
	.each-post {
		width: 182px;
		flex-basis: 158px;
	}
	.each-post img {
		height:250px;
	}
	.search .each-post {
		flex-basis:168px;
	}
	.search .each-post img {
		height:252px;
	}
	.edm-item a, .dr-item a, .each-post h2, .mp-item a {
		font-size: 17px;
		line-height: 20px;
	}
	.site-footer .wrap {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.site-footer div {
		flex-basis: 100%;
		margin: 10px 0;
	}
	
	.book-logos {
		justify-content:center;
		flex-wrap:wrap !important;
	}
	.wp-block-columns.is-not-stacked-on-mobile.book-logos>.wp-block-column {
		flex-basis:38%;
		flex-grow:0;
		margin:0 20px !Important;
	}
	.ri-search {
		width:95%;
		margin:0 auto 90px; 
	}
	.ri-search:before {
		width:116%;
		left:-8%;
		margin-left: auto;
    margin-right: auto;
	}
	.home-top .wp-block-column.becky-img {
		margin-bottom:25px;
	}
	.home-top .wp-block-column.becky-img figure {
		width:68%;
		margin:0 auto 20px;
	}
	#mc_embed_signup {
		width:100% !important;
	}
	.home-optin #mc_embed_signup_scroll, .inline-optin #mc_embed_signup_scroll {
		display:block;
	}
	.home-optin #mc_embed_signup .mc-field-group, .inline-optin #mc_embed_signup .mc-field-group, .home-optin #mc_embed_signup .button, .inline-optin #mc_embed_signup .button {
		width:85%;
		margin:5px auto;
	}
	input {
		-webkit-appearance:none;
		appearance:none;
	}
	.wprm-recipe-name, .wprm-recipe .wprm-recipe-summary, .wprm-recipe-block-container, .wprm-recipe-meta-container {
		text-align:center !important;
	}
	.wprm-recipe-meta-container {
		display:block !important;
	}
	.wprm-recipe .wprm-recipe-link.wprm-recipe-link-inline-button {
		display:block !important;
		width:200px; 
		text-align:center;
		margin:10px auto !Important;
	}
	.wprm-recipe-image {
		margin:0 auto;
	}
	.single-pagination {
		display:block;
	}
	.single-pagination-prev, .single-pagination-next {
		width:95%;
		margin:20px auto;
	}
	.ingredient-tip .wp-block-group__inner-container {
		width:100%;
	}
	.lifestyle-post {
		width:100%;
		margin-left:auto;
		padding-left:60px;
		padding-right:60px;
		padding-bottom:55px;
	}
	.lifestyle-post:after {
		left:0;
		right:0;
		margin:auto;
		bottom:-40px;
		top:auto;
	}
	.substitutions:after {
		top:40px; 
	}
	.page-top {
		width:94%;
		margin:0 auto;
	}
	.ap-optin-top {
		display:block;
		text-align:center;
	}
	.ap-optin-top h2 {
		text-align:center; 
	}
	.after-post #mc_embed_signup .mc-field-group {
		margin:10px auto;
		display:block;
	}
	.after-post #mc_embed_signup .button {
		width:244px;
	}
	.after-post {
		padding-top:30px;
	}
	.resources {
		width:100%;
	}
	.wp-block-columns.resources {
		gap:0 !important;
	}
	.wp-block-columns.resources:not(.is-not-stacked-on-mobile)>.wp-block-column{
		flex-basis:142px !important; 
		max-width:142px;
		margin:0 12px;
	}
	.resources .wp-block-column img {
		width:138px; 
		height:138px;
	}
	.after-post #mc_embed_signup .mc-field-group:nth-child(2) {
		margin-right:auto;
	}
	.glance {
		width:100vw;
		margin-left:-50vw;
		left:50%;
	}
	.glance-wrap {
		width:90%;
		margin:0px auto;
	}
	.btn-ratings {
		display:block;
		text-align:center;
	}
	.wprm-recipe-rating {
		margin-left:0;
	}
	.wprm-recipe-adjustable-servings-container {
		margin:10px 0 !important;
	}
	.browse .wp-block-column {
		font-size:14px;
	}
	.top-bar {
		padding-bottom:15px;
	}
	.top-bar .button {
		font-size:14px;
	}
	.home-top:after, .home-optin:after {
		margin-left:-50vw;
		margin-right:auto;
		left:50%;
	}
	.search input {
		font-size:19px;
	}
	.search input::placeholder {
		font-size:17px;
	}
	.book-logos.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis:40% !important;
		max-width:40%;
	}
}

@media only screen and (max-width:350px) {
	.browse .wp-block-column {
		font-size:12px;
	}
	
}