/*!
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: #464b5b;
	font-style: normal;
    line-height: 1.6;
	background: #fff;
	padding:0;margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
	color: #1f2128;
	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: 768px) {
    .cctable {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .cctable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/* Links
--------------------------------------------- */
a {
	color: #2f2fde;
	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:#2f2fde;}
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: #2f2fde;
}


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


.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;}
.home .header-area {border-bottom:1px solid #cfd3e3;}
a.lb1 {padding:8px 30px;font-weight:700;text-align:center;color:#000;border:2px solid #ffc400;}
a.lb2 {padding:10px 30px;font-weight:700;text-align:center;color:#000;background:#ffc400;}
a.lb3 {padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#c700cb;}
a.lb4 {padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#f29d4e;}

.inner-banner {margin:30px 0;background:url(/wp-content/uploads/2022/03/priz.jpg) no-repeat;height:300px;background-size:cover;}
@media (max-width:991px) {
.inner-banner {height:200px;}
}
@media (max-width:500px) {
.inner-banner {height:150px;}
}
.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:#1f2128;margin:0 0 15px;}
.home h3 {font-size:18px;}
.postslist {background:#f3f5fc;margin-bottom:30px;}
.postslist img {width:100%;}
a.news-link {display:block;padding:12px 15px 15px;font-weight:700;font-size:16px;line-height:1.3;}
.slotslist {background:#000;position:relative;margin-bottom:30px;text-align:center;}
.slotslist span {color:#fff;}
.slotshidden {width:100%;position:absolute;left:0;top:15%;display:none;}
.slotslist:hover .slotshidden {display:block;}
.slotslist img {width:100%;}
.slotslist:hover img {opacity:0.2;}
.slotshidden a.lb3 {display:block;padding:6px;margin:10px auto;max-width:160px;}
.slotshidden a.lb1 {display:block;padding:6px;margin:0 auto;max-width:160px;color:#fff;}
.inner-about ul, .inner-about ol {list-style:none;}
.inner-about ul::after {
  display: block;
clear: both;}
.inner-about {padding-bottom:30px;}
.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%;}
.inner-about ul:nth-of-type(4) li {width:20%;}
.inner-about ul li:last-child {padding-bottom:15px;}
.inner-about ul li:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;background:#2f2fde;}
.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 #dde6ea;color:#000;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";}
.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: #2f2fde;}
.footer-bg {text-align:center;padding:30px 0 20px;background:#f3f5fc;}
.copyright-wrap {font-size:13px;}
.copyright-wrap p {opacity:0.6;}
.link-box-2 {padding:30px 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:#f3f5fc;padding:15px 0;}
.breadcrumb-area h1 {margin:0;font-size:23px;} 
.breadcrumbs {font-size:14px;}
.inner-blog {padding:30px 0;}
#secondary {padding:15px;background:#f3f5fc;height:100%;}
.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 #c700cb;padding:0 0 0 15px;clear:both;}
.widget-title {font-size:20px;color:#1f2128;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:#1f2128;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 {font-weight:700;color:#fff;padding:5px 10px;margin-right:4px;background: #2f2fde;}
.wp-pagenavi a {font-weight:700;color:#000;background: #f3f5fc;padding:5px 10px;margin-right:4px;}
.wp-pagenavi a:hover {color:#fff;background: #2f2fde;}
.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.cc {background:#2f2fde;text-align:center;padding:8px;font-weight:700;color:#fff;display:block;max-width:170px;margin:10px auto 20px;}

@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%;}
.inner-about ul:nth-of-type(4) li {width:100%;}
}
@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%;}

}

/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/
.featured-slider {
	
	position:relative;
	background:url(/wp-content/uploads/2023/06/welcome-1.jpg) no-repeat;
	background-size:cover;
	height:394px;

 margin-bottom:30px;
	
}
.featured-slider .promo_banner {position:relative;z-index:9;}
.overslide {position:absolute;left:0;top:0;width:100%;height:100%;}
.welcome {padding-top:50px;}
.welcome span.wls {color:#fff;display:block;font-weight:700;font-size:25px;}
.welcome_title {color:#fff;font-weight:700;font-size:45px;}
.welcome a.nb2 {filter: drop-shadow(0 0 20px rgba(255,239,95,.36));margin-top:40px;display:block;max-width:200px;text-align:center;}
@media (max-width:2110px) {
.featured-slider {background-position:40% 0;}
}
@media (max-width:1800px) {
.featured-slider {background-position:60% 0;}
}
@media (max-width:1460px) {
.featured-slider {background-position:70% 0;}
}
@media (max-width:1199px) {
.featured-slider {background-position:50% 0;}
}
@media (max-width:767px) {
	.welcome {height:auto;padding:30px 0;text-align:center;}
	.welcome a.nb2 {margin:15px auto;}
}
@media (max-width:370px) {
.welcome {text-align:center;}
.welcome_title {font-size:35px;}
}
.home section h2, .home section h1 {font-size:23px;font-weight:700;text-transform:uppercase;}

.container, .h_wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .h_wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .h_wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .h_wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .h_wrapper {
    max-width: 1140px;
  }
}

a.nb1 {text-transform:uppercase;padding:8px 28px;
color: #000;
border-radius:10px;
border:2px solid #ffc400;
text-align:center;
font-weight:700;
}
a.nb2 {
text-align:center;
text-transform:uppercase;padding:10px 30px;
border-radius:10px;
background:#ffc400;
color: #000;
font-weight:700;
}
a.nb3 {
text-align:center;
text-transform:uppercase;padding:10px 30px;
border-radius:10px;
background:#2f2fde;
color: #fff;
font-weight:700;
}
a.nb4 {
text-align:center;
text-transform:uppercase;padding:10px 30px;
border-radius:10px;
background:#c700cb;
color: #fff;
font-weight:700;
}
a.nb1:hover {border:2px solid #ffa300;}
a.nb2:hover {background:#ffa300;}
a.nb3:hover {background:#6e6ee9;}
a.nb4:hover {background:#ff00ff;}
#secondary a.nb3, #secondary a.nb4 {display:block;}
#secondary a.nb3 {margin-bottom:15px;}

.navbar-ad-section a.nb1 {margin-right:15px;}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.promo_section {margin:0 0 15px;text-align:center;background:#fe63ff;color:#fff;padding:15px;font-weight:700;border-radius: 10px;}
.promo_banner {display:inline-block;margin:40px 0 0;color:#fff;padding:15px;background:rgba(0,0,0,0.2);font-weight:700;border-radius: 10px;text-align:center;}

span.promocode { 
position:relative;
margin-right:25px;
color:#ffc400;
font-weight:700;
text-decoration:none!important;
cursor:pointer;
}
span.promocode:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/bonus/assets/img/copy.svg);
    mask: url(/wp-content/themes/bonus/assets/img/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffc400;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.promotop, .promo-top {text-align:center;padding:15px;background:#2f2fdf;color:#fff;font-weight:700;}
.promo-top {position:fixed;left:0;top:0;right:0;z-index:99;-webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.75);