.header-white .header-social {
    background: #314953;
    <!--#10439e-->;
}



#main-slider .small-caption {
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}

.copyright {
    color: #d1d1d1;
    float: left;
    font-size: 14px;
    line-height: 60px;
    display: none;
}

.cta-link > a {
    background: none repeat scroll 0 0 #0fb7f0;
    border-bottom: 3px solid #0fb7f0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 60px;
}

.call-to-action .title, .call-to-action .call-to-action-desc {
    color: #000;
    font-weight: 300;
}

.latest-post {
    padding: 0px 0;
}

.portfolio {
    background: none repeat scroll 0 0 #2156b2;
    padding: 90px 0 0;
    text-align: center;
}

.home-title {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
}

.about {
    padding: 0px 10px;
    position: relative;
}

.btn-wrapper .btn, .btn-wrapper a {
    border: 2px solid #fff;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 30px;
}

.btn-wrapper .btn:hover, .btn-wrapper a:hover {
    background: #fff;
    text-decoration: none;
    color: #000;
}

.call-to-action .calltoaction-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e7eaec;
}


.header-white #site-navigation .staple-menu > ul > li:hover > a:after, .header-white #site-navigation .staple-menu > ul > li.current-menu-item > a:after, .header-white #site-navigation .staple-menu > ul > li.current-menu-ancestor > a:after, .header-white #site-navigation .staple-menu > ul > li.current-menu-parent > a:after {
    bottom: -1px;
    background-color: #0fb7f0;
}

.footer-block .textwidget {
    color: #fff;
    font-size: 14px;
}

.footer-block a {
    border-bottom: 1px dotted #000;
    color: #fff;
}

.search-icon i {
    cursor: pointer;
    color: #154aa6;
}

.top-footer {
    padding: 55px 0 15px;
    background: #022a5f;
}



.site-info {
    background: none repeat scroll 0 0 #314953;
}

.navigation .nav-links a, .bttn, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: none repeat scroll 0 0 #0fb7f0;
    border: medium none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 10px 15px;
    position: relative;
    text-shadow: none;
}

.main-title span {
    border-bottom: 4px solid #0fb7f0;
    bottom: -2px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

.footer-block .widget-title {
    color: #fff;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#main-slider .staple-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.76)), color-stop(100%,rgba(0,0,0,0.25)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    display: none;
}

#blog-post article.hentry, .search article.hentry, .archive article.hentry, .tag article.hentry, .category article.hentry {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: none;
}