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

/* modal */
.glasspromo__overlay {
  position: fixed;
  inset: 0;
  background: rgba(12, 12, 18, 0.7);
  backdrop-filter: blur(6px);
  z-index: 1000;
}

.glasspromo__modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.glasspromo__shell {
  background: linear-gradient(145deg, #2e2e38, #3a3a4a);
  padding: 32px;
  border-radius: 24px;
  max-width: 460px;
  width: 90%;
  color: #f0f0f5;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  pointer-events: all;
	z-index:1000;
  animation: showModal 0.3s ease-out;
	text-align:center;
}

@keyframes showModal {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.glasspromo__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Ljk5OTk5IDUuNTg1MThMMi4wNTA4IDAuNjM1OTg2TDAuNjM2NTg1IDIuMDUwMkw1LjU4NTc3IDYuOTk5MzlMMC42MzUzNzYgMTEuOTQ5OEwyLjA0OTU5IDEzLjM2NEw2Ljk5OTk5IDguNDEzNkwxMS45NTAzIDEzLjM2MzlMMTMuMzY0NSAxMS45NDk3TDguNDE0MiA2Ljk5OTM5TDEzLjM2MzMgMi4wNTAyOUwxMS45NDkxIDAuNjM2MDc5TDYuOTk5OTkgNS41ODUxOFoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+") center / 13px no-repeat;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    z-index: 1002;
}

.glasspromo__close:hover {
    color: #ffffff;
}

.glasspromo__img {
  text-align: center;
	padding:10px 0;
  margin-bottom: 16px;
}
.glasspromo__img img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05);
}

.glasspromo__caption {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: #ffffff;
}

.glasspromo__message {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #d8d8e2;
  margin-bottom: 24px;
}

.glasspromo__button {
  display: inline-block;
  background: linear-gradient(135deg, #e31937, #ff5f5f);
  color: #fff;
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease;
}
.glasspromo__button:hover {
  background: linear-gradient(135deg, #ff5f5f, #e31937);
}
/* modalEnd */
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(0,0,0,0.8);
	font-style: normal;
    line-height: 1.6;
	background: #fff;
	padding:0;margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
	color: #000;
	margin:0 0 15px;
	padding:0;
	line-height:1.3;
	font-weight: 700;
	
}
h1 {font-size:24px;}
h2 {font-size:22px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:15px;}
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(0,0,0,0.1);
}

table th, table td {border:1px solid rgba(0,0,0,0.1);padding:10px 15px;}
@media screen and (max-width: 767px) {
    .btable {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .btable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/* Links
--------------------------------------------- */
a {
	color: #00a89d;
	text-decoration:none;
}

a:hover {
	color: #000;
	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:#7f8284;border-radius:10px;}
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: #000;
    padding: 15px;
 
}

.main-navigation ul li a:hover {
    color: #01a89d;
}


.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 {
    margin: 0.8075em 0;
}

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


.bypostauthor {
    display: block;
}

.logo img {max-width:180px;}
.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;}
a.lb1 {border-radius:10px;text-transform:uppercase;padding:8px 30px;font-weight:700;text-align:center;color:#000;border:2px solid #01a89d;}
a.lb2 {border-radius:10px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#01a89d;}
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;}
a.lb1:hover {background:rgba(1,168,157,0.06);border:2px solid #00948a;}
a.lb2:hover {background:#00948a;}
a.lb3:hover {background:#fa09ff;}
.inner-banner {position:relative;margin:0 0 30px;background:#542e89 url(/wp-content/uploads/2022/05/free.jpg) no-repeat right center;height:296px;padding:50px 0 0;}
.inner-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.itext {color:#fff;font-weight:700;font-size:40px;}
.bonus {color:#fff;font-weight:700;font-size:26px;}
.inner-banner span {display:block;max-width:200px;margin:30px 0 0;color:#000;background:#fff;border-radius:15px;text-align:center;padding: 10px;font-weight:700;}
.inner-banner span.b2 {display:none;margin:15px auto 0;}
@media (max-width:767px) {
.inner-banner {height:auto;padding:30px 0;background-image:none;text-align:center;}
.inner-banner span {margin:15px auto;}
.inner-banner span.b2 {display:block;}
#site-navigation, .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:#000;margin:0 0 15px;}
.home h3 {font-size:18px;}
.postslist {background:#f3f5fc;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:#000;}
.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-bottom:35px;}
.inner-about ul, .inner-about ol {list-style:none;}
.inner-about ul::after {
  display: block;
  clear: both;
  content: "";
}
/* promo */
.promo-code-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: linear-gradient(135deg, #FFD93D, #FF9F1C);
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 600;
  border-radius: 15px;
	gap:2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
  line-height: 1.2;
  text-align: center;
	z-index:1000;
}
.promo-code-badge strong{
	color:#fff;
}
.promo-code-badge:hover {
  background: linear-gradient(135deg, #FFEB75, #FFB347);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.promo-code-badge .label {
  font-size: 11px;
  opacity: 0.9;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.promo-code-badge .value {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
/* promoENd */
.inner-about ul li, .inner-about ol li {position:relative;}
.inner-about ul {margin:0 -15px 15px 0;}
.inner-about ul li {padding-left:15px;padding-right:15px;padding-bottom:5px;float:left;width:100%;}
.hero-offer-text{display:flex;align-items:center;gap: 10px;margin-top:10px;}
.inner-about ul li:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;background:#01a89d;}
.inner-about ol {margin:0 0 15px;}
.inner-about ol li {padding-left:38px;padding-bottom:15px;}
.inner-about ol li:last-child {padding-bottom:0;}
.inner-about ol li:before {content:"1";position:absolute;left:0;top:-3px;border-radius:50%;border:2px solid #e1eadd;color:#01a89d;font-weight:700;text-align:center;width:28px;height:28px;}
.inner-about ol li:nth-child(2):before {content:"2";}
.inner-about ol li:nth-child(3):before {content:"3";}
.inner-about ol li:nth-child(4):before {content:"4";}
.inner-about ol li:nth-child(5):before {content:"5";}
.inner-about ol li:nth-child(6):before {content:"6";}
.img-footer-wrap img {max-width: 105px;max-height: 36px;margin:10px 15px;}
.img-footer-wrap {padding:30px 0 20px;}
.footer-center {background:#f7f8fd;border-radius:10px;padding:20px 15px 40px;}
.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: #000;}
.footer-center ul li a:hover {color: #00a89d;}
.footer-bg {text-align:center;padding:0 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:#f7f8fd;padding:15px 0;}
.breadcrumb-area h1 {margin:0;font-size:23px;} 
.breadcrumbs {font-size:14px;}
.inner-blog {padding:30px 0;}
#secondary {padding:15px;background:#f7f8fd;height:100%;border-radius:10px;}
.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 #fdbd35;padding:0 0 0 15px;}
.widget-title {font-size:20px;color:#000;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:#000;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: #00a89d;}
.wp-pagenavi a {border-radius:3px;font-weight:700;color:#000;background: #f7f8fd;padding:5px 10px;margin-right:4px;}
.wp-pagenavi a:hover {color:#fff;background: #00a89d;}
.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;}
a.cbtn {font-weight:700;border-radius: 10px;padding:8px;text-align:center;display:block;max-width:180px;margin:10px auto 20px;background:#542e89;color:#fff;}

@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) {
	.container{
		text-align:center;
	}
	.hero-offer-text{justify-content:center;}
.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%;}

}