/* Landing Page
--------------------------------------------- */
.rr-landing-page .site-header,
.rr-landing-page .header-top,
.rr-landing-page .subscribe-widget,
.rr-landing-page .nav-primary,
.rr-landing-page .menu-toggle,
.rr-landing-page .footer-widgets,
.rr-landing-page .footerad-widget {
	display: none !important;
}

.rr-landing-page .entry-title {
	display: none;
	overflow-x: hidden;
}

.rr-site-header-logo {
	width: 300px;
}

.rr-social-icons {
	position: relative;
	top: -60px;
}

.rr-extendfull {
	padding: 0 3000px;
	margin: 0 -3000px;
}

.rr-top-section {
	background: url('https://pizzazzerie.com/wp-content/uploads/2016/05/cta-section-background-1.jpg') center center;
	height: 500px;
	padding-top: 120px;
	position: relative;
}

.rr-cta-content h2,
.rr-cta-content h3 {
	color: #ffffff;
	text-align: center;
}

.rr-cta-content h2 {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
}

.rr-cta-content h3 {
	font-family: 'Muli', sans-serif;
	font-style: italic;
	font-weight: 400;
}

.rr-cta-form {
	max-width: 960px;
	margin: 60px auto;
}

.rr-cta-form input {
	border: 0;
	float: left;
	font-size: 16px;
	margin-right: 20px;
	width: 300px;
}

.rr-cta-form input::-webkit-input-placeholder {
	color: #555;
}

.rr-cta-form input::-moz-input-placeholder {
	color: #555;
}

.rr-cta-form input:-ms-input-placeholder {
	color: #555;
}

.rr-cta-form input[type=text],
.rr-cta-form input[type=email] {
	background-color: rgba(255,255,255,0.8);
	color: #333;
}

.rr-cta-form input[type=submit] {
	background-color: #ff5633;
	color: #ffffff;
	font-weight: 700;
	padding: 16px 24px;
}

.rr-cta-form input[type=submit]:hover {
	background-color: #0f904c;
}

.downarrow:after,
.downarrow:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50%;
	z-index: 100;
	border-bottom: 40px solid #fff;
	-moz-transform: rotate(0.000001deg);
	-webkit-transform: rotate(0.000001deg);
	-o-transform: rotate(0.000001deg);
	-ms-transform: rotate(0.000001deg);
	transform: rotate(0.000001deg);
}

.downarrow:before {
	right: 50%;
	border-right: 40px solid transparent;
	border-left: 1000px solid #fff;
}

.downarrow:after {
	left: 50%;
	border-left: 40px solid transparent;
	border-right: 1000px solid #fff;
}

.downarrow {
	overflow: hidden;
}

.rr-middle-section {
	padding-bottom: 60px;
	border-bottom: 3px solid #eeeeee;
}

.rr-middle-section h2 {
	color: #ff5834;
	font-family: 'Muli', sans-serif;
	font-size: 28px;
	padding: 40px 0 60px;
	text-align: center;
}

.rr-testimonial {
	float: left;
	width: 33%;
}

.rr-testimonial-quote,
.rr-testimonial-author {
	color: #5f5f5f;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	padding: 0 30px;
}

.rr-testimonial-quote {
	font-size: 20px;
}

.rr-testimonial-quote:before {
	content: url('https://pizzazzerie.com/wp-content/uploads/2016/05/quote-icon.png');
	position: relative;
	left: -25px;
	top: -10px;
	margin-right: -25px;
}

.rr-testimonial-quote:after {
	content: url('https://pizzazzerie.com/wp-content/uploads/2016/05/quote-icon.png');
	display: inline-block;
	position: relative;
	left: 5px;
	top: 10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rr-testimonial-author {
	float: right;
	margin-right: 40px;
}

.rr-bottom-section {
	margin-top: 40px;
}

.rr-as-seen {
	color: #ff5834;
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	text-align: center;
}

.as-seen-logos {
	padding-left: 20px;
	position: relative;
	top: 20px;
}

/*======== Responsive Styles ========*/
@media screen and (min-width: 1920px) {
	.rr-top-section {
		background: url('https://pizzazzerie.com/wp-content/uploads/2016/05/cta-section-background-large-1.jpg') center center;
		height: 650px;
		padding-top: 190px;
	}
	
	.rr-cta-content h2 {
		font-size: 78px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	.rr-cta-form {
		margin-left: 25px;
	}
	
	.rr-cta-form input {
		width: 205px;
	}
	
	.rr-testimonial {
		float: none;
		margin: 0 auto;
		padding-bottom: 60px;
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.rr-top-section {
		height: 480px;
		padding-top: 60px;
	}
	
	.rr-cta-form {
		display: block;
		margin: 0 auto;
		width: 300px;
	}
	
	.rr-cta-form input {
		display: block;
		margin-bottom: 10px;
		width: 300px;
	}
	
	.rr-cta-content h2 {
		font-size: 48px;
	}
}

@media screen and (max-width: 480px) {
	.rr-site-header {
		height: 120px;
	}
	
	.rr-site-header-logo {
		display: block;
		margin: 0 auto;
		width: 250px;
	}
	
	.rr-social-icons {
		display: block;
		float: none;
		margin: 10px auto;
		text-align: center;
		top: 0;
		width: 180px;
	}
	
	.rr-testimonial {
		padding-bottom: 90px;
		width: 90%;
	}
}

@media screen and (max-width: 320px) {
	.rr-cta-form,
												.rr-cta-form input {
		width: 280px;
	}
	
	.rr-cta-content h2 {
		font-size: 36px;
	}
}

/* Thank You Page
--------------------------------------------- */
.thank-you-books {
	max-width: 720px;
	margin: 40px auto;
}

.rr-thank-you .footer-widgets {
	display: none;
}

@media screen and (max-width: 767px) {
	.thank-you-books a {
		display: block;
		text-align: center;
	}
}