.btn.btn-shortcode {
    display: inline-block;
    background-color: #111;
    color: #fff !important;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    border: none;
    padding: 10px 20px;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 30px;
    text-decoration: none !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

body {
    display: none;
}

.btn.btn-shortcode:hover, .btn.btn-shortcode:focus {
    background-color: #bdd9c3 !important;
    color: #fff !important;
}

.btn.btn-shortcode.is-round {
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.btn.btn-shortcode.is-3d {
    border-radius: 6px;
    position: relative;
    z-index: 2;
}

.btn.btn-shortcode.is-3d:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 3px;
    bottom: -3px;
    background-color: inherit;
    border-radius: 6px;
    opacity: .7;
}

.dropcap-shortcode.is-default {
    text-transform: uppercase !important;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    color: #282828;
    font-size: 60px;
    line-height: 60px !important;
    text-align: center;
    font-weight: 600;
}

.dropcap-shortcode.is-background {
    background-color: #111;
    text-transform: uppercase !important;
    color: #fff;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    font-size: 54px;
    line-height: 54px !important;
    padding: 6px 12px 10px 12px;
    text-align: center;
    font-weight: 600;
}

.dropcap-shortcode.is-art {
    position: relative;
}

.dropcap-shortcode.is-art:before, .entry.post-excerpt .dropcap-shortcode.is-art:before {
    content: attr(title);
    font-size: 70px;
    font-style: italic;
    position: absolute;
    left: -10px;
    top: -10px;
    line-height: 1;
    opacity: .2;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
}

.post-excerpt .dropcap-shortcode.is-art:before {
    font-size: 40px;
}

.accordion-shortcode {
    display: block;
    margin-bottom: 45px;
}

.accordion-shortcode h3.accordion-item-title {
    font-size: 15px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
}

.accordion-item-content {
    display: none;
    margin: 0;
    padding: 20px;
    background-color: #fdfdfd;
}

.row.row-shortcode {
    display: block;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.col-shortcode {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
