/*

Theme Name: WMD Theme

*/

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

body {
	margin: auto;
	padding: 0;
	color: #333;
	font: 95% 'GandhiSansRegular', Arial, sans-serif;
	min-height: 800px;
	position: relative;
	background-color: #e2f0f3;
}

.container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.content-area {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.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;
	text-align: left;
	padding-bottom: 0;
}

.content-area h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
	padding-bottom: 0;
	padding-top: 0;
}

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

.content-area h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.content-area h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
}
.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 p {
	line-height: 24px;
	text-align: left;
}
.content-area li {
	line-height: 30px;
	text-align: left;
}

.content-area table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content-area td {
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 16px;
}

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

.menu-item-has-children > a::after {
	content: '\f078';
	font-family: 'FontAwesome';
	margin-left: 5px;
	color: #fff;
	position: absolute;
	top: 0px;
	right: -18px;
	font-size: 10px;
}
/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
	display: none;
}
tbody.campaign-compact-table__offers-wrapper td {
	border: none;
}
td.campaign-compact-table__offer-key-features li {
	list-style: none;
}
.menu-item-has-children {
	position: relative;
}
.header-menu {
	height: 35px;
	color: #fff;
	font-size: 0.8em;
	-webkit-text-size-adjust: 90%;
	text-transform: uppercase;
	margin-top: 0;
	position: relative;
	padding: 0.3em;
	background-color: #2c637a;
	border-bottom: 1px solid #2c637a;
	padding-left: 2em;
	border-radius: 100px;
}
.navigationcl {
	position: relative;
	left: auto;
	padding-top: 0;
	display: inline-block;
	width: 100%;
}
.nav-select {
	display: inline-block;
	visibility: visible;
}
.navigationcl a {
	display: block;
	position: relative;
	margin: 0;
	height: auto;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	overflow: visible;
	text-decoration: none;
}

.sub-menu li a {
	line-height: 24px;
	margin: 5px 0;
}
ul.sub-menu li {
	display: block;
}
.navigationcl li {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.nav-select {
	display: inline-block;
	visibility: visible;
	width: 100%;
	text-align: right;
}

.navigationcl a:hover,
.navigationcl a:focus {
	color: #fff;
}

.navbar-togglecl {
	display: none;
}

.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	background: #fff;
	width: 180px;
	text-align: left;
	padding: 10px 0;
	box-shadow: 0 0 6px #ddd;
	top: 14px;
	z-index: 999;
}

.menu-item:hover .sub-menu {
	display: block;
}
.sub-menu a:hover {
	color: #000;
}
.sub-menu .sub-menu {
	left: auto;
	right: 100%;
	top: 0;
}
.sub-menu li a {
	color: black;
}

.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;
}
#footer {
	position: relative;
	clear: both;
	top: 60px;
	height: 140px;
	color: #fff;
	background: #2c637a;
	font-size: 0.9em;
	padding: 20x 0 0 25px;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footerzone3 {
	position: absolute;
	right: 25px;
	top: 25px;
	text-align: left;
}

/*AUTHOR SECTION START*/
.main-title {
	text-align: left;
}
.custom_top_author {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}
.author_imag img {
	width: 60px;
	min-width: 60px;
	height: 60px;
	max-width: 60px;
	border-radius: 100%;
	object-fit: cover;
}
.name_author_out {
	display: flex;
}
.name_author_out span.lbl {
	margin-right: 5px;
	line-height: 39px;
}
.name_author_out h4 {
	margin: 0;
	color: #000;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
}
.name_author_out p {
	margin: 0;
	line-height: 39px;
}
/*AUTHOR SECTION END*/

img.custom-logo {
	max-width: 280px;
	width: 100%;
	/* align-items: center; */
	height: 80px;
}

table.campaign-compact-table.do-not-wrap {
	padding-top: 15px;
}
@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: 0;
		top: 36px;
		width: 100%;
		cursor: pointer;
		text-align: left;
		background: #fff;
		left: auto;
		box-shadow: 0 0 4px #ddd;
		display: none;
		padding: 14px;
	}
	.navbar-togglecl {
		display: block !important;
	}
	.navbar-togglecl {
		width: 40px;
		height: 40px;
		position: absolute;
		top: -10px;
		right: 15px;
		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;
		top: 19px;
		right: 0;
	}
	.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;
	}
	.navigationcl .sub-menu {
		padding-left: 0px !important;
	}
	.navigationcl a:hover,
	.navigationcl a:focus {
		color: #000;
	}
	.toggle-menu {
		position: absolute;
		right: -7px;
		width: 40px;
		height: 30px;
		font-size: 15px;
		transform: rotate(0deg);
		text-align: center;
		top: 7px;
		cursor: pointer;
		z-index: 999;
		color: #000;
		display: block;
	}

	.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;
	}
	.sub-menu .sub-menu {
		left: 0;
		right: 0;
		top: 0;
	}
	.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;
	}
}
ol li a,
ul li a {
	color: #ea00ee;
}
.img-cov {
	width: 100%;
	height: 100%;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
}
.campaign-compact-table__offer-logo img {
	border-radius: 8px;
}
