/*

Theme Name: WMD Theme

*/



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

@import url('//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    height: 100%;
}

*:not(.simulator) {
    scrollbar-width: thin;
}

footer#footer a {
    color: #fff;
}

footer#footer {
    text-align: center;
    padding: 15px 0;
}

/*AUTHOR SECTION START*/
.container-klammer {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

img.custom-logo {
    width: 250px;
    height: auto
}

.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: #333;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}

.name_author_out p {
    margin: 0;
    color: #333;
}

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

.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: 8px;
    font-weight: 700;
}

.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) th {
    border: 1px solid #6c6969;
    text-align: center;
    padding: 10px;
}

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

.content-area dl {
    margin: 20px;
    padding: 0;
    font-family: inherit;
    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;
}

div#logo {
    width: 220px;
}

.site-title a {
    font-size: 30px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
}

img.aligncenter {
    display: block;
    margin: auto auto 15px;
}

#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: 20px 0 20px 0;
    background: #5b95ba;
    color: #ffffff;
}

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

.main-header .header-inner .logo-wrap {
    width: 220px;
    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: inline-block;
    position: relative;
    margin: 0;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    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: 1.3;
    margin: 0;
    padding: 5px 10px;
    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;
	margin: 0 0 0 5px;
}


/* 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%;
}

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

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

.main-header .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 220px;
    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: 500px;
    margin: 0;
    z-index: 999;
    overflow-y: auto;
    scrollbar-width: thin;
}


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

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

.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 {
    padding: 0;
    display: flex;
    flex-flow: wrap;
	gap: 3px;
	margin: 0;
}


.content-area blockquote {
    padding: 60px 40px;
    background: #ffffe8;
    border-left: 5px solid #5b95ba;
    position: relative;
    margin: 20px auto;
    font-style: italic;
    quotes: "“" "”" "‘" "’";
}

.content-area blockquote::before,
.content-area blockquote::after {
    position: absolute;
    font-size: 3em;
    color: #5b95ba;
    font-family: serif;
    line-height: 1;
    z-index: 1;
}

.content-area blockquote::before {
    content: open-quote;
    top: 20px;
    left: 20px;
}

.content-area blockquote::after {
    content: close-quote;
    bottom: 20px;
    right: 20px;
}

.content-area blockquote p {
    display: inline;
    color: #333;
    position: relative;
    z-index: 2;
    /* ensures text overlays the quotes cleanly */
}


/* su-button css */
.content-area .su-button {
    border-color: transparent !important;
    background: #0a8de1 !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: #ffca00 !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: #5b95ba !important;
    padding: 10px;
    color: #fff;
}

.site-footer p {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.site-footer .widget  {
     font-size: 16px;
    line-height: 24px;
}
.site-footer .footer_section p a {
    color: currentColor;
    text-decoration: none;
}

.content-area a {
    text-decoration: none;
    color: #0a8de1;
}

.content-area a:hover {
    color: #ffca00;
}

/* media css */


.col_wrap_fifth,
.col_wrap_six {
    margin: 0;
}

.widget {
    margin-bottom: 0
}
.home-main header {
    background: #5b95ba;
    padding: 15px 0;
}
.romepage {
    height: 100%;
}
.row {
    /* width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem; */
    max-width: 1200px;
}
.sidebar p {
    word-break: break-word;
}
/* custom media  */


/* 404 page style */
section.page-section-404 {
    padding: 20px 0;
    width: 95%;
    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;
    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: #41a22d;
    border: none;
    max-width: 130px;
    border-radius: 0 4px 4px 0px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}

.search-bar-404 strong {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    line-height: 26px;
}

.links-group-404 a:hover {
    color: #41a22d;
}

.search-content {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 8px;
}
header.search-header > h1 {
    text-align: center;
    word-break: break-all;
}
@media (min-width: 40.063em) {
    .home-main {
         padding-top: 0px; 
    }
}
@media (min-width: 992px) {
    .main-header .nav-menu li.menu-item-has-children>a::after {
        margin-left: 4px;
        position: absolute;
        top: 13px;
        vertical-align: middle;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f107";
        font-family: "FontAwesome";
        font-weight: normal;
        transition: all 0.3s ease;
        line-height: normal;
        color: #ffffff;
        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: #ffca00
    }

    #content_container {
        margin-top: 58px !important;
    }
}

@media only screen and (max-width:991px) {
    html {
        margin-top: 0 !important;
    }

    .main-header {
        padding: 15px 0px;
    }

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

    img.custom-logo {
        max-width: 180px;
        width: 100%;
        height: auto;
    }

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



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

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

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

    .navbar-togglecl span {
        width: 28px;
        height: 2px;
        background-color: #333;
        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: #333;
        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: #333;
        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: auto;
        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: #333;
        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;
        background-color: #333;
    }

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

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

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

    .content-area dl {
        margin: 20px 0;

    }
}

@media(max-width:767.98px) {

    .rightcolumn,
    .leftcolumn {
        position: relative;
        width: 100%;
    }

    .centercolumn {
        margin: 0;
        position: relative;
    }

    .site-title a {
        font-size: 20px;
    }

}

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

    .content-area blockquote {
        padding: 30px 20px;
        font-size: 0.95em;
    }

    .content-area blockquote::before {
        top: 10px;
        left: 10px;
        font-size: 2.5em;
    }

    .content-area blockquote::after {
        bottom: 0;
        right: 10px;
        font-size: 2.5em;
    }

}


@media screen and (max-width: 591px) {
    .table-auto {
        overflow-x: scroll;
        width: 100%;
    }

    .content-area table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

}