/*
Theme Name: Carbon Lite
Description: Used to style the TinyMCE editor.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Body
# Typography
# Elements
# Media
# RTL
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #444;
  max-width: 58em;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #444;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 34em) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 40em) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 60em) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 60em) {
  body {
    font-weight: 300;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2;
  margin: 1.414em 0 0.5em;
  text-transform: uppercase;
}

h1 {
  margin-top: 0;
}

h1, h2, h3 {
  font-family: "Audiowide", "Exo 2", sans-serif;
}

h1, .h1 {
  font-size: 3.998em;
}

h2, .h2 {
  font-size: 1.999em;
}

h3, .h3 {
  font-size: 1.414em;
}

h4, .h4 {
  font-size: 1.25em;
}

h5, .h5 {
  font-size: 1.125em;
}

h6, .h6 {
  font-size: 1em;
}

@media screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 5.998em;
  }
  h2, .h2 {
    font-size: 2.827em;
  }
  h3, .h3 {
    font-size: 1.999em;
  }
  h4, .h4 {
    font-size: 1.414em;
  }
  h5, .h5 {
    font-size: 1.25em;
  }
  h6, .h6 {
    font-size: 1.125em;
  }
}

.small-headings h1, .small-headings .h1 {
  font-size: 2.441em;
}

.small-headings h2, .small-headings .h2 {
  font-size: 1.553em;
}

.small-headings h3, .small-headings .h3 {
  font-size: 1.25em;
}

.small-headings h4, .small-headings .h4 {
  font-size: 1.175em;
}

.small-headings h5, .small-headings .h5 {
  font-size: 1.125em;
}

.small-headings h6, .small-headings .h6 {
  font-size: 1em;
}

@media screen and (min-width: 40em) {
  .small-headings h1, .small-headings .h1 {
    font-size: 4.441em;
  }
  .small-headings h2, .small-headings .h2 {
    font-size: 1.953em;
  }
  .small-headings h3, .small-headings .h3 {
    font-size: 1.553em;
  }
  .small-headings h4, .small-headings .h4 {
    font-size: 1.25em;
  }
  .small-headings h5, .small-headings .h5 {
    font-size: 1.175em;
  }
  .small-headings h6, .small-headings .h6 {
    font-size: 1.125em;
  }
}

.medium-headings h1, .medium-headings .h1 {
  font-size: 3.157em;
}

.medium-headings h2, .medium-headings .h2 {
  font-size: 1.777em;
}

.medium-headings h3, .medium-headings .h3 {
  font-size: 1.333em;
}

.medium-headings h4, .medium-headings .h4 {
  font-size: 1.25em;
}

.medium-headings h5, .medium-headings .h5 {
  font-size: 1.125em;
}

.medium-headings h6, .medium-headings .h6 {
  font-size: 1em;
}

@media screen and (min-width: 40em) {
  .medium-headings h1, .medium-headings .h1 {
    font-size: 5.157em;
  }
  .medium-headings h2, .medium-headings .h2 {
    font-size: 2.369em;
  }
  .medium-headings h3, .medium-headings .h3 {
    font-size: 1.777em;
  }
  .medium-headings h4, .medium-headings .h4 {
    font-size: 1.333em;
  }
  .medium-headings h5, .medium-headings .h5 {
    font-size: 1.25em;
  }
  .medium-headings h6, .medium-headings .h6 {
    font-size: 1.125em;
  }
}

.huge-headings h1, .huge-headings .h1 {
  font-size: 5.063em;
}

.huge-headings h2, .huge-headings .h2 {
  font-size: 2.25em;
}

.huge-headings h3, .huge-headings .h3 {
  font-size: 1.5em;
}

.huge-headings h4, .huge-headings .h4 {
  font-size: 1.25em;
}

.huge-headings h5, .huge-headings .h5 {
  font-size: 1.125em;
}

.huge-headings h6, .huge-headings .h6 {
  font-size: 1em;
}

@media screen and (min-width: 40em) {
  .huge-headings h1, .huge-headings .h1 {
    font-size: 7.063em;
  }
  .huge-headings h2, .huge-headings .h2 {
    font-size: 3.375em;
  }
  .huge-headings h3, .huge-headings .h3 {
    font-size: 2.25em;
  }
  .huge-headings h4, .huge-headings .h4 {
    font-size: 1.5em;
  }
  .huge-headings h5, .huge-headings .h5 {
    font-size: 1.25em;
  }
  .huge-headings h6, .huge-headings .h6 {
    font-size: 1.125em;
  }
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f7f7f7;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 3px #aaaaaa;
  box-shadow: 3px 3px 3px #aaaaaa;
  font-family: monospace;
  font-size: 1.125em;
  line-height: 1.6;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 2em;
}

pre code {
  font-size: 0.8em;
}

code, kbd, tt, var {
  font-family: "Space Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #444;
  cursor: help;
}

mark, ins {
  background: #444;
  color: #fff;
  text-decoration: none;
}

big {
  font-size: 1.25em;
}

small {
  font-size: 0.75em;
}

/*--------------------------------------------------------------
# Element
--------------------------------------------------------------*/
html {
  -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 behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote {
  border-left: 5px solid #444;
  -webkit-box-shadow: 3px 3px 3px #aaaaaa;
  box-shadow: 3px 3px 3px #aaaaaa;
  font-size: 1.25em;
  font-style: italic;
  margin: 1.5em;
  padding: 1em 2em;
  quotes: "" "";
}

blockquote footer {
  text-align: right;
}

q {
  quotes: "" "";
}

hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

a {
  border-radius: 3px;
  color: #444;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a:visited {
  color: #111111;
}

a:hover, a:focus, a:active {
  background-color: #444;
  color: #fff;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

ul, ol {
  margin: 0 0 1.5em;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 1.5em 0;
  width: 100%;
}

th {
  background-color: #444;
  border: 1px solid #777777;
  color: #fff;
  padding: 0.5em;
}

td {
  border: 1px solid #777777;
  padding: 0.5em;
}

tr:nth-of-type(2n+1) {
  background-color: #f7f7f7;
}

tfoot td {
  background-color: #444;
  border: 1px solid #777777;
  color: #fff;
  padding: 0.5em;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: inherit;
  /* Make images fill their parent's space. Solves IE8. */
  max-width: 100%;
  /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 1em 0;
}

.wp-caption-text {
  font-size: .8em;
  font-style: italic;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

.gallery-item {
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.gallery-columns-3 .gallery-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}

.gallery-columns-4 .gallery-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

.gallery-columns-5 .gallery-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}

.gallery-columns-6 .gallery-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 16.66%;
  flex: 1 1 16.66%;
}

.gallery-columns-7 .gallery-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 14.28%;
  flex: 1 1 14.28%;
}

.gallery-columns-8 .gallery-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 12.5%;
  flex: 1 1 12.5%;
}

.gallery-columns-9 .gallery-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 11.11%;
  flex: 1 1 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# RTL
--------------------------------------------------------------*/
.rtl th {
  text-align: right;
}

.rtl ol {
  counter-reset: item;
}

.rtl ol li:before {
  left: auto;
  right: -1.5em;
}

.rtl li > ul,
.rtl li > ol {
  margin-left: 0;
  margin-right: 1.5em;
}

.rtl .mejs-offscreen {
  right: -10000px;
}
