/**
 * TGE specific styles for search results and search bar
 */
.goodex .tipue_search_content_title {
    font-size: 20px;
    font-weight: 500;
}

.goodex .tipue_search_content_url,
.goodex .tipue_search_content_text {
    font-size: 12px;
    /*min-height: 58px;*/
}

.goodex .tipue_search_content_title > a {
    font-family: 'Titillium Web', 'Open Sans', sans-serif;
    color: #009639;
}

.goodex .tipue_search_group {
    display: flex;
    background-image: url(../../../../../wp-content/uploads/2018/01/gradient-bg.jpg?id=5211) !important;
    padding: 1em;
}

.goodex .tipue_search_group h2 {
    flex-basis: 52%;
    color: #fff;
    margin-bottom: 0;
    font-size: 2em;
    text-align: center;
    line-height: 1.5em;
    padding-top: 5px;
}

.goodex .tipue_search_result {
    width: calc(50% - 40px);
    display: inline-block;
    padding: 18px 20px;
}

body.goodex .faqbtp {
    font-size: 12px;
}

body.goodex div.vc_tta-container div.vc_tta-panel-body p,
body.goodex div.vc_tta-container span.vc_tta-title-text {
    font-size: 12px;
}

.goodex .tipue_search_group .tipue_search_button {
    flex-basis: 15%;
    padding: 14px 30px 14px;
    min-width: 200px;
    font-size: 24px;
    border-width: 2px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 75px;
}

.goodex .tipue_search_group .tipue_search_button > span {
    cursor: pointer;
    transition: all .3s;
    border-radius: 75px;
    transform: none;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-weight: 300;
    text-align: center;
    margin-left: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.goodex .tipue_search_group #tipue_search_input {
    flex-basis: 33.3%;
    height: 42px;
    margin-right: 2em;
    font-size: 14px;
    position: relative;
    top: 7px;
}

.goodex #tipue_search_foot {
    border-bottom: 1px solid #222;
    padding-bottom: 4em;
    margin-bottom: 4em;
}

.goodex .tipue_search_content_bold {
    font-weight: 600;
}

.goodex #tipue_search_content {
    /*background-color: #f9f9f9;
    padding: 1em 1.5em;*/
}

.goodex #tipue_search_foot_boxes > li:before {
    content: '';
}

.goodex #tipue_search_foot_boxes > li.current {
    background: #009639;
    color: #fff;
    border: 1px solid #009639;
}

.goodex #tipue_search_foot_boxes li a:hover {
    color: #fff;
}

.goodex #tipue_search_foot_boxes li a {
    border: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
    .goodex .tipue_search_group {
        flex-wrap: wrap;
        justify-content: center;
    }

    .goodex .tipue_search_group h2 {
        flex-basis: 100%;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 425px) {
    .goodex .tipue_search_group #tipue_search_input {
        flex-basis: 69%;
        height: 50px;
        top: -11px;
        margin-bottom: 3px;
        margin-right: 0;
    }

    .goodex .tipue_search_result {
        width: calc(100% - 40px);
    }
}
