/* NOTICE! This file exists in WPCOM & WPCOMSH. Updates need to be synced to both repos. */

.wpcom-coming-soon-body .wpcom-gifting-banner,
.wpcom-coming-soon-private-default-body .wpcom-gifting-banner,
.error410 .wpcom-gifting-banner {
	display: none;
}

.wpcom-gifting-banner {
	background: #000;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu",
	"Cantarell", "Helvetica Neue", sans-serif;
}

.wpcom-gifting-banner__img {
	width: 21px;
	height: 21px;
	margin: 0 10px;
}

.wpcom-gifting-banner__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
}

.wpcom-gifting-banner__logo {
	min-width: 28px;
	width: 28px;
	height: 28px;
	margin-right: 8px;
	fill: #fff;
	display: block;
	overflow: visible;
}

.wpcom-gifting-banner__wrapper {
	display: flex;
	flex-wrap: wrap;
}

.wpcom-gifting-banner__title,
.wpcom-gifting-banner__subtitle {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.wpcom-gifting-banner__title {
	font-weight: 800;
}

.wpcom-gifting-banner__subtitle {
	font-weight: 400;
	text-align: left;
}

.wpcom-gifting-banner__button {
	cursor: pointer;
	background: #fff;
	color: #000;
	border: none;
	border-radius: 2px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	height: 32px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 6px 24px 6px 24px;
}

.wpcom-gifting-banner .wpcom-gifting-banner__button:hover {
	background: #fff;
	color: #000;
}

.wpcom-gifting-banner__more-info-button,
.wpcom-gifting-banner__more-info-button:hover {
	cursor: pointer;
	position: relative;
	background: none;
	border: 0;
	padding: 6px 12px;
}

.wpcom-gifting-banner__more-info-button:before {
	background: url(/wp-content/mu-plugins/wpcomsh/frontend-notices/gifting-banner/css/../images/gridicons-help-outline.svg) no-repeat center;
	content: '';
	height: 16px;
	width: 16px;
	position: absolute;
	bottom: 4px;
	left: 5px;
}

@media (max-width: 480px) {
	.wpcom-gifting-banner__inner {
		padding: 16px 14px 16px 14px;
	}

	.wpcom-gifting-banner__logo {
		min-width: 26px;
		width: 26px;
		height: 26px;
	}

	.wpcom-gifting-banner__img {
		height: 16px;
		width: 16px;
	}

	.wpcom-gifting-banner__title,
	.wpcom-gifting-banner__subtitle {
		font-size: 12px;
		line-height: 15px;
	}

	.wpcom-gifting-banner__title {
		font-weight: 600;
	}

	.wpcom-gifting-banner__button {
		font-size: 12px;
	}
}
.jetpack-testimonial-shortcode {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.testimonial-entry {
	float: left;
	margin: 0 0 3em;
	padding: 0;
	width: 100%;
}

/* Column setting */
.testimonial-entry-column-1 {
	width: 100%;
}

.testimonial-entry-column-2 {
	margin-right: 4%;
	width: 48%;
}

.testimonial-entry-column-3 {
	margin-right: 3.5%;
	width: 31%;
}

.testimonial-entry-column-4 {
	margin-right: 3%;
	width: 22%;
}

.testimonial-entry-column-5 {
	margin-right: 2.5%;
	width: 18%;
}

.testimonial-entry-column-6 {
	margin-right: 2%;
	width: 15%;
}
.testimonial-entry-first-item-row {
	clear: both;
}
.testimonial-entry-last-item-row {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.testimonial-entry-mobile-first-item-row{
		margin-right: 4%;
		width: 48%;
		clear:both;
	}
	.testimonial-entry-first-item-row {
		clear:none;
	}
	.testimonial-entry-mobile-last-item-row{
		width: 48%;
		margin-right: 0;
	}
}

.testimonial-featured-image {
	padding: 0;
	margin: 0;
}

.testimonial-featured-image img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.testimonial-entry-title {
	font-weight: 700;
	margin: 0;
	padding: 0;
	display: block;
}

.testimonial-featured-image + .testimonial-entry-title {
	margin-top: 1.0em;
}

.testimonial-entry-title a {
	border: 0;
	text-decoration: none;
}

/* Entry Content */
.testimonial-entry-content {
	margin: 0.75em 0;
	padding: 0;
}

.testimonial-entry-content > :last-child {
	margin: 0;
}