/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


h1,h2{
	font-family: Playfair Display !important
}

/*Menu Cucine d'Italia*/
.cucine_topbar_container{
    background: #fff;
    position: fixed;
	top:0;
	transition:top 0.5s ease;
    width: 100%;
    z-index: 1000;
}


.cucine_topbar{
    position: relative;
    display: flex;
    max-width: 1440px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    padding: 32px 20px;
}
.cucine_menu{
    display: flex;
    align-items: center;
}
.cucine_menu_logo{
    margin-right: 10px;
    width: 210px;
}
.cucine_menu_logo img{
    max-width: 100%;
}
.cucine_topbar_container nav{
    display: flex;
	max-width: 1440px;
    margin: auto;
	padding: 0 20px 16px 20px;
}
.cucine_topbar_container nav a{
    margin-right: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.cucine_topbar_container nav a:hover{
    color: #da1a22;
}
.cucine_menu_mobile_burger{
	display:flex;
}
.cucine_menu_mobile_burger .cucine_selettore_lingua{
	margin-right:40px;
}
.cucine_menu_mobile_burger .cucine_selettore_lingua a{
	text-transform:uppercase;
	font-size: 16px;
}
.cucine_menu_mobile_burger button, .cucine_menu_mobile_close button{
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.cucine_menu_mobile_burger button div, .cucine_menu_mobile_close button div{
    width: 24px;
    height: 24px;
    color: #000;
}

.cucine_topbar_container_scrolled div{
	color:#000 !important;
}
.cucine_menu_mobile_burger svg,.cucine_menu_mobile_closeBtn svg{
    fill: currentColor;
}

.cucine_menu_mobile_container{
    position: fixed;
    top: -100vh;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 2000;
}
.cucine_menu_mobile{
    max-width: 1440px;
	height:100%;
	display:flex;
	flex-direction:column;
    margin: auto;
    padding: 10px 20px;

}
.cucine_menu_mobile header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cucine_flex_menu_container{
	display:flex;
	flex:1;
	justify-content: space-between;
	overflow:hidden;
}
.cucine_flex_menu{
    display: flex;
	flex-direction: column;
    height: 100%;
}
.cucine_flex_menu ul{
	margin: 0 0 40px 0;
}
.cucine_flex_menu li{
	margin:0;
}
.cucine_menu_sidebar{
    flex-basis: 40%;
	text-align:right;
}
.cucine_menu_sidebar img{
	max-width:100%;
	max-height:100%;
}

.cucine_menu_mobile li{
    list-style: none;
}
.cucine_menu_mobile li a{
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.cucine_ricerca label{
	display:block;
	font-size: 24px;
	line-height: 30px;
	margin-bottom:20px;
	color: #fff;
}
.cucine_ricerca .td-search-form-widget{
	border: solid #fff;
	border-width: 0 0 1px 0;
}
.cucine_ricerca .td-widget-search-input{
	border:none;
	background-color:transparent;
	color:#fff;
}
.td-widget-search-input:-webkit-autofill,
.td-widget-search-input:-webkit-autofill:hover,
.td-widget-search-input:-webkit-autofill:focus,
.td-widget-search-input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}
.cucine_ricerca .btn{
	background: transparent !important;
	color: #fff !important;
}
@media (min-width: 1141px){
	.cucine_flex_menu{
		margin-top:60px;
	}
	.cucine_menu_mobile li a{
    	font-size: 40px;
		font-weight:600;
		line-height:50px;
	}
	.cucine_topbar_container_scrolled{
		top: -201px;
		transition:top 0.5s ease;
	}
}
@media (max-width: 1140px){
	.cucine_topbar{
		padding:20px;
	}
	.cucine_menu_logo{
   	 	width: 150px;
	}
	.cucine_topbar_container nav{
		display:none;
	}
	.cucine_menu_sidebar{
		display:none;
	}
	.cucine_menu_mobile li a{
    	font-size: 30px;
		line-height:46px;
	}
	.cucine_ricerca label{
		font-size: 18px;
	}
}
@media (max-width: 767px){
	.cucine_menu_mobile li a{
    	font-size: 30px;
		line-height:46px;
	}
}

/*Carousel*/
.main-carousel{
    height: calc(100vh - 201px);
	margin-top:201px;
}
.carousel-cell{
    width: 100%;
    height: calc(100vh - 201px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}
.carousel-title-wrapper{
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20vh;
}
.carousel-cell h2{
	max-width:1000px;
    color:#fff;
    font-size: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom:0;
}

.main-carousel~.td-main-content-wrap {
    margin-top: 0;
}
.td-main-content-wrap{
	margin-top:201px;
}
.td-main-page-wrap{
	padding-top:0;
}
@media (max-width: 1140px){
	.main-carousel{
    	height: calc(100vh - 113px);
		margin-top:113px;
	}
	.carousel-cell{
    	height: calc(100vh - 113px);
	}
	.td-main-content-wrap{
	margin-top:113px;
	}
}
.td-post-content p{
	text-align:justify;
}
/*Typewriter*/
.typewriter-frase{
	color: #da1a22;
}

/*@media (max-width: 1140px){
	.typewriter-frase{
		display:none;
	}
}*/
/*Cursor Text*/
#mouseClaim{
	position:absolute;
	z-index:1001;
	color:#fff;
}

/*SINGLE POST*/
.single-share{
	position:fixed !important;
	left:0;
	top:50%;
}
.single-share .td-post-sharing-visible{
	display:flex;
	flex-direction:column;
}
.single-share .td-social-sharing-button{
	background-color: #fff; 
}

.wp-block-image figcaption {
    text-align: right;
    border-right: solid 4px #000;
	padding-right: 10px;
	font-size: 14px;
    margin-top: 20px;
}
.share-ricetta-buttons{
	display:flex;
	margin-top:20px;
}
.share-ricetta-buttons a{
	width:44px;
	height:44px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#000;
	cursor:pointer;
}
.share-ricetta-buttons a:first-child{
	margin-right:10px;
}
.ingredienti-wrapper,.chef-wrapper{
	border: solid 2px #000;
	padding: 20px;
}

.image-full figure{
	width:100%;
}

/*SOCIALS BUTTONS*/
.social-share-modal-container{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1001;
}

.social-share-modal{
    max-width: 1440px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 20px;
}
#cucine_social_closeBtn {
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
}

.social-share-modal header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 42px;
}
.social-share-modal-wrapper{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}
.social-share-modal_logo {
    width: 200px;
}
.share-shortcut-buttons{
    position: fixed;
    left: 0;
    top:50%;
    z-index: 1000;
}
.share-shortcut-buttons a{
	display:block;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 4px;
	cursor:pointer;
}

.cucine-shortcut-icon i{
	font-size:20px;
	color:#000;
}

.cucine-socials-share{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.cucine-socials-share a{
	width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin:0 20px 20px 0;
	background-color:#fff;
}
.cucine-socials-share a:hover{
	background-color:#000;
}
.cucine-socials-share a:hover i{
	color:#fff;
}
.cucine-socials-share i{
	font-size:25px !important;
	color:#000;
}

@media (max-width: 1140px){
	.cucine-socials-share a{
		width: 50px;
		height: 50px;
		margin:0 10px 10px 0;
	}
	.cucine-socials-share i{
		font-size:15px !important;
	}
}
/*HOME*/
.td_module_flex_1 .td-module-title{
	border-left: solid 4px #000;
	padding-left:10px;
}

/*FIRME SINGOLA*/
.cucine-text-center p{
	text-align:justify;
}