/*
Theme Name: Carrot Creates
Description: Used to style the TinyMCE editor.
*/
/************************************ RESETS ************************************/
#tinymce, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit; }

table {
  border-collapse: separate;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style-position: inside;
  margin-bottom: 0; }

/************************************ TINYMCE EDITOR GLOBALS ************************************/
.uppercase {
  text-transform: uppercase; }

/************************************ BODY / HTML ************************************/
html {
  font-size: 100%; }

body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  color: #555555;
  font-weight: 400;
  font-variant: normal;
  font-stretch: normal;
  font-size: 100%;
  line-height: 1.5em;
  margin: 0 auto; }

#tinymce, body, html {
  font-family: 'Roboto', sans-serif; }

/************************************ HEADINGS / TEXT TAGS **************************************/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  margin-bottom: 20px;
  color: #222222;
  font-weight: 300; }

h5, h6 {
  font-weight: 400; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2.25em; }

h3 {
  font-size: 1.875em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.375em; }

h6 {
  font-size: 1.125em; }

hr {
  background: #03c7c9;
  height: 1px;
  border: none;
  width: 100%;
  margin: 60px 0; }

em {
  font-style: italic; }

p {
  margin-bottom: 1.5em; }

/************************************ LINKS **************************************/
a {
  color: #44c02b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover {
  text-decoration: none;
  color: #359622; }

a, a img {
  border: none; }

.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.bolder {
  font-weight: 800; }

.chambray-ghost-button {
  display: inline-block; }
  .chambray-ghost-button a {
    display: block; }
    .chambray-ghost-button a {
      background-color: #3c5c99;
      color: #FFF;
      padding: 15px 42px;
      font-size: 1em;
      border: 2px solid #3c5c99;
      box-sizing: border-box;
      font-weight: 300;
      cursor: pointer;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .chambray-ghost-button a:hover {
        background: none;
        color: #3c5c99; }

.robins-egg-ghost-button {
  display: inline-block; }
  .robins-egg-ghost-button a {
    display: block; }
    .robins-egg-ghost-button a {
      background-color: #03c7c9;
      color: #FFF;
      padding: 15px 42px;
      font-size: 1em;
      border: 2px solid #03c7c9;
      box-sizing: border-box;
      font-weight: 300;
      cursor: pointer;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .robins-egg-ghost-button a:hover {
        background: none;
        color: #03c7c9; }

.apple-ghost-button {
  display: inline-block; }
  .apple-ghost-button a {
    display: block; }
    .apple-ghost-button a {
      background-color: #44c02b;
      color: #FFF;
      padding: 15px 42px;
      font-size: 1em;
      border: 2px solid #44c02b;
      box-sizing: border-box;
      font-weight: 300;
      cursor: pointer;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .apple-ghost-button a:hover {
        background: none;
        color: #44c02b; }

.white-ghost-button {
  display: inline-block; }
  .white-ghost-button a {
    display: block; }
    .white-ghost-button a {
      background-color: white;
      color: #000;
      padding: 15px 42px;
      font-size: 1em;
      border: 2px solid #fff;
      box-sizing: border-box;
      font-weight: 300;
      cursor: pointer;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .white-ghost-button a:hover {
        background: none;
        color: white; }

.white-opaque-ghost-button {
  display: inline-block; }
  .white-opaque-ghost-button a {
    display: block; }
    .white-opaque-ghost-button a {
      background-color: rgba(255, 255, 255, 0.2);
      color: #fff;
      padding: 8px 12px;
      font-size: 1em;
      border: 2px solid transparent;
      box-sizing: border-box;
      font-weight: 300;
      cursor: pointer;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .white-opaque-ghost-button a:hover {
        background: none;
        color: rgba(255, 255, 255, 0.2); }

.black-ghost-button input[type="submit"] {
  display: inline-block;
  width: 100%; }
  .black-ghost-button input[type="submit"] {
    background-color: #222;
    color: #FFF;
    padding: 15px 42px;
    font-size: 1em;
    border: 2px solid #222;
    box-sizing: border-box;
    font-weight: 300;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .black-ghost-button input[type="submit"]:hover {
      background: none;
      color: #222; }

.white-opaque-ghost-button a:hover {
  border-color: #fff;
  color: #fff; }

/************************************ BUTTONS **************************************/
/* Button Classes For TinyMCE */
/************************************ CONTENT **************************************/
#tinymce {
  background: #fff;
  font-family: 'Roboto', sans-serif !important;
  padding: 20px !important; }

/***************************** Image Alignments *************************************/
.no-padding {
  padding: 0 !important; }

.no-style {
  padding: 0 !important;
  border: none !important;
  background: none !important; }

.alignnone {
  padding: 3px 0 10px 0;
  display: block;
  clear: both; }

.alignleft {
  float: left;
  margin: 3px 20px 20px 0; }

.alignright {
  float: right;
  margin: 3px 0 20px 20px; }

.aligncenter {
  display: block;
  margin: 10px auto; }

.wp-caption-text {
  background: #bbb;
  font-size: 12px;
  color: #fff;
  text-shadow: none;
  padding: 5px;
  margin: 0; }

/*# sourceMappingURL=editor-style.css.map */
