/**
 *
 * Giallozafferano Blog
 *
 */

strong {
	font-weight: 700;
}

.gz-carbonara .gz-row {
	justify-content: center;
}

.gz-carbonara .gz-title-section.gz-underline:after {
	margin-left: calc(50% - 25px);
}

.gz-description a {
	color: #615c5c;
}

.gz-category > span {
	display: none;
}

.gz-category a {
	text-transform: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}

@media only screen and (min-width: 1000px) {
	.gz-category > span {
	display: inline-block;
	color: #a8a7a6;
	font-size: 14px;
	font-style: italic;
	text-transform: none;
	line-height: 1.25;
	font-weight: 300;
	margin-bottom: 5px;
	}
	.gz-card-horizontal:not(.gz-card-horizontal-mobile) .gz-content-recipe-horizontal .gz-wrap-recipe-top .gz-category {
	flex: 100%;
	}
	.gz-card-horizontal:not(.gz-card-horizontal-mobile) .gz-content-recipe-horizontal .gz-wrap-recipe-bottom {
	height: 90px;
	}
	.gz-card-horizontal:not(.gz-card-horizontal-mobile) .gz-content-recipe-horizontal .gz-title {
	font-size: 1.5rem;
	}
}

/* Grid */

.row {
	margin: 0 -15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.row > .col-xs-6:nth-child(2n+1) {
	clear: left;
}

/* Blog Header */

.gz-blog-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #7b69a2;
	height: 70px;
	padding: 0 5vw;
	width: 100%;
	box-sizing: border-box;
	z-index: 10;
}

.gz-blog-header-container {
	position: relative;
}

.gz-blog-logo {
	width: 128px;
	height: 52px;
	background: url('images/gzBlogLogo_w.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	margin: 0;
}

.gz-blog-logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
}

.gz-blog-nav {
	display: none;
	padding: 20px 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 70px;
	background-color: #7b69a2;
}

.gz-blog-nav ul {
	width: 90vw;
	margin: auto;
	padding: 0;
}

.gz-blog-nav li {
	display: block;
	padding: 0 5vw;
}

.gz-blog-nav li a {
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.gz-login-button,
.gz-blog-nav .gz-login-button {
	position: relative;
	display: inline-block;
	padding: 4px 30px 4px 50px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	border-radius: 30px;
	border: 1px solid #fff;
}

.gz-login-button .gz-icon {
	position: absolute;
	width: 20px;
	text-align: center;
	left: 20px;
	top: 8px;
}

.gz-blog-nav .gz-login-button {
	margin-top: 10px;
}

.gz-blog-nav.active {
	display: block;
	border-top: 1px solid rgba(0,0,0,.08);
}

.gz-blog-login {
	display: none;
}

.gz-blog-hamburger {
	position: relative;
	order: 2;
	width: 30px;
	height: 25px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: top .3s ease-out .1s, opacity .2s ease-out .2s;
	-o-transition: top .3s ease-out .1s, opacity .2s ease-out .2s;
	-moz-transition: top .3s ease-out .1s, opacity .2s ease-out .2s;
	-webkit-transition: top .3s ease-out .1s, opacity .2s ease-out .2s;
}

.gz-blog-hamburger:before,
.gz-blog-hamburger:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	display: block;
	background-color: #fff;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: transform .3s ease-in-out, top .3s ease-in-out .3s;
	-o-transition: transform .3s ease-in-out, top .3s ease-in-out .3s;
	-webkit-transition: top .3s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: top .3s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease-in-out .3s;
	transition: transform .3s ease-in-out, top .3s ease-in-out .3s, -webkit-transform .3s ease-in-out;
}

.gz-blog-hamburger:before{
	top: 0;
}

.gz-blog-hamburger:after{
	top: 8px;
}

.gz-blog-hamburger span:after{
	content: 'MENU';
	position: absolute;
	font-family: sans-serif;
	font-size: 0.563rem;
	letter-spacing: 0.1rem;
	color: #fff;
	top: 11px;
	left: 0;
	right: 0;
	line-height: 20px;
	text-align: left;
	display: block;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out .3s;
	-o-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s;
}

.gz-mobile-menu-open .gz-blog-hamburger:before,
.gz-mobile-menu-open .gz-blog-hamburger:after{
	-webkit-transition: top .3s ease-in-out, transform .3s ease-in-out .3s;
	-o-transition: top .3s ease-in-out, transform .3s ease-in-out .3s;
	-webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out .3s;
	transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out .3s;
	transition: top .3s ease-in-out, transform .3s ease-in-out .3s;
	transition: top .3s ease-in-out, transform .3s ease-in-out .3s, -webkit-transform .3s ease-in-out .3s;
}

.gz-mobile-menu-open .gz-blog-hamburger:before{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 12px;
}

.gz-mobile-menu-open .gz-blog-hamburger:after{
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 12px;
}

.gz-mobile-menu-open .gz-blog-hamburger span:after{
	top: 0;
	opacity: 0;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.gz-disclaimer {
	padding: 10px 0;
	color: #171c2a;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.875rem;
	font-weight: 300;
}

.gz-disclaimer a {
	text-decoration: underline;
}

.by-altervista {
	display: none;
	width: 172px;
	height: 32px;
	background: url('images/logo-by-altervista.svg') 0 0 no-repeat;
	background-size: 100% 100%;
}

.by-altervista a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
}

/* Blog Call to action */

.gz-call-action {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15vw 5vw;
	background: url('images/blog-header.jpg') no-repeat center;
	background-size: cover;
	color: #fff;
}

.gz-call-action:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.25) 100%);
	opacity: 0.8;
	z-index: 2;
}

.gz-call-action > * {
	position: relative;
	z-index: 5;
}

.gz-call-action h2 {
	font-size: 1.75rem;
	font-weight: 900;
	text-align: center;
	margin: 0 auto 20px;
	color: #fff;
	line-height: 1.25;
}

.gz-call-action p {
	text-align: center;
	margin: 0 auto 30px;
	max-width: 500px;
	line-height: 1.5;
}

.gz-call-action p:last-child {
	margin-bottom: 0;
}

.gz-action-button {
	display: inline-block;
	border-radius: 25px;
	padding: 6px 30px;
	color: #fff;
	background-color: #f7972e;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 32px;
	font-weight: 600;
}

/* Iframe */

.iframe-container {
	margin: auto;
	background-color: #fff;
	width: 100%;
	text-align: center;
}

iframe {
	margin: auto;
}

.gz-feedback-message {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}

/* Sidebar */

.social-list {
	background-color: #fff;
	margin: 0;
	padding: 20px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
}

.social-list li {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}

.social-list > li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.social-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.social-icon {
	display: block;
	line-height: 1.25;
}

.social-desc {
	color: #171c2a;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.25;
	text-transform: uppercase;
}

.social-list figure {
	border-radius: 35px;
	height: 68px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	width: 68px;
}

/* Footer */

.footer-credits {
    clear: both;
    margin: auto;
    font-size: 12px;
    color: #4e3969;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
}

.footer-links {
	font-size: 14px;
	line-height: 1.5;
}

.footer-links:before,
.footer-links:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.footer-links:after {
	clear: both;
}

#footer-notice {
	max-width: 1000px;
	margin: 10px auto 0;
	font-size: 12px;
	color: #4e3969;
	text-align: center;
	line-height: 1.5;
	font-weight: 400;
}

.altervista-logo {
    text-align: center;
    margin: 0 auto 30px;
}

.altervista-logo a {
	display: inline-block;
	line-height: 1;
}

.altervista-logo img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.footer-links {
	margin: 0 auto 30px;
}

.footer-nav {
	list-style-type: none;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.footer-nav a {
	color: #888;
}

.footer-nav a:hover {
	color: #555;
	text-decoration: underline;
}

.footer-nav li {
	margin: 0 0 0.25em 0;
	padding: 0;
}

.footer-nav h5 {
	margin: 10px 0;
	font-size: 1em;
}


/* Responsive */

@media screen and (min-width: 768px) {
	/* Grid */
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
	}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
	.row > .col-xs-6:nth-child(2n+1) {
	clear: none;
	}
	.row > .col-sm-6:nth-child(2n+1) {
	clear: left;
	}
}

@media screen and (min-width: 1000px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	}
	.col-12 {
	width: 100%;
	}
	.col-11 {
	width: 91.66666667%;
	}
	.col-10 {
	width: 83.33333333%;
	}
	.col-9 {
	width: 75%;
	}
	.col-8 {
	width: 66.66666667%;
	}
	.col-7 {
	width: 58.33333333%;
	}
	.col-6 {
	width: 50%;
	}
	.col-5 {
	width: 41.66666667%;
	}
	.col-4 {
	width: 33.33333333%;
	}
	.col-3 {
	width: 25%;
	}
	.col-2 {
	width: 16.66666667%;
	}
	.col-1 {
	width: 8.33333333%;
	}
	.row > .col-sm-6:nth-child(2n+1) {
	clear: none;
	}
	/* Blog Header */
	.gz-blog-hamburger,
	.gz-blog-nav ul > li:last-child {
	display: none;
	}
	.gz-blog-header {
	height: 90px;
	padding: 0 25px;
	align-items: start;
	}
	.gz-blog-logo {
	margin-top: 15px;
	}
	.gz-blog-nav {
	display: block;
	position: relative;
	background-color: transparent;
	top: 0;
	padding: 0;
	margin: 30px 30px 0;
	white-space: nowrap;
	flex: 1;;
	}
	.gz-blog-nav ul {
	width: auto;
	margin: 0;
	}
	.gz-blog-nav li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 20px;
	}
	.gz-blog-nav li a {
	font-size: 14px;
	}
	.gz-blog-login {
	display: block;
	margin-top: 30px;
	}
	.gz-blog-header-container:not(.gz-blog-hero) .gz-login-button {
	color: #171C2A;
	border: 1px solid #d3cbc3;
    background-color: #ffffff;
	}
	.gz-blog-header-container:not(.gz-blog-hero) .gz-blog-nav li a {
	color: #171C2A;
	}
	.gz-blog-header-container:not(.gz-blog-hero) .gz-blog-header {
	background-color: #fff;
	border-top: 1px solid #e3e3e3;
	}
	.gz-blog-header-container:not(.gz-blog-hero) .gz-blog-logo {
	background-image: url('images/gzBlogLogo.svg');
	}
	.gz-blog-header-container:not(.gz-blog-hero) .gz-login-button svg {
	stroke: #171C2A;
	}
	.gz-blog-hero .gz-blog-header {
	position: absolute;
	top: 0;
	background-color: transparent;
	border: 0;
	}
	.gz-call-action h2 {
	font-size: 2rem;
	}
	.gz-call-action p {
	font-size: 18px;
	font-size: 1.125rem;
	}
	.gz-disclaimer {
	padding: 20px 25px;
	font-size: 16px;
	font-size: 1rem;
	}
	.by-altervista {
	display: block;
	margin: 30px 30px 0 0;
	}
	.gz-blog-hero .by-altervista {
	background-image: url('images/logo-by-altervista-white.svg');
	}
	.gz-feedback-message {
	padding: 30px;
	}
}

@media screen and (min-width: 1200px) {
	.gz-blog-header {
	padding: 0 30px;
	}
	.gz-call-action h2 {
		font-size: 50px;
	font-size: 3.125rem;
	}
	.gz-call-action p {
	font-size: 21px;
	font-size: 1.3125rem;
	}
	.gz-action-button {
	line-height: 38px;
	padding-left: 50px;
	padding-right: 50px;
	}
	.gz-disclaimer {
	padding: 30px;
	}
}
