/*!
Theme Name: Sharp
Theme URI: http://underscores.me/
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sharp
*/

:root {
	--primary-color: #163780;
	--secondary-color: #9b212c;
	--accent-color: #f1d823;
	--header-font: 'Teko', sans-serif;
	--body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
	background-color: #ededed;
	color: #2b2b2b;
	position: relative;
	margin: 0;
	font-size: 15px;
	overflow-x: hidden;
	padding-top: 96px;
	font-family: var(--body-font);
}

body.scrolled {
	padding-top: 54px;
}

img {
	max-width: 100%;
}

a {
	transition: all .25s;
	color: var(--accent-color);
	opacity: 1;
}

a:hover {
	text-decoration: none;
	color: var(--accent-color);
	opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: var(--header-font);
	line-height: 1em;
	margin: 0;
}

h2 ion-icon,
h3 ion-icon,
h4 ion-icon,
h5 ion-icon {
	position: relative;
	top: .2em;
	margin-right: .2em;
}

h1 {
	text-transform: uppercase;
	font-size: 5em;
	line-height: .8em;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.8);
}

h1 .small {
	display: block;
	font-size: .5em;
	line-height: 1em;
}

h1.interior-header {
	font-size: 3.7em;
	line-height: 1em;
}

.archive h1 {
	font-size: 4em;
}

h2 {
	text-transform: uppercase;
	margin-bottom: .4em;
	border-bottom: 1px solid var(--accent-color);
	padding-bottom: .3em;
}

h3 {
	margin-bottom: .3em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: .3em;
}

.header.centered {
	line-height: 1em;
	text-align: center;
	overflow: hidden;
	border: none;
	margin-bottom: 0;
}

.header.centered span {
	position: relative;
	display: inline-block;
}

.header.centered span:before,
.header.centered span:after {
	content: "";
	position: absolute;
	height: 2px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.06);
	top: 50%;
	width: 600px;
	margin-top: -1px;
}

.header.centered span:before {
	right: 100%;
	margin-right: 15px;
}

.header.centered span:after {
	left: 100%;
	margin-left: 15px;
}

.header.light {
	color: #fff;
}

.header.light span:before,
.header.light span:after {
	border-color: #fff;
}


h2:before {
	/* height: 2px; */
	/* background-color: var(--secondary-color); */
	/* border-radius: 2px; */
	top: 50%;
	margin-top: -1px;
	width: 100%;
	/* content: ""; */
	display: block;
	position: absolute;
}

blockquote {
	background: rgba(0, 0, 0, 0.02);
	padding: 1.4em;
	border-left: 4px solid var(--accent-color);
	border-radius: 5px;
	font-size: 1.3em;
	font-weight: 400;
	font-style: italic;
	margin: 1.4em 0;
	color: #29365e;
	position: relative;
}

blockquote:before {
	content: "";
	display: block;
	background-image: url(assets/img/quotes1.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 37px;
	width: 37px;
	border-radius: 50%;
	background-color: var(--accent-color);
	background-position: center;
	background-size: 18px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.28);
	top: -18px;
	left: 10px;
}

blockquote .quoter {
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: -1px;
	color: #828282;
}

blockquote .quoter:before {
	content: "- ";
}

.close-btn {
	font-size: 25px;
	position: absolute;
	right: 8px;
	top: 7px;
}

.btn {
	position: relative;
}

.btn .app-icon {
	width: 30px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	background: #000;
	border-radius: 5px;
	border: 1px solid #000;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	background-size: cover;
}

.btn-primary {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff !important;
	/* font-family: "Teko"; */
	text-transform: uppercase;
	font-size: 1em;
	padding: 8px 20px 10px;
	line-height: 1em;
	font-weight: 700;
}

.alert {
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	border-radius: 0;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .02) 10px);
	font-size: 1.2em;
	padding: 5px 0 8px;
}

.alert-primary {
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}

.alert-danger {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.alert-success {
	background-color: #137466;
	border-color: #137466;
}

.alert a {
	color: #fff;
	text-decoration: underline;
}

.alert-dismissible .close {
	position: absolute;
	top: 1px;
	right: 10px;
	padding: 0;
	color: inherit;
	font-size: 33px;
}

.tip {
	color: var(--accent-color);
	transform: scale(0.7);
	position: relative;
	left: -4px;
}

.tooltip-inner {
	font-size: .9em;
	line-height: 1.3em;
	padding: .45rem .5rem;
}

.popover-header {
	background: var(--primary-color);
	color: #fff;
}

.popover-body {
	font-size: .95em;
}

.btn-secondary {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}

section {
	position: relative;
	margin-bottom: 3em;
}

section.full:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: inherit;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	z-index: -1;
}

.content-block {
	font-size: 15px;
}

.accent {
	color: var(--accent-color);
}

.site-header {
	background-color: #fff;
	position: relative;
	text-align: center;
	padding: 10px 0;
	border-bottom: 3px solid var(--accent-color);
	position: fixed;
	width: 100%;
	z-index: 3;
	top: 0;
}

.logged-in.admin-bar .site-header {
	top: 32px;
}

body.scrolled .site-header {
	padding: 5px;
	transition: all .6s;
}

.site-header .site-branding a {
	display: inline-block;
}

.site-header .site-branding ion-icon {
	font-size: 70px;
	color: var(--primary-color);
}

.site-header .site-branding img {
	max-width: 91px;
}

body.scrolled .site-header .site-branding .logo,
body.scrolled .site-header .site-branding ion-icon,
body.scrolled .site-header .site-branding img {
	font-size: 45px;
	max-width: 56px;
	transition: all .6s;
}

.site-header .main-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header .main-navigation ul.menu {
	list-style-type: none;
	font-size: .95em;
	letter-spacing: -.05em;
	margin: 0;
}

.site-header .main-navigation ul.menu>li {
	display: inline-block;
	margin-right: 1.5em;
}

.site-header .main-navigation ul.menu>li a {
	color: #2b2b2b;
	text-transform: uppercase;
	font-weight: 700;
}

.site-header .main-navigation ul.menu>li a:hover {
	color: var(--accent-color);
	text-decoration: none;
}

.site-header .mega-menu-toggle {
	position: absolute;
	left: -10px;
	transform: scale(.4);
}

.site-header .mega-menu-toggle .menu {
	height: 100px;
	width: 100px;
	position: relative;
	margin: auto;
	padding-top: 20px;
	border: 5px solid transparent;
	border-radius: 100%;
	transition: 0.3s;
	cursor: pointer;
	overflow: hidden;

}

.site-header .mega-menu-toggle .bar {
	height: 6px;
	width: 70px;
	display: block;
	margin: 10px auto;
	position: relative;
	background-color: var(--primary-color);
	border-radius: 10px;
	transition: 0.4s;
}

.mega-menu-toggle .menu:after {
	content: '';
	width: 90%;
	height: 90%;
	left: 0;
	top: 6px;
	position: absolute;
	border: 6px solid transparent;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.mega-menu-toggle.active {
	z-index: 101;
}

.mega-menu-toggle.active .menu:after {
	-moz-animation: circle-creation 1s forwards;
	-webkit-animation: circle-creation 1s forwards;
	animation: circle-creation 1s forwards;
}

.mega-menu-toggle.active .bar {
	background-color: var(--accent-color);
}

.mega-menu-toggle.active .menu .bar:nth-of-type(1) {
	-moz-transform: translateY(15px) rotate(45deg);
	-ms-transform: translateY(15px) rotate(45deg);
	-webkit-transform: translateY(15px) rotate(45deg);
	transform: translateY(12px) translateX(-5px) rotate(45deg);
}

.mega-menu-toggle.active .menu .bar:nth-of-type(2) {
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.mega-menu-toggle.active .menu .bar:nth-of-type(3) {
	-moz-transform: translateY(-15px) rotate(-45deg);
	-ms-transform: translateY(-15px) rotate(-45deg);
	-webkit-transform: translateY(-15px) rotate(-45deg);
	transform: translateY(-18px) translateX(-5px) rotate(-45deg);
}

@keyframes circle-creation {
	0% {
		border-color: transparent;
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		border-color: transparent var(--accent-color) transparent transparent;
		-moz-transform: rotate(-35deg);
		-ms-transform: rotate(-35deg);
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}

	50% {
		border-color: transparent var(--accent-color) var(--accent-color) transparent;
	}

	75% {
		border-color: transparent var(--accent-color) var(--accent-color) var(--accent-color);
	}

	100% {
		border-color: var(--accent-color);
		-moz-transform: rotate(-300deg);
		-ms-transform: rotate(-300deg);
		-webkit-transform: rotate(-300deg);
		transform: rotate(-300deg);
	}
}

.site-header .mega-menu {
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transform: translateY(-100vh);
	/* transition: all .3s cubic-bezier(0.25, 1, 0.5, 1); */
	overflow-x: hidden;
}

.site-header .mega-menu.active {
	transform: translateY(0);
}

.site-header .mega-menu>.container {
	height: 100%;
}

.site-header .mega-menu>.container>.row {
	height: 100%;
	align-content: center;
	justify-content: center;
}

.site-header .mega-menu>.container>.row>div {
	margin-bottom: 2.5em;
}

.site-header .mega-menu ion-icon {
	font-size: 2rem;
	color: var(--accent-color);
	margin-right: 15px;
	padding-top: 0;
	position: relative;
	top: 10px;
}

.site-header .mega-menu .cls-1 {
	fill: var(--accent-color) !important;
}

.site-header .mega-menu h4 {
	color: #fff;
	text-align: left;
	border: none;
}

.site-header .mega-menu h4 br {
	display: none;
}

.site-header .mega-menu ul {
	text-align: left;
	list-style-type: none;
	padding: 7px 0 0 48px;
}

.site-header .mega-menu ul li {
	margin-bottom: 10px;
}

.site-header .mega-menu ul li a {
	color: #c6c6c6;
}

.site-header .mega-menu .logo-col {
	position: absolute;
	right: 0;
}

.site-header .mega-menu .logo-col ion-icon {
	font-size: 10em;
	color: #fff;
	opacity: 0.2;
	margin-right: 100px;
}

.hero {
	background-color: var(--primary-color);
	padding: 1.8em 0;
	color: #fff;
	position: relative;
	background-size: cover;
}

.hero:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-image: url("/wp-content/uploads/2021/01/richmond-va.png.webp");
	opacity: .2;
	background-position: center;
	background-size: cover;
}

body.no-webp-support .hero:before {
  background-image: url("/wp-content/uploads/2021/01/richmond-va.png");
}

.hero {
	padding: 4em 0;
}

.hero.detached-image {
	padding-bottom: 10em;
}

.hero.image-bg:before {
	display: none;
}

.hero.image-bg .bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.hero.image-bg .bg:before {
	content: "";
	width: 20%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgb(46, 60, 90);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(17, 26, 31, 0) 75%);
}

.hero .image-bg .bg:after {
	content: "";
	width: 20%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgb(17, 26, 31);
	background: linear-gradient(90deg, rgba(17, 26, 31, 0) 25%, rgba(0, 0, 0, 1) 100%);
}

.hero .post-meta {
	display: flex;
	text-transform: uppercase;
	margin-top: 1em;
	font-family: var(--header-font);
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1em;
}

.hero .post-meta br,
.hero .post-meta p {
	display: none;
}

.hero .post-meta>div {
	margin-right: 40px;
	display: flex;
	align-items: center;
}

body.page .hero .post-meta>.published {
	display: none;
}

body.page .hero .post-meta>.updated {
	display: flex;
}

.hero .post-meta .icon {
	border-radius: 50%;
	padding: 3px;
	background-color: var(--accent-color);
	height: 40px;
	width: 40px;
	margin-right: 10px;
	text-align: center;
	color: #000;
	font-size: 23px;
	padding-top: 7px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	background-size: cover;
	background-position: center;
}

.hero .post-meta .icon ion-icon {
	opacity: 0.8;
}

.hero .post-meta .author .icon ion-icon {
	font-size: 1.4em;
	position: relative;
	top: -3px;
	left: 0px;
}

.hero .post-meta .author .icon img {
	width: 40px;
	height: 40px;
	max-width: none;
	position: relative;
	top: -7px;
	left: -3px;
	border-radius: 50%;
}

.hero .post-meta .author-blurb {
	font-family: var(--body-font);
	text-transform: none;
	font-size: 12px;
	font-weight: 400;
	opacity: 0.9;
	margin-top: -2px;
}


.hero .post-meta .lbl {
	display: block;
	font-family: var(--body-font);
	position: relative;
	top: 3px;
	font-size: .7rem;
	margin-bottom: .4em;
}



.hero>.container>.row {
	align-items: center;
}

.hero .intro {
	margin-top: 1em;
	font-size: .95em;
	line-height: 1.7em;
}

.trust-card {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 1.3em;
	border-radius: 8px;
}

.trust-card h3 {
	font-size: 1.3em;
	line-height: 1em;
}

.trust-card .secure-badge {
	max-width: 190px;
	margin: 1.4em auto 1em;
}

.trust-card .verified {
	margin-top: 10px;
	font-size: .9em;
}

.trust-card .verified .icons {
	text-align: center;
	margin-top: 10px;
}

.trust-card .verified .icons br {
	display: none;
}

.trust-card .verified .icons img {
	margin-right: 14px;
	display: inline-block;
	height: 24px;
	filter: grayscale(1);
	filter: brightness(0) invert(1);
	opacity: 0.5;
	transform: translateX(-10px);
	opacity: 0;
	transition: all .6s;
}

.trust-card .verified .icons.in img {
	opacity: 0.5;
	transform: translateX(0px);
}

.trust-card .verified .icons img:nth-of-type(2) {
	transition-delay: .4s;
}

.trust-card .verified .icons img:nth-of-type(3) {
	transition-delay: .7s
}


.trust-card .verified .icons img:last-of-type {
	margin-right: 0;
}

.footer-global {
	margin-top: 2.5em;
	padding: 2em;
	background-color: #143a5d;
	color: rgba(255, 255, 255, 0.6);
}

.footer-global .copyright {
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
}

.jump-nav-wrap {
	opacity: 1;
	transform: translateY(-100px);
	background-color: #fff;
	padding: 0;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 2;
	margin-top: 1px;
}

.scrolled .jump-nav-wrap {
	opacity: 1;
	transition: all .3s;
	transform: translateY(0);
	margin-top: 4px;
}

.jump-nav-wrap .col {
	text-align: left;
}

.jump-nav-wrap.fixed {
	position: fixed;
	width: 100%;
	top: 61px;
	z-index: 2;
}

.jump-nav {
	position: relative;
	display: flex;
	margin: 0 auto;
	word-spacing: 0;
	width: 100%;
	overflow: hidden;
	height: 46px;
}

/*.jump-nav:after {
	content: "";
	clear: both;
	display: block;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(135deg, rgba(255,255,255,0) 20%,rgba(255,255,255,1) 100%);
}*/

.jump-nav h5 {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: #cecece;
	margin-right: 10px;
	padding-top: 14px;
}

.jump-nav ul {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	flex: 1;
}

.jump-nav ul li {
	margin: 0px 7px;
	display: block;
	transition: all .25s;
	font-family: "Teko";
	font-size: 1.4em;
	float: left;
}

.jump-nav ul li:hover {
	background: rgba(0, 0, 0, 0.03);
}

.jump-nav ul li a {
	color: var(--primary-color);
	font-weight: 500;
	letter-spacing: -.5px;
	padding: 8px 11px;
	display: block;
}

.jump-nav ul li.active a {
	color: #fff;
}

.jump-nav ul li.cta-btn {
	float: right;
}

.jump-nav ul li.cta-btn a {
	font-size: 1.2rem;
	letter-spacing: 0;
	margin-top: 5px;
	line-height: 1rem;
	padding-top: 9px;
	background: #1cb46e;
	border-color: #1cb46e;
	padding-left: 38px;
}

.dummy-section {
	min-height: 1100px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.entry-content {
	padding-top: 2em;
}

.entry-content .detached-image {
	margin-top: -9em;
	margin-bottom: 3em;
	text-align: center;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.entry-content .detached-image img {
	border-radius: 5px;
	width: 100%;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.faq-item {
	margin-bottom: .7em;
}

.faq-item .faq-question {
	font-family: "Teko";
	font-size: 1.3em;
	font-weight: 500;
}

.acc-item {
	margin-bottom: .5em;
}

.acc-header {
	padding: 9px 5px 11px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	font-weight: 600;
	position: relative;
	padding-left: 40px;
	min-height: 41px;
	cursor: pointer;
	font-size: 1em;
	line-height: 1.3em;
}

.acc-icon {
	font-size: 25px;
	color: var(--accent-color);
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -12px;
}

.acc-body {
	padding: 5px;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: var(--primary-color);
	font-weight: 700;
	vertical-align: middle;
	color: #fff;
}

.tile-item {
	list-style-type: none;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	text-align: center;
	margin: 0 10px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.tile-item p {
	margin-bottom: 0;
}

.tile-item ion-icon {
	font-size: 4em;
	display: block;
	margin: .9rem auto 1.2rem;
}

.newsletter-signup-alt {
	background: var(--accent-color);
	margin: 0 auto;
	max-width: 700px;
	margin-top: -71px;
	color: #fff;
	text-align: center;
	padding: 2em !important;
	border: none;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.klaviyo-form input {
	border: none !important;
}

.klaviyo-form button {
	background-color: var(--primary-color);
}

.pagination-wrap {
	text-align: center;
}

.pagination {
	border: 1px solid #cacaca;
	display: inline-block;
	border-radius: 4px;
	overflow: hidden;
}

.pagination>* {
	border-right: 1px solid #cacaca;
	display: inline-block;
	padding: 3px 10px 5px;
	text-align: center;
	float: left;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.6);
	font-size: 1.1em;
}

.pagination>*:last-child {
	border-right: 0;
}

.pagination>.current {
	background: var(--accent-color);
	color: #fff;
}

.author-box {
	border-bottom: 3px solid var(--accent-color);
}

.author-box .card-body {
	position: relative;
	display: flex;
}

.author-box .avatar {

	overflow: hidden;
}

.author-box .avatar img {
	max-width: 150px;
	border-radius: 5px;
}

.author-box .info {
	flex: 1;
}


.archive.author .author-box {
	margin-bottom: 3.5em;
	margin-top: -1em;
}

.review-block {
	margin-top: -120px;
}

.review {
	padding: 2em;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.review-flex {
	display: flex;
}

.review br {
	display: none;
}

.review .legal-notice {
	padding: 0.4em;
	text-align: center;
	background: #fafafa;
	border-radius: 5px;
	margin-bottom: -8px;
	margin-top: 22px;
	font-weight: 500;
	font-size: .8em;
	font-style: italic;
	color: #929292;
	display: inline-block;
	padding-left: 50px;
	padding-right: 10px;
	position: relative;
}

.review .legal-notice ion-icon {
	font-size: 34px;
	position: absolute;
	left: 12px;
	top: -4px;
}

.review .review-col {
	display: flex;
	flex-grow: 1;
	flex-basis: 0;
	flex-direction: column;
	padding: 0 2em;
	text-align: left;
}

.review .logo-col {
	background: #f7f7f7;
	padding-top: 2em;
	padding-bottom: 2em;
	border-radius: 5px;
}

.review .op-logo {
	position: relative;
}

.review .bonus {
	padding-top: 10px;
	font-size: 4em;
	font-family: "Teko";
	text-align: center;
	font-weight: 500;
	line-height: 1em;
	margin-top: 1.2rem;
	margin-bottom: 1.3rem;
}

.review .bonus p {
	display: none;
}

.review .bonus .small {
	font-size: 20px;
	line-height: 1em;
}

.review .action .btn {
	width: 100%;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.8em;
}

.overall-score {
	text-align: center;
	border: 6px solid #e3e3e3;
	border-radius: 50%;
	display: block;
	width: 141px;
	height: 141px;
	margin: 0 auto;
	padding-top: 20px;
	background-color: rgba(255, 255, 255, 0.75);
	margin-left: auto;
	margin-right: auto;
	font-size: .85em;
}

.review .overall-score {
	margin-bottom: 38px;
}

.overall-score br {
	display: none;
}

.overall-score .score {
	font-size: 55px;
	font-family: "Teko";
	display: inline-block;
	line-height: 1em;
	font-weight: 500;
}

.overall-score .stars {
	color: #e4a621;
}

.overall-score .lbl {
	font-weight: 700;
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1em;
}

.overall-score .stars {
	font-size: 1.3em;
	letter-spacing: -3px;
}

.review .sub-score {
	display: flex;
	margin-bottom: 6px;
}

.review .sub-score h5 {
	font-size: 1.2em;
	padding-top: 4px;
	width: 100%;
}


.review .sub-score .stars {
	margin-left: auto;
	text-align: left;
	flex-grow: 1;
	margin-right: 10px;
	font-size: 12px;
	margin-top: 5px;
	min-width: 75px;
}

.review .sub-score .score {
	margin-left: auto;
}

.review .stars {
	color: #e4a621;
}

.review .perks {
	margin-top: .7em;
	display: flex;
	padding: 10px 4px;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #dadada;
}

.review .perks .perk {
	text-align: center;
	flex: 1;
	font-size: 11px;
	font-weight: 500;
}

.review .perks .perk ion-icon {
	font-size: 32px;
	color: var(--accent-color);
	display: block;
	margin: 0 auto;
}

.review .screenshots {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #dadada;

}

.meet-expert {
	position: relative;
}

.meet-expert h3 {
	text-transform: uppercase;
}

.meet-expert .photo {
	position: absolute;
}

.meet-expert .photo img {
	width: auto;
}

.meet-expert .content {
	position: relative;
	margin-left: 230px;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	padding: 1.7em 0;
}

.meet-expert .name {
	font-family: "Teko";
	font-size: 2em;
}

.meet-expert .bio {
	font-size: 1em;
}

.slideshow .row {
	justify-content: center;
}

.slideshow a.thumbnail {
	max-height: 150px;
	overflow: hidden;
	display: block;
	border: 2px solid #fff;
	margin-bottom: 20px;
}

.slideshow .col-lg-12 a.thumbnail {
	max-height: none;
}

.slideshow .img-thumbnail {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
	border: navajowhite;
}

.slideshow-modal h4 {
	border: none;
}

.slideshow .modal-body img {
	max-height: 1000px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
	border-radius: 5px;
	overflow: hidden;
	border-bottom: 2px solid #e4a621;
}

.tablepress td,
.tablepress th {
	padding: 13px 8px;
}

.header-promo {
	position: relative;
	text-align: center;
	padding: 25px 38px;
	background-color: rgba(255, 255, 255, 0.14);
	border-radius: 5px;
	display: inline-block;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
	width: 100%;
	max-width: 350px;
}

.header-promo h4 {
	font-size: 2em;
	margin-bottom: 10px;
}

.header-promo .intro-text {}

.header-promo .redirect-text {
	display: none;
}

.header-promo .used {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 5px;
	opacity: 0.9;
}

.header-promo .ctc {
	position: absolute;
	width: 107px;
	left: -94px;
	top: 50%;
	margin-top: -30px;
}

.header-promo .ctc img {
	max-width: 100%;
}

.header-promo .redirect-text {
	font-size: 1.5em;
}

.header-promo .redirect-text:before {
	content: "";
	background-image: url(assets/img/loaderwifi.png);
	width: 20px;
	height: 15px;
	background-size: cover;
	display: inline-block;
	margin-right: 10px;
	opacity: 0.9;
}

.promo-code {
	position: relative;
	display: flex;
	max-width: 273px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	line-height: 1.6em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0 rgba(255, 255, 255, 0);
	transition: all .6s;
}

.promo-code .lbl {
	padding: 6px;
	flex: 1;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: var(--accent-color);
	font-size: .9em;
	font-weight: 600;
}

.copied .promo-code .lbl {
	background-color: #61a783;
	text-transform: uppercase;
	font-weight: 700;
}

.promo-code .code {
	padding: 6px;
	text-transform: uppercase;
	flex: 1;
	border-top: 2px dashed var(--accent-color);
	border-right: 2px dashed var(--accent-color);
	border-bottom: 2px dashed var(--accent-color);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.05);
}

.copied .promo-code .code {
	border-color: #61a783;
}

.promo-code:hover {
	box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.64);
}

/*WP Classes*/
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.list-v1 {
	list-style-type: none;
	text-align: left;
	margin: 0;
}

.list-v1 li {
	position: relative;
	padding-left: 22px;
	margin-bottom: .5em;
}

.list-v1 li ion-icon {
	position: absolute;
	left: 0;
	top: 1px;
}

.cta-list .cta {
	margin-bottom: 1em;
}

.cta-list .cta:last-of-type {
	margin-bottom: 0;
}

.cta {
	background: #fff;
	padding: 6px;
	border-radius: 3px;
	box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
	position: relative;
}

.cta .cta-row {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.cta .cta-row.row-top {
	background-color: #f9f9f9;
	border-radius: 3px;
	padding: .5em 0;
}

.cta .cta-row.row-mid {
	align-items: start;
	padding: .5em 0;
}

.cta .cta-row.row-mid h4 {
	border: none;
}

.cta .cta-row.row-bottom {
	margin-bottom: 0;
	border-top: 2px solid #efefef;

}

.cta .cta-row.row-bottom>div,
.cta .cta-row.row-bottom>a {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all .25s;
	color: inherit;
}

.cta .cta-row.row-bottom>a:hover {
	background-color: #f9f9f9;
}

.cta .cta-row>div,
.cta .cta-row>a {
	flex: 1;
	align-items: center;
	justify-content: center;
}

.cta .cta-row>div br,
.cta .cta-row>a br {
	display: none;
}

.cta .op-logo {
	text-align: center;
	padding: 15px 0 15px 20px;

}

.cta .op-logo img {
	max-height: 47px;
	width: auto;
}

.cta .bonus {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 500;
}

.cta .bonus span {
	font-family: var(--header-font);
	font-size: 2.7em;
	font-weight: 500;
	letter-spacing: -1px;
	display: block;
	line-height: 2.4rem;
	margin-top: 5px;
	color: var(--accent-color);
}

.cta .icon-col.bonus-counter h5 span:before {
	content: "$";
}

.cta .geo {
	font-weight: 700;
	font-style: italic;
}

.cta .geo .flag {
	max-width: 42px;
	display: block;
	margin-bottom: .4em;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 5px;
}

.cta .geo p {
	margin-bottom: 0;
}

.cta .action {}

.cta .action a {
	min-width: 200px;
	font-weight: 700;
}

.cta .collapse-toggle {
	position: absolute;
	bottom: -7px;
	background: #ffffff;
	display: none;
	color: var(--accent-color);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 6px;
	left: 50%;
	z-index: 1;
	text-align: center;
	font-size: 22px;
	border: 1px solid #dfdfdf;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.cta .collapse-toggle.collapsed {
	display: block;
}

.cta:first-of-type .collapse-toggle {
	display: none;
}

.cta .procon {
	text-align: left;
}

.cta .procon {
	margin: 10px 0;
	padding-left: 2em;
}

.cta .procon ul {
	padding: 0;
}

.cta .procon li {}

.cta .procon ion-icon {
	font-size: 20px;
}

.cta .pros li ion-icon {
	color: green;
}

.cta .cons li ion-icon {
	color: #c40d0d;
}

.pros ion-icon {
	--ionicon-stroke-width: 76px;
}

.cons ion-icon {
	--ionicon-stroke-width: 46px;
}

.cta .icon-col {
	display: flex;
}

.cta .icon-col p {
	margin-bottom: 0;
}

.cta .icon-col .icon {
	flex-basis: 20%;
}

.cta .icon-col .icon ion-icon {
	font-size: 30px;
	color: var(--accent-color);
}

.cta .icon-col h5 {
	text-align: left;
}

.cta .icon-col h5 span {
	display: block;
	font-size: 2rem;
	line-height: 1.5rem;
	color: var(--primary-color);
	text-align: center;
	margin-top: .1em;
}

.cta .icon-col .read-review {
	font-size: 1.5em;
	color: var(--accent-color);
	text-align: left;
	line-height: 1em;
	font-family: "Teko";
	font-weight: 500;
	display: block;
	padding-top: 3px;
}

.cta .icon-col .read-review ion-icon {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.cta .cta-row .head-text p {
	margin-bottom: 0;
}

.cta .cta-row .head-text .headh5 {
	font-family: "Teko";
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1em;
}

.cta .rating .score {
	border-radius: 3px;
	background-color: var(--primary-color);
	color: #fff;
	margin-right: 7px;
	font-size: 2em;
	line-height: 1.6em;
}

.cta .win-rate .counter:after {
	content: "%";
}

.cta .bonus .counter:before {
	content: "$";
}

.cta .banking br {
	display: none;
}

.cta .banking img {
	font-size: 40px;
	line-height: 40px;
	max-height: 13px;
	margin: 0 4px 3px 4px;
	filter: grayscale(0);
	transform: translateX(-10px);
	opacity: 0;
	animation-delay: 1s;
}

.cta .banking.in img {
	animation: fade-in-item .4s .3s ease-out forwards;
}

.cta .banking img:nth-of-type(2) {
	animation-delay: .9s;
	-webkit-animation-delay: .9s;
}

.cta .banking img:nth-of-type(3) {
	animation-delay: 1.5s
}



@-webkit-keyframes fade-in-item {
	0% {
		transform: translateX(-10px);
		opacity: 0;
	}

	30% {
		transform: translateX(-7px);
		opacity: .5;
	}

	60% {
		transform: translateX(-3px);
		opacity: .8;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

.card-list-h {
	padding: 2em 0;
}

.step-cards>.col {
	margin: 0 25px;
	flex: 1;
}

article .card {}

article .card .card-icon {
	max-width: 85px;
	text-align: center;
	margin: 0 auto;
	font-size: 62px;
}

.archive-list-item {
	margin-bottom: 1.5em;
	display: flex;
	max-height: 200px;
}

.archive-list-item .thumbnail {
	position: relative;
	/* max-height: 150px; */
	overflow: hidden;
	flex: 0 0 27%;
}

.archive-list-item .thumbnail img {
	width: 100%;
	height: auto;
}

.archive-list-item .item-info {
	padding-left: 1.5em;
}

.archive-list-item .item-info h3 {
	font-size: 1.75em;
	margin-bottom: .2em;
}

.archive-list-item .item-info h3 a {
	color: #2b2b2b;
}

.archive-list-item .date {
	font-weight: 600;
	font-style: italic;
	margin-bottom: .5em;
	color: var(--accent-color);
}

.archive-list-item .author {}

.archive-list-item .excerpt {
	margin-top: .5em;
}



.news-list {
	margin-top: 1.25em;
}

.news-list .news-item {
	margin-bottom: .8em;
	display: flex;
	background: #fff;
	padding: .7em;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25em;
	transform: translateX(-20px);
	opacity: 0;
	transition: all 1s;
}

.news-list .news-item.in {
	opacity: 1;
	transform: translateX(0);

}

.news-list .news-item .thumb-wrap {
	flex: 0 0 27%;
}

.news-list .news-item .thumb {
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.news-list .news-item .thumb img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: transform .6s;
}

.news-list .news-item:hover .thumb img {
	transform: scale(1.2);
}

.news-list .news-item .item-info {
	padding-left: 1em;
}

.news-list .news-item .item-info h3 {
	font-size: 1.1em;
	margin-bottom: 0;
}

.news-list .news-item .item-info h3 a {
	color: #2b2b2b;
}

.news-list .news-item:hover .item-info h3 a {
	color: var(--accent-color);
}

.news-list .news-item .date {
	font-weight: 600;
	font-style: italic;
	margin-bottom: .5em;
	color: var(--accent-color);
	font-size: .8em;
}

.mb_link a {
	font-size: 16px;
	color: #000;
	display: none;
}

.mobile_link1 {
	padding-right: 30px
}

.mobile_link2 {
	padding-left: 30px;
}

.rev-svg svg.ionicon.s-ion-icon {
	fill: var(--accent-color);
}

.rev-svg {
	width: 32px;
	margin: 0 auto;
}

.header-v2 h4 span {
	color: var(--accent-color);
}

.hero {
	padding-bottom: 10em;
}




@media (max-width: 1200px) {
	.menu-primary-menu-left-container,
	.menu-primary-menu-right-container {
		display: none;
	}

	.mb_link a {
		display: block;
	}
}

@media (min-width: 768px) {

	.scrolled .jump-nav-wrap {
		transform: translateY(13px);
	}
}

@media (max-width: 767px) {


	.data-table-1 {
		padding-left: 0 !important;
	}

	.mobile-hide {
		display: none !important;
	}

	body {
		padding-top: 54px;
	}

	body .site-header {
		padding: 5px;
		transition: none;
	}

	body .site-header .site-branding .logo,
	body .site-header .site-branding ion-icon,
	body .site-header .site-branding img {
		font-size: 45px;
		max-width: 56px;
		transition: none;
	}

	section {
		margin-bottom: 1.5em;
	}

	.site-header .mega-menu>.container>.row {
		padding-top: 100px;
		display: block;
	}

	.jump-nav-wrap .col {
		padding: 0;
	}

	.jump-nav {
		display: block;
		width: 100%;
		overflow-x: auto;
		height: auto;
	}

	.jump-nav h5 {
		display: none;
	}

	.jump-nav ul {
		display: block;
		white-space: nowrap;
	}

	.jump-nav ul li {
		display: block;
		margin: 0px 3px;
		font-size: 1.4em;
		float: none;
		display: inline-block;
	}

	.jump-nav ul li a {
		padding: 12px 6px;
		display: block;
	}

	.jump-nav ul li.cta-btn {
		display: none;
	}


	.cta .cta-row {
		display: block;
	}

	.cta .cta-row.row-bottom {
		display: flex;
	}

	.cta .geo,
	.cta .cta-row.row-bottom>div.payout-speed {
		display: none;
	}

	.cta .cta-row>div {
		padding-bottom: 24px;
	}

	.cta .cta-row.row-bottom>div {
		padding-top: 10px;
		padding-bottom: 10px;
		transition: all .25s;
	}

	.cta .icon-col {
		display: block;
		text-align: center;
	}

	.cta .icon-col h5 {
		text-align: center;
	}

	.cta .rating .score {
		display: inline-block;
		padding: 3px 10px;
		margin-bottom: .2em;
	}

	.cta .procon {
		margin: 10px 0;
		padding-left: 0;
		padding: 0 1em;
	}

	.cta .op-logo {
		padding-left: 0;
	}

	.cta .icon-col .read-review {
		text-align: center;
	}

	.cta .rating h5,
	.cta .rating .headh5 {
		display: none;
	}

	.archive-list-item {
		max-height: none;
	}

	.hero.post-hero .post-meta {
		font-size: 1.1em;
	}

	.hero.post-hero .post-meta>div {
		margin-right: 25px;
	}

	.author-box .card-body {
		position: relative;
		display: block;
		text-align: center;
	}

	.author-box .card-body .avatar {
		margin-bottom: 25px;
	}

	.header-promo.sticky-footer {
		background: var(--primary-color);
		border-radius: 0;
		padding: 10px;
	}

	.header-promo .ctc,
	.header-promo .used {
		display: none;
	}

	.header-promo h4 {
		font-size: 1.5em;
		margin-bottom: 5px;
	}

	.sticky-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		max-width: 100%;
		z-index: 5;
	}

	.review {
		padding: 1em;
		margin-top: 2em;
	}

	.review-flex {
		flex-direction: column;
	}

	.review .review-col {
		padding: 1em;
		margin-bottom: 2em;
		display: block !important;
	}

	.review .review-col.logo-col {
		order: 3;
	}

	.review .review-col.score-col {
		order: 1;
	}

	.review .review-col.desc-col {
		order: 2;
	}

	.review .overall-score {
		margin-top: -5em;
		background-color: #fff;
	}


}

@media (max-width: 575px) {

	.slideshow .row {
		justify-content: normal;
		overflow-x: auto;
	}

}

@media (max-width: 450px) {
	body {
		font-size: 11px;
	}

	.site-header .mega-menu-toggle {
		left: -25px;
	}

	.entry-content,
	.site-header .mega-menu ul {
		font-size: 1.5em;
	}

	.hero .intro {
		font-size: 1.2em;
	}

	.hero.post-hero .post-meta {
		font-size: 1.4em;
	}

	.hero.post-hero .post-meta>.updated {
		display: none;
	}

	body.page .hero.post-hero .post-meta>.updated {
		display: flex;
	}

	.entry-content .detached-image {
		margin-top: -7em;
		margin-bottom: 2em;
	}

}

@media(max-width:767px) {
	.wp-image-3332 {
		max-width: 165px;
	}

}

/*###################   bonus golden nugget start here   #################### */
.footer-global .logos .lrow {
	display: flex;
	justify-content: center;
	padding: 0;
}

.footer-global .logos a {
	display: inline-block;
	opacity: 0.7;
	margin: 0 10px 0 0;
}

.devider-line.col-md-12 {
	margin: 0 0 30px 0;
	height: 1px;
	background: #486e91;
}

.mob-ftr {
	width: 100%;
	display: flex;
}

.footer-global h5 {
	margin-bottom: 15px;
	position: relative;
}

.footer-global h5:after {
	content: '';
	width: 20%;
	height: 2px;
	background-color: #486e91;
	display: block;
	margin-top: 10px;
}

.footer-global ul {
	list-style: none;
	padding: 0;
}

.footer-global ul li {
	list-style: none;
	margin: 10px 0;
}

.footer-global a {
	color: rgba(255, 255, 255, .6);
}

.col-md-12.copyright {
	padding: 2em 0.8em;
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
	padding: 2em 0;
	background: #0e304f;
}

.col-md-12.copyright a {
	color: #2269b3;
}

.review-hero .btn-primary {
	background-color: #5db158;
	border-color: #5db158;
}

.footer-global h5 {
	color: rgba(255, 255, 255, .6);
	font-family: var(--header-font);
	line-height: 1em;
	margin: 0;
	font-weight: 600;
}


/*###################   bonus golden nugget start here   #################### */
section.card-block {
	border: 1px solid #d7d9d9;
	margin-bottom: 25px;
}

.row.best__casino__item {
	padding: 20px 4px;
	background: #fff;
}

.card-block .best__casino__item .casino__item__left,
.best__casino__item .casino__item__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

p.best__for.best__for__mobile {
	display: none;
}

.best__casino__item .casino__item__left .buttons {
	width: 85%;
	margin: 25px 0 10px 0;
}

.best__casino__item .casino__item__left .buttons a.visit {
	background-image: url(assets/img/arrow.png);
	background-repeat: no-repeat;
	background-position: right 5% center;
	background-color: #008155;
	border: 1px solid #008155;
	border-radius: 2px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	text-decoration: none;
	font-weight: bold;
}

.best__casino__item .casino__item__left .website {
	font-family: "Gotham-Book", sans-serif;
	font-size: 13px;
	color: #8b8c8f;
	margin-top: 0;
}

.best__casino__item .casino__item__right .top__section .best__for {
	font-family: "Gotham-Book", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
}

.best__casino__item .casino__item__right .top__section .casino__name {
	/* font-family: "Gotham-Bold", sans-serif; */
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: -5px;
	font-weight: bold;
}

.best__casino__item .casino__item__right .top__section .rating {
	margin: 10px 0 20px 0;
}

.best__casino__item .casino__item__right .top__section .rating .stars_wrapper {
	position: relative;
}

.best__casino__item .casino__item__right .top__section .rating div,
.best__casino__item .casino__item__right .top__section .rating a {
	margin-right: 10px;
}

.best__casino__item .casino__item__right .top__section .rating .grade {
	font-size: 16px;
}

.best__casino__item .casino__item__right .top__section .rating .grade p {
	margin-bottom: 0;
}

.best__casino__item .casino__item__right .top__section .rating a {
	font-size: 16px;
	color: #005fb9;
	text-decoration: none;
}

.stars ion-icon {
	display: inline-block;
	color: #f7d008;
}

.card-block .stars ion-icon {
	display: inline-block;
	font-size: 2em;
	color: #f7d008;
}

.review-hero .user-rating .stars ion-icon {
	color: #1ddaed;
}

.best__casino__item .info {
	position: relative;
	margin-left: 5px;
}

.best__casino__item .tooltip {
	color: #333333;
	background: #fff;
	font-size: 13px;
	padding: 10px;
	border-radius: 4px;
	position: absolute;
	min-width: 260px;
	bottom: 35px;
	left: -130px;
	opacity: 1;
	display: none;
	box-shadow: 0 4px 8px 0 rgba(100, 102, 106, .15), 0 8px 16px 0 rgba(100, 102, 106, .33);
}

.tooltip>.arrow {
	width: 8px;
	height: 8px;
	display: block;
	background: inherit;
	position: absolute;
	z-index: 9;
	bottom: -4px;
	transform: rotate(45deg);
	left: 50%;
}

.best__casino__item .info:hover>.tooltip {
	display: block;
}

.best__casino__item .casino__item__right .mid__section .mid__ttl {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-weight: bold;
}

.best__casino__item .casino__item__right .mid__section .amount {
	font-size: 22px;
	margin: 10px 0;
}

.best__casino__item .casino__item__right .mid__section .text {
	list-style: none;
	padding: 0;
	font-size: 13px;
	color: #333333;
	min-height: 70px;
}

.amt-wrap {
	display: flex;
	align-items: center;
}

.available {
	margin-top: 10px;
}

.available span {
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.best__casino__item .casino__item__right .bottom__section .nav-tabs {
	margin-top: 10px;
	font-size: 14px;
	color: #64666a;
	text-transform: uppercase;
	border-bottom: 1px solid #b1b3b5;
}

.best__casino__item .casino__item__right .bottom__section .nav-tabs li a.active.show {
	color: #008155;
	border-bottom: 2px solid #008155;
}

.best__casino__item .casino__item__right .bottom__section .nav-tabs li a {
	margin-bottom: 0;
	padding-bottom: 7px;
	cursor: pointer;
	font-weight: 600;
	display: block;
	color: #64666a;
	margin-right: 42px;
	border-bottom: 2px solid transparent;
}

.information {
	display: flex;
	flex-wrap: wrap;
}

.best__casino__item .casino__item__right .bottom__section .pros p,
.best__casino__item .casino__item__right .bottom__section .cons p {
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0;
}

.best__casino__item .casino__item__right .bottom__section .pros .pros_list ul,
.best__casino__item .casino__item__right .bottom__section .pros .cons_list ul,
.best__casino__item .casino__item__right .bottom__section .cons .pros_list ul,
.best__casino__item .casino__item__right .bottom__section .cons .cons_list ul {
	font-size: 16px;
}

.best__casino__item .casino__item__right .bottom__section .pros .pros_list.show_list_items ul li,
.best__casino__item .casino__item__right .bottom__section .cons .pros_list.show_list_items ul li {
	color: #000000 !important;
}

.best__casino__item .casino__item__right .bottom__section .pros a,
.best__casino__item .casino__item__right .bottom__section .cons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	color: #005fb9;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.best__casino__item .casino__item__right .bottom__section .extra {
	width: 100%;
	text-align: end;
	font-size: 13px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}

.details_info {
	margin: 15px 0;
}

.best__casino__item .casino__item__right .bottom__section .details_info .ttl {
	font-weight: bold;
}

.best__casino__item .casino__item__right .bottom__section .pros a::after,
.best__casino__item .casino__item__right .bottom__section .cons a::after {
	content: " ";
	background-image: url(assets/img/dropdown.png);
	background-size: 10px 6px;
	height: 6px;
	width: 10px;
	margin-left: 5px;
}

.best__casino__item .casino__item__right .bottom__section .pros .less::after,
.best__casino__item .casino__item__right .bottom__section .cons .less::after {
	transform: rotateX(180deg) !important;
}

.best__casino__item .casino__item__right .mid__section .text p {
	margin-bottom: 0.51rem
}

@media (min-width:490px) and (max-width:767px) {
	.row.mid__section .col-xs-12 {
		width: 50% !important;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	.best__casino__item .casino__item__right .mid__section .text {
		min-height: 10px !important;
	}

	.information {
		text-align: left;
	}

	.promo-code-block .mobile-block-img {
		display: none
	}

	.footer-global .only-desktp {
		order: 1;
	}

	.footer-global .logos {
		order: 2;
	}

	.devider-line.col-md-12 {
		order: 3;
	}

	.mob-ftr {
		order: 4;
	}

	.card-block .best__casino__item .tooltip {
		left: -220px !important;
	}

	.tooltip>.arrow {
		left: 230px !important;
	}

	.card-block .best__casino__item .mid__section .amt-wrap .tooltip {
		left: -80px !important;
	}

	.amt-wrap .tooltip>.arrow {
		left: 90px !important;
	}

	.card-block .best__casino__item .mid__section .col-md-3:nth-child(even) .amt-wrap .tooltip {
		left: -230px !important;
	}

	.card-block .best__casino__item .mid__section .col-md-3:nth-child(even) .amt-wrap .tooltip>.arrow {
		left: 240px !important;
	}

	.home section.card-block,
	section.card-block {
		margin-left: 20px;
		margin-right: 20px;
	}

	.row.best__casino__item {
		padding: 20px 0 !important;
	}

	.casino__item__right {
		text-align: center;
	}

	.amt-wrap,
	.best__casino__item .rating {
		justify-content: center;
	}

	.card-block .best__casino__item p.best__for.best__for__mobile {
		display: block;
	}

	.card-block .best__casino__item .casino__item__right .top__section .best__for {
		display: none;
	}

	.bottom__section .row {
		margin: 0 !important;
	}

	.mob-ftr {
		display: flex;
		flex-wrap: wrap;
	}

	.row.mid__section .col-md-3 {
		width: 50%;
	}

	.mob-ftr .col-md-3 {
		width: 50%;
		margin-bottom: 15px;
		text-align: center;
	}

	.footer-global h5:after {
		margin-left: auto;
		margin-right: auto;
	}

	.footer-global .mob-ftr a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 560px) {
	.best__casino__item .casino__item__right .bottom__section .nav-tabs {
		border-bottom: 0 !important;
	}

	.best__casino__item .casino__item__right .bottom__section .nav-tabs li {
		display: block;
		width: 100%;
		margin: 0 !important;
		border: 1px solid #d7d9d9;
		padding: 5px 5px 0 5px;
	}

	.best__casino__item .casino__item__right .bottom__section .nav-tabs li:first-child {
		border-radius: 5px 5px 0px 0;
	}

	.best__casino__item .casino__item__right .bottom__section .nav-tabs li:last-child {
		border-radius: 0px 0px 5px 5px;
	}

	.best__casino__item .casino__item__right .bottom__section .nav-tabs li a {
		margin-right: 0 !important;
		padding: 5px 0;
	}
}

.site-header .main-navigation ul.menu {
	padding-left: 10px;
}

.site-header .main-navigation ul.menu>li {
	margin-right: 1em !important;
}

h2.screen-reader-text.header {
	line-height: 1.5;
}

.search-results .hero {
	background-color: transparent;
	padding: 4em 0 2em 0;

}

.search-results .hero:before {
	display: none;
}

.site-header .main-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	flex: auto;
	text-align: right;
}

.site-header {
	display: flex;
	align-items: center;
	transition: all .6s;
}

body.scrolled .site-header {
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.site-header .search-toggle-wrap {
	position: absolute;
	top: auto;
	bottom: auto;
	background: var(--accent-color);
	right: 0px;
	height: 45px;
	width: 45px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	cursor: pointer;
	margin-left: auto;
	transition: all .3s;
}

.site-header .search-form-wrap {
	opacity: 0;
	transition: all .3s;
	visibility: hidden;
}

.site-header .search-form-wrap.active {
	opacity: 1;
	visibility: visible;
}

.logged-in.admin-bar .site-header form.search-form {
	top: 126px;
}

.site-header form.search-form {
	position: absolute;
	display: flex;
	right: 0;
	padding: 1em;
	background: #fff;
	top: 120px;
	border: 1px solid rgba(0, 0, 0, .125);
	text-align: center;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	transform: translateX(101%);
	transition: transform .3s;
}

.scrolled .site-header form.search-form {
	top: 75px;
}

.site-header form.search-form.active {
	transform: translateX(0);
}

.site-header form.search-form label {
	margin: 0;
	padding: 0;
}

.site-header .search-submit {
	position: relative;
	font-size: 21px;
	padding: 9px;
	line-height: 0;
	height: 42px;
}

.site-header .search-field {
	border: 1px solid #fafafa;
	height: 42px;
	background: #f7f7f7;
	border-radius: 5px;
	padding: 11px;
	margin: 0;
}

.search-results h1.interior-header {
	font-size: 3.1em;
	line-height: 1.2em;
	font-weight: 600;
	color: #000;
	text-shadow: none;
	text-transform: inherit;
}


.search-results .archive-list-item {
	margin-bottom: 1.5em;
	display: flex;
	max-height: 200px;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	font-size: .85em;
	width: 100%;
}


.search-results .archive-list-item .thumbnail {
	position: relative;
	overflow: hidden;
	flex: 0 0 27%;
}

@media (max-width: 767px) {
	div#primary {
		margin-top: 0px !important;
	}

	.site-header form.search-form {
		top: 75px !important;
	}
}

/* bonus-cta-card CSS */
@media (min-width: 768px) {
  div.ctav2.vFull {
    display: flex;
  }
  .ctav2 div.row-top, .ctav2 div.row-bottom {
    flex-direction: column;
  }
  .ctav2 div.row-top {
    max-width: 260px;
    min-width: 260px;
  }
  .ctav2 .action a {
    min-width: 240px; 
  }
  .ctav2 .style-border-bottom {
    border-bottom: 2px solid #EFEFF1;
  }
  .ctav2 .cta-row.row-bottom {
    border-top: 0;
    display: grid;
  }
  .ctav2 div.icon-col.rating {
    align-items: self-start;
    padding-left: 2em;
  }
  .ctav2 .icon-col .read-review {
    font-size: 2.5em !important;
  }
}
.ctav2 .op-logo img {
  max-height: 120px;
}
.ctav2 .icon-col h5 {
  text-align: center;
}
.ctav2 .geo {
  display: block;
}
.ctav2 .icon-col.bonus-counter h5 span:before {
  content: '';
}
.ctav2 div.icon-col.rating {
  display: flex;
  flex-direction: column;
}
.ctav2 div.row-top .action {
  display: flex;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.ctav2 div.row-top .bonus {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.ctav2 .op-logo {
  padding: 0 !important;
}
.ctav2 div.row-mid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ctav2 div.row-mid > div {
  flex: 1 0 50%;
}
.ctav2 div.row-mid > div:first-child {
  flex: 0 1 100%;
}
.ctav2 .cta-row.row-top .bonus {
  background-color: #f9f9f9;
  padding-top: 10px;
}
.ctav2 .head-rating {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}
.ctav2 .stars_wrapper {
  margin-top: 3px;
}
.ctav2 .stars_wrapper .stars {
  font-size: 1.1em;
  padding-left: 0.5em;
}
.ctav2 .icon-col .read-review {
  font-size: 2em;
}
.ctav2 .icon-col h5 span {
  font-size: 1em;
}
.ctav2 .icon-col h5, .ctav2 .banking h5 {
  font-size: 1.2em;
}
.ctav2 .icon-col h5 span {
  font-weight: bold;
  font-size: 1.1em;
  color: var(--accent-color);
}
/* END bonus-cta-card CSS */
/* Share box start */
.author-socials {
  margin-bottom: 0.3em;
  font-size: 18px;
}
.author-socials a {
  color: #2b2b2b;
  text-decoration: none !important;
}
.author-socials a:hover {
  color: var(--accent-color);
}
/* Share box end */
/* Menu Hover Styles */
.menu-item-has-children {
  position: relative;
  margin-right:3em !important;
}
ul.sub-menu {
  display: none;
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 0;
  background: #fff;
  padding: 20px 15px 10px;
  min-width: 150px;
  text-align: left;
}
ul.sub-menu li {
  list-style: none;
  margin:10px 0;
}
.menu-item-has-children:hover .sub-menu {
  display: block
}
.menu-item-has-children:after {
  content: "\f347";
  font-family: dashicons;
  position: absolute;
  top: 2px;
  right: -18px;
  color: #6e6e6e;
}
.sub-text {
  padding: 0px 20px;
  font-size: 18px;
}
/* END Menu Hover Styles */
/* Fix Contact Form 7 */
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"], .wpcf7-form select, .wpcf7-form textarea {width:100% !important;}
/* END Fix Contact Form 7 */
/* TablePress responsive fix */
@media (max-width: 767px) {
.tablepress {
    display: block;
    color: black;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}
/* END TablePress responsive fix */
