.addevent {
   background: #EFEFEF;
   padding: 20px 50px;
   position: relative;
   -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.addevent > div > div {
   text-align: right;
   margin-bottom:20px;
}

.addevent:after {
   content:'';
   position: absolute;
   top: -10px;
   right: 75px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 10px 10px 10px;
   border-color: transparent transparent #EFEFEF transparent;
}

.addeventCategory:after {
    right: 90px;
}

.criarWrap{
    background: white;
    margin-top: 40px;
    border-radius: 4px;
    padding: 30px 0;
    float: left;
    width: 100%;
}
.criarWrap h1{
    text-align: center;
    font-weight: 100;
    font-size: 30px;
    margin:0px;
}
.criarWrap p{
    text-align: center;
    font-size: 14px;
    margin-bottom:30px;
}
.addevent i {
   padding:10px;
   background: #FF5400;
   border-radius: 50%;
   cursor: pointer;
}
.criar{
    padding:0 60px;
}
.criar h1{
   text-align: center;
   font-weight: 100;
   font-size: 30px;
   margin:0px;
}
.criar >p{
   text-align: center;
   font-size: 14px;
   margin-bottom:30px;
}
.eventitem >div>div:last-of-type{
    text-align: right!important;
}
.eventitem p{
    margin:0;
    text-align: left;
}
.eventitem h3{
    margin:0;
    font-size: 20px;
    color: #393937;
    font-weight: 900;
}
.eventitem{
    padding:30px;
    background: white;
    border-radius: 4px;
    margin:10px 0;
    text-align: left;
}
.type{
    background:#F9F9F9;
    padding:50px;
    border-radius:4px;
}
.type button:disabled{
    background: #EE4459!important;
    color:white!important;
}
.type h3{
    font-size: 20px;
    font-weight: 100;
    margin:6px 0 0 0;
}
.event{
    padding: 50px;
    background: #f9f9f9;
    margin-bottom:10px;
    border-radius:4px;
}
.event .title{
    font-family: 'Open Sans';
    font-size: 40px;
    color: #2b2b29;
    text-align: left;
    margin:0;
    font-weight: 100 !important;
    border: none;
    background: transparent;
    width: 100%;
    resize: none;
    overflow: hidden;
    font-weight: normal;
    height: 55px;
    margin-bottom: 30px;
}

.title::-webkit-input-placeholder {
    opacity: 0.5;
}
.title::-moz-placeholder {
    opacity: 0.5;
}
.title:-ms-input-placeholder {
    opacity: 0.5;
}
.title:-moz-placeholder {
    opacity: 0.5;
}



.event >p{
    font-size: 14px;
    text-align: center;
}
.event>p >i{
    margin-right:5px;
}
.event input.date{
    font-size: 14px;
    font-weight: 100;
    text-align:left;
    border: none;
    background: transparent;
}
.eventdayhour{
    border:1px solid #efefef;
    padding:20px;
    border-radius: 4px;
    text-align: center;
}
.eventdayhour input{
    font-size: 40px;
    font-weight: bold;
    height: 30px;
    line-height: 0.8;
    text-align:left;
    width: 135px;
    border: none;
    background: transparent;
}
.eventdayhour input::placeholder{
    font-size: 40px;
    font-weight: bold;
}
.eventdayhour p{
    margin:0!important;
    line-height: 0.8;
    text-align:left;
}
.event>div{
    float: initial!important;
}

.text {
    border-radius: 4px;
    font-size: 25px;
    background-color: #ffffff;
    border: solid 1px rgba(0,0,0,0.1);
    color: #9b9797;
    padding: 10px 15px;
    width: 100%;
    line-height: 135%;
    position: relative;
}

.text:focus {
    box-shadow: 0 0 10px 0 rgba(33, 25, 21, 0.05);
    border: solid 1px #e5e5e5;
}

.text.transparent {
    border:1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    background-color: transparent;
}
.text.transparent:focus {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
}
::-webkit-input-placeholder {
    opacity: 0.5;
}
::-moz-placeholder {
    opacity: 0.5;
}
:-ms-input-placeholder {
    opacity: 0.5;
}
:-moz-placeholder {
    opacity: 0.5;
}
.continuewrap{
    margin-top:30px;
}
.continueitem{
    background: #F9F9F9;
    padding:20px;
    border-radius: 4px;
    margin-bottom:1px;
}
.continueitem button{
    padding:7px 17px;
}
.continueitem i{
    padding: 10px;
    background: #FF5400;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}
.continueitem p{
    text-align: left;
    color: #272724;
    font-size: 14px;
    margin:0;
    padding: 5px 0px;
}


@media (max-width: 800px) {
    .event,
    .criar,
    .type {
        padding-left: 15px;
        padding-right: 15px;
    }
}