/*!
Theme Name: Bingoplay
Theme URI: 
Author: 
Author URI: 
Description: Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bingoplay
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bingoplay is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
  	z-index: 2;
	cursor: help;
	border-bottom: 1px dotted;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Flex alignment */
.flex-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;	
	justify-content: center;
}

.flex-start {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.flex-end {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #666666;
	font-family: 'Yantramanav', sans-serif;
	font-size: 17px;
	font-size: 1.1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

::-webkit-input-placeholder {
  color: #449696;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
::-moz-placeholder {
  color: #449696;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #449696;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
:-moz-placeholder {
  color: #449696;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

form.search-form {
    position:  relative;
    display: inline-block;
    margin-top: 32px;
}

form.search-form label {
    margin-bottom: 0;
}


input.search-submit {
    background:  none;
    border: none;
    position:  absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 100%;
    padding: 0;
    background: url(/wp-content/uploads/2018/06/search-icon2.png) no-repeat left center/ 24px;
}

input.search-submit:after {
    content:  '';
}

form.search-form input[type="search"] {
    border: 2px solid #449696;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 33px 5px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #449696;
}

a:hover, a:focus, a:active {
	color: #F2BD54;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    background: #DCF2F2;
    border: 3px solid #fff;
    border-radius: 20px;
    border-top-left-radius: 0;
    padding: 4px 10px;
}

.main-navigation ul ul li {
	padding: 0;
    margin-right: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 25px;
	margin-bottom: 5px;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #449696;
	position: relative;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #F2BD54;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #F2BD54;
}

ul.sub-menu {
    padding: 5px;
}

.main-navigation .sub-menu a {
	padding-top: 0;
	text-transform: none;
}

.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li.focus > a,
.main-navigation .sub-menu .current_page_item > a,
.main-navigation .sub-menu .current-menu-item > a,
.main-navigation .sub-menu .current_page_ancestor > a,
.main-navigation .sub-menu .current-menu-ancestor > a {
	background: none;
	color: #F2BD54;
}

.main-navigation li.menu-item-has-children > a {
    padding-right: 12px;
}

.main-navigation li.menu-item-has-children > a:after {
	content: "\27A4";
    position: absolute;
    bottom: 4px;
    font-size: 14px;
    color: #449696;
    transform: rotate(90deg);
}

.main-navigation li.menu-item-has-children:hover > a:after,
.main-navigation li.menu-item-has-children.focus > a:after,
.main-navigation .current_page_item.menu-item-has-children > a:after,
.main-navigation .current-menu-item.menu-item-has-children > a:after,
.main-navigation .current_page_ancestor.menu-item-has-children > a:after,
.main-navigation .current-menu-ancestor.menu-item-has-children > a:after {
	color: #F2BD54;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	background: none;
	border: none;
    position: absolute;
    top: 0;
    right: 15px;
    margin: 10px 0;
}

.icon-bar {
	display: inline-block;
    background-color: #449696;
    height: 4px;
    width: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
	margin: 20px 0;
}

.icon-bar:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 0;
    background-color: #449696;
    height: 4px;
    width: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.icon-bar:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 0;
    background-color: #449696;
    height: 4px;
    width: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

ul.anchor-links {
	margin: 15px 0;
    padding: 15px !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    border: 1px solid #24b94c;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.top-header-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-content {
    min-height: 320px;
    background: url(images/header.jpg) no-repeat center/cover;
    justify-content: center;
    text-align: center;
    padding: 30px 15px;
}

.header-content img {
	display: block;
	margin: 5px auto 0;
}

.title-1 {
	font-size: 48px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
}

.title-2 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: bold;
}

.custom-logo {
	width: 165px;
	height: auto;
	margin-right: 30px;
}

.header-content .main-btn {
	border: 4px solid #fff;
	margin-right: 10px;
	margin-bottom: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header-content .header-content-review {
	background: rgba(242,189,84,0.75);
    padding: 10px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.header-content .header-content-review .title-1,
.header-content .header-content-review .title-2 {
	margin-bottom: 0;
	text-shadow: 1px 1px 0 #B07C14;
}

.header-content .header-content-review .header-key-tc {
	font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 0 #B07C14;
    font-style: italic;
}

.header-content .header-content-review .btns-header .main-btn::after {
	content: initial;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

h1 {
	text-align: center;
}

h2 {
    font-size: 26px;
    padding-left: 60px;
    background: url(images/mascot-title.svg) no-repeat bottom left/ 53px;
    padding-top: 39px;
}

h3 {
	font-size: 24px;
	margin-left: 35px;
	padding-left: 35px;
	background: url(images/star.svg) no-repeat center left/ 30px;
}

.entry-content p {
	text-align: justify;
}

.flex-center-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.main-btn {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #FF6666;
    padding: 13px 10px;
    font-size: 20px;
    width: 190px;
    max-width: 100%;
    border-radius: 35px;
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.main-btn:before {
    content: '';
    position:  absolute;
    top: 4px;
    right: 4px;
    border-top: 4px solid #fff;
    border-right: 6px solid #fff;
    width: 94%;
    height: 84%;
    border-radius: 35px;
}

.main-btn:after {
    content: '';
    position:  absolute;
    left: 0;
    bottom: 0;
    height: 24px;
    width:  100%;
    background: #fe6666;
    transform: rotate(13deg);
}

.main-btn span {
	position: relative;
	z-index: 1;
}

.main-btn span.sub {
	display: block;
	font-size: 12px;
}

.main-btn:hover, .main-btn:focus {
    color: #fff;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.fullwidth-content {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    clear: both;
    overflow-x: hidden;
}

/* Brand Cards */

.cardsList {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
    counter-reset: brand;
}

.cardsList .cardsItem {
    counter-increment: brand;
    margin-bottom: 15px;
}

.cardsList .cardsItem .cardsItemBody {
    background: #449696;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.cardsList .cardsItem a,
.cardsList .cardsItem span.itemPlay {
	color: #fff;
	cursor: pointer;
}

.cardsList .cardsItem .itemName {
	text-align: center;
	background: #449696;
	padding: 10px 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.cardsList .cardsItem .itemName::before {
	content: counter(brand)'.';
    margin-right: 5px;
    color: #fff;
}

.cardsList .cardsItem .itemLogo {
	background: #F2BD54;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 5px 0;
}

.cardsList .cardsItem .itemReadReview {
	text-align: center;
	color: #F2BD54;
	text-transform: uppercase;
	font-size: 14px;
}

.cardsList .cardsItem .itemInfo {
	color: #fff;
    font-size: 12px;
    padding: 10px 5px;
}

.cardsList .cardsItem .itemInfo .itemInfoEl {
	margin: 2px 0;
	padding: 2px 5px;
	clear: both;
	border-bottom: 1px solid #166E6E;
}

.cardsList .cardsItem .itemInfo .itemInfoEl span {
	float: right;
	font-weight: bold;
}

.cardsList .cardsItem .itemPlay {
	display: block;
	padding: 10px 0;
	background: #FE6666;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

}

.cardsList .cardsitem .itemPlay:hover {
	background: #D32B2B;
}

@media (max-width: 991px) {
	.cardsList .cardsItem .itemReadReview {
		font-size: 10px;
	}

	.cardsList .cardsItem .itemInfo {
		font-size: 8px;
	}
}

/* AFF */
.aff {
	counter-reset: aff;
	margin-bottom: 1.5em;
}

.aff .row {
	margin-left: -5px;
	margin-right: -5px;
}

.aff [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.aff-title {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

.aff-title-nmbr {
	display: table;
	float: left;
    width: 56px;
    height: 100%;
    text-align: center;
    font-weight: bold;
}

.aff-site-nmbr {
	display: table;
	float: left;
	width: 56px;
	height: 100%;
	text-align: center;
	background: #92D9D9;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.aff-site-nmbr:before {
    counter-increment: aff;
    content: counter(aff);
    display: table-cell;
    vertical-align: middle;
}

.aff-site-nmbr:after {
	content: '';
	position: absolute;
	top: 4px;
	right: 4px;
	width: 90%;
	height: 90%;
	border-top: 4px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transform: rotate(36deg);
}

.aff .lines:nth-child(2n+1) .aff-site-nmbr {
    background: #F2BD54;
}

.aff-text {
	 display: block;
    height: 100%;
    background: #DCF2F2;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    min-height: 56px;
   	font-weight: bold;
    padding: 4px;
	font-size: 18px;
	color: #666666;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aff-site {
    margin-left: 66px;
    align-items: center;
}

.aff-site span {
    line-height: 1;
}

.aff-site img {
    max-height: 40px;
    margin-left: 10px;
    margin-right: 5px;
    border-radius: 8px;
}

.aff-bonus {
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.aff .lines:nth-child(2n+1) .aff-text {
    background: #F5ECDA;
}

.aff .main-btn {
	display: block;
    height: 100%;

	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aff .lines {
	position: relative;
}

.aff .lines:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 10px;
    margin: auto;
    right: 98%;
    background: #92D9D9;
    height: 8px;
}

.aff .lines:nth-child(2n+1):before { 
	background: #F2BD54;
}

.aff .lines:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 10px;
    margin: auto;
    left: 98%;
    background: #FF6666;
    height: 8px;
    z-index: -1;
}

/* Bingo Table */
.bingo-table {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    counter-reset: img-nmbr;
}

.bingo-table ol {
	margin: 0;
	padding: 0;
}

.bingo-table .flex-center,
.widget-calc-table .flex-center {
	flex-direction: column;
}

.bingo-table p {
    margin-bottom: 0;
}

.bingo-table-heading {
    color: #fff;
    background: #59B559;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    border-bottom: 2px solid #F3F3F8;
    -webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: 5px;
}

.bingo-table-row {
    padding: 10px 0;
    background: #DCF2F2;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bingo-table-row:nth-child(2n) {
	background: #F5ECDA;
}

.bingo-table-img-box {
    margin-left: 50px;
    width: calc(100% - 50px);
    position: relative;
}

.bingo-table-img-box.black {
    background: #000;
}

.bingo-table-img-box.dark-red {
	background: #480604;
}

.bingo-table-img-box.purple {
	background: #55217d;
}

.bingo-table-img-box.pink {
	background: #c42956;
}

.bingo-table-img-box.orange {
	background: #fe6a00;
}

.bingo-table-img-box a {
	display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    box-shadow: 3px 3px 3px #eee;
}

.bingo-table-img-box:before {
	counter-increment: img-nmbr;
    content: counter(img-nmbr);
    position: absolute;
    left: -40px;
    font-size: 28px;
    top: calc(50% - 24px);
    color: #666;
    font-weight: bold;
}

.bingo-table-row:nth-child(2n) .bingo-table-img-box:before {
	color: #20b2d6;
}

.bingo-table-row:nth-child(10) .bingo-table-img-box:before {
	left: -50px;
}

.bingo-table-rating {
	text-align: center;
}

@media (min-width: 992px) {
	.bingo-table-rating {
		display: flex !important;
	}
}

.bingo-table-rated-by {
    color: #999;
    font-size: 13px;
}

.bingo-table-bonus {
    display: block;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    color: #666;
}

.bingo-table-bonus span {
	display: block;
	font-size: 30px;
    min-width: 90px;
}

.bingo-table-review {
	display: block;
	text-align: center;
	color: #666;
	border-bottom: 1px dotted black;
	font-size: 14px;
	margin-bottom: 5px;
}

.bingo-table-review:hover {
	color: #ff8939;
}

.bingo-table-link {
    display: block;
    margin-bottom: 5px;
	color: #20B2D6;
}

/* HTML Tooltip */
.bingo-table-tooltip {
	position: relative;
	display: block;
	border-bottom: 1px dotted black;
	font-weight: normal;
	line-height: 1.5;
	font-size: 14px;
}

.bingo-table-tooltip .bingo-table-tooltip-text {
	visibility: hidden;
	overflow: hidden;
	width: 280px;
	color: #676767;
	text-align: justify;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 0;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 13px;
    padding: 10px;
    line-height: 1.4;
    box-shadow: 3px 3px 3px #eee;
    cursor: initial;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -140px;
}

.bingo-table-tooltip .bingo-table-tooltip-brand {
	background: #000;
    margin: -10px -10px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 10px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bingo-table-tooltip .bingo-table-tooltip-offer {
	text-align: center;
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 20px;
}

.bingo-table-tooltip .bingo-table-tooltip-offer-info {
	margin: 0 0 10px 0;
}

.bingo-table-tooltip:hover {
	color: #ff8939;
	cursor: pointer;
}

.bingo-table-tooltip:hover .bingo-table-tooltip-text {
	visibility: visible;
}

/* Bingo Card */
.bingo-box {
    text-align: center;
}

.bingo-box-left {
    float: left;
}

.bingo-card {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border-collapse: separate;
  background: #f5ecda;
  border-radius: 8px;
  border: 4px solid #f5ecda;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
  box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
}

.bingo-card tr td:last-child {
    padding-right: 10px;
}

.bingo-card th {
    color: #d29a2c;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background: #f5ecda;
    font-size: 50px;
}

.bingo-card th:first-child {
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
}

.bingo-card th:last-child {
    border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;  
}

.bingo-card td {
    text-align: center;
    background: #f2c05c;
    padding: 2px 5px;
}

.bingo-card td span {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
	font-size: 30px;
}

.bingo-card tr:nth-child(2) {
    background: #f2c05c; 
}

.bingo-card tr:nth-child(2) td {
    color: #d29a2c;
    font-weight: bold;
}

.bingo-card tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
}

.bingo-card tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
}

.bingo-card td {
    text-align: center;
}

.bingo-card tr td {
    background: #fff;
    padding: 4px;
}

.bingo-box tr:nth-child(2) td {
    background: #f5ecda;
}

.bingo-pattern {
    margin: 0 10px 20px 10px;
    text-align: center;
    display: inline-block;
    background: #f5ecda;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
     border: 4px solid #f5ecda;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
}

.bingo-pattern:nth-child(2n+1) {
    background: #DCF2F2;
	border: 4px solid #DCF2F2;
}

.bingo-pattern:nth-child(2n+1) .pattern-title {
	color: #70b5b5;
}

.bingo-pattern div {
    height: 40px;
    margin: 0 5px 5px 5px;
}

.bingo-pattern div span {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 2px;
	line-height: 40px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bingo-pattern div span.colored {
    background: #666666;
}

.bingo-pattern .pattern-title {
    font-size: 16px;
    color: #d29a2c;
    font-weight: bold;
    height: auto;
    text-transform: uppercase;
}

.bingo-pattern .pattern-title:first-child {
    font-size: 30px;
    letter-spacing: 10px;
}

.bingo-box.triple div span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.entry-content ul {
    padding: 0;
    list-style: none;
}

.entry-content ul li {
    padding-left: 25px;
    margin-bottom: 5px;
    position:  relative;
}

.entry-content ul li:before {
    content:  '';
    position:  absolute;
    top: 2px;
    left:  0;
    width:  20px;
    height:  20px;
    background: #92D9D9;
    border-radius: 50%;
}

.entry-content ul li:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: rotate(36deg);
}

.entry-content ul li:nth-child(2n+1):before {
    background: #F2BD54;
}

/* FAQ */
.faq {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    counter-reset: a;
    margin: 15px 0;
}

.faq-title {
	text-transform: uppercase;
    font-size: 26px;
    color: #636363;
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
}

.faq h3 {
	color: #fff;
    font-size: 22px;
	font-weight: bold;
}

.faq .faq-text {
	margin: 20px 0;
    padding: 0 10px;
}

.faq .faq-text p {
    margin-bottom: 1.5em;
}

.faq .faq-text a{
	font-weight: bold;
}

.tab {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.tab:nth-child(2n) label {
    background: #DCF2F2;
}

.faq input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.faq label {
	position: relative;
	display: block;
	padding: 10px 2em 10px 1em;
	cursor: pointer;
	margin-bottom: 2px;
	text-transform:  uppercase;
	font-size: 16px;
	font-weight: bold;
	background: #F5ECDA;
	border-radius: 35px;
}

.tab-content {
	  max-height: 0;
	  overflow: hidden;
	  -webkit-transition: max-height .35s;
	  -o-transition: max-height .35s;
	  transition: max-height .35s;
}

.faq p {
	margin-bottom: 0;
}

.tab-content p {
  margin: 1em;
}

p.under-faq-title {
	margin-bottom: 10px;
	margin-top: 5px;
}

/* :checked */
.faq input:checked ~ .tab-content {
  max-height: 60em;
}

/* Icon */
.faq label:before {
    counter-increment: a;
    content: counter(a)".";
    display: inline-block;
    margin-right: 5px;
}

.faq label::after, .faq h3 label::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 15px;
    line-height: 15px;
    color: #F2BD54;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 20px;
    font-weight: bold;
}

.faq input[type=checkbox] + label::after, .faq input[type=checkbox] ~ h3 label::after {
  content: "\25BC";
}

.faq input[type=radio] + label::after {
  content: "\25BC";
}

.faq input[type=checkbox]:checked + label::after, .faq input[type=checkbox]:checked ~ h3 label::after {
  transform: rotate(180deg);
}

.faq input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 20px 0;
	background: #F2BD54;
	color: #3c3c3c;
}

ul#footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

ul#footer-menu li {
	display: inline-block;
    margin-right: 25px;
}

ul#footer-menu li:last-child {
	margin-right: 0;
}

.footer-logo {
	margin-bottom: 15px;
}

.site-footer a {
	color: #3c3c3c;
}

.site-info {
	padding-top: 20px;
	border-top: 1px solid #F5ECDA;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: rgba(217, 79, 155, 0.5);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.show-mobile {
	display: none;
}

@media screen and (min-width: 992px) {
	.main-navigation a {
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) {
	.main-navigation a {
    	padding-top: 32px;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		background: url(images/star.svg) no-repeat center top/ 30px;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
		background: url(images/star.svg) no-repeat center top/ 30px;
	}
}

@media screen and (max-width: 991px) {
	.main-navigation li {
		margin-right: 14px;
	}

	.hide-mobile {
		display: none;
	}
	
	.show-mobile {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.custom-logo {
		margin-bottom: 10px;
	}

	.header-content {
		padding: 15px;
	}

	.title-1 {
    	font-size: 32px;
	}

	.main-navigation {
    	width: 100%;
    	position: unset;
    	float: none;
	}

	.main-navigation li {
		float: none;
		display: block;
		margin: 10px;
	}

	.main-navigation a {
		position: relative;
	}

	.main-navigation ul ul {
		width: 100%;
		float: none;
	}

	.main-navigation li:hover ul, .main-navigation li.focus ul {
		position: relative;
	}

	.main-navigation ul ul a{
		width: 100%;
	}

	.top-header-content .flex-center-content {
		display: block;
	}

	form.search-form {
	    display: block;
	    margin: 15px auto 0;
	    max-width: 215px;
	}

	.aff-title {
    	display: none;
	}

	.aff .lines:before {
		top: 24px;
    	bottom: auto;
	}

	.aff .lines:after {
	    top: auto;
    	bottom: 34px;
	}

	.aff .main-btn {
		margin-left: auto;
	}

	.bingo-card th {
	    font-size: 24px;
	}

	.bingo-card td span {
	    font-size: 16px;
	    width:  20px;
	    height: 20px;
	    line-height: 20px;
	}

	.bingo-card tr:nth-child(2) {
	    font-size: 14px;
	}

	.site-footer .flex-center-content {
		justify-content: center;
	}
}

@media screen and (max-width: 575px) {
	.bingo-pattern {
	    margin: 0 5px 10px 5px;
	}

	.bingo-pattern .pattern-title:first-child {
    	font-size: 24px;
    	letter-spacing: 5px;
	}

	.bingo-pattern div {
    	height: 20px;
        margin: 0 2px 5px 2px;
	}

	.bingo-pattern div span {
    	width: 20px;
    	height: 20px;
        line-height: normal;
	}

	.bingo-pattern .pattern-title {
    	font-size: 12px;
	}
}