/*
Theme Name: Pest Wise
Theme URI: http://www.pestwise.co.uk/
Description: Pest Wise Wordpress Theme
Version: 1.0
Author: Leo Matthews
Author URI: http://www.leomatthews.com
*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic);

@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}

/* Global Styles */

html, body {
  height: 100%;
  font-family: 'Lato';
}

body {
	background: url(images/bg.png) repeat-x;
	color: #000000;
	background-color: #F8F8F8;
}

.wrapper {
	background-color: #FFFFFF;
	box-shadow: 0 0 13px #CCCCCC;
}

.main-content {
	margin-top:15px;
}

h1 {
	font-size: 25px;
	margin-top: 5px;
	color: #000;
}

.woocommerce h1 {
	border-bottom: none;
}

h2 {
	font-size: 23px;
	color: #000;
	margin: 15px 0;
}

h3 {
	font-size: 22px;
	color: #000;
	padding-bottom: 5px;
}

a { color: #218B21; }
a:hover { color: #218B21; }

/* Header */

header .logo img {
	margin: 15px 5px;
}

header .header-cta {
	margin-top: 40px;
	font-size: 18px;
	color: #208B20;
	font-weight: bold;
}

header .header-cta span {
	color: #000;
	display: block;
	margin-top: -5px;
}

@media(min-width:767px) and (max-width: 992px){
	header .header-cta {
		margin-top: 0px;
	}
}

@media(max-width:767px){
	header .header-cta {
		margin-top: 0px;
		font-size: 16px;
		color: #208B20;
	}
}

.header-right img {
	float: right;
	margin-right:-15px;	
}

.navbar-collapse { max-height:none; padding-left: 0px; padding-right: 0px; }

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1;
 /* change this to change the background color of a colored section */
}

#content-right {
	margin: 0 0 15px -15px;
	background-color:#f1f1f1;
}

@media (max-width: 991px) {
	#content-right {
		margin: 15px 0 15px 0px;
	}
}

#content-right h3 {
	margin: 0 0 10px 0;
}

#content-right ul.widgets {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content-right ul.widgets > li {
	padding: 15px 15px 10px;
}

#content-right ul.widgets ul {
	list-style: circle inside;
	padding: 0;
	margin: 0;
}

#content-right input, #content-right textarea {
	width: 100%;
	padding: 5px 10px;
	margin-bottom:5px;
	box-sizing:border-box;
	border:1px solid #CCC;
}

#content-right input[type=submit] {
	width:80px;
	background-color:#228B22;
	border:none;
	color:#fff;
}

#searchform label {
	display: none;#searchform #searchsubmit
}

/* Half Page Height Carousel Customization */

.navbar { margin-bottom: 0px; }

.navbar-inverse {
	border: none;
	background-color: #228B22;
}

.navbar-inverse .navbar-nav > li > a { color:#ffffff; }

.navbar-toggle { margin-right: 0; }

.nav > li > a { padding: 12px 25px; font-size: 14px; text-transform: uppercase; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .nav > li > a:hover, .nav > li.current-menu-item > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .dropdown-menu {
	background-color: #000000;
}

.dropdown-menu > li > a { color: #fff; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #fff; background: #228B22; }

.dropdown-menu > li.current-menu-item > a {
	background: #000;
}

.navbar-nav > li > .dropdown-menu { margin-top: -1px; }

.navbar {
	min-height: 44px;
}

.item,
.active {
  height: 100%;
}

@media(min-width:768px){
	.navbar-collapse {
		margin: 0 -15px;	
	}
}

#sidebar-carousel {
	margin-top: 15px;
}

#sidebar-carousel .carousel-caption {
	position: static;
	padding-bottom: 0;
}

#sidebar-carousel .carousel-caption h4 {
	margin-top: -5px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}

.carousel-control {
	display: inline-block;
	position:absolute;
	top: 74%;
	font-size: 75px;
	width: 50px;
}

a.carousel-control, a:hover.carousel-control { color: #fff; text-decoration: none; }

.carousel-control .icon-prev:before {
	content:'';
}
.carousel-control .icon-next:before {
	content:'';
}

.carousel-caption {
	left:0;
	bottom: 95px;
}

.carousel-caption h3 {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 0;
	float: left;
	font-weight:bold;
}

.carousel-caption p {
	background-color: rgba(0,0,0,0.5);
	font-size:18px;
	font-weight:bold;
	color: #fff;
	display: inline-block;
	padding: 7px 15px;
	margin-top: 0;
	float: left;
	clear: left;
}

.breadcrumb { margin-top:20px; margin-bottom:0px; }

/* Footer Styles */

.footer-top {
	background-color:#EDEDED;
	padding:15px 15px;
}

.footer-top h5 {
	color: #000;
	font-size: 16px;
	font-weight:bold;
}

.footer-top ul {
	padding:0;
	margin:0 0 0 15px;
}

.footer-top ul li {

}

.footer-top ul li a {

}

.footer-top #searchform {
	margin-top:15px;
}

footer {
  padding: 10px 0 15px;
  background-color: #228B22;
  color: #ffffff;
  font-size:12px;
}
footer p {  margin:0; }
footer a { color: #ffffff; }
footer a:hover { color :#ffffff; }

/* Responsive Styles */

@media (max-width: 1200px) {
	.nav > li > a { padding:15px 18px; }
}

@media (max-width: 991px) {
	.nav > li > a { padding:15px 15px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel { height: 70%; }
	.nav > li > a { padding:15px 12px; }
	.logo { background:none; }
	.slogan { background:none; }
}

@media (max-width: 767px) {
	.carousel { height: 70%; }
	.logo { background:none; }
	.slogan { background:none;  }
	.nav > li > a { padding: 8px 15px; }
	.navbar-nav { margin: 10px 0; }
}

@media (max-width: 480px) {
	.carousel-control {
		top: 10%;
		font-size: 65px;
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
   .collapse {
       display: none !important;
   }
}

#searchform  input[type=text] {
	width: 70%;
	float: left;
}

#searchform #searchsubmit {
	width: 30%;
}

.homepage-content .woocommerce ul.products li.product a img, .homepage-content .woocommerce-page ul.products li.product a img {
	margin: 0;	
}

.page-numbers li {
	border: 1px solid #222;	
}

.blog .post {
	border-bottom: 1px solid #222;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.blog .post h2 {
	margin: 10px 0;	
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}