/**
 * Please note that these styles will be loaded before editor styles.
 * If a theme's editor style specifies the same classname, these may be overwritten.
 */

.is-style-emerge-paragraph {
	padding: 16px;
	padding-bottom: 0;
}
.is-style-emerge-paragaph-no-padding {

}
.is-style-sans-serif {
	font-family: akzidenz-grotesk,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.is-style-serif-quote {
	font-family: LeituraNews-Roman, LeituraNews-Roman, serif;
	font-size: 1.2em;
}
.is-style-serif-16px {
	font-family: LeituraNews-Roman, LeituraNews-Roman, serif;
	font-size: 0.8em;
}

.wp-block-button.is-style-underlined {
	font-weight: 700;
}
.wp-block-button.is-style-underlined a {
	display: inline;
	color: black;
	border: 0;
	padding: 0;
	border-radius: 0;
	font-size: 1em;
	background: rgba(0,0,0,0) !important;
	font-weight: 400;
	font-family: akzidenz-grotesk,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(94%,transparent),color-stop(94%,#12daff));
	background-image: linear-gradient( 180deg,transparent 94%,#12daff 94%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	-webkit-transition: background-size .3s ease;
	transition: background-size .3s ease;

}
.is-style-emerge-skinny {
	padding: 16px;
	margin-left: 50px;
	margin-right: 50px;
}
.is-style-no-margin-bottom {
	margin-bottom: 0;
}
.is-style-emerge-headline {

}
.is-style-emerge-list {

}
.is-style-skinny-list {
	margin-left: 50px;
	margin-right: 50px;
}
.is-style-emerge-quote﻿ {

}
.is-style-emerge-button:not(.block-editor-block-list__block) .wp-block-button__link,
/* editor only*/
.is-style-emerge-button [aria-label="Button text"]
{
	font-family: akzidenz-grotesk, Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 500;
    padding: 10px 30px;
	font-size: 14px;
	border-radius: 0px !important;
}
.is-style-headline-right-line {
	
}
.is-style-white-emerge-button .wp-block-button__link {
 	color: black;
	background: white;
	border-radius: 0;
	font-size: 1em;
	border: 1px black solid;
	padding: .5em 1.333em;
	font-family: akzidenz-grotesk, Roboto, Helvetica Neue,Helvetica,Arial,sans-serif;;
	font-weight: 500;
	font-size: 17px;
}
.is-style-emerge-default {

}
.is-style-grey-paragraph-background {
	background: #F4F4F4;
	padding: 25px;
	max-width: 925px;
	margin-left: auto;
	margin-right: auto;
}
.is-style-thick-bold-separator {
	background: #000000;
	height: 3px;
	width: 100%;
}
.is-style-underlined {
	text-decoration: underline;
}
.is-style-underlined a {
	color: #000000;
}
/*This is only for the editor*/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
}
.is-style-hero-2019-auto-height {
	height: auto !important;
	min-height: auto !important;
}
.is-style-medium-wide-columns-padding-60 {
	padding-left: 60px;
	padding-right: 60px;
}
.wp-block-columns.is-style-columns-no-padding {
	padding: 0px;
}
.wp-block-image.is-style-image-no-border, .is-style-image-no-border img {
	border: none;
}
.wp-block-image.is-style-image-no-border {
	margin-bottom: 0;
}

.is-style-bottom-aligned {
	justify-content: end;
}
.is-style-center-aligned {
	justify-content: space-between;
}
.is-style-no-margin-bottom {
	margin-bottom: 0;
}
.hero-2019.is-style-no-margin-bottom {
	margin-bottom: 0;
}