/**
 * Headings
 */
.rawt-heading-red {
    color: #ff0000;
}

/**
 * Buttons
 */
.rawt-button.shortcode-center {
    display: inline-block;
}

@media all and (min-width: 550px) {
    .rawt-button.shortcode-left {
        display: block;
        float: left;
        margin-right: 1em;
    }

    .rawt-button.shortcode-right {
        display: block;
        float: right;
        margin-left: 1em;
    }
}

/**
 * Download button
 */
.rawt-download-button .icon:before {
    content: "\f019";
}

/**
 * Checklist
 */
.rawt-checklist {
    margin: 0 0 1em 0;
}

.rawt-checklist > li {
    list-style: none;
    margin-left: 2.6em !important;
    margin-bottom: 0.5em;
}

.rawt-checklist > li h1,
.rawt-checklist > li h2,
.rawt-checklist > li h3,
.rawt-checklist > li h4 {
    display: inline-block;
}

.rawt-checklist li .icon {
    font-size: 1.2em;
    background: #fff;
    padding: 0.2em;
    margin-right: 0.8em;
    margin-left: -2.1em;
}

.rawt-checklist li .icon:before {
    content: "\f00c";
}

/**
 * Item list
 */
.rawt-itemlist {
    margin: 0 0 1em 0;
}

.rawt-itemlist > li {
    list-style: none;
    margin-left: 2.6em !important;
    margin-bottom: 0.5em;
}

.rawt-itemlist li .icon {
    font-size: 1.2em;
    margin-right: 0.8em;
    margin-left: -2.1em;
}

.rawt-itemlist li .icon:before {
    /*content: "\f068";*/
    content: "\f069";
}

/**
 * Checkable list
 */
.rawt-checkable-list {
    margin: 0 0 1em 0;
}

.rawt-checkable-list li {
    margin-bottom: 0.5em;
}

/**
 * Tips list
 */
.rawt-tips-list > li {
    font-size: 0.9em;
    list-style: none;
    margin-bottom: 0.8em;
    margin-left: 2.6em !important;
}

.rawt-tips-list li .icon {
    font-size: 1.2em;
    margin-left: -2.1em;
    margin-right: 0.8em;
}

.rawt-tips-list li .icon:before {
    /*content: "\f004";*/
    content: "\f005";
}

/**
 * Testimonial
 */
.rawt-testimonial {
    margin: 1em 0;
    padding: 1em;
    font-size: 0.9em;
    background: #eee;
}

.rawt-testimonial p {
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
}

.rawt-testimonial.shortcode-left,
.rawt-testimonial.shortcode-right {
    width: 30%;
}

/**
 * Circle Feedback
 */
.rawt-circle-feedback {
    margin: 2em 0;
}

.rawt-circle-feedback .feedback-image {
    display: block;
    margin: 0 auto;
    width: 150px;
}

.rawt-circle-feedback .feedback-comment {
    display: block;
    width: 100%;
}

@media all and (min-width: 750px) {
    .rawt-circle-feedback {
        display: table;
    }

    .rawt-circle-feedback .feedback-image {
        display: table-cell;
        padding-right: 3em;
        vertical-align: middle;
    }

    .rawt-circle-feedback .feedback-comment {
        display: table-cell;
        vertical-align: middle;
    }
}

/**
 * Author Quote
 */
.rawt-author-quote p {
    font-size: 1em;
    line-height: 1.3em;
}

.rawt-author-quote {
    position: relative;
    margin: 1em 0;
    min-height: 72px;
    padding: 1em;
    font-size: 0.85em;
    background: #eee;
}

.rawt-author-quote .quote-area {
    display: table;
}

.rawt-author-quote .quote-icon,
.rawt-author-quote .quote-content {
    display: table-cell;
    vertical-align: middle;
}

.rawt-author-quote .quote-icon .icon:before {
    content: "\f10d";
}

.rawt-author-quote .quote-icon .icon {
    font-size: 3em;
}

.rawt-author-quote .quote-name {
    display: block;
    margin-bottom: 0.5em;
}

.rawt-author-quote.shortcode-left,
.rawt-author-quote.shortcode-right {
    min-width: 120px;
    width: 30% !important;
}

/**
 * Blurb
 */
.rawt-generic-blurb, .rawt-image-blurb {
    margin: 1em 0;
    text-align: center;
}

.rawt-image-blurb .blurb-image {
    display: none;
}

.rawt-image-blurb .blurb-image .media-image-link {
    margin: 0 !important;
}

.rawt-generic-blurb > *,
.rawt-image-blurb.with-mobile .blurb-image {
    display: inline-block;
}

.rawt-generic-blurb .rawt-blurb-content,
.rawt-image-blurb .blurb {
    text-align: center;
}

@media all and (max-width: 749px) {
    .rawt-generic-blurb .rawt-blurb-content {
        width: auto !important;
    }
}

@media all and (min-width: 750px) {
    .rawt-generic-blurb, .rawt-image-blurb {
        display: table;
        width: 100%;
        text-align: left;
    }

    .rawt-generic-blurb > *,
    .rawt-image-blurb > *,
    .rawt-image-blurb.with-mobile .blurb-image,
    .rawt-image-blurb .blurb-image {
        display: table-cell;
        vertical-align: middle;
    }

    .rawt-generic-blurb.blurb-top > *,
    .rawt-image-blurb.blurb-top > *,
    .rawt-image-blurb.blurb-top.with-mobile .blurb-image {
        vertical-align: top;
    }

    .rawt-generic-blurb.blurb-bottom > *,
    .rawt-image-blurb.blurb-bottom > *,
    .rawt-image-blurb.blurb-bottom.with-mobile .blurb-image {
        vertical-align: bottom;
    }

    .rawt-generic-blurb .media-image,
    .rawt-image-blurb .media-image {
        max-width: none !important;
    }

    .rawt-generic-blurb .rawt-blurb-content,
    .rawt-image-blurb .blurb {
        text-align: left;
    }

    .rawt-image-blurb .blurb {
        width: 100%;
        box-sizing: border-box;
    }

    .rawt-generic-blurb .rawt-blurb-content {
        padding: 0 2em;
    }

    .rawt-image-blurb.blurb-left .blurb {
        padding: 0 0 0 2em;
    }

    .rawt-image-blurb.blurb-right .blurb {
        padding: 0 2em 0 0;
    }
}

/**
 * Sidebar
 */
/*.rawt-embed-sidebar {
    display: none;
}

@media all and (min-width: 750px) {
    .rawt-embed-sidebar {
        display: block;
        width: 30%;
    }
}

@media all and (min-width: 1200px) {
    .rawt-embed-sidebar {
        width: 20%;
    }
}*/

/**
 * FAQs
 */
.rawt-faqs {
}

.rawt-faqs .rawt-faq {
    width: 100%;
}

.rawt-faq h4 {
    font-size: 1.4em !important;
}

.rawt-faq .faq-content {
    padding: 1em;
}

.rawt-faq .faq-content .question {
    font-size: 1.1em;
    margin-bottom: 0.3em;
}

.rawt-faq .faq-content .answer {
    font-size: 0.8em;
    line-height: 1.4em;
}

@media all and (min-width: 750px) {
    .rawt-faqs {
        display: table;
    }

    .rawt-faqs .rawt-faqs-col {
        display: table-row;
    }

    .rawt-faqs .rawt-faq {
        vertical-align: top;
        display: table-cell;
        width: 50%;
    }
}

/**
 * FAQ
 */
.rawt-faq {
    margin: 2em 0;
    border-bottom: 1px solid #bbb;
    padding-bottom: 0.5em;
}

.rawt-faq .faq-answer h6 {
    display: none;
    font-size: 0.9em;
}

/**
 * Highlight
 */
.rawt-highlight {
    background: #ffff00;
    padding: 0.5em;
}

.rawt-highlight.highlight3 {
    color: #ff0000;
}

h1 .rawt-highlight,
h2 .rawt-highlight,
h3 .rawt-highlight,
h4 .rawt-highlight {
    display: block;
}

/**
 * Feature Box
 */
.rawt-feature-box {
    margin: 1em 0;
    max-width: 100%;
}

.rawt-feature-box .feature-box-content {
    padding: 1em;
    background: #eee;
}

.rawt-feature-box.shortcode-center {
    width: auto;
}

.rawt-feature-box.shortcode-left,
.rawt-feature-box.shortcode-right {
    width: 60% !important;
    min-width: 300px;
    max-width: 380px;
}

.rawt-feature-box .rawt-media-share,
.rawt-feature-box .rawt-image-line {
    display: block;
}

.rawt-feature-box .media-image {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: auto;
}

/**
 * Grid Plus Widget
 */
.rawt-grid-plus-widget.shortcode-center ul {
    margin: 0 auto;
}

.rawt-grid-plus-widget ul li {
    list-style: none;
    display: block;
    float: left;
}

.rawt-grid-plus-widget ul li > .item {
    display: block;
    margin: 1em !important;
}

.rawt-grid-plus-widget ul li > .item > * {
    margin: 0 !important;
}

.rawt-grid-plus-widget ul li .media-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.rawt-grid-plus-widget ul li .video-embed-content {
    margin: 0 !important;
}

/**
 * Image grid
 */
.rawt-image-grid.shortcode-center ul {
    margin: 0 auto;
}

.rawt-image-grid.shortcode-left ul {
    margin: 0 !important;
    float: left;
}

.rawt-image-grid.shortcode-right ul {
    margin: 0 !important;
    float: right;
}

.rawt-image-grid ul {
    width: 100%;
}

.rawt-image-grid ul.loading {
    position: absolute;
    visibility: hidden;
}

.rawt-image-grid ul li {
    list-style: none;
    display: block;
    float: left;
    margin: 1em 0;
}

.rawt-image-grid ul li > .item {
    display: block;
}

.rawt-image-grid ul li .rawt-media-share,
.rawt-image-grid ul li .media-image-link {
    display: block;
    margin: 0 !important;
}

.rawt-image-grid ul li .media-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

/**
 * Table
 */
.rawt-table.shortcode-left,
.rawt-table.shortcode-right {
    width: 30% !important;
}

/**
 * Signature
 */
.rawt-rawtarian-signature img,
.rawt-rawtarian-signature-full img {
    max-width: 100%;
}

.rawt-rawtarian-signature-full p {
    margin: 0;
    padding: 0 0 0.2em 0;
}