/**
 * 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.
 */

 /*  ================
       Button
 ================ */
.is-style-icon-red-button {
}
.is-style-icon-red-button  .wp-block-button__link {
	/*
	background-color: #ff0000;
	border-radius: 0;
	background-image: url('/wp-content/themes/iconaircraft/assets/images/icons/chevron-right-white.svg');
	background-position: right 15px center;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 18px;
	padding-right: 70px;
	*/
}
.is-style-icon-right-chevron,
.is-style-icon-down-chevron,
.is-style-icon-right-chevron-19px
 {
	 /*
	display: inline-block;
	width: 100%;
	max-width: 960px;
	*/
}

.is-style-icon-down-chevron {
	/*
	background-image: url('/wp-content/themes/iconaircraft/assets/images/icons/triangle-down.svg');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	width: auto;
	*/
}

.is-style-icon-right-chevron-19px {
	/* font-size: 19px; */
}

.is-style-icon-down-chevron.active {
	background-image: url('../svg/triangle-up.svg');
}

.is-style-icon-right-chevron       .wp-block-button__link,
.is-style-icon-down-chevron        .wp-block-button__link,
.is-style-icon-right-chevron-19px  .wp-block-button__link
 {
	 /*
	border-radius: 0;
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid black;
	color: black;
	*/
}

.is-style-icon-right-chevron       .wp-block-button__link:after,
.is-style-icon-right-chevron-19px  .wp-block-button__link:after
 {
	 /*
	content: url('/wp-content/themes/iconaircraft/assets/images/icons/chevron-right-black.svg');
	position: relative;
	right: -15px;
	top: 2px;
	transition: right 0.35s ease;
	*/
}
/*
.is-style-icon-right-chevron      .wp-block-button__link:hover:after,
.is-style-icon-right-chevron-19px .wp-block-button__link:hover:after  {
	right: -23px;
}
*/
.wp-block-image img {
	width: 100%;
}

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

}

.is-style-emerge-quote﻿ {

}
.is-style-emerge-button {

}
