@charset "UTF-8";

/* ----------------------------------------------------------
  Editor Content
---------------------------------------------------------- */

.wputh-content,
body#tinymce.wp-editor {
    max-width: 960px;
    font: 13px/1.4 sans-serif;
}

.wputh-content img,
body#tinymce.wp-editor img {
    height: auto;
    max-width: 100%;
}

body#tinymce.wp-editor img.wp-more-tag {
    width: auto;
    height: 16px;
    min-width: 300px;
}

.wputh-content ul,
.wputh-content p,
body#tinymce.wp-editor ul,
body#tinymce.wp-editor p {
    margin-bottom: 18px;
    font: inherit;
}

.wputh-content ul:last-child,
.wputh-content p:last-child,
body#tinymce.wp-editor ul:last-child,
body#tinymce.wp-editor p:last-child {
    margin-bottom: 0;
}

.wputh-content ul:first-child,
.wputh-content p:first-child,
body#tinymce.wp-editor ul:first-child,
body#tinymce.wp-editor p:first-child {
    margin-top: 0;
}

.mce-content-body table {
    width: 100%;
}

.mce-content-body th {
    text-align: left;
}

.mce-content-body blockquote {
    margin: 0;
    padding: 1em;
    background-color: #F0F0F0;
}

/* ----------------------------------------------------------
  Shortcodes
---------------------------------------------------------- */

/* Responsive video
-------------------------- */

.wputh-video-container {
    position: relative;
    height: 0;
    padding-top: 35px;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.wputh-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Text on multiple columns
-------------------------- */

.post-content-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}

/* Grid
-------------------------- */

.post-content-grid {
    display: table;
    width: 100%;
    margin-bottom: 1em;
    table-layout: fixed;
}

.post-content-grid > .col {
    display: table-cell;
    padding: 0 1em;
    vertical-align: top;
}

.post-content-grid > .col:first-child {
    padding-left: 0;
}

.post-content-grid > .col:last-child {
    padding-right: 0;
}

@media(max-width:767px) {
    .post-content-grid {
        display: block;
        margin: 0;
    }

    .post-content-grid > .col {
        display: block;
        padding: 0 0 1em;
    }
}

/* Table
-------------------------- */

.wputinymce-table {
    width: 100%;
    table-layout: fixed;
}

.wputinymce-table th {
    text-align: left;
}
