/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
	box-sizing: border-box;
}

body {
	font-family: "Poppins", sans-serif;
	margin: 0;
	height: auto;
}

html,
body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p{
	margin: 10px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #303030;
}
a{
	color: #2351d9;
}
strong, b{
	font-weight: bold;
}
blockquote {
    margin: 30px 0;
}
.su-button{
	margin-top: 10px;
	margin-bottom: 10px;
}
.container {
	margin: 0 auto;
    max-width: calc(100% - 40px);
    width: var(--container-width);
}
.content-area {
	font-size: 16px;
	padding-top: 40px;
	padding-bottom: 0;
	line-height: 24px;
}
.content-area,
.author-box-wrapper{
	margin-top: 101px;
}
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6, .content-area p{
	padding:0;
}
.content-area h1 {
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	text-align: left;
	margin-bottom: 20px;
}

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

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

.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;
	padding-bottom:0;
	margin-left:0;
}

.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;
}
.header-left img.custom-logo {
    height: auto;
}
.header-right .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:last-child>a {
    background: transparent;
    border: inherit;
    color: #010327 !important;
    display: inline-block;
    font-weight: 800;
    line-height: inherit;
    min-width: auto;
    padding: 10px 0;
    text-align: unset;
}
.header-right .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:last-child>a {
    background: transparent;
    border: inherit;
    color: #010327 !important;
    display: inline-block;
    font-weight: 800;
    line-height: inherit;
    min-width: auto;
    padding: 10px 0;
    text-align: unset;
}
.header-right .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:last-child>a:hover {
    background: transparent;
    color: #2351d9 !important;
}

.header-right .child-trigger{
	display: inline-block;
	cursor: pointer;
	width: 30px;
    text-align: center;
}
.header-right li.menu-item-has-children:hover .child-trigger{
	color: #2351d9;
}
.header-right .child-trigger .fas:before {
    content: "\f078";
}
.header-right li.menu-item-has-children:hover .child-trigger.child-open {
    transform: rotate(180deg);
}
.hs-menu-children-wrapper a:hover {
    color: #2351d9;
}
/*
.site-header {
	position: relative;
	z-index: 999;
}
.header-new{
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.header-inner {
    position: relative;
}
.header-logo img {
    max-width: 100%;
    height: auto;
}
ul.nav-menu.wp-menu {
    padding-left: 0;
    margin: 0;
}
.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #000;
    position: absolute;
    top: auto;
    right: -18px;
    font-size: 10px;
    bottom: auto;
    margin: auto;
    line-height: 26px;
}
.header-right li.menu-item-has-children>a:hover:after{
	color: #2351d9;
}

.sub-menu .menu-item-has-children>a::after {
	display: block;
	right: -20px;
}

span>.fa-angle-down {
	display: none;
}

.region-header .menu-name-primary-links>.menu>li.menu-item-has-children:hover>.menu {
	display: block;
}
.navigationcl {
	position: relative;
	left: auto;
	padding-top: 0;
	display: inline-block;
	width:100%;
	background-color: #5AB6E9;
}

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

.sub-menu li a{
	line-height: 24px;
	margin: 0;
	color:#000;
}

nav.navigationcl li {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
	margin:0;
}
.navigationcl li.menu-item-has-children {
    padding-right: 20px;
}
.navigationcl .sub-menu li.menu-item-has-children{
	padding-right: 30px;
}
.nav-select {
	display: inline-block;
	visibility: visible;
	width: 100%;
}

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

.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: 34px;
	word-break: break-word;
	z-index: 999;
	margin:0;
}
.menu-item:hover .sub-menu {
	display: block;
}

.sub-menu li {
	width: 100%;
}
.sub-menu .sub-menu{
	left: auto;
	right: 100%;
	top: -10px;
}
.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;
}  */
.campaign-list-item_key-features ul li {
	list-style: none;
}
.campaign-list-item .toppike-out .top-pick {
    max-height: 23px;
}
.campaign-list-item_key-features > p,
.campaign-compact-table p{
    margin-top: 0;
}
.campaign-list-item_key-features ul {
	padding-left: 0;
}
.content-area .campaign-compact-table__offer-key-features li {
    list-style: none;
}
.campaign-compact-table__offer-key-features ul {
    padding-left: 0;
}
a.campaign-list-item_cta-btn, .campaign-compact-table__offer-cta-button a {
	color: #fff;
	text-decoration: none;
}
.campaign-shortcode-table ul {
    padding-left: 0;
}
.campaign-shortcode-table .slick-arrow{
	display: none;
}
.aligncenter {
	display: block;
	margin: auto;
}
.footer-sec{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.footer-sec p{
    padding-bottom:0;
}
body .campaign-list-item_logo img {
    height: auto;
}
/*AUTHOR SECTION And Page START*/

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

.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;
	font-weight: bold;
}

.name_author_out h4,
.name_author_out p {
    margin: 0 !important;
    padding: 0;
    font-weight: normal;
}

.name_author_out a p {
    font-size: 16px;
}

.name_author_out a:hover p {
    color: #31bf90;
}

.modifyDetails {
    background: #F2F2F2;
    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;
}

/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
	padding-bottom:0;
    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 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: 20px;
    color: #000;
	padding-bottom:0;
}
.home-page.author-box-wrapper {
    padding: 30px 0;
    box-shadow: none;
}

.author-f-name .label, .author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}

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

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

/*AUTHOR SECTION And Page END*/

.error404 .footer-sec {
    margin-top: 130px;
}

/*â€”-------------------------------------------------------*/
@media (min-width: 1025px){
.header-right .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
	display: inline-block;
}
	
}
@media only screen and (max-width: 991px) {
	.table-auto {
		overflow-x: scroll;
		width: 100%;
	}

	/* .header-logo {
		padding-right: 50px;
	}
	.menu-item-has-children>a::after,
	.sub-menu .menu-item-has-children>a::after{
		display: none;
	}

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

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

	.navbar-togglecl {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		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;
		top: 2px;
		right: 0;
	}

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

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

	}
	.navigationcl li.menu-item-has-children{
		padding-right: 40px;
	}
	.navigationcl .sub-menu li.menu-item-has-children {
		padding-right: 0;
	}
	.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;
		padding-left:0;
		padding-right:0;
	}

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

	.toggle-menu {
		position: absolute;
        right: 0;
        width: 40px;
        height: 30px;
        font-size: 15px;
        transform: rotate(0deg);
        text-align: center;
        top: 3px;
        cursor: pointer;
        z-index: 999;
        color: #000 !important;
        line-height: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
	}
	.navigationcl li.menu-item-has-children li .toggle-menu{
		right: -40px;
	}
	
	.toggle-menu.on .fa:before {
		content: "\f106";
	}

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

}


@media (max-width: 767px){
	.content-area h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.content-area h2 {
		font-size: 28px;
		line-height: 34px;
	}
}