/*

Theme Name: WMD Theme

*/



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


* {
	box-sizing: border-box;
}

body {
	font-family: 'Arial', sans-serif;
	color: #414242;
	font-size: 16px;
	margin:0;
}
footer.footer-sec {
    background: #eee;
    padding: 10px 0;
    text-align: center;
	font-family: 'Arial', sans-serif;
    line-height: normal;
}
code {
    white-space: normal;
	word-wrap: break-word;
}
*:not(.simulator) {
    scrollbar-width: thin;
}
.content-part-area {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 24px;
}

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

.content-part-area h1 {
	font-size: 36px;
	font-weight: bold;
	/* text-align: center; */
	line-height: 45px;
}

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

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

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

.content-part-area h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

.content-part-area h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
.content-part-area ol,
.content-part-area ul {
	box-sizing: border-box;
	padding-left: 36px;
	margin-left: 0;
}
.content-part-area ul {
	list-style-type: disc;
}
.content-part-area ol {
	list-style: decimal;
}
.content-part-area ol li {
	list-style: decimal;
}

.content-part-area ul li {
	list-style: disc;
}

.content-part-area ol li::marker,
.content-part-area ul li::marker {
	font-weight: 600;
}



.content-part-area table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}


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

}

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

.content-part-area table:not(.campaign-shortcode-table) tr:first-child td {
	background: #333;
	color: #fff;
	text-transform: capitalize;
}

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



.content-part-area dl {
	margin: 20px;
	padding: 0;
	font-family: Arial, sans-serif;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #f9f9f9;
}

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

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

.content-part-area p {
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0;
}

.content-part-area li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px;
}

.main-header {
	position: relative;
	padding: 15px 0;
	z-index: 99999;
	font-family: 'Arial', sans-serif;
	background: #f3f2f2;
}

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

.logo-site {
	width: 210px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.logo-site a.custom-logo-link {
    text-decoration: none;
    border: none;
}
.logo-site .custom-logo{
	max-height: 55px;
}

.logo-site h1 {
	margin: 0;
}

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

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

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

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

.navigationcl a {
	display: block;
	position: relative;
	margin: 0;
	height: auto;
	font-size: 17px;
	line-height: 40px;
	color: #414242;
	overflow: visible;
	text-decoration: none;
	padding: 0 13px;
}

.sub-menu li a {
	line-height: 24px;
	margin: 0;
	color: #414242;
	padding: 10px 15px;
}

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

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

.nav-select .wp-menu {
	margin: 0;
	padding: 0;
}

.navigationcl a:hover,
.navigationcl a:focus {
	color: #1d1d1d;
	border:none;
}

.sub-menu li a:hover,
.sub-menu li a:focus {
	color: #ffffff;
	background: #2f8bca;
}

.navbar-togglecl {
	display: none;
}

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


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

.sub-menu .sub-menu a {
	color: #5a5a5a;
}

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

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

.tc-header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	align-content: center;
}

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

.custom-logo-link .custom-logo {
	width: 100%;
	height: auto;
	min-width: 65px;
}

#site-footer {
	background: #000;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	margin-top: 20px;
}

a {
	text-decoration: underline;
	color: #8484fd;
}

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

.site {
	margin-top: 30px;
}

#top_navigation li {
	list-style-type: none;
	float: left;
}

#top_navigation {
	height: auto;
	width: 100%;
	display: inline-block;
}

#site {
	width: 100%;
	max-width: 879px;
}

#content {
	width: 100%;
	max-width: 100%;
}


.content-part-area a {
	text-decoration: none;
	/* color: #2f8bca; */
	border-bottom: 0;
	/* text-decoration-color: #F57F31; */
}

.content-part-area a:hover {
	/* color: #8484fd; */
	text-decoration: underline;
}

.content-part-area blockquote {
	padding: 60px 40px;
	background: #e2eff8;
	border-left: 5px solid #2f8bca;
	position: relative;
	margin: 20px auto;
	font-style: italic;
	quotes: "“" "”" "‘" "’";
}

.content-part-area blockquote::before,
.content-part-area blockquote::after {
	position: absolute;
	font-size: 3em;
	color: #2f8bca;
	font-family: serif;
	line-height: 1;
	z-index: 1;
}

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

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

.content-part-area blockquote p {
	display: inline;
	color: #414242;
	position: relative;
	z-index: 2;
	/* ensures text overlays the quotes cleanly */
}

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

.content-part-area .su-button {
	border-color: transparent !important;
	background: #2f8bca !important;
	color: #fff !important;
	border-radius: 8px !important;
	border: 0 !important;
	padding: 10px 20px;
	margin: 15px 0;
	display: inline-block;
	min-width: 180px;
}

.content-part-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-part-area .su-button:hover {
	background: #8484fd !important;
	text-decoration: none;
}

.content-part-area .su-button:hover span {
	top: 0;
}


.content-part-area .campaign-list-item_key-features ul {
	padding-left: 0;
}

.content-part-area .campaign-list-item_key-features ul li {
	list-style: none;
}

.campaign-list-item {
	background: #fff;
}

.campaign-compact-table__offers-wrapper .campaign-compact-table__offer td {
	border: 0;
}

.campaign-list-item_key-features ul,
td.campaign-compact-table__offer-key-features ul,
.toplist-poker__filter,
.toplist-poker-v2__offer-key-features ul,
.toplist-poker-compact__offer-key-features ul,
.toplist-flagship-crypto__offer-key-features ul,
.toplist-cardplayer__offer-inner .toplist-cardplayer__offer-key-features,
.dw-toplist-sp__offer-main .dw-toplist-sp__offer-key-features,
.dw-toplist-ct__offer-features .dw-toplist-ct__offer-key-features,
.toplist-99bitcoins__offer .toplist-99bitcoins__offer-key-features,
.toplist-99bitcoins-poker__offer .toplist-99bitcoins-poker__offer-key-features {
	padding-left: 0;
}

.toplist-tech__offer-inner .toplist-tech__offer-cta-btn {
	color: #0077CC;
}

.campaign-list-item .campaign-list-item_cta-btn,
.campaign-fullwidth-shortcode_item_face-wrapper .slider-item_cta-button,
.toplist-poker-v2__offer-buttons .toplist-poker-v2__offer-cta-btn,
.toplist-poker-compact__offer-extra .toplist-poker-compact__offer-cta-btn,
.toplist-flagship-crypto__offer-sidebar .toplist-flagship-crypto__offer-visit-link,
.toplist-outlook-india__offer .toplist-outlook-india__offer-cta-btn,
.toplist-poka__offer-cta-w-payments .toplist-poka__offer-cta-btn,
.toplist-cardplayer__offer-actions .toplist-cardplayer__offer-cta-btn,
.toplist-rivertimes__offer a.toplist-rivertimes__offer-cta-btn {
	color: #fff;
}


.campaign-list-item .campaign-list-item_key-features ul li,
.campaign-compact-table__offer .campaign-compact-table__offer-key-features li,
.toplist-poker-v2__offer-body .toplist-poker-v2__offer-key-features li,
.toplist-poker-compact__offer-body .toplist-poker-compact__offer-key-features li,
.toplist-flagship-crypto__offer-main .toplist-flagship-crypto__offer-key-features ul li,
tr.campaign-compact-table__offer .campaign-compact-table__offer-key-features li,
.dw-toplist-sp__offer-main .dw-toplist-sp__offer-key-features li,
.dw-toplist-ct__offer-features .dw-toplist-ct__offer-key-features li,
.toplist-99bitcoins__offer .toplist-99bitcoins__offer-key-features li,
.toplist-99bitcoins-poker__offer .toplist-99bitcoins-poker__offer-key-features li {
	list-style: none;
}

.toplist-poker__offer-cta-wrapper .toplist-poker__offer-cta-btn,
.toplist-ct__offer-actions .toplist-ct__offer-cta-btn {
	color: #0B062B;
}

.toplist-poker-compact__offer-extra .toplist-poker-compact__offer-rakeback {
	display: none;
}

.toplist-newsbtc__offer-cta-btn,
.toplist-htmq__offer-cta-btn,
.dw-toplist-nb__offer-cta-btn,
.dw-toplist-cp__offer-cta-btn,
.dw-toplist-sp__offer-cta-btn,
.dw-toplist-ct__offer-cta-btn,
.toplist-99bitcoins__offer-cta-btn,
.toplist-99bitcoins-poker__offer-cta-btn,
.toplist-iwcasino__offer-cta-btn,
.toplist-nokyc__offer-cta-btn,
.toplist-sportscasting__offer-cta-btn,
.toplist-casinoscout__offer-cta-btn {
	text-decoration: none;
}
a.campaign-list-item_logo.bm-with-counter:before {
    line-height: 20px;
}

/* su-button css */
/*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 {
	text-decoration: underline;
}

.name_author_out a:hover,
.name_author_out a:hover p {
	color: #8484fd;
	text-decoration-color: #8484fd;
}

.modifyDetails {
	background: #F2F2F2;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 20px;
}

.author_imag img {
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 100%;
	object-fit: cover;
}

.author_imag {
	line-height: 0;
}

.author_imag a {
	text-decoration: none;
}

.name_author_out {
	display: flex;
}

.name_author_out span.lbl {
	margin-right: 5px;
	font-weight: 700;
}

.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;
}
div#container>aside{
	padding-left: 0;
}
div.contacts {
    margin-top: 0;
}

/* media */

@media (min-width: 801px){
#container {
    display: flex;
	width: 100%;
}

}


@media (min-width: 992px) {

	.main-header .nav-menu li.menu-item-has-children>a::after {
		margin-left: 4px;
		position: relative;
		top: 0;
		vertical-align: middle;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		content: "\f107";
		/* Correct Unicode for down arrow in Font Awesome 4 */
		font-family: "FontAwesome";
		/* Use correct font-family for Font Awesome 4 */
		font-weight: normal;
		/* FA4 does not use font-weight 900 */
		display: inline-block;
		transition: all 0.3s ease;
		line-height: normal;
	}

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

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

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

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

@media (min-width: 1000px){
div#container main, div#container #featured-articles{
	margin-left: auto;
}
}

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

	.header-inner {
		position: static;
	}

	.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: #fff;
		left: auto;
		box-shadow: 0 0 4px #ddd;
		display: none;
		padding: 10px;
		left: 0;
		z-index: 99;
	}

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

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

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

	.navigationcl a {
		font-size: 16px;
		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;
		word-break: break-word;
		white-space: normal;
	}

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

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

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


	.nav-align-right .inside-navigation,
	.nav-align-center .inside-navigation {
		justify-content: end;
	}

	.menu-toggle,
	.mobile-bar-items,
	.sidebar-nav-mobile {
		display: inline-block;
	}

	.main-navigation ul,
	.gen-sidebar-nav,
	.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul,
	.has-inline-mobile-toggle #site-navigation .inside-navigation> :not(.navigation-search):not(.main-nav) {
		display: none;
	}

	.main-navigation .main-nav ul li a {
		line-height: 40px;
	}

	.menu-toggle {
		line-height: 40px;
	}

	.gp-icon.icon-menu-bars {
		position: relative;
		top: 2px;
	}

	.main-navigation .main-nav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}

	.menu-item-has-children .dropdown-menu-toggle {
		padding-right: 20px;
	}

	.main-navigation.toggled .main-nav ul ul.toggled-on {
		height: auto !important;
	}

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

	/* basic typo */
	.content-part-area h1.entry-title,
	.content-part-area h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.content-part-area h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.content-part-area h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.content-part-area h4 {
		font-size: 20px;
		line-height: 25px;
	}

	.content-part-area h5 {
		font-size: 18px;
		line-height: 24px;
	}

	.content-part-area h6 {
		font-size: 16px;
		line-height: 22px;
	}
.content-part-area table:not(.campaign-shortcode-table) td{
	white-space: nowrap;
}
}

@media only screen and (max-width: 767.98px) {
	.content-part-area blockquote {
		padding: 30px 20px;
		font-size: 0.95em;
	}

	.content-part-area blockquote::before {
		top: 10px;
		left: 10px;
		font-size: 2.5em;
	}

	.content-part-area blockquote::after {
		bottom: 0;
		right: 10px;
		font-size: 2.5em;
	}

	.table-auto {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}