/*   
Theme Name: Goldbet
Version: andesonline
*/



@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/goldbet/fonts/Inter/Inter_28pt-Regular.ttf') format('truetype');
  font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/goldbet/fonts/Inter/Inter_28pt-Light.ttf') format('truetype');
  font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/goldbet/fonts/Inter/Inter_28pt-Medium.ttf') format('truetype');
  font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/goldbet/fonts/Inter/Inter_28pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/goldbet/fonts/Inter/Inter_28pt-Bold.ttf') format('truetype');
  font-weight: 700;
    font-style: normal;
}

/* =WordPress Core */

   
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}


/* ===================
general css
====================== */

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

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
   padding-right: 0 !important;
}

body {
 font-family: var(--font-primary), sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-main);
  background:  var(--background-main);
  line-height: 1.8;
  
}


a {
 color: var(--link-color);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
color: var(--link-color-hover);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.mobile{
  display: none;
}
.desktop{
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-title);
      margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
   font-family: var(--font-primary);
}

h1 {
   
    margin-top: 0;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
 
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
  color: var(--text-main);
}

h5 {
  font-size: 20px;
  color: var(--text-main);
}

h6 {
  font-size: 18px;
  color: var(--text-main);
}

p {
  margin: 0px;
  color: var(--text-main);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}


blockquote {
       margin: 0px 0px 30px 0px;
    padding-left: 30px;
    border-left: 2px solid #4a4a4a;
}
blockquote p{
   opacity: 0.7;
}


.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
 color: var(--text-main);
  cursor: pointer;
  font-weight: 400;
}



.pt-80 {
  padding-top: 80px;
}
.pb-90{
   padding-bottom: 90px;
}


/* ===================
theme button
====================== */

.btn {
     font-size: 16px;
    width: auto;
    max-width: 300px;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    justify-content: center;
    font-weight: 400;
    text-align: left;
    -webkit-transition: .3s;
    transition: .3s;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 25.5px;
}


.btn-primary {
  background: var(--btn-primary);
  color: #fff;
}

.btn-primary:hover,  .btn-primary:focus, .btn-primary:active  {
 color: #fff!important;
 background: var(--btn-primary-hover)!important;
   transition: all 0.5s;
}

.btn .mdi{
  font-size: 25px;
  margin-left: 20px;
}

.btn-secondary {
  background: var(--btn-secondary);
  color: #fff;
  border: 1px solid #99A1AA;
}

.btn-secondary:hover,  .btn-secondary:focus, .btn-secondary:active  {
 color: #fff!important;
 background: var(--btn-secondary-hover)!important;
   transition: all 0.5s;
}

.btn-trid {
  background: var(--btn-trid);
  color: #fff;
}

.btn-trid:hover,  .btn-trid:focus, .btn-trid:active  {
 color: #fff!important;
 background: var(--btn-trid-hover)!important;
   transition: all 0.5s;
}

.btn-four {
 background: var(--btn-four);
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    font-style: italic;
    
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 16px;
    box-shadow: inset 3px 3px 0 0 rgba(255, 255, 255, 0.25);
    transition: 0.2s;

}

.btn-four:hover,  .btn-four:focus, .btn-four:active  {
 color: #fff!important;
 background: var(--btn-four-hover)!important;
   transition: all 0.5s;
    scale: 1.06;
    transition: 0.2s;

}

/* ===================
container
====================== */

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1260px;
  }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 30%;
    }
      .col-lg-9 {
        flex: 0 0 auto;
        width: 70%;
    }
}

/* ===================
header
====================== */


header{
 background: var(--background-header);
    position: fixed;
    z-index: 90;
    width: -webkit-fill-available;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #1F242D;
}

header .container-fluid{
     max-width: 1920px;
    width: 90%;
}

.header_container{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      gap: 80px;
}
.header_container .brand{
       display: flex;
    align-items: center;

}

.logo img{
     max-width: 160px;
}
.login{
  display: flex;
  gap: 15px;
      margin-left: auto;
}
.offers {
    display: flex;
    gap: 15px;
}
 .offers .btn {
       display: flex;
    align-items: center;
    padding: 6.5px 12px 8.5px;
    text-decoration: none;
    gap: 13px;
    line-height: 1.2;
}

.offers a p {
    margin: 0;
   transition: all 0.5s;
      line-height: 1.2;
}
.offers a p span {
    font-size: 12px;
    color: #99A1AA;
   transition: all 0.5s;
}
.offers a:hover p span {
 transition: all 0.5s;
    color: #fff;
}


/* ===================
nav menu
====================== */


/*bootstrap nav*/


.navbar-nav {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-start;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
}
b.caret{
    line-height: 0;
    padding-left: 0px;
   color: var(--color-menu);
    margin-left: 5px;
    transition: all 0.3s;
}

b.caret i {
    transition: all 0.3s;
   color: var(--color-menu);
}

   .navbar {
    padding: 0;
  

}
.navbar-nav li a:hover b.caret{
  transform: rotate(180deg);
  transition: all 0.3s;
}

.navbar-nav li {
    transition: all 0.3s;
}
.navbar-nav>li>a {
   padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0;
    display: flex;
    position: relative;
    font-style: normal;
   color: var(--color-menu);
    align-content: center;
    align-items: center;
       font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.navbar-nav>li>a:before {
   display: none;
}
.navbar-nav>li:last-child a:before {
  display: none;
}
.navbar-nav>li:last-child a {
  margin-right: 0px;
}
li.current-menu-item a{
  color: var(--color-menu-hover);
}
li.current-menu-parent a{
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active{
   text-decoration: none;
   color: var(--color-menu-hover);
}

.navbar-nav>li>a:not([href]):not([tabindex]):focus, .navbar-nav>li>a:not([href]):not([tabindex]):hover {
 color: var(--color-menu-hover);
    text-decoration: none;
}

.dropdown-menu {
       width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 50px 0px 10px 10px;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    transition: all 0.3s;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: var(--background-header);
}
.dropdown-menu li:hover {
    transition: all 0.3s;
   
}
.dropdown-menu li a {
    transition: all 0.3s;
    color: var(--color-menu);
    font-size: 17px;
    padding: 0px 20px 15px 20px;
    border-radius: 0px;
    width: 100%;
    display: block;
    font-weight: 500;
}
.dropdown-menu li a:hover {
  text-decoration: none!important;
 color: var(--color-menu-hover);
    opacity:1;
}
.dropdown-menu li:hover a{
  text-decoration: none!important;
 color: var(--color-menu-hover);
    opacity:1;
}
.dropdown-menu  li {
    transition: all 0.3s;
  padding: 0px;
  border-radius: 0px;
}
.dropdown-menu  li.current-menu-item a{
       text-decoration: none;
 color: var(--color-menu-hover);
    opacity:1;
    box-shadow: none;
}
.dropdown-menu  li.current-menu-item a:hover{
       text-decoration: none;
   color: var(--color-menu-hover);
    opacity:1;
}

/*page header*/

.site-breadcrumb{
       height: auto;
    background-size: cover !important;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumbs_container{
      padding: 10px 10px 20px 0px;
}

.title_h1_container{
       padding: 0px 50px;
    margin-bottom: 0px;
}
.title_h1_container p{
  text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    transform: skew(1turn, -6deg);
    margin-bottom: 0 !important;
    line-height: 1.3;
}


p#breadcrumbs{
   font-size: 14px;
    opacity: 1;
    margin-bottom: 0;
    line-height: 1;
    color: #5a5a5a;
    font-weight: 400;
}
p#breadcrumbs a{
 color: #5a5a5a;
}

.breadcrumb_last{
   color: var(--text-main);
}

.site-breadcrumb .btn-four {
transform: skew(1turn, -6deg);
    margin-top: 30px;
    margin-right: 150px;
    font-size: 39px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    padding: 25px 45px;
    max-width: 100%;
}


/*page*/


 section.page_section {
    padding: 20px 0px 0px 0px;
}
main {
    position: relative;
    padding: 70px 20px 0px 20px;
}

.box{
    width: 100%;
    background-color: var(--background-second);
    padding: 24px 16px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.box *:last-child {
    margin-bottom: 0;
}

.box img {
    border-radius: 12px;
   margin-bottom: 24px;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
      margin-bottom: 20px;
}

table thead tr {
    background-color: var(--background-trid);
}
table thead tr td:first-child {
    border-radius: 8px 0 0 8px;
}
table thead tr td {
    border: 0;
    border-collapse: collapse;
    width: auto;
    padding: 10px 12px;
    font-weight: 700;
}
table thead tr th {
    border: 0;
    border-collapse: collapse;
    width: auto;
    padding: 10px 12px;
    font-weight: 700;
}

table tbody tr td:first-child {
    border-radius: 8px 0 0 8px;
    font-weight: 700;
}
table tbody tr:nth-child(2n) {
    background-color: var(--background-trid);
}

table tbody tr td {
    border: 0;
    border-collapse: collapse;
    width: auto;
    padding: 10px 12px;
}

table tbody tr td:not(:first-child) {
    color: #99A1AA;
}
table tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
}




/* ===================
footer css 
====================== */

footer {

  padding: 0px 0px;
  margin-top: 0px;
}

footer .footer {
  background: var(--background-footer);
 
}

footer p{

  color: var(--text-footer);
}
footer a{
  opacity: 1;
  color: var(--text-footer);
}

.footer_top{
    border-bottom: 1px solid #0D1537;
    padding-bottom: 20px;
}

.footer .currency {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer .currency img {
      overflow-clip-margin: content-box;
    overflow: clip;
    width: auto;
    border-radius: 0px;
    margin-bottom: 0px;
}

.footer_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
      padding: 30px 0px 30px 0px;
}

.footer_menu{

    display: flex;
    justify-content: space-between;
  gap: 20px;
}
footer .menu-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: var(--text-footer);
    text-decoration: none;
 
}


.footer_copy{
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_copy p{
       text-align: center;
     color: var(--text-footer);
    font-size: 14px;
  
}
footer .logos {
    display: flex;
    align-items: center;
  gap: 20px;
}

footer  .logos img {
 height: 20px;
    width: auto;
    margin-bottom: 0;
    border-radius: 0;
   
}




.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}
.alignnone, div.alignnone {
    display: block;
    margin: 5px auto 20px auto;
}


/* ===================
modal
====================== */

.modal-title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}
.modal-content {
    background-color: transparent;
}

.btn-close {
    color: #fff;
    background: none;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}
.wpcf7-not-valid-tip {
  color: #ef233c;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    font-size: 13px;
    border-radius: 0px;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #ffffff;
    color: #fff;
}

.hentry p{
    margin-bottom: 20px;
}

/*lists*/

.hentry ul {
    list-style: none;
    padding-left: 20px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
}
.hentry ul li {
        position: relative;
    padding: 0px 0 14px 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: var(--text-main);
}
.hentry ul li:before {
     content: "\f70a";
    font-family: "Material Design Icons";
    color: var(--text-main);
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 10px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hentry ol {
  list-style: none;
    padding: 0;
    margin: 20px 0px 20px 20px;
    counter-reset: item;
}
.hentry ol li {

    display: table;
    position: relative;
    padding: 0px 0 5px 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
  color: var(--text-main);
}
.hentry ol li:before{
       content: counter(item)".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    text-align: center;
    height: 20px;
    padding-top: 0px;
    padding-left: 3px;
    line-height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-weight: 700;
    margin-right: 8px;
    font-size: 17px;
   color: var(--text-main);
}

.modal {
    z-index: 999999;
}


/*to top */

.totop {
       position: fixed;
    bottom: 30px;
    background: transparent;
    right: 30px;
    height: 45px;
    width: 45px;
    display: flex;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    z-index: 8;
    opacity: 0;
}

.totop.status {
  opacity: 1;
}
.totop:hover {
  opacity: 0.8;
  transition: all 0.2s;
   color: #fff;
}
.scrolltop {
    opacity: 0;
    transition: all 0.2s;
}

/*pagination*/

.pagination {
     display: flex;
    padding-left: 0;
    margin: 60px auto 0px auto;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.pagination>li {
  display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
border-radius: 0px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
       color: var(--text-main);
  background: #484951;
    border: 1px solid #484951;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 2;
  text-decoration: none;
      color: var(--text-main);
   background: #484951;
    border: 1px solid #484951;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  font-weight: 500;
}
.pagination > li > a, .pagination > li > span {
  text-align: center;
    width: 46px;
    height: 46px;
    background-color: #F7F7F7;
    border-radius: 0px;
       border: 1px solid #F7F7F7;
     color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-weight: 400;
    font-size: 18px;
}
.faq{
  margin-bottom: 40px;
}

.accordion{
     display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.accordion-body {
      padding: 10px 30px 10px 0px;
    font-size: 14px;
         color: #99A1AA;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--text-main);
    box-shadow: none;
    background-color: transparent;
}

.accordion-button {
 
    line-height: 34px;
}

.accordion-button span {
  color: var(--text-main);
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
}


.accordion-button:focus {
    box-shadow: none;
}

.accordion-button,
.accordion-button:not(.collapsed) {
       background-color: transparent;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
}

.accordion-button::after {
   content: '\f140';
    font: normal normal normal 24px / 1 "Material Design Icons";
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  background-image: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
  
}
.accordion-item:last-of-type {
   
}

.accordion-item {
  color: color: var(--text-main);
    border: 0;
    background: var(--background-trid);
    padding: 10px 10px 10px 20px;
    border-radius: 8px;
    margin-bottom: 0;
    width: calc(100% / 2 - 10px);
}

header.fixed-top {

  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.meta p{
  font-size: 14px;
  opacity: 0.7;
}
.thumbnail_single{
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.cat_loop{
  
}
.cat_loop img{
  height: 260px;
  object-fit: cover;
  
}

.cat_loop .content{
     display: flex;
    flex-direction: column;
    gap: 20px;
}