/**
 * Theme Name: Fundrize Child
 * Version: 1.0.0
 * Description: Fundrize WordPress Child Theme
 * Author: Ninzio
 * Theme URI: https://themeforest.net/item/fundrize
 * Author URI: https://themeforest.net/user/ninzio
 * Template: fundrize
 * Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
 * Text Domain: fundrize
 */

a {
     word-break: break-word;
}

/*** FAQ home page ***/
.faqBox .text {
    text-align: left;
    color: #858585;
    line-height: 24px !important;
    min-height: 427px;
}
.faqBox .name-pos {
    margin-top: 0 !important;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    color: #121212;
    min-height: 72px;
}
.faqBox .textWrapper {
    overflow: hidden;
}
.faqBox .textCollapse {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}
.faqBox .textCollapse.close > i {
    transform: rotate(180deg);
}
.faqBox .textCollapse > i {
    padding: 10px;
    cursor: pointer;
}
.faqBox .textCollapse:hover > i {
     color: #212121;
}
.centerElement .button-wrap {
     margin: 0 auto;
     display: table;
}

/*** featured title and breadcrumbs ***/
#featured-title #breadcrumbs .breadcrumb-trail:before {
     color: #fff;
}
#featured-title {
    position: relative;
}
#featured-title:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

/*** internal menu ***/
.internalMenu .menu {
    margin: 0;
    list-style: none;
}
.internalMenu .menu li {
    background: #f5f5f5 !important;
    text-align: center;
    text-transform: uppercase;
    padding: 0 !important;
    margin-bottom: 3px !important;
    transition: all 0.2s linear;
}
.internalMenu .menu li:before {
    display: none;
}
.internalMenu .menu li a {
    padding: 14px 20px;
    cursor: pointer;
    color: #8e8e8e !important;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 22px;
}
.internalMenu .menu li a:hover,
.internalMenu .menu li.current-menu-item a {
     color: #fff !important;
     background: #575ba2 !important;
}

/*** custom button ***/
.customButtonSection .button-wrap {
    display: table;
    margin: 0 auto;
}
.customButtonSection .button-wrap .wprt-button {
    background: url('/wp-content/uploads/2018/09/btn-bg.png') !important;
}

/*** highlighted ***/
a.highlighted:hover {
    background-color: #292929 !important;
    color: #fff;
}

/*** table search ***/
.wpDataTables.wpDataTablesWrapper .dataTables_filter > label {
    font-size: 0 !important;
}
.wpDataTables.wpDataTablesWrapper input[type="search"] {
    border: 2px solid #5559a4 !important;
    padding: 5px 15px !important;
    width: 300px;
    height: 46px;
    color: #5559a4;
    font-weight: 400;
}

/*** blockquote ***/
@media(max-width: 767px) {
     blockquote {
         padding: 0 25px 0 32px;
     }
}
