#gallery-1 img {
    border: 2px solid #fffcfc; !important;
}
.wpcf7-form:not(.vu_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit) {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    color: #414141;
    height: auto;
    box-shadow: none;
    outline: 0;
    border: 1px solid #1679c8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 5px;
    background-image: none;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.vu_posts-page .vu_blog-post .vu_bp-meta .vu_bp-m-item {
    margin-right: 15px;
    display: none;
}
.vu_bp-social-networks a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #1679c8;
}
.vu_contact-form-7 {
    border-radius: 1px;
    box-shadow: 0 1px 3px #ddd;
    background-color: #ffffff1f;
}
label {
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
}
.vu_sidebar .widget {
    font-size: 14px;
    line-height: 24px;
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0 1px 3px 1px #1679c8;
    background-color: #fff;
}
.vu_main-navigation ul.sub-menu li a {
    display: block;
    font-weight: normal;
    padding: 8px 0;
    color: #080808;
}
.btn.btn-secondary:hover, .btn.btn-secondary.btn-default:hover, .btn.btn-secondary.btn-inverse {
    border-color: #bf1e04;
    background-color: #a91f09; !Important;
}
.vu_pricing-table {
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0 2px 6px #dd3333;
    background-color: #fff;
}