/*

Theme Name: WMD Theme

*/



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

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

body {
	margin: 0;
	padding: 0;
}

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

.main-title {
	text-align: left;
}

.custom_top_author {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
	background: #100f4b42;
	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;
}

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

.name_author_out p {
	margin: 0;
}

/*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: 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;
	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) {
	display: 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) tr:first-child td {
	background: #333;
	color: #fff;
	text-transform: capitalize;
}

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


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

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

.menu-item-has-children>a::after {
	content: "\f078";
	font-family: "FontAwesome";
	margin-left: 5px;
	color: #fff;
	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;
	background-color: #100F4B;
	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: #fff;
	overflow: visible;
	text-decoration: none;
}

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

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

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


.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;
	gap: 8px !important;
}


.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: #100F4B;
	padding: 15px 0;
	color: #fff !important;
}

.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 */




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

	
	#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: #100f4b;
		left: auto;
		box-shadow: none;
		display: none;
		padding: 10px;
	}

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

	.navbar-togglecl {
		background-color: none;
		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: #fff;
		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: #fff;
		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;
	}

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

	.main-header .sub-menu {
		background-color: #000;
		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: #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;
	}
}

@media(max-width:768px) {

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

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

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

}