/*
Theme Name: oxb
Text Domain: oxb

*/


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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



img {
    max-width: 100%;
    height: auto;
    border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

figure {
  margin: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}


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



a {
  color: #2dc53a;
  text-decoration: none;
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline: 0;border: none;text-decoration: none;
  color: #fff;
}

/* Typography */
/* --------------------------------------- */

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




h1 {
  font-size: 26px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 16px;
}

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

p {
    margin: 0 0 15px;
}


blockquote {
font-style:italic;font-size:18px;
padding:0 0 0 15px;
margin:0 0 15px;
border-left:4px solid #cbfe02;
}


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

b,
strong {
  font-weight: bold;
}



address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;

  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var,
samp {

  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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



dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

@media only screen and (max-width: 479px){
  h1, .h1{
    font-size: 28px;
  }
}

/* Accessibility */
/* --------------------------------------- */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
 
  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. */
}

/* Forms */
/* --------------------------------------- */

form {
  position: relative;
}

input {
  outline: 0;
  border: 1px solid #dddddd;
  height: inherit;
  color: #333333;
  font-size: 16px;
  padding: 8px 15px;
  line-height: normal;
}

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

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

button,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
 
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px 11px;

  -webkit-appearance: button;
  cursor: pointer;
  vertical-align: top;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: none;
  background-color: #F7F7F7; 
  box-sizing: border-box;
  padding: 10px;
}
input:hover, input:focus, input:active, textarea:hover, textarea:active, textarea:focus {border: none;box-shadow:none!important;outline:0!important;}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search-form input {width:100%;}
.search-form {margin:0 0 20px;}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  width: 100%;
  max-height:130px;
}

optgroup {
  font-weight: bold;
}
select:focus{
  outline: none;
}
/* Placeholder */
/* --------------------------------------- */

::-webkit-input-placeholder {
  color: #919191;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #919191;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #919191;
}
:-ms-input-placeholder {
  color: #919191;
}

/* Button */
/* --------------------------------------- */

button {
 
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
  border: none;
  overflow: visible;
}

/* Clearings */
/* ----------------------------------------------- */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Table */
/* ----------------------------------------------- */



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


th,
td {
padding:10px 15px;
border:1px solid rgba(255,255,255,0.07);
}

@media screen and (max-width: 767px) {
    .xtbl {
        width: 100%;
        overflow: auto!important;
      border:1px solid rgba(255,255,255,0.07);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .xtbl table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
del {
  opacity: 0.8;
}
dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
  margin-left: 0;
}
dd a{
  text-decoration: underline;
}

/* ====================================================== */
/* 3 Header */
/* --------------------------------------- */

/* Header Top Bar */
/* ----------------------------------------------- */


.site-branding{

  margin: 0;
 padding:15px 0;

 
}

.main_menu {background:#202020;}

@media only screen and (max-width: 1170px){
  .site-branding{
      width: 100%;
      margin: 0 auto;
       
  }
}

@media only screen and (max-width: 767px){
  .site-branding{
    text-align: center;
  }
}


/* header-nav-bar */
/* ----------------------------------------------- */

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;

} 

.main-navigation .nav-menu{
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1170px){
  .main-navigation .nav-menu{
      width: 100%;
      margin: 0 auto;
      padding: 0; 
  }
}





/* Small menu. */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-toggle {
    border: 1px solid #cccccc;
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }



  .main-navigation{
    background: transparent;
  }

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 47%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 47%;
}

/* ====================================================== */
/* Sidebar */
/* --------------------------------------- */
.main-content {margin:30px 0;}
.mainfooter {padding:15px;text-align:center;background:#151515;}
.sub_footer {padding:15px;text-align:center;}
.mainfooter a {color: #999;}
.mainfooter a:hover {color: #fff;}
.mainfooter .widget ul {list-style:none;margin:0;}
.mainfooter .widget ul li {display:inline-block;margin:0 15px 5px;}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.wp-caption {max-width:100%;margin-bottom:15px;}
.wp-caption-text {margin:0;padding:6px 0 0;text-align:center;font-size:14px;font-style:italic;opacity:0.8;}
.single-post-thumbnail-img {
width:45%;float:left;margin-right:20px;margin-bottom:15px;
}
.single-post-thumbnail-img img {width:100%;}
.mh-logo img {max-width:100px;}

a.hb1 {color: #000;
  text-transform: uppercase;
  background: #ffd600;
  text-align: center;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 700;

}
a.hb2 {background: linear-gradient(135deg, #ff00e3 0%,#ff008c 100%);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 700;
}
.mainfooter_inner {padding:20px 0;}
.section-pst-banner {color:#fff;font-weight:700;padding:50px 0 0;margin:0 0 30px;position:relative;overflow:hidden;
background: url(/wp-content/uploads/2024/10/banner3.jpg) no-repeat center center;background-size:cover;height:350px;}
.section-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.section-pst-banner a.hb2 {display:block;max-width:200px;padding:10px;margin:30px 0;}
.section-pst-banner a.hb1 {display:none;max-width:200px;padding:10px;margin:15px auto;}
.pst-txt {text-transform:uppercase;font-weight:400;}
.pst-bns {font-size:27px;}
.pst-bns span {color:#2dc53a;}
.pst-prm {display:inline-block;position:relative;z-index:9;}
.pst-prm span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #ffbb2c;
}

.pst-prm span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/oxb/images/copy.svg);
    mask: url(/wp-content/themes/oxb/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffbb2c;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}

@media (max-width:767px) {
.section-pst-banner {height:auto;padding:30px 15px;text-align:center;}
.pst-bns {font-size:25px;}
.section-pst-banner a.hb2 {margin:15px auto;}
.section-pst-banner a.hb1 {display:block;}
.home .hbtn, .home .main_menu {display:none;}
}
@media (max-width:80px) {
.section-pst-banner {height:200px;}
}
.pst-block-row {margin:0 -15px;}
.pst-block-3 {width:25%;padding:0 15px;float:left;}

.section-pst-text {padding:0 0 30px;}
.section-pst-text a {padding:10px;background: #2dc53a;
text-align:center;
font-weight:700;
color: #fff;margin:15px auto;display:block;max-width:240px;
border-radius:4px;}
.pst-block {background:#202020;margin-bottom:30px;}
.pst-block img {width:100%;}
.pst-block-title {padding:10px 15px 15px;min-height:85px;}
.pst-block-title a {font-weight:700;display:block;line-height:1.3;font-size:16px;}
.pst-slots {text-align:center;position:relative;margin-bottom:30px;background:#000;} 
.pst-slots img {width:100%;}
.pst-slots:hover img {opacity:0.3;}
.pst-slot-btn {position:absolute;left:0;top:30%;width:100%;display:none;}
.pst-slots:hover .pst-slot-btn {display:block;}
.pst-slots a.hb2 {display:block;font-size:15px;padding:7px;max-width:170px;margin:10px auto;}
a.demo-link {font-weight:700;text-transform:uppercase;font-size:15px;color:#fff;}
.pst-slots span {font-size:15px;}
.fbtn {padding:15px 0 30px;}
.fbtn a.hb1, .hbtn a.hb1 {margin-right:15px;}
.sub_footer {font-size:14px;}
.sub_footer ul {list-style:none;margin:0 0 5px;padding:0;}
.sub_footer ul li {display:inline-block;margin:0 10px 5px;}
.sub_footer p {margin:0;}
.hbtn {text-align:right;padding-top:4px;}
.breadcrumbs {font-size:14px;}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content ul, .post-content ol, .post-content blockquote, .post-content p {clear:both;}
 .post-content p:first-of-type {clear:none;}
.sbbtn a {display:block;}
.sbbtn a.hb1 {margin-bottom:15px;}
#sidebar {background:#151515;padding:15px;height:100%;}
.h2.title-4 {font-size:20px;}
#sidebar ul {margin:0 0 30px;list-style:none;}
#sidebar ul li {margin-bottom:10px;}
#sidebar ul li a {display:block;font-weight:700;line-height:1.3;}
p.form-submit {margin:0;}
#comments input[type="submit"] {border-radius:4px;border:none;background:#2ab931;color:#fff;font-weight:700;padding:10px 20px;}
#comments input[type="submit"]:hover {border:none;background:#2ab931;}
#comments label {font-weight:400;opacity:0.7;font-size:13px;}
.list .post-content {padding-bottom:15px;}
.h3.title-6 a {font-size:17px;display:block;line-height:1.3;margin-bottom:10px;}
.h3.title-6 {margin:0;}
.pst-block-head h1 {font-size:24px;}
.pst-block-head {border-bottom:1px solid rgba(255,255,255,0.06);margin-bottom:15px;}
.nav-links a, .nav-links span {background:#242424;color:#fff;padding:4px 10px;margin-right:5px;font-weight:700;}
.nav-links a:hover, .nav-links span.current {background:#e26700;color:#fff!important;}
.taxonomy-description {padding-top:20px;clear:both;}
.no-results b {font-size:20px;margin:0 0 15px;}
.error-404 {padding:100px 0;text-align:center;}
ol.comment-list {margin:0;list-style:none;}
ol.comment-list ol {margin:0;list-style:none;padding-left:30px;}
.comment-head img {float:left;margin-right:15px;}
.comment-date {opacity:0.7;font-size:13px;}
.comment-content {padding-bottom:20px;}
a.comment-reply-link {font-weight:700;}
.h2.comments-title, .comment-reply-title {font-weight:700;font-size:20px;margin:0 0 15px;color:#fff;}
#comments {border-top:1px solid rgba(255,255,255,0.06);margin-top:10px;padding-top:20px;}
.list-dev-cat ul {margin:5px 0 5px;}
.list-dev-cat ul li {margin-right:10px;margin-bottom:15px;display:inline-block;}
.list-dev-cat ul li a {padding:7px 15px;background:#2ab931;color:#fff;border-radius:4px;}
.list-dev-cat ul li a:hover {background:#2ab931;}
.post-content iframe {border:none;padding:0;width:100%;height:500px;}
.pst-block-btn {text-align:center;padding:30px 0;}
.home .pst-block img {width:100%;}
.home h1, .home h2, .home .h2 {font-size:24px;}
.home h3 {font-size:18px;}

.xbetcenter {text-align:center;padding:10px 0 20px;} 
.xbetcenter a {font-weight:700;padding:8px;color:#fff;background:#262f36;display:block;margin:0 auto;max-width:180px;}
@media (max-width:1199px) {
.post-content iframe {height:400px;}
}
@media (max-width:991px) {

#masthead {text-align:center;}
.hbtn {text-align:center;padding:30px 0 10px;}
#sidebar {margin-top:30px;}
.pst-block-3 {width:50%;}
}
@media (max-width:767px) {
.single-post-thumbnail-img {width:100%;margin-right:0;}
.post-content iframe {height:300px;}

}
@media (max-width:500px) {
.pst-block-3 {width:100%;}
.post-content iframe {height:250px;}
.pst-block-title {min-height: auto;}
}
@media (max-width:400px) {
.post-content iframe {height:200px;}
.hbtn a, .fbtn a {display:block;}
.hbtn a.hb1, .fbtn a.hb1 {margin-right:0;margin-bottom:15px;}
}