/* CSS Document */

.wp-block-group.center > div,
.wp-block-group.is-style-center > div {
	text-align: center;
}

/* view */
.is-style-bottomedline {
  position: relative; }

.is-style-bottomedline::after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: .2em;
  left: 0;
  border-bottom: 2px solid #61c359; }

.is-style-round {
  padding: .75em;
  border-radius: .7em;
  background-color: #61c359;
  color: white; }

.is-style-icon {
  position: relative; }

.is-style-icon::before {
  content: '';
  display: inline-block;
  background-image: url("images/im-bird.gif");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 1.1em;
  height: 1em;
  margin-right: .25em; }

.is-style-catch {
  font-size: 24px;
  margin-bottom: 1em;
  color: #00a73a; }

.is-style-dashborder {
  padding: 20px 30px;
  border: dashed 2px rgba(100, 100, 100, 0.2); }

/*.has-background.is-style-dashborder {
	box-shadow: 0 0 0 7px transparent;
	margin-left: 7px;
	margin-right: 7px;
}*/
.is-style-boxed {
  border: 10px solid rgba(200, 200, 200, 0.7);
  padding: 20px 30px; }

.is-style-balloon_box {
  /*	background: #666;*/
  /*	color: #fff;*/
  position: relative;
  min-width: 6em;
  padding: 20px 30px;
  line-height: 1.4;
  border-radius: 5px;
  /*	width: -webkit-fit-content;
  	width: -moz-fit-content;
  	width: fit-content;*/
  margin-bottom: 1.5em; }

.is-style-balloon_box::after {
  position: absolute;
  content: '';
  bottom: -24px;
  left: 1.5em;
  border: 12px solid transparent;
  width: 0;
  height: 0;
  visibility: visible;
  border-top-color: #333; }

.is-style-doted {
  background-color: transparent 50%;
  background: radial-gradient(rgba(180, 180, 180, 0.8) 5%, transparent 20%), radial-gradient(rgba(180, 180, 180, 0.8) 5%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 20px 30px; }

.is-style-striped {
  background: repeating-linear-gradient(-45deg, rgba(190, 190, 190, 0.2), rgba(190, 190, 190, 0.2) 2px, transparent 2px, transparent 8px);
  padding: 20px 30px; }

/*.is-style-grids {
	background-image: linear-gradient( 45deg, rgba( 180, 180, 180, 0.8 ) 5%, transparent 5%, transparent );
	background-size: 12px 12px;
	padding: 20px 30px;
}*/
/*.is-style-point {
    padding: 1em;
    background: white;
    border-top: solid 5px #f5a440;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}*/
.is-style-point {
  border: 10px solid rgba(200, 200, 200, 0.7);
  /*	margin: 10px;*/
  padding: 20px 30px;
  position: relative; }

.is-style-point:after {
  background-color: #f5a440;
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 10px;
  height: 10px; }

.is-style-inlined {
  padding-inline-start: 0; }

.is-style-inlined li {
  display: inline-block;
  list-style-type: none;
  padding: .3em;
  border: 1px solid #999;
  margin: .25em .5em; }

/* ----------------------------------- */
.is-style-large .wp-block-button__link {
  font-size: 1.6em; }

/* ----------------------------------- */
.wp-block-separator.is-style-dots::before {
  content: "\00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7";
  letter-spacing: 1.5em; }

/* CSS Document */
