/*
    Theme Name: BestBuild - Child Theme
    Theme URI: http://bestbuild.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: BestBuild | Construction, Building and Architecture WordPress Theme is a corporate theme designed and developed particularly for Construction, Building and Architecture companies or those with similar services. We built this theme on Visual Composer, a very convenient drag-n-drop PageBuilder for WordPress. It should provide you with the smoothest experience while creating your website with our theme.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: Construction, building, architecture, business, construct, construction theme, build, WordPress, visual composer, architect, portfolio, services, projects, erection, preconstruction, general contracting
    Text Domain: bestbuild-child
    Template: bestbuild

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/



/* Add your own styles here */

pre {
   padding: 0;
   border: none;
}

/* Transparent Header */
body.header_style_transparent #header {
    height: 260px;
}

#header {
   margin-bottom: 0 !important;
   min-height: 200px !important;
}

.header_top {
   padding-top: 20px;
}

.top_nav .icon_text strong {
    font-size: 20px;
    color: #ED1E24 !important;
}

.icon_text .text {
   position: relative;
   top: 4px;
}

.icon_text .icon i {
   color: #fff;
}

/* slider overlay */
.construction_slider h2:before {
   display: none;
}

/* Call to action strip */
body .vc_call_to_action {
   background-image: none !important;
}


/* Icons border top remove */
.icon_box.icon_left h5:before {
   display: none;
}

.icon_text {
   top: 4px;
}

.icon_box.icon_left p {
   font-size: 16px;
}

/* Widgetized Footer */
.footer_widgets_wrapper {
   background: #3d3d3d;
}

.footer_widgets .widget_title h4:before {
    display: none;
}

.footer_widgets_wrapper .textwidget {
   text-align: justify;
}

/* Copyright Footer */
.footer_wrapper {
   background: #000;
}

.copyright {
   color: #fff;
}

/* HOME */

/* Home Posts Grid */
.vc_gitem-post-data h4:before {
    display: none;
}

.vc_gitem-post-data h4 {
   font-size: 22px;
   margin-top: 10px;
   color: #ED1E24;
   font-weight: bold;
}

.vc_grid-item-mini .vc_custom_1419240516480 {
   background-color: #ffffff !important;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
   display: none;
}

/* Testimonial */
.testimonials_module .testimonial {
   background: none;
   border: 1px solid #D6D6D6; 
   border-radius: 4px;
}

/* Single Post */
.stm_post_details {
   display: none;
}

/* Contact Page */
/* icons */
.page-id-633 .wpb_wrapper .widget_contacts .text {
  font-size: 14px;
}

/* Form */
/* Contact Form */
.wpcf7 input[type="submit"] {
  background: #1E73BE;
  color: #fff;
  font-weight: bold;
  padding: 10px 50px;
  border: 1px solid #9B9B9B;
}

.wpcf7 input[type="submit"]:hover {
   background:#fff;
   color: #1E73BE;
}

.wpcf7-text, .wpcf7-textarea {
  background: #FFFFFF;
  border: 1px solid #9B9B9B;
  border-radius: 2px;
  padding: 6px;
  width: 100%;
  margin-bottom: 20px;
}