/*
Theme Name: Conveyor Belt Services Theme
Theme URI: http://www.cbsrubber.com/
Description: This is the theme for Conveyor Belt Services.
Author: Kimberly Holmes
Author URI: http://wafisherinteractive.com/
License: 
License URI: 
Template: wafish
Version: 0.1
*/
@import url("../wafish/style.css");
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #6d6d6d;
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased;
	background: url(images/background.jpg) repeat top left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	text-transform: uppercase;
	color: #37517e;
	line-height: 1em;
}
h1 {
	font-size: 2em;
	margin-bottom: .4em;
}
h2 {
	font-size: 1.8em;
	margin-bottom: .4em;
}
h3 {
	font-size: 1.6em;
	margin-bottom: .4em;
}
h4 {
	font-size: 1.4em;
	margin-bottom: .4em;
}
h5 {
	font-size: 1.2em;
	margin-bottom: .4em;
}
h6 {
	font-size: 1.1em;
	margin-bottom: .4em;
}
p, ul, ol {
	margin-bottom: .8em;
	line-height: 1.4em;
}
a {
	color: #d01d1d;
	transition: all .2s linear;
}
a:hover, a:focus {
	color:  #f9b34b;
}
em, i {
	font-style: italic;	
}
b, strong {
	font-weight: 700;	
}
button, .button {
	background: none;
	border: 1px solid #d01d1d;
	color: #d01d1d;
	margin-bottom: 0;
	padding: 10px 20px;
	font:inherit;
	transition: all .3s linear;
}	
button:hover, .button:hover, button:focus, .button:focus {
	border-color: #f9b34b;
	color: #f9b34b;
	background: none;
}
.row {
	max-width: 1200px;	
}
.row.header {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
}
.row.header .columns {
	padding: 0;
}
header {
	width: 100%;
	text-align: center;
}

.orbit-timer, .orbit-container .orbit-prev, .orbit-container .orbit-next {
	margin-top: -9999em;	
}
.orbit-bullets-container {
	text-align: right;
	height: 0;	
	margin-right: 10px;
}
.orbit-bullets {
	top: -20px;
	z-index: 300;
}
.orbit-bullets li {
	background: #fff;
	width: 0.75rem;
  	height: 0.75rem;
  	opacity: .7;
}
.orbit-bullets li.active {
	background:	#f9b34b;
	opacity: 1;
}
.row.features {
	margin-bottom: 50px;
	margin-top: 50px;	
}
.featurebox {
	padding: 30px 10px;
	display: block;
	width: 100%;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	text-align: center;
}
.featureheading {
	color: #37517e;
	font-size: 2em;
	margin-bottom: .5em;
	display: block;
	font-weight: 700;
	text-transform: uppercase;	
}
.continentallogo {
	padding: 10px;
	display: block;
	width: 100%;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	text-align: center;
	margin-bottom: 30px;
}
.postthumb {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);	
}
.testimonials {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fab44c;	
	padding: 70px 50px;
	text-align: center;
	color: #fff;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);	
}
.testimonials .testimonialheading {
	display: block;
	font-size: 1.66667em;
	font-weight: 700;
	margin-bottom:.5em;
}
.testimonials .testimonialname {
	font-style: italic;
	color: #37517e;	
}
footer {
	margin: 50px auto 0;	
}
footer .companyinfo{
	background: #37517e url(images/logo-white.png) no-repeat center center;	
	color: #fff;
	padding: 30px 20px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);	
}
footer .companyinfo a {
	color: 	#f9b34b;
}
footer .companyinfo a:hover {
	opacity: .8;
}
footer .footerheading {
	font-size: 1.6667em;
	font-weight: 700;
	text-transform: uppercase;	
}
footer .companyinfo .columns p:last-of-type {
	margin-bottom: 0;	
}
footer .textright {
	text-align: right;	
}
footer .copyright {
	font-size: .8em;
	text-align: center;
	width: 100%;
	line-height: 1.2em;
	padding: 15px;
}
footer .copyright a {
	color: #37517e;	
}
.row.content {
	margin-top: 50px;	
}
.row.content ul {
	margin-left: 40px;
	list-style: disc;
}
.row.content ul[class*="block-grid-"] {
	margin-left: 0;
	list-style: none;	
}
.row.content ol {
	margin-left: 40px;
	list-style: decimal;
}
#sidebar > li {
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 30px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
}
#sidebar ul {
	margin-left: 0;	
}
.timeline {
	background-color: #fff;
	padding-top: 20px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);	
}
.timeline h2 {
	padding-left: 20px;		
}
.products {
	margin-top: 50px;
}	
.products li div {
	background-color: #fff;
	background-size: cover;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
		height: 0;
	padding-bottom: 100%;	
}
.products li div h4 {
	color: inherit;
	padding: 20px;
	background-color: rgba(255,255,255,.8);
	display: block;

}
.flex-video {
	margin-bottom: 0;	
}
.locations div {
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
}
ul.productlist > li div.product {
	background: #fff;	
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
}
ul.productlist .grid-sizer {
	width:48%;
	margin: 10px 1%;	
}
@media screen and (min-width:641px) {
	.top-bar {
		height: auto;
		background: #ffffff;
	}
	.top-bar .title-area {
		float: none;	
		height: auto;
		max-height: 200px;
		background: #ffffff;
	}
	.top-bar .name {
		height: auto;	
	}
	.top-bar .title-area .name a img {
		max-width: 75%;	
	}
	
	.top-bar .top-bar-section {
		float: none;	
		background: #ffffff;
		margin: 20px 0;
	}
	.home .top-bar .top-bar-section {
		margin: 40px 0 0;
	}
	.top-bar .top-bar-section ul {
		font-size: 1em;	
	}
	.top-bar-section ul li {
		float: none;
		background: #ffffff;	
	}
	.top-bar-section ul li a:not(.button) {
		display: block;
		width: 100%;
		float: none;
		background: none;
		color: #6d6d6d;
		font-family: inherit;
		font-size: 1em;
		text-align: center;
		text-transform: uppercase;
	}
	.top-bar-section li:hover > a:not(.button), .top-bar-section ul li.current_page_item > a, .top-bar-section ul li.current_page_parent > a {
		background: #f4f4f4;
		color: #d01d1d;
	}
	.top-bar-section .dropdown {
		top: 0;
		left: 100%;	
		width: auto;
		text-align: left;
	}
	.top-bar-section .has-dropdown > a {
		padding-right: 15px!important;	
		
	}
	.top-bar-section .has-dropdown > a:after {
		border-color: transparent transparent transparent #c3c3c4;
		margin-top: -4.5px;
	}
	.top-bar-section ul li ul li {
		background: rgba(255,255,255,.8);	
	}
	.top-bar-section .dropdown li a:not(.button) {
		line-height: 45px;
		padding: 0 15px;	
		width: auto;
		text-align: left;
	}
}
@media screen and (max-width:1024px) and (min-width:641px) {
	.top-bar .title-area, .top-bar .title-area .name a img {
		height: 190px;	
	}
	.home .top-bar .top-bar-section, .top-bar .top-bar-section {
		border-top: 1px solid #f6f6f6;	
		margin: 0;
	}
	.top-bar-section ul {
		width: 100%;
		
		background: none;
	}	
	.top-bar-section ul li {
		display: inline-block;
		background: #ffffff;	
	}
	.top-bar-section .dropdown {
		top: auto;
		left: 0;	
		width: auto;
	}
	.top-bar-section .has-dropdown > a {
		padding-right: 35px!important;	
	}
	.top-bar-section .has-dropdown > a:after {
		border-color: #c3c3c4 transparent transparent transparent ;
		margin-top: -2.5px;
	}
}
@media screen and (max-width:640px) {
	#wpadminbar {
		position:fixed!important;	
	}	
	.top-bar {
		height: 195px;	
	}
	.top-bar .title-area {
		background-color: #fff;	
	}
	.top-bar.expanded .title-area {
		background-color: #fff;	
	}
	.top-bar .name a img {
		height: 130px;	
	}
	.top-bar .name {
		padding: 10px;
		height: 150px;
		border-bottom:  1px solid #f6f6f6;		
	}
	.top-bar .toggle-topbar.menu-icon {
		right: auto;
		position: relative;
		top: auto;
		margin-top: 0;
		padding-left: 0;
		height: 45px;
		width: 100%;
		text-align: left;
		padding: 0 12px;
	}
	.top-bar .toggle-topbar.menu-icon a {
		color: #c3c3c4;	
		text-indent: 0;
		font-size: .9em;
		line-height: 45px;
		width: 100%;
		height: 45px;
	}
	.top-bar.expanded .title-area .toggle-topbar.menu-icon a, .top-bar .toggle-topbar.menu-icon a:hover {
		color: #d01d1d;
	}
	.top-bar .toggle-topbar.menu-icon a i {
		float: right;	
		line-height: 45px;
	}
	.top-bar-section ul {
		text-align: left;
		background: #ffffff;
		border-top: 1px solid #f6f6f6;
	}
	.top-bar-section ul li > a {
		font-family: inherit;
		background: #ffffff;	
		color: #6d6d6d;
		font-size: .9em;	
		
	}
	.top-bar-section ul li > a:hover, .top-bar-section ul li > a:focus, .top-bar-section ul li.current-menu-item > a {
		background: #f4f4f4;
		color: #d01d1d;
	}
	.top-bar-section .has-dropdown > a:after {
		border-color: transparent transparent transparent #c3c3c4;
	}
	.top-bar-section .dropdown li.title h5 a {
		color: #d01d1d;
		font-size: .9em;
		padding-left: 12px;
		background: #f6f6f6;	
	}
	.top-bar-section .dropdown li.title h5 a:before {
		content: '\00AB';	
		margin-right: 5px;
	}
	.featurebox {
		margin-bottom: 30px;	
	}
	.row.features {
		margin-bottom: 20px;	
	}
	footer .companyinfo, footer .textright {
		text-align: center;	
	}
	footer .textright {
		margin-top: 30px;
	}	
}


/*FORMS*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	margin-bottom: 0px!important;
}	

.ginput_container {
	margin-top: 0!important;		
}
.gform_wrapper .top_label .gfield_label {
	margin-bottom: 5px!important;	
}
.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
	margin: 0!important;
	letter-spacing: normal!important;
	font-size: .75em!important;
}
.featured-story img {
	max-width:40%;
	margin-left: 30px;	
}