/*!
Theme Name: slamipl
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: slamipl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

slamipl is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
*{
    margin:0;
    padding:0;
    outline: 0 none !important;
    box-shadow: none !important;
}
*, :after, :before {
    box-sizing: border-box;
}
ul, ul li, ol, ol li{
    list-style: none;
    padding-left:0;
    margin-bottom:0;
}
a{
    text-decoration:none !important;
    color:currentColor;
    transition: all 0.3s ease 0s;
}

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

body,html{
    overflow-x: hidden;
}

body{
    font-family: 'HelveticaNeue';
    font-size: 18px;
    line-height: 1.06;
    color: #fff;
    font-weight: normal;
    background: #000000;
}

.br-16{
    border-radius:16px;
}

h1{
    font-size:64px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom:25px;
    color:#fff;
}

h2{
    font-size: 40px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #D35B30;
    margin-bottom:25px;
}

p{
    margin:0;
}

a.cta-link{
    color:#D35B30;
    transition: all 0.3s ease 0s;
}

.cta-btn{
    transition: all 150ms ease-in-out;
    background: #D35B30;
    border:1px solid #D35B30;
    border-radius:5px;
    padding:16px 22px;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 1.23;
    text-transform: uppercase;
    color:#fff;
    margin-top:32px;
    display: inline-flex;
}
.cta-btn:hover{
    background: #fff;
    border-color: #fff;
    color:#D35B30;
}

.top-logo-link{
    display: inline-flex;
    margin:19px 0;
    padding:5px 0;
}

.mt-main{
    margin-top:96px;
}

.main-banner{
    /*background-image: url('images/main-banner-back.png');*/
    background-color: #17191D;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding:10px 0 75px;
}

.main-banner-img-back{
    position: relative;
    width:100%;
    text-align: center;
}
.main-banner-img-back:after{
    content:'';
    background: #17191D;
    border-radius: 16px;
    position: absolute;
    bottom:0;
    left:0;
    top:65px;
    width:100%;
    z-index: 0;
}
.main-banner-img-back .player-img{
    position: relative;
    z-index: 1;
}
.extra-padding1{
    padding-right:25px;
}
.extra-padding2{
    padding-left:25px;
}

.logo-back{
    background: #17191D;
    border-radius:16px;
    margin:0 16px;
    text-align: center;
    width:358px;
    height:208px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-back img{
    max-height: 80%;
}

.joinus-inner-wrapper{
    /*background-image: url('images/cta-main-back.png');*/
    background-color: #17191D;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
    padding:32px 292px;
}

.footer-wrapper{
    background-color: #17191D;
    border-radius: 16px;
    padding:0 110px;
}
.footer-top-block{
    padding-top:64px;
    padding-bottom:70px;
}
.footer-space-area{
    justify-content: space-between;
}
.footer-logo-area{
    max-width: 303px;
}
.footer-logo-link{
    margin-bottom:30px;
    display: inline-flex;
}
.followus-area h5{
    color: #9B9B9B;
    margin-bottom:30px;
}
ul.footer-links{
    display:flex;
    align-items: center;
}
ul.footer-links li{
    margin-right:16px;
}
.followus-area .mail-link{
    color:#9B9B9B;
}
.followus-area .mail-link a{
    color:#9B9B9B;
}
.followus-area .mail-link a:hover{
    color:#D35B30;
}

.footer-bottom-block{
    padding:36px 0;
    border-top:1px solid #9B9B9B;    
}
.copyright-part{
    display:flex;
    justify-content: space-between;
    color:#9B9B9B;
}
.copyright-part .copyright{
    text-transform: uppercase;
}
.copyright-part a{
    color: #D35B30;
}

/* Login and Signup pages CSS Start Here */

.main-site-content {
    color: #ffffff;
}
.login-regis-form input.bidells-input, .login-regis-form textarea {
    font-size: 16px !important;
    letter-spacing: 0.14px;
    line-height: 18px;
    color: #111;
    font-weight: 400;
}
.login-regis-form .bidells-input {
    width: 100%;
    border: none;
    border-left: 6px solid #D35B30;
    padding: 15px;
    border-radius: 0 2px 2px 0;
}
.login-regis-form .bidells-input,
.login-regis-form .iti.iti--allow-dropdown{
    margin-bottom: 20px;
}
.login-regis-form input[type="text"], 
.login-regis-form input[type="email"], 
.login-regis-form input[type="password"], .login-regis-form textarea {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    outline-offset: 0;
    outline: none;
}
.login-regis-form a.lost-password {
    color: #D35B30;
}
.login-regis-form p,
.inner-new-wrapper p {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.5;
    color: #fff;
}
.inner-new-wrapper p{
    margin-bottom:1rem;
}
.login-regis-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    width: 100%;
}
.login-regis-form input[type="submit"]{
    padding: 0.76rem 1rem;
    width:100%;
    text-align: center;
    justify-content: center;
}
.inner-new-wrapper {
    margin-top: 100px;
}
.control-checkbox.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 4px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 0px solid #000000;
}
.control:hover input~.control_indicator, 
.control input:focus~.control_indicator {
    background: #f5f5f5;
}
.control input:checked~.control_indicator {
    background: #D35B30;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control input:checked~.control_indicator:after {
    display: block;
}
.registration-content ul {
    padding-left: 25px;
    margin-bottom:1rem;
}
.registration-content ul li {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.5;
    color: #fff;
    list-style: disc;
}
.country {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.5;
    color: #000000;
}
.iti__country{
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.5;
    color: #000000; 
}
.top-header-area{
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.login-btn-part{
    position: absolute;
    right:20px;
    display: flex;
}
.header-login-buttons {
    background-color: transparent;
    color: #ffffff;
    font-weight: normal;
    line-height: 14px;
    width: auto;
}
.bidells-header-buttons {
    transition: background 150ms ease-in-out;
    background: #D35B30;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    outline: none;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #D35B30;
    display: block;
    padding: 13px 15px 12px;
    border-radius: 4px;
    width: auto;
    text-align: center;
    text-decoration: none !important;
}
.bidells-header-buttons:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #D35B30 !important;
}
.header-login-buttons-outline {
    background-color: transparent;
    color: #D35B30;
    font-weight: normal;
    line-height: 14px;
    width: auto;
}
.bidells-header-buttons-outline {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    outline: none;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #D35B30 !important;
    display: block;
    padding: 13px 15px 12px;
    border-radius: 4px;
    width: auto;
    text-align: center;
    text-decoration: none !important;
    margin-left:20px;
}
.bidells-header-buttons-outline:hover {
    border-color: #D35B30;
    background: #D35B30;
    color: #fff !important;
}
.header .logo {
    max-height: 60px;
}
.iti.iti--allow-dropdown{
    width: 100%;
}
.login-regis-form .iti.iti--allow-dropdown label.error{
    bottom: -15px;
    left: 0;
}
.frmOuter{
    position: relative;
}
.login-regis-form label.error,
.login-regis-form span#phone-error.error {
    position: absolute;
    left:12px;
    bottom:5px;
    color:#ff0000;
    font-size: 12px;
    font-weight: normal;
    margin:0;
}
.login-regis-form span#phone-error.error{
    left:0;
    bottom:-15px;
}
.login-regis-form .white-link{
    text-decoration: underline !important;
}
.login-regis-form .white-link:hover{
    color:#D35B30;
}
#message-msg{
    color: #D35B30;
    margin-bottom: 10px;
    font-size: 16px;
}
.login-regis-form .control.control-checkbox{
    position: relative;
}
.login-regis-form .control.control-checkbox label.error{
    bottom: -20px;
    left: 0px;
}