/**
 * Faqs
 *
 * @package    Ulmod_Faqs
 * @author     Ulmod <support@ulmod.com>
 * @copyright  Copyright (c) 2016 Ulmod (http://www.ulmod.com/)
 * @license    http://www.ulmod.com/license-agreement.html
 */

/**  ========== recent faq widget style ============  **/
.um-recentfaqs-widget,
.um-recentfaqs-widget .recent-faqs,
.um-recentfaqs-widget .recent-faqs .title,
.um-recentfaqs-widget .recent-faqs .faqs-content,
.um-recentfaqs-widget .recent-faqs .faq-item-wrapper,
.um-recentfaqs-widget .faq-title,
.um-recentfaqs-widget .umfaqs-container,
.um-recentfaqs-widget .umfaqs-list {
    float: left;
    width: 100%;
}
.um-recentfaqs-widget .umfaqs-container {
    padding-bottom: 20px;
}
.um-recentfaqs-widget .recent-faqs .faq-item-wrapper {
    padding: 15px;
    background-color: #fbfbfb;
}
.um-recentfaqs-widget .recent-faqs .title,
.um-recentfaqs-widget .recent-faqs .faqs-content {
    padding-bottom: 25px;
}
.um-recentfaqs-widget .recent-faqs .title h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}
.um-recentfaqs-widget .recent-faqs .title .title-divider {
    position: relative;
    width: 50px;
    height: 4px;
    margin: 0 auto;
    background: #e1e1e1;
}
.um-recentfaqs-widget .faq-list {
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    columns: 300px 2;
}
.um-recentfaqs-widget .faq-list .faq {
    border-radius: 3px;
    margin-bottom: 12px;
    color: #333;
    position: relative;
    padding: 8px 5px 8px 36px;
    border: 1px solid #ececec;
    max-height: 100px;
    overflow: auto;
}
.um-recentfaqs-widget .faq-question {
    padding: 0px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}
.um-recentfaqs-widget .faq-question {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}
.um-recentfaqs-widget .faq-question a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}
.um-recentfaqs-widget .faq-question .collapsed::before {
    content: "\f0fe";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 8px;
}
.um-recentfaqs-widget .faq-question a::before {
    content: "\f146";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 8px;
}
.um-recentfaqs-widget .short-answer {
    padding: 5px 0px;
}
.um-recentfaqs-widget .short-answer p {
    margin: 0px;
    font-size: 13px;
}
.um-recentfaqs-widget .faq-answer .read-more {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    padding: 5px;
    color: #333;
    font-weight: 600;
}
.um-recentfaqs-widget .faq-answer .read-more:hover {
    color: #1979c3;
}