hr {
    background: #7ccefc;
    height: 1px;
    border: none;
    margin: 15px 0px;
}

.profile hr {
    display: none;
}
.profile .box {
	margin-top: 20px;
}

.profile .box.large {
	padding: 0% 3%;
}

.profile .box h2 {
    color: #445777;
    font-weight: 100;
    font-size: 1.4em;
}
.profile .box h2 strong {
	padding-right: 20px;
}
.profile .box li a {
    color: #fff;
    font-weight: 100;
    line-height: 1.5;
}
.profile .box li .red {
	color: #445777!important;
}

.profile .pagecontent .box {
	background-color: transparent!important;
}

.profile-details {
	line-height: 1.5;
}

.profile-details .col-1-4 {
	font-weight: bold;
	width: 30%;
}


.profile label {
    float: left;
}
.profile form input[type=text], .profile form input[type=password], .profile form input[type=email], .profile form textarea {
    width: 68%!important;
}

.profile form textarea, .profile form input, .profile form select {
    border: 1px solid #445777!important;
    padding: 10px!important;
    width: 90%!important;
    font-size: 1em!important;
    border-radius: 10px!important;
}
.profile form select {
    width: 95%!important;
}
.profile .box.large form button {
	border-radius: 10px;
	font-weight: 100;
	padding: 10px 30px;
	float: right;
    font-weight: normal;
    margin-right: 20px;
}

.profile .box.event-status {
    background-color: rgba(68, 87, 119, 0.3)!important;
}
.profile .event-status a {
    color: #445777;
    font-weight: normal;
}
.profile .event-status span {
    margin-top: 5px;
}


.profile .box.large span {
    width: 70%;
    margin-left: 170px;
}
.profile-details .postcode {
    margin-top: 45px;
}

.box.large {
    background: transparent!important;
    color: #445777!important;
    padding: 3% 1%!important;
}

.box.large textarea, .box.large input, .box.large select {
    border: 1px solid #445777!important;
}

.box.large ul {
    list-style: none;
    display: inline-block;
    padding: 0px;
}
.box.large .errorlist {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}
.box.large span {
    clear: both;
    margin-top: 20px;
}

.box.large h2 {
    border-bottom: 1px solid #7ccefc;
    padding: 0px 0px 15px;
}


.box.large label {
    width: 25%;
    float: left;
    margin-right: 20px;
}
.box.large input {
    float: none;
     width: 70%!important;    
}

.create-profile .inner, .create-profile .inner2 {
    padding-right: 20px;
    margin-top: 20px;
}
.create-profile .inner2 {
    border-left: 1px solid #7ccefc;
    padding-left: 20px ;
} 

.box.large .create-profile textarea, .box.large .create-profile input {
    width: 65%!important;
}

.box.large .create-profile select {
    width: 70%!important;
}
.box.large .create-profile span {
    margin-left: 135px;
    width: 80%;
}
.box.large .create-profile button {
    margin-right: 20px;
}
.box.large ul {
    width: 35%;
    padding-left: 30px;
}

.box.large form button {
    border-radius: 10px!important;
    font-weight: 100!important;
    margin-top: 20px;
}

.verticalLine {
    width: 1px;
    background-color: #7ccefc;
    height: 100%;
    border: 1px solid #7ccefc;
}

.box.large form input[type=text], .box.large form input[type=password], .box.large form input[type=email], .box.large form textarea, .box.large form select {
    padding: 10px!important;
    font-size: 10pt;
}

.profile .box.large form p {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .profile .box.large span {
        width: 100%;
        margin-left: 0px;
    }
    .box.large label, .box.large input, .box.large select, .box.large ul, .box.large textarea {
        width: 90%!important;
        padding-left: 0px;
        float: none;
    }
}



.large.light.box textarea, .large.light.box input {
    width: 65%!important;
}
.large.light.box select {
    width: 70%!important;
}

/*
.box.large .col-1-2 h2 {
    font-size: 1.4em;
    margin-top: 30px;
    font-weight: 100;
}




.box.large form input[type=text], .box.large form input[type=password], .box.large form input[type=email], .box.large form textarea {
    margin: 10px 0px;
}
.box.large form select {
    width: 90%!important;
    margin: 15px 0px;
}
*/



.loginforminner p button {
    float: none !important;
}

header h1 a img, header h1 a:link img, header h1 a:visited img {
    width: 65% !important;
}




.from-event .inner {
    padding-right: 20px;
}
.from-event .right {
    border-left: 1px solid #7ccefc;
    padding-left: 20px;
}
 .from-home .left {
    border-right: 1px solid #7ccefc;
    padding-right: 20px;
    padding-left: 0px!important;
}
.from-home .inner {
    padding-left: 20px;
}


a.button, a.button:link, a.button:visited, button {
    padding: 10px 30px!important;
}



#id_membership_type {
    width: 72%;
}



.django-message {
    border-radius: 10px;
}


nav ul li a:hover {
    color: #7ccefc !important;
}

.event-content ol li ul {
    width: 100%;
}

.event-content ol li ul li {
    padding: 4px;
}

i.ii {
    width: 22px;
    height: 22px;
    background-color: #FFFF88;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    border: 1px solid #888888;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
}

i.ii:hover {
    background-color: #999999;
    color: #ffffff;
}

.mfp-content {
    width: 28% !important;
    background-color: #ffffff;
    padding: 3%;
}