/*
Theme Name: Pneumatrol
Theme URI: http://www.pneumatrol.com/
Description: Engineered Pneumatic Solutions
Author: Piranha Solutions
Author URI: http://www.piranha-solutions.com
Version: 1.0
*/



/* General Styles */
* {
	margin:0;
	padding:0;
}

body {
	-webkit-font-smoothing:antialiased;
	font-family:'Open Sans', Arial, sans-serif;
	background-color:#fff;
	font-size:14px;
	line-height:1.25;
	color:#525252;
	margin:0;
	padding:0;
}

p {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	color:#525252;
	line-height:22px;
	margin-bottom:20px;
}

a {
	color:#AC191F;
	text-decoration:underline;
}

a:focus {
	outline:none;
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'armata', Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 25px 0;
}

h1 {
	font-size:42px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:21px;
}

h4, h5, h6 {
	font-size:18px;
	line-height:25px;
}

img {
	max-width:100%;
	height:auto;
	border:none;
}

.alignleft {
	float:left;
	margin:0 25px 30px 0;
}

.alignright {
	float:right;
	margin:0 0 30px 25px;
}

.alignnone {
	margin:0 0 30px 0;
}

.aligncenter {
	margin:0 auto 30px auto;
}

ul, ol {
	margin:0;
}

.widget {
	list-style:none;
}

table {
	width:100%;
	height:auto !important;
	/*table-layout:fixed;*/
	margin-bottom:20px;
}

table td {
	padding:5px 15px 5px 0;
	vertical-align:top;
}

.clear {
	clear:both;
}

@font-face {
    font-family:'armata';
    src: url('font/armata-regular-webfont.eot');
    src: url('font/armata-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/armata-regular-webfont.woff2') format('woff2'),
         url('font/armata-regular-webfont.woff') format('woff'),
         url('font/armata-regular-webfont.ttf') format('truetype'),
         url('font/armata-regular-webfont.svg#armataregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
/* End General Styles */



/* Header */
.header {
	padding:25px 15px 0px 15px;
	position:relative;
}

.header ul {
	margin-bottom:0;
}

.header-widget {
	float:right;
	margin-left:4px;
}

.header .widget {
	display:inline-block;
	padding:6px 25px 6px 40px;
	background:url(images/phone-icon.png) no-repeat left center;
}

.header .widget p {
	font-family:'armata';
	font-size:22px;
	margin:0;
}

.header .icons {
	float:right;
	margin-left:10px;
}

.header .icons li {
	display:inline-block;
	margin:0 1px;
}

.header .icons li a, .header .linkedin {
	width:32px;
	height:33px;
	display:block;
}

.header .icons li .home {
	background:url(images/home-icon.png) no-repeat left top;
}

.header .icons li .mail {
	background:url(images/mail-icon.png) no-repeat left top;
}

.header .linkedin {
	background:url(images/linkedin-icon.png) no-repeat left top;
	float:right;
}

.header .right form {
	width:190px;
	height:32px;
	background-color:#f4f4f4;
	border:none;
	border-radius:15px;
	float:right;
	margin-left:12px;
}

.header .right form table td {
	padding:0;
}

.header .right form input[type="text"] {
	width:138px;
	height:24px;
	font-size:13px;
	background:transparent;
	border:none;
	margin:4px 5px 0 10px;
}

.header .right form input[type="submit"] {
	width:25px;
	height:18px;
	font-size:13px;
	background:url(images/search-btn.png) no-repeat left top;
	border:none;
	margin:4px 5px 0 0;
}

/*.langs-container {
	float:right;
	margin:0 6px;
	padding:0 5px 10px 5px;
	position:relative;
}

.langs-container:hover {
	background-color:#eee;
}

.langs-btn {
	background:url(images/langs.png) no-repeat center center;
}

.langs {
	display:none;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-93px;
	background-color:#eee;
	padding:8px;
	z-index:9999999;
}

#flags {
	width:170px !important;
	clear:none !important;
}

#flags ul li a, #flags.size18 ul li a, .langs-btn {
	width:32px !important;
	height:32px !important;
	display:block !important;
}

#flags a[title="Chinese"], .tool-container .tool-items a[title="Chinese"], 
#flags.size18 a[title="Chinese"], .tool-container .tool-items a[title="Chinese"] {
    background:url(images/china.png) no-repeat center center !important;
}

#flags a[title="English"], .tool-container .tool-items a[title="English"], 
#flags.size18 a[title="English"], .tool-container .tool-items a[title="English"] {
    background:url(images/uk.png) no-repeat center center !important;
}

#flags a[title="French"], .tool-container .tool-items a[title="French"], 
#flags.size18 a[title="French"], .tool-container .tool-items a[title="French"] {
    background:url(images/france.png) no-repeat center center !important;
}

#flags a[title="German"], .tool-container .tool-items a[title="German"], 
#flags.size18 a[title="German"], .tool-container .tool-items a[title="German"] {
    background:url(images/germany.png) no-repeat center center !important;
}

#flags a[title="Spanish"], .tool-container .tool-items a[title="Spanish"], 
#flags.size18 a[title="Spanish"], .tool-container .tool-items a[title="Spanish"] {
    background:url(images/spain.png) no-repeat center center !important;
}*/
/* End Header */



/* Main Nav */
.nav {
	float:right;
	margin-top:12px;
}

.header .menu {
	float:right;
	margin-top:12px;
}

.header .menu > li {
	display:inline-block;
	list-style:none;
	position:relative;
	margin-left:16px;
	padding-bottom:25px;
}

.header .menu li a {
	font-family:'armata';
	font-size:18px;
	color:#555;
	text-transform:uppercase;
	text-decoration:none;
}

.header .menu li a:hover, 
.header .menu .current-menu-item > a, 
.header .menu .current-page-ancestor > a {
	color:#AC191F;
}

.header .menu li ul {
	width:200px;
	border-top:5px solid #AC191F;
	background-color:#fff;
	padding:0 15px;
	list-style:none;
	position:absolute;
	top:43px;
	left:-9999px;
	z-index:999;
}

.header .menu > li:hover ul {
	left:0;
}

.header .menu > li:last-of-type:hover ul {
	left:-100px;
}

.header .menu li ul li {
	padding:8px 0;
	border-bottom:1px solid #ddd;
}

.header .menu li ul li:last-of-type {
	border-bottom:none;
}

.header #click-menu {
	right:0;
    margin-top:12px;
}

.header #click-menu.admin-bar-showing {
    margin-top:14px;
}
/* End Main Nav & Mobile Nav */



/* Default Page Styles */
.container-fluid {
	padding-left:0;
	padding-right:0;
}

.banner {
	/*min-height:500px;*/
	min-height:300px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}

.banner-title {
	width:auto;
	height:147px;
	background:url(images/heading-shape.png) no-repeat right center;
	display:inline-block;
	padding:0 70px 0 20px;
	margin-top:15px;
	position:relative;
	z-index:989;
}

.banner-title h1, .banner-title h2 {
	color:#fff;
	display:inline-block;
	margin-bottom:8px;
	position:relative;
  	top:48%;
  	transform:translateY(-48%);
}

.banner-title a {
	color:#fff;
	text-decoration:none;
}

.banner-title a:hover {
	color:#ad1920;
	text-decoration:underline;
}

.banner-text {
	background-color:rgba(0, 0, 0, 0.7);
	padding:40px 20px 20px 20px;
	margin-top:-25px;
}

.banner-text p, .banner-text a, .banner-text li {
	color:#fff;
}

.col {
	margin-bottom:25px;
}

.mid-section {
	background-color:#eee;
	padding:40px 0;
}

.mid-section p, .mid-section ul li, .mid-section ol li {
	font-family:'armata';
	line-height:26px;
}

.content h3 {
	font-size:17px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #555;
}

.content p + h3, .content ul + h3, .content ol + h3, .content table + h3 {
	margin-top:50px;
}

.content ul, .content ol {
	margin-bottom:20px;
}

.content ul li {
	list-style:none;
	background:url(images/bullet.png) no-repeat left 10px;
	padding-left:25px;
}

.children {
	padding-bottom:20px;
}

.children-list {
	padding-top:30px;
}

.item {
	margin-bottom:40px;
}

.child h3 {
	width:100%;
	height:70px;
	color:#fff;
	background-color:#AD1920;
	padding:10px 15px;
	border:none;
	margin:0;
	display:table;
}

.child h3 span {
	display:table-cell;
	vertical-align:middle;
}

.child a:hover h3 {
	background-color:#555;
}

.child a {
	display:block;
	text-decoration:none;
}

.child a:hover {
	text-decoration:none;
}
/* End Default Page Styles */



/* Homepage Styles */
.slider .metaslider .caption-wrap {
	width:50%;
	left:50%;
	top:50%;
	text-align:center;
	background-color:rgba(0, 0, 0, 0.6);
	padding:20px;
	transform: translate(-50%, -50%);
}

.slider .metaslider .caption {
	font-family:'armata';
	font-size:42px;
	line-height:50px;
	text-transform:uppercase;
	text-shadow:3px 3px 5px #000;
	padding:0;
}

.slider .rslides_tabs {
    background-color:#000;
}

.slider .rslides_nav {
    padding:10px 15px;
}

body.home .mid-section {
	padding-bottom:20px;
}

.wrap {
	background-color:#fff;
	padding:15px;
}

.wrap h3 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #555;
}

.wrap h3 a {
	color:#525252;
	text-decoration:none;
}

.wrap h3 a:hover, .wrap .view:hover {
	text-decoration:underline;
}

.wrap p {
	font-family:'Open Sans';
	line-height:22px;
	margin:0;
}

.home-cols {
	padding:40px 15px 25px 15px;
}

.home-col {
	margin-bottom:20px;
}

.home-content .wrap {
	background-color:#eee;
	padding-bottom:5px;
}

.home-content .wrap p {
	margin-bottom:20px;
}

.home-news .wrap, .home-quote .wrap {
	background-color:#555;
}

.home-news .wrap h3, .home-quote .wrap h3, .home-news .wrap p, .home-quote .wrap p {
	color:#fff;
}

.home-news .wrap h3, .home-quote .wrap h3 {
	border-bottom:1px solid #fff
}

.home-news-story {
	background-color:#eee;
	padding:15px 15px 15px 15px;
}

.home-news-story h4 {
	margin-bottom:15px;
}

.home-news-story h4 a {
	color:#555;
	text-decoration:none;
}

.home-news-story h4 a:hover {
	color:#AC191F;
	text-decoration:underline;
}

.home-quote form {
	background-color:#eee;
	padding:15px 15px 5px 15px;
}

.home-quote form p {
	margin:0;
	clear:both;
}

.home-quote form input, .home-quote form textarea {
	width:100%;
	height:30px;
	border:none;
	padding:0 8px;
	margin-bottom:10px;
}

.home-quote form textarea {
	height:70px;
	padding:8px;
}

.home-quote form input[type="button"] {
	width:auto;
	height:auto;
	color:#AC191F;
	background-color:transparent;
	font-weight:bold;
	padding:0;
}

/*.home-quote .wpcf7-form .wpcf7-response-output, .home-quote .wpcf7-form .wpcf7-validation-errors {
	border:2px solid #555;
}*/

.home-news-story .more, .home-content a {
	color:#AC191F;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.home-news-story .more:hover, .home-content a:hover, .home-quote .wpcf7-form input[type="submit"]:hover {
	text-decoration:underline;
}

.linkedin-box {
	background-color:#238CC7;
	padding:8px 15px 4px 15px;
}

.linkedin-box h3 {
	width:100%;
	border-bottom:1px solid #fff;
}

.linkedin-box h3 a {
	display:inline-block;
	background:url(images/home-linkedin-icon.png) no-repeat left 4px;
	color:#fff;
	padding:7px 0 13px 45px;
	font-weight:normal;
	text-decoration:none;
}

.linkedin-box h3, .linkedin-box p {
	color:#fff;
	margin-bottom:10px;
}
/* End Homepage Styles */



/* Timeline */
.timeline-container {
	position:relative;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
 
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #020204;
  left: 50%;
  margin-left: 0.25px;
}
 
.timeline li {
  min-height: 200px;
  /*margin-bottom: 25px;*/
  position: relative;
  background: none !important;
}

.timeline li::before, .timeline li::after {
    content: " ";
    display: table;
}

.timeline li::after {
    clear: both;
}

.timeline li .timeline-panel {
  width: 40%;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  margin-top: 77px;
}

.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
 
.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li .timeline-panel img {
	margin-bottom: 20px;
}
 
.timeline li.timeline-inverted .timeline-panel {
	width: 42%;
  	float: right;
}
 
.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
 
.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline li .tl-circ {
	font-size: 24px;
	font-weight: bold;
    background: url(images/grey-arrow.png) no-repeat #eee left top;
    height: 191px;
    left: 50%;
    line-height: 191px;
    margin-left: -59px;
    position: absolute;
    text-align: center;
    top: 23px;
    width: 118px;
}

.timeline li:nth-child(2) .tl-circ, 
.timeline li:nth-child(5) .tl-circ, 
.timeline li:nth-child(8) .tl-circ, 
.timeline li:nth-child(11) .tl-circ, 
.timeline li:nth-child(14) .tl-circ, 
.timeline li:nth-child(17) .tl-circ, 
.timeline li:nth-child(20) .tl-circ {
    background: url(images/red-arrow.png) no-repeat #eee left top;
}

.timeline li:nth-child(3n+3) .tl-circ {
    background: url(images/black-arrow.png) no-repeat #eee left top;
}
/* End Timeline */



/* News Styles */
body.page-template-page-news .more {
	font-family:'armata';
	color:#AC191F;
	text-decoration:none;
	text-transform:uppercase;
}

body.page-template-page-news a:hover {
	text-decoration:underline;
}

.news-first {
	min-height:363px;
}

.news-first a {
	color:#ac191f;
	text-decoration:none;
}

.news-first h3 {
	font-size:28px;
	color:#ac191f;
}

.news-items .news-item {
	background:none;
	padding:0 15px;
	margin-bottom:40px;
}

.news-items .news-item h3 a {
	text-decoration:none;
}

.link-to-archive {
	padding:50px 15px;
}

.link-to-archive h3 {
	text-transform:none;
}

.link-to-archive a {
	font-family:'armata';
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#AD1920;
	display:inline-block;
	padding:5px 12px;
}

.link-to-archive a:hover {
	background-color:#000;
	text-decoration:none !important;
}

.news-archives {
	padding-bottom:40px;
}

.news-archives .widgettitle {
	display:none;
}

.news-archives a {
	color:#545454;
}

li.jaw_years {
	width:20%;
	padding:6px 0;
	float:left;
	border-bottom:1px solid #545454;
	margin-right:5%;
}

li.jaw_years a {
	font-size:18px;
	text-decoration:none;
}

li.jaw_months {
	padding:4px 20px;
}

li.jaw_months a {
	font-size:14px;
}

.archive-month {
	font-size:32px;
	color:#AC191F;
	margin-bottom:50px;
}

.published-pdf {
	font-family:'armata';
	display:inline-block;
	background:url(images/pdf-icon.png) no-repeat left top;
	padding:15px 0 12px 50px;
}

.published-pdf:hover {
	text-decoration:underline;
}
/* End News Styles */



/* Product Styles */
.catbox a {
	background-color:#fff;
}

.catbox h3 {
	color:#545454;
	background-color:#fff;
	border-top:1px solid #ddd;
}

.catbox a:hover h3 {
	color:#fff;
	background-color:#ad1920;
}

.product-banner-title h2, .product-banner-title h3 {
	color:#fff;
	display:inline-block;
	margin-bottom:8px;
	position:relative;
  	top:48%;
  	transform:translateY(-48%);
}

.product-banner-title h2 {
	font-size:42px;
}

.product-intro h1 {
	font-size:28px;
	color:#AC191F;
}

.product-intro {
	background-color:#fff;
	/*padding-top:55px;*/
	padding-top:35px;
}

.product-intro p {
	color:#525252;
}

.product-content .left h3:not(:first-of-type) {
    margin-top:40px;
}

.product-content .left table {
	table-layout:fixed;
}

.product-content .left {
	padding:0 30px;
}

.product-content .right {
	padding:0;
}

.product-content .home-quote.right form {
    background-color:#fff;
}

.product-content .home-quote.right form input, .product-content .home-quote.right form textarea {
	font-family:'Open Sans';
    background-color:#eee;
}

.product-content .home-quote.right form input[type="button"] {
    background-color:transparent;
}

.product-images {
	padding:0;
}

#galleryContainer, #galleria-1 {
	width:100% !important;
	height:auto;
	text-align:center;
}

#galleryContainer p, .product-content .shiba-gallery, .sliderbutton, .shiba-caption {
	display:none !important;
}

.shiba-gallery .shiba-outer {
	padding:0 !important;
    border:none !important;
}

.tiny2 .slider {
    margin:0 !important;
}

.tiny2-wrapper ul.pagination.thumb {
    margin:0 !important;
    border:1px solid #ccc;
    border-radius:0px;
}

.galleria-container {
	background:none !important;
}

.galleria-info-link {
	display:none !important;
}

.galleria-image-nav-left, .galleria-image-nav-right {
	display:none !important;
}

.product-downloads {
	padding:20px 0;
	text-align:center;
	float:right;
}

.product-downloads a {
	font-family:'armata';
	font-size:19px;
	line-height:19px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	background-color:#AD1920;
	color:#fff;
	padding:10px;
	margin-bottom:8px;
}

.product-downloads a:hover {
	background-color:#555;
}

#nav_crumb {
	padding:10px 10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:25px;
}

#nav_crumb a {
	color:#ac191f;
}
/* End Product Styles */



/* Sectors & Services */
.services .child h3 {
	color:#535353;
	background-color:#fff;
}
/* End Sectors & Services */



/* Global Partners */
.worldmap {
	width:100%;
	height:690px;
	display:block;
	position:relative;
	background:url(images/world-map.png) no-repeat center center;
}

.worldmap .partner {
	position:absolute;
}

.worldmap .partner .wrapper {
	position:relative;
}

.worldmap .partner .details {
	width:320px;
	background-color:#AD1920;
	padding-bottom:15px;
	display:none;
    position:absolute;
    left:-11px;
    bottom:-11px;
    z-index:29;
}

.worldmap #partner-20 .details, 
.worldmap #partner-19 .details, 
.worldmap #partner-18 .details, 
.worldmap #partner-17 .details, 
.worldmap #partner-16 .details, 
.worldmap #partner-15 .details {
    left:auto;
    right:11px;
}

.worldmap .partner .details p, .worldmap .partner .details h5 {
	color:#fff;
}

.worldmap .partner .details p {
	line-height:20px;
	margin:0;
	padding:3px 15px;
}

.worldmap .partner .details span p {
	padding-bottom:0;
}

.worldmap .partner .details h5 {
	font-size:14px;
	padding:10px 15px 6px 15px;
	margin-bottom:5px;
	border-bottom:1px solid #fff;
}

.worldmap .pin {
	width:22px;
	height:28px;
	display:block;
	background:url(images/pin.png) no-repeat center center;
    position:absolute;
    right:0;
    top:0;
    z-index:0;
}

.worldmap .wrapper:hover .pin {
	background:url(images/pin-hover.png) no-repeat center center;
	z-index:999;
}

.worldmap .wrapper:hover .details {
	display:block;
}
#partner-22{
    right: 250px;
    top: 400px;
}

#partner-21 {
	left: 811px;
    top: 325px;
}

#partner-20 {
	left: 811px;
    top: 365px;
}

#partner-18 {
	left:1010px;
    top:543px;
}


#partner-19 {
	left:599px;
    top:212px;
	
}



#partner-17 {
	left:966px;
    top:273px;
}

#partner-16 {
	left:952px;
    top:323px;
}

#partner-15 {
	left:893px;
    top:298px;
}

#partner-14 {
	left:733px;
    top:330px;
}

#partner-13 {
	left:743px;
    top:337px;
	display:none;
}

#partner-12 {
	left:632px;
    top:514px;
}

#partner-11 {
	left:579px;
    top:241px;
}

#partner-10 {
	left:545px;
    top:272px;
}

#partner-9 {
	left:580px;
    top:181px;
}

#partner-8 {
	left:589px;
    top:249px;
}

#partner-7 {
	left:624px;
    top:271px;
}

#partner-6 {
	left:563px;
    top:244px;
}

#partner-5 {
	left:585px;
    top:212px;
}

#partner-4 {
	left:608px;
    top:248px;
}

#partner-3 {
	left:600px;
    top:238px;
}

#partner-2 {
	left:290px;
    top:268px;
}

#partner-1 {
    left:399px;
    top:462px;
}

.partners-list {
	padding-top:40px;
}

.partners-list ul li {
	background:none;
	padding:0 15px;
}

.partners-list h3 {
	padding:0;
	border:none;
}

.partners-list .partner {
	width:48%;
	float:left;
	border-top:1px solid #555;
	margin-bottom:20px;
	padding-top:20px;
}

.partners-list .partner:nth-of-type(2n+2) {
	float:right;
}

.partners-list .partner p {
	margin-bottom:8px;
}
/* End Global Partners */



/* Staff */
.page-template-page-team .mid-section {
    padding:40px 0 15px 0;
}

.staff {
	margin-bottom:25px;
}

.staff:nth-child(4n+1){
    clear:left
}

.staff .wrap {
	min-height:365px;
}

.staff .wrap h3 {
	border:none;
	margin:0;
	padding:0;
}

.staff .wrap h4 {
	font-size:17px;
	color:#AC191F;
	margin-bottom:0;
}

.staff .wrap .email {
	font-size:13px;
	color:#238cc7;
	border-bottom:1px solid #555;
	margin-bottom:10px;
	padding-bottom:10px;
	text-decoration:none;
	display:block;
}

.staff .more {
	font-family:'armata';
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	background-color:#AD1920;
	color:#fff;
	padding:6px 10px;
	margin-top:15px;
	cursor:pointer;
}

.staff .more:hover {
	background-color:#555;
}
/* End Staff */



/* Catalogues */
.mid-section.catalogues {
	padding-bottom:0;
}

.catalogues .col h3 {
	text-align:left;
	margin-bottom:25px;
}

.catalogues .col a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#AD1920;
	display:inline-block;
	padding:5px 12px 3px 12px;
}

.catalogues .col a:hover {
	background-color:#000;
	text-decoration:none;
}

.catalogues iframe {
	height:550px;
	border:none;
}

.brochures .col {
	margin:0;
}
/* End Catalogues */



/* Contact Page */
#mainContactForm {
	text-align:left;
}

#mainContactForm p {
	clear:both;
}

#mainContactForm br {
	display:none !important;
}

#mainContactForm .star {
	color:#AC191F;
}

#mainContactForm label {
	width:25%;
	font-weight:normal;
	float:left;
	margin:2px 0 5px 0;
}

#mainContactForm input, #mainContactForm textarea, #mainContactForm select {
	width:72%;
	height:30px;
	float:right;
	padding:0 8px;
	margin-bottom:12px;
	border:none;
}

#mainContactForm textarea {
	height:200px;
	padding:8px;
}

#mainContactForm input[type="submit"], #mainContactForm input[type="button"] {
	width:auto;
	padding:0 12px;
	color:#fff;
	background-color:#AD1920;
	text-transform:uppercase;
	cursor:pointer;
}

#mainContactForm input[type="submit"]:hover, #mainContactForm input[type="button"]:hover {
	background-color:#000;
}

span.wpcf7-not-valid-tip {
    display:inline-block !important;
}

body.page-id-18 div.wpcf7-validation-errors, body.page-id-18 div.wpcf7-response-output {
    border:2px solid #AD1920 !important;
}
/* End Contact Page */



/* Form Styles */
.footer-form form {
	text-align:center;
}

.footer-form form p {
	color:#111;
	margin:0;
}

.footer-form .wpcf7-form br, .footer-form .wpcf7-form .ajax-loader {
	display:none;
}

.footer-form .home-footer-form .wpcf7-form input[type="email"] {
	width:38%;
	height:40px;
	padding:0 10px;
	text-align:left;
	border:none;
}

.footer-form .home-footer-form .wpcf7-form input[type="submit"] {
	height:40px;
	padding:0 15px;
	color:#fff;
	background-color:#AD1920;
	border:none;
}

.footer-form .default-footer-form p {
	padding:0 5px !important;
	margin-bottom:10px;
}

.footer-form .default-footer-form form input, .footer-form .default-footer-form form textarea {
	width:100%;
	height:40px;
	padding:0 10px;
	text-align:left;
	border:none;
}

.footer-form .default-footer-form form textarea {
	padding:8px 10px;
}

.footer-form .default-footer-form form input[type="button"] {
	height:40px;
	color:#fff;
	background-color:#AD1920;
	text-align:center;
	padding:0;
}

.footer-form .wpcf7-form input[type="submit"]:hover, .footer-form .default-footer-form form input[type="button"]:hover {
	background-color:#238CC7;
}

.footer-form .wpcf7-form .wpcf7-not-valid-tip {
	color:#fff;
}

.footer-form .wpcf7-form .wpcf7-response-output, .footer-form .wpcf7-form .wpcf7-validation-errors {
	color:#fff;
	border:2px solid #fff;
}
/* End Form Styles */



/* Footer */
.footer-form {
	background-color:#555;
	text-align:center;
	padding:50px 0;
}

.footer-form h3 {
	color:#fff;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #fff;
}

body.home .footer-form h3 {
	display:inline-block;
}

.footer-form p {
	color:#fff;
}

.footer {
	padding:40px 15px 15px 15px;
}

.footer .widgets .widget {
	width:25%;
	float:left;
	padding:0 15px;
	margin-bottom:25px;
}

.footer .widgets h4 {
	font-size:14px;
	color:#AC191F;
	margin-bottom:15px;
}

.footer .widget .menu li {
	list-style:none;
}
/* End Footer */



/* Other Styles */
iframe {
	width:100%;
	height:500px;
}

.spu-box {
	border-radius:0px 0px 0px 0px !important;
}

.spu-box img {
	margin:0 auto !important;
}

.spu-box h4 {
	font-size:24px;
}

.spu-box p, .spu-box a {
	font-family:'armata';
	font-size:18px;
	color:#fff;
	line-height:30px;
}

.search-results li {
	background:none !important;
}

.pea_cook_wrapper p, 
.pea_cook_more_info_popover_inner p {
	color:#aaa;
}
/* End Other Styles */



.pgdpr{
	display:block;
	color:#ffffff;
	padding:10px;
}


.pgdpr input{
	width:20px;
	height:20px;
	margin-left:10px;
	vertical-align:bottom;
}