/*
Theme Name:     Brainiac-Child
Theme URI: http://brainiacwebdesigns.com/
Author: Brainiac Web Designs
Author URI: http://brainiacwebdesigns.com/
Template: Brainiac
 Version:        1.0.0
*/
 @import url("../Brainiac/style.css");

/*REMOVE SPACE UNDER MAP ON CONTACT PAGE*/
.page-id-11 #main {
    padding: 0;
}
/*CUSTOMIZE CONTACT FORM SENT CONFIRMATION TEXT*/
div.wpcf7-mail-sent-ok {
    border: 1px solid #00004D !important;
}
/*REMOVE COMMENT SECTION ON CONTACT PAGE*/
.dt-fancy-separator.title-left {
    display: none;
}
/*REMOVE COMMENT LOGIN SECTION*/
.must-log-in.text-small {
    display: none;
}
/*HOMEPAGE SLIDER/MENU ALIGNMENT*/
.page-id-898 #main {
    margin-bottom: -70px;
    margin-top: -72px;
	padding: 0px;
}
/*REMOVE TESTIMONIAL PHOTO AND SLIDER DOT*/
#page .no-avatar {
    background: none repeat scroll 0 0 rgba(119, 119, 119, 0.08);
    display: none;
}
.rsCont .rsBullets {
    display: none;
}
/*REMOVE PORTFOLIO WEIRD ICONS*/
.filter {
    display: none;
}
/*MOBILE MENU BTN RADIUS*/
#mobile-menu {
    border-radius: 45px;
}
/*REMOVE BLOG AND CONTACT COMMENTING*/
.single #comments, .single .form-submit {
    display: none;
}
#commentform {
    display: none;
}
/*REMOVE "WEBSITE" AND DATE ON PORTFOLIO*/
.reply, .comment-meta, #reply-title small, .entry-tags, .portfolio-categories, .num-of-items, .entry-meta, .tp_recent_tweets .twitter_time, .vc-label-above .vc_label, .login-remember {
    display: none;
}
/*BRAINIAC BLUE BUTTON*/
.vc_btn-blue, a.vc_btn-blue, button.vc_btn-blue {
    background-color: #000066;
}