/**
 * Theme Name: Sweet Crave Kitchen
 * Template: generatepress
 */

 body{
    font-family: Sen;
 }
 img {
	display: block;
	max-width: 100%;
	height: auto;
}
.wp-block-image {
	margin-bottom: 1.5em;
}
.sticky-wrapper {
	z-index: 999;
	position: relative;
}
@media only screen and (max-width: 900px) {
    .sck-recipe-header-container {
        margin-left: 16px;
        margin-right: 16px;
    }
	.home .site {
		padding: 0 15px;
	}
}
@media (max-width: 600px) {
	.home .site {
		padding: 0 15px;
	}
}
.footer-widgets {
	background: #F2F2F2;
}
.sck-mb-40{
	margin-bottom: 40px;
}
.sck-mt-40{
	margin-top: 40px;
}
 /*Homepage Block1 Category*/
 .sck_block1_links{
    display: flex;
 }
 .sck_block1_links {
	grid-template-columns: 4;
	gap: 16px;
	font-size: 1.125rem;
	text-align: left;
	margin: 40px 0;
}
 .sck_block1_links a {
	flex-basis: 150px;
	flex-grow: 1;
}
.sck_block1_links a {
	color: #fff;
	display: block;
	position: relative;
	font-weight: 700;
	text-decoration: none !important;
	background-image: none !important;
	z-index: 2;
}
.sck_block1_links a img {
	z-index: 1;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.sck_block1_links a span {
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 2;
}
.sck_block1_links a span {
	background: #ac5851;
	display: inline-block;
	padding: 8px 12px;
	line-height: 1.2;
	text-transform: lowercase;
	font-size: 0.75 rem;
}
@media only screen and (max-width: 900px) {
    .sck_block1_links {
        flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .sck_block1_links {
        --cwp-columns: 2;
        --cwp-gap: 8px;
    }
}
 /*Homepage Block1 Category End*/


 /* Home Block2 About Widget*/
 .sck_block1_author_about {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 16px;
	row-gap: 16px;
	margin-bottom: 40px;
}
.sck_block1_author_about figure.author_image {
	position: relative;
	flex-basis: 450px;
	flex-grow: 0;
	flex-shrink: 1;
    object-fit: cover;
    aspect-ratio: 1;
}
.sck-home-author-info {
	position: relative;
	flex-basis: 300px;
	flex-grow: 1;
	transform: translateX(-100px);
	margin-right: -100px !important;
	padding: 24px;
	background: #F2F2F2;
	border-top: 12px solid #C1665E;
}
.sck-btn-default {
	background: #C1665E;
	color: #fff;
	text-decoration: navajowhite;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 500px;
	font-weight: 600;
}
.sck-btn-default:hover{
    background: #ac5851;
	color: #fff;
    transition: 0.5s;
}
.sck-home-author-btn {
	margin-bottom: 20px;
}
.sck-home-author-social ul {
	list-style: none;
    margin: 0 0 0.5em 0.5em;
}
.sck-home-author-social ul li {
	display: inline-block;
	margin-right: 14px;
}
.sck-home-author-social ul li a {
	color: #212121;
}
.about-title-text {
	font-family: "Dancing Script", cursive;
	font-weight: 700;
	font-size: 38px;
	display: block;
}
@media (max-width: 760px) {
	.block-about__image {
		flex-basis: 100%;
		margin-left: 16px;
		margin-right: 16px;
		max-width: 100vw;
		flex-grow: 1;
	}
}
@media (max-width: 900px){
	.sck-home-author-info {
		text-align: center;
	}
}
@media (max-width: 760px) {
	.sck-home-author-info {
		flex-basis: 400px;
		transform: translateX(0);
		margin-right: 0 !important;
		margin-top: -50px;
	}
}
/* End Home Block2 About Widget*/

/* Home Block3 Newsletter Form */
.sck-home-block3-newsletter {
	margin-bottom: 40px;
}
.sck-home-block3-inner {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.sck-home-subscribe-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.sck-home-subscribe-form{
	background: #ECD1CF;
	padding: 20px;
	position: relative;
}
.sck-home-sub-form input[type="text"], .sck-home-sub-form input[type="email"] {
	width: 100%;
	display: inline-block;
	margin-bottom: 8px;
	background: transparent;
	border: 1px solid #343434;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
}
.sck-home-sub-form input[type="button"] {
	background: #343434 !important;
	margin-top: 5px;
	width: 100%;
	display: block;
}
@media screen and (min-width: 600px) {
	.sck-home-subscribe-form{
		padding: 40px !important;
		width: 45% !important;
	}
	.sck-home-subscribe-image{
		width: 55% !important;
	}
}
/* End Home Block3 Newsletter Form */

/* Home Latest Posts*/
.sck-row {
	width: 100%;
	overflow: hidden;
}
.sck-col-3 {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	overflow: hidden;
}
.sck-article-meta h3 a {
	color: #000000;
	text-decoration: none;
}
.sck-article-meta h3 {
	font-size: 20px;
	text-decoration: navajowhite;
	color: #000000;
}
.sck-post-box-container {
	margin-bottom: 40px;
}
.sck-single-post-box {
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.sck-article-image img:hover {
	opacity: 0.8;
	transition: 0.8s;
}
.sck-post-all-button {
	padding: 0 15px;
	margin-top: 30px;
	text-align: right;
	margin-bottom: 0;
}
.block-post-group {
	max-width: 1200px;
	margin: 30px 0;
	gap: 40px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.post-medium-group {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}
.sck-single-post-box{
	background: #F5F3F2;
}
.sck-article-image img {
	display: block;
}
.sck-article-meta {
	padding: 20px;
	background: #F5F3F2;
}
.sck-article-meta h3 {
	display: block;
}
@media (max-width: 900px) {
	.post-medium-group {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}
/* End Home Latest Posts*/


/* Home Featured Posts Box*/
.sck-home-featured-post {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 3px solid #F2F2F2;
	box-shadow: 0 2px 8px rgba(33, 33, 33, .12);
	background: #fff;
}
.sck-home-featured-post > * {
	flex-basis: 300px;
	flex-grow: 1;
}
.featured-post-image {
	max-height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 550px;
}
.sck-home-featured-post-meta {
	padding: 24px;
	text-align: center;
}
.featured-post-tag {
	display: inline-block;
	background: #ac5851;
	padding: 2px 22px;
	color: #fff;
	margin-bottom: 10px;
}
.sck-section-title h2 {
	font-size: 42px;
	font-family: 'Dancing script', cursive;
	font-weight: 700;
}
@media (max-width: 737px) {
	.featured-post-image {
		max-height: 300px;
		min-height: 300px;
	}
}
/* End Home Featured Posts Box*/

/* Footer */
.widget-title {
	font-weight: 700;
	margin-bottom: 0px;
}
.site-footer .menu li a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.site-footer .widget ul li {
	margin-bottom: 0;
}
.site-info {
	background: #ac5851 !important;
	color: #fff;
}
/* End Footer */


/* Single Recipe Recipe Header*/
.sck-custom-recipe-header {
	background: #EEF3F4;
	padding: 30px 0;
}
.sck-recipe-header-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
	display: inline-block;
}
.sck-recipe-header-info ul li img {
	height: 54px;
	width: 54px;
	border-radius: 500px;
	border: 1px solid #fff;
}
.sck-recipe-header-info ul li {
	margin-right: 10px;
	float: left;
	line-height: 50px;
}
.sck-go-to-recipe-btn {
	background: #ac5851;
	color: #fff;
	text-decoration: navajowhite;
	display: inline-block;
	padding: 7px 24px;
	font-weight: 600;
	width: 46%;
	text-align: center;
	border-radius: 500px;
	margin-right: 14px;
}
.sck-go-to-recipe-btn:hover{
	background: #222222;
	color: #fff;
	transition: 0.5s;
}
.sck-go-to-recipe-btn.video {
	background: #323232;
}
.recipe-header-inner {
	max-width: 736px;
}
.wprm-recipe-template-snippet-basic-buttons {
	display: none;
}
.sck-breadcrumbs {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 400;
}
.recipe-header-author-name a {
	font-weight: 700;
	color: #222;
}
@media(max-width: 768px) {
    .sck-go-to-recipe-btn {
    	width: 100%;
    	margin-bottom: 12px;
    }
}
/* Single Recipe Recipe Header*/

/*Recipe Card*/
.wprm-recipe-template-chic {
	border-width: 3px !important;
	border-color: #222 !important;
	padding: 10px !important;
	background-color: #ffffff !important;
	font-family: Sen, sans-serif !important;
}
.wprm-recipe-name, .wprm-recipe-header, .wprm-recipe-ingredient, .wprm-recipe-instruction-text{
	font-family: Sen, sans-serif !important;
}
.wprm-recipe-print {
	background: #AC5954 !important;
	border: 1px solid #AC5954 !important;
}
/*End Recipe Card*/

/*Single Posts Page*/
.post .inside-article a{
	font-weight: bold;
	text-underline-offset: 3px;
	text-decoration-thickness: 3px;
}
.dcc_single_author_bio {
	background: #F5F3F2;
	padding: 25px;
}
.dcc_author_thumb img {
	width: 150px;
	height: 150px;
	border-radius: 500px;
	border: 4px solid #ffffff;
	box-shadow: 1px 4px 10px #ddd;
}
.dcc_single_author_bio {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
}
  
.dcc_author_thumb {
	flex: 0 0 150px;
	height: 150px;
}
  
.dcc_author_details {
	flex: 1;
}
.dcc_author_links a {
	text-decoration: none;
	padding-right: 12px;
}
.dcc_author_details h5 {
	font-size: 26px;
	margin-bottom: 0;
	font-weight: 600;
}
.sck_author_about {
	margin-bottom: 24px;
}
.dcc_author_details p {
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.dcc_single_author_bio {
	  flex-direction: column;
	}
  
	.dcc_author_thumb {
	  width: 100%;
	  height: auto;
	}
  
	.dcc_author_details {
	  width: 100%;
	}
}
/* End Single Posts Page*/

/* Right Sidebar */
.sidebar aside {
	padding: 20px !important;
}
.widget_authorabout_widget img {
	width: 100%;
	height: auto;
}
.author-widget-box {
	background: #EEF3F4;
	padding: 15px;
	width: 90%;
	margin: 0 auto;
	border-top: 16px solid #AA5853;
	position: relative;
	top: -20px;
	padding-bottom: 25px;
}
.author-widget-box h2.widget-title {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 900;
	line-height: 1;
}
.author-widget-box p {
	margin-bottom: 0;
}
.author-widget-box a {
	display: inline-block;
	background: #AA5853;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 500px;
	margin: 8px 0px;
}
.author-widget-box a:hover{
	background: #8f4440;
	transition: 0.5s;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
	padding: 20px !important;
}
.sidebar .widget .post-medium-group {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.sidebar .widget .sck-article-meta h3 {
	font-size: 14px;
}
.sidebar .widget .sck-article-meta {
	padding: 10px;
}
.sidebar .widget-title {
	margin-bottom: 0px;
	font-size: 24px;
	line-height: 0;
}
.sck-widget-button a {
	font-size: 18px;
	font-weight: 600;
	text-decoration: navajowhite;
}
.sck-social-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sck-social-widget ul li {
	display: inline-block;
	padding: 8px;
}
.author-sidebar-title {
	display: block;
	line-height: auto;
	margin-bottom: 8px;
	font-size: 32px;
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
}
@media(max-width: 768px) {
    #right-sidebar {
        display: none;
    }
}
/* End Right Sidebar */

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1, .ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1, .ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1, .ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 {
	padding: 10px !important;
}
.filter-link.active {
	background: #7b3a36 !important;
}

/* Hide Featured Image */
.single .featured-image{
    display: none;
}

/*Home Subscribe Form*/
.sck-home-sub-form .ml-form-embedBody {
	padding: 0 !important;
	background: transparent !important;
}

.sck-home-sub-form #mlb2-28500546.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 100%;
	width: 100%;
}

.sck-home-sub-form #mlb2-28500546.ml-form-embedContainer .ml-form-embedWrapper {
	background-color: transparent !important;
}

.sck-home-sub-form #mlb2-28500546.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
	padding: 12px 10px !important;
}
.sck-home-sub-form #mlb2-28500546.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	padding: 12px !important;
}

/*Wp Recipe Card Image Hide*/
.wprm-recipe-instruction-image {
    display: none !important;
}