/*

Theme Name: WMD Theme

*/



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

html {
	top: 0;
}

* {
	box-sizing: border-box;
}

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

body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #642F22;
	font-size: 16px;
}

.container {
	max-width: 1100px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
}

.content-area {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 24px;
}

#wrapper.main-outer {
	max-width: 100%;
	width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #642F22;
	margin: 15px 0px 10px;
	text-transform: inherit;
}

.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 li {
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 24px;
}

.content-area ol,
.content-area ul {
	box-sizing: border-box;
	padding-left: 25px;
	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 #6c6969;
	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;
}

.content-area p {
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 5px;
	line-height: 25px;
}

.content-area p+div {
	margin-bottom: 10px;
}

.content-area blockquote {
	padding: 60px 40px;
	background: linear-gradient(135deg, #f7f7f7, #e97e406b);
	border-left: 5px solid #E97E40;
	position: relative;
	margin: 20px auto;
	font-style: italic;
	quotes: "“" "”" "‘" "’";
	color: #642F22;
	border-radius: 0px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.content-area blockquote::before,
.content-area blockquote::after {
	position: absolute;
	font-size: 3em;
	color: #E97E40;
	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: #642F22;
	position: relative;
	z-index: 2;
	/* ensures text overlays the quotes cleanly */
}


.content-area a,
.content-area a:link {
	text-decoration: none;
	color: #DB3724;
	/* text-decoration-color: #F57F31; */
}

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


.content-area table:not(.campaign-shortcode-table) {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;

}
/* 
.content-area table:not(.campaign-shortcode-table) tr,
.content-area table:not(.campaign-shortcode-table) th,
.content-area table:not(.campaign-shortcode-table) td {
	font-size: 16px;
	line-height: 20px;
}

.content-area table:not(.campaign-shortcode-table) tr:first-child td {
	background: transparent;
	color: #642F22;
	text-transform: capitalize;
	text-align: center;
	font-weight: 500;
}

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

/* su-btn */
.content-area .su-button-center {
	text-align: center;
}

/* su-button css */
.content-area .su-button {
	background: linear-gradient(135deg, #E97E40, #df824c) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 30px !important;
	padding: 12px 20px;
	margin: 15px 0;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(233, 126, 64, 0.3);
	transition: all 0.3s ease;
}

.content-area .su-button:hover {
	background: linear-gradient(135deg, #DB3724, #f36959) !important;
	box-shadow: 0 10px 25px rgba(233, 126, 64, 0.5);
	transform: translateY(-2px);
}

.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 span {
	top: 0;
}

.content-area .campaign-list-item_cta-btn {
	background: linear-gradient(135deg, #E97E40, #df824c);
	color: #fff;
	transition: all 0.3s ease;
}

.content-area .campaign-list-item_cta-btn:hover,
.content-area .campaign-list-item_cta-btn:focus {
	background: linear-gradient(135deg, #DB3724, #f36959);
	transform: translateY(-2px);
	color: #fff;
}
a.campaign-list-item_logo.bm-with-counter:before {
    line-height: 20px;
}

/* header css */

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


.site-header {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
	padding: 15px 0;
	z-index: 99;
	position: relative;
}

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

.site-header .container .site-logo {
	width: auto;
	margin-right: 0;
	padding: 0;
	max-width: 185px;
}

.site-header .container .site-logo a {
	display: flex;
}


#wrapper #topbanner img {
	padding-top: 0;
}

.site-header .container .top_navigation {
	margin-inline-start: auto;
}

.site-header .container div#toplevel {
	width: 100%;
	background-color: transparent;
}

.site-header .container div#toplevel ul#toplevelnav {
	width: 100%;
	white-space: normal;
}

.navigationcl {
	position: relative;
	left: auto;
	padding-top: 0;
	display: inline-block;
	width: 100%;
}

.site-header .navigationcl #toplevelnav a {
	display: block;
	position: relative;
	margin: 0;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	overflow: visible;
	text-decoration: none;
	padding: 10px 12px;
	border: 0;
	font-weight: 400;
	max-width: 100%;
}

.navigationcl li {
	position: relative;
	display: inline-block;
}

.nav-select {
	display: inline-block;
	visibility: visible;
	width: 100%;
	text-align: start;
}

.site-header ul.wp-menu {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 0;
}

.navigationcl #toplevelnav li.menu-item-has-children>a {
	padding-right: 16px;
}

.sub-menu .menu-item-has-children>a::after {
	display: none;
}

.navigationcl .sub-menu li {
	width: 100%;
	padding: 0px;
}

.navbar-togglecl {
	display: none;
}

.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	background: #642F22;
	width: 200px;
	text-align: left;
	padding: 10px 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: 10;
}

.site-header .navigationcl #toplevelnav .sub-menu li a {
	line-height: 24px;
	margin: 0;
	color: #fff;
	padding: 5px 10px;
	white-space: normal;
	word-break: break-word;
	text-align: start;
}

.site-header .navigationcl #toplevelnav .sub-menu>li>.sub-menu {
	display: none;
	position: absolute;
}

.sub-menu .sub-menu a {
	color: #fff;
}

.navigationcl a:hover,
.navigationcl a:focus {
	color: #DB3724;
	background: transparent;
	border: 0;
	height: auto;
}

/* 1. Hover state for all menu links */
ul.wp-menu li a:hover,
ul.wp-menu li:hover>a,
ul.wp-menu li.current_page_item>a,
ul.wp-menu li.current-menu-ancestor>a,
ul.wp-menu li.current-menu-parent>a,
ul.wp-menu li.current-menu-item>a {
	color: #DB3724;
}

/* Change icon color on hover or active */
ul.wp-menu li.menu-item-has-children:hover::after,
ul.wp-menu li.current-menu-ancestor::after,
ul.wp-menu li.current_page_item.menu-item-has-children::after {
	color: #DB3724;
}

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



.collapse {
	position: relative;
	height: auto;
	overflow: visible;
}


img.custom-logo {
    max-width: 200px;
    width: 100%;
    height: 90px;
}
#footer.site-footer {
	background: #642f22;
	text-align: center;
	color: #fff;
	padding: 15px 0px;
	margin-top: 20px;
}

#footer.site-footer p {
	font-size: 16px;
	padding: 0;
	line-height: 24px;
	margin: 0;
}

#footer.site-footer a {
	color: #fff;
	text-decoration: none;
}

#footer.site-footer p a:hover {
	color: #E97E40;
}

/*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,
.name_author_out a:hover p {
	color: #E97E40;
	text-decoration: underline;
	text-decoration-color: #E97E40;
}

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


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

.profile-tab-content {
	padding: 30px 0;
}

/*AUTHOR SECTION And Page END*/

.gp-icon.icon-arrow {
	top: 3px;
	position: relative;
}

#blog-box {
	margin-top: 15px;
}

/* extra css  */
#maintable {
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 15px;
}

/* media css */

@media (min-width: 992px) {
	.site-header .container {
		flex-flow: column;
		gap: 10px;
	}

	.site-header .wp-menu li.menu-item-has-children>a::after {
		margin-left: 4px;
		position: absolute;
		right: 0;
		top: 10px;
		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;
		transition: all 0.3s ease;
		line-height: 24px;
	}

	.site-header .wp-menu li.menu-item-has-children:hover>a::after {
		transform: rotate(-180deg);
	}

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

	.site-header .navigationcl li:last-child .sub-menu {
		right: 0;
		left: auto;
	}

	.nav-select .sub-menu>li:hover>.sub-menu {
		display: block;
	}



}

@media only screen and (max-width:991px) {
	.site-header .container .site-logo {
		width: 160px;
	}

	.site-header .container .site-logo .coapcool-logo {
		width: 100%;
	}

	.site-header {
		padding: 10px 0;
	}

	.site-header .container,
	.site-header .navbar-collapse {
		position: static;
	}

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

	.table-auto {
		overflow-x: scroll;
		width: 100%;
	}
	.content-area table:not(.campaign-shortcode-table) {
		display: block;
		overflow: auto;
	}
	.content-area .table-auto table:not(.campaign-shortcode-table) {
		display: table;
	}
	.site-header #toplevel.navigationcl {
		position: absolute;
		right: 0px;
		top: 100%;
		width: 100%;
		cursor: pointer;
		text-align: left;
		background: #e6f7fb;
		/* background: #ccecf7; */
		left: auto;
		box-shadow:none;
		display: none;
		padding: 0px;
		left: 0;
		z-index: 99;
	}

	.navbar-togglecl {
		display: inline-flex;
	}

	.navbar-togglecl {
		background-color: #E97E40;
		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;
		float: right;
	}

	.navbar-togglecl span {
		width: 20px;
		height: 2px;
		background-color: #fff;
		display: flex;
		justify-content: center;
		position: relative;
		top: 0;
		right: 0;
		margin: auto;
		padding: 0;
		border: none;
		text-align: center;
		float: none;
		align-items: 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;
		margin: 0;
		width: 100%;
		box-sizing: border-box;
	}

	.site-header .navigationcl ul li.menu-item-has-children>a {
		padding-right: 30px;
	}

	.navigationcl a {
		font-size: 15px;
		color: #000;
		height: auto;
		padding: 5px 10px;
		margin: 0;
		line-height: 26px;
		text-align: center;
	}

	.navigationcl ul {
		visibility: visible;
		position: relative;
		display: block;
		left: 0;
		top: 0;
		margin: 0 !important;
		width: 100%;
		padding: 0 !important;
	}

	.site-header .navigationcl #toplevelnav a {
		height: auto;
		width: 100%;
		overflow: visible;
		line-height: 24px;
		background-image: none;
		border-width: 0;
		text-align: left;
		word-break: break-word;
		white-space: normal;
		padding: 5px 10px
	}

	.navigationcl #toplevelnav li.menu-item-has-children>a {
		padding-right: 28px;
	}

	.toggle-menu {
		position: absolute;
		right: 8px;
		width: 25px;
		height: 25px;
		font-size: 15px;
		transform: rotate(0deg);
		text-align: center;
		top: 4px;
		cursor: pointer;
		z-index: 999;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}

	.toggle-menu.on i {
		transform: rotate(180deg);
	}

	ul.wp-menu li:hover>.toggle-menu i {
		color: #ffffff;
	}

	.nav-select {
		display: inline-block;
		visibility: visible;
		width: 100%;
		text-align: left;
		margin: 0;
	}

	.navigationcl ul li .sub-menu {
		display: block;
		position: static;
		left: 0;
		background: transparent;
		width: 100%;
		text-align: left;
		padding: 0 !important;
		box-shadow: none;
		top: auto;
		background-color: #414242;
	}

	.sub-menu li a {
		padding: 5px 10px;
		color: #fff;
	}

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


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

	.content-area .su-button {
		padding: 10px 20px;
	}
}

@media (max-width:767px) {
	.content-area table:not(.campaign-shortcode-table) 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;
	}
}