/*
Theme Name: WMD Theme
*/

* {
    box-sizing: border-box;
}
body {
    font-family: "Arial", sans-serif;
    color: #414242 !important;
}
.bonus-outer,
.slot-box-inner .rating-number {
    display: none;
}
.content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
    margin: 0;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
.container-custom {
    max-width: 1900px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}
div#gw-header-overlay div#gw-header-overlay-branding {
    padding-left: 30px;
}
.content-area h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    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;
    margin-left: 0;
}
.content-area table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-area td,
.content-area th {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}
.content-area th {
    font-weight: 700;
}
.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;
    line-height: 26px;
}
.content-area li {
    font-size: 16px;
    line-height: 26px;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.menu-item-has-children > a::after {
    display: none;
}
.sub-menu .menu-item-has-children > a::after {
    display: none;
}
.navigationcl .sub-menu li {
    width: 100%;
    padding: 5px 10px;
    word-break: break-word;
}
.site-header {
    position: relative;
    background: #eef9f2;
    border-top: 3px solid #019a35;
    padding: 10px 0;
}
.navbar .nav > li > a {
    padding: 5px 13px;
    font-size: 16px;
}
.navigationcl {
    position: relative;
    left: auto;
    padding-top: 0;
    display: inline-block;
    width: 100%;
}
.navigationcl a {
    display: block;
    position: relative;
    margin: 0;
    height: auto;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    overflow: visible;
    text-decoration: none;
}
.sub-menu li a {
    line-height: 24px;
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.navigationcl li {
    position: relative;
    display: inline-block;
    padding: 20px 30px;
}
.nav-select {
    display: inline-block;
    visibility: visible;
    width: 100%;
    text-align: left;
}

.mobile-menu {
    display: none;
}

li.menu-item-has-children:after {
    position: absolute;
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    top: 16px;
    right: 7px;
    color: #fff;
}

li.menu-item-has-children:last-child ul.sub-menu {
    right: 0 !important;
    left: unset;
}

li.menu-item-has-children:hover:after {
    color: #9eb3ce;
	transition: all 0.5s;
}

li.menu-item-has-children ul li:after {
    top: 14px;
    transform: rotate(270deg);
}

body ul.wp-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu {
    display: none;
}

body ul.wp-menu li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu {
    display: block;
}

header.header-section {
    padding: 15px 0;
    position: relative;
    background: #002f6c;
}

li.menu-item-has-children {
    position: relative;
    padding-right: 20px !important;
}
ul.wp-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 200px);
    justify-content: end;
	margin-bottom: 0;
}

.logo-menu-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

ul.sub-menu {
    list-style: none;
    padding-left: 0;
    background: #fff;
    position: absolute;
    left: 0;
	top: 100%;
    display: none;
    z-index: 9999;
	width: 200px;
	box-shadow: 0 0 5px #919191;
}

ul.wp-menu ul.sub-menu li {
    padding: 0;
}

ul.wp-menu ul.sub-menu li a {
    width: 100%;
    display: block;
    padding: 8px;
    color: #002f6c !important;
}

li.menu-item-has-children.active:after {
    color: #000;
}
ul.wp-menu li {
    padding: 10px;
}

ul.wp-menu li:hover {
    cursor: pointer;
    transition: all 0.5s;
}
ul.wp-menu li:hover a {
    color: #9eb3ce !important;
    transition: all 0.5s;
}

.site-title a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
ul.wp-menu li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
	text-decoration: none;
}
li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.navigationcl a:hover,
.navigationcl a:focus {
    color: #8eb9f0;
}
.navigationcl a:hover::after {
    color: #8eb9f0;
}
.navbar-togglecl {
    display: none;
}
.sub-menu {
    display: none;
    position: absolute;
    left: 30px;
    background: rgb(0, 47, 108);
    width: 180px;
    text-align: left;
    padding: 10px 0;
    top: 80px;
    z-index: 99;
}
.menu-item:hover .sub-menu {
    display: block;
}
.nav-select .sub-menu > li > .sub-menu {
    display: none;
    position: absolute;
}
.nav-select .menu__list > li:hover > .sub-menu,
.nav-select .sub-menu > li:hover > .sub-menu {
    display: block;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 10px;
}
img.aligncenter {
    display: block;
    margin: auto auto 15px;
}
.post-info-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
body .campaign-list-item_logo img {
    width: auto;
    height: auto;
}
.campaign-shortcode-table ul {
    margin: 0;
    list-style: none !important;
    padding: 0;
}
.campaign-shortcode-table ul {
    list-style-type: none;
}
.campaign-shortcode-table li {
    list-style: none !important;
}
.navbar .navbar-inner {
    margin: 0;
    border: 0;
    box-shadow: none;
    padding-left: 0;
    min-height: auto;
    background: transparent;
}
.tc-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    align-content: center;
    background-color: rgba(10, 10, 10, 0.9);
}
.header-logo {
    max-width: 180px;
    width: 100%;
}
.collapse {
    position: relative;
    height: auto;
    overflow: visible;
    border: none;
    padding: 0;
}
.custom-logo-link .custom-logo {
    width: 100%;
    height: auto;
}
a {
    text-decoration: underline;
    color: #006fff;
}
.identity-heading.logo {
    max-width: 200px;
    width: 100%;
}
.navigationcl ul {
    margin-bottom: 0;
}
.site-footer {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.site-footer p {
    font-size: 16px;
    text-align: center;
}
.footer {
    padding: 10px 0;
    text-align: center;
}
.custom-logo-link {
    max-width: 300px;
    display: inline-block;
}
.jeg_footer_primary {
    text-align: center;
}
.jeg_footer_4 .jeg_footer_primary {
    padding: 20px 0 10px;
}
.footer_right {
    text-align: center;
    width: 100%;
}
.footer_right a {
    color: #39434d;
    text-decoration: none;
}
.jeg_footer_secondary {
    color: #39434d;
    font-size: 16px;
}
.jeg_menu_footer li a {
    font-size: 16px;
    text-decoration: none;
}
.footer_right a:hover,
.jeg_menu_footer li a:hover {
    color: #5a0ae0;
}
.menu-wrapper {
    background: #7023e3;
    width: 100%;
    display: inline-block;
}
.label {
    padding: 0 !important;
}
.fh-footer {
    background: #002f6c;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.fh-footer p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding: 20px;
}
#menu-collapse {
    display: block;
}
.navigationcl .nav-menu.wp-menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    padding: 0;
} /*Author Page css*/
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
}
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
    align-items: center;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.name_author_out a p {
    font-size: 16px;
}
.name_author_out a:hover p {
    color: #ea0101;
}
.modifyDetails {
    background: #eff6ff;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.author_imag {
    line-height: 0;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out a {
    color: inherit;
}
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 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: 10px;
}
.author-f-name .label,
.author-description-name .label {
    font-weight: 600;
    color: #414242;
    padding: 8px 0;
}
.author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
    padding-bottom: 5px;
}
.author-description-name {
    margin-top: 20px;
    font-size: 20px;
}
.profile-tab-content {
    padding: 30px 0;
} /*AUTHOR SECTION And Page END*/
@media only screen and (max-width: 1200px) {
    .navigationcl li {
        padding: 0 10px;
    }
    .navigationcl a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    .menu-item-has-children > a::after {
        display: none;
    }
    .table-auto {
        overflow-x: scroll;
        width: 100%;
    }
    .navigationcl {
        position: absolute;
        right: 0px;
        top: 39px;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #002f6c;
        left: auto;
        display: none;
        padding: 14px;
        z-index: 99;
    }
    .navbar-togglecl {
        display: block !important;
    }
    .navbar-togglecl {
        background-color: #fff;
        width: 40px;
        height: 40px;
        position: relative;
        top: 0px;
        right: 0px;
        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: #002f6c;
        display: inline-block;
        position: relative;
        top: 19px;
        right: -10px;
        margin: 0;
        padding: 0;
        float: left;
        border: none;
        text-align: center;
    }
    .navbar-togglecl span::before,
    .navbar-togglecl span::after {
        content: "";
        position: absolute;
        background-color: #002f6c;
        width: 100%;
        height: 2px;
        left: 0;
        top: -7px;
    }
    .navbar-togglecl span::after {
        top: 7px;
    }
    .navigationcl li {
        position: relative;
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .navigationcl a {
        font-size: 17px;
        color: #fff;
        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;
    }
	ul.wp-menu li:hover a {
	    color: #002f6c !important;
	}

	li.menu-item-has-children:hover span.toggle-menu {
	    color: #002f6c;
	}
    .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;
    }
    .nav-select .sub-menu > li > .sub-menu {
        display: none;
        position: relative;
    }
    .nav-select .menu__list > li:hover > .sub-menu,
    .nav-select .sub-menu > li:hover > .sub-menu {
        display: block;
    }
    .content-area {
        padding: 20px 0;
    }
    .collapse {
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .alignnone {
        margin: 5px 0px 1.25em 0;
    }
    .content-area td,
    .content-area th {
        white-space: nowrap;
    }
    .navigationcl .nav-menu.wp-menu {
        display: block;
    }
    #menu-collapse {
        display: flex;
    }
    .navigationcl .sub-menu li {
        padding: 0 0 0 20px;
    }
    div#gw-header-overlay div#gw-header-overlay-branding {
        padding-left: 0;
    }
    div#gw-header-overlay {
        min-height: inherit;
    }
    div#gw-header-overlay div#gw-header-overlay-branding {
        height: auto;
    }
	
.mobile-menu {
    display: block;
}

.mobile-menu i {
    font-size: 25px;
    color: #fff;
}

ul.wp-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 100%;
    display: none;
    z-index: 999;
	margin: 0;
}

ul.wp-menu li {
    padding: 0;
	width: 100%;
}

li.menu-item-has-children:hover ul.sub-menu {
    display: none;
}

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

ul.wp-menu li a {
    width: 100%;
    display: block;
    padding: 10px;
    color: #000;
}

span.toggle-menu {
    position: absolute;
    margin-top: 0;
    right: 12px;
    z-index: 9999;
    top: 13px;
}

ul.sub-menu {	
    position: relative;
    width: 100%;
}

li.menu-item-has-children.active span.toggle-menu {
    color: #000;
}

li.menu-item-has-children {
	padding-right: 0px !important;
}
	
	
}
@media only screen and (max-width: 767px) {
    .content-area table {
        width: 100%;
        display: block;
        overflow: auto;
    }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

.links-group-404 a:hover {
    color: #ba0c2f;
}
.links-group-404 a {
    color: rgb(4, 12, 44);
    text-decoration: none;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.search-bar-404 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}
.search-bar-404 form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.search-bar-404 #search {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    color: #0b0a0a;
    border: none;
    border-radius: 4px 0px 0px 4px;
    outline: none;
    height: auto;
    margin: 0;
    text-align: left;
    box-shadow: none;
}
.search-bar-404 button {
    width: 100%;
    color: #ffff;
    background: #002f6c;
    border: none;
    max-width: 110px;
    border-radius: 0 4px 4px 0px;
    padding: 12px 15px;
    font-size: 15px;
    margin: 0;
    height: auto;
    box-shadow: none;
    cursor: pointer;
}
.links-group-404 li {
    padding-bottom: 3px;
}
.search-bar-404 strong {
    font-size: 16px;
    color: rgb(4, 12, 44);
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.links-group-404 ul {
    margin-top: 10px;
    list-style: disc;
    margin-left: 0;
    padding-left: 30px;
}

.page-section-404 {
    width: 100%;
    display: inline-block;
    margin: 10px 0 30px;
}

.description-404 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
