/*!
Theme Name: ReviewBuzz 2018
Theme URI: http://underscores.me/
Author: ReviewBuzz
Author URI: http://underscores.me/
Description: ReviewBuzz 2018
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reviewbuzz-2018
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.buzzbtn-guide * {
	font-family: "Inter", sans-serif !important;
	font-optical-sizing: auto;
	color: #5D5D5D;
	line-height: 1.5em;
	font-weight: 400;
}

.buzzbtn-guide section {
	padding: 80px 24px;
}

.buzzbtn-guide .section-container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.buzzbtn-guide hr {
	margin: 57.6px auto;
	max-width: 1120px;
}

.buzzbtn-guide strong {
	font-weight: 700;
}

.buzzbtn-guide .btn {
	margin: 0;
	font-size: 16px;
	line-height: 120%;
	font-family: "Avenir Next Medium", sans-serif !important;
	font-weight: 600;
	height: auto;
	padding: 17.28px 28.8px;
	border-radius: 12.55px;
}

.buzzbtn-guide h2 {
	font-size: 32px;
	line-height: 100%;
	font-weight: 700;
	text-transform: unset;
	color: #5D5D5D;
	letter-spacing: normal;
	margin: 0;
}

/** HERO */
.buzzbtn-guide .hero-wrapper {
	background: linear-gradient(90deg, #FFFFFF 0%, #D9D9D9 63.16%);
	height: 650px;
}

.buzzbtn-guide .hero-container {
	height: 100%;
	background-image: url("https://www.getreviewbuzz.com/wp-content/themes/reviewbuzz-2018/assets/images/buzzbutton/guide/buzzbtn-guide-hero-3.png");
	background-position-x: right;
	background-repeat: no-repeat;
	padding: 80px 24px;
}

.buzzbtn-guide .hero-content-container {
	max-width: 1120px;
	margin: 0 auto;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.buzzbtn-guide .hero-text {
	width: 100%;
	display: flex;
	align-items: center;
	width: 100%;
}

.buzzbtn-guide .hero-text h1 {
	font-weight: 700;
	color: #1F76BB;
	font-size: 48px;
	line-height: 100%;
	margin-bottom: 32px;
}

.buzzbtn-guide .hero-text .sub {
	font-size: 24px;
	line-height: 34.56px;
	font-weight: 600;
	margin-bottom: 32px;
	max-width: 433px;
}

.buzzbtn-guide .hero-text strong.intro {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #1F76BB;
}

.buzzbtn-guide .hero-text .overview {
	margin-top: 32px;
	display: flex;
	gap: 16px;
	/* 	flex-direction: column; */
}

.buzzbtn-guide .hero-text .overview .container {
	padding: 16px 16px 0 16px;
	border-radius: 16px;
	background-color: #ffffff;
}

.buzzbtn-guide .hero-text .overview p.exclude-align {
	align-items: start;
}


.buzzbtn-guide .hero-text .overview p img {
	width: 16px;
	height: 16px;
}

/** INIT SETUP */
.buzzbtn-guide .init-setup-wrapper {
	display: flex;
	gap: 40px;
}

.buzzbtn-guide .init-setup-wrapper h2 {
	margin-bottom: 28.8px;
}

.buzzbtn-guide .init-setup-wrapper .subtitle {
	margin-bottom: 28.8px;
}

.buzzbtn-guide .init-setup-wrapper .init-img {
	min-width: 368.62px;
	min-height: 498px;
}

.buzzbtn-guide .init-setup-wrapper .instructions {
/* 	flex: 1; */
}

.buzzbtn-guide .init-setup-wrapper .instructions li ul {
	margin-top: 16px;
}

.buzzbtn-guide .subtitle {
	font-size: 16px;
/* 	line-height: 24px; */
	font-weight: 700;
	margin-bottom: 0;
}

.buzzbtn-guide .instructions ol.steps {
	list-style: none;
	counter-reset: step;
	padding-left: 0;
}

.buzzbtn-guide .instructions ol.steps[start="4"] {
	counter-reset: step 3; /* Start at 3 so first increments to 4 */
}

.buzzbtn-guide .instructions ol > li {
/* 	line-height: 24px; */
}


.buzzbtn-guide .instructions ol.steps > li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 38px;
}

.buzzbtn-guide .instructions ol.steps > li:before {
	content: counter(step);
	counter-increment: step;
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background: #F58025;
	color: white;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	margin-right: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;

}

.buzzbtn-guide .instructions ul {
	list-style: disc inside;
	margin: 0;
}

.buzzbtn-guide .instructions ul li {
	padding-left: 10px;
	margin: 0;
}

.buzzbtn-guide .instructions .note {
	margin: 28.8px 0 0;
	font-size: 16px;
}

.buzzbtn-guide .instructions .note em {
	font-weight: 600;
}

.buzzbtn-guide .instructions .instructions-img-container {
	margin-top: 40px;
}

.buzzbtn-guide .instructions .instructions-img-container.with-bottom {
	margin-bottom: 40px;
}

.buzzbtn-guide .rb-demo-images {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 28.8px 0;
}

.buzzbtn-guide .rb-demo-images img {
	width: 135px;
    height: 276px;
}

/** ASSIGNMENT */
.buzzbtn-guide .assigning-wrapper {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 40px;
	align-items: center;
}

.buzzbtn-guide .assigning-wrapper .instructions-img-container {
	display: flex;
	align-items: center;
}

.buzzbtn-guide .assigning-wrapper .assigning-steps h2,
.buzzbtn-guide .assigning-wrapper .assigning-steps p {
	margin: 0
}

.buzzbtn-guide .assigning-wrapper .assigning-steps {
	display: grid;
	gap: 28.8px;
}

/** WARNING */
.buzzbtn-guide .warning-section h2 {
	text-align: center;
}

.buzzbtn-guide .warning-wrapper {
	display: flex;
	gap: 40px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.buzzbtn-guide .warning-container {
	background: #f3f3f3;
	border-radius: 24px;
	padding: 56px 56px 0 56px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.buzzbtn-guide .warning-desc {
	display: flex;
	gap: 17.28px;
}

.buzzbtn-guide .warning-desc p {
	margin: 0;
}

.buzzbtn-guide .warning-desc img {
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

.buzzbtn-guide .warning-container p.center{
	align-items: center;
}

.buzzbtn-guide .warning-container p img {
	width: 20px;
	height: 20px;
}

.buzzbtn-guide .warning-container ul {
	margin: 0 5px 16px 65px;

}

.buzzbtn-guide .warning-container .img-container {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.buzzbtn-guide .warning-container .img-container img {
	width: 460px;
	height: 327px;
}

/** FAQ */
.buzzbtn-guide .section-container.faq {
    margin-top: 57.6px;
}

.buzzbtn-guide .faq-wrapper h2 {
	text-align: center;
}


.buzzbtn-guide .faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	margin-top: 57px;
}

.buzzbtn-guide .faq-item-container {
	display: grid;
	gap: 40px;
}

.buzzbtn-guide .faq-item {
	text-align: left;
}

.buzzbtn-guide .faq-item h3 {
	font-size: 16px;
	line-height: 100%;
	color: #1F76BB;
	font-weight: 700;
	margin-bottom: 24px;
}

.buzzbtn-guide .faq-item p {
	font-size: 16px;
	line-height: 100%;
	color: #5D5D5D;
	font-weight: 400;
	margin-bottom: 0;
}

/** WHATS NEXT */
.buzzbtn-guide .section-container.whats-next {
	margin-top: 57.6px;
}

.buzzbtn-guide .whats-next-wrapper {
	border-radius: 24px;
	padding: 40px;
	background-color: #F8F8F8;
}

.buzzbtn-guide .whats-next-wrapper h2 {
	color: #1F76BB;
	text-align: center;
}

.buzzbtn-guide .whats-next-outer-container{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
	margin-top: 58px;
}

.buzzbtn-guide .whats-next-container {
	background-color: #ffffff;
	padding: 32px;
	border-radius: 24px;
}

.buzzbtn-guide .whats-next-title {
	display: flex;
	align-items: start;
	gap: 10px;
	margin-bottom: 29.3px;
}

.buzzbtn-guide .whats-next-title img {
	height: 24px;
	width: 24px;
}

.buzzbtn-guide .whats-next-title p {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}

.buzzbtn-guide .whats-next-desc {
	margin-bottom: 28.8px;
}

.buzzbtn-guide .whats-next-desc p {
	margin-bottom: 0;
}

.buzzbtn-guide .whats-next-desc ul {
	margin: 0 0 0 1em;
}

.buzzbtn-guide .btn.whats-next-btn {
	text-align: center;
	min-width: 309.6px;
}

/** CS CTA */
.buzzbtn-guide .section-container.cs-cta {
	margin-top: 57.6px;
}

.buzzbtn-guide .cs-cta-wrapper {
	padding: 40px;
	background-color: #1F76BB;
	border-radius: 24px;
}

.buzzbtn-guide .cs-cta-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.buzzbtn-guide .cs-cta-content strong {
	flex: 1;
}

.buzzbtn-guide .cs-cta-content h2 {
	font-size: 40px;
	line-height: 24px;
}

.buzzbtn-guide .cs-cta-content h2,
.buzzbtn-guide .cs-cta-content strong,
.buzzbtn-guide .cs-cta-content span,
.buzzbtn-guide .cs-cta-content a {
	color: #fff;
	text-decoration: unset;
}

.buzzbtn-guide .btn.msg-dashboard {
	display: flex;
	gap: 16px;
	width: fit-content;
	align-items: center;
	color: #fff;
}

.buzzbtn-guide .btn.msg-dashboard img {
	height: 20px;
	width: 20px;
}

@media (min-width: 1441px) {
	.buzzbtn-guide .hero-content-container {
		grid-template-columns: 1fr 1fr;
	}
}


/** MOBILE */
@media (min-width: 768px) {
}

@media (max-width: 1024px) {
	.buzzbtn-guide .hero-content-container {
		grid-template-columns: 1fr;
	}

	.buzzbtn-guide section {
		padding: 56px 24px;
	}

	.buzzbtn-guide .hero-container {
		background-image: unset;
		padding: 56px 24px;
	}
	
	.buzzbtn-guide .btn.whats-next-btn {
		text-align: center;
		min-width: 100%;
	}
}

/** iphone 14 pro max landscape */
@media (max-width: 932px) {
	.buzzbtn-guide .rb-demo-images {
		flex-direction: column;
		gap: 20px;
	}
}


@media (max-width: 667px) {
	.buzzbtn-guide .hero-text .overview {
		flex-direction: column;
	}
	
	.buzzbtn-guide .rb-demo-images {
		flex-direction: column;
		gap: 20px;
	}
	
	.buzzbtn-guide .assigning-wrapper {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.buzzbtn-guide .whats-next-outer-container {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

/** TABLET */
@media (max-width: 768px) {
	.buzzbtn-guide .btn {
		height: auto;
	}

	.buzzbtn-guide h2 {
		font-size: 32px;
		line-height: 100%;
	}

	.buzzbtn-guide .hero-wrapper {
		height: auto;		
	}
	
	.buzzbtn-guide .init-setup-wrapper .init-img {
		min-width: auto;
		min-height: auto;
	}

	.buzzbtn-guide .init-setup-wrapper {
		flex-direction: column
	}

	.buzzbtn-guide .warning-container .img-container img {
		height: auto;
	}

	.buzzbtn-guide .assigning-wrapper .steps ul {
		padding-left: 0;
		margin-top: 0;
	}
	
	.buzzbtn-guide .assignment-instruction-wrapper {
		grid-template-columns: 1fr;
	}
	
	.buzzbtn-guide .assigning-wrapper {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.buzzbtn-guide .whats-next-outer-container {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.buzzbtn-guide .cs-cta-content {
		flex-direction: column;
		gap: 20px;
	}
	
	/** FAQ */
	.buzzbtn-guide .faq-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 40px;
	}

	.buzzbtn-guide .faq-item-container {
		gap: 24px;
	}
}
