/****************************************************************************/
/* Main */
/****************************************************************************/

@font-face {
    font-family: 'rf-sg-icomoon';
    src:  url('../icons/rf-sg-icomoon.eot?bo96ea');
    src:  url('../icons/rf-sg-icomoon.eot?bo96ea#iefix') format('embedded-opentype'),
        url('../icons/rf-sg-icomoon.woff2?bo96ea') format('woff2'),
        url('../icons/rf-sg-icomoon.ttf?bo96ea') format('truetype'),
        url('../icons/rf-sg-icomoon.woff?bo96ea') format('woff'),
        url('../icons/rf-sg-icomoon.svg?bo96ea#rf-sg-icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.rf-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'rf-sg-icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-external-link:before {
    content: "\e907";
}
.icon-ui:before {
    content: "\e906";
}
.icon-color:before {
    content: "\e900";
}
.icon-imagery:before {
    content: "\e901";
}
.icon-logo:before {
    content: "\e902";
}
.icon-story:before {
    content: "\e903";
}
.icon-typography:before {
    content: "\e904";
}
.icon-voice:before {
    content: "\e905";
}

/* Environment label in WP tool bar (same code on rf-main.css) */
#wp-admin-bar-top-secondary #wp-admin-bar-rf_environment,
#wp-admin-bar-top-secondary #wp-admin-bar-rf_environment:hover {
    background: #06756b !important;
    color: #FFF !important;
    pointer-events: none !important;
    margin: 0 7px 0 0;
}

ul#wp-admin-bar-top-secondary li a {
    background: none !important;
    color: #FFF !important;
}

/* Warning about robots.txt edit (same code on razorfrog.php) */
#wp-admin-bar-root-default #wp-admin-bar-rf_indexing_discouraged a {
    background: #c81010 !important;
    color: #FFF !important;
    padding: 0 8px 0 7px;
}
#wp-admin-bar-root-default #wp-admin-bar-rf_indexing_discouraged a:hover {
    background: #ae0606 !important;
}

/****************************************************************************/
/* FAQ */
/* Compile and minify at https://beautifytools.com/scss-compiler.php */
/****************************************************************************/

.faq-section .single-faq-entry .question {display: block;width: 100%;color: #000;font-size: 1rem;font-weight: 400;line-height: 1.7rem;text-align: left;margin: 0 0 20px;padding: 10px 12px;background: #f1f1f1;cursor: pointer;transition: all 0.3s ease-in-out;}.faq-section .single-faq-entry .question .ticon {margin-right: 7px;}.faq-section .single-faq-entry .question.active {background: #01a092;color: #fff;}.faq-section .single-faq-entry .answer {display: none;}.faq-section .single-faq-entry .answer p:last-of-type {margin-bottom: 0;}.faq-section .single-faq-entry .answer .theme-button {margin: 20px 0 40px !important;}.single-faq.single .single-header {margin: 0;}.single-faq.single ul.meta, .single-faq.single #sidebar {display: none;}.single-faq.single #primary {width: 100%;max-width: 100%;}.single-faq.single .single-content {margin: 20px 0 40px;}.single-faq.single .theme-button.faq-back-button {margin: 20px 0 10px;}.single-faq.single .wpex-social-share {margin: 0;}.single-faq.single .wpex-social-share .theme-heading.social-share-title {display: none;}@media (max-width: 699px) {.single-faq.single .wpex-social-share ul {display: flex;flex-wrap: wrap;align-content: center;justify-content: space-between;}}.single-faq.single .wpex-social-share ul li a {padding: 7px 20px;border: none;border-radius: 5px;}@media (max-width: 699px) {.single-faq.single .wpex-social-share ul li {width: calc(50% - 5px);margin: 0 0 10px;}}@media (max-width: 499px) {.single-faq.single .wpex-social-share ul li {width: 100%;margin: 0 0 10px;}}.single-faq.single .wpex-social-share ul li:last-child {margin-bottom: 0;}

