/*
 Theme Name:   Roach Busters
 Theme URI:    http://roachbustersinc.com/
 Description:  Elmax Child Theme
 Author:       1-Stop Design
 Author URI:   http://1stopdesign.com/
 Template:     elmax
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  elmax-child
*/

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

/* =Get Custom Stylesheets
-------------------------------------------------------------- */
@import url("style-menu.css");
@import url("style-responsive.css");
@import url("style-typography.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

#container {
	max-width:100%;
	margin:0 auto; 
	width:960px;
	clear:both;
	padding:0;
	}

body {
	font-family: 'Open Sans', sans-serif;
	background: #fff url(imgs/container.jpg) repeat-y 50% 0;
	}
a {
	color: #b5121b;
	}

#top-inner {
	max-width:960px;
	padding-top:20px;
	}
#top-wrap {
	background: #fff;
	}
	
#logo {
	margin:0;
	padding:0;
	}

.metaslider {
	clear:both;
	}
#content {
	line-height: 1.7em;
	padding: 0;
	max-width:100%;
	overflow: hidden;
	clear:both;
	width: 69%;
	float: left;
	}
#content .home-content{
	padding: 2%;
	max-width:100%;
	width: 96%;
	}
#content .content{
	padding: 1.5% 2.5% 1.5% 1.5%;
	max-width:100%;
	width: 95.5%;
	}
#sidebar {
	background: #fcb034 url(imgs/sidebar.jpg) repeat-y 50% 0;
	position:relative;
	padding: 0 0 1.5% 0;
	overflow: hidden;
	max-width:100%;
	float: left;
	width: 31%;
	}
#sidebar aside.widget{
	margin:10px auto 0 auto;
	padding:0;
	width:90%;
	}
#sidebar aside.widget.sidebar-image {
	margin:0 0 10px 0;
	width:100%;
	}
#sidebar .sidebar-image img{
	width:100%;
	height:auto;
	}
#sidebar ul {
	padding: 0;
	margin:0;
	}
#sidebar ul li {
	padding: 2px 0;
	font-size: 15px;
	font-weight: 600;
	}
#sidebar a {
	color:#fff;
	}
#sidebar a:hover {
	color: #B5121D;
}
form.wpcf7-form {
	margin-top:10px;
	margin-bottom: 36px;
	}
form.wpcf7-form p{
	line-height:0;
	padding:0;
	margin:0 0 12px 0;
	}
form.wpcf7-form input{
	padding:1%;
	margin:0;
	width:98%;
	}
form.wpcf7-form textarea {
	padding:1%;
	width:98%;
	margin:0;
	height:60px;
}
form.wpcf7-form button,
form.wpcf7-form html input[type="button"],
form.wpcf7-form input[type="submit"] {
	background-color: #b5121b;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:1px solid #680006;
	text-transform:none;
	padding:4px 0;
	max-width:100px;
	margin:8px 0 0 0;
	float:right;
	color:#fff;
	}
form.wpcf7-form button:hover,
form.wpcf7-form html input:hover[type="button"],
form.wpcf7-form input:hover[type="submit"] {
	background-color: #d11e27;
	color:#fff;
	}
form.wpcf7-form span.wpcf7-not-valid-tip{
	padding:12px 0 6px 0;
	font-weight:bold;
	color: #B5121B;
	font-size: 11px;
	display: block;
	}
div.wpcf7-response-output {
	margin: 2em 0.5em 0 0.5em;
	padding: 1em;
	}
div.wpcf7-validation-errors {
	background:#fff;
	border: 2px #B5121B solid;
	line-height:16px;
	font-size:14px;
	color:#B5121B;
	}
	
.metaslider .caption {
	font-weight:700;
	font-size:16px;
	background:#fff;
	padding:20px 10px;
	color:#000;
	}
	
.home .hentry, .archive .hentry, .hentry{
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
	overflow: hidden;
}
.hentry ul{
	margin-top:0;
	padding-top:0;
}
.hentry ul li{
	font-family: 'Open Sans',sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#fcb034;
	margin:0 0 6px 0;
	padding:0;
}


* {
	margin: 0;
}
html, body {
	height: 100%;
}
#container {
  min-height: 100%;
  /* equal to footer height */
	margin-bottom: -100px; 
}
#container:after {
  content: "";
  display: block;
}
footer, #container {
  /* .push must be the same height as footer */
	height: 100px; 
}

footer {
	background:#6d6e71;
	overflow:hidden;
	max-width:100%;
	border:none;
	width:100%;
	clear:both;
	float:left;
	}
footer a {
	text-decoration:underline;
	color:#fff;
	}
footer a:hover {
	color:#fcb034;
	}
footer .red{
	-webkit-box-shadow: 0px -6px 6px 1px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    0px -6px 6px 1px rgba(50, 50, 50, 0.37);
	box-shadow:         0px -6px 6px 1px rgba(50, 50, 50, 0.37);
	background:#b5121b;
	text-align:left;
	color: #fff;
	font-size: 11px;
	padding: 20px 0;
	margin:30px 0 0 0;
	width:100%;
	}
footer .center{
	max-width:920px;
	margin:0 auto;
	padding:0 20px;
	width:100%;
	}