
.magehq-faq .page-title-wrapper {
    text-align: center;
    margin-bottom: 20px;
}
.magehq-faq .page-title-wrapper h1 {
    margin-bottom: 10px;
    font-size: 3.0rem;
    text-align: left;
}
.magehq-search-box-wrapper {
	width: 60%;
    margin: auto;
    position: relative;
}

.magehqfaq-search .magehq-input {
    padding: 12px 10px 12px 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    height: auto;
    margin: 0 0 10px;
    display: block;
    box-sizing: border-box;
    box-shadow: none!important;
}

.magehqfaq-search .magehq-button {
	position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    border: 0;
    box-shadow: none;
    padding: 12px 10px 12px 25px;
    background: none;
}
.sidebar-additional .magehqfaq-search {
    position: relative;
    margin-bottom: 25px
}
.sidebar-additional .magehqfaq-search .magehq-input {
    padding: 8px 10px 8px 10px;
}
.sidebar-additional .magehqfaq-search .magehq-button {
    height: 37px;
    padding: 10px 10px 10px 17px;
}
.magehqfaq-category-description {
    margin-bottom: 20px;
}

.magehq-widget-categories-3,
.magehq-widget-categories-4 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f4f4f4;
}

.magehq-faq .magehq-widget-category {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-top: 20px;
}
.magehq-faq .magehq-widget-category:last-child {
    border-bottom: 0 none;
}

.magehq-faq .magehq-category-header a {
    display: -webkit-flex;
    color: inherit;
}

.magehqfaq_categories .item.title {
    font-weight: 600;
    font-size: 1.6rem;
}
.magehqfaq_categories .item {
    margin-bottom: 5px;
}
.magehqfaq_categories .item a {
    color: inherit;
}
.magehqfaq_categories .item.current a {
     color: #ff5501;
}

.faq-tags-details .post-tag a {
    background-color: #444;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 2px 10px;
    padding: 4px 7px 3px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.faq-tags-details  .post-tag a:before {
    border-top: 12px solid transparent;
    border-right: 8px solid #444;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.faq-tags-details  .post-tag a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}


.magehq-faq a,
.magehq-faq a:hover {
    text-decoration: none;
}
.magehq-faq h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 600;
}
.magehq-faq .header-description {
    font-size: 90%;
    margin-bottom: 12px;
}
.magehq-faq .magehq-item {
    margin-bottom: 16px;
}
.magehqfaq-product-tab .magehq-item {
    margin-bottom: 8px;
}
.magehq-faq .magehq-title,
.magehqfaq-product-tab .magehq-title {
    font-weight: 600;
    cursor: pointer;
}
.magehq-faq .magehq-content,
.magehqfaq-product-tab .magehq-content {
    padding-left: 15px;
    padding-top: 5px;
}
.magehq-faq .ask-question-form {
    margin-top: 20px;
}
.magehq-faq .ask-question-form .button-info {
    margin-bottom: 8px;
}
.magehq-faq .question_view .answer {
    margin-bottom: 30px;
}
.magehq-faq .question_view .question-meta {
    margin-bottom: 5px;
}
.magehq-faq .question_view .magehqfaq-rating {
    margin-bottom: 15px;
}
.magehq-faq .question_view .magehqfaq-social-buttons img {
    width: 32px;
}
.magehq-faq span.magehq-rating-data-wrapper,
.magehqfaq-product-tab span.magehq-rating-data-wrapper {
    font-size: 90%;
    padding-left: 10px;
}
.magehqfaq-product-tab .block-title {
    margin-bottom: 10px;
}
.magehqfaq-product-tab .button-info {
    margin-bottom: 10px;
}
.magehqfaq-product-tab .ask-question-form {
    padding-top: 15px;
}
@media only screen and (min-width: 768px) {
    .magehq-faq .magehq-widget-category {
        border-bottom: 0 none;
    }
    .magehq-widget-categories-3 .magehq-widget-category {
        width: 33.33%;
    }
    .magehq-widget-categories-4 .magehq-widget-category {
        width: 25%;
    }
    .magehq-faq .magehq-category-container {
        padding-right: 20px;
    }
}

.magehqfaq_questions_wp.magehqfaq_questions .magehq-title {
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 12px 15px;
}

.magehqfaq_questions_wp.magehqfaq_questions .magehq-content {
    border: 1px solid #ddd;
    border-top: 0 none;
    padding: 15px;
}
.magehqfaq_questions .magehq-title .magehq-minus,
.magehqfaq_questions .magehq-title .magehq-plus {
    font-family: "FontAwesome";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    margin-right: 5px;
}

.magehqfaq_questions .magehq-title .magehq-minus:before {
    content: "\f068";
}
.magehqfaq_questions .magehq-title .magehq-plus:before {
    content: "\f067"
}