/*
 Theme Name:   Ministrap Child v1
 Theme URI:    http://github.com/luckylabz/theme/lz-child
 Description:  Lucky Labz Ministrap v1 Child Theme
 Author:       Site Author
 Author URI:   http://luckylabz.com/author
 Template:     ministrap
 Version:      3.2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ministrap-child
*/
/* ------------------------------------------------------------ *\
    Base
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Open Sans', sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/Open_Sans/open-sans-v17-regular.ttf'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('assets/fonts/Open_Sans/open-sans-v17-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/Open_Sans/open-sans-v17-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('assets/fonts/Open_Sans/open-sans-v17-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/Open_Sans/open-sans-v17-regular.svg#svgOpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/Roboto_Condensed/roboto-condensed-v18-latin_cyrillic-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
body {
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family:  'Open Sans', sans-serif;
    background-color: #181f38;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-align: left;
    margin: auto;
    /* background-image: url("/images/bg.jpg"); */
    font-size: 16px;
    color: rgba(255, 255, 255, .75);
    padding-top: 50px
}

.main-image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    min-height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 50px;
    -webkit-filter: blur(74px); /*Safari 6.0 - 9.0*/
    filter: blur(4px);
    background-attachment: fixed
}

.main-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19, 19, 44, .55)
}

.main-image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 500px;
    background-image: linear-gradient(to bottom, transparent 0%, #181f38 100%)
}


.main-image-operator {
    position: absolute;
    z-index: -1;
    top: -10px;
    left: 0;
    right: 0;
    min-height: 700px;
    /* background-size: 100% auto; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-top: 50px;*/
    -webkit-filter: blur(74px); /*Safari 6.0 - 9.0*/
    filter: blur(4px)
}

.main-image-operator:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19, 19, 44, .55)
}

.main-image-operator:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 500px;
    background-image: linear-gradient(to bottom, transparent 0%, #181f38 100%)
}
.site {
    position: relative;
    z-index: 1045
}
/*remove background on de version bet-at-home logo */
.operator-logo.button,
.payment-methods-box-logo.button,
.topOperator-logo.button,
.top10-operators-box-logo.button {
    background-color: transparent;
    border: none;
    padding: 0
}

a {
    color: #fff;
    text-decoration: underline;
    /* text-transform: uppercase; */
    /*    font-size: 14px; */
    transition: .2s
}

a:hover {
    text-decoration: none;
    color: inherit
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
        color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

h1 {
    font-size: 1.5625em;
    /* color: #fff; */
}

h2 {
    font-size: 1.3em;
    /*  color: #fff; */
    line-height: 1.2
}

h3 {
    font-size: 1em;
    /* color: rgba(28, 29, 79, 0.8); */
}

h4 {
    font-size: 1em;
    /* font-weight: 400;
    font-size: 0.8em; */
    /*
    line-height: 24px; */
    /* color: #868686; */
}

p {
    font-family: "Open Sans", sans-serif;
        font-weight: 400;
    font-size: 1em;
    /*     color: #7e7d8d;
        opacity: 0.7; */
    /* color: #c5c7cd; */
}

ul {
    font-family: 'Open Sans', sans-serif;
        padding-left: 0;
    list-style: none;
    display: inline-block;
    /*   color: #7e7d8d;
    opacity: 0.7; */
}

ul li {
    position: relative;
    padding-left: 20px
}

/*
ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: absolute;
    top: .4em;
    left: 0;
    background: #2a7dfb
}
*/

/* Form elements */
input,
select {
    height: 40px;
    padding: 0 12px;
    margin-bottom: 10px
}

textarea {
    padding: 12px;
    resize: none
}

input,
textarea,
select {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
        font-size: 16px;
    outline: 0;
    background: #fff;
    color: #000
}

input:focus,
textarea:focus {
    color: #131f39;
    border-color: #131f39
}

.select select {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none
}

.select select::-ms-expand {
    display: none
}

select .placeholder {
    color: #ccc
}

.select:after {
    content: 'keyboard_arrow_down';
    font-family: 'Material Icons';
        position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 23px;
    pointer-events: none
}

.form-controls {
    position: relative
}

.form-controls.error input {
    border-color: #ff001e;
    padding-right: 37px
}

.form-controls.error .msg-error {
    color: #ff001e;
    position: absolute;
    top: 0;
    right: 0
}

.form-controls.success input{
    border-color: #72cd28;
    padding-right: 37px
}

.form-controls.success .msg-success {
    color: #72cd28
}

.form-controls.error .msg-error,
.form-controls.success .msg-success {
    font-size: 14px
}

.form-controls.error i {
    color: #ff001e
}

.form-controls.success i {
    color: #72cd28
}

.form-controls.error i,
.form-controls.success i {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

.form-group {
    margin-bottom: 40px
}

input:disabled {
    color: #afafaf;
    border-color: #e2e2e2;
    background-color: #f7f7f7
}

input[type="checkbox"] {
    height: auto
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 17px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #181F38
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    right: 2px
}
/* Create a custom checkbox */
.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #fff
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .check-mark {
    background-color: #2196F3;
    border: none
}
/* Create the check-mark/indicator (hidden when not checked) */
.check-mark:after {
    content: "";
    position: absolute;
    display: none
}
/* Show the check-mark when checked */
.checkbox-container input:checked ~ .check-mark:after {
    display: block
}
/* password conditions */
.pass-criteria {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-sarif;
        font-size: 12px;
    color: #afafaf;
    line-height: 1.25;
    font-style: italic
}

.pass-criteria i {
    color: #f54149
}

.pass-criteria span,
.pass-criteria i {
    display: inline-block;
    vertical-align: middle
}

.pass-criteria i {
    font-size: 12px
}

.pass-criteria.checked {
    color: #181f38
}

.pass-criteria.checked i {
    color: #25c34e
}

.pass-criteria:last-of-type {
    margin-bottom: 25px
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #92929e
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #92929e
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #92929e
}
input:-moz-placeholder { /* Firefox 18- */
    color: #92929e
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #92929e
}
textarea::-moz-placeholder { /* Firefox 19+ */
    color: #92929e
}
textarea:-ms-input-placeholder { /* IE 10+ */
    color: #92929e
}
textarea:-moz-placeholder { /* Firefox 18- */
    color: #92929e
}
#voucher-popup .operator-info .operator-link > img {
    max-width: 100%
}
#voucher-popup .bonus-tabs-navigation .tab-link .bonus-text-container {
    font-size: 14px
}

/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */

.footer {
   padding-bottom: 10px;
    text-align: center;
    background-color: #141a30;
}

.order-3.flex-item {
    flex: 0 0 100%;
    flex-wrap: wrap
}
/*
.footer-heading {
    display: none;
} */

/* .footer-logos {
    margin: 30px 0 -15px;
} */

.footer .flex-container {
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #4f5364;
    margin-bottom: 5px;
    padding-bottom: 11px;
    flex-wrap: wrap;
}

.footer > .container > .flex-container {
    padding-bottom: 75px;
}

.footer .flex-container.footer-18-text {
    border-bottom: 0;
}

.flex-item {
    flex: 0 0 auto
}

.copyright {
    position: relative;
    padding: 0 0 23px 0;
    text-align: center;
    background-color: #141a30;
}

.footer hr {
    display: none;
}

.footer-left a {
    font-size: 16px;
    color: #2a7dfb;
    text-transform: none;
    text-decoration: none;
}

.flex-container {
    flex-flow: nowrap
}
.copyright .socials {
    position: absolute;
    left: 0;
    right: 0;
    top: -85px;
    justify-content: center;
}
.copyright .footer-gambling-text {
    position: absolute;
    left: 0;
    right: 0;
    top: -88px;
    font-size: 1.5rem;
}
.js-scroll-top {
    cursor: pointer
}

/*News section*/
.news-results {
    margin-top: 4em
}
.news-title {
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    color: #181f39;
    margin-bottom: -8px;
    margin-top: 15px;
    min-height: 70px
}
.news-container {
    /* padding-top: 2em; */
    /* margin: 1em 0; */
    margin-bottom: 4em;
    margin-top: -21px;
    padding-bottom: 30px
}
.news-container h1 {
    color: #606175
}
.news-container img {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em
}
.news-container p, .news-container ol, .news-container ul {
    color: #606175;
    opacity: 1
}
.news-container ul > li:before {
    /* list-style: square; */
    /* padding-left: 0; */
    position: absolute;
    content: '';
    top: 8px;
    left: 0px;
    height: 8px;
    width: 8px;
    background-color: #2a7dfb
}
.news-container h1, .news-container h2, .news-container h3, .news-container h4, .news-container h5, .news-container h6, .news-container a {
    color: #181f38
}
/* #category-button {
    left: 0;
    right: 0;
    margin-bottom: 15px;
    position: relative;
    margin: 0 auto
} */

img.info-image-mobile {
    max-width: 100%
}
img.info-image-desktop {
    width: auto
}

@media (min-width: 767px) {
    img.info-image-mobile {
        display: none
    }
    .news-container {
        margin-top: 4em;
    }
}

@media (max-width: 767px) {
    img.info-image-desktop {
        display: none
    }
}

@media ( min-width: 480px ) {
    .order-3.flex-item {
        flex: 0 0 auto;
        flex-wrap: nowrap
    }
}
@media ( min-width: 768px ) {
    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 27px
    }

    h3 {
        font-size: 21px
    }

    h4 {
        font-size: 21px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 13px
    }

    /*   .main-image {
         margin-top: 76px;
     } */

    .main-image {
        background-size: 100% auto;
    }

    .main-image-operator {
        z-index: 0
    }


}

@media ( min-width: 1100px ) {
    body {
        padding-top: 80px
    }
}


.section-with-img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.section-with-img img{
    flex: 0 0 auto;
    margin-right: 3rem;
    height: fit-content;
    align-self: center;
}

.section-with-img-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
}


@media ( max-width: 768px ) {
    .section-with-img-content {
        flex-direction: column;
    }

    .section-with-img  {
        justify-content: center;
    }
    .section-with-img img{
        margin-bottom: 3rem;
        margin-right: 0;
    }
}

.xs-show {
    display: none;
}
@media ( max-width: 767px ) {
    .xs-hide {
        display: none;
    }
    .xs-show {
        display: block;
    }
}
