/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://www.breezecomputers.net/wp-content/themes/twentytwelve
 Description:  Twenty Twelve Child Theme
 Author:       Oliver Rahm
 Author URI:   http://www.breezecomputers.net
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

/*contact form 7 vertical*/
span.wpcf7-list-item {
  display: block !important;
}

/*remove page title*/
body.home .entry-header {
    display: none;
}
/*position correctly from the top*/
.site-content {
	margin-top: 10px;
}

/*adding logo on top*/
.site {
	background-image: url("/wp-content/uploads/2015/01/zeros-ones-bigger3.jpg");
}


/*clearing for upper right widget*/
.clear {
	clear: both;
}

/*trying to get phone number on the right corner*/
#voodoo-top-bar
{
	float:right;
}

.widget
{
	font-size: 14px;
}

.widget {
    background: #d3d3d3;
    background: rgba(211, 211, 211, 0.4);
/*  border: 4px double #ffffff;*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    padding: 5px;
    margin-top: 15px;
/*    -webkit-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
    -moz-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
    box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);*/
    list-style-type: none;
}

#maui-logo {
	height: 182px;
    	width: 264px;
	padding-right: 100px;
	padding-left: 5px;
	float:right;
}

#header_group {
	height: 90px;
	width: 280px;
	padding-top: 40px;	
	float:left;
}

/* Footer Widgets */
#footer-sidebar {
display:block;
height: 50px;

}

#footer-sidebar1 {
float: left;
width: 310px;
margin-left:5px;
margin-right:5px;

}

#footer-sidebar2 {
float: left;
width: 310px;
margin-right:40px;
}

#footer-sidebar3 {
float: left;
width: 260px;
}

#footer-sidebar1 .widget {
background: 000;
}

#footer-sidebar2 .widget {
background: 000;
}

#footer-sidebar3 .widget {
background: 000;
}
