/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/* play now button */
#playNow {
    background: rgba(0, 0, 0, 0) linear-gradient(#df2942, #951700) repeat scroll 0 0;
    border-radius:10px;
    width: 15rem;
    text-align: center;
    padding: 0.75rem 1.25rem;
    color: white;
    font-weight: bold;
    float: right;
    position: relative;
    top: -10rem;
    right: 6.5rem;
    font-size: 2rem;
    cursor: pointer;
}

#playNow:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(#f26175, #bc1f02) repeat scroll 0 0;
}

#playNowText {
    /*background: rgba(0, 0, 0, 0) linear-gradient(#df2942, #951700) repeat scroll 0 0;*/
    /*border-radius:10px;*/
    width: 28rem;
    text-align: center;
    padding: 0.25rem;
    color: white;
    font-weight: normal;
    position: relative;
    top: -12rem;
    right: -43.5rem;
    font-size: 14px;
}

div#nyroModalFull div#nyroModalWrapper {
    background: none !important;
}

/* registration box */
.register-box, .fb-login-box {
    position: relative;
    display: block;
    float: left;
    width: 400px;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 4px solid #ccc;
}


.register-box header, .fb-login-box header {
    display: block;
    width: 360px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(100%, #dcdcdc));
    background-image: -webkit-linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    background-image: -moz-linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    background-image: linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.register-box header h2, .success-box header h2, .fb-login-box h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.register-box header h3, .fb-login-box header h3 {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.success-box header h2, .fb-login-box h2 {
    font-size: 1.4rem;
}

.register-box .content, .fb-login-box content {
    display: block;
    width: 370px;
    height: auto;
    background-color: rgba(130,199,49,0.9);
    background: url("../img-register-background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 15px;
}


.register-box footer, .fb-login-box footers {
    display: block;
    width: 400px;
    height: 52px;
    padding: 20px 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(100%, #dcdcdc));
    background-image: -webkit-linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    background-image: -moz-linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    background-image: linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    text-align: center;
}


.register-button {
    font-size: 1.55rem;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD73737', endColorstr='#FF8C1C1C');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…gd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eca1a1), color-stop(50%, #d73737), color-stop(100%, #d11a19));
    background: -webkit-linear-gradient(#eca1a1,#d73737 50%,#d11a19);
    background: -moz-linear-gradient(#eca1a1,#d73737 50%,#d11a19);
    background: -o-linear-gradient(#eca1a1,#d73737 50%,#d11a19);
    background: linear-gradient(#eca1a1,#d73737 50%,#d11a19);
    -webkit-box-shadow: #f9e1e1 0 1px 0 inset;
    -moz-box-shadow: #f9e1e1 0 1px 0 inset;
    box-shadow: #f9e1e1 0 1px 0 inset;
    border: 1px solid #ba1716;
    color: #fff;
    text-shadow: #be2626 0 1px 0;
    font-weight: bold;
    padding: 0.5em 0.5em;
}


.fb-button {
    font-size: 1.25rem;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF426ECA', endColorstr='#FF244382');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…gd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a6bae6), color-stop(50%, #426eca), color-stop(100%, #3b5998));
    background: -webkit-linear-gradient(#a6bae6,#426eca 50%,#3b5998);
    background: -moz-linear-gradient(#a6bae6,#426eca 50%,#3b5998);
    background: -o-linear-gradient(#a6bae6,#426eca 50%,#3b5998);
    background: linear-gradient(#a6bae6,#426eca 50%,#3b5998);
    -webkit-box-shadow: #e1e8f7 0 1px 0 inset;
    -moz-box-shadow: #e1e8f7 0 1px 0 inset;
    box-shadow: #e1e8f7 0 1px 0 inset;
    border: 1px solid #344e86;
    color: #fff;
    text-shadow: #315aaf 0 1px 0;
    height: auto;
    font-weight: bold;
    padding: 0.4rem 0.4rem;
}

.fb-wrapper {
    display: block;
    width: 400px;
    height: auto;
    padding: 20px 0;
    text-align: center;
    background: #ccc;
}

input[type="text"]:hover, input[type="password"]:hover {
    box-shadow: 0px 0px 10px #313131;
}
input[type="text"], input[type="password"] {
    font-family: Helvetica,Arial,sans-serif;
    display: inline-block;
    height: 45px;
    padding: 3px 4px;
    font-size: 20px;
    line-height: 24px;
    color: #313131 !important;
    width: 365px;
    margin-bottom: 20px;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(100%, #e8e8e8));
    background-image: -webkit-linear-gradient(top, #ffffff 50%,#e8e8e8 100%);
    background-image: -moz-linear-gradient(top, #ffffff 50%,#e8e8e8 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%,#e8e8e8 100%);
    background-image: linear-gradient(top, #ffffff 50%,#e8e8e8 100%);
    border: none;
}

.register-box label {
    color: #000;
}

.success-box, .fb-success-box, .fb-login-box {
    position: relative;
    display: block;
    width: 500px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 4px solid #fff;
    margin-right: auto;
    margin-left: auto;
}

.success-box header, .fb-success-box header {
    display: block;
    width: 460px;
    height: 40px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(100%, #dcdcdc));
    background-image: -webkit-linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    background-image: -moz-linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    background-image: linear-gradient(top, #ffffff 50%,#dcdcdc 100%);
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.success-box .content, .fb-success-box .content, .fb-login-box .content {
    display: block;
    width: 470px;
    height: auto;
    /*background-color: rgba(130,199,49,0.9);*/
	background-color: rgba(225,224,224,0.9);
    /*background: url("../img-register-background.jpg") no-repeat;*/
    padding: 20px 15px 5px;
    font-size: 16px;
    line-height: 22px;
    text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;
}

.success-box .content a {
	color: black;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;	
}

.success-box .content .wp-block-button a {
    padding: 10px 30px 10px 30px;
	color: white; 
	border-radius:10px; 
	background:linear-gradient(181deg,rgb(194,231,35) 0%,rgb(126,147,34) 100%)
}

div#nyroModalContent{
    width: 580px !important;
    height: auto !important;	
}

div#nyroModalWrapper {
    width: 550px !important; 
    height: auto !important;	
}

div.form-error {
    color: red;
    font-size: 1rem;
    font-weight: bold;
}

/* mobile stuff */
@media screen and (max-width:767px){
    #playNow{
        width: 5rem;
        font-size: 1rem;
        top: -3.5rem;
        right: 0.5rem;
    }
}
