/*!
Theme Name: 		NZ Casinos
Theme URI: 			https://newzealandcasinos.nz
Author: 			NZ Casinos
Description: 		Official theme for New Zealand casinos website.
Requires at least: 	WordPress 5.0
Requires PHP: 		7.2.0
Version: 			1.3.24
License: 			GNU General Public License v3 or later
License URI: 		http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: 		nzcasinos
Tags: 				two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, rtl-language-support, blog, block-styles, wide-blocks

This theme, like WordPress, is licensed under the GPL.

...and now go out and just breathe!
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# 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 */
	box-sizing: border-box;
	overflow-x: hidden;
	word-break: break-word;
}

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

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

body {
	margin: 0;
	background-color: #f5f5f5;

	/* Fallback for when there is no custom background color defined. */
}

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

/**
 * 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: 600;
}

/**
 * 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: 'Open Sans', sans-serif;
	font-size: 1em; /* 2 */
}

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

small {
	font-size: 70%;
}

/**
 * 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;
	height: auto;
	display: block;

	/* Make sure images are scaled correctly. */
	max-width: 100%;

	/* Adhere to container width. */
}

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

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

button,
input,
optgroup,
select,
textarea {
	margin: 0; /* 2 */
}

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

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

/**
 * 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: 0;
}

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

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

[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

[type="search"]::-ms-clear,
[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/**
 * 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 */
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #2f2637;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	line-height: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Rubik', sans-serif;
	color: #232323;
}

h2,
h3,
h4,
h5,
h6 {
	padding-top: 15px;
	margin-top: 0;
}

.search-results__loop strong {
	font-weight: 700;
}


h1 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 8px;
	padding-top: 5px;
	margin-top: 0;
}

h2 {
	font-size: 23px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 12px;
}

h3,
h4,
h5,
h6 {
	line-height: 24px;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 23px;
}

h5 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}

h6 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}

p {
	margin-bottom: 12px;
	margin-top: 0;
}

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

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Open Sans', sans-serif;
	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: 'Open Sans', sans-serif;
	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%;
}

.has-small-font-size {
	font-size: 14px;
}

.has-regular-font-size {
	font-size: 16px;
}

.has-large-font-size {
	font-size: 18px;
}

.has-larger-font-size {
	font-size: 26px;
}

@media (max-width: 37.5em) {

	h2 {
		font-size: 22px;
		line-height: 30px;
	}

	h4 {
		margin-bottom: 10px;
		line-height: 20px;
	}
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

*,
*::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;
}

.margin-0 {
	margin: 0 !important;
}

hr {
	border: 0;
	color: #8f98a1;
	height: 0;
	box-sizing: content-box;
	overflow: visible;
	margin: 0;
}

hr.wp-block-separator {
	border-bottom: 2px solid;
	margin: 5px auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

ul,
ol {
	margin: 0 0 14px;
	padding: 0 0 0 24px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 10px;
}

ul ::marker {
	font-size: 20px;
}

ul li,
ol li {
	margin-bottom: 8px;
}

li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

figcaption {
	color: #555d66;
	font-size: 13px;
	text-align: center;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
	display: block;
}

figure {
	margin: 0;
}

table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.wp-block-table {
	margin-bottom: 20px;
	overflow-x: auto;
}

.wp-block-table table {
	width: 100%;
	white-space: nowrap;
}

th {
	text-transform: uppercase;
	color: #00107f;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	padding: 5px 20px 13.6px 0;
}

td,
th {
	border: solid #81849a;
	border-width: 0 0 1px;
}

td {
	padding: 9.6px 20px 9.6px 0;
	color: #2f2637;
}

.wp-block-quote {
	color: #232323;
	font-weight: 500;
	border-left: 4px solid #ff5c00;
	padding: 5px 15px;
	margin: 17px auto 17px 0;
	max-width: 700px;
}

.wp-block-quote p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 6px;
}

cite {
	display: flex;
	align-items: center;
	font-style: normal;
}

cite::before {
	content: "";
	background-color: #232323;
	height: 1px;
	width: 12px;
	margin: 3px 5px 0 0;
	display: inline-block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wp-block-buttons {
	margin: 0 -4px;
}

.wp-block-buttons .wp-block-button {
	margin: 0 4px 8px;
}

.button,
button,
.tnp-subscription .tnp-field input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link {
	cursor: pointer;
	border-radius: 0;
	padding: 12px 28.51px;
	font-size: inherit;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-weight: 500;
}

.tnp-widget input.tnp-submit {
	padding: 5px 11px;
	min-height: 40px;
	border-color: #00107f;
	font-size: 13px;
	background-image: linear-gradient(90deg, #060b31, #1b2663 46%, #162058);
}

.button::after,
button::after,
.wp-block-button__link::after {
	content: "";
	background: inherit;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 50px;
	opacity: 0;
	-webkit-transition: width 0.4s ease-in, opacity 0.2s ease 0.2s;
	-o-transition: width 0.4s ease-in, opacity 0.2s ease 0.2s;
	transition: width 0.4s ease-in, opacity 0.2s ease 0.2s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.button:hover::after,
button:hover::after,
.wp-block-button__link:hover::after {
	width: 100%;
	opacity: 1;
}

.wp-block-button:not(.is-style-outline):not(.is-style-raw) .wp-block-button__link:not(.has-background) {
	background: linear-gradient(105deg, rgb(255, 92, 0) 0%, rgb(255, 184, 0) 100%);
}

.is-style-outline .wp-block-button__link {
	padding: 10px 26.51px;
}

.button {
	display: inline-block;
}

.button,
.tnp-subscription .tnp-field input[type="submit"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	border-width: 0;
	outline: 0;
	background: linear-gradient(105deg, rgb(255, 92, 0) 0%, rgb(255, 184, 0) 100%);
}

select,
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"],
textarea {
	background-color: #fff;
	padding: 11px;
	-webkit-transition: color 0.25s ease, border-color 0.25s ease;
	-o-transition: color 0.25s ease, border-color 0.25s ease;
	transition: color 0.25s ease, border-color 0.25s ease;
	width: 100%;
	outline: 0;
	border: 1px solid #ccc;
}

.tnp-subscription .tnp-field input[type="submit"],
.tnp-subscription .tnp-field input[type="text"],
.tnp-subscription .tnp-field input[type="email"],
.tnp-subscription .tnp-field select {
	font-size: 14px;
	height: 48px;
	background-color: #fff;
}

textarea {
	height: 176px;
}

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,
select:focus,
textarea:focus {
	outline: 0;
	border-color: #2f2637;
}

.site-header__search input::-webkit-input-placeholder {
	color: currentColor;
	opacity: 0.8;
}

.tnp-subscription .tnp-field input::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: currentColor;
	opacity: 0.8;
}

.tnp-subscription .tnp-field input::-moz-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: currentColor;
	opacity: 0.8;
}

.tnp-subscription .tnp-field input:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: currentColor;
	opacity: 0.8;
}

.tnp-subscription .tnp-field input::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: currentColor;
	opacity: 0.8;
}

.tnp-subscription .tnp-field input::placeholder,
input::placeholder,
textarea::placeholder {
	color: currentColor;
	opacity: 0.8;
}

select {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiB3aWR0aD0iNDQ4IiBoZWlnaHQ9IjUxMiI+PHN0eWxlPnRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0uc2hwMCB7IGZpbGw6ICMyZjI2MzcgfSA8L3N0eWxlPjxwYXRoIGlkPSJMYXllciIgY2xhc3M9InNocDAiIGQ9Ik0yMDcuMDMgMzgxLjQ4TDEyLjY5IDE4Ny4xM0MzLjMxIDE3Ny43NiAzLjMxIDE2Mi41NiAxMi42OSAxNTMuMTlMMzUuMzUgMTMwLjUyQzQ0LjcxIDEyMS4xNyA1OS44OCAxMjEuMTUgNjkuMjUgMTMwLjQ4TDIyNCAyODQuNUwzNzguNzUgMTMwLjQ4QzM4OC4xMiAxMjEuMTUgNDAzLjI5IDEyMS4xNyA0MTIuNjUgMTMwLjUyTDQzNS4zMSAxNTMuMTlDNDQ0LjY5IDE2Mi41NiA0NDQuNjkgMTc3Ljc2IDQzNS4zMSAxODcuMTNMMjQwLjk3IDM4MS40OEMyMzEuNiAzOTAuODUgMjE2LjQgMzkwLjg1IDIwNy4wMyAzODEuNDhaIiAvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: calc(100% - 28px) center;
	padding-right: 43px;
	text-transform: none;
}

[type="checkbox"],
[type="radio"],
select {
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: unset;
	-moz-appearance: unset;
	appearance: unset;
}

select::-ms-expand {
	display: none;
}

select option {
	padding: 8px 28px;
}

[type="radio"] {
	border-radius: 50%;
}

[type="checkbox"],
[type="radio"] {
	position: absolute;
	padding: 0;
	width: 24px;
	height: 24px;
	background-color: #fff;
	outline: 0;
	margin-right: 12px;
	border: 1px solid #ccc;
}

[type="checkbox"] + label,
[type="radio"] + label {
	padding-left: 36px;
	display: block;
}

input[type="radio"]::before {
	background: #00107f;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	top: 3px;
	left: 3px;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
	opacity: 0;
	content: "";
	position: absolute;
	-webkit-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

input[type="checkbox"]::before {
	border-style: solid;
	border-color: #090;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 13px;
	left: 7.5px;
	top: 2.5px;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
	opacity: 1;
}

.contact-form label {
	font-weight: 400;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border-width: 0;
}

div.wpcf7-response-output {
	border-width: 0;
	margin: 20px 0 0;
	padding: 0;
}

.wpcf7-response-output::before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding-right: 5px;
	color: #f00;
}

.wpcf7-response-output.wpcf7-mail-sent-ok::before {
	content: "\f00c";
	color: #16e98f;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background-image: linear-gradient(90deg, #060b31, #121a4e 50%, #162058);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 30;
	color: #fff;
}

.site-branding p {
	margin-bottom: 0;
}

.site-branding a {
	border-width: 0;
}

.custom-logo-link {
	display: block;
}

.custom-logo-link img {
	height: 25.14px;
	width: auto;
}

.site-header__inner {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 782px) {

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

@media screen and (max-width: 782px) {

	.admin-bar .site-header {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {

	#wpadminbar {
		position: fixed;
	}
}

@media (max-width: 61.9375em) {

	.custom-logo-link {
		display: inline-block;
	}

	.site-branding {
		flex: 1;
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.site-search a {
	background-image: url(assets/images/search.svg);
	width: 26px;
	height: 26px;
	display: block;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin-left: 14px;
	border-width: 0;
}

.site-search-remodal {
	background: transparent;
	width: 900px;
	max-width: 100%;
}

.site-search-remodal .remodal-close {
	left: auto;
	right: 0;
	top: calc(50% - 20px);
}

.site-search-remodal .remodal-close:focus,
.site-search-remodal .remodal-close:hover {
	color: #fff;
}

.site-search-remodal .remodal-close::before {
	font-size: 40px;
}

.site-search-remodal .remodal-close::after {
	width: 0;
}

.site-search-remodal input[type="search"] {
	background: transparent;
	border-radius: 0;
	border-width: 0 0 1px;
	color: #fff;
	text-align: center;
	font-size: 37px;
}

@media (max-width: 61.9375em) {

	.site-search a {
		width: 35px;
		height: 35px;
		border-width: 1px;
		background-size: 19px;
		margin-left: 50px;
	}
}

/*--------------------------------------------------------------
# Push menu
--------------------------------------------------------------*/
button.menu-btn {
	width: 45px;
	height: 38px;
	padding: 0;
	background: transparent;
	display: flex;
	align-items: center;
	margin-right: 32px;
	outline-width: 0;
}

.menu-btn span {
	position: relative;
	height: 17px;
	width: 44px;
}

.menu-btn span::after,
.menu-btn span::before,
.menu-btn::before {
	border-radius: 1px;
	border-bottom: 3px solid #ffff;
	content: "";
	position: absolute;
	left: 0;
	height: 0;
	-webkit-transition: width 0.25s;
	-o-transition: width 0.25s;
	transition: width 0.25s;
}

.menu-btn span::before {
	width: 60%;
	top: 0;
}

.menu-btn span::after {
	width: 84.44%;
	bottom: 0;
}

.menu-btn::before,
.pushy-open-left .menu-btn span::after,
.pushy-open-left .menu-btn span::before,
.menu-btn:hover span::after,
.menu-btn:hover span::before {
	width: 44px;
}

.pushy {
	top: 56px;
	background-color: #fff;
	color: #2f2637;
	-webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.05);
	width: 300px;
	height: calc(100vh - 56px);
	overflow-y: auto;
}

@media screen and (min-width: 782px) {

	.admin-bar .pushy {
		top: 88px;
		height: calc(100vh - 88px);
	}
}

@media screen and (max-width: 782px) and (min-width: 37.5625em) {

	.admin-bar .pushy {
		top: 101px;
		height: calc(100vh - 101px);
	}
}

@media (max-width: 61.9375em) {

	.menu-btn::before,
	.pushy-open-left .menu-btn span::after,
	.pushy-open-left .menu-btn span::before,
	.menu-btn:hover span::after,
	.menu-btn:hover span::before {
		width: 38px;
	}

	.menu-btn span {
		width: 38px;
	}

	button.menu-btn {
		width: 53px;
		height: 55px;
	}
}

.pushy ul {
	padding-left: 0;
	margin-bottom: 0;
}

.pushy li {
	list-style: none;
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}

.pushy .sub-menu li {
	padding-left: 20px;
}

.pushy li li:last-child {
	border-bottom-width: 0;
}

.pushy li > ul {
	margin-left: 0;
}

.pushy a {
	border-width: 0;
	padding: 11px 16px;
	display: flex;
	align-items: center;
	color: inherit;
}

.pushy a:hover {
	color: #00107f;
}

.pushy-open-left .site-overlay {
	z-index: 30;
}

.pushy-left {
	-webkit-transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}

.pushy .menu-item-has-children > a {
	padding: 11px 16px;
	order: -1;
	max-width: calc(100% - 50px);
}

.pushy-submenu {
	display: flex;
	flex-wrap: wrap;
}

.pushy-submenu > ul {
	width: 100%;
}

.pushy-submenu::before {
	content: "\f078";
	position: relative;
	flex-grow: 1;
	justify-content: flex-end;
	font-size: 11.5px;
	padding: 2px 18px 0 0;
	cursor: pointer;
}

.pushy-submenu-open::before {
	content: "\f077";
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
	display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00107f;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: border 0.25s ease;
	-o-transition: border 0.25s ease;
	transition: border 0.25s ease;
	background-color: transparent;

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

a:hover {
	border-color: currentColor;
}

.has-text-color p a:hover,
.has-text-color p a,
p.has-text-color a:hover,
p.has-text-color a {
	color: inherit;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	margin-left: auto;
}

.main-navigation a {
	display: flex;
	border-width: 0;
	align-items: center;
	color: #fff;
	font-weight: 600;
	-webkit-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
	height: 56px;
}

.main-navigation a:hover {
	color: #fff;
}

.main-navigation .sub-menu a {
	color: #2f2637;
}

.main-navigation .sub-menu a:hover {
	color: #00107f;
}

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

.main-navigation ul ul {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #efeeef;
	background-color: #fff;
	position: absolute;
	left: -999em;
	z-index: 99999;
	padding: 0 10px;
	flex-direction: column;
	top: 100%;
}

.main-navigation .menu > li > ul::before {
	content: "";
	height: 16px;
	left: 0;
	right: 0;
	top: -16px;
	position: absolute;
}

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

.main-navigation ul ul li:hover > ul {
	left: calc(100% + 9px);
}

.main-navigation ul ul li:hover > ul::before {
	content: "";
	top: 0;
	bottom: 0;
	left: -9px;
	width: 9px;
	position: absolute;
}

.main-navigation .menu > li:last-child ul li:hover > ul::before {
	left: auto;
	right: -9px;
}

.main-navigation .menu > li:last-child ul li:hover > ul {
	left: auto;
	right: calc(100% + 9px);
}

.main-navigation .sub-menu a {
	width: 200px;
	padding: 10px 5px;
	height: auto;
	font-weight: 400;
	font-size: 14px;
}

.main-navigation ul ul li:nth-child(n+2) {
	border-top: 1px solid #efeeef;
}

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

.main-navigation li {
	position: relative;
	margin-bottom: 0;
}
.menu li img {
	margin-right: 4px;
}

.main-navigation .menu > li {
	margin: 0 27px 0 0;
}

.main-navigation .menu-item-has-children > a::after {
	width: 10px;
	display: inline-block;
	margin: 3px 0 0 4px;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	line-height: 1;
}

.main-navigation .sub-menu .menu-item-has-children > a {
	justify-content: space-between;
}

.main-navigation .sub-menu .menu-item-has-children > a::after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-bottom: 3px;
}

@media screen and (min-width: 62em) {

	.main-navigation ul {
		display: flex;
	}
}

/*--------------------------------------------------------------
# Post navigation
--------------------------------------------------------------*/
.post-navigation .nav-links {
	margin: 30px 0;
	display: flex;
	align-items: center;
	border-style: solid;
	border-color: #00107f;
	border-width: 1px 0;
	position: relative;
}

.post-navigation .nav-links::after {
	content: "";
	height: 100%;
	width: 1px;
	background-color: #00107f;
	left: 50%;
	position: absolute;
}

.post-navigation .nav-links a {
	line-height: 54px;
	border-width: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nav-links .nav-previous a {
	padding: 0 15px 0 35px;
}

.nav-links .nav-next a {
	padding: 0 35px 0 15px;
	text-align: right;
	justify-content: flex-end;
}

.post-navigation .nav-links > div {
	position: relative;
}

.post-navigation .nav-links > div::before {
	content: "";
	height: 100%;
	top: 0;
	width: 0;
	position: absolute;
	background-color: #f6fbfe;
	-webkit-transition: 0.5s width;
	transition: 0.5s width;
	z-index: -1;
	pointer-events: none;
}

.post-navigation .nav-links > div:hover::before {
	width: 100%;
}

.nav-links .nav-previous::before {
	right: 0;
}

.nav-links .nav-next::before {
	left: 0;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	width: 50%;
}

.nav-links .nav-next {
	margin-left: auto;
}

.nav-links .nav-previous a::before,
.nav-links .nav-next a::after {
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	position: absolute;
	top: 0;
}

.nav-links .nav-previous a::before {
	content: "\f053";
	padding-right: 10px;
	left: 15px;
}

.nav-links .nav-next a::after {
	content: "\f054";
	right: 15px;
}

@media (max-width: 27.5em) {

	.post-navigation .nav-links {
		font-size: 12px;
	}

	.nav-links .nav-previous a {
		padding: 0 10px 0 15px;
	}

	.nav-links .nav-next a {
		padding: 0 15px 0 10px;
	}

	.nav-links .nav-next a::after {
		right: 0;
	}

	.nav-links .nav-previous a::before {
		left: 0;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.site-search-remodal .search-submit,
.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;
	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: 700;
	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: 2em;
}

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

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

.alignfull {
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	position: relative;
}

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

.clear::after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 12px;

	/* Make sure select elements fit in widgets. */
}

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

.widget-area .widgettitle {
	margin: 0 -14px 14px;
	color: #fff;
	font-size: 14px;
	padding: 2px;
	background-image: linear-gradient(90deg, #060b31, #121a4e 50%, #162058);
	width: calc(100% + 28px);
	text-align: center;
}

.widget-area .button {
	margin-bottom: 12px;
	font-size: 13px;
	padding: 9px 20px;
	background-image: linear-gradient(90deg, #060b31, #1b2663 46%, #162058);
}

.social-network-icons,
.widget_nav_menu .menu {
	margin: 0;
	padding: 0;
}

.widget_nav_menu .menu li {
	list-style: none;
	margin-bottom: 7px;
}

.social-network-icons {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.social-network-icons__item {
	list-style: none;
	margin: 0 17px 14px;
}

.social-network-icons__item a {
	border-width: 0;
}

.social-network-icons__item a svg {
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.social-network-icons__item a:hover svg {
	color: #ff5c00;
}

.widget_nav_menu div:first-child {
	text-transform: uppercase;
	margin-top: -5px;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.wp-block-columns {
	margin-bottom: 0;
}

@media (min-width: 782px) {

	.wp-block-column:not(:first-child) {
		margin-left: 30px;
	}
}

@media (max-width: 781px) {

	.wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
		flex-grow: 0;
	}

	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-header,
.content-area {
	padding: 0 15px;
}

.site-header__inner,
.site-footer > *,
.site-main {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

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

.post,
.page {
	margin: 0;
}

article time:nth-last-child(2) {
	display: none;
}

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

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

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.single-post .site-content {
	display: flex;
	flex-wrap: wrap;
	padding: 12px 15px 35px;
	overflow: inherit;
	justify-content: center;
	max-width: 1230px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.single-post .content-area {
	padding: 6px 14px;
	width: calc(100% - 387px);
	background-color: #fff;
}

.single-post .wp-block-image {
	margin-bottom: 20px;
}

.widget-area {
	margin-left: 30px;
	width: 357px;
}

ul.posts {
	display: flex;
	flex-wrap: wrap;
}

.widget-area .widget {
	background-color: #fff;
	padding: 0 14px 9px;
	text-align: center;
}

@media (max-width: 980px) {

	.single-post .site-content {
		flex-wrap: wrap;
	}

	.single-post .content-area {
		width: 100%;
	}

	.single-post .widget-area {
		margin: 15px 0 0;
	}

	.widget-area {
		margin: 0;
		width: 100%;
	}
}

.type-post .post-thumbnail img {
	margin: 0 auto 20px;
}

.type-post .entry-meta > span {
	margin-bottom: 15px;
	font-size: 14px;
	opacity: 0.7;
}

.type-post .entry-meta > span a {
	color: inherit;
}

.entry-title a {
	border-width: 0;
}

.type-post .entry-meta > *::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.type-post .posted-on::before {
	content: "\f073";
	margin-right: 5px;
}

.type-post .byline::before {
	content: "\f007";
	margin: 0 2px 0 20px;
}

.type-post .entry-footer {
	padding-top: 15px;
}

.entry-share ul {
	padding: 0;
	display: flex;
}

.entry-share li {
	list-style: none;
	margin: 15px 15px 15px 0;
	opacity: 0.7;
	transition: opacity 0.3s, color 0.3s;
}

.entry-share li:hover {
	color: #00107f;
	opacity: 1;
}

.entry-share a {
	border-width: 0;
	font-size: 20px;
	color: inherit;
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.search-results .page-header,
.archive .page-header {
	width: 100vw;
	margin-bottom: 50px;
	margin-left: -50vw;
	left: 50%;
	position: relative;
	padding: 82px 30px 47px;
	color: #fff;
	overflow: hidden;
	background-image: linear-gradient(90deg, rgba(6, 11, 49, 1) 0%, rgba(18, 26, 78, 1) 50%, rgba(22, 32, 88, 1) 100%);
}

.search-results .page-header > *,
.archive .page-header > * {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.search-results .page-title,
.archive .page-title {
	color: #ff5c00;
}

.search-results .site-content,
.archive .site-content {
	padding-bottom: 40px;
}

.archive-description > *:last-child,
.archive .page-header > *:last-child {
	margin-bottom: 0;
}

.archive .site-main > ul {
	padding-left: 0;
}

.archive .site-content {
	overflow-x: hidden;
}

.search-results__loop {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.search-results__loop article {
	font-size: 14px;
	margin-bottom: 30px;
}

.search-results__loop .entry-title {
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
	padding-top: 0;
}

.search-results__loop .entry-summary p {
	-webkit-line-clamp: 4;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.search-results__content {
	display: flex;
	margin-top: 48px;
}

.search-results .site-main .search-form {
	max-width: 500px;
}

.search-results ul.page-numbers {
	justify-content: start;
	margin: -8px -8px 0;
}

@media (max-width: 781px) {

	.search-results__content {
		flex-wrap: wrap;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content {
	width: 100%;
}

.comment-content a {
	word-wrap: break-word;
}

.comments-title {
	font-size: 24px;
	margin-bottom: 15px;
}

.comment-form-cookies-consent {
	padding-top: 10px;
	clear: both;
}

.form-submit {
	margin-top: 30px;
}

.bypostauthor {
	display: block;
}

.comment-list {
	padding-left: 0;
}

li.comment {
	list-style: none;
}

.comment-list ol.children li.comment:first-child {
	margin-top: 17px;
}

.comment-list ol.children {
	margin-left: 0;
}

.comment-body {
	border: 1px solid #efeeef;
	background-color: #fff;
	padding: 15px;
}

.comment-form [type="checkbox"],
.comment-form [type="radio"],
.comment-form input,
.comment-form textarea {
	border-color: #ccc;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: #2f2637;
}

.comment-meta {
	font-size: 14px;
	width: 100%;
	margin-bottom: 15px;
	justify-content: space-between;
}

.comment-meta,
.comment-author {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.comment-author .fn {
	margin: 0 5px;
}

.comment-reply-link {
	text-align: right;
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
	border-width: 0;
}

.comment-reply-link::before {
	content: "\f3e5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 11px;
	margin: 0 5px;
}

li .comment-respond {
	margin-top: 15px;
}

.comment-reply-title {
	font-size: 18px;
}

.comment-reply-title small {
	text-transform: none;
}

@media (min-width: 37.5625em) {

	.comment-form-email,
	.comment-form-author {
		width: calc(50% - 10px);
		float: left;
	}

	.comment-form-email {
		margin-left: 20px;
	}
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
ul.page-numbers {
	padding: 0;
}

.page-numbers {
	display: flex;
	justify-content: center;
}

.page-numbers li {
	list-style: none;
	margin: 8px;
}

li .page-numbers {
	width: 35px;
	height: 35px;
	color: inherit;
	align-items: center;
	background-color: #fff;
	border: 1px solid #efeeef;
	transition: color 0.3s;
}

li .page-numbers:hover {
	color: #00107f;
}

li .page-numbers.current {
	color: #fff;
	background-image: linear-gradient(90deg, #060b31, #1b2663 46%, #162058);
	pointer-events: none;
}

.page-numbers.prev,
.page-numbers.next {
	font-size: 0;
}

.page-numbers::before {
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
}

.page-numbers.next::before {
	content: "\f054";
}

.page-numbers.prev::before {
	content: "\f053";
}

/*--------------------------------------------------------------
# Rating
--------------------------------------------------------------*/
.yasr-star-rating {
	position: relative;
	background-image: none;
	width: 96px !important;
}

.yasr-star-value::before,
.yasr-star-rating::before {
	font-family: "Font Awesome 5 Free";
	content: "\f005 \f005 \f005 \f005 \f005" !important;
	color: #ffb800;
	letter-spacing: 3px;
}

.yasr-star-rating .yasr-star-value {
	background: none;
	overflow: hidden;
	left: 0;
	font-weight: 900;
	top: 0;
}

.yasr-visitor-votes > * {
	display: block;
}

.yasr-rater-stars-visitor-votes[data-rater-starsize="32"] {
	cursor: pointer;
	width: 152px !important;
	height: 25px !important;
	margin-bottom: 4px;
	font-size: 25px;
	white-space: nowrap;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.wp-block-image {
	margin-bottom: 0;
}

figure.wp-block-image:not([class*="align"]),
.wp-block-image figure:not([class*="align"]) {
	display: inline-block;
}

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

/*--------------------------------------------------------------
# Not found
--------------------------------------------------------------*/
.not-found {
	text-align: center;
	margin: 70px auto 79px;
	max-width: 800px;
}

.not-found__content .search-form {
	max-width: 433px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.search-form {
	display: flex;
}

.search-form label {
	flex: 1;
}

.wp-block-search .wp-block-search__button,
.search-submit {
	margin-left: -10px;
}

.search-field:focus {
	border-color: #a0a5c2;
}

.wp-block-search .wp-block-search__label {
	margin-bottom: 12px;
	display: block;
}

.wp-block-search.aligncenter {
	display: flex;
	justify-content: center;
}

.aligncenter .wp-block-search__label {
	text-align: center;
}

.wp-block-search .wp-block-search__input {
	max-width: 321.33px;
	width: auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 44px 15px 19px;
	color: #fff;
	margin-top: auto;
	background-image: linear-gradient(90deg, #060b31 0%, #1b2663 51%, #162058 100%);
}

.site-footer__bar {
	text-align: center;
	margin-bottom: 35px;
}

.site-footer__bar form {
	display: flex;
}

.site-footer__bar p {
	margin-bottom: 11px;
}

.site-footer__bar .tnp-field-email {
	flex: 1;
}

.site-footer__bar .tnp-subscription {
	max-width: 433px;
	margin-top: 0;
}

.site-footer__bar .tnp-field-button {
	margin-left: -10px;
}

.site-footer__copyright {
	font-size: 13px;
	padding-top: 25px;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer a {
	color: #fff;
}

.site-footer__widgets {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.site-footer__widgets img {
	margin-bottom: 3px;
}

.site-footer__widgets .widgettitle {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: -7px 0 12px;
	padding-top: 0;
}

#back-to-top svg {
	height: 20.52px;
	width: 20.52px;
	margin-top: 13px;
}

/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../nzcasinos/fonts/open-sans-v18-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../nzcasinos/fonts/open-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../nzcasinos/fonts/open-sans-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../nzcasinos/fonts/open-sans-v18-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../nzcasinos/fonts/open-sans-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../nzcasinos/fonts/open-sans-v18-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-regular - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../nzcasinos/fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../nzcasinos/fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../nzcasinos/fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../nzcasinos/fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../nzcasinos/fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../nzcasinos/fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../nzcasinos/fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../nzcasinos/fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../nzcasinos/fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../nzcasinos/fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../nzcasinos/fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../nzcasinos/fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }


@media (min-width: 75.5625em) {

	.footer-widget-1 {
		width: 280px;
	}

	.footer-widget-4 {
		width: 173px;
	}

	.footer-widget-2,
	.footer-widget-3 {
		width: 203px;
	}

	.footer-widget-5 {
		min-width: 20%;
	}

	.site-footer__widgets > *:nth-child(n+2) {
		margin-left: 30px;
	}
}

@media (max-width: 75.5em) {

	.site-footer__widgets {
		flex-wrap: wrap;
	}

	.footer-widget-1 {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-widget-1 > * {
		max-width: 585px;
		margin-right: auto;
		margin-left: auto;
	}

	.site-footer__widgets img {
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 75.5em) and (min-width: 60.0625em) {

	.site-footer__widgets > *:nth-child(n+2) {
		flex: 1;
	}

	.site-footer__widgets > *:nth-child(n+3) {
		margin-left: 30px;
	}
}

@media (max-width: 60em) {

	.footer-widget-5 img {
		max-width: 45px;
	}

	.footer-widget-5 {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}

	.site-footer__copyright {
		text-align: center;
		padding-top: 0;
	}
}

@media (max-width: 60em) and (min-width: 37.5625em) {

	.footer-widget-2 {
		width: calc(33.33% - 20px);
	}

	.footer-widget-4,
	.footer-widget-3 {
		width: calc(33.333% - 20px);
		margin-left: 30px;
	}
}

@media (max-width: 37.5em) {

	.footer-widget-2,
	.footer-widget-4,
	.footer-widget-3 {
		width: 100%;
		text-align: center;
	}

	.footer-widget-2,
	.footer-widget-3 {
		margin-bottom: 30px;
	}
}
