/*
Theme Name:     Tuulikki Child
Theme URI:      http://www.sparrowandsnow.com
Description:    Child theme for Tuulikki
Author:         Sparrow & Snow
Author URI:     http://www.sparrowandsnow.com
Version:        1.0
Template:       tuulikki
*/


/* Your css goes here */

/*
body {
background-color: #fff;
}
*/
body {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .e_com_menu .nav-menu li, .nav-mobile > li, .floating-labels .cd-label, .content-comment h3, .thecomment .comment-text span.date, #commentform input, .post-header h2, .post-header .meta_item, ul.meta-share, .read-more, .list-item .post-header h2, .entry-footer-meta .meta_item, .entry-footer-meta .meta_item, .ig-below-area h2, .ig_widget ul li, .ig_widget .tit_widget span, .ig_widget .tagcloud a, .cont-aboutme p.tit, .cont-aboutme p.subtit, .ig_recent_big_post_details, a.ig_recent_post_title, .ig_recent_post_details span, .author-block .title_author, .big_slidepost .slidepost__desc h3 a, .big_slidepost .slidepost__desc .slide_date, .small-post-slider .slidepost__desc h3, .small-post-slider .slidepost__desc .slide_date, .slidepost__desc .slide_cat, .promobox__desc h3, .widget_promobox__desc h3, .instagram-title, .subscribe-box h4, .subscribe-box input, .featured-promobox__desc .featured_cat, .featured-promobox__desc h1, .featured-promobox__desc .slide_date, .sub_footer, #yrecipe-container .yrecipe-print-link .butn-link, #yrecipe-container #yrecipe-title, .ig_cat_product_details span, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, a.edit, ul.product_list_widget li a span, .ig_widget ul.product_list_widget li > a, .woocommerce .woocommerce-ordering select, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .stock, .woocommerce-product-search input[type="submit"], .widget_shopping_cart_content p.buttons a, .woocommerce div.product form.cart .variations label, .product_meta, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .onsale, .woocommerce span.onsale, a.ig_cat_product_title, .woocommerce nav.woocommerce-pagination ul, .no_product_in_cart, .woocommerce .woocommerce-result-count, .woocommerce div.product .stock, .woocommerce div.product .entry-summary p.price, .woocommerce table.shop_table th, .woocommerce form .form-row label, #instagram-footer p.clear, #ig-shopping-login, #resp-ig-shopping-login, .num_items, .subtotal_cont {
	font-family: "Lato", sans-serif !important;
}
body, .post-header h3.post_subtitle, .list-item .post-header h3.post_subtitle, .post-header-single h3.post_subtitle, .ig_cont_single_only_title h3.post_subtitle, #logo_single h1 a, .menu li, .nav-menu li, .container-select-box select, .panel-body .widget_search form input[type='search'], .ig_widget, #instagram-footer, .slidepost__desc h3, .postTime, .wp-caption-text.gallery-caption, .post-header-single h1, .ig_cont_single_only_title h1, .post-header-single .meta_item, .ig_cont_single_only_title .meta_item, .title_about h1, .read-more-list, .title-line, .animsition-loading:after, .textt, .ilgelo_pagination, .wp-caption .wp-caption-text, #commentform textarea, #commentform .submit, .wpcf7 p, div.wpcf7-response-output, #yrecipe-container p, #yrecipe-container li, #yrecipe-container .notes, #yrecipe-container .h-4.strong {
	font-family: "Playfair Display", serif !important;
}

/* Home page slider */
.small-post-slider .slidepost__desc h3 {
	font-size: 16px;
	font-weight: 700;
}
.small_slidepost .slidepost__desc .slide_cat {
	font-size: 14px;
	font-weight: 700;
	color: #707070;
}
.small-post-slider .slidepost__desc .slide_date {
	display: none;
}
.small-post-slider .slick-slide:hover img {
	opacity: 0.5;
	transition: all 0.3s;
}
/**/

/* Recipes grid */
.recipes-grid .wpb-ea-post-carousel {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.recipes-grid .wpb-ea-post-carousel .post-info .post-content h3.post-heading {
	min-height: 3em;
}
.recipes-grid .wpb-ea-post-carousel .post-info .post-footer {
	border-top: none;
}
.recipes-grid .wpb-ea-post-carousel .post-info .post-footer a.read-more {
	border-color: #B3B3B3;
}
.recipes-grid .wpb-ea-post-carousel .post-info .post-footer a.read-more i {
	display: none;
}

.recipes-grid-layout .grid-items .item * {
	text-align: center;
}
.recipes-grid-layout .grid-items .item .layer-wrapper {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b3b3b350;
}
.recipes-grid-layout .grid-items .item  .recipe-title-category {
    min-height: 6em;
}
.recipes-grid-layout .grid-items .item .title {
	font-weight: 700;
	text-transform: uppercase;
}
.recipes-grid-layout .grid-items .item .categories {
	font-family: "Lato";
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.recipes-grid-layout.home-slider .grid-items .item  .recipe-title-category {
    background-color: #F5F7F6;
	padding: 1em;
}
.recipes-grid-layout.home-slider .grid-items .item .categories {
	margin: 0;
}
/*
.recipes-grid-layout .grid-items .item .excerpt {
	min-height: 6em;
}
*/
.recipes-grid-layout .grid-items .item .read_more {
	font-family: "Lato";
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px solid #707070;
}
.recipes-grid-layout .grid-items .item .read_more:hover {
	color: #94A399 !important;
	border-color: #94A399;
}
.recipes-grid-layout .post-grid .pagination .load-more {
	font-family: "Lato";
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: #ffffff !important;
	background-color: #D3C7BB;
	width: auto;
	padding: 16px 35px;
	border-radius: 22px;
	transition: background-color 0.3s;
}
.recipes-grid-layout .post-grid .pagination .load-more:hover {
	background-color: #94a399 !important;
}
.recipes-grid-layout .post-grid .pagination {
	margin: 0 0 30px;
}
.recipes-grid-layout.home-slider .pagination {
	display: none;
}
.recipes-grid-layout.home-slider .grid-items .item .layer-wrapper {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.recipe-grid-layout-wpb .wpb-ea-posts-slider .wpb-ea-post-carousel {
	border: none;
}
.recipe-grid-layout-wpb .wpb-ea-post-carousel .post-info .post-content {
	min-height: 4em;
}
.recipe-grid-layout-wpb .wpb-ea-posts-slider .owl-nav.disabled {
	display: none;
}

.recipe-grid-layout-wpb .owl-nav .owl-prev {
	left: 10px;
}
.recipe-grid-layout-wpb .owl-nav .owl-next {
	right: 10px;
}
.recipe-grid-layout-wpb .wpb-ea-posts-slider.owl-theme .owl-nav [class*=owl-] {
	top: 35%;
	width: 35px;
	height: 60px;
	transition: all 0.3s;
}
.wpb-ea-posts-slider.owl-theme .owl-nav [class*="owl-"] {
    border-radius: 0%;
}
.recipe-grid-layout-wpb .owl-nav button i {
	font-size: 26px;
	line-height: 60px;
	color: #333333;
}
.recipe-grid-layout-wpb .wpb-ea-posts-slider.owl-theme .owl-nav [class*=owl-]:hover {
	background: rgb(255 255 255 / 90%) !important;
}
.recipe-grid-layout-wpb .wpb-ea-posts-slider.owl-theme .owl-nav [class*=owl-]:focus {
	outline: none;
}
/**/

.main_content__r {
    margin-right: 410px;
}
.archive-box .desc_archive p {
	font-style: normal;
}
.main_content__full {
	width: 100%;
}
.grid-item .post-header h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	min-height: 3em;
}

.ig_wrapper {
	max-width: 1180px;
}
.post_container_single {
    max-width: 100%;
}
.padding_footer_column {
	margin: 0;
	padding: 30px 0;
}
#instagram-footer {
	margin-top: 0;
}
.sub_footer {
	display: none;
}
.home .newsletter-section {
	margin: 50px auto !important;
}
.newsletter-section .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
.newsletter-section p {
	margin-top: 0.5em;
}

/*#mini-header.scrollUp {
    transform: translateY(0px);
}*/
.top_menu,
#mini-header.show .top_menu {
	margin-left: 20%;
}
.home .top_menu {
	margin-left: 0;
}
#mini-header.show .menu > a,
#mini-header.show .nav-menu > a {
	padding: 30px 15px;
}
.menu a, .nav-menu a {
	font-size: 14px;
	padding: 30px 20px;
}
.home header .menu a,
.home header .nav-menu a {
	padding: 15px 20px;
}
.menu > li.menu-item-has-children::before,
.nav-menu > li.menu-item-has-children::before {
	top: 49%;
	transform: translatey(-49%);
	font-size: 14px;
}
.cont_primary_menu,
.top_menu .nav-menu ul {
	background-color: #f9f9f9 !important;
}
.menu ul,
.nav-menu ul {
	top: 88px;
}
.home .menu ul,
.home .nav-menu ul {
	top: 58px;
}
.menu ul a,
.nav-menu ul a {
    padding: 12px 24px;
    font-size: 14px;
}
.top_menu .nav-menu ul li,
.top_menu .menu ul li {
	border-top-color: #ffffff !important;
}
.cont_primary_menu .top_menu ul ul li.current-menu-item > a {
	color: #94a399 !important;
	background-color: #F5F5F5;
}

.numbered-list-circles ol {
	list-style: none;
	counter-reset: li;
	padding-left: 0;
}

#ig-social {
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}
#ig-social a {
    font-size: 14px;
	line-height: normal;
}
#top-search {
	margin: 0;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.numbered-list-circles ol li {
	counter-increment: li;
	margin-bottom: 3em;
	padding-left: 100px;
	position: relative;
}
.numbered-list-circles ol li::before {
	content: counter(li);
	color: #363535;
	font-family: "Lato";
	font-size: 20px;
	font-weight: bold;
	line-height: 65px;
	display: inline-block;
	width: 65px;
	height: 65px;
	border: 1px solid #363535;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 0;
}

.button {
	font-family: "Lato";
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: #ffffff !important;
	background-color: #D3C7BB;
	padding: 16px 35px;
	border-radius: 22px;
	transition: all 0.3s;
}
.button:hover {
	color: #ffffff;
	background-color: #94A399;
}
.elementor-button:hover,
.elementor-button:focus {
	background-color: #94A399 !important;
}

/* Forms */
.gform_wrapper form {
	font-family: "Lato";
}
.gform_wrapper form.newsletter-form {
	position: relative;
}
.gform_wrapper form.newsletter-form .gform_footer {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	margin: 0;
	padding: 0;
}
.gform_wrapper li.hidden_label input,
.gform_wrapper form.newsletter-form li.hidden_label input {
	margin: 0;
	outline: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 12px;
    font-family: "Lato";
	font-weight: 700;
	letter-spacing: 1.1px;
	line-height: 1;
	background: #F7F7F7;
	padding: 16px 140px 16px 30px;
	border: none;
	border-radius: 30px;
}
.gform_wrapper form.preorder-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 16px 30px;
	border: none;
	border-radius: 30px;
}

.gform_wrapper .preorder-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 14px;
	color: #363535;
	background: #ffffff;
}

.gform_wrapper form.newsletter-form div.gform_body ul.top_label li.gfield {
    padding-right: 0;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper form.newsletter-form .gform_page_footer input[type=submit] {
    font-size: 12px !important;
	font-family: "Lato";
	font-weight: 700;
	letter-spacing: 1.1px;
	line-height: 1;
	text-transform: uppercase;
    margin: 0 !important;
	padding: 17px 30px;
	border: none;
	border-radius: 30px;
	color: #ffffff;
	background-color: #D3C7BB;
	transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus {
	outline: none;
	background-color: #94A399;
}
.gform_wrapper .preorder-form .upload-recipe-field {
	display: flex;
	align-items: baseline;
}
.gform_wrapper .preorder-form .upload-recipe-field .gfield_label {
	flex: 1 0 auto;
	margin-right: 1em;
}
.gform_wrapper .preorder-form .upload-recipe-field input {
	width: 100%;
}
.gform_wrapper .preorder-form .subscribe-checkbox,
.gform_wrapper .preorder-form .subscribe-checkbox .ginput_container,
.gform_wrapper .preorder-form .subscribe-checkbox .ginput_container input[type=checkbox] {
	margin: 0;
}
.gform_wrapper .preorder-form .gform_footer {
	text-align: center;
}
.gform_wrapper .preorder-form .gform_footer input.button {
	padding: 16px 50px;
}
@media only screen and (min-width: 641px) {
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0;
	}
}

/* Testimonials */
.wpb-ea-testimonial-items-slider .wpb-ea-testimonial-item {
	box-shadow: none;
}

.wpb-ea-testimonial-item .description h5.testimonial-title {
	display: none;
}
/*
.wpb-ea-testimonial-item .client-details {
	justify-content: flex-end;
}
*/
.wpb-ea-testimonial-item .client-details .client-info {
	text-align: center;
}
.wpb-ea-testimonial-item .client-details .client-info h6.client-name {
	font-family: "Playfair Display" !important;
}
#rsc-testimonials .wpb-ea-testimonial-items-slider.owl-theme .owl-dots .owl-dot span {
	width: 9px;
	background-color: rgba(255,255,255,0.5);
	border: none;
}
#rsc-testimonials .wpb-ea-testimonial-items-slider.owl-theme .owl-dots .owl-dot.active span {
	width: 9px;
	background-color: rgba(255,255,255,1);
}
/**/

/* Below content */
.ig-cont-below-area {
    margin-top: 0;
	border-top: 1px solid #B3B3B380;
}
.ig-below-area .textwidget {
	max-width: 500px;
	margin: 0 auto;
	font-style: normal;
}
.ig-below-area h2 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
}
/**/

.title_page h1,
.title_page h2 {
    font-size: 28px;
	font-weight: 700;
}

.single-post .post-header {
	padding: 0 0 30px;
}

.ig_navigation.post_container_sub_single .title_navigation_post_r {
	float: right;
}
.ig_navigation.post_container_sub_single h5,
.ig_navigation.post_container_sub_single .arrow_prev,
.ig_navigation.post_container_sub_single .arrow_next {
	margin: 0;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}
.ig_navigation.post_container_sub_single .arrow_prev,
.ig_navigation.post_container_sub_single .arrow_next {
	margin-top: -2px;
}

.ig_navigation.post_container_sub_single .arrow_prev a::before,
.ig_navigation.post_container_sub_single .arrow_next a::before {
	line-height: 40px;
}

.ig_widget > .widget_search form {
	border-radius: 30px;
	border-color: #707070;
	font-size: 14px;
	position: relative;
	width: 50%;
	margin-top: 50px;
}
.ig_widget > .widget_search form::before {
    font-family: 'FontAwesome';
    font-size: 20px;
    content: "\f002";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    color: #707070;
    left: 10px;
    transform: translateY(-50%);
}
.ig_widget > .widget_search form input[type="search"] {
	width: auto;
	min-width: auto;
	padding-left: 40px;
	border-radius: 30px;
}

#envirabox-outer {
	background: none !important;
}
#envirabox-content {
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* Sidebar widgets */
@media only screen and (max-width: 1170px) and (min-width: 961px), only screen and (min-width: 1171px) {
	.main_content {
		margin-right: -410px;
	}	
	.cont_sidebar {
		width: 360px;
	}
	.single-post .cont_sidebar {
		margin-top: 160px;
	}
}
.cont_sidebar .ig_widget {
	padding: 0 0 15px;
	margin-bottom: 35px;
}
.container-aboutme {
	margin-bottom: 40px;
	padding: 0;
	text-align: center;
}
.container-aboutme img {
	max-width: 70%;
	border-radius: 50%;
}
.cont-aboutme p.tit {
	text-transform: none;
	font-size: 18px;
	font-weight: 900;
}
.cont-aboutme p.desc,
.cont-aboutme ul.meta-share {
	font-size: 16px;
}
.cont-aboutme .button {
	display: inline-block;
	margin: 1em auto;
}

.sidebar-promo {
	text-align: center;
	border: none;
}
.sidebar-promo p:first-child {
	margin-top: 0;
}
.sidebar-promo a img {
	margin-top: 0;
}
.sidebar-promo .sidebar-promo-text {
	padding: 0 15px;
}
.sidebar-promo h3 {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	margin-top: 2em;
}
.sidebar-promo .button {
	display: inline-block;
	margin: 1em auto 0;
}
.cont_sidebar .tit_widget {
	margin-top: 25px;
}
.cont_sidebar .tit_widget span {
	font-size: 12px;
	font-weight: 700;
}
ul.ig_recent_posts {
	padding: 0 15px;
}
ul.ig_recent_posts li {
	margin-bottom: 2em;
}
a.ig_recent_post_title {
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
	margin-top: 1em;
}
.ig_recent_post_details span {
	display: none;
}
/**/

/* Instagram feed */
#sb_instagram {
	position: relative;
}
#sb_instagram #sbi_load {
	width: auto;
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
}
#sb_instagram .sbi_follow_btn {
	margin: 0;
}
#sb_instagram .sbi_follow_btn a {
	width: 200px;
	height: 200px;
    background: rgba(255,255,255,0.7);
    color: #363535;
	font-family: "Lato";
    font-size: 18px;
	font-weight: 700;
	border-radius: 50%;
	padding-top: 70px;
}
#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover {
    outline: 0;
    box-shadow: inset 0 0 10px 10px #94a399;
}
/**/

/* Recipe post */
.single-post .post_container_single a {
	color: #CFA585;
	text-decoration: underline;
	font-style: italic;
}
.single-post .post_container_single a:hover {
	color: #CFA585;
}
.single-post .post_container_single .post-footer a {
	text-decoration: none;
	font-style: normal;
}
/**/

#commentform .ig-new_buttom input[type="submit"] {
	background: #D3C7BB;
	padding: 10px 30px;
	border-radius: 50px;
}
#commentform .ig-new_buttom input[type="submit"]:hover {
	background: #94a399;
}

#mini-header #ig-social {
    right: 40px !important;
}
#top-resp-menu {
    right: 15px;
}
.nav-mobile a {
	display: inline-block;
}
.nav-mobile li > a > span:before {
	margin-left: 0.5em;
}

@media (min-width: 768px) and (max-width: 1179px) {
	.cont_primary_menu {
		min-height: 60px;
	}
}
@media (min-width: 1000px) {
	.cont_menu_responsive {
		display: block !important;
	}
	#top-resp-menu {
		display: block;
	}
}
@media (min-width: 1180px) {
	.cont_menu_responsive {
		display: none !important;
	}
	#top-resp-menu {
		display: none;
	}
	.ig_wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container {
		width: 1180px; /* 1430px */
	}
	.cont_primary_menu .container {
		width: 100%;
	}
}
@media (min-width: 1400px) {
	footer .container {
		width: 1430px;
	}
}
@media (max-width: 1399px) {
	.ig_widget > .widget_search form {
		width: 100%;
	}
	.numbered-list-circles ol li {
		margin-bottom: 1.5em;
	}
}
@media (max-width: 1179px) {
	.hide_desc_menu,
	#mini-header #ig-social,
	#mini-header .top_menu {
		display: none !important;
	}
	.ig_widget > .widget_search form {
		margin-top: 0;
	}
	.home .header_logo {
		display: none;
	}
	#logo_single {
		max-width: 60%;
		padding-top: 10px !important;
	}
.recipe-grid-layout-wpb .wpb-ea-posts-slider.owl-theme .owl-nav {
		/*display: none;*/
		margin: 0;
	}
.recipe-grid-layout-wpb .owl-nav .owl-prev {
	left: 10px;
	position: absolute !important;
}
.recipe-grid-layout-wpb .owl-nav .owl-next {
	right: 10px;
	position: absolute !important;
	}
}
@media (max-width: 960px) {
	.main_content__r {
		margin-right: 0 !important;
	}
	.ig_wrapper {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper form.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 16px 30px;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1 !important;
		min-height: 1rem !important;
	}
	.gform_wrapper form.newsletter-form .gform_footer {
		position: relative;
		top: 15px;
	}
	.recipes-grid .wpb-ea-post-carousel .post-info .post-content h3.post-heading {
		min-height: unset;
	}
}
