/* Theme Name: WMD Theme */

/* Global Resets and Defaults */
body {
	font-family: Arial, sans-serif;
	margin:0;
}

*:not(.simulator) {
	scrollbar-width: thin;
}
header#header .site-title img {
    width: 200px !important;
    height: auto;
}

.site-title a {
	color: #333;
	text-align: center;
	font-size: 20px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
    margin-bottom: 20px;
}

/* Header */
header#header {
	background: #fff;
	box-shadow: 0 0 8px 0;
	margin: 0;
	padding-top: 0;
}

header .menu-item-has-children .dropdown-icon i {
	color: #191919;
}

header#header .site-title img {
	width: 250px;
	height: auto;
}

.header-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row;
	flex-wrap: wrap;
	width: 100%;
}

.site-branding {
	margin: 10px 0;
	max-width: 270px;
	width: 100%;
}

nav#site-navigation {
	width: calc(100% - 270px);
	display: flex;
	justify-content: end;
}
.site-title, .site-title a {
    padding: 0 !important;
    background: transparent;
    border: none;
}
/* Navigation */

#navigation ul.wp-menu {
	list-style: none;
	padding: 0;
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	width: 100%;
	justify-content: start;
}

#navigation ul.wp-menu li {
    font-size: 17px;
    font-weight: 600;
    flex: 0 0 auto;
    margin: 0;
    padding: 2px 0;
}

#navigation ul.wp-menu li.menu-item-has-children:hover>span.dropdown-icon i,
#navigation ul.wp-menu li.menu-item-has-children:hover>li.menu-item-has-children:hover span.dropdown-icon i {
	transition: transform 0.3s ease;
	transform: rotate(180deg);
}

#navigation ul.wp-menu li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    position: relative;
    line-height: normal;
    font-size: 16px;
}
#navigation .sale-menu a {
    color: #ffffff !important;
    background: #b12024;
}
header ul li.menu-item-has-children:hover a {
	background-color: transparent;
}

#navigation ul.wp-menu li a:hover {
	color: #174195;
	text-decoration:underline;
}

#navigation ul.wp-menu li.menu-item-has-children {
	position: relative;
}

body header ul li.menu-item-has-children ul {
	display: none;
	list-style: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #333;
	min-width: 200px;
	z-index: 1000;
	padding: 0;
	margin-top: 0;
}

.drop-down__menu__block.s-only ul.no-bullet li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}

#navigation ul.wp-menu li .drop-down__menu__block.s-only ul.no-bullet a:hover {
	color: #ffffff;
	background: #444;
}

#navigation ul.wp-menu li .drop-down__menu__block.s-only ul.no-bullet a {
	color: #ffffff;
}

#navigation span.dropdown-icon {
    position: absolute;
    top: 14px;
    right: -2px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.menu-item-has-children.active>a::after {
	transform: rotate(180deg);
}

/* Content Body */
.content_body blockquote {
	padding: 60px 40px;
	background: #dbeef4;
	border-left: 5px solid #111;
	position: relative;
	margin: 20px auto;
	font-style: italic;
	quotes: "“""”""‘""’";
}

.content_body blockquote::before,
.content_body blockquote::after {
	position: absolute;
	font-size: 3em;
	color: #111;
	font-family: serif;
	line-height: 1;
	z-index: 1;
}

.content_body blockquote::before {
	content: open-quote;
	top: 20px;
	left: 20px;
}

.content_body blockquote::after {
	content: close-quote;
	bottom: 20px;
	right: 20px;
}

.content_body blockquote p {
	display: inline;
	color: #1d1d1d;
	position: relative;
	z-index: 2;
}

.content_body ul, .content_body ol {
    padding-left: 20px;
    margin-left: 0;
}

.content_body ul {
	list-style: disc;
}

.content_body ul li,
.content_body ol li {
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 24px;
}

.content_body ol li::marker,
.content_body ul li::marker {
	font-weight: 600;
}

.content_body .campaign-list-item_key-features ul {
	padding-left: 0;
}

body .campaign-list-item {
	box-sizing: border-box;
}

.content_body .campaign-list-item_key-features ul li {
	list-style: none;
}

body a.campaign-list-item_cta-btn {
	color: #fff;
	background: #174195;
}

body a.campaign-list-item_cta-btn:hover {
	background: #174195;
}

body .campaign-shortcode-table ul {
	padding-left: 5px;
}

.content_body a {
	color: #174195;
	font-weight: 600;
}

.content_body tr,
.content_body th,
.content_body td {
	font-size: 16px;
	line-height: 20px;
}

.content_body table td {
	text-align: left;
}

.content_body table tr td, .content_body table tr th {
    border: 1px solid #000;
    padding: 10px;
    font-size: 16px;
    color: #000000;
}

.content_body pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.content_body dl {
	margin: 20px 0;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #f9f9f9;
	font-size: 16px;
	color: #333;
}

.content_body dt {
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 10px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

.content_body dd {
	margin: 0 0 10px 20px;
	padding: 10px;
	border-left: 2px solid #ddd;
	background-color: #fff;
}

.content_body p,
.content_body ul li,
.content_body ol li,
.content_body h1,
.content_body h2,
.content_body h3,
.content_body h4,
.content_body h5,
.content_body h6 {
	color: #000000;
}

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

}

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

.content_body h1 {
	font-size: 36px;
	line-height: 45px;
}

.content_body h2 {
	font-size: 30px;
	line-height: 40px;
}

.content_body h3 {
	font-size: 25px;
	line-height: 35px;
}

.content_body h4 {
	font-size: 22px;
	line-height: 30px;
}

.content_body h5 {
	font-size: 20px;
	line-height: 28px;
}

.content_body h6 {
	font-size: 18px;
	line-height: 24px;
}

.content_body h1,
.content_body h2,
.content_body h3,
.content_body h4,
.content_body h5,
.content_body h6 {
	margin: 15px 0 10px;
	text-transform: inherit;
	text-align: left;
}

.content_body b,
.content_body strong {
	font-weight: bold;
}

.aligncenter {
	display: block;
	margin: auto;
}

/* Button */
a.su-button {
	background: #333;
	padding: 15px 25px;
	color: #fff !important;
	border-radius: 25px;
}

.su-button-center {
	text-align: center;
	margin: 20px 0 !important;
}

.content_body table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

/* Footer */
.footer {
	padding: 20px 10px;
	background: #464646;
	text-align: center;
}
.footer-copyright-area p, .footer-copyright-area a {
    color: #fff;
    font-size: 16px;
}
/* Responsive Media Queries */
@media (max-width: 1199.98px) {
	.menu-item-has-children:hover>.drop-down__menu__block.s-only ul.no-bullet {
		display: block;
	}

	#navigation ul.wp-menu li.menu-item-has-children>.drop-down__menu__block.s-only ul.no-bullet {
		display: none;
	}

	#navigation ul.wp-menu li.menu-item-has-children.active>.drop-down__menu__block.s-only ul.no-bullet {
		display: block;
	}

	.content_body h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.content_body h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.content_body h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.content_body h4 {
		font-size: 20px;
		line-height: 28px;
	}

	.content_body h5 {
		font-size: 18px;
		line-height: 26px;
	}

	.content_body h6 {
		font-size: 16px;
		line-height: 22px;
	}

	.content_body .su-button span {
		padding: 5px 20px !important;
	}
}
.drop-down__menu__block, .drop-down__title {
    padding: 0;
}
@media (min-width: 992px) {
	.main-header .menu-item-has-children:hover>.drop-down__menu__block.s-only ul.no-bullet, .main-header .menu-item-has-children:hover>.drop-down__menu__block.s-only {
		display: block !important;
	}

	#navigation ul.wp-menu>li:last-child>.drop-down__menu__block.s-only ul.no-bullet {
		right: 0;
		left: auto;
	}

	.wp-menu>li:last-child .drop-down__menu__block.s-only ul.no-bullet .drop-down__menu__block.s-only ul.no-bullet {
		left: auto;
		right: 100%;
	}

	.main-header .wp-menu>li:hover>a,
	.main-header .wp-menu>li:hover::after {
		color: #ed1c24;
	}
}

@media only screen and (max-width: 621px) {
	.content_body table {
		display: block;
		width: 100%;
		overflow-x: auto;
		border-collapse: collapse;
	}
}

@media only screen and (max-width: 991.98px) {
	#navigation ul.wp-menu li.menu-item-has-children.active span.dropdown-icon i {
		transition: transform 0.3s ease;
		transform: rotate(180deg);
	}

	.container {
		width: auto;
	}

	#navigation ul.wp-menu li a:hover {
		color: #fff;
	}

	#navigation ul.wp-menu li {
		width: 100%;
		text-align: left;
	}

	.header-section .container {
		flex-flow: row;
	}

	.site-branding {
		max-width: 100px;
	}

	nav#site-navigation {
		background: transparent;
		color: #fff;
		position: unset;
		width: calc(100% - 100px);
		justify-content: end;
		text-align: right;
		display: flex;
	}

	.header-section {
		position: relative;
	}

	#navigation.active ul.wp-menu {
		display: block;
	}


	.menu-item-has-children>a::after {
		position: absolute;
		right: 15px;
	}

	#navigation ul.wp-menu li a,
	header .menu-item-has-children .dropdown-icon i {
		color: #ffffff;
	}

	#navigation ul.wp-menu {
		list-style: none;
		margin: 0;
		padding: 0 10px;
		display: none;
		flex-direction: column;
		background: #1b261e;
		position: absolute;
		right: 0;
		width: 100%;
		gap: 0;
		border-top: 1px solid #fff;
		z-index: 99;
		top: 100%;
	}

	#navigation span.dropdown-icon {
		right: 8px;
	}

	ul.drop-down__menu__block.s-only ul.no-bullet {
		position: relative;
		width: 90%;
		left: 28px;
		background: transparent;
	}

	button#mobile-menu-toggle {
		display: block !important;
		background: #000000;
		color: #ffffff;
		font-size: 20px;
		padding: 8px 10px 9px;
	}

	#mobile-menu-toggle span.menu-icon {
		font-size: 30px;
	}

	#navigation ul.wp-menu li .drop-down__menu__block.s-only ul.no-bullet {
		position: relative;
		width: 100%;
		left: 0;
		background: #444;
	}

	#navigation ul.wp-menu li .drop-down__menu__block.s-only ul.no-bullet li a {
		color: #fff;
	}

	#navigation ul.wp-menu li.menu-item-has-children.active>.drop-down__menu__block.s-only ul.no-bullet {
		display: block;
	}

	.content_body table td {
		white-space: nowrap;
	}
}