/* blog css describing the blog */
.ui-button.medium{
    color:#14c767;
}
.ui-button.ghost.medium{
    border-color:#14c767;
}
.ui-button.soundcloud{
    color:#ff5a00;
}
.ui-button.ghost.soundcloud{
    border-color:#ff5a00;
}
.horizontal-divider.medium-line:after,
h1.title.medium-line:after{
    background-color:#14c767;
}
.horizontal-divider.soundcloud-line:after,
h1.title.soundcloud-line:after{
    background-color:#ff5a00;
}

section.blog .edge-content,
section.blog .edge-content--lower,
section.blog .edge-content--lower:before,
section.blog .edge-content--upper{
    background-color:#fff;
}
section.blog .edge-content--lower:before{
    box-shadow:0px 0px 100px rgba(0,0,0,.8);
    box-shadow:0px 0px 0px rgba(0,0,0,0);
}
section.blog h1{
    font-size:7em;
}
section.blog .columns--2 h2{
    text-align:left;
    font-family:"Playfair Display",sans-serif;
    font-size:2.2em;
    padding:0 0 20px 0;
    width:100%;
    line-height:130%;
}
section.blog h5 a{
    color:#14c767;
    text-decoration:none;
}
section.blog .button-wrapper{
    padding:20px 0 0 0;
}

section.soundcloud .edge-content,
section.soundcloud .edge-content--lower,
section.soundcloud .edge-content--lower:before,
section.soundcloud .edge-content--upper{
    background-color:#f4f4f4;
}
section.soundcloud .edge-content--lower:before{
    box-shadow:0px 0px 100px rgba(0,0,0,.8);
    box-shadow:0px 0px 0px rgba(0,0,0,0);
}
section.soundcloud .edge-scrollDownButton.green{
    background-color:#27c56b;
}
section.soundcloud .edge-floatup{
    padding-top:70px;
}
section.soundcloud .soundcloud-wrapper{
    width:100%;
    max-width:460px;
    height:600px;
    display:block;
    margin:0 auto 40px auto;
    border-radius:2px;
    overflow:hidden;
    box-shadow:0px 2px 10px rgba(0,0,0,.1);
    background-color:#ff5a00;
    background-image:url('../img/icon-soundcloud.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:32px 32px;
}
section.soundcloud .soundcloud-wrapper iframe{
    width:100%;
    height:100%;
}