
.kb-options-section {
	background: white;
	padding: 2rem;

	background-repeat: no-repeat;
	background-position: 120% 250%;
	background-size: 40%;

	&.notice {
		border-left: none;
	}


	&-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #e7e7e7;
		margin: -2rem -2rem 2rem -2rem;
		padding: 1rem 2rem;

		h3 {
			font-size: 18px;
			font-weight: 300;
		}
		h2 {
			font-size: 24px;
			margin-bottom: 10px;
			font-weight: 700;

			margin-top: 20px;
		}
		.kb-badge {
			padding: 8px 10px;
			background: green;
			color:white;
			font-size: .9rem;
			margin-left: 12px;
			font-weight: 600;
			border-radius: 5px;
		}
	}

	.kb-header-right {
		margin-left: 2rem;
	}

	&-title {
		font-size: 21px;
		margin: 0 0 20px;
		color: #222;
		img {
			max-height: 24px;
			margin-left: .5rem;
		}
	}

	.kb-row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		> div {
			position: relative;
			width: 100%;
			padding-right: 15px;
			padding-left: 15px;
			box-sizing: border-box;
		}
	}

	.fun-fact {
		background: #e7e7e7;
		padding: 5px 20px;
		border-radius: 100px;
		margin-top: -5px;
		margin-bottom: 1rem;
		display: inline-block;
		opacity: .5;
	}

	.kb-socials {
		.button {
			border-radius: 100px;
			border:none;
			box-shadow: none;
			padding: 0;
			line-height: 48px;
			height: 48px;
			width: 48px;
			text-align: center;
			vertical-align: middle;
			margin-right: 15px;
			span {
				line-height: 48px;
				font-size: 22px;
				color: white;
			}
		}
		.bt-kb {
			color: white;
			&-fb {
				background-color: #4267b2;
			}
			&-tw {
				background-color: #1da1f2;
			}
			&-yt {
				background-color: #ff0000;
				.dashicons {
					font-size: 24px;
					margin-left: -4px;
				}
			}
		}
	}

	.kb-options {
		&-features {
			list-style: none;
			padding: 0;
			margin: 0 0 30px;
			&:first-of-type {
				padding-bottom: 2rem;
				border-bottom: 1px solid #e7e7e7;
			}
			&:after {
				display: block;
				clear: both;
				content: " ";
			}
			li {
				font-size: 14px;
		    line-height: 1.8;
		    display: block;
		    color: #838383;
		    width: 50%;
		    float: left;
				box-sizing: border-box;
				&:nth-child(even) {
					padding-left: 1rem;
					&:after {
						display: block;
						clear: both;
						content: " ";
					}
				}
			}
		}
		&-buttons {
			padding-bottom: 2rem;
			margin-bottom: 1rem;
			border-bottom: 1px solid #e7e7e7;
		}
	}

	.kb-embed-responsive {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
		&:before {
			content: " ";
			display: block;
			padding-top: 56.25%;
		}
		&-item {
			position: absolute;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  border: 0;
		}
	}

	@media (min-width: 992px) {
		padding: 3rem;
		&-header {
			margin: -3rem -3rem 3rem -3rem;
			padding: 2rem 3rem;
			h3 {
				font-size: 25px;
			}
			h2 {
				font-size: 35px;
				margin-bottom: 20px;
			}
		}
		&-title {
			line-height: 1;
			display: flex;
			align-items: center;
		}

		.kb-row.kb-cols-2 > div {
			flex: 0 0 50%;
    	max-width: 50%;
		}

	}
}

#fs_connect {
	width: 600px !important;
	 .fs-actions {
		 background: none !important;
	 }
	 .fs-visual {
		 .fs-site-icon, .fs-plugin-icon, .fs-connect-icon, .fs-connect-logo, .dashicons-wordpress {
			 border-radius: 100px;
			 img {
				 border-radius: 100px;
			 }
		 }
	 }
}

.notify-gutenslider {
	background: lighten(orange, 45%);
	padding: 1em 2em;
	border-radius: 4px;
	margin-bottom: 2rem;
}