
.ab-block-testimonial {
	background: #f2f2f2;
	color: #293038;
	margin: 0 auto;
	padding: 5%;
	border-radius: 5px;
	margin-bottom: 1.2em;
}

.ab-block-testimonial .ab-testimonial-info {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	min-height: 55px;
	padding-top: 5px;
	line-height: 1.4;
}

.ab-block-testimonial .ab-testimonial-info .blocks-editable {
	padding-left: 0;
}

.ab-block-testimonial .ab-testimonial-info .ab-testimonial-avatar-wrap {
	position: absolute;
	left: 0;
	top: 0;
}

.ab-block-testimonial .ab-testimonial-avatar-wrap+.ab-testimonial-name, .ab-block-testimonial .ab-testimonial-avatar-wrap+.ab-testimonial-name+.ab-testimonial-title, .ab-block-testimonial .ab-testimonial-avatar-wrap+.ab-testimonial-title, .ab-block-testimonial .ab-testimonial-avatar-wrap+.editor-rich-text, .ab-block-testimonial .ab-testimonial-avatar-wrap+.editor-rich-text+.editor-rich-text {
	margin-left: 70px;
	padding-left: 0;
}

.ab-block-testimonial .ab-testimonial-text p {
	line-height: 1.6;
}

.ab-block-testimonial .ab-testimonial-text a {
	color: inherit;
	box-shadow: 0 -1px 0 inset;
	text-decoration: none;
}

.ab-block-testimonial .ab-testimonial-text a:hover {
	color: inherit;
	box-shadow: 0 -2px 0 inset;
}

.ab-block-testimonial .ab-testimonial-name {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.ab-block-testimonial .ab-testimonial-title {
	opacity: .8;
}

.ab-block-testimonial .ab-testimonial-avatar {
	border-radius: 200px;
	max-width: 100px;
}

.ab-block-testimonial .ab-testimonial-image-wrap {
	height: 55px;
	width: 55px;
	background: #ddd;
	border-radius: 200px;
	position: relative;
}

.ab-block-testimonial .ab-testimonial-image-wrap img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 10;
	border-radius: 40px;
	z-index: 5;
}

.right-aligned .ab-testimonial-info {
	text-align: right;
}

.right-aligned .ab-testimonial-info h2 {
	left: 0;
}

.right-aligned .ab-testimonial-info .ab-testimonial-name, .right-aligned .ab-testimonial-info .ab-testimonial-title {
	margin-right: 70px;
	margin-left: 0;
}

.right-aligned .ab-testimonial-info .ab-testimonial-avatar-wrap {
	left: auto;
	right: 0;
}

.ab-block-profile {
	background: #f2f2f2;
	color: #293038;
	margin: 0 auto;
	padding: 3%;
	border-radius: 5px;
	margin-bottom: 1.2em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
}

.ab-block-profile .ab-profile-column {
	display: block;
	padding: 15px;
	flex: 3 0 0;
}

@media only screen and (max-width: 600px) {
	.ab-block-profile .ab-profile-column {
		flex: auto;
	}
}

.ab-block-profile .ab-profile-avatar-wrap {
	position: relative;
	z-index: 0;
	flex: 1 0 0;
}

@media only screen and (max-width: 600px) {
	.ab-block-profile .ab-profile-avatar-wrap {
		flex: auto;
		max-width: 210px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 600px) {
	.ab-block-profile .ab-profile-content-wrap {
		text-align: center;
	}
}

.ab-block-profile .ab-profile-text {
	font-size: 18px;
	padding-top: 1em;
}

.ab-block-profile .ab-profile-text a {
	color: inherit;
	box-shadow: 0 -1px 0 inset;
	text-decoration: none;
}

.ab-block-profile .ab-profile-text a:hover {
	color: inherit;
	box-shadow: 0 -2px 0 inset;
}

.ab-block-profile .ab-profile-text p {
	line-height: 1.6;
}

.ab-block-profile .ab-profile-text p:last-child {
	margin-bottom: 0;
}

.ab-block-profile .ab-profile-name {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
}

.ab-block-profile .ab-profile-title {
	opacity: .8;
	padding-top: 5px;
	margin-bottom: 0;
}

.ab-block-profile .ab-profile-image-square {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	margin: 0;
}

.ab-block-profile .ab-profile-text:empty, .ab-block-profile .ab-profile-title:empty, .ab-block-profile .ab-profile-name:empty {
	display: none;
}

.ab-block-profile .ab-profile-image-wrap {
	width: 100%;
	background: #ddd;
	position: relative;
	width: 100%;
}

.ab-block-profile .ab-profile-image-wrap:before {
	content: "";
	display: inline-block;
	padding-top: 100%;
}

.ab-block-profile .ab-profile-image-wrap button {
	position: absolute;
	left: 0;
	z-index: 50;
	padding: 0;
	height: 100%;
	width: 100%;
}

.ab-block-profile .ab-profile-image-wrap button:focus {
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
}

.ab-block-profile .ab-profile-image-wrap img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 5;
}

.ab-block-profile .ab-social-links {
	list-style: none;
	margin: 0 0 0 0;
	padding: 5% 0 0 0;
	font-size: 0;
}

.ab-block-profile .ab-social-links:empty {
	display: none;
}

.ab-block-profile .ab-social-links li {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0;
}

.ab-block-profile .ab-social-links li a {
	border: none;
}

.ab-block-profile .ab-social-links li a:hover {
	opacity: .9;
}

.ab-block-profile .ab-social-links li i {
	font-size: 18px;
	background: #0393e3;
	color: #fff;
	padding: 10px;
	border-radius: 100px;
	height: 38px;
	width: 38px;
	text-align: center;
}

.right .ab-profile-avatar-wrap {
	order: 2;
}

.round .ab-profile-image-wrap {
	border-radius: 500px;
}

.round .ab-profile-image-wrap:before {
	content: "";
	display: inline-block;
	padding-top: 92%;
}

.round .ab-profile-image-wrap img {
	border-radius: 500px;
}

.ab-block-notice {
	border-radius: 5px;
	position: relative;
	margin-bottom: 1.2em;
}

.ab-block-notice .ab-notice-dismiss {
	position: absolute;
	top: 13px;
	right: 13px;
	opacity: .8;
	padding: 0;
	background: none;
	transition: .3s ease;
}

.ab-block-notice .ab-notice-dismiss:hover {
	opacity: 1;
	cursor: pointer;
	box-shadow: none;
}

.ab-block-notice .ab-notice-title {
	font-weight: bold;
	padding: .5em 1em;
	margin: 0;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width: 100%;
	display: inline-block;
}

.ab-block-notice .ab-notice-title p {
	margin-bottom: 0;
}

.ab-block-notice .ab-notice-title:empty {
	display: none;
}

.ab-block-notice .ab-notice-text {
	padding: 1em;
	border: solid 2px #333;
	border-radius: 5px;
	background: #fff;
}

.ab-block-notice .ab-notice-text p:last-child {
	margin-bottom: 0;
}

.ab-block-notice .ab-notice-title:not(:empty)+.notice-text, .ab-block-notice .blocks-rich-text+.blocks-rich-text .ab-notice-text {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

body:not(.wp-admin) .ab-block-notice.ab-dismissable {
	display: none;
}

.entry-content .ab-block-drop-cap .ab-drop-cap-text p:first-letter {
	float: left;
	font-size: 75px;
	line-height: .7em;
	margin-top: .15em;
	margin-right: 25px;
	margin-bottom: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-content .ab-block-drop-cap.ab-drop-cap-square .ab-drop-cap-text p:first-letter {
	background: #32373c;
	color: #fff;
	padding: .2em;
}

.entry-content .ab-block-drop-cap.ab-drop-cap-border .ab-drop-cap-text p:first-letter {
	color: #32373c;
	padding: .2em;
	border: solid 4px;
}

@media only screen and (min-width: 600px) {
	.entry-content .ab-block-drop-cap.ab-font-size-1 .ab-drop-cap-text:first-letter {
		font-size: 75px;
	}
	
	.entry-content .ab-block-drop-cap.ab-font-size-2 .ab-drop-cap-text:first-letter {
		font-size: 85px;
	}
	
	.entry-content .ab-block-drop-cap.ab-font-size-3 .ab-drop-cap-text:first-letter {
		font-size: 95px;
	}
	
	.entry-content .ab-block-drop-cap.ab-font-size-4 .ab-drop-cap-text:first-letter {
		font-size: 105px;
	}
	
	.entry-content .ab-block-drop-cap.ab-font-size-5 .ab-drop-cap-text:first-letter {
		font-size: 115px;
	}
	
	.entry-content .ab-block-drop-cap.ab-font-size-6 .ab-drop-cap-text p:first-letter {
		font-size: 125px;
	}
}

.ab-block-drop-cap:before, .ab-block-drop-cap:after {
	content: "";
	display: table;
}

.ab-block-drop-cap:after {
	clear: both;
}

.ab-block-drop-cap a {
	color: inherit;
	box-shadow: 0 -1px 0 inset;
	text-decoration: none;
}

.ab-block-drop-cap a:hover {
	color: inherit;
	box-shadow: 0 -2px 0 inset;
}

.ab-block-button {
	margin: 0 0 1.2em 0;
	position: relative;
}

.ab-block-button .blocks-rich-text {
	display: inline-flex;
}

.ab-block-button .components-autocomplete {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	position: relative;
}

.ab-button {
	text-align: center;
	font-size: 18px;
	line-height: 1 !important;
	background-color: #32373c;
	border: none;
	border-radius: 50px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: .6em 1em;
	text-decoration: none;
	word-break: break-word;
	transition: .3s ease;
	display: inline-block;
}

.ab-button:hover {
	box-shadow: inset 0 0 200px rgba(255, 255, 255, .15);
}

.ab-button-shape-square, input[type="submit"].ab-button-shape-square {
	border-radius: 0;
}

.ab-button-shape-rounded, input[type="submit"].ab-button-shape-rounded {
	border-radius: 5px;
}

.ab-button-shape-circular, input[type="submit"].ab-button-shape-circular {
	border-radius: 100px;
}

.ab-button-size-small, input[type="submit"].ab-button-size-small {
	font-size: 14px;
}

.ab-button-size-medium, input[type="submit"].ab-button-size-medium {
	font-size: 20px;
}

.ab-button-size-large, input[type="submit"].ab-button-size-large {
	font-size: 26px;
	padding: .8em 1.2em;
}

.ab-button-size-extralarge, input[type="submit"].ab-button-size-extralarge {
	font-size: 34px;
	padding: .8em 1.2em;
}

.ab-button-right {
	transform: translateX(-100%);
	left: 100%;
	position: relative;
}

.ab-button-center {
	margin: 0 auto;
}

.ab-block-spacer {
	margin: 0 0 1.2em 0;
	position: relative;
}

.ab-block-spacer hr {
	border: none;
	margin: 0;
	background: none;
}

.ab-block-spacer.ab-spacer-divider:after {
	content: " ";
	width: 100%;
	height: 1px;
	border-top: solid 1px;
	position: absolute;
	top: 50%;
	left: 0;
}

.ab-block-spacer.ab-divider-solid.ab-spacer-divider:after {
	border-top-style: solid;
}

.ab-block-spacer.ab-divider-dotted.ab-spacer-divider:after {
	border-top-style: dotted;
}

.ab-block-spacer.ab-divider-dashed.ab-spacer-divider:after {
	border-top-style: dashed;
}

.ab-block-spacer.ab-divider-size-1.ab-spacer-divider:after {
	border-top-width: 1px;
}

.ab-block-spacer.ab-divider-size-2.ab-spacer-divider:after {
	border-top-width: 2px;
}

.ab-block-spacer.ab-divider-size-3.ab-spacer-divider:after {
	border-top-width: 3px;
}

.ab-block-spacer.ab-divider-size-4.ab-spacer-divider:after {
	border-top-width: 4px;
}

.ab-block-spacer.ab-divider-size-5.ab-spacer-divider:after {
	border-top-width: 5px;
}

.entry-content .ab-block-spacer hr {
	border: none;
	margin: 0;
	background: none;
}

.entry-content .ab-block-spacer hr:before, .entry-content .ab-block-spacer hr:after {
	display: none;
}

.ab-block-accordion {
	margin-bottom: 1.2em;
}

.ab-block-accordion .ab-accordion-title {
	background: #f2f2f2;
	padding: 10px 15px;
}

.ab-block-accordion .ab-accordion-title p {
	display: inline;
}

.ab-block-accordion .ab-accordion-text {
	padding: 10px 15px;
}

.ab-block-accordion .editor-rich-text .editor-rich-text__inline-toolbar {
	display: block;
	left: 40%;
}

.ab-block-accordion+.ab-block-accordion {
	margin-top: -.6em;
}

@media only screen and (min-width: 600px) {
	.ab-font-size-14 .ab-accordion-title {
		font-size: 14px;
	}
	
	.ab-font-size-15 .ab-accordion-title {
		font-size: 15px;
	}
	
	.ab-font-size-16 .ab-accordion-title {
		font-size: 16px;
	}
	
	.ab-font-size-17 .ab-accordion-title {
		font-size: 17px;
	}
	
	.ab-font-size-18 .ab-accordion-title {
		font-size: 18px;
	}
	
	.ab-font-size-19 .ab-accordion-title {
		font-size: 19px;
	}
	
	.ab-font-size-20 .ab-accordion-title {
		font-size: 20px;
	}
	
	.ab-font-size-21 .ab-accordion-title {
		font-size: 21px;
	}
	
	.ab-font-size-22 .ab-accordion-title {
		font-size: 22px;
	}
	
	.ab-font-size-23 .ab-accordion-title {
		font-size: 23px;
	}
	
	.ab-font-size-24 .ab-accordion-title {
		font-size: 24px;
	}
}

.ab-block-sharing {
	margin: 0 0 1.2em 0;
	position: relative;
}

.ab-block-sharing .blocks-rich-text {
	display: inline-flex;
}

.ab-block-sharing .ab-share-list {
	margin: 0;
	padding: 0;
}

.ab-block-sharing .ab-share-list li {
	list-style: none;
	display: inline-block;
	margin: 0 5px 5px 0;
}

.ab-block-sharing .ab-share-list a {
	background: #272c30;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	display: block;
	line-height: 1;
	font-size: 16px;
	transition: .3s ease;
}

.ab-block-sharing .ab-share-list a:hover {
	box-shadow: inset 0 0 200px rgba(255, 255, 255, .15);
}

.ab-block-sharing.ab-share-icon-text i {
	margin-right: 5px;
}

.ab-block-sharing.ab-share-icon-only a {
	padding: 10px 11px;
	min-width: 37px;
}

.ab-block-sharing.ab-share-icon-only .ab-social-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.ab-block-sharing.ab-share-text-only i {
	display: none;
}

.ab-block-sharing.ab-share-shape-square a {
	border-radius: 0;
}

.ab-block-sharing.ab-share-shape-rounded a {
	border-radius: 5px;
}

.ab-block-sharing.ab-share-shape-circular a {
	border-radius: 100px;
}

.ab-block-sharing.ab-share-size-small a {
	font-size: 13px;
}

.ab-block-sharing.ab-share-size-small.ab-share-icon-only a {
	padding: 7px 6px;
	min-width: 28px;
}

.ab-block-sharing.ab-share-size-medium a {
	font-size: 16px;
}

.ab-block-sharing.ab-share-size-large a {
	font-size: 20px;
}

.ab-block-sharing.ab-share-size-large.ab-share-icon-only a {
	font-size: 26px;
	min-width: 48px;
}

.ab-block-sharing.ab-share-size-large.ab-share-icon-text i {
	margin-right: 10px;
}

.ab-block-sharing.ab-share-color-social a {
	color: #fff;
}

.ab-block-sharing.ab-share-color-social .ab-share-twitter {
	background: #1ca1f3;
}

.ab-block-sharing.ab-share-color-social .ab-share-facebook {
	background: #3b5999;
}

.ab-block-sharing.ab-share-color-social .ab-share-google {
	background: #dc4b45;
}

.ab-block-sharing.ab-share-color-social .ab-share-pinterest {
	background: #bd091c;
}

.ab-block-sharing.ab-share-color-social .ab-share-linkedin {
	background: #0077b5;
}

.ab-block-sharing.ab-share-color-social .ab-share-reddit {
	background: #ff4500;
}

.ab-button-right {
	transform: translateX(-100%);
	left: 100%;
	position: relative;
}

.ab-button-center {
	margin: 0 auto;
}

.ab-block-cta {
	margin: 0 0 1.2em 0;
	position: relative;
	background: #f2f2f2;
	color: #293038;
	padding: 5% 3%;
	border-radius: 5px;
}

.ab-block-cta .components-autocomplete {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	position: relative;
}

.ab-block-cta * {
	z-index: 10;
	position: relative;
}

.ab-block-cta.alignfull {
	border-radius: 0;
	padding: 8% 3%;
}

@media only screen and (max-width: 768px) {
	.ab-block-cta {
		padding: 8% 6%;
	}
}

@media only screen and (min-width: 768px) {
	.ab-block-cta.alignfull .ab-cta-content, .ab-block-cta.alignfull .ab-cta-button {
		max-width: 60%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 768px) {
	.ab-block-cta.alignwide .ab-cta-content, .ab-block-cta.alignwide .ab-cta-button {
		max-width: 80%;
		margin: 0 auto;
	}
}

.ab-block-cta .ab-cta-image-wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}

.ab-block-cta .ab-cta-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: .3s ease;
}

.ab-block-cta .ab-cta-title {
	display: inline-block;
	width: 100%;
	margin-bottom: .3em;
	line-height: 1.2;
}

.ab-block-cta .ab-cta-text {
	line-height: 1.4;
}

.ab-block-cta .ab-cta-text p {
	color: inherit;
}

.ab-block-cta .ab-cta-text a {
	color: inherit;
	box-shadow: 0 -1px 0 inset;
	text-decoration: none;
}

.ab-block-cta .ab-cta-text a:hover {
	color: inherit;
	box-shadow: 0 -2px 0 inset;
}

.ab-block-cta .ab-cta-button .blocks-rich-text {
	display: inline-flex;
}

.ab-block-cta .ab-button {
	text-align: center;
	font-size: 18px;
	line-height: 1 !important;
	background-color: #32373c;
	border: none;
	border-radius: 50px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: .6em 1em;
	text-decoration: none;
	word-break: break-word;
	transition: .3s ease;
	display: inline-block;
}

.ab-block-cta .ab-button:hover {
	box-shadow: inset 0 0 200px rgba(255, 255, 255, .15);
}

.ab-block-cta .ab-cta-title:empty, .ab-block-cta .ab-cta-text:empty, .ab-block-cta .ab-cta-button:empty, .ab-block-cta .ab-button:empty {
	display: none;
}

.ab-block-cta .ab-button-shape-square {
	border-radius: 0;
}

.ab-block-cta .ab-button-shape-rounded {
	border-radius: 5px;
}

.ab-block-cta .ab-button-shape-circular {
	border-radius: 100px;
}

.ab-block-cta .ab-button-size-small {
	font-size: 14px;
}

.ab-block-cta .ab-button-size-medium {
	font-size: 20px;
}

.ab-block-cta .ab-button-size-large {
	font-size: 26px;
	padding: .8em 1.2em;
}

.ab-block-cta .ab-button-size-extralarge {
	font-size: 32px;
	padding: .8em 1.2em;
}

.ab-block-cta .ab-font-size-24.ab-cta-title {
	font-size: 24px;
}

.ab-block-cta .ab-font-size-26.ab-cta-title {
	font-size: 26px;
}

.ab-block-cta .ab-font-size-28.ab-cta-title {
	font-size: 28px;
}

.ab-block-cta .ab-font-size-30.ab-cta-title {
	font-size: 30px;
}

.ab-block-cta .ab-font-size-32.ab-cta-title {
	font-size: 32px;
}

.ab-block-cta .ab-font-size-34.ab-cta-title {
	font-size: 34px;
}

.ab-block-cta .ab-font-size-36.ab-cta-title {
	font-size: 36px;
}

.ab-block-cta .ab-font-size-38.ab-cta-title {
	font-size: 38px;
}

.ab-block-cta .ab-font-size-40.ab-cta-title {
	font-size: 40px;
}

.ab-block-cta .ab-font-size-42.ab-cta-title {
	font-size: 42px;
}

.ab-block-cta .ab-font-size-44.ab-cta-title {
	font-size: 44px;
}

.ab-block-cta .ab-font-size-46.ab-cta-title {
	font-size: 46px;
}

.ab-block-cta .ab-font-size-48.ab-cta-title {
	font-size: 48px;
}

.ab-block-cta .ab-font-size-50.ab-cta-title {
	font-size: 50px;
}

.ab-block-cta .ab-font-size-52.ab-cta-title {
	font-size: 52px;
}

.ab-block-cta .ab-font-size-54.ab-cta-title {
	font-size: 54px;
}

.ab-block-cta .ab-font-size-56.ab-cta-title {
	font-size: 56px;
}

.ab-block-cta .ab-font-size-58.ab-cta-title {
	font-size: 58px;
}

.ab-block-cta .ab-font-size-60.ab-cta-title {
	font-size: 60px;
}

.ab-block-cta .blocks-button__inline-link {
	margin-top: 15px;
}

.ab-block-cta .ab-cta-image:not(.has-background-dim) {
	opacity: 0;
}

.ab-block-cta .has-background-dim {
	opacity: .5;
}

.ab-block-cta .has-background-dim-10 {
	opacity: .1;
}

.ab-block-cta .has-background-dim-20 {
	opacity: .2;
}

.ab-block-cta .has-background-dim-30 {
	opacity: .3;
}

.ab-block-cta .has-background-dim-40 {
	opacity: .4;
}

.ab-block-cta .has-background-dim-50 {
	opacity: .5;
}

.ab-block-cta .has-background-dim-60 {
	opacity: .6;
}

.ab-block-cta .has-background-dim-70 {
	opacity: .7;
}

.ab-block-cta .has-background-dim-80 {
	opacity: .8;
}

.ab-block-cta .has-background-dim-90 {
	opacity: .9;
}

.ab-block-cta .has-background-dim-100 {
	opacity: 1;
}

.ab-button-right {
	transform: translateX(-100%);
	left: 100%;
	position: relative;
}

.ab-button-center {
	margin: 0 auto;
}

.ab-cta-inspector-media.components-button {
	vertical-align: top;
	border: 1px solid #e2e4e7;
	background-color: #fff;
	display: inline-flex;
	border-radius: 3px;
	margin-bottom: 15px;
}

.ab-cta-inspector-media.components-button:hover {
	box-shadow: none !important;
	border: solid 1px #555d66;
}

.ab-cta-inspector-media.components-button:first-child {
	margin-right: 8px;
}

.ab-cta-inspector-media.components-button svg {
	margin-right: 5px;
}

.ab-block-container {
	margin: 0;
	position: relative;
	padding: 0;
}

.ab-block-container.alignfull .block-editor-block-list__block {
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	.ab-block-container.alignfull .ab-container-inside, .ab-block-container.alignfull .ab-container-inside {
		max-width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 768px) {
	.ab-block-container.alignwide .ab-container-inside, .ab-block-container.alignwide .ab-container-inside {
		max-width: 80%;
		margin: 0 auto;
	}
}

.ab-block-container .ab-container-image-wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	z-index: 0;
}

.ab-block-container .ab-container-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: .3s ease;
}

.ab-block-container .ab-container-content {
	margin: 0 auto;
	position: relative;
}

.ab-block-container .ab-container-image:not(.has-background-dim) {
	opacity: 0;
}

.ab-block-container .has-background-dim {
	opacity: .5;
}

.ab-block-container .has-background-dim-10 {
	opacity: .1;
}

.ab-block-container .has-background-dim-20 {
	opacity: .2;
}

.ab-block-container .has-background-dim-30 {
	opacity: .3;
}

.ab-block-container .has-background-dim-40 {
	opacity: .4;
}

.ab-block-container .has-background-dim-50 {
	opacity: .5;
}

.ab-block-container .has-background-dim-60 {
	opacity: .6;
}

.ab-block-container .has-background-dim-70 {
	opacity: .7;
}

.ab-block-container .has-background-dim-80 {
	opacity: .8;
}

.ab-block-container .has-background-dim-90 {
	opacity: .9;
}

.ab-block-container .has-background-dim-100 {
	opacity: 1;
}

.ab-block-post-grid {
	margin: 0 0 1.2em 0;
	position: relative;
}

.ab-block-post-grid .is-grid, .ab-block-post-grid .ab-is-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap: 0 2em;
}

@media all and (-ms-high-contrast: none) {
	.ab-block-post-grid .is-grid, .ab-block-post-grid .ab-is-grid {
		display: block;
	}
}

.ab-block-post-grid .is-grid article, .ab-block-post-grid .ab-is-grid article {
	margin-bottom: 2.5em;
	min-width: 0;
}

@media all and (-ms-high-contrast: none) {
	.ab-block-post-grid .is-grid article, .ab-block-post-grid .ab-is-grid article {
		padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
		vertical-align: top;
	}
}

.ab-block-post-grid .is-grid.columns-1, .ab-block-post-grid .ab-is-grid.ab-columns-1 {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

@media all and (-ms-high-contrast: none) {
	.ab-block-post-grid .is-grid.columns-1 article, .ab-block-post-grid .ab-is-grid.ab-columns-1 article {
		width: 100%;
	}
}

.ab-block-post-grid .is-grid.columns-2, .ab-block-post-grid .ab-is-grid.ab-columns-2 {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

@media all and (-ms-high-contrast: none) {
	.ab-block-post-grid .is-grid.columns-2 article, .ab-block-post-grid .ab-is-grid.ab-columns-2 article {
		width: 48%;
	}
}

.ab-block-post-grid .is-grid.columns-3, .ab-block-post-grid .ab-is-grid.ab-columns-3 {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

@media all and (-ms-high-contrast: none) {
	.ab-block-post-grid .is-grid.columns-3 article, .ab-block-post-grid .ab-is-grid.ab-columns-3 article {
		width: 32%;
	}
}

.ab-block-post-grid .is-grid.columns-4, .ab-block-post-grid .ab-is-grid.ab-columns-4 {
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media all and (-ms-high-contrast: none) {
	.ab-block-post-grid .is-grid.columns-4 article, .ab-block-post-grid .ab-is-grid.ab-columns-4 article {
		width: 24%;
	}
}

@media only screen and (max-width: 600px) {
	.ab-block-post-grid div[class*="columns"].is-grid, .ab-block-post-grid div[class*="columns"].ab-is-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.ab-block-post-grid .ab-post-grid-section-title {
	text-align: left;
}

.ab-block-post-grid .ab-block-post-grid-image {
	margin-bottom: 1.2em;
}

.ab-block-post-grid .ab-block-post-grid-image img {
	display: block;
	width: 100%;
}

.ab-block-post-grid .ab-block-post-grid-text {
	text-align: left;
}

.ab-block-post-grid a {
	text-decoration: none;
}

.ab-block-post-grid header .ab-block-post-grid-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 1.2;
}

.ab-block-post-grid header .ab-block-post-grid-title a {
	color: #293038;
	text-decoration: none;
}

.ab-block-post-grid header .ab-block-post-grid-title a:hover {
	text-decoration: underline;
	color: inherit;
}

.ab-block-post-grid .ab-block-post-grid-byline {
	font-size: 14px;
	color: #626e81;
	margin-bottom: 15px;
}

.ab-block-post-grid .ab-block-post-grid-author, .ab-block-post-grid .ab-block-post-grid-date {
	display: inline-block;
}

.ab-block-post-grid .ab-block-post-grid-author:not(:last-child):after, .ab-block-post-grid .ab-block-post-grid-date:not(:last-child):after {
	content: "·";
	vertical-align: middle;
	margin: 0 5px;
	line-height: 1;
}

.ab-block-post-grid .ab-block-post-grid-author a {
	color: inherit;
	text-decoration: none;
}

.ab-block-post-grid .ab-block-post-grid-author a:hover {
	color: inherit;
	text-decoration: underline;
}

.ab-block-post-grid .ab-block-post-grid-text p {
	margin: 0 0 15px 0;
	font-size: inherit;
}

.ab-block-post-grid .ab-block-post-grid-text p:last-of-type {
	margin-bottom: 0;
}

.ab-block-post-grid .ab-block-post-grid-more-link {
	display: inline-block;
	box-shadow: none;
	transition: .3s ease;
	font-weight: bold;
	color: #293038;
	text-decoration: none;
}

.ab-block-post-grid .ab-block-post-grid-more-link:hover {
	text-decoration: underline;
}

.ab-block-post-grid .ab-block-post-grid-excerpt div+p {
	margin-top: 15px;
}

.ab-block-post-grid .is-list article, .ab-block-post-grid .ab-is-list article {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 30% 1fr;
	grid-template-columns: 30% 1fr;
	grid-template-rows: 1fr;
	grid-gap: 0 2em;
}

@media all and (-ms-high-contrast: none) {
	.ab-block-post-grid .is-list article, .ab-block-post-grid .ab-is-list article {
		display: block;
	}
}

.ab-block-post-grid .is-list article:before, .ab-block-post-grid .ab-is-list article:before {
	display: none;
}

.ab-block-post-grid .is-list article:not(:last-child), .ab-block-post-grid .ab-is-list article:not(:last-child) {
	margin-bottom: 5%;
	padding-bottom: 5%;
}

@media only screen and (min-width: 600px) {
	.ab-block-post-grid .is-list article:not(:last-child), .ab-block-post-grid .ab-is-list article:not(:last-child) {
		border-bottom: solid 1px #eee;
	}
}

@media only screen and (max-width: 600px) {
	.ab-block-post-grid .is-list article, .ab-block-post-grid .ab-is-list article {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.ab-block-post-grid .is-list article:not(.has-post-thumbnail), .ab-block-post-grid .ab-is-list article:not(.has-post-thumbnail) {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.ab-block-post-grid .is-list .ab-block-post-grid-image, .ab-block-post-grid .ab-is-list .ab-block-post-grid-image {
	margin-bottom: 0;
}

@media all and (-ms-high-contrast: none) {
	.ab-block-post-grid .is-list .ab-block-post-grid-image, .ab-block-post-grid .ab-is-list .ab-block-post-grid-image {
		width: 30%;
		display: inline-block;
		vertical-align: top;
	}
}

@media only screen and (max-width: 600px) {
	.ab-block-post-grid .is-list .ab-block-post-grid-image, .ab-block-post-grid .ab-is-list .ab-block-post-grid-image {
		margin-bottom: 5%;
	}
}

@media all and (-ms-high-contrast: none) {
	.ab-block-post-grid .is-list .ab-block-post-grid-text, .ab-block-post-grid .ab-is-list .ab-block-post-grid-text {
		width: 65%;
		padding-left: 5%;
		display: inline-block;
		vertical-align: top;
	}
	
	.ab-block-post-grid .is-list .post:not(.has-post-thumbnail) .ab-block-post-grid-text, .ab-block-post-grid .ab-is-list .post:not(.has-post-thumbnail) .ab-block-post-grid-text {
		width: 100%;
		padding-left: 0;
	}
}

@media only screen and (min-width: 600px) {
	.ab-block-post-grid .is-list .ab-block-post-grid-title, .ab-block-post-grid .ab-is-list .ab-block-post-grid-title {
		font-size: 34px;
	}
}

.ab-block-post-grid .is-list .no-thumb .ab-block-post-grid-text, .ab-block-post-grid .ab-is-list .no-thumb .ab-block-post-grid-text {
	grid-column: span 2;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.wp-block-atomic-blocks-ab-pricing {
	margin-bottom: 1.5em;
}

.ab-pricing-table-wrap {
	display: -ms-grid;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-areas: "col1";
	grid-gap: 0 2em;
}

[data-type="atomic-blocks/ab-pricing-table"], .wp-block-atomic-blocks-ab-pricing-table {
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 600px) {
	[data-type="atomic-blocks/ab-pricing-table"], .wp-block-atomic-blocks-ab-pricing-table {
		margin-bottom: 1.5em;
	}
}

.ab-block-pricing-table-inside {
	display: inline-block;
	width: 100%;
	border-color: #272c30;
}

.ab-block-pricing-table-gap-0 {
	grid-gap: 0 0;
}

.ab-block-pricing-table-gap-1 {
	grid-gap: 0 1em;
}

.ab-block-pricing-table-gap-2 {
	grid-gap: 0 2em;
}

.ab-block-pricing-table-gap-3 {
	grid-gap: 0 3em;
}

.ab-block-pricing-table-gap-4 {
	grid-gap: 0 4em;
}

.ab-block-pricing-table-gap-5 {
	grid-gap: 0 5em;
}

.ab-pricing-columns-2 .ab-pricing-table-wrap {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "col1 col2";
}

@media only screen and (max-width: 600px) {
	.ab-pricing-columns-2 .ab-pricing-table-wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2";
	}
}

.ab-pricing-columns-3 .ab-pricing-table-wrap {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: "col1 col2 col3";
}

@media only screen and (max-width: 600px) {
	.ab-pricing-columns-3 .ab-pricing-table-wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2" "col3";
	}
}

.ab-pricing-columns-4 .ab-pricing-table-wrap {
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas: "col1 col2 col3 col4";
}

@media only screen and (max-width: 800px) {
	.ab-pricing-columns-4 .ab-pricing-table-wrap {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "col1 col2" "col3 col4";
	}
	
	.ab-pricing-columns-4 .ab-pricing-table-wrap .wp-block-atomic-blocks-ab-pricing-table {
		margin-bottom: 1.5em;
	}
}

@media only screen and (max-width: 600px) {
	.ab-pricing-columns-4 .ab-pricing-table-wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2" "col3" "col4";
	}
}

.ab-pricing-table-price {
	line-height: 1;
}

.ab-pricing-table-currency {
	vertical-align: top;
	margin-top: .4em;
	margin-right: 3px;
	display: inline-block;
	line-height: 1;
}

.wp-block-atomic-blocks-ab-pricing-table {
	vertical-align: top;
}

.wp-block-atomic-blocks-ab-pricing-table .ab-pricing-table-features, .block-library-list .wp-block-atomic-blocks-ab-pricing-table ul {
	margin: 0;
	padding: 0;
	border: none;
}

.ab-block-pricing-table:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: col1;
}

.ab-block-pricing-table:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: col2;
}

.ab-block-pricing-table:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: col3;
}

.ab-block-pricing-table:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
	grid-area: col4;
}

.editor-styles-wrapper [data-type="atomic-blocks/ab-pricing-table-features"] ul {
	list-style-type: none;
	display: block;
	white-space: initial;
	margin-left: 0;
	margin-right: 0;
}

.ab-list-border-solid li {
	border-bottom-style: solid;
}

.ab-list-border-dashed li {
	border-bottom-style: dashed;
}

.ab-list-border-dotted li {
	border-bottom-style: dotted;
}

ul.ab-pricing-table-features li {
	list-style: none;
	margin: 0;
	padding: 4px 0;
	border-color: inherit;
}

ul.ab-pricing-table-features li:last-child {
	border-bottom: none;
}

.ab-list-border-width-1 li {
	border-width: 1px;
}

.ab-list-border-width-2 li {
	border-width: 2px;
}

.ab-list-border-width-3 li {
	border-width: 3px;
}

.ab-list-border-width-4 li {
	border-width: 4px;
}

.ab-list-border-width-5 li {
	border-width: 5px;
}

.ab-pricing-table-price, .ab-pricing-table-term {
	display: inline;
}

span.ab-pricing-table-term {
	margin-left: 5px;
}

.ab-pricing-table-wrap .ab-block-pricing-table-inside>*:last-child {
	margin-bottom: 0;
}

.wp-block-atomic-blocks-ab-pricing .alignwide, .wp-block-atomic-blocks-ab-pricing .alignfull {
	width: 100%;
	margin-left: auto;
}

.ab-block-pricing-table-center {
	text-align: center;
}

.ab-block-pricing-table-center .ab-block-button {
	text-align: center !important;
}

.ab-block-pricing-table-center .blocks-button__inline-link {
	margin: 0 auto;
	text-align: center;
}

.ab-block-pricing-table-left {
	text-align: left;
}

.ab-block-pricing-table-right {
	text-align: right;
}

.ab-pricing-table-button .ab-block-button {
	margin-bottom: 0;
}

.ab-block-newsletter .ab-newsletter-title {
	margin-top: 0;
	line-height: 1.3;
}

.ab-block-newsletter .ab-block-button {
	margin-bottom: 0;
}

.ab-block-newsletter-label {
	font-size: 16px;
}

.ab-form-styles label {
	margin-bottom: 8px;
	width: 100%;
	display: block;
}

.ab-form-styles input:not(.ab-newsletter-submit) {
	width: 100%;
	height: auto;
	min-height: 45px;
	margin-bottom: 15px;
}

.wp-block-atomic-blocks-ab-layout {
	margin-bottom: 1.5em;
}

.wp-block-atomic-blocks-ab-columns {
	position: relative;
}

.ab-layout-column-wrap {
	display: -ms-grid;
	display: grid;
	grid-template-rows: 1fr;
	grid-gap: 0 2em;
	position: relative;
	z-index: 1;
}

[data-type="atomic-blocks/ab-column"], .ab-block-layout-column {
	display: block;
	vertical-align: top;
	min-width: 0;
}

.ab-block-layout-column.ab-is-vertically-aligned-top {
	align-self: flex-start;
}

.ab-block-layout-column.ab-is-vertically-aligned-center {
	align-self: center;
}

.ab-block-layout-column.ab-is-vertically-aligned-bottom {
	align-self: flex-end;
}

.ab-block-layout-column-inner, .ab-layout-column-wrap>.ab-block-layout-column-inner, .ab-has-background-dim>* {
	position: relative;
	z-index: 1;
}

.wp-block-atomic-blocks-ab-layout.alignfull {
	padding: 0 2em;
}

@media only screen and (max-width: 600px) {
	.wp-block-atomic-blocks-ab-layout.alignfull {
		padding: 0 15px;
	}
}

.ab-block-layout-column {
	display: block;
	width: 100%;
}

.ab-columns-center .ab-layout-column-wrap {
	margin: 0 auto;
}

.ab-block-layout-column-gap-0 {
	grid-gap: 0 0;
}

.ab-block-layout-column-gap-1 {
	grid-gap: 0 1em;
}

.ab-block-layout-column-gap-2 {
	grid-gap: 0 2em;
}

.ab-block-layout-column-gap-3 {
	grid-gap: 0 3em;
}

.ab-block-layout-column-gap-4 {
	grid-gap: 0 4em;
}

.ab-block-layout-column-gap-5 {
	grid-gap: 0 5em;
}

.ab-block-layout-column-gap-6 {
	grid-gap: 0 6em;
}

.ab-block-layout-column-gap-7 {
	grid-gap: 0 7em;
}

.ab-block-layout-column-gap-8 {
	grid-gap: 0 8em;
}

.ab-block-layout-column-gap-9 {
	grid-gap: 0 9em;
}

.ab-block-layout-column-gap-10 {
	grid-gap: 0 10em;
}

.ab-block-layout-column:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: col1;
}

.ab-block-layout-column:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: col1;
}

.ab-block-layout-column:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: col2;
}

.ab-block-layout-column:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: col3;
}

.ab-block-layout-column:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
	grid-area: col4;
}

.ab-block-layout-column:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
	grid-area: col5;
}

.ab-block-layout-column:nth-child(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 6;
	grid-area: col6;
}

.ab-layout-columns-1>.ab-layout-column-wrap {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-template-areas: "col1";
}

.ab-layout-columns-2>.ab-layout-column-wrap {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "col1 col2";
}

@media only screen and (max-width: 600px) {
	.ab-layout-columns-2>.ab-layout-column-wrap.ab-is-responsive-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2";
	}
}

.ab-2-col-wideleft>.ab-layout-column-wrap {
	-ms-grid-columns: 2fr 1fr;
	grid-template-columns: 2fr 1fr;
}

.ab-2-col-wideright>.ab-layout-column-wrap {
	-ms-grid-columns: 1fr 2fr;
	grid-template-columns: 1fr 2fr;
}

.ab-layout-columns-3>.ab-layout-column-wrap {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: "col1 col2 col3";
}

@media only screen and (max-width: 600px) {
	.ab-layout-columns-3>.ab-layout-column-wrap.ab-is-responsive-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2" "col3";
	}
}

.ab-3-col-widecenter>.ab-layout-column-wrap {
	-ms-grid-columns: 1fr 2fr 1fr;
	grid-template-columns: 1fr 2fr 1fr;
}

@media only screen and (max-width: 600px) {
	.ab-3-col-widecenter>.ab-layout-column-wrap.ab-is-responsive-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.ab-3-col-wideleft>.ab-layout-column-wrap {
	-ms-grid-columns: 2fr 1fr 1fr;
	grid-template-columns: 2fr 1fr 1fr;
}

@media only screen and (max-width: 600px) {
	.ab-3-col-wideleft>.ab-layout-column-wrap.ab-is-responsive-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.ab-3-col-wideright>.ab-layout-column-wrap {
	-ms-grid-columns: 1fr 1fr 2fr;
	grid-template-columns: 1fr 1fr 2fr;
}

@media only screen and (max-width: 600px) {
	.ab-3-col-wideright>.ab-layout-column-wrap.ab-is-responsive-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.ab-layout-columns-4>.ab-layout-column-wrap {
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas: "col1 col2 col3 col4";
}

@media only screen and (max-width: 800px) {
	.ab-layout-columns-4>.ab-layout-column-wrap.ab-is-responsive-column {
		grid-template-rows: auto;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "col1 col2" "col3 col4";
	}
}

@media only screen and (max-width: 600px) {
	.ab-layout-columns-4>.ab-layout-column-wrap.ab-is-responsive-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2" "col3" "col4";
	}
}

.ab-4-col-wideleft>.ab-layout-column-wrap {
	-ms-grid-columns: 2fr 1fr 1fr 1fr;
	grid-template-columns: 2fr 1fr 1fr 1fr;
}

.ab-4-col-wideright>.ab-layout-column-wrap {
	-ms-grid-columns: 1fr 1fr 1fr 2fr;
	grid-template-columns: 1fr 1fr 1fr 2fr;
}

.ab-layout-columns-5>.ab-layout-column-wrap {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-areas: "col1 col2 col3 col4 col5";
}

@media only screen and (max-width: 800px) {
	.ab-layout-columns-5>.ab-layout-column-wrap.ab-is-responsive-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2" "col3" "col4" "col5";
	}
}

.ab-layout-columns-6>.ab-layout-column-wrap {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-areas: "col1 col2 col3 col4 col5 col6";
}

@media only screen and (max-width: 800px) {
	.ab-layout-columns-6>.ab-layout-column-wrap.ab-is-responsive-column {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "col1 col2" "col3 col4" "col5 col6";
	}
}

@media only screen and (max-width: 600px) {
	.ab-layout-columns-6>.ab-layout-column-wrap.ab-is-responsive-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2" "col3" "col4" "col5" "col6";
	}
}

.ab-layout-columns-4, .ab-layout-columns-5, .ab-layout-columns-6 {
	overflow-x: auto;
}

.ab-column-selector-group {
	margin-top: 10px;
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
}

@media only screen and (max-width: 1175px) {
	.ab-column-selector-group {
		flex-wrap: wrap;
	}
}

.ab-column-selector {
	margin: 0 5px;
}

@media only screen and (max-width: 1175px) {
	.ab-column-selector {
		margin-top: 10px;
	}
}

.ab-column-selector button.ab-column-selector-button {
	padding: 15px;
	height: auto;
	border-radius: 5px !important;
	background: #fff;
	margin: 0;
}

.ab-column-selector button.ab-column-selector-button:hover {
	background: #fff;
	margin: 0;
}

.ab-column-selector button.components-button.is-button:last-child {
	border-radius: 5px;
}

.ab-layout-column-button .ab-block-button {
	margin-bottom: 0;
}

.ab-layout-selector-group {
	margin-top: 10px;
}

.ab-layout-selector {
	display: inline-block;
	margin: 0 5px;
}

.ab-layout-selector button.ab-layout-selector-button {
	padding: 15px;
	height: auto;
	border-radius: 5px;
	background: #fff;
}

.ab-layout-selector button.ab-layout-selector-button:hover {
	background: #fff;
}

.ab-layout-selector button.components-button.is-button:last-child {
	border-radius: 5px;
}

.ab-toolbar-insert-layout-button {
	margin-right: 3px;
}

.ab-layout-team-1 .ab-profile-column {
	flex: 100%;
}

.ab-layout-team-1 .ab-social-links {
	padding-top: 25px;
}

.ab-layout-hero-cover .wp-block-cover__inner-container {
	max-width: 800px;
}

.ab-layout-hero-cover h2, .ab-layout-hero-cover h3, .ab-layout-hero-cover h4 {
	max-width: 100%;
}

.ab-white-text, .editor-styles-wrapper [data-type="core/heading"] .ab-white-text {
	color: #fff;
}

.ab-layout-landing-2 .ab-block-profile {
	padding: 0;
	text-align: center;
}

.ab-layout-landing-2 .ab-block-profile .ab-profile-avatar-wrap, .ab-layout-landing-2 .ab-block-profile .ab-profile-column {
	flex: 0 0 100%;
}

.ab-layout-landing-2 .round .ab-profile-image-wrap {
	max-width: 220px;
	margin: 0 auto;
}

.ab-layout-landing-2 .ab-block-cta .ab-cta-content {
	max-width: 700px;
	margin: 0 auto;
}

.ab-layout-landing-2 .ab-block-cta .ab-button {
	font-weight: normal;
}

.ab-layout-landing-3 .ab-layout-landing-3-cover h2, .ab-layout-landing-3 .ab-layout-landing-3-cover h3, .ab-layout-landing-3 .ab-layout-landing-3-cover h4, .ab-layout-landing-3 .ab-layout-landing-3-cover h5, .ab-layout-landing-3 .ab-layout-landing-3-cover h6 {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 600px) {
	.ab-layout-landing-3 .ab-layout-landing-3-cover h2, .ab-layout-landing-3 .ab-layout-landing-3-cover h3, .ab-layout-landing-3 .ab-layout-landing-3-cover h4, .ab-layout-landing-3 .ab-layout-landing-3-cover h5, .ab-layout-landing-3 .ab-layout-landing-3-cover h6 {
		font-size: 42px;
	}
}

@media only screen and (min-width: 600px) {
	.ab-layout-landing-3 .ab-block-post-grid header .ab-block-post-grid-title {
		font-size: 24px;
	}
}

div[class*="ab-section-"].alignfull, div[class*="ab-layout-"].alignfull {
	margin-top: auto;
	margin-bottom: auto;
}

.gpb-overflow-hidden {
	overflow: hidden;
}

.gpb-grid-mobile-space .ab-is-responsive-column {
	grid-row-gap: 1em;
}

.gpb-rounded-grid .ab-block-layout-column-inner {
	border-radius: 10px;
}

.gpb-rounded-sm, .gpb-rounded-sm img {
	border-radius: 5px;
}

.gpb-rounded-md, .gpb-rounded-md img {
	border-radius: 10px;
}

.gpb-rounded-lg, .gpb-rounded-lg img {
	border-radius: 20px;
}

.gpb-rounded-xl, .gpb-rounded-xl img {
	border-radius: 30px;
}

.gpb-rounded-full, .gpb-rounded-full img {
	border-radius: 500px;
}

@media only screen and (max-width: 600px) {
	.gpb-mobile-align-reset {
		float: none;
		text-align: left;
		margin-left: 0 !important;
		margin-right: 0;
	}
}

@media only screen and (max-width: 600px) {
	.gpb-grid-mobile-reorder .ab-is-responsive-column .ab-block-layout-column:nth-of-type(1) {
		grid-area: col2;
	}
	
	.gpb-grid-mobile-reorder .ab-is-responsive-column .ab-block-layout-column:nth-of-type(2) {
		grid-area: col1;
	}
}

.gpb-mb-1 {
	margin-bottom: 1rem;
}

@media only screen and (min-width: 600px) {
	div[class*="wp-block-atomic"].ab-font-size-14.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-14.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-14.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-14.ab-block-cta p {
		font-size: 14px;
	}
	
	div[class*="wp-block-atomic"].ab-font-size-15.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-15.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-15.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-15.ab-block-cta p {
		font-size: 15px;
	}
	
	div[class*="wp-block-atomic"].ab-font-size-16.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-16.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-16.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-16.ab-block-cta p {
		font-size: 16px;
	}
	
	div[class*="wp-block-atomic"].ab-font-size-17.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-17.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-17.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-17.ab-block-cta p {
		font-size: 17px;
	}
	
	div[class*="wp-block-atomic"].ab-font-size-18.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-18.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-18.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-18.ab-block-cta p {
		font-size: 18px;
	}
	
	div[class*="wp-block-atomic"].ab-font-size-19.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-19.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-19.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-19.ab-block-cta p {
		font-size: 19px;
	}
	
	div[class*="wp-block-atomic"].ab-font-size-20.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-20.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-20.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-20.ab-block-cta p {
		font-size: 20px;
	}
	
	div[class*="wp-block-atomic"].ab-font-size-21.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-21.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-21.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-21.ab-block-cta p {
		font-size: 21px;
	}
	
	div[class*="wp-block-atomic"].ab-font-size-22.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-22.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-22.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-22.ab-block-cta p {
		font-size: 22px;
	}
	
	div[class*="wp-block-atomic"].ab-font-size-23.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-23.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-23.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-23.ab-block-cta p {
		font-size: 23px;
	}
	
	div[class*="wp-block-atomic"].ab-font-size-24.ab-block-testimonial p, div[class*="wp-block-atomic"].ab-font-size-24.ab-block-notice p, div[class*="wp-block-atomic"].ab-font-size-24.ab-block-profile p, div[class*="wp-block-atomic"].ab-font-size-24.ab-block-cta p {
		font-size: 24px;
	}
}

*[class*="gpb-fluid"], .entry-content *[class*="gpb-fluid"] {
	margin: 0 0 1rem 0;
	line-height: 1.2;
	font-weight: normal;
}

.gpb-fluid-1 {
	font-size: 20px;
}

@media (min-width: 600px) {
	.gpb-fluid-1 {
		font-size: calc(11.50943px + 100vw * .01415);
	}
}

@media (min-width: 1024px) {
	.gpb-fluid-1 {
		font-size: 26px;
	}
}

.gpb-fluid-2 {
	font-size: 22px;
}

@media (min-width: 600px) {
	.gpb-fluid-2 {
		font-size: calc(10.67925px + 100vw * .01887);
	}
}

@media (min-width: 1024px) {
	.gpb-fluid-2 {
		font-size: 30px;
	}
}

.gpb-fluid-3 {
	font-size: 24px;
}

@media (min-width: 600px) {
	.gpb-fluid-3 {
		font-size: calc(4.18868px + 100vw * .03302);
	}
}

@media (min-width: 1024px) {
	.gpb-fluid-3 {
		font-size: 38px;
	}
}

.gpb-fluid-4 {
	font-size: 28px;
}

@media (min-width: 600px) {
	.gpb-fluid-4 {
		font-size: calc(5.35849px + 100vw * .03774);
	}
}

@media (min-width: 1024px) {
	.gpb-fluid-4 {
		font-size: 44px;
	}
}

.gpb-fluid-5 {
	font-size: 32px;
}

@media (min-width: 600px) {
	.gpb-fluid-5 {
		font-size: calc(3.69811px + 100vw * .04717);
	}
}

@media (min-width: 1024px) {
	.gpb-fluid-5 {
		font-size: 52px;
	}
}

.gpb-fluid-6 {
	font-size: 36px;
}

@media (min-width: 600px) {
	.gpb-fluid-6 {
		font-size: calc(2.03774px + 100vw * .0566);
	}
}

@media (min-width: 1024px) {
	.gpb-fluid-6 {
		font-size: 60px;
	}
}

.ab-align-center {
	text-align: center;
}

.ab-align-left {
	text-align: left;
}

.ab-align-right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

@media only screen and (min-width: 600px) {
	.wp-block-columns .layout-column-1, .wp-block-columns .layout-column-2 {
		margin-right: 5%;
	}
}

.wp-block-image {
	margin-bottom: 1.2em;
}

.ab-text-link {
	color: inherit;
	text-decoration: none;
}

.ab-text-link:hover {
	color: inherit;
	text-decoration: underline;
}

.ab-has-parallax {
	background-attachment: fixed;
	background-size: cover;
	background-position: 50%;
}

.ab-has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: 0;
	z-index: 1;
}

.ab-has-background-dim.has-theme-primary-background-color:before, .ab-has-background-dim.ab-has-custom-background-color:before {
	background-color: inherit;
}

.ab-has-background-dim-0:before {
	opacity: 1;
}

.ab-has-background-dim-10:before {
	opacity: .9;
}

.ab-has-background-dim-20:before {
	opacity: .8;
}

.ab-has-background-dim-30:before {
	opacity: .7;
}

.ab-has-background-dim-40:before {
	opacity: .6;
}

.ab-has-background-dim-50:before {
	opacity: .5;
}

.ab-has-background-dim-60:before {
	opacity: .4;
}

.ab-has-background-dim-70:before {
	opacity: .3;
}

.ab-has-background-dim-80:before {
	opacity: .2;
}

.ab-has-background-dim-90:before {
	opacity: .1;
}

.ab-has-background-dim-100:before {
	opacity: 0;
}

div.ab-background-auto {
	background-size: auto;
	background-position: center center;
}

div.ab-background-cover {
	background-size: cover;
}

div.ab-background-contain {
	background-size: contain;
	background-position: center center;
}

div.ab-background-no-repeat {
	background-repeat: no-repeat;
}

div.ab-background-repeat {
	background-repeat: repeat;
}

div.ab-background-repeat-x {
	background-repeat: repeat-x;
}

div.ab-background-repeat-y {
	background-repeat: repeat-y;
	background-position: center center;
}

ol.gpb-number-list, .editor-styles-wrapper ol.gpb-number-list {
	list-style: none;
	counter-reset: gpb-list-counter;
	padding: 0;
	margin-left: 0;
}

ol.gpb-number-list li, .editor-styles-wrapper ol.gpb-number-list li {
	list-style-type: none;
	counter-increment: gpb-list-counter;
	position: relative;
	padding-left: 65px;
	margin-bottom: 1.2em;
}

ol.gpb-number-list li::before {
	content: counter(gpb-list-counter) "";
	color: #fff;
	background: #333;
	position: absolute;
	left: 0;
	top: 10px;
	text-align: center;
	border-radius: 100px;
	height: 42px;
	width: 42px;
	line-height: 41px;
}
