/*-----------------------------------------------------------------------------------------/
/	Centered text region                                                          
/-----------------------------------------------------------------------------------------*/
.region_type_centered_text {
  background: #383838;
  padding: 3.43rem;
}

.region_type_centered_text .wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.region_type_centered_text .wrapper > * {
  color: #fff;
}

.region_type_centered_text .wrapper > *:first-child {
  margin-top: 0;
}

.region_type_centered_text .wrapper > *:last-child {
  margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------------*/
/*	CKEditor   */
/*-----------------------------------------------------------------------------------------*/
body[class*=" paragraphs-item-type-centered-text-region"] {
  background: #383838;
  padding: 3.43rem;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

body[class*=" paragraphs-item-type-centered-text-region"] > * {
  color: #fff;
}

.rteleft {
  text-align: left;
}

.rteright {
  text-align: right;
}

/*-----------------------------------------------------------------------------------------*/
/*	End   */
/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------/
/	End centered text region                                                          
/-----------------------------------------------------------------------------------------*/
