/*
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 {
  list-style-type: none;
  margin-bottom: 20px; }
  ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px; }
    ul li > ul {
      margin-top: 10px; }
    ul li:before {
      content: '';
      width: 8px;
      height: 8px;
      background: #6f3b8f;
      position: absolute;
      top: 8px;
      left: 0; }

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

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

body {
  background-color: #fff;
  font-family: "Roboto Condensed", sans-serif !important;
  color: #2d2d2d;
  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 Condensed", sans-serif !important; }

/************************************ HEADINGS / TEXT TAGS **************************************/
h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin-bottom: 20px;
  color: #222; }

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

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.75em; }

h3 {
  font-size: 2.5em; }

h4 {
  font-size: 2.25em; }

h5 {
  font-size: 1.875em; }

h6 {
  font-size: 1.625em; }

em {
  font-style: italic; }

p {
  margin-bottom: 1.75em; }

hr {
  height: 2px;
  background: #6f3b8f;
  margin-top: 50px;
  margin-bottom: 50px;
  border: none; }

/************************************ LINKS **************************************/
a {
  color: #6f3b8f;
  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: #4d2064; }

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; }

.main-box-button {
  position: relative;
  z-index: 2; }
  .main-box-button {
    display: inline-block;
    margin-right: 30px; }
    .main-box-button a {
      display: block;
      border: 2px solid #6f3b8f;
      color: #6f3b8f;
      padding: 2px 24px;
      box-sizing: border-box;
      text-transform: uppercase;
      position: relative; }
      .main-box-button a:before {
        content: '';
        position: absolute;
        z-index: -1;
        background: #6f3b8f;
        width: 0;
        height: 100%;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .main-box-button a:after {
        content: '';
        border: 2px solid #6f3b8f;
        position: absolute;
        height: 100%;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .main-box-button a:hover {
        color: #fff; }
        .main-box-button a:hover:before {
          width: 100%; }
  .main-box-button * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-box-button a:after {
    background: #6f3b8f url("images/icons/svg/general/buttons/icon-arrow-light.svg");
    width: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 50%; }

.white-box-button {
  position: relative;
  z-index: 2; }
  .white-box-button {
    display: inline-block;
    margin-right: 48px; }
    .white-box-button a {
      display: block;
      border: 2px solid #fff;
      color: #fff;
      padding: 10px 32px;
      box-sizing: border-box;
      text-transform: uppercase;
      position: relative; }
      .white-box-button a:before {
        content: '';
        position: absolute;
        z-index: -1;
        background: #fff;
        width: 0;
        height: 100%;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .white-box-button a:after {
        content: '';
        border: 2px solid #fff;
        position: absolute;
        height: 100%;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .white-box-button a:hover {
        color: #333; }
        .white-box-button a:hover:before {
          width: 100%; }
  .white-box-button * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .white-box-button a:after {
    background: #fff url("images/icons/svg/general/buttons/icon-arrow-dark.svg");
    width: 48px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 50%; }

.dark-box-button {
  position: relative;
  z-index: 2; }
  .dark-box-button {
    display: inline-block;
    margin-right: 48px; }
    .dark-box-button a {
      display: block;
      border: 2px solid #222;
      color: #222;
      padding: 10px 32px;
      box-sizing: border-box;
      text-transform: uppercase;
      position: relative; }
      .dark-box-button a:before {
        content: '';
        position: absolute;
        z-index: -1;
        background: #222;
        width: 0;
        height: 100%;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .dark-box-button a:after {
        content: '';
        border: 2px solid #222;
        position: absolute;
        height: 100%;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .dark-box-button a:hover {
        color: #fff; }
        .dark-box-button a:hover:before {
          width: 100%; }
  .dark-box-button * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .dark-box-button a:after {
    background: #222 url("images/icons/svg/general/buttons/icon-arrow-dark.svg");
    width: 48px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 50%; }

.purple-box-button {
  position: relative;
  z-index: 2; }
  .purple-box-button {
    display: inline-block;
    margin-right: 48px; }
    .purple-box-button a {
      display: block;
      border: 2px solid #6f3b8f;
      color: #6f3b8f;
      padding: 10px 32px;
      box-sizing: border-box;
      text-transform: uppercase;
      position: relative; }
      .purple-box-button a:before {
        content: '';
        position: absolute;
        z-index: -1;
        background: #6f3b8f;
        width: 0;
        height: 100%;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .purple-box-button a:after {
        content: '';
        border: 2px solid #6f3b8f;
        position: absolute;
        height: 100%;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .purple-box-button a:hover {
        color: #fff; }
        .purple-box-button a:hover:before {
          width: 100%; }
  .purple-box-button * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .purple-box-button a:after {
    background: #6f3b8f url("images/icons/svg/general/buttons/icon-arrow-light.svg");
    width: 48px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 50%; }

.green-box-button {
  position: relative;
  z-index: 2; }
  .green-box-button {
    display: inline-block;
    margin-right: 48px; }
    .green-box-button a {
      display: block;
      border: 2px solid #ade565;
      color: #ade565;
      padding: 10px 32px;
      box-sizing: border-box;
      text-transform: uppercase;
      position: relative; }
      .green-box-button a:before {
        content: '';
        position: absolute;
        z-index: -1;
        background: #ade565;
        width: 0;
        height: 100%;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .green-box-button a:after {
        content: '';
        border: 2px solid #ade565;
        position: absolute;
        height: 100%;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .green-box-button a:hover {
        color: #fff; }
        .green-box-button a:hover:before {
          width: 100%; }
  .green-box-button * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .green-box-button a:after {
    background: #ade565 url("images/icons/svg/general/buttons/icon-arrow-light.svg");
    width: 48px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 50%; }

.green-title-box {
  background: #6f3b8f;
  color: #fff;
  font-size: 1.875em;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 1em;
  display: inline-block; }

#tinymce {
  background: #fff;
  font-family: "Roboto Condensed", 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 */
