/*!
Theme Name: bet
Text Domain: bet
*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	padding:0;
	font-size:15px;
	line-height:1.6;
	color: rgba(255,255,255,0.8);
  background: #090f1e;

}


main {
	display: block;
}



hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}
/* Links
--------------------------------------------- */
a {
	color: #6dd6f0;

	text-decoration:none;
}



a:hover,
a:focus,
a:active {
	color: #fff;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}
/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:700;
	margin:0 0 15px;
	padding:0;
	line-height:1.3;
	color:#fff;
}
h1 {font-size:32px;}
h2 {font-size:27px;}
h3 {font-size:24px;}
h4 {font-size:21px;}
h5 {font-size:19px;}
h6 {font-size:17px;}
p {
	margin: 0 0 15px;
}

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

blockquote {
	margin: 0 0 15px;
	font-size:18px;
	font-style:italic;color:#fff;
	border-left:4px solid #ffb800;
	padding-left:15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}


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

ul,
ol {
	margin: 0 0 15px 15px;padding:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}



dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;max-width:100%;
}

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse!important;
	border:1px solid rgba(255,255,255,0.1);
}
table th, table td {border:1px solid rgba(255,255,255,0.1);padding:10px 15px;}
.content-section {padding:0 0 20px;}
.content-section a {color: #fff;
  background: linear-gradient(107deg, rgb(78, 139, 253) 0%, rgb(25, 118, 233) 100%);
  padding: 10px;
  font-weight: 700;
  text-align: center;
  display: block;
  max-width: 240px;
  margin: 15px auto;
  text-decoration: none;
  border-radius: 8px;}
@media screen and (max-width: 767px) {
    .pdtable {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .pdtable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	
	border-radius: 0;
	background: #6dd6f0;
	color: #fff;
	border-radius:30px;
	padding: 10px 20px;
	font-weight:700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
}

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: none;
	outline:0;
	box-shadow: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: #000;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	padding: 10px;
}

input[type="text"]:focus,input[type="text"]:active,
input[type="email"]:focus,input[type="email"]:active,
input[type="url"]:focus,input[type="url"]:active,
input[type="password"]:focus,input[type="password"]:active,
input[type="search"]:focus,input[type="search"]:active,
input[type="number"]:focus,input[type="number"]:active,
input[type="tel"]:focus,input[type="tel"]:active,
input[type="range"]:focus,input[type="range"]:active,
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,textarea:active {
	color: #000!important;
	border: 1px solid rgba(0,0,0,0.2);
	opacity:1;
	outline:0;
	box-shadow:0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height:140px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

	.menu-toggle {
		display: none;
	}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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



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





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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 30px;
}

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

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

.wp-caption-text {
	text-align: center;padding:6px 0 0; font-style:italic;font-size:14px;opacity:0.8;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
#colophon {background: #070c18;}
.navbar-toggle {display:none;} 

.navbar-collapse ul {list-style:none;margin:0;padding:0;}
.navbar-collapse ul li {display:inline-block;margin-right:30px;}
.navbar-collapse ul li a {font-weight:700;color:#fff;}
.navbar-collapse ul li a:hover {color:#6dd6f0;}
#masthead {padding:15px 0;background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));}
.top-header {display: flex;
 justify-content: space-between;
 align-items: center;}
.header-logo img {width:170px;}
a.btn-primary {text-align: center;
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(180deg, #75e6ff 0%, #75e6ff .01%, #878bff 100%);}
a.btn-default {background: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 30px;
}


.header-links a.btn-primary {margin-right:5px;}
.main-slider {margin:30px auto;max-width:1140px;position:relative;padding:30px 30px 0;font-weight:700;color:#fff;
background: url(/wp-content/uploads/2024/10/weekly.jpg) no-repeat left center;height:300px;background-size:cover;}
.cSlider__title {font-size:27px;}
.cSlider__promo {position:relative;z-index:9;display:inline-block;max-width:450px;}
.cSlider__overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.centerbtn {text-align:center;padding:10px 0 30px;}
.main-slider a.btn-default {display:block;max-width:200px;padding:10px;margin:30px 0;}
.main-slider a.btn-primary {display:none;max-width:250px;padding:10px;margin:15px auto;}
.cSlider__promo span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #ffae01;
}

.cSlider__promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/bet/images/copy.svg);
    mask: url(/wp-content/themes/bet/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffae01;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.linksite {display:none;padding:15px;position:fixed;bottom:0;left:0;width:100%;background: linear-gradient(to left, #0b1b38 0%,#45177c 100%);} 
.linksite img {width:170px;}
@media (max-width:1200px) {
.main-slider {margin:0 0 30px;max-width:100%;}
}
@media (max-width:767px) {
.main-slider {height:auto;padding:30px 15px;text-align:center;}
.cSlider__title {font-size:23px;}
.main-slider a.btn-default {max-width:250px;margin:15px auto;}
.main-slider a.btn-primary {display:block;}
.home .header-links, .home nav.navbar, .cSlider__overlay {display:none;}
.linksite {display: flex;
 justify-content: space-between;
 align-items: center;}
.cSlider__promo {max-width:100%;}
}
@media (max-width:380px) {
.linksite img {width:120px;}
}
@media (max-width:330px) {
.linksite img {display:none;}
.linksite, .linksite a {display:block;}
.zion-footer-links a {display:block;margin:15px 0!important;}
}

.zion-footer-sec ul {list-style:none;margin:0;}
.zion-footer-sec ul li {margin-bottom:5px;}
.zion-footer-sec ul li:last-child {margin-bottom:0;}
.zion-footer-sec ul li a {text-decoration:underline;}

.zion-footer-sec .widget-title {font-weight:700;font-size:16px;margin-bottom:15px;color:#fff;}
.zion-footer-sec .widget {margin:0 0 30px;}
.zion-footer-sec {padding-top:50px;}
.zion-footer-links {text-align:center;padding:10px 0 40px;}
.zion-footer-links a.btn-primary {margin-right:15px;}
.zion-footer-images {padding:20px 0;text-align:center;border-top:1px solid rgba(255,255,255,0.1);border-bottom: 1px solid rgba(255,255,255,0.1);}
.zion-footer-images img {vertical-align:middle;margin:10px 15px;}
.site-info {font-size:14px;text-align:center;color:rgba(255,255,255,0.4);padding:20px 0 10px;}
.site-info ul {list-style:none;margin:0 0 10px;}
.site-info ul li {margin:0 10px 5px;display:inline-block;}

ul.post-content, ul.slot-content {margin:0 -15px 0;list-style:none;}
ul.post-content li, ul.slot-content li {float:left;padding-left:15px;padding-right:15px;width:25%;}
ul.post-content li img {width:100%;}
ul.post-content li p {padding-bottom:15px;background: linear-gradient(110deg,#1e283f,rgba(20,27,46,.6) 100%);margin:0 0 30px;}
ul.post-content li p a {display:block;line-height:1.3;margin:7px 15px 0;font-weight:700;}
ul.slot-content li article {margin:0 0 30px;background:rgba(0,0,0,0.9);position:relative;text-align:center;}
ul.slot-content li article .hiddenbox {position:absolute;left:0;top:20%;width:100%;display:none;}
ul.slot-content li article:hover .hiddenbox {display:block;}
ul.slot-content li article img {display:block;width:100%;}
ul.slot-content li article:hover img {opacity:0.3;}
.slot-content a.btn-default {display:block;padding:5px;max-width:180px;font-size:15px;margin:10px auto;}
.slot-content span {color:#cecece;font-size:15px;}
a.btn-txt {font-weight:700;color:#fff;}
.section-title, .home h2 {font-size:22px;font-weight:700;margin:0 0 15px;color:#fff;}
.home h1 {font-size:22px;}
.home h3 {font-size:18px;}


.breadcrumbs {font-size:14px;}
.page-header h1 {font-size:25px;}
.post-img {float:left;margin-right:20px;margin-bottom:15px;width:45%;}
.post-img img {width:100%;}
.zion-section {padding:30px 0;}
p.form-submit {margin:0;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
#secondary {background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));height:100%;padding:15px;}
#secondary .widget-title {font-size:20px;margin-bottom:15px;font-weight:700;}
#secondary ul {padding-bottom:15px;}
#secondary ul li a {display:block;line-height:1.3;font-weight:700;}
#secondary ul li {margin-bottom:10px;}
#secondary a.btn-primary {margin-bottom:15px;display:block;}
#secondary a.btn-default {display:block;}
#comments label {opacity:0.7;font-size:14px;display:block;margin-bottom:7px;}
.comments-title, .comment-reply-title {font-weight:700;font-size:20px;margin-bottom:15px;}
ol.comment-list, ol.comment-list ol {list-style:none;margin:0;}
ol.comment-list ol {padding-left:30px;}
.comment-date {opacity:0.7;font-size:14px;}
.comment-author img {float:left;margin-right:15px;}
.comment-content {padding-bottom:20px;}
a.comment-reply-link {font-weight:700;text-transform:uppercase;}
.entry-title a {font-weight:700;line-height:1.3;display:block;margin-bottom:10px;}
.list-posts article {margin-bottom:15px;}
.taxonomy-description {padding-top:20px;}
.search-submit {display:none;}
.search-form input {width: calc(100% - 20px);}
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));
	padding: 5px 10px;
	margin-right:5px;
	color:#fff;
	font-weight:700;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #fff;
	background:#6dd6f0;
}
.brand-btns ul {list-style:none;margin:30px 0 0;}
.brand-btns ul li {display:inline-block;margin-right:10px;margin-bottom:25px;}
.brand-btns ul li a {color: #fff;
  background: #6dd6f0;
  padding: 8px 20px;
  font-weight: 700;
  border-radius: 30px;}
.error-404.not-found {text-align:center;padding:100px 0 80px;}
.entry-content iframe {padding:0;border:none;width:100%;height:500px;}
.online-play {text-align:center;padding:30px 0 40px;}
.navbar button {margin-top:15px;margin-bottom:10px;padding:0;background:none;}
.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  margin-bottom:5px;
}

@media (max-width:1199px) {
ul.slot-content li article .hiddenbox {top: 13%;}
}
@media (max-width:991px) {
.navbar-toggle {display:block;position:absolute;right:0;top:10px;}
.navbar-collapse {display:none;}
.navbar-collapse.in {display:block;}
.navbar-collapse ul li {display:block;border-bottom:1px solid rgba(255,255,255,0.06);padding:0 0 5px;margin:0 0 5px;}
ul.post-content li, ul.slot-content li {width: 50%;}
ul.slot-content li article .hiddenbox {top: 25%;}
.top-header {position:relative;display:block;text-align:center;}
.header-links {padding:20px 0;}
.navbar-collapse ul {margin:15px 0 0;text-align:left;background:rgba(255,255,255,0.03);}
.navbar-collapse ul li a {display:block;padding:5px 15px;}
}
@media (max-width:767px) {
ul.slot-content li article .hiddenbox {top: 20%;}
 .zion-footer-images img {max-width:80px;margin: 7px;}

.post-img {margin-right: 0px;width: 100%;}
#secondary {margin-top:40px;}
.list-posts article {
    margin-bottom: 30px;
}
}
@media (max-width:500px) {
ul.slot-content li article .hiddenbox {top: 30%;}
ul.post-content li, ul.slot-content li {width: 100%;}

}
@media (max-width:360px) {
.header-links a.btn-primary {margin-right: 0;margin-bottom:15px;display:block;}
.header-links a.btn-default {display:block;}
ul.slot-content li article .hiddenbox {top: 20%;}
}