/*  ----------------------------------------------------------------------------
    This editor style is also loaded in the backend to style the posts
    WARNING: this file is not loaded in the front end
*/
/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
/*
----------------------------------------------------------------------------
  Site wide > typography style
----------------------------------------------------------------------------
*/
p {
  margin-top: 0;
}
a:active,
a:focus {
  /* IE remove focus */
  outline: none;
}
a {
  color: #4db2ec;
  text-decoration: none;
}
ins {
  background: white;
  text-decoration: none;
}
code {
  position: relative;
  border: none;
  padding: 2px 6px;
}
pre {
  background-color: #f1f1f1;
  padding: 4px 10px 4px 10px;
  border: none;
  border-radius: 0;
  margin-top: 24px;
}
cite {
  font-size: 13px;
  /* ovveride bootstrap */
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #000;
}
cite a {
  color: #000;
}
cite a:hover {
  color: #4db2ec;
}
q {
  font-style: italic;
}
ul,
ol {
  padding: 0;
}
ul li,
ol li {
  line-height: 24px;
  margin-left: 21px;
}
.dl-horizontal a {
  font-weight: 500 !important;
}
.dl-horizontal dt {
  width: 70px;
  font-weight: 400;
  line-height: 24px;
  font-size: 15px;
}
.dl-horizontal dd {
  margin-left: 90px;
  line-height: 24px;
  font-size: 14px;
}
address {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 21px;
}
big {
  text-transform: uppercase;
}
embed {
  width: 100%;
}
/*  ----------------------------------------------------------------------------
     table
*/
table {
  width: 100%;
}
table th {
  text-align: left;
  border: 1px solid #ededed;
  padding: 2px 8px;
}
table td {
  border: 1px solid #ededed;
  padding: 2px 8px;
}
table .odd td {
  background-color: #fcfcfc;
}
/*  ----------------------------------------------------------------------------
    h
*/
.videopress-placeholder {
  width: 100% !important;
}
.videopress-poster {
  height: auto !important;
  width: 100% !important;
}
.video-player {
  width: 100% !important;
}
/*
/*
----------------------------------------------------------------------------
  Site wide > WordPress Text, Images & Captions
----------------------------------------------------------------------------
*/
/*  ----------------------------------------------------------------------------
    text and Images align
*/
.easyart-post-content img,
.wpb_text_column img,
.easyart_block_text_with_title img,
.woocommerce #tab-description img,
.mce-content-body img {
  margin-bottom: 21px;
}
.easyart-post-content figure img,
.wpb_text_column figure img,
.easyart_block_text_with_title figure img,
.woocommerce #tab-description figure img,
.mce-content-body figure img {
  margin-bottom: 0;
}
.easyart-post-content .alignnone,
.wpb_text_column .alignnone,
.easyart_block_text_with_title .alignnone,
.woocommerce #tab-description .alignnone,
.mce-content-body .alignnone {
  display: inline-block;
  margin: 0 5px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-post-content .alignnone,
  .wpb_text_column .alignnone,
  .easyart_block_text_with_title .alignnone,
  .woocommerce #tab-description .alignnone,
  .mce-content-body .alignnone {
    margin: 0 10px 0 0;
  }
}
img.wp-smiley {
  width: auto;
}
.wp-caption-text,
.wp-caption-dd {
  /*font-family: Verdana, Geneva, sans-serif;*/
  text-align: left;
  margin: 6px 0 26px 0;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  color: #444;
}
.wp-caption {
  text-align: center;
  max-width: 100% !important;
}
.wp-caption img {
  max-width: 100% !important;
}
.alignnone {
  margin-top: 0;
}
.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
figure.alignright,
figure.alignleft,
figure.aligncenter {
  margin-bottom: 0;
}
.alignnone img,
.aligncenter img {
  width: 100%;
}
/*  ----------------------------------------------------------------------------
    align left
     -> on desktop - the tinyMCE size is used
     -> on tablet(s) - apply the max-width to make it look nice
     -> on phones  - center, max width 100%
        + fix for tinyMCE padding
     -> on full width easyart-pb-span12
*/
.alignleft {
  float: left;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 6px !important;
  /* hack for tinyMCE / post content diffs*/
  margin-left: 0;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone - just a bit, after 500px we make it non float */
  /* responsive phone CUSTOM - align the image on center */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .alignleft {
    max-width: 312px !important;
    margin-right: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .alignleft {
    max-width: 220px !important;
    margin-right: 21px;
  }
}
@media (max-width: 767px) {
  .alignleft {
    max-width: 220px !important;
    margin-right: 21px;
  }
}
@media (max-width: 500px) {
  .alignleft {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    margin-bottom: 21px;
  }
  .alignleft img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft figcaption {
    text-align: center;
  }
}
.mce-content-body .alignleft {
  margin: 6px 24px 6px 0;
}
.easyart-pb-span12 .alignleft,
.mceContentBody-max-width-big .alignleft {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .easyart-pb-span12 .alignleft,
  .mceContentBody-max-width-big .alignleft {
    max-width: 550px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .easyart-pb-span12 .alignleft,
  .mceContentBody-max-width-big .alignleft {
    max-width: 400px !important;
  }
}
/*  ----------------------------------------------------------------------------
    Screen reader text
*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/*  ----------------------------------------------------------------------------
    align right
     -> on desktop - the tinyMCE size is used
     -> on tablets - apply the max-width to make it look nice
     -> on phones  - center, max width 100%
        + fix for tinyMCE padding
     -> on full width easyart-pb-span12
*/
.alignright {
  float: right;
  margin-top: 6px;
  margin-right: 0;
  margin-bottom: 6px !important;
  /* hack for tinyMCE / post content diffs*/
  margin-left: 24px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone - just a bit, after 500px we make it non float */
  /* responsive phone CUSTOM  - align the image on center */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .alignright {
    max-width: 312px !important;
    margin-left: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .alignright {
    max-width: 220px !important;
    margin-left: 21px;
  }
}
@media (max-width: 767px) {
  .alignright {
    max-width: 220px !important;
    margin-left: 21px;
  }
}
@media (max-width: 500px) {
  .alignright {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    margin-bottom: 21px;
  }
  .alignright img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright figcaption {
    text-align: center;
  }
}
.mce-content-body .alignright {
  margin: 6px 0 6px 24px;
}
.easyart-pb-span12 .alignright,
.mceContentBody-max-width-big .alignright {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .easyart-pb-span12 .alignright,
  .mceContentBody-max-width-big .alignright {
    max-width: 550px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .easyart-pb-span12 .alignright,
  .mceContentBody-max-width-big .alignright {
    max-width: 400px !important;
  }
}
/*
----------------------------------------------------------------------------
  Css for:
  Page content
  Post content
  TinyMCE content
----------------------------------------------------------------------------
*/
.easyart-page-content,
.easyart-post-content,
.wpb_text_column,
.easyart_block_text_with_title,
.woocommerce #tab-description,
.mce-content-body {
  line-height: 26px;
  color: #222;
}
.easyart-page-content a:hover,
.easyart-post-content a:hover,
.wpb_text_column a:hover,
.easyart_block_text_with_title a:hover,
.woocommerce #tab-description a:hover,
.mce-content-body a:hover {
  text-decoration: underline;
}
.easyart-page-content ul,
.easyart-post-content ul,
.wpb_text_column ul,
.easyart_block_text_with_title ul,
.woocommerce #tab-description ul,
.mce-content-body ul {
  margin-bottom: 26px;
}
.easyart-page-content p,
.easyart-post-content p,
.wpb_text_column p,
.easyart_block_text_with_title p,
.woocommerce #tab-description p,
.mce-content-body p,
.easyart-page-content li,
.easyart-post-content li,
.wpb_text_column li,
.easyart_block_text_with_title li,
.woocommerce #tab-description li,
.mce-content-body li {
  line-height: 26px;
}
.easyart-page-content p,
.easyart-post-content p,
.wpb_text_column p,
.easyart_block_text_with_title p,
.woocommerce #tab-description p,
.mce-content-body p {
  margin-bottom: 26px;
}
.easyart-page-content .easyart-arrow-list,
.easyart-post-content .easyart-arrow-list,
.wpb_text_column .easyart-arrow-list,
.easyart_block_text_with_title .easyart-arrow-list,
.woocommerce #tab-description .easyart-arrow-list,
.mce-content-body .easyart-arrow-list {
  list-style: none;
  margin-left: 16px;
}
.easyart-page-content .easyart-arrow-list li:before,
.easyart-post-content .easyart-arrow-list li:before,
.wpb_text_column .easyart-arrow-list li:before,
.easyart_block_text_with_title .easyart-arrow-list li:before,
.woocommerce #tab-description .easyart-arrow-list li:before,
.entry-title a:hover,
.easyart-post-category:hover,
.widget a:hover,
.easyart_block_wrap a:hover {
  text-decoration: none !important;
}
/*  ----------------------------------------------------------------------------
    quote
*/
.easyart-page-content blockquote,
.easyart-post-content blockquote,
.wpb_text_column blockquote,
.easyart_block_text_with_title blockquote,
.bbpress blockquote,
.woocommerce #tab-description blockquote,
.mce-content-body blockquote,
.comment-content blockquote {
  padding: 0;
  position: relative;
  border-left: none;
  margin: 40px 5% 38px 5%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-page-content blockquote,
  .easyart-post-content blockquote,
  .wpb_text_column blockquote,
  .easyart_block_text_with_title blockquote,
  .bbpress blockquote,
  .woocommerce #tab-description blockquote,
  .mce-content-body blockquote,
  .comment-content blockquote {
    margin: 20px 3% 18px 3%;
  }
}
.easyart-page-content blockquote p,
.easyart-post-content blockquote p,
.wpb_text_column blockquote p,
.easyart_block_text_with_title blockquote p,
.bbpress blockquote p,
.woocommerce #tab-description blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
 /* font-size: 32px;*/
  line-height: 40px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  /*text-transform: uppercase;*/
  color: #4db2ec;
  word-wrap: break-word;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .easyart-page-content blockquote p,
  .easyart-post-content blockquote p,
  .wpb_text_column blockquote p,
  .easyart_block_text_with_title blockquote p,
  .bbpress blockquote p,
  .woocommerce #tab-description blockquote p,
  .mce-content-body blockquote p,
  .comment-content blockquote p {
    /*font-size: 24px;*/
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .easyart-page-content blockquote p,
  .easyart-post-content blockquote p,
  .wpb_text_column blockquote p,
  .easyart_block_text_with_title blockquote p,
  .bbpress blockquote p,
  .woocommerce #tab-description blockquote p,
  .mce-content-body blockquote p,
  .comment-content blockquote p {
    font-size: 22px;
    line-height: 30px;
  }
}
.easyart-page-content .twitter-tweet p,
.easyart-post-content .twitter-tweet p,
.wpb_text_column .twitter-tweet p,
.easyart_block_text_with_title .twitter-tweet p,
.bbpress .twitter-tweet p,
.woocommerce #tab-description .twitter-tweet p,
.mce-content-body .twitter-tweet p,
.comment-content .twitter-tweet p {
  font-family: initial;
  font-size: initial;
  line-height: initial;
  font-style: initial;
  text-align: initial;
  text-transform: initial;
  color: initial;
  font-weight: initial;
}
.easyart-page-content .easyart_quote_right,
.easyart-post-content .easyart_quote_right,
.wpb_text_column .easyart_quote_right,
.easyart_block_text_with_title .easyart_quote_right,
.bbpress .easyart_quote_right,
.woocommerce #tab-description .easyart_quote_right,
.mce-content-body .easyart_quote_right,
.comment-content .easyart_quote_right {
  float: right;
  width: 50%;
  margin: 21px 0 21px 21px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-page-content .easyart_quote_right,
  .easyart-post-content .easyart_quote_right,
  .wpb_text_column .easyart_quote_right,
  .easyart_block_text_with_title .easyart_quote_right,
  .bbpress .easyart_quote_right,
  .woocommerce #tab-description .easyart_quote_right,
  .mce-content-body .easyart_quote_right,
  .comment-content .easyart_quote_right {
    float: none;
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.easyart-page-content .easyart_quote_left,
.easyart-post-content .easyart_quote_left,
.wpb_text_column .easyart_quote_left,
.easyart_block_text_with_title .easyart_quote_left,
.bbpress .easyart_quote_left,
.woocommerce #tab-description .easyart_quote_left,
.mce-content-body .easyart_quote_left,
.comment-content .easyart_quote_left {
  float: left;
  width: 50%;
  margin: 18px 18px 18px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-page-content .easyart_quote_left,
  .easyart-post-content .easyart_quote_left,
  .wpb_text_column .easyart_quote_left,
  .easyart_block_text_with_title .easyart_quote_left,
  .bbpress .easyart_quote_left,
  .woocommerce #tab-description .easyart_quote_left,
  .mce-content-body .easyart_quote_left,
  .comment-content .easyart_quote_left {
    float: none;
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.easyart-page-content .easyart_quote_left p,
.easyart-post-content .easyart_quote_left p,
.wpb_text_column .easyart_quote_left p,
.easyart_block_text_with_title .easyart_quote_left p,
.bbpress .easyart_quote_left p,
.woocommerce #tab-description .easyart_quote_left p,
.mce-content-body .easyart_quote_left p,
.comment-content .easyart_quote_left p {
  text-align: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-page-content .easyart_quote_left p,
  .easyart-post-content .easyart_quote_left p,
  .wpb_text_column .easyart_quote_left p,
  .easyart_block_text_with_title .easyart_quote_left p,
  .bbpress .easyart_quote_left p,
  .woocommerce #tab-description .easyart_quote_left p,
  .mce-content-body .easyart_quote_left p,
  .comment-content .easyart_quote_left p {
    text-align: center;
  }
}
.easyart-page-content .easyart_quote_box,
.easyart-post-content .easyart_quote_box,
.wpb_text_column .easyart_quote_box,
.easyart_block_text_with_title .easyart_quote_box,
.bbpress .easyart_quote_box,
.woocommerce #tab-description .easyart_quote_box,
.mce-content-body .easyart_quote_box,
.comment-content .easyart_quote_box {
  margin: 0;
  background-color: #FCFCFC;
  padding: 15px 23px 0 23px;
  position: relative;
  top: 6px;
  clear: both;
}
.easyart-page-content .easyart_quote_box p,
.easyart-post-content .easyart_quote_box p,
.wpb_text_column .easyart_quote_box p,
.easyart_block_text_with_title .easyart_quote_box p,
.bbpress .easyart_quote_box p,
.woocommerce #tab-description .easyart_quote_box p,
.mce-content-body .easyart_quote_box p,
.comment-content .easyart_quote_box p {
  /*font-family: 'Open Sans', arial, sans-serif;*/
  color: #777777;
  line-height: 30px;
  padding-bottom: 16px;
  margin: 0;
  text-transform: none;
}
blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
.easyart-page-content .easyart_box_left,
.easyart-post-content .easyart_box_left,
.wpb_text_column .easyart_box_left,
.easyart_block_text_with_title .easyart_box_left,
.bbpress .easyart_box_left,
.woocommerce #tab-description .easyart_box_left,
.mce-content-body .easyart_box_left,
.comment-content .easyart_box_left {
  width: 40%;
  float: left;
  margin: 0 34px 20px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-page-content .easyart_box_left,
  .easyart-post-content .easyart_box_left,
  .wpb_text_column .easyart_box_left,
  .easyart_block_text_with_title .easyart_box_left,
  .bbpress .easyart_box_left,
  .woocommerce #tab-description .easyart_box_left,
  .mce-content-body .easyart_box_left,
  .comment-content .easyart_box_left {
    float: none;
    margin: 0 0 36px 0;
    width: auto;
  }
}
.easyart-page-content .easyart_box_left p,
.easyart-post-content .easyart_box_left p,
.wpb_text_column .easyart_box_left p,
.easyart_block_text_with_title .easyart_box_left p,
.bbpress .easyart_box_left p,
.woocommerce #tab-description .easyart_box_left p,
.mce-content-body .easyart_box_left p,
.comment-content .easyart_box_left p {
  text-align: left;
}
.easyart-page-content .easyart_box_right,
.easyart-post-content .easyart_box_right,
.wpb_text_column .easyart_box_right,
.easyart_block_text_with_title .easyart_box_right,
.bbpress .easyart_box_right,
.woocommerce #tab-description .easyart_box_right,
.mce-content-body .easyart_box_right,
.comment-content .easyart_box_right {
  width: 30%;
  float: right;
  margin: 0 0 20px 34px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-page-content .easyart_box_right,
  .easyart-post-content .easyart_box_right,
  .wpb_text_column .easyart_box_right,
  .easyart_block_text_with_title .easyart_box_right,
  .bbpress .easyart_box_right,
  .woocommerce #tab-description .easyart_box_right,
  .mce-content-body .easyart_box_right,
  .comment-content .easyart_box_right {
    float: none;
    margin: 0 0 36px 0;
    width: auto;
  }
}
.easyart-page-content .easyart_box_right p,
.easyart-post-content .easyart_box_right p,
.wpb_text_column .easyart_box_right p,
.easyart_block_text_with_title .easyart_box_right p,
.bbpress .easyart_box_right p,
.woocommerce #tab-description .easyart_box_right p,
.mce-content-body .easyart_box_right p,
.comment-content .easyart_box_right p {
  text-align: left;
}
.easyart-page-content .easyart_box_center,
.easyart-post-content .easyart_box_center,
.wpb_text_column .easyart_box_center,
.easyart_block_text_with_title .easyart_box_center,
.bbpress .easyart_box_center,
.woocommerce #tab-description .easyart_box_center,
.mce-content-body .easyart_box_center,
.comment-content .easyart_box_center {
  margin: 0 0 29px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-page-content .easyart_box_center,
  .easyart-post-content .easyart_box_center,
  .wpb_text_column .easyart_box_center,
  .easyart_block_text_with_title .easyart_box_center,
  .bbpress .easyart_box_center,
  .woocommerce #tab-description .easyart_box_center,
  .mce-content-body .easyart_box_center,
  .comment-content .easyart_box_center {
    margin-bottom: 36px;
  }
}
.easyart-page-content .easyart_pull_quote,
.easyart-post-content .easyart_pull_quote,
.wpb_text_column .easyart_pull_quote,
.easyart_block_text_with_title .easyart_pull_quote,
.bbpress .easyart_pull_quote,
.woocommerce #tab-description .easyart_pull_quote,
.mce-content-body .easyart_pull_quote,
.comment-content .easyart_pull_quote {
  padding: 18px 25px;
  margin: 0;
  clear: both;
}
.easyart-page-content .easyart_pull_quote p,
.easyart-post-content .easyart_pull_quote p,
.wpb_text_column .easyart_pull_quote p,
.easyart_block_text_with_title .easyart_pull_quote p,
.bbpress .easyart_pull_quote p,
.woocommerce #tab-description .easyart_pull_quote p,
.mce-content-body .easyart_pull_quote p,
.comment-content .easyart_pull_quote p {
  text-transform: none;
  text-align: center;
}
.easyart-page-content .easyart_pull_quote p:first-child:before,
.easyart-post-content .easyart_pull_quote p:first-child:before,
.wpb_text_column .easyart_pull_quote p:first-child:before,
.easyart_block_text_with_title .easyart_pull_quote p:first-child:before,
.bbpress .easyart_pull_quote p:first-child:before,
.woocommerce #tab-description .easyart_pull_quote p:first-child:before,
.mce-content-body .easyart_pull_quote p:first-child:before,
.comment-content .easyart_pull_quote p:first-child:before {
  position: absolute;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==') no-repeat;
  left: 0;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.easyart-page-content .easyart_pull_quote p:after,
.easyart-post-content .easyart_pull_quote p:after,
.wpb_text_column .easyart_pull_quote p:after,
.easyart_block_text_with_title .easyart_pull_quote p:after,
.bbpress .easyart_pull_quote p:after,
.woocommerce #tab-description .easyart_pull_quote p:after,
.mce-content-body .easyart_pull_quote p:after,
.comment-content .easyart_pull_quote p:after {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC') no-repeat;
}
.easyart-page-content .easyart_pull_left,
.easyart-post-content .easyart_pull_left,
.wpb_text_column .easyart_pull_left,
.easyart_block_text_with_title .easyart_pull_left,
.bbpress .easyart_pull_left,
.woocommerce #tab-description .easyart_pull_left,
.mce-content-body .easyart_pull_left,
.comment-content .easyart_pull_left {
  width: 40%;
  float: left;
  margin-right: 34px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-page-content .easyart_pull_left,
  .easyart-post-content .easyart_pull_left,
  .wpb_text_column .easyart_pull_left,
  .easyart_block_text_with_title .easyart_pull_left,
  .bbpress .easyart_pull_left,
  .woocommerce #tab-description .easyart_pull_left,
  .mce-content-body .easyart_pull_left,
  .comment-content .easyart_pull_left {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
  }
}
.easyart-page-content .easyart_pull_right,
.easyart-post-content .easyart_pull_right,
.wpb_text_column .easyart_pull_right,
.easyart_block_text_with_title .easyart_pull_right,
.bbpress .easyart_pull_right,
.woocommerce #tab-description .easyart_pull_right,
.mce-content-body .easyart_pull_right,
.comment-content .easyart_pull_right {
  width: 30%;
  float: right;
  margin-left: 34px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-page-content .easyart_pull_right,
  .easyart-post-content .easyart_pull_right,
  .wpb_text_column .easyart_pull_right,
  .easyart_block_text_with_title .easyart_pull_right,
  .bbpress .easyart_pull_right,
  .woocommerce #tab-description .easyart_pull_right,
  .mce-content-body .easyart_pull_right,
  .comment-content .easyart_pull_right {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
  }
}
.easyart-page-content .easyart_pull_center,
.easyart-post-content .easyart_pull_center,
.wpb_text_column .easyart_pull_center,
.easyart_block_text_with_title .easyart_pull_center,
.bbpress .easyart_pull_center,
.woocommerce #tab-description .easyart_pull_center,
.mce-content-body .easyart_pull_center,
.comment-content .easyart_pull_center {
  margin: 17px 0;
  padding: 15px 50px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .easyart-page-content .easyart_pull_center,
  .easyart-post-content .easyart_pull_center,
  .wpb_text_column .easyart_pull_center,
  .easyart_block_text_with_title .easyart_pull_center,
  .bbpress .easyart_pull_center,
  .woocommerce #tab-description .easyart_pull_center,
  .mce-content-body .easyart_pull_center,
  .comment-content .easyart_pull_center {
    padding: 15px 20px;
  }
}
blockquote small {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #444;
}
blockquote.pull-right {
  padding-left: 20px;
  border-right: none;
}
blockquote.pull-right:after {
  border-right: 2px solid #FB5502;
  width: 40px;
  right: -40px;
}
/*  ----------------------------------------------------------------------------
    dropcaps
*/
.easyart-post-content .dropcap,
.wpb_text_column .dropcap,
.easyart_block_text_with_title .dropcap,
.bbpress .dropcap,
.woocommerce #tab-description .dropcap,
.mce-content-body .dropcap,
.comment-content .dropcap {
  float: left;
  display: block;
  font-size: 50px;
  line-height: 62px;
  background-color: #c5305c;
  color: white;
  text-align: center;
  margin: 9px 13px 0 0;
  padding: 2px 10px 4px;
  min-width: 62px;
  min-height: 62px;
}
.easyart-page-content .dropcap1,
.easyart-post-content .dropcap1,
.wpb_text_column > .dropcap1,
.easyart_block_text_with_title .dropcap1,
.bbpress .dropcap1,
.woocommerce #tab-description .dropcap1,
.mce-content-body .dropcap1,
.comment-content .dropcap1 {
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  font-size: 40px;
  padding: 2px 14px 4px;
}
.easyart-page-content .dropcap2,
.easyart-post-content .dropcap2,
.wpb_text_column > .dropcap2,
.easyart_block_text_with_title .dropcap2,
.bbpress .dropcap2,
.woocommerce #tab-description .dropcap2,
.mce-content-body .dropcap2,
.comment-content .dropcap2 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-size: 79px;
  line-height: 69px;
  margin: 0 9px 0 0;
  padding: 0 13px 0 0;
}
.easyart-page-content .dropcap3,
.easyart-post-content .dropcap3,
.wpb_text_column > .dropcap3,
.easyart_block_text_with_title .dropcap3,
.bbpress .dropcap3,
.woocommerce #tab-description .dropcap3,
.mce-content-body .dropcap3,
.comment-content .dropcap3 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-weight: bold;
  font-size: 79px;
  line-height: 69px;
  margin: 0 9px 0 0;
  padding: 0 13px 0 0;
}
/*  ----------------------------------------------------------------------------
    text columns
*/
.easyart_text_columns_two_cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule-style: solid;
  -moz-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  -moz-column-rule-width: 1px;
  column-rule-width: 1px;
  -webkit-column-rule-color: #e9e9e9;
  -moz-column-rule-color: #e9e9e9;
  column-rule-color: #e9e9e9;
  margin-bottom: 26px;
}
/*  ----------------------------------------------------------------------------
    text highlighting
*/
.easyart_text_highlight_0 {
  background-color: rgba(0, 0, 0, 0.77);
  padding: 5px 0 6px 0;
  margin: 0 8px 0 0;
  box-easyartadow: 8px 0 0 rgba(0, 0, 0, 0.77), -8px 0 0 rgba(0, 0, 0, 0.77);
  color: white;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
.easyart_text_highlight_marker {
  padding: 5px 0 6px 0;
  margin: 0 8px 0 8px;
  color: white;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
.easyart_text_highlight_marker:hover {
  color: #F9F9F9;
}
.easyart_text_highlight_marker_red {
  background-color: rgba(255, 28, 26, 0.62);
  box-easyartadow: 8px 0 0 rgba(255, 28, 26, 0.62), -8px 0 0 rgba(255, 28, 26, 0.62);
}
.easyart_text_highlight_marker_blue {
  background-color: rgba(57, 213, 255, 0.75);
  box-easyartadow: 8px 0 0 rgba(57, 213, 255, 0.75), -8px 0 0 rgba(57, 213, 255, 0.75);
}
.easyart_text_highlight_marker_green {
  background-color: rgba(77, 216, 69, 0.65);
  box-easyartadow: 8px 0 0 rgba(77, 216, 69, 0.65), -8px 0 0 rgba(77, 216, 69, 0.65);
}
.easyart_text_highlight_marker_yellow {
  background-color: rgba(255, 203, 0, 0.75);
  box-easyartadow: 8px 0 0 rgba(255, 203, 0, 0.75), -8px 0 0 rgba(255, 203, 0, 0.75);
}
.easyart_text_highlight_marker_pink {
  background-color: rgba(255, 101, 243, 0.75);
  box-easyartadow: 8px 0 0 rgba(255, 101, 243, 0.75), -8px 0 0 rgba(255, 101, 243, 0.75);
}
/*  ----------------------------------------------------------------------------
    custom post padding
*/
.easyart-paragraph-padding-0 {
  display: block;
  padding-left: 0;
  padding-right: 6%;
}
.easyart-paragraph-padding-1 {
  display: block;
  padding-left: 6%;
  padding-right: 6%;
}
.easyart-paragraph-padding-2 {
  display: block;
  padding-left: 12%;
  padding-right: 12%;
}
.easyart-paragraph-padding-3 {
  display: block;
  padding-left: 6%;
  padding-right: 12%;
}
.easyart-paragraph-padding-4 {
  display: block;
  padding-left: 6%;
  padding-right: 0;
}
.easyart-paragraph-padding-5 {
  display: block;
  padding-left: 18%;
  padding-right: 18%;
}
.easyart-paragraph-padding-6 {
  display: block;
  padding-left: 12%;
  padding-right: 6%;
}
.easyart-pb-span8 .easyart-paragraph-padding-0,
.mceContentBody-max-width-small .easyart-paragraph-padding-0 {
  padding-right: 4%;
}
.easyart-pb-span8 .easyart-paragraph-padding-1,
.mceContentBody-max-width-small .easyart-paragraph-padding-1 {
  padding-left: 4%;
  padding-right: 4%;
}
.easyart-pb-span8 .easyart-paragraph-padding-2,
.mceContentBody-max-width-small .easyart-paragraph-padding-2 {
  padding-left: 8%;
  padding-right: 8%;
}
.easyart-pb-span8 .easyart-paragraph-padding-3,
.mceContentBody-max-width-small .easyart-paragraph-padding-3 {
  padding-left: 4%;
  padding-right: 8%;
}
.easyart-pb-span8 .easyart-paragraph-padding-4,
.mceContentBody-max-width-small .easyart-paragraph-padding-4 {
  padding-left: 4%;
}
.easyart-pb-span8 .easyart-paragraph-padding-5,
.mceContentBody-max-width-small .easyart-paragraph-padding-5 {
  padding-left: 12%;
  padding-right: 12%;
}
.easyart-pb-span8 .easyart-paragraph-padding-6,
.mceContentBody-max-width-small .easyart-paragraph-padding-6 {
  padding-left: 8%;
  padding-right: 4%;
}

