/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

.site-footer
{
     background-color: #8498a9 !important;
}
body {
    margin: 0;
    padding: 0;
    font-family: arial !important;
}
*:not(.simulator) {
    scrollbar-width: thin;
}
footer#footer a {
    color: #fff;
}
footer#footer {
    text-align: center;
    font-size: 16px !important;
}

ul#menu-header-menu {
    margin: 0px !important;
    padding-left: 0px !important;
}

ul#menu-header-menu li{
    margin-bottom: 0px !important;
}

.section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 404 page style */
section.page-section-404 {
    padding: 20px 0;
    width: 100%;
    max-width: 920px;
    margin: auto;
}
section.page-section-404 h1 {
    font-size: 35px;
    line-height: 45px;
}
.description-404 {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
}
.links-group-404 {
    font-size: 16px;
    line-height: 26px;
}
.links-group-404 a {
    color: #000 !important;
    text-decoration: none;
    font-size: 18px;
}
.search-bar-404 {
    padding: 12px 0;
}
.links-group-404 {
    font-size: 18px;
    line-height: 26px;
}
.search-bar-404 form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.search-bar-404 form input {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #0b0a0a;
    border: none;
    border-radius: 4px 0px 0px 4px;
    outline: none;
    height: auto;
    border: 1px solid #8d8d8d;
}
.search-bar-404 button {
    width: 100%;
    color: #fff;
    background: #202c3b;
    border: none;
    max-width: 130px;
    border-radius: 0 4px 4px 0px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}
.links-group-404 ul {
    line-height: 26px;
    padding: 20px 60px;
    background: #202c3b0a;
    border-radius: 5px;
}
.search-bar-404 strong {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    line-height: 26px;
}
.links-group-404 ul li {
    list-style: decimal !important;
}
.links-group-404 a:hover {
    color: #1874d2 !important;
}
.search-content {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 8px;
}
header.search-header > h1 {
    text-align: center;
}
.nav-links span, .nav-links a {
    border: 1px solid #aba8a8;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f1f1f1;
}
nav.navigation.pagination {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}


/*AUTHOR SECTION START*/
.container-klammer {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
img.custom-logo {
    max-width: 250px;
    width: 100%;
    height: 50px;
}
.main-title {
    text-align: left;
}

.campaign-list-item_cta-btn{
 color: #fff !important;
}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    background: #efefef;
    border-radius: 8px;
    padding: 10px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.name_author_out {
    display: flex;
}

.name_author_out span.lbl {
    margin-right: 5px;
    font-weight: bold;
}
.date-lbl {
    font-weight: bold;
}

.name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}

.name_author_out p {
    margin: 0;
    color:#000;
}
.name_author_out p:hover {
    text-decoration:underline;
}

/*AUTHOR SECTION END*/


/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-tab-content {
    padding: 20px 0;
}

.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.header-profile-details {
    width: calc(100% - 30px - 75px);
}

.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: 0;
    margin-top: 0; /* adjust if needed */
}

div, span, img, section,h1,p {
  opacity: 1 !important;
}
.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.author-f-name .label,
.author-description-name .label {
    font-weight: 600;
}

.author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 20px;
}

/*AUTHOR SECTION And Page END*/


.content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
    /*  padding-right: 15px;
    padding-left: 15px; */
}

.container {
    max-width: 1200px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.content-area h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: start;
    line-height: 45px;
}

.content-area h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.content-area h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}

.content-area h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.content-area h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.content-area h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.content-area ol li {
    list-style: decimal;
}

.content-area ul li {
    list-style: disc;
}

.content-area ol,
.content-area ul {
    box-sizing: border-box;
    padding-left: 30px;
}


.content-area table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.content-area table:not(.campaign__voting_table) {
  
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-area table:not(.campaign__voting_table) tr,
.content-area table:not(.campaign__voting_table) th,
.content-area table:not(.campaign__voting_table) td {
    font-size: 16px;
    line-height: 20px;
}



.content-area table:not(.campaign__voting_table) td {
    border: 1px solid #6c6969;
    text-align: left;
    padding: 8px;
}

.content-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.content-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.content-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}

.content-area p {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0;
}

.content-area li {
    font-size: 16px;
    line-height: 30px;
}

.content-area table {
    margin: 25px 0;
    border-collapse: collapse;
    width: 100%;
}
.content-area th{
  border: 1px solid #6c6969;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

.site-title a{
    font-size: 20px;
    text-decoration: none;
    color: #000;
}
img.aligncenter {
    display: block;
    margin: auto auto 15px;
}

.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #000;
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 9px;
}

#p7menubar a {
    padding: 5px 25px 5px 10px;
}

#p7menubar li:hover a:after {
    color: #004C7F;
}


.fusion-main-menu>ul>li>a:hover::after {
    color: #0191d0;
}

/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children>a::after {
    display: none;
}

.fusion-logo img {
    width: 190px;
    height: auto;
}

.fusion-main-menu>ul>li:last-child {
    padding-right: 35px;
}

.campaign-list-item {
    background: #fff;
}

.campaign-list-item_logo img {
    height: auto !important;
}

.campaign-list-item_key-features ul {
    list-style: none !important;
    padding: 0;
}

.campaign-list-item_key-features ul li {
    list-style: none;
}

.content-con {
    padding: 0 15px;
}

#p7menubar li {
    width: auto;
    position: relative;
}

#menuwrapper {
    display: inline-block;
    width: 100%;
    z-index: 999;
}

table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

td {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 10px 10px;
}

.su-button-center {
    text-align: center;
    margin: 10px 0;
}

.rightcolumn {
    position: absolute;
    top: 165px;
    width: 200px;
    margin: 0px;
    padding: 0px;
    left: auto;
    z-index: 2;
    color: #004c7f;
    font-size: 11px;
    background: #e9f0f8;
    overflow: hidden;
    right: 0;
}

.footer {
    padding: 15px;
    text-align: center;
    z-index: 0;
    margin-top: 10px;

}

.name_author_out p {
    margin: 0;
}



/* header style */
.main-header {
    position: relative;
    padding: 10px 0;
    color: #ffffff;
}

.main-header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-header .header-inner .logo-wrap {
    width: 300px;
    margin-right: 15px;
}

.main-header .header-inner .logo-wrap img {
    max-width: 100%;
    height: auto;
}

.main-header .navigationcl {
    margin-left: auto;
}

.main-header .nav-select {
    display: inline-block;
    visibility: visible;
}

.main-header .navigationcl a {
    display: block;
    position: relative;
    margin: 0;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    overflow: visible;
    text-decoration: none;
}

.main-header .navigationcl .nav-menu li>a {
    padding: 10px 15px;
}

.main-header .nav-menu li.menu-item-has-children>a {
    padding-right: 25px;
}

.main-header .sub-menu li {
    display: block;
}

.main-header .sub-menu li a {
    line-height: 24px;
    margin: 0;
    display: block;
    word-break: break-word;
}

.main-header ul.sub-menu li {
    display: block;
}

.main-header .navigationcl li {
    position: relative;
    display: inline-block;
    padding: 0;
}


/* Remove border from submenu items */
.main-header .navigationcl ul.sub-menu li {
    border-right: none !important;
}

.main-header .nav-select {
    display: inline-block;
    visibility: visible;
    width: 100%;
    text-align: right;
}

.main-header .navigationcl a:hover,
.main-header .navigationcl a:focus {
    color: #dd0000;
}

.main-header .navbar-togglecl {
    display: none;
}

.main-header .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 180px;
    text-align: left;
    padding: 0;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 4px, rgba(0, 0, 0, 0.04) 0px 2px 4px;
    height: auto;
    max-height: max-content;
    margin: 0;
    z-index: 999;
}


.main-header .sub-menu li {
    display: inline-block;
    width: 100%;
}

.main-header .sub-menu li a {
    color: #000;
}

.main-header .sub-menu li a:hover {
    color: #292929;
}

.main-header .nav-select .sub-menu>li>.sub-menu {
   /* display: none;
    position: absolute;*/
    left: 100% !important;
    top: 0;
}


/* header menu styling ends */

.main-header .nav-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
}


.content-area blockquote {
    padding: 45px 40px;
    background: #e0e0e0;
    border-left: 5px solid #000000;
    position: relative;
    margin: 20px auto;
    font-style: italic;
    quotes: "“" "”" "‘" "’";
    /* define quotes */
}

.content-area blockquote:before {
    content: open-quote;
    position: absolute;
    font-size: 3em;
    color: #000000;
    top: 10px;
    left: 10px;
    font-family: serif;
    /* ensure quotes are supported */
}

.content-area blockquote:after {
    content: close-quote;
    position: absolute;
    font-size: 3em;
    color: #000000;
    bottom: 10px;
    right: 10px;
    font-family: serif;
}

.content-area blockquote p {
    display: inline;
    color: #000;
}



/* su-button css */
.content-area .su-button {
    border-color: transparent !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: 0 !important;
    margin: 10px 0;
}

.content-area .su-button span {
    font-size: 16px !important;
    padding: 0px 16px !important;
    color: #fff !important;
    border-color: transparent !important;
    border: 0;
    border-radius: 8px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.content-area .su-button:hover {
    background: #dd0000 !important;
}

.content-area .su-button:hover span {
    top: 0;
}


/* su-button css */


.content-area ul {
    list-style-type: disc;
    padding-left: 36px;
}

.content-area ol {
    padding-left: 36px;
    list-style: decimal;
}

.content-area ul li {
    list-style: disc;
}

.content-area li {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 24px;
}

.content-area ol li::marker,
.content-area ul li::marker {
    font-weight: 600;
}

.content-area .campaign-shortcode-table .campaign-list-item_key-features ul {
    padding-left: 0;
}

.content-area .campaign-shortcode-table .campaign-list-item_key-features ul li {
    list-style: none;
}

.site-footer {
    background: #32383d !important;
    padding: 15px 10px;
    color: #fff;
}

.site-footer .footer_section p {
    text-align: center;
    margin: 0;
    color: #fff;
}

.site-footer .footer_section p a {
    color: currentColor;
    text-decoration: none;
}

.content-area a {
    text-decoration: none;
    color: #dd0000;
    /* text-decoration-color: #F57F31; */
}
/* media css */


.col_wrap_fifth, .col_wrap_six {
  margin: 0;
}
 .widget {
       margin-bottom: 0
     }
ul#menu-header-menu li.get-listed a {
    background: #1f2c3a;
    color: #fff;
}
     form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
form.wpcf7-form {
    background: #f7f7f7;
    max-width: 700px;
    margin: 30px  auto;
    padding: 30px;
    border: 1px solid #1d2327;
    border-radius: 15px;
}
    
form.wpcf7-form p {
    margin: 0 0 ;
    flex:0 0 auto;
    width: calc(50% - 10px);
}
form.wpcf7-form p:nth-child(4),form.wpcf7-form p:nth-child(5) {
    flex: 0 0  auto;
    width: 100%;
}
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="text"],form.wpcf7-form textarea {
    border: 1px solid #ccc;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 0;
    border-radius: 4px;
    transition: all 0.3s ease;
}
form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit{
    background: #1f2c3a;
    padding: 10px 20px;
    border: 1px solid #1f2c3a;
    color: #fff;
    border-radius: 4px;
    min-width: 120px;
    font-size: 16px;
    line-height: 24px;
}
form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    color: #1f2c3a;
}
form.wpcf7-form p label {
    display: flex;
    flex-flow: column;
    gap: 5px;
}
form.wpcf7-form p br {
    display: none;
}
form.wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 5px;
}
form.wpcf7-form textarea{
   height: 180px; 
}
form.wpcf7-form input[type="email"]:focus,
form.wpcf7-form input[type="text"]:focus,form.wpcf7-form textarea:focus {
    outline-color:#1f2c3a ;
}
@media (min-width: 992px) {
    .main-header .nav-menu li.menu-item-has-children>a::after {
        margin-left: 4px;
        position: absolute;
        top: 12px;
        vertical-align: middle;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f107";
        font-family: "FontAwesome";
        font-weight: normal;
        display: inline-block;
        margin-left: 4px;
        transition: all 0.3s ease;
        line-height: normal;
        width: 18px;
        height: 18px;
        font-size: 16px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        right: 0;

    }

    .main-header .nav-menu li.menu-item-has-children:hover>a::after {
        transform: rotate(-180deg);
    }

    .main-header .navigationcl .nav-menu li:last-child>.sub-menu {
        right: 0;
        left: auto;
    }

    .main-header .nav-select .sub-menu>li:hover>.sub-menu {
        display: block;
    }

    .main-header .menu-item-has-children:hover>.sub-menu {
        display: block;
    }

    .main-header .navigationcl li:hover>a,
    .main-header .navigationcl li:hover>a::after {
        color: #dd0000
    }
    #content_container {
        margin-top:58px !important;
    }
}

@media only screen and (max-width:991px) {
    .main-header {
        padding: 10px 0px;

    }

    .main-header .header-inner .logo-wrap {
        width: 180px;
        margin-right: 15px;
    }

    .fusion-mobile-menu-icons {
        margin-top: 19px;
    }

    .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a::before {
        display: none;
    }

    .table-auto {
        overflow: auto;
    }

    .menu-item-has-children>a::after {
        display: none;
    }

    .table-auto {
        overflow-x: scroll;
        width: 100%;
    }

    .navigationcl {
        position: absolute;
        right: 0px;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #fff;
        left: auto;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 10px;
        z-index: 999;
    }

    .navbar-togglecl {
        display: flex !important;
    }

    .navbar-togglecl {
        background-color: #fff;
        width: 35px;
        height: 35px;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
    }

    .navbar-togglecl span {
        width: 20px;
        height: 2px;
        background-color: #000;
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0;
        border: none;
        text-align: center;
    }

    .navbar-togglecl span::before,
    .navbar-togglecl span::after {
        content: "";
        position: absolute;
        background-color: #000;
        width: 100%;
        height: 2px;
        left: 0;
        top: -7px;
    }

    .navbar-togglecl span::after {
        top: 7px;
    }

    .navigationcl li {
        position: relative;
        display: inline-block;
        padding: 0 20px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }


    .navigationcl a {
        font-size: 15px;
        color: #000;
        height: auto;
        padding: 5px 10px;
        margin: 0;
        line-height: 36px;
        text-align: center;
    }

    .navigationcl ul {
        visibility: visible;
        position: relative;
        display: block;
        left: 0;
        top: 0;
        margin: 0 !important;
        width: 100%;
        padding: 0 !important;
    }

    .navigationcl ul a {
        height: auto;
        width: 100%;
        overflow: visible;
        line-height: 26px;
        background-image: none;
        border-width: 0;
        text-align: left;
    }

    .navigationcl li:hover>ul {
        visibility: visible;
        top: auto;
    }

    .toggle-menu {
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        font-size: 15px;
        transform: rotate(0deg);
        text-align: center;
        top: 12px;
        cursor: pointer;
        z-index: 999;
        display: block;
        color: #000000;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .toggle-menu i {
        transition: transform 0.3s ease;
    }

    .toggle-menu.on i {
        transform: rotate(180deg);
    }

    #p7menubar li ul {
        position: relative;
        display: none;
        background-color: transparent;
        border-right: none;
        border-bottom: none;
        background-image: none;
        background-repeat: repeat-x;
        z-index: 99999 !important;
        width: 100%;
    }

    #p7menubar li ul,
    #p7menubar ul li {
        width: 100%;
    }

    #p7menubar ul li a {
        color: #fff !important;
        border-right: 0;
        padding: 0;
        width: 100%;
        background: transparent !important;
    }

    .nav-select {
        display: inline-block;
        visibility: visible;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        text-align: left;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }
    .main-header .nav-select .sub-menu>li>.sub-menu {
   /* display: none;
    position: absolute;*/
    left: 0!important;
    top: 0;
}

    .nav-select .sub-menu>li>.sub-menu {
        display: none;
        position: relative;
    }

    .main-header .sub-menu {
       
        position: static;
        width: 100%;
        box-shadow: none;
    }

    .nav-select .menu__list>li:hover>.sub-menu,
    .nav-select .sub-menu>li:hover>.sub-menu {
        display: block;
    }
   

    .main-header .navigationcl .nav-menu li>a {
        color: #000;
    }

    .main-header .navigationcl .nav-menu .sub-menu li a {
        color: #000;
    }

    #menuwrapper {
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 9999;
    }

    #p7menubar li {
        position: relative;
        width: 100%;
    }

    #p7menubar a {
        border: none;
        background: transparent !important;
        color: #fff !important;

    }

    #p7menubar a {
        padding: 0;
    }

    /* common container for all pages */
    .content-area h1.entry-title,
    .content-area h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .content-area h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .content-area h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .content-area h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .content-area h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .content-area h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .content-area .su-button span {
        padding: 8px 16px !important;
        line-height: 1.5 !important;
    }

    .table-auto {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
   
 *:not(.simulator) {
    scrollbar-width: thin;
}

form.wpcf7-form p,form.wpcf7-form p:nth-child(4),form.wpcf7-form p:nth-child(5) {
 
    flex:1;
    width: 100%;
}
form.wpcf7-form {
   flex-flow: column;
}
form.wpcf7-form {
  
    padding:20px 16px;
    border-radius: 10px;
}
}

@media(max-width:768px) {
 *:not(.simulator) {
    scrollbar-width: thin;
}
    .rightcolumn,
    .leftcolumn {
        position: relative;
        width: 100%;
    }

    .centercolumn {
        margin: 0;
        position: relative;
    }
        
.site-title a{
    font-size: 15px;

}

}

@media(max-width:767.98px) {
    .content-area blockquote {
        padding: 30px 20px;
    }

    .content-area table:not(.campaign__voting_table) tr:first-child td {
        white-space: nowrap;
    }

}

.rh-container > #rh_woo_mbl_sidebar > #content .arc-main-title {

    text-align: center;

    display: block;

}

@media screen and (max-width: 591px) {
 
.content-area table {

    display: block;  

    overflow-x: auto;     

    white-space: nowrap;

}
 
}
