span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.7em;
    font-weight: normal;
    display: block;
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
}
.wpcf7-form-control-wrap{
	display: block;
}
.form-section .step-item form p{
	margin-bottom: 0;
}
#form input[type="submit"]{
	display: none;
}
.social_login{
    font-size: 1.8em;
}
.social_login a{ 
    color: #fff;
    margin: 0 5px;
}
.addthis_inline_share_toolbox_hqqu{
    margin: 0em 0 0 10px;
}
.participant-item-video{
    position: relative;
    overflow: hidden;
}
.participant-item-video i{
    font-size: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -40px;
    z-index: 1;
}
.participant-item-video iframe{
    z-index: 99;
    position: relative;
}


.wrapper {
    max-width: 680px;
    margin: 60px auto;
    padding: 0 20px;
}

.youtube-custom {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube-custom img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.youtube-custom .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube-custom .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube-custom img,
.youtube-custom .play-button {
    cursor: pointer;
}
.youtube-custom img,
.youtube-custom iframe,
.youtube-custom .play-button,
.youtube-custom .play-button:before {
    position: absolute;
}
.youtube-custom .play-button,
.youtube-custom .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube-custom iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.youtube-custom img,
.partisipants-section .participant-item .participant-image img{
    max-width: 100%!important;
}


input{
    max-width: 100%;
}