/* Register and Login */
#bb1 {
    margin-top: 20px;
}
#bb1 p {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    padding: 5px;
    color:#B87333;
}
#bb1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#bb2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 16px;
    border-left: 1px dotted rgb(197, 187, 187);
}

#bb2 a:link, #main a:link { text-decoration: underline;}

#main {
    padding: 10px;
}

.wp-caption {
    position: relative;
    padding: 0;
    margin: 0;
}

.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wp-caption:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
    z-index: 1;
}
.wp-caption-text {
    display: block;
    position: absolute;
    width: 100%;
    color: white;
    left: 0;
    bottom: 0;
    padding: 20px 20px 10px 14%;
    font-weight: 500;
    font-size: 6vw;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* set invite class here for hiding register box*/
.invite {
    display: none;
}

.mid img {
    position: relative;
    margin-top: 40px;
    margin-left: -20px;
}

.req {
    color :orangered;
}

.reqT {
    color: cadetblue;
    font-size: 10px;
}