/*
Theme Name: daydream
Description: Used to style the TinyMCE editor.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Elements
 * 3.0 - Typography
 * 4.0 - Caption
 * 5.0 - Galleries
 * 6.0 - Media Elements
 * 7.0 - RTL
 */

/**
 * 1.0 - Body
 */

body {
    background: #ffffff;
    font-family: "Open Sans", Arial, serif;
    line-height: 1.8;
    font-size: 14px;
    color: #777777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

/**
 * 2.0 - Elements
 */

a {
    color: #27CBC0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #1fa098;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

ins {
    text-decoration: none;
}

mark, .mark {
    background-color: transparent;
}

p,
ul,
ol,
blockquote {
    margin: 0 0 20px;
}

ul {
    list-style-type: disclosure-closed;
    color: #1fa098;
    margin-left: 15px;
    padding: 0;
}

::-moz-selection {
    background: #27CBC0;
    color: #fff !important;
}

::-webkit-selection {
    background: #27CBC0;
    color: #fff !important;
}

::selection {
    background: #27CBC0;
    color: #fff !important;
}

/**
 * 3.0 - Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
    margin: 0 0 20px;
}

h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1 {
    letter-spacing: 7px;
    margin-right: -7px;
}

h2 {
    letter-spacing: 5px;
    margin-right: -5px;
}

h3 {
    letter-spacing: 5px;
    margin-right: -5px;
}

h4 {
    letter-spacing: 3px;
    margin-right: -3px;
}

h5 {
    letter-spacing: 1px;
    margin-right: -1px;
}

h6 {
    letter-spacing: 1px;
    margin-right: -1px;
}

/**
 * 4.0 - Caption
 */

.wp-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    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: 0.8075em 0;
}

/**
 * 5.0 - Galleries
 */

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

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

/**
 * 6.0 - Media Elements
 */

.mejs-container {
    margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0;
}

/* Playlist Color Overrides: Light */

.wp-playlist-light {
    border-color: #eee;
    color: #222;
}

.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333;
}

.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676;
}

.wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.wp-playlist-light .wp-playlist-item:hover,
.wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #767676;
    color: #fff;
}

.wp-playlist-light a.wp-playlist-caption:hover,
.wp-playlist-light .wp-playlist-item:hover a,
.wp-playlist-light .wp-playlist-item:focus a {
    color: #fff;
}

/* Playlist Color Overrides: Dark */

.wp-playlist-dark {
    background: #222;
    border-color: #333;
}

.wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333;
}

.wp-playlist-dark .wp-playlist-caption {
    color: #fff;
}

.wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee;
}

.wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa;
}

.wp-playlist-dark .wp-playlist-playing {
    background-color: #333;
}

.wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.wp-playlist-dark .wp-playlist-item:hover,
.wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #aaa;
    color: #222;
}

.wp-playlist-dark a.wp-playlist-caption:hover,
.wp-playlist-dark .wp-playlist-item:hover a,
.wp-playlist-dark .wp-playlist-item:focus a {
    color: #222;
}

/* Playlist Style Overrides */

.wp-playlist {
    padding: 0.625em 0.625em 0.3125em;
}

.wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700;
}

.wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal;
}

.wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.wp-playlist-item {
    padding: 0 0.3125em;
    cursor: pointer;
}

.wp-playlist-item:last-of-type {
    border-bottom: none;
}

.wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
}

.wp-playlist-item a,
.wp-playlist-item a:focus,
.wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.wp-playlist-item-length {
    top: 5px;
}

/**
 * 7.0 - RTL
 */

.rtl th {
    text-align: right;
}

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