/*
Theme Name: enereflux
Theme URI: #
Description: Custom theme!
Author: enereflux
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.not-found-section {
    padding: 60px 0;
}
.not-found-section h2 {
    display: block;
    font-family: 'Montserrat';
    color: #009966;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0 0 20px;
}
.enerfluxpage-detail-section {
    padding: 60px 0;
}
.enerfluxpage-detail-section h4 {
    display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0 0 20px;
    width: 70%;
}
.innerenerflux-contactpge-section .indiv-enqrydetail-form input[type=email] {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    line-height: 24px;
    margin: 10px 0;
    padding: 20px;
    min-height: 50px;
    border-top: 1px solid #dedede;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background: #fff;
}
.innerenerflux-contactpge-section .indiv-enqrydetail-form input[type=email]::placeholder {
 color: #9d9d9d;
}
.hmenerflux-insightspost-section .insights-postbx h5 a {
    color: #fff;
}
.hmenerflux-insightspost-section .insights-postbx h4 a {
    color: #fff;
}
/* Pagination */
.pagination {
    clear: both;
    position: relative;
    font-size: 17px;
    line-height: 19px;
    float: left;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    display: flex;
    width: 100%;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 9px 11px 7px 11px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover {
    color: #fff;
    background: #f79420;
}

.pagination .current {
    padding: 9px 11px 7px 11px;
    background: #f79420;
    color: #fff;
}