
		.g_position {
			color: #fff;
			padding: .5rem;
			position: absolute;
			top: -7px;
			left: -43px;
			width: 12px;
			height: 12px;
			border-radius: 50%;
			text-align: center;
			line-height: 13px;
			font-weight: 600;
			font-size: 11px;
			background: #20adff
		}
img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }
		a.broken_link {
			box-shadow: 0 0 20px 4px red !important;
			background: red !important;
			color: #fff !important;
			padding: .3em !important;
			border-radius: .25em;
		}

		a.outer_link {
			box-shadow: 0 0 20px 4px #ffeb00 !important;
			background: #ffeb00 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em;
		}

		a.inner_link {
			box-shadow: 0 0 20px 4px #a2d626 !important;
			background: #a2d626 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em;
		}

		a.outer_link.broken_link {
			box-shadow: 0 0 20px 4px #ffeb00 !important;
			background: #ffeb00 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em !important;
			border: solid 2px red !important;
		}

		a.inner_link.broken_link {
			box-shadow: 0 0 20px 4px #a2d626 !important;
			background: #a2d626 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em !important;
			border-radius: .25em !important;
			border: solid 2px red !important;
		}

		.SEbear-header-target {
			border-bottom: dashed 3px #c90000 !important;
		}

		.wp-block-button__link {
			color: #fff;
			background-color: #32373c;
			border-radius: 9999px;
			box-shadow: none;
			text-decoration: none;
			padding: calc(.667em + 2px) calc(1.333em + 2px);
			font-size: 1.125em
		}

		.wp-block-file__button {
			background: #32373c;
			color: #fff;
			text-decoration: none
		}

		:root {
			--wp--preset--aspect-ratio--square: 1;
			--wp--preset--aspect-ratio--4-3: 4/3;
			--wp--preset--aspect-ratio--3-4: 3/4;
			--wp--preset--aspect-ratio--3-2: 3/2;
			--wp--preset--aspect-ratio--2-3: 2/3;
			--wp--preset--aspect-ratio--16-9: 16/9;
			--wp--preset--aspect-ratio--9-16: 9/16;
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
			--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		body .is-layout-flex {
			display: flex;
		}

		.is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		.is-layout-flex> :is(*, div) {
			margin: 0;
		}

		body .is-layout-grid {
			display: grid;
		}

		.is-layout-grid> :is(*, div) {
			margin: 0;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:root :where(.wp-block-pullquote) {
			font-size: 1.5em;
			line-height: 1.6;
		}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;

}
a{
    text-decoration: none;
    color: inherit;
}
ul,
ol,
li {
    list-style-position: inside;
}
img{
    vertical-align: top;
    height: auto;
    max-width: 100%;
    border-style: none;
}

h1{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 26px;
    width: 100%;
}

h2{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 23px;
    width: 100%;
}

h3{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}

h4{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

h5{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

h6{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 10px;
}

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

table{
    text-align: center;
    border: 1px solid #3077F7;
    border-collapse: collapse;
    color: #FFF;
    width: 100%;
    margin: 15px auto;
}

table thead tr th{
    border: 1px solid #3077F7;
    padding: 10px;
    font-size: 22px;
    color: #FFF;
    background: #251b45;
}

table tr td{
    border: 1px solid #3077F7;
    padding: 10px;
}

table tr:first-child td{
    font-weight: bold;
    background: #3077F7 !important; 
    color: #FFF;   
}

table tr:nth-child(odd) td{
    background: none;
}

blockquote{
    border: 1px solid #3077F7;
    border-left: 10px solid #3077F7;
    padding: 10px;
    font-weight: bold;
    font-style: italic;
    color: #3077F7;  
}

blockquote p{
    margin: 0;
}
 
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-post-thumbnail{
    width: 100%;
}

.table-cover{
    overflow: auto;
    padding: 1px;
}

iframe{
    width: 100%;
    height: 300px;
}

@media screen and (min-width: 450px){
    iframe{
        height: 350px;
    }
}
@media screen and (min-width: 600px){
    iframe{
        height: 400px;
    }
}
@media screen and (min-width: 768px){
    iframe{
        height: 400px;
    }
}
@media screen and (min-width: 980px){
    iframe{
        height: 500px;
    }
    .single-post-thumbnail{
    width: 40%;
    float: left;
    margin: 0 15px 15px 0;
    }
}

.comments-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #3077F7;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment{
    display: flex;
    flex-direction: column;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea{
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 5px;
}
 
.comments-area .submit{
    background: #FDCD2D;
    margin-bottom: 10px;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border: 2px solid #FDCD2D;
}

.comments-area .submit:hover{
    background: none;
    color: #FDCD2D;
}




body{
    min-width: 320px;
    overflow-x: hidden;
    font-family: -apple-system,Roboto,Tahoma,Arial,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background: #20242D;
    color: #FFF;
}

.post-link{
    display: block;
    padding: 15px;
    font-weight: bold;
    color: #000;
    background: #3077F7;
    margin: 10px auto;
    width: auto;
    max-width: 320px;
    text-align: center;
}

.post-link:hover{
    background: #219A19;
}

.breadcrumbs{
    padding: 15px;
    background: #057BFB;
}

.breadcrumbs a:hover{
    text-decoration: underline;
}

.wp-pagenavi{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.wp-pagenavi span{
    margin-right: 10px;
    width: 38px;
    height: 38px;
    background: #883FEB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFF;
}

.wp-pagenavi a{
    margin-right: 10px;
    color: #fff;
}

.wp-pagenavi a:hover{
    color: #251b45;
}

.sidebar{
    margin-top: 15px;
    padding: 10px;
    background: #191D24;
}

.sidebar-title{
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.latest-posts{
    margin-bottom: 10px;
}

.latest-posts a{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #083DFD;
}

.sidebar-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-buttons a{
    width: calc(50% - 5px);
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.sidebar-buttons a:hover{
    opacity: 1;
}

.sidebar-buttons a:nth-child(odd){
    background: #1070e3;
}

.sidebar-buttons a:nth-child(even){
    background: #883feb;  
}

/*_____________________________________________________________________*/

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    flex-wrap: wrap;
    border-bottom: 1px solid #262c39;
    padding-top: 10px;
}
.header__logo {
    padding-left: 15px;
}
.header__logo svg {
    width: 61.5833px;
    height: 40px;
}
.header__links {
    display: flex;
    align-items: center;
    padding-right: 15px;
    width: calc(100% - 92px);
    justify-content: flex-end;
}
.header__links a {
    padding: 9px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: 0 !important;
}
.header__links a:nth-child(1) {
    color: #6b768a;
    border: 1px solid hsla(0, 0%, 100%, 0.08);
    margin-right: 5px;
}
.header__links a:nth-child(2) {
    background: #3077F7;
}
.header__links a:hover {
    background: #3077F7;
    color: #000;
}
.header__nav {
    border-top: 1px solid #262c39;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
}
.header__nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: space-evenly;
}
.header__nav a {
    color: #fff;
}
@media screen and (min-width: 600px) {
    .header {
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }
    .header__logo {
        order: 1;
    }
    .header__links {
        width: auto;
        order: 3;
    }
    .header__nav {
        width: calc(100% - 300px);
        border: none;
        margin: 0;
        padding: 0;
        order: 2;
    }
    .header__nav ul {
        justify-content: start;
        padding-left: 15px;
    }
    .header__nav a {
        margin: 0 10px;
    }
    .header__nav a:hover {
        text-decoration: underline;
    }
}

/*_____________________________________________________________________*/

header#tophead {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    background: #1C2028;
}
.home-link img {
    width: 62px;
    height: 40px;
}
#tophead nav {
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
}
#tophead nav a {
    margin: 0 10px;
}
#tophead nav a:hover {
    color: #3077F7;
}
.pushme {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pushme a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #1d1630;
}
.pushme .download {
    border-color: #2f2840;
    color: #6a7284;
}
.pushme .register {
    color: #FFF;
    background: #3077F7;
}
.pushme a:hover {
    background: #3077F7;
    color: #000;
}
@media screen and (min-width: 370px) {
    header#tophead {
        flex-direction: row;
        justify-content: space-between;
    }
    .pushme {
        margin: 15px 0;
    }
}
@media screen and (min-width: 635px) {
    .pushme {
        margin: 0;
        width: 240px;
    }
    .pushme a {
        width: auto;
        margin-left: 10px;
    }
    #tophead nav {
        font-weight: 400;
        padding-left: 15px;
    }
}

/*_____________________________________________________________________*/
  

 
.pokies {
    max-width: 1180px;
    padding: 10px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.pokie {
    margin-bottom: 10px;
}
.pokie-row {
    position: relative;
    border-radius: 6px;
}
.pokie-row img {
    width: 100%;
    border-radius: 6px;
}
.pokie-col {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
}
.pokie-row:active .pokie-col,
.pokie-row:focus .pokie-col,
.pokie-row:hover .pokie-col {
    visibility: visible;
    opacity: 1;
}
.pokie-play-demo {
    background: #1070e3;
    color: #fff;
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    margin-top: 5px;
    border-radius: 10px;
}
.pokie-play-real {
    background: #b73045;
    color: #fff;
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    border-radius: 10px;
}
.pokie-play-demo:hover,
.pokie-play-real:hover {
    background: #833ee4;
}
.pokie-name {
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;
}
@media screen and (min-width: 600px) {
    .pokies {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .pokie {
        width: calc(50% - 10px);
    }
}
@media screen and (min-width: 980px) {
    .pokies {
        justify-content: start;
    }
    .pokie {
        width: calc(25% - 10px);
        margin-right: 13px;
    }
    .pokie:nth-child(4n) {
        margin-right: 0;
    }
}
 

.dark-footer.skin-dark-footer{
    padding: 15px;
    margin: auto;
    max-width: 1250px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    line-height: 14px;
}

.dark-footer.skin-dark-footer ul{
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: center;
}

.footer-middle{
    width: 60%;
}

.skin-dark-footer-text{
    color: #FFF;
}

.footer-middle-menu-primary{
    color: #4986F5;
    list-style-type: square;
    list-style-position: inside;
    font-size: 12px;
    padding: 10px 0;
}

.footer-middle-menu-primary li{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.footer-middle-menu-primary li:before{
    content: '•';
    margin-right: 3px;
}

.footer-middle-menu-primary a{
    font-size: 11px;
    color: rgba(255,255,255,.4);
}

.footer-middle-menu-secondary{
    color: rgba(255,255,255,.4);
    display: flex;
    list-style: none;
}

.footer-middle-menu-secondary li{
    margin-right: 10px;
}


.footer-middle-menu-primary a:hover,
.footer-middle-menu-secondary a:hover{
    text-decoration: underline;
}

.footer-middle-2{
    width: 40%;
}

.skin-dark-footer-copy{
    text-align: right;
    color: rgba(255,255,255,.4);
}

.skin-dark-footer-act{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.sking-dark-btn-1{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #6A6677;
    color: #6a6677;
    border-radius: 5px;
    margin: 0 10px;
}

.sking-dark-btn-1:hover{
    color: #000;
    background: #6a6677;
}

.sking-dark-btn-2{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #083DFD;
    background: #083DFD;
    color: #fff;
    border-radius: 5px;
}

.sking-dark-btn-2:hover{
    color: #deb32c;
    background: none;
}

.skin-logo-dark-footer{
    height: 32px;
}

@media screen and (max-width: 768px) {
    .dark-footer.skin-dark-footer{
        flex-direction: column;
    }
    .footer-middle,
    .footer-middle-2,
    .skin-dark-footer-copy{
        width: 100%;
        text-align: center;
    }
    .dark-footer.skin-dark-footer ul,
    .skin-dark-footer-act{
        justify-content: center;
    }
    .footer-middle-2{
        display: flex;
        flex-direction: column;
    }
    .skin-dark-footer-copy{
        order: 2;
        margin-top: 10px;
    }
}

.wrapper-sidebar{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wrapper-post{
    padding: 15px;
    margin-bottom: 15px;
}


@media screen and (min-width: 1024px) {
    .wrapper-sidebar{
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        max-width: 1250px;
        margin: 15px auto;
    }
    .wrapper-post{
        padding: 15px;
        max-width: 1250px;
        margin: auto;
    }
    .wrapper-sidebar .wrapper-post{
        width: calc(100% - 300px);
        margin: 0;
    }

    .wrapper-sidebar .sidebar{
        width: 300px;
    }
    .dark-footer.skin-dark-footer ul{
        flex-direction: row;
    }
}

.welcome-offer{
    background: #FB4F05;
    background-image: url(i/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 100%;    
    max-width: 1200px;  
    padding: 25px 10px;
    margin: 15px auto;  
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: flex-start;
    color: #FFF;
}

 
.welcome-offer span{
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0,0,0,.26);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.welcome-offer b{
    padding: 7px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}


.welcome-banner{
    background: #057BFB;
    background-image: url(i/banner_king.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 100%;    
    max-width: 1200px;  
    padding: 25px 10px;
    margin: 15px auto;  
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: flex-start;
    color: #FFF;
}

 
.welcome-banner span{
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0,0,0,.26);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.welcome-banner b{
    padding: 7px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}

.theposts{max-width:1200px;width:100%;padding:0 15px;margin:15px auto}.thepost{display:flex;justify-content:space-between;align-items:flex-start;padding:10px;border-radius:10px;background:#251b45;margin-bottom:10px}.thepost img{width:25%;border-radius:10px}.thepost-cnt{width:calc(75% - 10px)}.thepost-cnt span{font-size:22px;font-weight:700;color:#fff}.thepost-cnt p{color:#ccc}.thepost-cnt a{display:block;background:#fdcd2d;color:#000;text-align:center;padding:10px 20px;border-radius:5px;max-width:150px}@media screen and (max-width:558px){.thepost{flex-direction:column}.thepost img,.thepost-cnt{width:100%}}