/**
 * Common SCSS for front end and backend css
*/
.aligncenter {
  text-align: center;
}

*[class^=rise-blocks-] .fa {
  font-family: fontAwesome;
}

* {
  word-break: break-word;
}

.is-light-theme aside.widget-area {
  display: flex;
  flex-wrap: wrap;
}
.is-light-theme aside.widget-area section {
  max-width: 100%;
}

/* header style */
.rise-blocks-header .widgettitle {
  display: none;
}
.rise-blocks-header .wp-block-search label {
  display: none;
}
.rise-blocks-header .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
  max-width: 280px;
  width: 100%;
}
.rise-blocks-header .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid #eee;
  background: #fafafa;
  height: 45px;
  padding: 0 75px 0 15px;
  border-radius: 5px 0 0 5px;
}
.rise-blocks-header .wp-block-search .wp-block-search__inside-wrapper button.wp-block-search__button {
  height: 45px;
  background: #000;
  margin: 0;
  border: none;
  color: #fff;
  font-size: 13px;
  min-width: 76px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.rise-blocks-header .wp-block-columns {
  margin-bottom: 0;
  align-items: center;
}
.rise-blocks-header .wp-block-columns .wp-block-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rise-blocks-header .wp-block-columns .wp-block-column > * {
  margin-left: 15px;
}
.rise-blocks-header .widget {
  margin-bottom: 0;
}

.block-editor-block-list__block.wp-block.is-selected {
  padding: 15px;
}

.rise-blocks-content-align-center .rise-blocks-banner-caption {
  display: flex;
  justify-content: center;
  text-align: center;
}

.rise-blocks-content-align-right .rise-blocks-banner-caption {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.rise-blocks-testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rise-blocks-testimonial-wrapper .rise-blocks-testimonials-items {
  background: rgba(255, 255, 255, 0.7490196078);
  padding: 30px;
  text-align: center;
  margin: 0 0 40px;
}
.rise-blocks-testimonial-wrapper .rise-blocks-testimonials-items .rise-blocks-testimonials-items-box > img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.rise-blocks-testimonial-wrapper .rise-blocks-testimonials-items .rise-blocks-testimonials-items-box p {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 15px;
  line-height: 1.6;
}
.rise-blocks-testimonial-wrapper .rise-blocks-testimonials-items .rise-blocks-testimonials-items-box .client-name {
  font-size: 18px;
  font-weight: 600;
}
.rise-blocks-testimonial-wrapper .rise-blocks-testimonials-items .rise-blocks-testimonials-items-box .client-name a {
  color: inherit;
  text-decoration: none;
}
.rise-blocks-testimonial-wrapper ul.slick-dots {
  position: absolute;
  bottom: 0;
  display: flex !important;
  list-style: none;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  padding: 0;
}
.rise-blocks-testimonial-wrapper ul.slick-dots li {
  padding: 5px;
}
.rise-blocks-testimonial-wrapper ul.slick-dots li button {
  border: none;
  background: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  padding: 0;
}
.rise-blocks-testimonial-wrapper ul.slick-dots li.slick-active button, .rise-blocks-testimonial-wrapper ul.slick-dots li:hover button {
  background-color: #010834;
}

/*# sourceMappingURL=style.css.map */
