/*

Theme Name: IGM Forum
Theme URI: http://gbjsolution.com/
Author: Biswajit Saha
Author URI: http://themeforest.net/user/GBJsolution
Description: Child Theme of Quill Blog - A minimal and responsive, content focused blog theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, theme-options, translation-ready
Text Domain: quill-blog
Template: quill-blog

*/

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000000;
    font-family: 'Arial', serif;
}

.cover {
    background-color: #800000;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
}

.cover-home {
    padding: 140px 0px !important;
    background-position: right 0 bottom -200px;
    background-color: white;
    height: 200px;
}

.cover-page {
    background-position: right 0 bottom -200px;
    background-color: white;
    height: 150px;
}

.cover,
.cover h1 {
    color: #ffffff !important;
    font-weight: bold;
}

.cover.has-image:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position: right 20px bottom 10px;
    height: 100%;
}

.cover.has-image {
    padding: 60px 0 !important;
}

.small-container {
    margin: 0;
    padding: 0;
}

.post a .featured-image {
    height: 150px;
}

.cover-author {
    padding: 40px 0;
}

img.avatar {
    object-fit: cover;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.cover-author .author-name {
    color: #ffffff;
}

.cover-author .description {
    margin-top: 16px;
    font-size: 14px;
}

.cover-author .author-social {
    padding: 0;
    margin: 0;
}

.cover-author .author-social li {
    list-style: none;
    display: inline-block;
    margin-right: 16px;
    color: #ffffff;
    font-size: 1.8rem;
}

.cover-author .author-social li:last-child {
    margin-right: 0px;
}

.cover-author .author-social li a {
    color: #ffffff;
}

.cover-author .author-social li a:hover,
.cover-author .author-social li a:focus {
    color: #19ddc4;
}

.cover-author .author-social li.location i {
    margin-right: 8px;
}

a,
.site-footer a {
    color: #800000;
}

.logo {
    height: 75px;
    line-height: 4.4rem;
    padding: 15px 15px 15px 15px;
    font-size: 24px;
    font-weight: 700;
    color: #222222;
}

.site-header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 140px;
}

.site-header {
    background: #ffffff !important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.site-header .main-menu ul li {
    list-style: none;
    font-size: 16px;
    margin: 0px 20px;
    padding: 12px 0;
    max-width: 200px;
    text-align: center;
}

.site-header .main-menu ul li a {
    color: #999999 !important;
    padding: 5px 0 3px;
    display: block;
    line-height: 24px;
    text-transform: none;

}

.site-header .main-menu a:hover,
.site-header .main-menu .current-menu-parent>a,
.site-header .main-menu .current-menu-item>a {
    color: #800000 !important;
}

.nav-right span {
    margin: 12px 0;
    color: #999999;
}

.header-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.navbar-header {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}

.main-menu ul>li a {
    color: #999999;
}

.tagcloud a, .tag-groups-cloud .tag-groups-tag a {
    color: #999999;
    border: 1px solid #dddddd !important;
    font-size: 1rem !important;
    padding: 0px 8px;
    line-height: 22px;
    /* height: 24px; */
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 8px 8px 0px;
}

.tag-groups-cloud .tag-groups-tag a:hover {
    background-color: #800000;
    border: 1px solid #800000;
    color: #ffffff;
}

.tag-groups-cloud {
    padding-bottom: 40px;
}
.tag-groups-cloud .tag-groups-tag a span{
    /* font-size: 1.1rem !important; */
}

.content-area {
    margin-top: 100px;
}

.main-content-area {
    padding: 64px 0;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.is-flex:before {
    display: block;
}

.row.is-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.post-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.post-card .featured-image {
    height: 224px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.post-card .permalink:hover .featured-image {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=(90));
}

.post-card .content-wrap {
    padding: 0px 16px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.post-card .entry-header {
    margin: 24px 0px;
}

.post-card .entry-header .category {
    position: relative;
}

.post-card .entry-header .category a {
    color: #999999;
    text-transform: uppercase;
    border: none;
    background: none;
}

.post-card .entry-header .category a:hover {
    color: #800000;
    border: none;
    background: none;
}

.post-card .entry-header .category:before,
.post-card .entry-header .category:after {
    content: "";
    height: 1px;
    width: 16px;
    background: rgba(153, 153, 153, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.post-card .entry-header .category:before {
    left: -24px;
}

.post-card .entry-header .category:after {
    right: -24px;
}

.post-card .entry-header .title {
    margin-top: 12px;
    margin-bottom: 0;
}

.post-card .entry-header .title a {
    color: #222222;
}

.post-card .entry-header .title a:hover,
.post-card .entry-header .title a:focus {
    color: #800000;
}

.post-card .entry-content {
    flex: 4 1 auto;
    padding-bottom: 16px;
}

.post-card .entry-content p {
    margin-bottom: 12px;
}

.post-card .entry-footer {
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    padding: 16px 0px;
    font-size: 12px;
    color: #999999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.post-card .entry-footer .author {
    flex: 1;
    /* display: none; */
}

.post-card .entry-footer .author a {
    color: #999999;
    display: none;
}

.post-card .entry-footer .author a .avatar {
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
}

.post-card .entry-footer .author a:hover,
.post-card .entry-footer .author a:focus {
    color: #800000;
}

.post-card .entry-footer .published-date {
    line-height: 32px;
    vertical-align: middle;
}

.post-card .entry-footer .category a {
    line-height: 32px;
    vertical-align: middle;
    background: none;
    border: none;
    color: #999999;
    padding: 0;
    letter-spacing: 0;
    text-transform: unset;
}

.post-card .entry-footer .category a:hover {
    background: none;
    color: #800000
}

/*====================================================
      6. pagination
  ====================================================*/
.pagination-wrap .page-number {
    margin: 16px;
    font-size: 12px;
}


.btn {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0px 24px;
    border: 1px solid #dddddd;
    color: #363636;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:hover,
.btn:active:focus {
    background: transparent;
    color: #19ddc4;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-sm {
    padding: 0px 16px;
    font-size: 12px;
    line-height: 30px;
    height: 32px;
}

.btn-default {
    background-color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus {
    background-color: #800000;
    border: 1px solid #800000;
    color: #ffffff;
}

.btn-primary {
    background-color: #800000;
    border-color: #800000;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
    background-color: #14af9b;
    border: 1px solid #14af9b;
    color: #ffffff;
}


.leftGraph {
    float: left;
}

.rightGraph {
    float: right;
}

.leftGraph,
.rightGraph {
    margin: .5em 0 0em 0;
    width: 360px;
}

.clearFix {
    clear: both;
}

.supplemental_content {
    margin-top: 40px;
    margin-bottom: 40px;
}

table,
th,
td {
    border: none;
}

th {
    border-bottom: 2px solid #800000;
}

td {
    border-top: 1px solid #800000;
    padding-bottom: 1em;
    padding-top: 1em;
}

.recent-single-post .date,
.recent-single-post .post-title {
    color: #999999;
}

.recent-single-post .date:hover,
.recent-single-post .post-title:hover {
    color: #800000;
}

.recent-post .recent-single-post .post-info .post-title a {
    color: #999999;
}

.recent-post .recent-single-post .post-info {
    margin-left: 76px;
}

.recent-post .recent-single-post .post-info .post-title {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: 400;
}

.recent-post .recent-single-post a .post-thumb {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.topic {
    display: flex;
    flex-wrap: wrap;
}

.topic a {
    color: #999999;
    border: 1px solid #dddddd !important;
    font-size: 12px;
    padding: 0px 16px;
    line-height: 22px;
    height: 24px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 8px 8px 8px 0px;
    text-transform: uppercase;
}

.topic a:hover,
.topic a.checked {
    color: #fff;
    background: #800000;
}

.box-example-1to10 .br-wrapper {
    width: 210px;
    position: absolute;
    margin: 0px 0 0 -105px;
    left: 50%;
}

.br-theme-bars-1to10 .br-widget {
    white-space: nowrap;
    display: flex;
    justify-content: center;
}

.br-theme-bars-1to10 .br-widget span.br-active,
.br-theme-bars-1to10 .br-widget span.br-selected {
    background-color: #800000;
}

.br-theme-bars-1to10 .br-widget span {
    display: block;
    width: 8%;
    padding: 5px 0;
    height: 28px;
    float: left;
    background-color: #e5cccc;
    margin: 1px;
    text-align: center;
    cursor: default;
}

.br-theme-bars-1to10 .br-current-rating {
    clear: both;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: .5em 0;
    font-weight: 400;
}

.box-example-1to5 .br-wrapper {
    padding-top: 1.3em;
    width: 356px;
    position: absolute;
    margin: 0px 0 0 -178px;
    left: 50%;
}

.br-theme-bars-1to5 .br-widget {
    white-space: nowrap;
    display: flex;
    justify-content: center;
}

.br-theme-bars-1to5 .br-widget span {
    display: block;
    width: 17%;
    height: 28px;
    float: left;
    background-color: #e5cccc;
    margin: 1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #800000;
    text-align: center;
}

.br-theme-bars-1to5 .br-current-rating {
    clear: both;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: .5em 0;
    font-weight: 400;
}

.br-theme-bars-1to5 .br-widget span.br-active,
.br-theme-bars-1to5 .br-widget span.br-selected {
    background-color: #800000;
}

/* .br-theme-bars-1to5 .br-widget span.line-in-middle:before {
    content: "";
    height: 40px;
    width: 1px;
    background: #000000;
    position: absolute;
    margin-top: -5px;
} */

.facetwp-radio {
    color: #999999;
    border: 1px solid #dddddd !important;
    font-size: 12px;
    padding: 0px 16px;
    line-height: 22px;
    /* height: 24px; */
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 8px 8px 0px;
    text-transform: uppercase;
    background-image: none !important;
}

.facetwp-counter {
    display: none;
}

.facetwp-radio:hover,
.facetwp-radio.checked {
    color: #fff;
    background: #800000;
}

.single-post .post-head {
    padding: 40px 0px;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
    margin-bottom: 48px;
}

.single-post .post-head:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-post {
    padding-bottom: 28px;
}

.post-head,
.post-head h1 a {
    color: #ffffff !important;
}

blockquote {
    border-left: 3px solid #800000;
}

.user-list-wrap .about-author {
    height: 100%;
    margin-bottom: 30px;
}

.about-author {
    padding: 24px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.about-author .avatar {
    width: 96px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.about-author .details {
    margin-left: 112px;
}

.about-author .details .author {
    margin-top: 0px;
}

.about-author .details .meta-info {
    margin-top: 8px;
    padding: 0;
}

.about-author .details .meta-info li {
    list-style: none;
    float: left;
    margin-right: 16px;
    color: #999999;
}

.about-author .details .meta-info li.location i,
.about-author .details .meta-info li.post-count i {
    margin-right: 8px;
}

.about-author .category {
    float: right;
}

.about-author .category a,
.cover-author .category a {
    text-transform: uppercase;
    color: #999999;
    border: 1px solid #dddddd !important;
    font-size: 12px;
    padding: 0px 16px;
    line-height: 22px;
    /* height: 24px; */
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 8px;
}

.cover-author .category a {
    color: #fff;
    border: 1px solid #fff !important;
}

.cover-author .container {
    position: relative;
    z-index: 10;
}

.cover-author:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    opacity: 0.6;
}

.data_download {
    text-align: center;
    padding: 22px;
}

.data_download a {
    color: #800000;
    border: 1px solid #800000 !important;
    font-size: 12px;
    padding: 0px 16px;
    line-height: 22px;
    height: 24px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 8px 8px 8px 0px;
    text-transform: uppercase;
}

.data_download a:hover {
    color: #fff;
    background: #800000;
}

.search .meta-info {
    padding: 24px 0;
}

.pagination-wrap .page-nav a:hover,
.pagination-wrap .page-nav a:focus {
    color: #fff !important;
}

#more {
    display: none;
}

.main-menu ul>li>ul>li {
    border: none;
}

.main-menu ul>li>ul>li:hover>a {
    background: none !important;
}

.poll_results_wrapper_compact h3 {
    display: none;
}

.poll_results_wrapper_compact .dataSrc {
    display: none;
}

.poll_results_wrapper_compact .leftGraph {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 24px;
}

.poll-results h3 {
    min-height: 64px;
}

div.read_more {
    text-align: center;
    padding: 16px 8px;
}

.read_more a {
    color: #999999;
    border: 1px solid #dddddd !important;
    font-size: 12px;
    padding: 0px 16px;
    line-height: 22px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 8px 8px 0px;
}

.read_more a:hover {
    color: #fff;
    background: #800000;
}

div.call_to_action {
    text-align: center;
    padding: 32px 16px;
}

.call_to_action a {
    background: #800000;
    color: #fff;
    border: 1px solid #dddddd !important;
    font-size: 1.8rem;
    padding: 8px 24px;
    line-height: 22px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 8px 8px 0px;
}

.call_to_action a:hover {
    color: #fff !important;
}

.fa span,
.featured-image span,
.post-thumb span {
    display: none;
}

.widget ul li a {
    color: #999999;
}

.pagination-wrap a,
.pagination-wrap span {
    margin: 0 6px;
    padding: 0;
}

/*styles for charting*/

.jqplot-xaxis {
    padding: 10px 0px 12px 0px;
}

.jqplot-yaxis {
    padding-right: 10px;
}

.jqplot-event-canvas {
    border: 0px;
}

.jqplot-point-label {
    font-size: 10px;
}

.jqplot-title {
    text-align: left !important;
    bottom: -30px;
    top: auto !important;
    padding-left: 32px;
}

#email_form input,
#email_form textarea {
    margin: 2px 0px 4px 0px;
}

#resultMessage {
    font-weight: bold;
    padding-bottom: 10px;
}

.dataSrc {
    font-size: 8px;
    padding: 24px 0 2em 32px;
    line-height: 16px;
}

.jqplot-point-label {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

.right-column-content {
    margin-top: 76px
}
.right-column-content .facetwp-radio {
    padding: 0px 8px;
    font-size: 1rem !important;
} 
.right-column-content .facetwp-counter{
    display: inline-block;
}