/*
Theme Name: LetMeBet
Theme URI: https://letmebet.ru
Description: Custom bookmaker/betting review theme for LetMeBet. ACF-driven templates for bookmakers, bonuses and reviews.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: letmebet
*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

header .current-menu-item > a, header .current-menu-ancestor > a,
footer a.current-menu-item, footer a.current-menu-ancestor, footer a.current-menu-parent
{ color: #2196f3 !important; }

.aside-left__wrapper > .aside-left__item:first-child, .aside-left__wrapper > .aside-left__item:first-child:before {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 0;
}
.aside-left__wrapper > .aside-left__item:last-child, .aside-left__wrapper > .aside-left__item:last-child:before {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 0;
}

.page_404 { text-align:center; padding:100px 0; }
.h2_no_reviews { display:block; text-align:center; padding:50px 0; width:100%; }
.review__text p, .dropdown__text p, .bookmaker__bonuses_text p {
    font: 400 16px/130% "Gotham Pro",sans-serif;
    color: #0e293a;
    margin-bottom: 20px;
}
h2 span.count {  color: #2196f3; }
.payment__ways_bottom { padding-bottom: 33px; border-bottom: 2px solid #f6f6f6; }
.payment__ways_content .payment__ways_bottom:last-child  { padding-bottom: 0 !important; border-bottom: none !important; }