@charset "UTF-8";







body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, .5);
  background: #20242d;
}

.nav_menu {
  width: 90%;
  margin: 10px auto;
}

.nav_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }
.nav_menu li {
  list-style: none;
}

.nav_menu a {
  color: rgb(255, 157, 0);
  text-decoration: none;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 15px;
  color: #fff;
}

h1 {
  font-size: 30px;
}


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

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

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

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 17px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

p {
  margin: 0 0 15px;
  padding: 0;
}

img,
video {
  height: auto;
  max-width: 100%;
}

.content iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

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

}

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

@media screen and (max-width: 767px) {
  .isp {
    width: 100%;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.08);

    box-sizing: border-box;
    margin: 20px 0 20px;
  }

  .isp table {
    margin: 0 0 0 0 !important;
    border: none !important;
    border-radius: 0 !important;
  }
}

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

html {

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;

  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}



code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

a {
  color: #3077f7;

  text-decoration: none;
}

a:hover {
  color: #fff;
}

code {

  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {

  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

input,
textarea {
  border: none;
  padding: 10px;
  border-radius: 0;
}

textarea {
  width: 100%;
  height: 120px;
}

input:hover,
textarea:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
  border: none;
  outline: 0;
  box-shadow: none;
}

.search-form input {
  width: 100%;
  margin: 0 0 30px;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {

  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}


.container {

  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

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

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.title.is-4 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 700;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width:992px) {
  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

.header {
  padding: 10px 0 3px;
  background: #1c2028;
}

.navbar-brand img {
  max-width: 110px;
}

.navbar-menu {
  padding-top: 10px;
}

.top-ss {
  padding-top: 10px;
  text-align: right;
}

.navbar-menu ul {
  margin: 0;
  list-style: none;
}

.navbar-menu ul li {
  display: inline-block;
  margin-right: 20px;
}

.navbar-menu ul li:last-child {
  margin-right: 0;
}

.navbar-menu ul li a {
  font-size: 15px;
  color: #f1f1f4;
  text-transform: uppercase;
}

.navbar-menu ul li a:hover {
  color: #3077f7;
}

a.ss_1 {
  font-weight: 700;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  background: #d004fc;
}

a.ss_2 {
  font-weight: 700;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  background: #3077f7;
}

.section.banner {
  margin: 15px 0 30px;
  background: url(/wp-content/uploads/2022/12/banner.jpg) no-repeat;
  height: 280px;
  background-size: cover;
}


.footer {
  padding: 35px 0 15px;
  text-align: center;
  background: #1c2028;
}

.footer-menu ul {
  margin: 0;
  list-style: none;
}

.footer-menu ul li {
  display: inline-block;
  margin: 0 15px 7px;
}

.footer-menu ul li a {
  color: #828f9a;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.bottom-info {
  font-size: 13px;
}

.bottom-info ul {
  margin: 0 0 10px;
  list-style: none;
}

.bottom-info ul li {
  display: inline-block;
  margin: 0 10px 5px;
}

.footer-ss {
  padding: 30px 0;
}

.footer-images {
  margin: 10px 0 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(89, 89, 115, .2);
  border-bottom: 1px solid rgba(89, 89, 115, .2);
}

.footer-ss a.ss_1,
.top-ss a.ss_1 {
  margin-right: 10px;
}

.footer-images img {
  margin: 10px 15px;
  vertical-align: middle;
  filter: invert(1) opacity(.3);
}

.list-thumb {
  float: left;
  width: 45%;
  margin-right: 20px;
}

.content-thumb {
  float: left;
  width: 45%;
  margin-bottom: 15px;
  margin-right: 20px;
}

#sidebar {
  background: #1c2028;
  padding: 15px;
  height: 100%;
}

.section.wrapper {
  margin: 30px 0;
}

.list-content {
  padding-bottom: 20px;
}

.list-title a {
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}

.left-ss a {
  display: block;
}

.left-ss a.ss_1 {
  margin-bottom: 15px;
}

#sidebar ul {
  margin: 0 0 30px;
  list-style: none;
}

#sidebar ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#sidebar .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.breadcrumbs {
  font-size: 13px;
}

.pageheader h1 {
  font-size: 22px;
}

#sidebar ul li a {
  display: block;
  line-height: 1.3;
}

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  background: #2f3440;
  padding: 5px 10px;
  margin-right: 5px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #3077f7;
  color: #fff;
}

#comments input[type=submit] {
  background: #313640;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
}

.comments-title,
.comment-reply-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px;
  color: #fff;
}

.content ul,
.content ol,
.content blockquote,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p {
  clear: both;
}

.content p:first-of-type {
  clear: none;
}

ol.comment-list {
  list-style: none;
  margin: 0;
}

ol.comment-list ol {
  list-style: none;
  margin: 0;
  padding-left: 30px;
}

#comments label {
  display: block;
  font-size: 14px;
  opacity: 0.7;
  margin: 0 0 6px;
}

.comment-author img {
  float: left;
  margin-right: 15px;
}

.comment-date {
  font-size: 14px;
  opacity: 0.7;
}

.comment-content {
  padding-bottom: 20px;
}

a.comment-reply-link {
  font-weight: 700;
}

.slotgame {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 0 0 30px;
  text-align: center;
}

.slotgame span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.slotgame img {
  width: 100%;
  display: block;
}

.slotgame:hover img {
  opacity: 0.2;
}

.hiddenhover {
  position: absolute;
  left: 0;
  top: 22%;
  width: 100%;
  display: none;
}

.slotgame:hover .hiddenhover {
  display: block;
}

a.demo {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

a.demo:hover {
  border-bottom: 1px solid #fff;
}

.slotgame a.ss_1 {
  display: block;
  padding: 6px;
  margin: 10px auto;
  max-width: 170px;
  font-size: 15px;
}

.hometitle,
.home h1,
.home h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #fff;
}

.home h3 {
  font-size: 18px;
}

.section.about {
  padding-bottom: 30px;
}




.section.about ul {
  margin: 0 -15px 15px 0;
}

.section.about ul li,
.section.about ol li {
  position: relative;
}

.section.about ul li {
  padding-left: 17px;
  padding-right: 15px;
  width: 50%;
  float: left;
}

.section.about ul li:last-child {
  padding-bottom: 15px;
}

.section.about ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #01de1b;
}

.section.about ol li {
  padding-left: 40px;
  padding-bottom: 15px;
}

.section.about ol li:last-child {
  padding-bottom: 0;
}

.section.about ol li span {
  line-height: 1;
  padding-top: 3px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -4px;
  border-radius: 50%;
  border: 2px solid rgba(246, 105, 0, 1);
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.taxonomy-description {
  padding-top: 15px;
}

.content-btn {
  text-align: center;
  padding: 30px 0;
}

#cf_alert_div {
  display: none !important;
}

.error404-page {
  text-align: center;
  padding: 100px 0;
}

.center-link {
  text-align: center;
  padding: 10px 0 20px;
}

.center-link a {
  border-radius: 30px;
  font-weight: 700;
  color: #ffcf86;
  border: 1px solid #ffcf86;
  padding: 10px 20px;
}

.center-link a:hover {
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width:1199px) {
  .content iframe {
    height: 400px;
  }

  .hiddenhover {
    top: 17%;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .top-ss a.ss_1 {
    display: none;
  }
}

@media (max-width:991px) {
  .navbar-menu {
    padding: 10px 0;
  }

  .slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hiddenhover {
    top: 24%;
  }

  .header {
    text-align: center;
  }

  .top-ss {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 25px;
  }

  #sidebar {
    margin-top: 30px;
    height: auto;
  }
}

@media (max-width:767px) {
  .footer-images img {
    margin: 5px 7px;
    max-width: 100px;
  }

  .hiddenhover {
    top: 20%;
  }

  .list-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .content-thumb {
    width: 100%;
    margin-right: 0;
  }

  .content iframe {
    height: 300px;
  }


}

@media (max-width:500px) {
  .slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hiddenhover {
    top: 30%;
  }
}

@media (max-width:400px) {
  .content iframe {
    height: 250px;
  }

  .top-ss a,
  .footer-ss a {
    display: block;
  }

  .top-ss a.ss_1,
  .footer-ss a.ss_1 {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media (max-width:320px) {

  .hiddenhover {
    top: 25%;
  }
}