/*!
Theme Name: Creatista
Description: Used to style the TinyMCE editor.
*/
/**
 * Table of Contents:
 *
 * 1.0 - Typography
 * 2.0 - Elements
 * 3.0 - Alignment
 * 4.0 - Media Elements
 * 5.0 - RTL
 */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
*:focus {
  outline: none;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behcreatista; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  color: #606060;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  line-height: 1.4;
  color: #3a3a3a;
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

p, address, pre {
  margin: 1.42857em 0;
}

dfn, cite, em, i {
  font-style: italic;
}

code, kbd, tt, var, pre {
  background: #f6f6f6;
  font-weight: 400;
  color: #3a3a3a;
  font-family: inherit;
  font-size: inherit;
}

pre {
  max-width: 100%;
  overflow: auto;
  padding: 1.64286em 2.14286em;
  line-height: 1.85714;
}

code, kbd, tt, var, mark, ins {
  padding: 0.21429em;
  font-size: inherit;
}

abbr, acronym {
  text-decoration: underline dashed;
  cursor: help;
}

mark, ins {
  background: #fff;
  text-decoration: none;
  color: #080808;
}

big {
  font-size: 125%;
}

@media screen and (min-width: 48em) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }

  h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  p, address, pre {
    margin: 1.4em 0;
  }

  code, kbd, tt, var, mark, ins {
    padding: 0.1875em;
  }

  pre {
    line-height: 1.75;
    padding: 1.5em 1.875em;
  }
}
h1 {
  margin-top: 1.61111em;
  margin-bottom: 0.77778em;
}

h2 {
  margin-top: 1.46875em;
  margin-bottom: 0.84375em;
}

h3 {
  margin-top: 1.64286em;
  margin-bottom: 0.89286em;
}

h4 {
  margin-top: 2em;
  margin-bottom: 1.04167em;
}

h5 {
  margin-top: 2.45em;
  margin-bottom: 1.1em;
}

h6 {
  margin-top: 3.1875em;
  margin-bottom: 1.25em;
}

@media screen and (min-width: 48em) {
  h1 {
    margin-top: 1.76316em;
    margin-bottom: 1em;
  }

  h2 {
    margin-top: 1.55882em;
    margin-bottom: 1.14706em;
  }

  h3 {
    margin-top: 1.83333em;
    margin-bottom: 1.2em;
  }

  h4 {
    margin-top: 2.19231em;
    margin-bottom: 1.30769em;
  }

  h5 {
    margin-top: 2.63636em;
    margin-bottom: 1.54545em;
  }

  h6 {
    margin-top: 3.33333em;
    margin-bottom: 1.72222em;
  }
}
.wp-caption, .gallery-caption, img.aligncenter, img.alignnone {
  margin-top: 2.5em;
  margin-bottom: 1.85714em;
  max-width: 100%;
}
.wp-caption.alignright, .wp-caption.alignleft, .gallery-caption.alignright, .gallery-caption.alignleft, img.aligncenter.alignright, img.aligncenter.alignleft, img.alignnone.alignright, img.alignnone.alignleft {
  margin-top: 0.28571em;
}

@media screen and (min-width: 48em) {
  .wp-caption, .gallery-caption, img.aligncenter, img.alignnone {
    margin-bottom: 2.25em;
    margin-top: 2.8125em;
  }
  .wp-caption.alignright, .wp-caption.alignleft, .gallery-caption.alignright, .gallery-caption.alignleft, img.aligncenter.alignright, img.aligncenter.alignleft, img.alignnone.alignright, img.alignnone.alignleft {
    margin-top: 0.25em;
    margin-bottom: 0.625em;
  }

  .wp-caption-text {
    margin-bottom: 3.07692em;
  }
}
.wp-caption-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  margin: 1.30769em 0 2.30769em;
  text-align: center;
}

.mce-content-body code, .mce-content-body kbd, .mce-content-body tt, .mce-content-body var, .mce-content-body pre {
  background: #f6f6f6;
  border-radius: 0;
  color: inherit;
}

.mce-content-body code[data-mce-selected] {
  background: #f6f6f6;
}

a {
  -moz-transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  color: #3a3a3a;
  text-decoration: underline;
}
a:hover, a:active {
  outline: 0;
}
a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
blockquote, q {
  quotes: "" "";
}

blockquote {
  quotes: "" "";
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #3a3a3a;
  padding: 0.6em 1em 1.4em;
  margin: 1.15em 0 1.3em 0;
  background: #f6f6f6;
}
blockquote:before {
  content: '\201C';
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  color: #d0d0d0;
  display: block;
  font-weight: 400;
  margin-bottom: -0.31429em;
}
blockquote cite,
blockquote small {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  color: #606060;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  font-style: normal;
  font-weight: 400;
}
blockquote p {
  margin: 0 0 0.6em;
}
blockquote > :last-child {
  margin-bottom: 0;
}

hr {
  border: 0;
  border-bottom: 1px solid #d0d0d0;
}

ul, .widget .textwidget ul, ol, .widget .textwidget ol {
  padding: 0;
  margin: 0 0 1.42857em 0.92857em;
}
ul li + li, .widget .textwidget ul li + li, ol li + li, .widget .textwidget ol li + li {
  margin-top: 0.78571em;
}

ul, .widget .textwidget ul {
  list-style: disc;
}

ol, .widget .textwidget ol {
  list-style: decimal;
}

li > ul, .widget .textwidget li > ul,
li > ol, .widget .textwidget
li > ol {
  margin-bottom: 0;
  margin-top: 0.78571em;
  margin-left: 1em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.42857em 1.21429em;
}

hr,
figure,
table {
  margin: 0 0 1.42857em;
}

th,
td {
  border: 1px solid #d0d0d0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: 400;
  text-align: left;
}

th {
  font-weight: 700;
  color: #3a3a3a;
}

th,
td {
  padding: 0.57143em;
  font-size: inherit;
}

@media screen and (min-width: 48em) {
  blockquote {
    position: relative;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6;
    padding: 1.04545em 0.90909em 1.27273em 3.5em;
    margin: 1.54545em 0 1.63636em 0;
  }
  blockquote cite,
  blockquote small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  blockquote p {
    margin: 0 0 0.59091em;
  }
  blockquote:before {
    position: absolute;
    top: 0.15714em;
    left: 0.31429em;
  }

  hr,
  figure,
  table {
    margin: 0 0 1.4em;
  }
}
@media screen and (min-width: 48em) {
  ul, .widget .textwidget ul, ol, .widget .textwidget ol {
    margin: 0 0 1.25em 0.8125em;
  }
  ul li + li, .widget .textwidget ul li + li, ol li + li, .widget .textwidget ol li + li {
    margin-top: 0.625em;
  }

  li > ul, .widget .textwidget li > ul,
  li > ol, .widget .textwidget
  li > ol {
    margin-top: 0.625em;
    margin-left: 0.875em;
  }

  dd {
    margin: 0 0 1.25em 1.0625em;
  }
}
@media screen and (min-width: 48em) {
  th,
  td {
    padding: 1.125em 1.25em;
  }
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 2.14286em;
}
@media screen and (min-width: 48em) {
  .alignleft {
    margin-right: 1.875em;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 2.14286em;
}
@media screen and (min-width: 48em) {
  .alignright {
    margin-left: 1.875em;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright, img.alignleft {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em;
}
@media screen and (min-width: 48em) {
  img.alignright, img.alignleft {
    margin-top: 1.375em;
    margin-bottom: 1.375em;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.site .avatar {
  border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0.28571em;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  box-shadow: none;
}

embed,
iframe,
object,
video,
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin: 0.35714em 0 1.42857em;
}

.wp-playlist.wp-audio-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.content-area .wp-caption, .content-area .gallery-caption, .content-area img.aligncenter {
  margin-top: 2.5em;
  margin-bottom: 1.85714em;
  max-width: 100%;
}
.content-area .wp-caption.alignright, .content-area .wp-caption.alignleft, .content-area .gallery-caption.alignright, .content-area .gallery-caption.alignleft, .content-area img.aligncenter.alignright, .content-area img.aligncenter.alignleft {
  margin-top: 0.28571em;
}
.content-area .img.alignnone {
  max-width: 100%;
}
.content-area .wp-caption.alignnone img,
.content-area img.alignnone {
  display: block;
}
.content-area .wp-caption.alignnone,
.content-area img.alignnone {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  margin: 1.30769em 0 2.30769em;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-top: 3.07143em;
  margin-bottom: 2.14286em;
  margin-left: -1.42857em;
}
@media screen and (min-width: 48em) {
  .gallery {
    margin-top: 2.6875em;
    margin-bottom: 1.875em;
    margin-left: -1.25em;
  }
}
.gallery img {
  display: block;
  margin: 0 auto;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1.42857em;
  padding-left: 1.42857em;
}
@media screen and (min-width: 48em) {
  .gallery-item {
    margin-bottom: 1.25em;
    padding-left: 1.25em;
  }
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@media screen and (min-width: 48em) {
  embed,
  iframe,
  object,
  video,
  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    margin: 0.3125em 0 1.25em;
  }

  p > embed,
  p > iframe,
  p > object,
  p > video {
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 48em) {
  .content-area .wp-caption, .content-area .gallery-caption, .content-area img.aligncenter, .content-area img.alignnone {
    margin-bottom: 2.25em;
    margin-top: 2.8125em;
  }
  .content-area .wp-caption.alignright, .content-area .wp-caption.alignleft, .content-area .gallery-caption.alignright, .content-area .gallery-caption.alignleft, .content-area img.aligncenter.alignright, .content-area img.aligncenter.alignleft, .content-area img.alignnone.alignright, .content-area img.alignnone.alignleft {
    margin-top: 0.25em;
    margin-bottom: 0.625em;
  }
  .content-area .wp-caption.alignnone img,
  .content-area img.alignnone {
    display: block;
  }
  .content-area .wp-caption.alignnone,
  .content-area img.alignnone {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wp-caption-text {
    margin-bottom: 3.07692em;
  }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.rtl ol {
  counter-reset: item;
}

.rtl .mejs-offscreen {
  right: -10000px;
}

.rtl {
  direction: rtl;
  unicode-bidi: embed;
}
.rtl caption, .rtl th, .rtl td {
  text-align: right;
}
@media screen and (min-width: 48em) {
  .rtl blockquote {
    padding: 1.04545em 3.5em 1.27273em 0.90909em;
  }
  .rtl blockquote:before {
    left: auto;
    right: 0.31429em;
  }
}
.rtl ul, .rtl ol {
  margin: 0 0.92857em 1.42857em 0;
}
.rtl li > ul,
.rtl li > ol {
  margin-left: 0;
  margin-right: 1em;
}
.rtl dd {
  margin: 0 1.21429em 1.42857em 0;
}
@media screen and (min-width: 48em) {
  .rtl ul, .rtl ol {
    margin: 0 0.8125em 1.25em 0;
  }
  .rtl li > ul,
  .rtl li > ol {
    margin-right: 0.875em;
  }
  .rtl dd {
    margin: 0 1.0625em 1.25em 0;
  }
}

html .mceContentBody {
  max-width: 852px;
}

/*# sourceMappingURL=editor-style.css.map */
