/*
 Theme Name:   mostbetbg
 Theme URI:    
 Description:  mostbetbg
 Author:       mostbetbg
 Author URI:   mostbetbg
 Template:     generatepress
 Version:      0.1
*/


h1 {
  font-size: 38px;
}

.wp-block-cover .wp-block-cover__inner-container,
.separate-containers .comments-area,
.kk-star-ratings.kksr-align-right{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.button, .wp-block-button .wp-block-button__link {
  padding: 4px 20px;
}

.secondary-navigation .main-nav ul li a,
.comment-content a,
a.generate-back-to-top{
background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
box-shadow: 0 10px 30px rgba(250,65,0,.4);
padding: 14px;
border-radius: 50px;
padding-left: 20px;
padding-right: 20px;
line-height: 14px!important;
margin-left: 10px;
text-transform: uppercase!important;
color: #fff;
font-size: 14px!important;
}
.comment-content a{
  margin: 0;
  text-decoration: none;
}
a.generate-back-to-top{
  padding: 0;
  padding-top: 4px;
  padding-bottom: 10px;
}
.secondary-navigation .main-nav ul li:last-child a{
  background-image: linear-gradient(0deg,#428cdc 0,#509aea 97%,#509aea);
}
.secondary-navigation .main-nav ul li a:hover{
background-image: linear-gradient(0deg,#fa5e00 0,#fa7c00);
box-shadow: 0 20px 30px rgba(250,65,0,.4);
}
.secondary-navigation .main-nav ul li:last-child a:hover{
  background-image: linear-gradient(180deg,#428cdc 0,#509aea 97%,#509aea);
}
.main-navigation .main-nav ul li a{
  text-transform: uppercase!important;
  font-size: 16px;
font-weight: 500;
font-family: "Roboto",sans-serif;
}
.main-navigation .main-nav ul li a:hover{
  color: #ffba00;
}
.no-sidebar .entry-content .alignfull{
  background: none!important;
}

body .main-navigation .main-nav>ul {
  flex-wrap: nowrap;
}


.secondary-nav-float-right .secondary-navigation {
  padding-top: 10px;
}

.after-head{
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-color: var(--h_background_color);
  background-position: 50%;
  min-width: 100%;
}

.after-head:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: #000000bf;
}

.after-head .wp-block-group__inner-container{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
z-index: 1;
min-height: 320px;
margin: 20px 0;
flex-wrap: wrap;
max-width: 1200px;
    margin: auto;
    padding-right: 360px;
}

#toc_container{
  background: #fff;
  border: 1px solid var(--main-accent-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 7%);
  box-shadow: 0 0 25px rgb(0 0 0 / 7%);
  display: flex;
  padding: 14px 20px;
  margin-top: 30px!important;
  border: 5px solid #fff;
  border-radius: 40px;
  max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

#toc_container ul {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#toc_container li a {
  text-decoration: none;
  font-size: 16px!important;
  line-height: 142.69%;
  color: #ff4c00;
  padding: 5px!important;
  border-radius: 30px;
  font-weight: 500;
  white-space: nowrap;

}

#toc_container a:hover {
  text-decoration: underline;
  color: #ff4c00;
  background-color: #dde4ec;
}

#toc_container li:before{
  display: none;
}
#toc_container li{
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}
#toc_container li a span{
  display: none;
}


.rank-math-block{
  border: 1px solid  #ff4c00;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 15px;
}

#rank-math-faq .rank-math-question{
  color: #ff4c00;
  font-weight: 700;
  font-size: 18px;

}

#rank-math-faq .rank-math-list-item,
#rank-math-faq .rank-math-answer{
  border-radius: 15px;
}

#rank-math-faq .rank-math-question:after{
  color: #ff4c00;
  font-weight: 700;
  font-size: 18px;
}

.rank-math-step-title {
display: inline;
    font-size: 24px;
}

.rank-math-steps,
.entry-content ol  {
  counter-reset: myCounter;
  padding-left: 0;
  margin: 0;
}

.rank-math-step,
.entry-content ol {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.entry-content ol{
  padding-left: 58px;
}
.rank-math-step:before,
.entry-content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 5px 10px 5px 0;
  line-height: 19px;
  min-width: 19px;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  background: #ff4c00;
  left: 0;
  margin-left: -30px;
}
.rank-math-step-title strong{
  color: #ff4c00;
}

.rank-math-step:after{
  content: '';
  width: 2px;
  height: 71%;
  left: 9px;
  top: 40px;
  background: #ece7e7;
  position: absolute;
  display: block;
}
.rank-math-step:last-child:after{
display: none;
}


tbody {
  border-collapse: collapse;
}

tbody tr td{
  padding: 10px;
  font-size: 14px;
}

tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

table thead {
  background-color:  #0e4482;
}

table thead th{
  font-size: 19px;
  color: #fff;
}

.bonuses .wp-block-group__inner-container {
  padding: 10px;
  border:1px solid #ff513a;

}

.bonuses p{
border-bottom: 1px solid #e3e2e2;
margin-bottom: 10px;
}
.bonuses p strong{
  font-size: 18px;
}
.bonuses p:nth-child(2){
  border:none;
}

.entry-content ul {
  list-style: none; /* Remove default bullets */
}

.entry-content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff4c00; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.wp-block-navigation .wp-block-navigation-item:before{
  display: none;
}

.no-sidebar .entry-content .alignfull {
  max-width: 99vw;
}


.border-green,.border-red{
  padding: 40px;
  border: 3px #e74b4b solid;
  border-radius: 25px;
  position: relative;
}
.border-green{
  border-color: #33b63c;
}

.border-green figure,.border-red figure{
  position: absolute;
  top: -25px;
  left: -25px;
  background: #33b63c;
  padding: 20px;
  border-radius: 50%;
}

.border-green figure img, .border-red figure img{
border-radius: 0!important;
}

.border-red figure{
  background: #e74b4b;
}

.border-green li,.border-red li{
line-height: 35px;
}

.schema-faq-question{
  color: #ff4c00;
  font-size: 24px;
}
.pseudo-clearfy-link,
.kk-star-ratings .kksr-muted{
  color: #ff4c00;
}

.footer-widgets a:hover{
text-decoration: none;
}

.comment-form-comment textarea,
.comment-content,
a.generate-back-to-top{
  border-color:#ff4c00;
  border-radius: 15px
}


input[type="submit"]{
  border-radius:15px;
}

/* #toc_container {
  padding-left: 40px;
  border-color:#ff4c00;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
} */
.wp-block-navigation ul {
  align-items: center;
  justify-content: center;
}

.schema-faq-answer{
  border:1px solid #ff4c00;
  border-radius: 15px;
  padding: 10px;
}

.secondary-nav-float-right .multi-navigation-wrapper{
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.nav-float-right #site-navigation {
  border-radius: 20px;
}

.toc_list ul{
  display: none;
}


.comment-respond span{
  font-size: 20px;
}

.main-navigation .main-nav ul li a {
  padding-left: 24px;
  padding-right: 24px;
}

.error404 .container.grid-container {
  padding: 20px;
}

.error404 .entry-title, .error404 h2{
  color: #ff4c00;
  font-weight: 700;
}

.error404 h2{
font-size: 48px;
width: 100%;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
.rank-math-block{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.menu-toggle{
  font-size: 26px;
}


.header-widget{
  position: absolute;
  right: 0;
  top: 170px;
  z-index: 9;
  width: 350px;
}
.gift-block__icon {
  width: 90px;
  background-color: #428cdc;
  padding: 6px;
    padding-top: 10px;
  border-radius: 67%;
  height: 90px;
  margin: auto;
}
.gift-block__text {
  color: black;
  text-align: center;
  padding: 0px 20px;
  font-weight: bolder;
}
.gift-block__button {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.gift-block::after {
  width: 100%;
  height: calc(100% - 30px);
  content: " ";
  position: absolute;
  bottom: 0;
  z-index: -1;
  border-radius: 20px;
  background-color: white;
  outline: 1px solid #bdbdbd;
  outline-offset: -3px;
}

.gift-block__icon svg{
  width: 70px;
  color: #fff;
}

.gift-block__button .link-button{
  border-radius: 50px;
  color: #ffffff;
  background-color: #428cdc;
  padding: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  text-transform: uppercase;
}
.gift-block__button .link-button:hover{
  color: #fff;
}

.inside-header{
  position: relative;
}

@media (max-width: 1040px){
  .main-navigation .main-nav ul li a{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 768px){
body .inside-header {
    flex-direction: unset;
}
body .secondary-navigation .main-nav {
  flex-basis: 100%;
  order: 3;
}
body .secondary-navigation .main-nav>ul{
  display: flex!important;
  align-items: center;
    justify-content: right;
}
body .secondary-navigation .menu-toggle{
  display: none;
}
.secondary-nav-float-right .secondary-navigation {
  margin-top: 0!important;
}
.main-navigation .main-nav ul li a {
  font-size: 16px;
}
body .bonuses .wp-block-columns,
body .bonuses{
  margin-bottom: 0;
}

body .bonuses .wp-block-column{
  margin-bottom: 10px;
}
.border-green, .border-red{
  margin-bottom: 30px;
  padding: 10px;
}
.border-green figure, .border-red figure{
  left: -10px;
}
body .inside-header {
  padding-right: 10px;
  padding-left: 10px;
}
.main-navigation, .main-navigation ul ul {
  background: none;
}
.has-inline-mobile-toggle #site-navigation.toggled {
  background: #054182;
  top: 54px;
  border-radius: 0!important;
}
.has-inline-mobile-toggle .mobile-menu-control-wrapper {
  position: absolute;
  right: 10px;
}
.secondary-nav-float-right .multi-navigation-wrapper {
  padding-right: 60px;
}
.secondary-nav-float-right .secondary-navigation {
  padding-top: 0;
}
.nav-float-right #site-navigation {
  position: absolute;
  right: 0;
  width: 100%;
}

.site-footer .widget ul li {
  width: 50%;
  float: left;
}
.site-footer .inside-footer-widgets .footer-widget-1{
  margin-bottom: 0;
}

.header-widget {
  top: 84px;
  width: 100%;
}

.site-main .after-head .wp-block-group__inner-container {
  padding: 30px;
  width: 100%;
  padding: 0;
  padding-top: 230px;
  padding-left: 1em;
padding-right: 1em;
}
.gift-block::after {
  width: 96%;
  left: 0;
  right: 0;
  margin: auto;
}

.after-head h1{
  text-align: center;
}
@media (max-width: 768px){
.site-header .header-widget {
    text-align: left;
}}
}

@media (max-width: 540px){
  .secondary-nav-float-right .multi-navigation-wrapper{
    padding-right: 0;
  }
  .site-logo {
    max-width: 44%;
}
.secondary-navigation .main-nav ul li a{
  padding-left: 6px;
  padding-right: 6px;
}
.secondary-nav-float-right .secondary-navigation {
  padding-right: 20px;
}
.has-inline-mobile-toggle .mobile-menu-control-wrapper {
  right: 0px;
  top: 0;
}

.secondary-nav-float-right .multi-navigation-wrapper {
  margin-left: auto;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
body .secondary-navigation .main-nav>ul {
  justify-content: center;
}
.has-inline-mobile-toggle #site-navigation.toggled {
  top: 85px;
}
h1 {
  font-size: 30px;
}
h2{
  font-size: 28px;
}
h3{
  font-size: 26px;
}
h4{
  font-size: 24px;
}
#toc_container li a {
  font-size: 12px!important;
}
#toc_container{
  padding: 2px;
}

}