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

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

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


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


main {
	display: block;
}


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

a {
	background-color: transparent;
}


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


b,
strong {
	font-weight: 700;
}


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


small {
	font-size: 80%;
}


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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


img {
	border-style: none;
}


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


button,
input {
	overflow: visible;
}


button,
select {
	text-transform: none;
}


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


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


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


progress {
	vertical-align: baseline;
}


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


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


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


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


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


::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


details {
	display: block;
}


summary {
	display: list-item;
}


template {
	display: none;
}


[hidden] {
	display: none;
}


*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
	font-style: normal;
    line-height: 1.6;
	background: #1b2038;
	padding:0;margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
	color: #fff;
	margin:0 0 15px;
	padding:0;
	line-height:1.3;
	font-weight: 700;
	
}
h1 {font-size:29px;}
h2 {font-size:26px;}
h3 {font-size:23px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
p {
	margin: 0 0 15px;
}

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



address {
	margin: 0 0 1.5em;
}



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

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


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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}
ul, ol {margin:0 0 15px 15px;padding:0;}

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

table {
	margin: 0 0 15px;
	border-collapse: collapse;
	
	width: 100%;
	
	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;}
@media screen and (max-width: 767px) {
    .otable {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);;
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .otable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/* Links
--------------------------------------------- */
a {
	color: #3ab1f3;
	text-decoration:none;
}

a:hover {
	color: #fff;
	text-decoration:none;
}


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

input, textarea {background:#fff;padding:10px;border:1px solid rgba(0,0,0,0.2);border-radius:0;}
input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active {box-shadow:none;outline:0;}
#comments input[type="submit"] {border:none;padding:10px 20px;color:#fff;font-weight:700;background:#3ab1f3;border-radius:30px;}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}




.site-header{
	padding: 20px 0;
}



.main-navigation .toggle-button {
    display: none;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.main-navigation ul li {
   
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
}

.main-navigation ul li a {
    color: #fff;
    padding: 15px;
 
}

.main-navigation ul li a:hover {
    color: #3ab1f3;
}


.main-navigation {
    order: 2;
    display: flex;
    flex: auto;
    justify-content: center;
}





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


/* 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 {
   padding:6px 0 0;font-size:14px;font-style:italic;opacity:0.8;
}

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


.bypostauthor {
    display: block;
}


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




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



.mean-container a.meanmenu-reveal span {
    background: no-repeat;
    display: block;
    height: 3px;
    margin-top: 3px;
    border-top: 3px solid #002e5b;
}



hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.header-area {padding:15px 0;background:#111525;}
a.lb1 {border-radius:30px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#25ac33;}
a.lb2 {border-radius:30px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#ff3a75;}
a.lb3 {border-radius:10px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#c700cb;}
a.lb4 {border-radius:10px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#f29d4e;}

.inner-banner {border-bottom:4px solid #6e7081;position:relative;padding:50px 0 0;width:100%;overflow:hidden;margin:0 0 30px;background:url(/wp-content/uploads/2024/01/bonus2.jpg) no-repeat center center;height:320px;background-size:cover;}
.inner-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.banner-bonus {color:#fff;font-weight:700;font-size:22px;text-transform:uppercase;}
.banner-new {color:#fff;font-weight:700;}
.inner-banner a.lb2 {display:block;margin:30px 0;padding:10px;max-width:200px;}
.inner-banner a.lb1 {display:none;margin:15px auto;padding:10px;max-width:200px;}
.banner-promo2 {color:#fff;font-weight:700;display:inline-block;position:relative;z-index:9;} 
.banner-promo2 span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #ff3a75;
}

.banner-promo2 span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/bonus/images/copy.svg);
    mask: url(/wp-content/themes/bonus/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff3a75;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1199px) {
.inner-banner {height:240px;padding:15px 0 0;}
}

@media (max-width:767px) {
.inner-banner {height:auto;padding:30px 15px; text-align:center;background: linear-gradient(to bottom,  #c49e3b 0%,#4c4437 100%);}
.inner-banner a.lb2 {margin:15px auto;}
.inner-banner a.lb1 {display:block;}
.inner-overlay, .home .main-navigation, .home .link-box-1 {display:none;}
}
.link-box-1 {text-align:right;}
.link-box-1 a.lb1 {margin-right:10px;}
.inner-title, .home h2, .home h1 {font-weight:700;font-size:22px;color:#fff;margin:0 0 15px;}
.home h3 {font-size:18px;}
.postslist {background:#2e2d6a;margin-bottom:30px;border-radius:10px;overflow:hidden;}
.postslist img {width:100%;}
a.news-link {display:block;padding:12px 15px 15px;font-weight:700;font-size:16px;line-height:1.3;}
.slotslist {position:relative;margin-bottom:30px;text-align:center;border-radius:10px;overflow:hidden;}
.slotslist span {color:#fff;}
.slotshidden {width:100%;position:absolute;left:0;top:13%;display:none;}
.slotslist:hover .slotshidden {display:block;}
.slotslist img {width:100%;}
.slotslist:hover img {opacity:0.2;}
.slotshidden a.lb2 {display:block;padding:8px;margin:10px auto;max-width:180px;}
.slotshidden a.lb1 {display:block;padding:6px;margin:0 auto;max-width:180px;}
.inner-about {padding:0 0 30px;}

.img-footer-wrap img {max-width: 105px;max-height: 36px;margin:10px 15px;}
.img-footer-wrap {padding:30px 0 20px;}
.footer-center {padding:0 15px 20px;}
.footer-center ul {margin:0;list-style:none;}
.footer-center ul li {display:inline-block;margin:0 10px 5px;}
.footer-center ul li a {font-size:16px;font-weight:700;color: #fff;}
.footer-center ul li a:hover {color: #3ab1f3;}
.footer-bg {text-align:center;background:#171b2f;padding:30px 0 20px;}
.copyright-wrap {font-size:13px;}
.copyright-wrap p {opacity:0.7;}
.link-box-2 {padding:30px 0 0;}
.link-box-2 a.lb1 {margin-right:10px;}
.copyright-wrap ul {list-style:none;margin:0 0 10px;}
.copyright-wrap ul li {margin:0 10px 5px;display:inline-block;}

.inner-slots {margin-top:30px;}
.breadcrumb-area {background:#171b2f;padding:15px 0;}
.breadcrumb-area h1 {margin:0;font-size:23px;} 
.breadcrumbs {font-size:14px;}
.inner-blog {padding:30px 0;}
#secondary {padding:15px;background:#171b2f;height:100%;border-radius:10px;}
#secondary .widget {margin-bottom:30px;}
.image-part {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.image-part img {width:100%;}
.blog_town_detail_content ul, .blog_town_detail_content ol, .blog_town_detail_content blockquote, .blog_town_detail_content p {clear:both;}
.blog_town_detail_content p:first-of-type {clear:none;}
blockquote {margin:0 0 15px;font-size:17px;font-style:italic;border-left:4px solid #9c45db;padding:0 0 0 15px;color:#fff;}
.widget-title {font-size:20px;color:#fff;font-weight:700;margin:0 0 15px;}
#secondary ul {list-style:none;margin:0 0 25px;}
#secondary ul li {margin-bottom:10px;}
#secondary ul li a {font-weight:700;display:block;line-height:1.3;}
.link-box-3 a {display:block;}
.link-box-3 a.lb2 {margin-bottom:15px;}
.blog_town_detail_content a {font-weight:700;}
.comments-title, .comment-reply-title {font-weight:700;color:#fff;margin:0 0 15px;font-size:20px;}
ol.comment-list {margin:0;list-style:none;}
ol.comment-list ol {margin:0;list-style:none;padding-left:30px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.6;}
a.comment-reply-link {font-weight:700;}
.comment-content {padding-bottom:20px;}
#comments label {display:block;font-size:13px;opacity:0.7;}
.blog_town_single_post-thumb {width:45%;float:left;margin-right:15px;}
.blog_town_single_post-thumb img {width:100%;}
.blog_town_single_content {margin-bottom:30px;}
a.post-link {display:block;font-weight:700;font-size:17px;line-height:1.3;margin-bottom:10px;}
.wp-pagenavi span {border-radius:3px;font-weight:700;color:#fff;padding:5px 10px;margin-right:4px;background: #3ab1f3;}
.wp-pagenavi a {border-radius:3px;font-weight:700;color:#fff;background: #2e2d6a;padding:5px 10px;margin-right:4px;}
.wp-pagenavi a:hover {color:#fff;background: #3ab1f3;}
.search-form label, .search-form input {width:100%;max-width:100%;display:block;}
.search-form input[type="submit"] {display:none;}
.page404 {text-align:center;padding:100px 0 60px;}
.taxonomy-description {padding-top:20px;}
.blog_town_detail_content iframe {width:100%;height:450px;padding:0;border:none;}
.blog_town_btn {text-align:center;padding:30px 0;}
.x-side {text-align:center;padding:10px 0 20px;}
.x-side a {border:1px solid #006de7;padding:7px 20px;font-weight:700;color:#000;}

@media (max-width:1199px) {
.slotshidden {top:7%;}
.blog_town_detail_content iframe {height:400px;}
}
@media (max-width:991px) {

.header-area {text-align:center;}
.link-box-1 {padding:15px 0 25px;text-align: center;}
.main-navigation ul {margin:15px 0 10px;}
.main-navigation ul li {padding:0 10px 5px;}
.main-navigation ul li a {padding:0;}
.logo {padding:10px 0 0;}
#secondary {margin-top:30px;height:auto;}
.slots .col-lg-3, .inner-slots .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.slotshidden {top:20%;}

}
@media (max-width:767px) {
.blog_town_detail_content iframe {height:300px;}
.image-part {width: 100%;margin-right: 0;}
.blog_town_single_post-thumb {width: 100%;margin-right: 0;margin-bottom:15px;}
.slotshidden {top:10%;}
}
@media (max-width:500px) {
.slots .col-lg-3, .inner-slots .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.slotshidden {top:25%;}
.blog_town_detail_content iframe {height:250px;}
}
@media (max-width:370px) {
.blog_town_detail_content iframe {height:200px;}
.slotshidden {top:20%;}
.link-box-1 a, .link-box-2 a {display:block;}
.link-box-1 a.lb1, .link-box-2 a.lb1 {margin-bottom:15px;margin-right:0;}
}
@media (max-width:300px) {
.slotshidden {top:15%;}

}