/*
Theme Name: everlife
Theme URI: #/
Author: everlife
Author URI: #/
Version: 4.1
Text Domain: everlife
*/

.text-center {
  text-align: center;
}

.multiline {
  white-space: pre-wrap;
}

.cate-blog .cate-list li a.active {
  background: linear-gradient(90deg, #03567f 0%, #3c68c7 100%);
  color: #fff;
}

span.wpcf7-list-item:before,
span.wpcf7-list-item:after,
span.wpcf7-form-control-wrap:after,
span.wpcf7-form-control-wrap:before,
span.wpcf7-form-control:before,
span.wpcf7-form-control:after {
  display: none;
}

#section-contact .contact-main .i-list .i-custom span.wpcf7-list-item,
#section-contact .contact-main .i-list .i-custom span.wpcf7-form-control-wrap,
#section-contact .contact-main .i-list .i-custom span.wpcf7-form-control {
  padding-left: 0;
  margin-left: 0;
}


/* EDITOR STYLE */

.news-single .new-single-info .group-left .content h1,
.news-single .new-single-info .group-left .content h2,
.news-single .new-single-info .group-left .content h3,
.news-single .new-single-info .group-left .content h4,
.news-single .new-single-info .group-left .content h5,
.news-single .new-single-info .group-left .content h6,
.editor-style-content h1,
.editor-style-content h2,
.editor-style-content h3,
.editor-style-content h4,
.editor-style-content h5,
.editor-style-content h6 {
  clear: both;
  font-weight: bold;
  margin: 15px 0;
  font-style: normal;
  color: #1e427e;
  text-transform: none;
}

.news-single .new-single-info .group-left .content h1,
.editor-style-content h1 {
  font-size: 33px;
  line-height: 1.2727272727;
  margin: 30px 0;
}

.news-single .new-single-info .group-left .content h2,
.editor-style-content h2 {
  font-size: 28px;
  line-height: 1.25;
  margin: 20px 0;
}

.news-single .new-single-info .group-left .content h3,
.editor-style-content h3 {
  font-size: 23px;
  line-height: 1.2173913043;
  margin: 15px 0;
}

.news-single .new-single-info .group-left .content h4,
.news-single .new-single-info .group-left .content h5,
.news-single .new-single-info .group-left .content h6,
.editor-style-content h4,
.editor-style-content h5,
.editor-style-content h6 {
  font-size: 19px;
  line-height: 1.1052631579;
  margin: 10px 0;
}

.news-single .new-single-info .group-left .content h4,
.editor-style-content h4 {
  letter-spacing: 0.13333em;
  text-transform: none;
}

.news-single .new-single-info .group-left .content h6,
.editor-style-content h6 {
  font-style: italic;
}

.news-single .new-single-info .group-left .content h1:first-child,
.news-single .new-single-info .group-left .content h2:first-child,
.news-single .new-single-info .group-left .content h3:first-child,
.news-single .new-single-info .group-left .content h4:first-child,
.news-single .new-single-info .group-left .content h5:first-child,
.news-single .new-single-info .group-left .content h6:first-child,
.editor-style-content h1:first-child,
.editor-style-content h2:first-child,
.editor-style-content h3:first-child,
.editor-style-content h4:first-child,
.editor-style-content h5:first-child,
.editor-style-content h6:first-child {
  margin-top: 0;
}

.editor-style-content p {
	margin: 0 0 10px;
	line-height: 1.9;
}

.editor-style-content b,
.editor-style-content strong {
  font-weight: bold;
  text-transform: none;
}

.editor-style-content dfn,
.editor-style-content cite,
.editor-style-content em,
.editor-style-content i {
  font-style: italic;
}

.editor-style-content blockquote {
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 19px;
  font-style: italic;
  line-height: 1.4736842105;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 0 0 24px;
}

.editor-style-content blockquote:not(.alignleft):not(.alignright) {
  margin-left: -28px;
}

.content
  .detail-content
  blockquote
  blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}

.editor-style-content blockquote:before,
.editor-style-content blockquote:after {
  content: "";
  display: table;
}

.editor-style-content blockquote:after {
  clear: both;
}

.editor-style-content blockquote > :last-child {
  margin-bottom: 0;
}

.editor-style-content blockquote cite,
.editor-style-content blockquote small {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}

.editor-style-content blockquote em,
.editor-style-content blockquote i,
.editor-style-content blockquote cite {
  font-style: normal;
}

.editor-style-content blockquote strong,
.editor-style-content blockquote b {
  font-weight: normal;
}

.editor-style-content blockquote.alignleft,
.editor-style-content blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: -webkit-calc(50% - 14px);
  width: calc(50% - 14px);
}

.editor-style-content address {
  font-style: italic;
  margin: 0 0 28px;
}

.editor-style-content code,
.editor-style-content kbd,
.editor-style-content tt,
.editor-style-content var,
.editor-style-content samp,
.editor-style-content pre {
  font-family: Inconsolata, monospace;
}

.editor-style-content pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 10px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.editor-style-content code {
  background-color: #d1d1d1;
  padding: 2px 4px;
}

.editor-style-content abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

.editor-style-content mark,
.editor-style-content ins {
  background: #007acc;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
}

.editor-style-content sup,
.editor-style-content sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.editor-style-content sub {
  top: -6px;
}

.editor-style-content sup {
  bottom: -3px;
}

.editor-style-content small {
  font-size: 80%;
}

.editor-style-content big {
  font-size: 125%;
}

/**
 * 3.0 - Elements
 */

.editor-style-content hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}

.editor-style-content ul,
.editor-style-content ol {
  margin: 0 0 15px 0;
  padding: 0;
}

.editor-style-content ul {
  list-style: disc;
}

.editor-style-content ol {
  list-style: decimal;
}

.editor-style-content li {
  list-style: inherit;
  margin: inherit;
  padding: inherit;
}

.editor-style-content li > ul,
.editor-style-content li > ol {
  margin-bottom: 0;
}

.editor-style-content li > ul,
.editor-style-content blockquote > ul {
  margin-left: 20px;
}

.editor-style-content li > ol,
.editor-style-content blockquote > ol {
  margin-left: 24px;
}

.editor-style-content dl {
  margin: 0 0 15px;
}

.editor-style-content dt {
  font-weight: bold;
}

.editor-style-content dd {
  margin: 0 0 15px;
}

.editor-style-content table,
.editor-style-content th,
.editor-style-content td,
.editor-style-content .mce-item-table,
.editor-style-content .mce-item-table th,
.editor-style-content .mce-item-table td {
  border: 1px solid #d1d1d1;
}

.editor-style-content table a {
  color: #007acc;
}

.editor-style-content table,
.editor-style-content .mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 15px;
  width: 100%;
}

.editor-style-content table th,
.editor-style-content .mce-item-table th,
.editor-style-content table caption {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  font-weight: bold;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}

.editor-style-content table td,
.editor-style-content .mce-item-table td {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  padding: 7px;
  vertical-align: baseline;
}

.editor-style-content img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.editor-style-content a img {
  display: block;
}

.editor-style-content figure {
  margin: 0;
}

.editor-style-content del {
  opacity: 0.8;
}

.editor-style-content a {
  text-decoration: none;
}

.editor-style-content fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 28px;
  padding: 14px;
}

/**
 * 4.0 - Alignment
 */

.editor-style-content .alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.editor-style-content .alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.editor-style-content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}

/**
 * 5.0 - Caption
 */

.editor-style-content .wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.editor-style-content .wp-caption-text,
.editor-style-content .wp-caption-dd {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px;
}

/**
 * 6.0 - Galleries
 */

.editor-style-content .mce-content-body .wpview-wrap {
  margin-bottom: 28px;
}

.editor-style-content .gallery {
  margin: 0 -1.1666667%;
  padding: 0;
}

.editor-style-content .gallery .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.editor-style-content .gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.editor-style-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.editor-style-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.editor-style-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.editor-style-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.editor-style-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.editor-style-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.editor-style-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery .gallery-caption {
  font-size: 13px;
  margin: 0;
}

.editor-style-content .gallery-columns-6 .gallery-caption,
.editor-style-content .gallery-columns-7 .gallery-caption,
.editor-style-content .gallery-columns-8 .gallery-caption,
.editor-style-content .gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 7.0 - Audio / Video
 */

.editor-style-content .wp-audio-shortcode a,
.editor-style-content .wp-playlist a {
  box-shadow: none;
}

.editor-style-content .mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}

.editor-style-content .mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}

.editor-style-content .mce-content-body .wp-playlist-item {
  padding: 10px 0;
}

.editor-style-content .mce-content-body .wp-playlist-item-length {
  top: 10px;
}

/**
 * 8.0 - RTL
 */

.editor-style-content .rtl blockquote {
  border: 0 solid #1a1a1a;
  border-right-width: 4px;
}

.editor-style-content .rtl blockquote.alignleft,
.editor-style-content .rtl blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
}

.editor-style-content .rtl blockquote:not(.alignleft):not(.alignright) {
  margin-right: -28px;
  padding: 0 24px 0 0;
}

.content
  .detail-content
  .rtl
  blockquote
  blockquote:not(.alignleft):not(.alignright) {
  margin-right: 0;
  margin-left: auto;
}

.editor-style-content .rtl li > ul,
.editor-style-content .rtl blockquote > ul {
  margin-right: 20px;
  margin-left: auto;
}

.editor-style-content .rtl li > ol,
.editor-style-content .rtl blockquote > ol {
  margin-right: 24px;
  margin-left: auto;
}

.editor-style-content .rtl table th,
.editor-style-content .rtl .mce-item-table th,
.editor-style-content .rtl table caption {
  text-align: right;
}
