h3.btn-primary a {
    display: inline-block;
    min-width: 250px;
    background: #3498db;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
}

h3.btn-primary a:hover {
    color: #000;
}

.readmore .btn {
    background: transparent;
    border: 1px solid #000;
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 15px;
}

.mp_top1.sparky_cell {
    padding-right:0;
}

/* menurow */

.menurow {
    margin-top: 15px;
    margin-bottom: 15px;
}

.menurow > .sparky_container > .sparky_cell {
    padding-top:0;
    padding-bottom:0;
}

.menurow {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.menurow ul.menu > li > a, .menurow ul.menu > li > span {
    padding :0;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
}

.menurow ul.menu > li > a:hover, .menurow ul.menu > li > span:hover, .menurow ul.menu > li.active > a:hover {
    border-bottom: 5px solid #000;
    transition: all 0.3s;
}

.menurow ul.menu > li.active > a, .menurow ul.menu > li.active > span {
    border-bottom: 2px solid #000;
    transition: all 0.3s;
}

/* contentrow */

.contentrow {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-items .blog-item {
    margin-bottom: 30px;
}

.mp_right.sparky_cell {
    border: 3px solid #f39c12;
    padding: 24px;
    font-size: 16px;
    max-width: 250px;
    float: right;
}

.mp_right.sparky_cell h3 {
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
    padding-top: 0;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mp_right.sparky_cell p, .mp_right.sparky_cell h5 {
    font-size: 16px;
}

.mp_right.sparky_cell h5 {
    font-weight: bold;
    color: #666;
    line-height: 1.4;
}

/* footerrow */

.footerrow {
    background: #212121;
    color: #999;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footerrow p {
    font-size: 16px;
}

@media (max-width:767px) {
    
    .sparky_logo_image {
        text-align:center;
    }
    
    .menurow nav:not(.opened) ul.menu {
        display:none;
    }
    
    .mp_top1.sparky_cell {
        padding-right: 15px;
    }
    
    h3.btn-primary a {
        min-width: 100%;
    }
    
    .mp_right.sparky_cell {
        max-width: 100%;
        margin: 0 15px;
        width: calc(100% - 30px) !important;
    }
    
    .footerrow p {
        text-align: left !important;
    }
    

}