﻿/*
Theme Name:   Twenty Twenty-One Child 
Description:  A Twenty Twenty-One child theme
Author:       Robert Harris
Template:     twentytwentyone
Version:      1.0.0
Text Domain:  twentytwentyonechild
*/

/* Browser settings */

@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('https://promotions.oreels.com/wp-content/themes/twentytwentyone-child/assets/css/fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('https://promotions.oreels.com/wp-content/themes/twentytwentyone-child/assets/css/fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('https://promotions.oreels.com/wp-content/themes/twentytwentyone-child/assets/css/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('https://promotions.oreels.com/wp-content/themes/twentytwentyone-child/assets/css/fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('https://promotions.oreels.com/wp-content/themes/fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('https://promotions.oreels.com/wp-content/themes/fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('https://promotions.oreels.com/wp-content/themes/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('https://promotions.oreels.com/wp-content/themes/fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 0;
}

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 62.5%;
}

body {
    font-family: 'bebas_neue_regularregular', sans-serif !important;
    font-size: 25px !important;
/*     font-size: 2.5rem; */
}

.img-respond {
    max-width: 87%; /*default was 100%*/
    height: auto;
    max-height:500px;
}

.cta .img-respond {
	max-width:100%;
	width:100%;
}

a:hover {
    text-decoration: none;
}

h2 {
    font-family: 'bebas_neuebold', sans-serif !important;
    font-size: 50px !important;
/*     font-size: 5rem; */
}

h3 {
    font-family: 'bebas_neuebold', sans-serif !important;
    font-size: 48px;
/*     font-size: 3rem; */
}



#wrap {
    position: relative;
    width: 100%;
	z-index: 1;
}

#topBar {
/*     position: relative;  /*default was position:absolute; for the desktop view*/ */
    left: 0;
    width: 100%;
    background-color: #005842;
    color: #fff;
    text-align: center;
    font-size: 28px;
/*     font-size: 1.8rem; */
	padding: 20px 10px !important;
}

#topBar p {
    margin-left:10px;
    margin-bottom: 0;
    /*all below this line was added according to new changes*/
    max-width:100%;
    text-align:center;
/*     font-size:17px !important; */
	text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.14px;
}

#bottomBar .cta {
    font-size:35.5px;
    text-transform:uppercase;
    color:#fff;
    background-color: #eb1c23;
    min-width:193px;
    padding:5px 0px 5px;
    text-align: center;
    display: inline-block;
    border-radius:12px;
    font-weight:normal;
}

#bottomBar .cta {
    margin-top: 0;
}

#bottomBar {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0 10px 0;
    background-color: rgba(0,0,0,.9);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}

#bottomBar.show {
    bottom: 0;
}

@media (min-width:769px) {
    #topBar {
/*        bottom: 0;*/
        padding:10px !important;
    }
	#hero .offer {
    	width: 100%;
	}
	
}

@media (max-width: 768px) {
    #topBar {
        top:0;
        text-align:left;
        padding: 20px 10px !important;
    }
	#hero .offer {
    	width: 100%;
	}
}

a.terms-inline-link:hover {
    cursor:pointer;
}

 .login {
    position: absolute;
    top: -65px;
    right: 15%;
    padding: 75px 10px 5px 10px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: -3px 3px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 3px 0px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 3px 0px 0px rgba(0,0,0,0.3);
    min-height: 0;
    z-index:3;
}

 .login .button {
    position: relative;
    display: inline-block;
    background: #19b912;
    width: 113px;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    z-index:3;
    
}

 .login .button .text {
    width: 100%;
    height: 100%;
}

#hero {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    min-height: 930px;
    text-align: center;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}

#hero > div > div > div {
    min-height: 85vh;
}

#hero .offer {
    position: absolute;
    top: 55%; /*default was 44%*/
    left: 0;
    -webkit-transform: translateY(-50%); /*default was 50%*/
    -moz-transform: translateY(-50%); /*default was 50%*/
    transform: translateY(-50%); /*default was 50%*/
    width: 66%;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}

#hero .offer .ribbon {
    position: relative;
    width: 30%;  /*Default was 75%*/
    margin: 0 auto;
}

@media (max-width: 768px) {
/*     #hero .offer .ribbon {
        margin-top: 100px;
    } */
	#hero .offer .ribbon {
    	width: 50%;  /*Default was 75%*/
}

}

#hero .offer .ribbon img.logo, #hero .offer .ribbon img.offer-image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}

#hero .offer .ribbon img.logo {
    top: 17%;
    width: 80%;
	max-width: 300px;
}

#hero .offer .ribbon img.offer-image {
    top: 55%;
    width: 80%;
	max-width: 300px;
}

#hero .offer span {
    display: none;
    font-size: 22px;
/*     font-size: 1.4rem; */
    color: #fff;
    text-shadow: -1px 1px 0px rgba(150, 150, 150, 1);
    margin-top: 10px;
}

#hero .offer span a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#hero a {
    text-decoration: underline;
    color:#ffe600;
    font-size:14px;
    letter-spacing:0.16px;
    font-weight: bold;
}
#hero a.terms-link,#hero a.terms-link:hover {
    text-decoration: underline;
    /* color:#0081ff; */
    cursor:pointer;
}

#hero .cta {
    font-size:35.5px;
    text-transform:uppercase;
    color:#fff;
    background-color: #eb1c23;
    min-width:193px;
	max-width: 10%;
    /*padding:5px 0px 5px;*/
    text-align: center;
    display: inline-block;
    border-radius:12px;
    font-weight:normal;
}

#hero .login-link {
    font-size:18.5px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-right:6px;
}

#hero .conversion-link {
    text-decoration: none;
}

#bottomBar .cta {
    font-size:35.5px;
    text-transform:uppercase;
    color:#fff;
    background-color: #eb1c23;
    min-width:193px;
    padding:5px 0px 5px;
    text-align: center;
    display: inline-block;
    border-radius:12px;
    font-weight:normal;
}


#bottomBar .cta {
    margin-top: 0;
}

#hero .cta .text, #bottomBar .cta .text {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    width: 100%;
    min-height:69px;
}

#hero .offer .terms-link a {
    color:#fff;
}

#hero .offer .terms-link {
    display: block;
    margin-top: 25px;
    background: rgba(0,0,0,0.58);
    padding: 5px 5px 8px 5px;
    width:100%;
    color:#fff;
    font-weight:normal;
}

#hero .offer .terms-link a {
    font-size: 18.5px;
    font-weight:normal;
}


#hero a.terms-link{
    font-size:16px; /* full terms apply default was 18px*/
}


a.img-18-plus {
    text-decoration:none;
}


#responsible{
    margin-bottom:5px;
}

.responsible-text{
    position:relative;
    font-size: 18px;
    display: inline-block;
    padding-top:14px;
}

.plus18{
  
    position:relative;
    margin-right:10px;
}
    
@media (max-width:414px) and (max-width:1023px){
    
 .plus18{
    float: inherit;
    width:10%;
    margin-left:0px;
}   
    
}


#steps {
    background-color: #f1f1f1;
    text-align: center;
    position: relative;
    width: 100%;
/*     margin-top: 72vh; was 100vh at default */
    padding: 35px 0;
}


@media (max-width:768px){
  
  #steps {
    background-color: #f1f1f1;
    text-align: center;
    position: relative;
    width: 100%;
/*     margin-top: 100vh; was 100vh at default */
    padding: 10px 0; /*was 35px*/
}  
    
}


#steps .step-box {
    position: relative;
    border: 2px dashed #19b912;
    border-radius: 37px;
    background-color: white;
    padding: 20px;
    max-width: 100%;
    width: 330px;
    margin: 15px auto;
}

#steps .step-box span {
    display: block;
    text-transform: uppercase;
    line-height: 1;
}

#steps .step-box span.step-title {
    color: #005842;
    letter-spacing: 0.16px;
    font-size: 37px;
}

#steps .step-box span.step-sub-title {
    color: #005842;
    letter-spacing: 0.09px;
    font-size: 22px;
}

#steps .step-box span.step-code {
    color: #19b912;
    letter-spacing: 0.11px;
    font-size: 26px;
}



/*Background of the Best Slot games Section*/
#bestGames {
    position: relative;
    width: 100%;
/*    margin-top: 100vh;*/ /*margin-top was here because it was the first section, now it's the second, first is #steps*/
    padding: 50px 0;
    background-color: #fff;
    text-align: center;
}



#bestGames h2 {
    color: #31b426;
    margin-bottom: 30px;
    width:100%;
}

#bestgames .best-slot-games{
    display:flex;
    justify-content: center;
    align-content: center;
}

#providers {
    position: relative;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: #f1f1f1;
}

#providers .provider h2 {
    color: #0f3b1f;
}

#providers .provider img {
    margin-top: 80px;
}

#providers .gonzo {
    position: absolute;
    top: -50%;
    left: 5%;
    max-width: 20%;
}

#providers .gorilla {
    position: absolute;
    top: -42%;
    right: 5%;
    max-width: 20%;
}

#deposit {
    position: relative;
    width: 100%;
    background-color: #31b426;
    padding: 100px 15px;
    text-align: center;
}

#deposit h2, #deposit p {
    color: #fff;
}

#secure {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 100px 15px;
    text-align: center;
}

#secure h2 {
    color: #005842;
}

#terms {
/*     background-color: #f1f1f1; */
    padding: 50px 30px;
}

#terms h1 {
    font-size: 25px !important;
/*     font-size: 2.5rem; */
}

#terms h2 {
    font-size: 32px;
/*     font-size: 2rem; */
}

#terms p {
    font-family: 'avenir-heavy', sans-serif !important;
	margin: 20px 0;
    font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px !important;
}

#terms ol {
/*     padding-left: 40px; */
    font-size: 16px;
/*     font-size: 1.6rem; */
}

#terms ol li {
    margin: 10px 0;
}

#footer {
    background-color: #FFF;
    padding-top: 20px;
    word-break: break-all;
}

#footer p {
    font-family: 'avenir-heavy', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff;
}


#footer .payments ul{
    list-style: none;
}

#footer .payments ul li{
    width:auto;
    display:inline-block;
    margin:5px;
}

#footer .legal {
    background-color: #1D9411;
    padding: 20px 0;
    text-align: left;
    padding-bottom: 150px;
/*     font-size: 1.6rem; */
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
}

#footer .legal p {
    margin-bottom: 0
}

#footer .legal a {
    color: #000;
    text-decoration: underline;
}

#footer .legal ol, #footer .legal ul {
    padding-left: 40px;
}

#footer .legal ol li, #footer .legal ul li {
    margin: 10px 0;
}

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

#foot {
	padding-bottom: 110px;
}

#bottomBar {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0 10px 0;
    background-color: rgba(0,0,0,.9);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}

#bottomBar.show {
    bottom: 0;
}

.disclaimer {
    font-size:16px!important;
    font-weight: 700;
    color: #31b426;
    letter-spacing: 2px;
}

@media (max-width: 991px) { 
    
    #hero a.terms-link{
        font-size:11px;
    }
    
    #topBar p {
        max-width: 100%;
        text-align:center;
        font-size:12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.14px;
    }

    #topBar a {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.17px;
        color: #ffe600;
    }     
    
     .login {
        top: -20px;
        right: 1%;
        padding: 40px 10px 5px 10px;
    }
	#hero .offer {
    	width: 100%;
	}
}

@media (max-width: 767px) { 
    html {
        font-size: 50%;
    }
    
    #topBar p {
        max-width: 100%;
        text-align:center;
        font-size: 11px;
        font-weight:400;
        letter-spacing:0.13px;
    }
    
	.depositYourWay{
		padding-top: 50px;
	}
    
     .login {
        display: none
    }
    
    #hero .offer {
        top: 54%;
    }

    #hero .offer span {
        display: block;
        font-size: 2rem;
    }

    #providers .gonzo, #providers .gorilla {
        display: none;
    }
}

@media (max-height: 770px) and (min-width: 500px) {
    #hero {
        background-size: cover;
    }

    #hero .offer .ribbon {
        width: 50%;
    }

    #hero .cta, #bottomBar .cta {
        width: 260px;
        height: 60px;
        border-width: 5px;
        border-radius: 10px;
    }

    #hero .cta .text, #bottomBar .cta .text {
        height: 46px;
    }
    
    #bottomBar .cta {
        margin-top: 0;
    }

    #hero .seamus img {
        width: 300px;
    }
}

@media (max-width: 320px) {
    #hero .offer .ribbon {
        width: 70%;
    }

    #hero .cta, #bottomBar .cta {
        width: 250px;
        height: 60px;
        margin-top: 5px;
        border-radius: 10px;
        border-width: 7px;
    }
    
    #bottomBar .cta {
        margin-top: 0;
    }

    #hero .cta .text, #bottomBar .cta .text {
        height: 46px;
    }
}

a {
    text-decoration: underline;
}

#depositBG {
    margin-bottom:-1px;
}

#bestGames {
    margin-bottom:-1px;
}

#providers {
    margin-bottom:-1px;
}

#secure {
    margin-bottom:-1px;
}

@media(min-width:1024px) and (max-width:1199px){
    #hero .cta, #bottomBar .cta {
        width:262px;
    }

    #hero .offer .terms-link {
        width:262px;
        margin:38px auto;
    }


}

@media (min-width:1199px){
    #hero .cta {
        min-width:262px;
    }

    #hero .offer .terms-link {
        width:262px;
        max-width:262px;
        margin:35px auto;
    }
}


.payments{
    max-width:100%;
    margin-bottom:110px; 
    margin-top:30px;
}

.footer_icons{
    margin-bottom:40px;
}

.salient-text {
    font-size:17px !important;
	text-transform: uppercase;
}

.woodenbg{
	max-width: 100%;
}

ul, ol {
    font-family: 'bebas_neue_regularregular', sans-serif !important;
	font-weight: 700;
	letter-spacing: 2px !important;
}

footer .footer-icons {
	margin-top:30px !important;
    margin-bottom: 20px !important;
	text-align:center;
}

footer .footer-icons img {
    height: 30px;
    margin-right: 25px;
}

@media (max-width: 768px) {
	.salient-text{
		font-size: 11px !important;
	}
}

@media (max-height: 770px) and (min-width: 500px) {
	#bottomBar .cta {
        width: 260px;
        height: 60px;
        border-width: 5px;
        border-radius: 10px;
		margin-top: 0;
    }
	#bottomBar .cta .text {
        height: 46px;
    }
}

@media (max-width: 320px) {
	#bottomBar .cta {
        width: 250px;
        height: 60px;
        margin-top: 5px;
        border-radius: 10px;
        border-width: 7px;
	}
	#bottomBar .cta {
        margin-top: 0;
    }
	#bottomBar .cta .text {
        height: 46px;
    }
}

@media(min-width:1024px) and (max-width:1199px){
    #bottomBar .cta {
        width:262px;
    }
}
/* ---- */


