.btn.shortcode-btn {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    padding: 7px 15px;
    margin-right: 10px;
    margin-bottom: 30px;
    border: 2px solid #242424;
    border-bottom-width: 4px;
    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.shortcode-btn:hover, .btn.shortcode-btn:focus {
    background-color: #242424 !important;
    border-color: #242424 !important;
    color: #fff !important;
}

.btn.shortcode-btn.is-round {
    border-radius: 20px;
    padding: 7px 25px;
}

.btn.shortcode-btn.is-3d {
    border-radius: 6px;
    position: relative;
    z-index: 2;
}

.btn.shortcode-btn.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;
}

.shortcode-dropcap.is-default {
    text-transform: uppercase !important;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    font-size: 60px;
    line-height: 60px !important;
    text-align: center;
}

.shortcode-dropcap.is-background {
    background-color: #242424;
    text-transform: uppercase !important;
    color: #fff;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    font-size: 54px;
    line-height: 54px !important;
    padding: 10px;
    text-align: center;
}

.shortcode-dropcap.is-art {
    position: relative;
}

.shortcode-dropcap.is-art:before, .entry.post-excerpt .shortcode-dropcap.is-art:before {
    content: attr(title);
    font-size: 86px;
    position: absolute;
    left: -10px;
    top: -10px;
    line-height: 1;
    opacity: .05;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
}

.shortcode-accordion {
    display: block;
    margin-bottom: 45px;
}

.shortcode-accordion h3.accordion-item-title {
    font-size: 15px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 2px solid #242424;
    cursor: pointer;
}

.shortcode-accordion h3.accordion-item-title:before {
    content: '+';
    display: inline-block;
    margin-right: 7px;
}

.accordion-item-content {
    display: none;
    margin: 0;
    padding: 20px;
    background-color: #f8f8f8;
}

.row.shortcode-row {
    display: block;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.shortcode-col {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media only screen and (max-width: 767px) {
    .shortcode-dropcap.is-art:before, .entry.post-excerpt .shortcode-dropcap.is-art:before {
        font-size: 64px;
    }
}