/*
Theme Name: BuildMe - Child
Theme URI: http://buildme.freevision.me/
Author: freevision
Author URI: http://themeforest.net/user/freevision/portfolio
Description: BuildMe is a sleek and elegant WordPress business theme best suited for construction company, architecture firm and other related business. 
Version: 3.3
Text Domain: buildme
Domain Path: /lang
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, white, yellow, tan, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Template: buildme
*/

@import url("../buildme/style.css");


body.single #main > .container #content, body.single #main > .container #sidebar, body.has-page-title #main > .container {
    padding-top: 0px !important;
	margin-top: 0px !important;
	background: #000000;
	font-size: 18px;
}

#header .logo-bar-wrapper {
    height: 90px;
	background: #000000;
}

#logo-side-info-bar > li * {
    color: #000000 !important;
}

#header #top-menu {
	background: #000000;
    line-height: 148px;
    height: 148px;
}

#header #info-bar .top-social-icons {
	display: none;
}


#header #info-bar .content-font {
	display: none;
}

#info-bar #logo-side-info-bar>li {
    border: 0 !important;
}

body {
	font-size: 18px !important;
}


element.style {
}
#logo-side-info-bar>li h4, .menu-item-search i {
    color: rgba(255,255,255,1) !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
}

.wrapper {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(200px,fr));
    }

.wpcf7-form-control wpcf7-text wpcf7-email wpcf7-textarea {
    width: 100%;	
}

.post.regular-blog {
    position: relative;
    background-color: #ef7d00;
	color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

#content a:not(.ms-btn), #sidebar a, #footer a, .alternate-text-color, #footer-widget-bar > .container > .widget-area a:hover, .fancybox-inner a, #woocommerce-lightbox-cart a {
    color: #fff !important;
}

#content .post .post-meta span.c {
	display: none !important;
}

.boxheight {
	height: 500px !important;
}

#wireless {
	overflow: visible;
}

.lu600 {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
}

.lu600 iframe,  
.lu600 object,  
.lu600 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



