﻿/* Awaken parent: Gutenberg block â€” accent #388840 */
.wp-block-quote {
  font-size: 16px;
  padding: 1.5em;
  margin: 1.5em 0;
  background: #f8f8f8;
  border-left: 2px solid #388840;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 2px solid #388840;
  padding-left: 1.5em;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 1.5em;
  margin: 1.5em 0;
}

.wp-block-quote.is-large p {
  font-size: 21px;
  font-style: normal;
}

.wp-block-quote cite, .wp-block-quote footer, .wp-block-quote__citation,
.wp-block-quote .wp-block-quote__citation {
  color: inherit;
  display: block;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  margin-top: 1em;
}

.wp-block-quote cite, .wp-block-quote footer, .wp-block-quote__citation {
  font-size: 16px;
  font-weight: bold;
}

.wp-block-quote.is-large cite, .wp-block-quote footer, .wp-block-quote__citation {
  margin-top: 1em;
  font-size: 18px;
  font-weight: bold;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  text-align: left;
}

.wp-block-quote.alignleft p,
.wp-block-quote.alignright p,
.wp-block-quote.alignleft .wp-block-quote__citation,
.wp-block-quote.alignright .wp-block-quote__citation {
  font-size: 14px;
}

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
  margin-bottom: 0;
}

/* Pullquote */
.wp-block-pullquote {
  border: 0;
  line-height: 1.6;
}

.wp-block-pullquote p {
  margin-bottom: 0.8em;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 18px;
  margin-bottom: 0.8em;
}

.wp-block-pullquote .wp-block-pullquote__citation {
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  margin-top: 1em;
}

/* Cover Image */
.wp-block-cover .wp-block-cover-text p {
  font-size: 2em;
  padding: 1em;
}

.wp-block-cover.alignleft p,
.wp-block-cover.alignright p {
  font-size: 1.4em;
  padding: 1em;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  margin-top: 1em;
}

ul.wp-block-gallery,
ol.wp-block-gallery {
  margin: 0;
  padding-left: 0;
}

.wp-block-pullquote {
  border-top: none;
  border-bottom: none;
  color: inherit;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: none;
}

.wp-block-pullquote.alignleft {
  margin-right: 25px;
}

.wp-block-pullquote.alignright {
  margin-left: 25px;
}

.wp-block-separator {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #ededed;
  padding: 8px 15px;
}

/* Search Block */
.wp-block-search .wp-block-search__input {
  color: #666666;
  border: 1px solid #eeeeee;
  margin: 0;
  height: 45px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

.wp-block-search .wp-block-search__button {
  height: 45px;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  background: #388840;
  color: #fff;
  margin: 0;
}

.wp-block-search .wp-block-search__button:hover {
  background-color: #3f3f3f;
  color: #ffffff;
}

