/*
Theme Name: Rita Ora
Theme URI: http://www.ritaora.com/
Author: Ava D'Antimo
Author URI: http://avadantimo.com
Description: ritaora
*/

html,
body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    font-family: Helvetica, "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #000;
}

nav {
    position: fixed;
    z-index: 10;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    padding: 0 25px;
    margin: 0 auto;
    max-width: 600px;
}

nav a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    display: inline-block;
}

nav ul li {
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

nav ul li:first-child {
    display: none;
}

nav ul li:last-child {
    margin-right: 0;
}

nav.scrolled {
    background-color: #000 !important;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

nav.scrolled a {
    color: #fff;
}

main {
    height: 100%;
}

section {
    box-sizing: border-box;
}

#home {
	position: relative;
	min-height: 100%;
    padding: 58px 0;
    background-color: #ffb3ab;
    background: url('images/bg-blank.jpg') no-repeat 50% 50%;
    background-size: cover;
}

#home-content {
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

#home #phoenix {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 425px) {
    #home #phoenix {
        max-width: 240px;
    }
}


#pre-order {
    /* display: block; */
    display: inline-block;
    border: 2px solid #fff;
    height: 35px;
    /* width: 100%; */
    padding: 0 45px;
    /*margin-bottom: 15px;*/
    line-height: 37px;
    text-align: center;
    color: #000;
    /* color: #fff; */
    -webkit-transition: 200ms;
    transition: 200ms;
    margin: 25px auto;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

#logo {
    height: 50px !important;
    margin: 25px auto 0;
}

.socials {
    text-align: center;
}

.socials li {
    margin-right: 30px;
}

.socials li:last-child {
    margin-right: 0;
}

.socials a {
    font-size: 23px;
    color: #000;
}

#video {
    padding: 0;
}

#video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

#video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    color: black;
}


/* Music */

#music {
    padding: 50px 0;
    text-align: center;
}

#music header {
    margin-bottom: 25px;
}

#music #slider {
    padding: 0 20px;
}

.single {
    padding: 0 15px;
}

.single img {
    width: 100%;
    margin-bottom: 10px;
}

.single p {
    display: inline-block;
    margin: 0;
    padding: 7px 10px 5px;
    border: 2px solid #000;
}


/* #listen-now:hover, */

.single a:hover p {
    color: #dcdbdb;
    border-color: #dcdbdb;
    -webkit-transition: .2s;
    transition: .2s;
}

.single a:focus {
    outline: none;
}

.phoenix {
    text-align: center;
    color: #fff;
    margin: 25px;
    font-weight: 700;
}

.phoenix span {
    font-weight: 300;
}

.tour {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    background-color: black;
    color: white;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    padding: 15px 40px;
    text-align: center;
    box-sizing: border-box;
}

.tour span {
    display: inline-block;
}

#ritaora {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 10px;
}

#tour {
    padding: 50px 25px;
    text-align: center;
    border-bottom: 1px solid #000;
    background-color: #ffb3ab;
}

#music header,
#tour header {
    margin-bottom: 40px;
}

#tour h1,
#music h1 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px 0;
    display: inline-block;
    border-bottom: 1px solid #000;
}

#tour #divider,
#music #divider {
    display: none;
    width: 30px;
    height: 1px;
    background-color: #000;
}

#tour .widget_row {
    font-family: Helvetica, "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
    border-bottom: 1px solid #000;
    padding: 25px 0;
}

#tour .widget_row .event_location {
    width: 69%;
}

#tour .widget_row .featuring-artists {
    display: none;
}

#signup {
    text-align: center;
    padding: 50px 30px;
}

#signup p {
    margin: 0 auto 25px;
}

#signup #line-break {
    display: block;
}

#signup-form {
    margin: 0 auto;
    max-width: 400px;
}

.error {
    font-size: 14px;
    font-style: italic;
    color: red;
    margin-bottom: 10px;
}

.error,
#thankyou {
    display: none;
}

input[type="text"],
#submit {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Helvetica, "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    outline: none;
    background-color: #000;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
    color: #fff;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

#submit {
    margin-bottom: 0;
}

#submit:hover {
    cursor: pointer;
}

#shop {
    text-align: center;
    padding: 50px 0 100px;
}

#shop a {
    padding: 15px 40px;
    border: 2px solid #000;
}

#shop a:hover {
    color: #dcdbdb;
    border-color: #dcdbdb;
}

footer {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #000;
}

footer .socials {
    margin: 0 0 10px;
}

#terms {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 9px;
}

@media only screen and (min-width: 410px) {
    nav ul li {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 465px) {
    #signup #line-break {
        display: inline;
    }
}

@media only screen and (max-width: 480px) {
    #tour .widget_row .event_date,
    #tour .widget_row .event_location,
    #tour .widget_row .event_links {
        width: 100%;
    }
    #tour .widget_row .event_location {
        padding: 15px 0;
    }
    #tour .widget_row .event_links {
        float: none;
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
    }
}

@media only screen and (min-width: 580px) {
    #listen-now {
        max-width: 275px;
    }
}

@media only screen and (min-width: 801px) {
    nav ul li:first-child {
        display: inline-block;
    }
    nav ul li {
        margin-right: 50px;
    }
    #shop {
        display: none;
    }
    #music,
    #tour,
    #signup {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    #video {
        height: 100%;
    }
    #video-wrapper {
        padding: 0;
        height: 100%;
    }
    #signup p:first-child {
        margin-bottom: 40px;
    }
    .socials li {
        margin-right: 26px;
    }
    .socials a {
        font-size: 18px;
    }
    footer #terms {
        font-size: 11px;
        font-weight: bold;
    }
}

@media only screen and (min-width: 700px) and (min-height: 600px) {
    #home #phoenix {
        max-width: 350px;
    }
	
	#home-content {
		padding: 0;
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	} 
}

@media only screen and (min-width: 700px) and (min-height: 760px) {
    #home #phoenix {
        max-width: 480px;
    }
}
@media only screen and (min-width: 700px) and (min-height: 980px) {
    #home #phoenix {
        max-width: 700px;
    }
}

.gdpr {
    text-align: center;
}

.gdpr a {
    cursor: pointer;
    color: inherit;
}

.global-checkbox {
    display: block;
    padding: 1.5em 0;
}

.global-checkbox input {
    width: initial;
    margin: 5px 15px 0 0;
}

.disclaimer {
    display: none;
    margin: 10px auto;
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    text-transform: none;
}