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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
 */
img,
legend{
	border:0
}
	legend, td, th {
    padding: 0;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, optgroup, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0 16px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
pre, textarea {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}



/*--------------------------------------------------------------
 Theme Base 
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}
html {
	font-size: 100%; /* Default browser 16px */
	font-family: -apple-system,BlinkMacSystemFont,Arial,"Helvetica Neue",Helvetica,sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
     box-sizing: border-box;
}
body {
	font-size: 16px;
    line-height: 1.6;
	color: #c2c4cf;
	background: #00100e;
	overflow-x: hidden;

}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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


/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

.site-logo img {max-width:140px;}
.site-header {
background:#031717;
padding:15px 0 10px;
}



/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px;
	
	line-height:1.3;
	font-weight: 700;
	color: #fff;
}


h1 {
  font-size: 30px;

}
h2 {
  font-size: 27px;
 
}
h3 {
  font-size: 24px;
 
}
h4 {
  font-size: 21px;
  line-height:1.3;
}
h5 {
  font-size: 19px;

}
h6 {
  font-size: 16px;

}


p {
	margin: 0 0 15px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-normal {
    text-transform:none;
}
.text-capitalize {
    text-transform: capitalize;
}
dfn, 
cite, 
em, 
i {
	font-style: italic;
}
cite {
    font-size: 0.75rem;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
code {
    padding: 3px 8px;
    font-size: 95%;
    color: #bd4147;
    background-color: #F5F5F5;
    border-radius: 4px;
}

kbd {
    padding: 1px 6px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

mark,
ins {
	background-color: #FBFBA4;
	
	padding: 0 5px;
}

big {
	font-size: 125%;
}
small {
  font-size: 80%;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a, a:visited {
  color:#04cfaa;
text-decoration:none;
}



a:focus,
a:hover {
  color:#fff;
  border:none;
  
}

a:focus {
  outline: 0;
 
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/


blockquote {
	margin: 0 0 15px;
	font-style:italic;
	padding-left:15px;
	border-left:4px solid #ffc700;
	color:#fff;
}
blockquote p {
    
    margin-bottom: 0;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  margin: 0 0 15px 15px;padding:0;

}
ul {list-style:disc;}
ol {list-style:decimal;}
dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

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

/* tables */
table {
    width: 100%;
    margin: 0 0 15px;
    border-collapse: collapse;
    border-spacing: 0;
   
	border:1px solid rgba(255,255,255,0.1);
}

table td, table th {padding:10px 15px;border:1px solid rgba(255,255,255,0.1);}
@media screen and (max-width: 767px) {
    .vt {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .vt table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/*--------------------------------------------------------------
Posts and Pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}


.wp-post-image {

  border-radius: 0px
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-title, .comment-reply-title {
    font-size: 20px;
	font-weight:700;
	color:#fff;
	margin:0 0 15px;
}
ol.comment-list {margin:0;list-style:none;}

ol.children {padding-left:30px;list-style:none;}
a.comment-reply-link {font-weight:700;}
.comment-content p {margin:0 0 10px;}
.comment-content {padding-bottom:20px;}
#respond textarea,
#respond input[type='text'] {
	position: relative;
	width:100%;
	margin: 0;
	padding: 10px;
	outline: 0;
	resize: none;

	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#respond textarea {
	padding: 10px;
}
#respond textarea {
	margin: 0;
}
p.form-submit {margin:0;}
.comment-form {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding:0;
}
.comment-form form p.form-submit,
.comment p.form-submit {
	margin: 0;
}
.comment-reply-login {
	margin-left: 10px;
}
.comment-form form p.form-submit .success p{
	margin: 10px 0 0;
}
.comment-form form p.logged-in-as{
	margin: 0 0 17px;
	font-size: 12px;
	font-weight: 400
}
#cancel-comment-reply-link {
    margin: 0px;
    display: inline-block;
    width: 100%;
    font-size: 0.813rem;
    font-weight: 400;
}
.comment-head img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.7;}

#respond input[type="submit"] {font-family: inherit;text-transform:none;font-size:15px;letter-spacing:0;background:#04cfaa;border: none;font-weight:700;
padding: 9px 20px;color: #fff;border-radius: 4px;}
#respond input[type="submit"]:focus, #respond input[type="submit"]:active {outline:0;}
#respond input[type="submit"]:hover {color:#fff;}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 4px 60px 0 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 4px 0 0 60px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 4px auto 0;
}
.pull-left {
    float: left;
}
.pull-right {
    float: left;
}

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.figure {
    display: inline-block;
}
figcaption {
    color: #888;
	font-style:italic;
}
[id^="attachment_"] .wp-caption-text,
[id*=" attachment_"] .wp-caption-text {
	color: #505050;
}
.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%;
}

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


.wp-caption-text {	
	color: #fff;
	font-size: 0.813rem;
	line-height: 1.2;
	text-align: center;
	font-style:normal;
    text-transform: uppercase;
}
.wp-caption {
    max-width: 100%;
}



/*--------------------------------------------------------------
Form Styling
--------------------------------------------------------------*/
textarea {
	padding-left: 3px;
	width: 100%;
}
[role="button"] {
	cursor: pointer;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}
#comments label {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
	font-size:14px;opacity:0.8;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px ;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select,
.form-control {
	display: inline-block;
	width: 100%;
	
	padding: 10px;
	font-size: 14px;
	
	color: #555555;
	background: #fff;
	background-image: none;
	border: 1px solid rgba(0,0,0,0.1);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	outline: 0;
	box-shadow:none;
}
.search-form button {display:none;}
.search-form {border-radius:5px;overflow:hidden;margin-bottom:30px;}
.error-404 {padding:100px 0;text-align:center;}
textarea {
	height: auto;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-left: 1px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 5px;
}
.radio + .radio,
.checkbox + .checkbox {
 	margin-top: -5px;
}

/* buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-color: #fff;
	color: #505050;
	border: 1px solid #c4c4c4;
	white-space: nowrap;
	padding: 6px 18px 4px;
	font-size: 0.813rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.btn:focus,
.btn:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.btn:hover,
.btn:focus {
	background-color: #303030;
	color: #f3f3f3;
	text-decoration: none;
	border-color: transparent;
}

/* Button size */
.btn-lg {
	padding: 8px 24px 7px;
	font-size: 1.125rem;
	line-height: 1.3333333;
}
.btn-sm {
	padding: 3px 14px;
	font-size: 0.75rem;
	line-height: 1.5;
}
.btn-xs {
	padding: 0 12px;
	font-size: 0.688rem;
	line-height: 1.5;
}

/* Button colour */
button.dark,
input[type="button"].dark,
input[type="submit"].dark,
input[type="reset"].dark,
.btn.dark {
	background-color: #303030;
	color: #f3f3f3;
	border-color: transparent;
}
button.dark:hover,
input[type="button"].dark:hover,
input[type="submit"].dark:hover,
input[type="reset"].dark:hover,
.btn.dark:hover {
	background-color: #fff;
	color: #505050;
	border-color: #c4c4c4;
}



/*--------------------------------------------------------
Pagination
--------------------------------------------------------*/
.pagination {
  margin: 0 auto;
  width: 35%;
  text-align: center;
}
.gallery-pagination {
	margin: 0 auto;
	width: 30%;
	 text-align: center;
}

/* blog home navigation */
.post-nav-older,
.post-nav-newer {
font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
	position: relative;
}
.post-nav-older {
	float: right;
    margin-left: 10px;
}
.post-nav-newer {
	float: left;
	margin-right: 10px;
}
.post-nav-older:after,
.post-nav-newer:before {
	font-family: FontAwesome;
	font-size: 0.813rem;
	content: "\f101";
	margin-left: 5px;
}
.post-nav-newer:before {
	content: "\f100";
	margin: 0 5px 0 0;
}

/* single post navigation */
.post-navigation {
	display: table;
	clear: both;
	width: 100%;
	margin: 32px 0 28px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  width: 50%;
}
.post-navigation .nav-previous,
.comment-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next,
.comment-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .meta-nav {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.688rem;
}
.post-navigation .post-title {
 	font-size: 0.813rem;
}
.comment-navigation {
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/


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


.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation a .menu-description{
    position: absolute;
    top: 3px;
    left: calc(100% - 40px);
    background: #fff;
    color: #000;
    font-size: 10px;
    padding: 1px 4px;
    line-height: 10px;
    z-index: 1;
}
.main-navigation a .menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    left: 3px;
    bottom: -4px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.custom-header-block.toggled ul#primary-menu {
    display: block;
}
.menu-toggle{
    border: none;
}
.menu-toggle:before,
.menu-toggle:after,
.menu-toggle span{
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    margin: 7px 0;
    transition: all .2s ease-in-out;
}
.toggled .menu-toggle:before {
    transform: translateY(10px) rotate(135deg);
}

.toggled .menu-toggle:after {
    transform: translateY(-10px) rotate(-135deg);
}

.toggled .menu-toggle span {
    transform: scale(0);
}

.main-navigation li a {
   
    color: #d2eeed;
	padding:3px 15px 2px;
	font-weight:700;
}


.main-navigation li.current-menu-item a,
.main-navigation ul li a:hover {
    text-decoration: none;
   color:#fff;



}

.ct-menu-search {
    position: absolute;
    right: 0;
    top: 0;
}

.ct-menu-search .search-icon-box {
    line-height: 1.7;
    padding: 15px;
    margin: 0;
    color: #fff;
}
.bannercontent {
background:url(/wp-content/uploads/2024/09/bonus.jpg) no-repeat left center;
background-size:cover;
height:400px;border-radius:10px;overflow:hidden;
margin:30px auto;
padding:70px 30px 0;width:100%;max-width:1170px;
overflow: hidden;
position:relative;
}
.bannercontent a.secondary-button {max-width:230px;display:block;margin:30px 0; padding:10px;}
.bannercontent a.main-button {display:none;max-width:230px;margin:15px auto; padding:10px;}
.blink {position:absolute;left:0;top:0;width:100%;height:100%;}
.bannertitle {color:#fff;font-weight:700;font-size:30px;text-transform:uppercase;}
.bonus {position:relative;z-index:9;color:#fff;font-weight:700;}
.bonus span { 
position:relative;
margin-right:22px;
cursor:pointer;
color: #ffc700;
display:inline-block;
}

.bonus span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/site/images/copy.svg);
    mask: url(/wp-content/themes/site/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffc700;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.pdl {display:none;text-align:center;background: linear-gradient(to left, #13011b 0%,#330253 100%);padding:15px;position:fixed;bottom:0;left:0;width:100%;} 
.pdl img {width:200px;}
@media (max-width:1210px) {
.bannercontent {max-width:100%;margin:0 0 30px;border-radius:0;}
}
@media (max-width:767px) {
.bannercontent {height:auto;padding:30px 15px;text-align:center;}
.bannercontent a.secondary-button {margin:15px auto; }
.bannertitle {font-size:24px;}
.bannercontent a.main-button {display:block;}
.blink, .home .main-navigation, .home .ts {display:none;}
.pdl {display: flex;
 justify-content: space-between;
align-items: center;}
}
@media (max-width:420px) {
.pdl img {width:150px;}
}
@media (max-width:360px) {
.pdl img {width:100px;}
}
a.brl-1 {text-transform:uppercase;padding:9px 30px;
color: #5e6a7f;
border-radius:4px;
border:1px solid #353d48;
text-align:center;
}
a.brl-2 {
text-align:center;
text-transform:uppercase;padding:10px 30px;
border-radius:4px;
background:#4986f5;
color: #fff;
}
a.brl-1:hover {background:#4986f5;border:1px solid #4986f5;color:#fff;}
a.brl-2:hover {background:#0069d9;}
.slotcontent article, .post-slots article {border-radius:4px;overflow:hidden;text-align:center;background: #031717;margin-bottom:30px;padding-bottom:10px;}
article a.secondary-button {display:block;margin:10px auto;max-width:170px;padding:6px;font-size:14px;}
article a.demo {text-transform:uppercase;font-size:14px;font-weight:700;color:#fff;}

.slotcontent article span, .post-slots article span {font-size:14px;}
.slotcontent article img, .post-slots article img {margin-bottom:2px;}
.home .h2 {font-size:20px;font-weight:700;color:#fff;margin:0 0 15px;}
.home h1, .home h2 {font-size:20px;}
.home h3 {font-size:17px;}
.newscontent article {border-radius: 4px;overflow: hidden;position:relarive;min-height:135px;margin-bottom:30px;}
.newscontent .bigpost article {min-height:300px;}
.newscontent article p {margin:0;position:absolite;left:0;top:0;padding:15px;}
.newscontent .bigpost article p {padding:30px;}
.newscontent article p a {font-weight:700;color:#fff;display:block;line-height:1.3;font-size:16px;text-shadow: 2px 2px 2px rgba(0,0,0,1);}

.newscontent .bigpost article p a {line-height:1.2;font-size:25px;}


.taxonomy-description {padding-top:15px;}
.rmore {text-align:center;padding:5px 0 25px;}
.rmore a {font-weight:700;color:#fff;border-radius:30px;padding:10px 30px;background: #3e355b;}
.footer-logos img {margin: 10px 15px;
max-height: 40px;max-width:130px;
filter: invert(1) opacity(.3);}
.site-footer {
	background:#031717;
    padding: 30px 0;
    margin-top:30px;
    text-align: center;
  
 
	clear: both;
}
.site-footer .widget ul {list-style:none;margin:0 0 15px;}
.site-footer .widget ul li {display:inline-block;margin:5px 10px;}
.site-footer .widget ul li a {color: #d2eeed;}
.site-footer .widget ul li a:hover {color: #fff;}
.site-info ul {list-style:none;margin:15px 0 10px;padding:0;}
.site-info ul li {font-size:13px;display:inline-block;margin:5px 10px;}

.site-info p {font-size:13px;}
.main-wrapper {margin-top:20px;}
.entry-header h1 {font-size:22px;margin:0 0 20px;}
#secondary {border-radius:10px;padding:20px;background:#031717;}
#secondary .widget-title {padding-bottom:10px;color: #fff;font-weight:700;font-size:18px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.1);}
#secondary .widget ul {list-style:none;margin:0;}
#secondary .widget ul li {border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:10px;margin-bottom:10px;}
#secondary .widget ul li a {font-weight:700;display:block;line-height:1.3;}

.post-image {float:left;width:45%;margin-right:20px;margin-bottom:15px;}
.post-image img {width:100%;}
.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 blockqiote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
a.main-button {text-align: center;
  border-radius: 4px;
  border: 1px solid #ff2400;
  padding: 9px 28px;
  color: #fff;
  font-weight: 700;}
a.secondary-button {text-align: center;
  border-radius: 4px;
  background: #ff2400;
  font-weight: 700;
  padding: 10px 30px;
  color: #fff;}

.ls {padding-top:30px;}
.ls a {display:block!important;}
.ls a.main-button {margin-bottom:15px;}
.ts {text-align:center;padding-top:6px;}
.ts a.main-button {margin-right:10px;}
.bs a.main-button {margin-right:10px;}
.bs {padding:15px 0 30px;}
.blog-content-div article {padding-bottom:15px;}
.blog-content-div article .entry-title a {display:block;font-weight:700;line-height:1.3;font-size:17px;margin-bottom:10px;}
.page-numbers.current {font-weight:700;color:#fff;margin-right:5px;}
a.page-numbers {font-weight:700;margin-right:5px;}
.breadcrumbs {font-size:13px;}

.archive-description {padding-top:20px;}
.ulli ul {list-style:none;margin:0 0 5px;}
.ulli ul li {display:inline-block;margin-right:10px;margin-bottom:15px;}
.ulli ul li a {padding:6px 15px;color: #4986f5;border-radius: 4px;border: 1px solid #353d48;}
.ulli ul li a:hover {color:#fff;}
.sb {text-align:center;padding:20px 0;}
.entry-content iframe {border:none;padding:0;width:100%;height:450px;}
.games-category ul {margin:0 0 5px;list-style:none;}
.games-category ul li {display:inline-block;margin-right:10px;margin-bottom:20px;}
.games-category ul li a {font-weight:700;color:#fff;font-size:15px;padding:10px 20px;border-radius:4px;background:#04cfaa;}
.firstcontent a {text-align: center;
font-weight: 700;
background: #04cfaa;
color: #fff;margin:15px auto;display:block;max-width:240px;
padding: 10px;
border-radius: 4px;}
@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }

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





/* Medium devices (tablets, 768px and up)*/
@media (min-width: 992px) { 

  .menu-header-menu-container {
    margin-right: 0.1rem;
  }

	#banner-overlay, 
	#header-banner {
		height: 100px;
	}	
	.site-title {
		font-size: 1.750rem;
	}	
	.site-title:after {
		width: 30%;
	}		
	.site-description {
		font-size: 0.688rem;
	}
	.menu-toggle {
		margin: 8px auto 0;
	}	

		
	
}






@media screen and (min-width: 992px) {
    .main-navigation li {
        display: inline-block;
    }
}


@media screen and (min-width: 992px) {
    .main-navigation.center-aligned {
        text-align: center;
    }

    .main-navigation ul {
        display: block;
		    text-align: right;
    }
}
@media screen and (max-width: 1199px) {


.entry-content iframe {height:400px;}
}
@media screen and (max-width: 991px) {

.newscontent article {min-height:200px;}
.newscontent .bigpost article {min-height:200px;}
.newscontent .bigpost article p {padding:15px;}
.newscontent article p a {line-height:1.2;font-size:18px;}
.newscontent .bigpost article p a {line-height:1.2;font-size:18px;}
     .slotcontent .col-md-3, .post-slots .col-md-3 {
    width: 50%;float: left;
  }
    
  button.menu-toggle {
    position: absolute;
    right: 15px;
	background: none;
    top: -65px;
	color: #fff;
	padding: 0;
  }
button.menu-toggle:focus, button.menu-toggle:active {outline:0;}
    .main-navigation li {
        float: none;
        padding: 0;
        
    }

.site-branding {text-align:center;}
.site-logo img {margin:0 auto;}
.ts {padding-top:20px;padding-bottom:20px;}
 .main-navigation ul {background:rgba(0,0,0,0.1);margin:0;}
 .main-navigation li a {padding:10px 15px;border-radius:0;font-weight:700;}
.main-navigation li {border-bottom:1px solid rgba(255,255,255,0.03);}

.main-navigation li.current-menu-item a,
.main-navigation ul li a:hover {
    text-decoration: none;
 color:#f7e436;
	background:none;


}
#secondary {margin-top:30px;}
.site-logo {text-align:center;}
.slotcontent .col-md-3 img, .post-slots .col-md-3 img {width:100%;}
}
@media screen and (max-width: 767px) {
.footer-logos img {margin: 8px;
max-height: 30px;}
.slotcontent ul li {width:50%;}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  width: 100%;float:left;text-align:left;
  margin-bottom:10px;
}
.entry-content iframe {height:350px;}
.post-image {width:100%;margin-right:0;}
.main-wrapper {padding: 15px;}
#secondary {padding: 15px;}
.blog-content-div article {padding-bottom: 30px;}
.entry-header h1 {font-size: 20px;}
}
@media screen and (max-width: 575px) {
.entry-content iframe {height:300px;}
  
 
}
@media screen and (max-width: 500px) {
.entry-content iframe {height:250px;}

.slotcontent .col-md-3, .post-slots .col-md-3 {width: 100%;}
}
@media screen and (max-width: 420px) {
.entry-content iframe {height:200px;}

.ts a {display:block;max-width:200px;margin:0 auto;}
.bs a {display:block;}
.bs a.main-button {margin-right:0;margin-bottom:15px;}
.ts a.main-button {margin:0 auto 15px;}
button.menu-toggle {top: -150px;}
}
@media screen and (max-width: 380px) {
.slotcontent ul li {width:100%;}
}