/*

Theme Name: IGM Forum
Theme URI: http://gbjsolution.com/
Author: 
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;
    padding-bottom:0 !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;
}
@media (max-width: 958px) {
    .cover.has-image {
        background-position: top;
    }
}

.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: 1.4rem;
}

.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 {
    color: #800000;
}

p a,
p a:hover,
p a:focus {
    text-decoration: underline;
}

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

.skip-to-content-link {
    background-color: rgb(131, 0, 2);
    border-color: transparent;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    overflow: auto;
    padding: 0.4em 0.8em;
    position: absolute;
    text-align: center;
    transform: translateY(-100%);
    width: 25%;
}

.skip-to-content-link:focus {
    color: rgb(255, 255, 255);
    transform: translateY(0%);
}

.skip-to-content-link:hover {
    background-color: rgb(169, 38, 40);
}


.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: 14px;
    margin: 0px 10px;
    padding: 12px 0;
    max-width: 240px;
    text-align: center;
}
.site-header .main-menu ul.sub-menu li {
    padding: 4px 0;
    text-align: left;
}
.site-header .main-menu ul li a {
    color: #707070 !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: 7px 0;
    color: #707070;
}

.search-toggle {
    background: none;
    border: none;
    color: #707070;
}

.search-toggle:hover,
.search-toggle:focus {
    color: #800000;;
}

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

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

@media (max-width: 768px) {
    .navbar-header {
        padding-top: 20px;
    }
}

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

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    overflow: auto;
}

.tagcloud a,
.tag-groups-cloud .tag-groups-tag a,
.post-list .entry-footer .category.tagcloud a {
    color: #707070;
    border: 1px solid #dddddd !important;
    font-size: 14px;
    text-transform: uppercase;
    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;
    text-transform: uppercase;
}

.tag-groups-cloud .tag-groups-tag a:hover,
.post-list .entry-footer .category.tagcloud 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: #707070;
    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: #707070;
    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: #707070;
    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: #707070;
    padding: 0;
    letter-spacing: 0;
    text-transform: unset;
}

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

.post-list .entry-header {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.post-list .entry-header .title {
    margin-top: 6px;
}

.post-list .entry-header .title h3 {
    margin: 0;
}

.post-list .entry-footer {
    border-top: none;
    padding-top: 6px;
    padding-bottom: 0;
}

.post-list .entry-content {
    display: none;
}

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

.nav-links .prev,
.nav-links .next {
    display: none;
}

.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;
    overflow: auto;
}

.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 0 0;
    width: 360px;
}

.comparison-dashboard-poll-listing .leftGraph,
.comparison-dashboard-poll-listing .rightGraph {
    margin: .5em 0 0 1.5em;
    width: 300px;
}

.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: #707070;
}

.site-footer,
.footer-top a,
.footer-top .widget ul li a,
.footer-top .recent-single-post .date,
.footer-top .recent-single-post .post-title {
    color: #bbbbbb;
}
.recent-single-post .date:hover,
.recent-single-post .post-title:hover {
    color: #800000;
}

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

.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: #707070;
    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: #707070;
    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;
    color: #707070;
    font-style: normal;
    line-height: 1.5;
}

blockquote a {
    text-decoration: underline;
}

.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: #707070;
}

.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: #707070;
    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,
a.sister-post-link,
a.add-to-cart-link,
a.remove-from-cart-link,
a.box-link {
    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 0px 8px 0px;
    text-transform: uppercase;
}

.data_download a:hover,
a.sister-post-link:hover,
a.add-to-cart-link:hover,
a.remove-from-cart-link:hover,
a.box-link: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;
}

.poll_results_wrapper_default h4 {
    line-height: 1.5;
}

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

.read_more a {
    color: #707070;
    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;
    font-size: 14px;
    text-transform: uppercase;
}

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

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

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

.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;
}

a.sister-post-link,
a.add-to-cart-link,
a.remove-from-cart-link {
    margin-left: 30px;
}

#cart-counter {
    font-size: 12px;
    background: #800000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

a.add-to-cart-link-disabled {
    pointer-events: none;
}

.cart_call_to_action {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart_call_to_action a {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.comparison-dashboard-poll-listing .post-list .entry-content {
    display: block;
}

.toggle-filter {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.toggle-filter+.facetwp-facet {
    height: auto;
    max-height: 1000px;
    overflow: hidden;
    transition: max-height .75s;
}

.toggle-filter .fa-chevron-down {
    color: #800000;
    transition: all .75s;
}

.toggle-filter.toggle-filter-hidden .fa-chevron-down {
    transform: rotate(-180deg);
}

.toggle-filter.toggle-filter-hidden+.facetwp-facet {
    height: auto;
    max-height: 0;
}

.add-to-cart-link.add_to_cart.addremove-helper {
    padding-right: 30px;
}

.add-to-cart-link.add_to_cart.addremove-helper+.fa.fa-question-circle.info-help-link {
    cursor: help;
    position: absolute;
    color: #800000;
    margin: 13px 0 0 -25px;
}

.add-to-cart-link.add_to_cart.addremove-helper:hover+.fa.fa-question-circle.info-help-link {
    color: #fff;
}

.post-single .post-meta .date {
    color: #707070;
    text-transform: uppercase;
    margin-left: 0;
}

.prev-next-wrap .prev-next-link a {
    color: #707070;
}

.site-footer a {
    color: #909090;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.facetwp-search {
    width:100%;
}

nav.poll-comparison-breadcrumb {
    text-align: center;
}
.poll-comparison-breadcrumb .breadcrumb>li+li:before {
    content: "\2192";
    color: #000000;
    
}
.poll-comparison-breadcrumb .breadcrumb>.active {
    color: #800000;
    font-weight: bold;
}

.btn:hover, .btn:focus, .btn:active, .btn:active:hover, .btn:active:focus {
    color: #fff;
    background: #800000;
}

.facetwp-facet-result_counts {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-top: 20px;
}

.mobile-menu ul > li.current-menu-item a {
    color: #FFFFFF !important;
    font-weight: bold;
}

.mobile-menu ul > li a:hover, .mobile-menu ul > li .submenu-toggle-button:hover, .mobile-menu ul > li .submenu-toggle-button:hover + a {
    color: #FFFFFF !important;
}

.graph-area #svg_container svg {
    height: auto !important;
    width: unset !important;
}

.graph-area {
    background: #fff;
}

.graph-area-spacer {
    background: #fff;
    width: 100%;
    display: block;
    /* padding-top: 26%; */
}

.graph-area-spacer:after {
        content: "";
background: #fff;
    width: 100%;
    display: block;
    position: fixed;
    /* padding-top: 26%; */
    z-index: 100;
    top:100px;
}

@media screen and (max-width: 646px){
.graph-area-spacer {
    padding-top: 30%;
    }
    .graph-area-spacer:after {
    padding-top: 30%;
    }
}

@media screen and (max-width: 546px){
.graph-area-spacer {
    padding-top: 45%;
    }
    .graph-area-spacer:after {
    padding-top: 30%;
    }
}