/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.form-4 {
    /* Size and position */
    /*width: 40%;
    margin: 0 auto 30px;
    padding: 10px;
    position: relative;*/

    /* Font styles */
    /*font-family: 'Open Sans', Arial, sans-serif;
    color: white;
    text-shadow: 0 2px 1px rgba(0,0,0,0.3);*/
    width: 355px;
}

.form-4 input[type=text] {
    /* Size and position */
    width: 225px;
    margin:0 10px 0 0;
    /*float:left;
    padding: 8px 4px 8px 10px;
    margin-bottom: 15px;*/

    /* Styles */
    border: 1px solid #37001d;  Fallback 
    border: 1px solid rgba(55,0,29, 0.9);
    background: rgba(255,255,255,0.75);
    border-radius: 5px;
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/

    /* Font styles */
    font-family: 'Open Sans', Arial, sans-serif;
    color: #a40057 !important;
    font-size: 16px;
}

/* Placeholder style (from http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css) */

.form-4 input::-webkit-input-placeholder {
    color: rgba(164,0,87,0.75);
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

.form-4 input:-moz-placeholder {
    color: rgba(164,0,87,0.75);
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

.form-4 input:-ms-input-placeholder {
    color: rgba(164,0,87,0.75);
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

.form-4 input[type=text]:hover:hover {
    border-color: #333;
}

.form-4 input[type=text]:focus:focus,
.form-4 input[type=submit]:focus {
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1),
        0 0 0 3px rgba(255,255,255,0.15);
    outline: none;
}

/* Fallback */
.no-boxshadow .form-4 input[type=text]:focus,
.no-boxshadow .form-4 input[type=password]:focus {
    outline: 1px solid white;
}

.form-4 input[type=submit] {
    /* Size and position */
    width: 110px;
    margin:2px 0 0 0;
    /*padding: 8px 5px;*/
    
    /* Styles */
    background: #a40057;
    background: -moz-linear-gradient(rgba(164,0,87,0.75), rgba(109,0,58,0.85));
    background: -ms-linear-gradient(rgba(164,0,87,0.75), rgba(109,0,58,0.85));
    background: -o-linear-gradient(rgba(164,0,876,0.75), rgba(109,0,58,0.85));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(99,64,86,0.75)), to(rgba(109,0,58,0.85)));
    background: -webkit-linear-gradient(rgba(164,0,87,0.75), rgba(76,49,65,0.85));
    background: linear-gradient(rgba(164,0,87,0.75), rgba(109,0,58,0.85));    
    border-radius: 5px;
    border: 1px solid #4e3043;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif;
}

.form-4 input[type=submit]:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(109,0,58,0.5);
}

/* Fallback */
.no-boxshadow .form-4 input[type=submit]:hover {
    background: #a40057;
}

.form-4 label {
    display: none;
    /*padding: 0 0 5px 2px;*/
    cursor: pointer;
}

.form-4 label:hover ~ input {
    border-color: #333;
}

.no-placeholder .form-4 label {
    display: block;
}

.joinussubtitle {
	font-family: 'PT Serif', serif !important;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	float:left;
	margin-bottom:20px;
	-webkit-text-shadow: 2px 2px 1px black;
	-moz-text-shadow: 2px 2px 1px black;
	text-shadow: 2px 2px 1px black;
}

.joinush3 {
	font-size: 30px;
	margin-top: 0 !important;
	color: #fff !important;
	-webkit-text-shadow: 2px 2px 1px black !important;
	-moz-text-shadow: 2px 2px 1px black !important;
	text-shadow: 2px 2px 1px black !important;
}

.x-content-band {padding: 10px 0 0 0 !important;}

h3 {margin-top:10px;}