/*
	Theme Name: Protos Packaging Ltd
	Version: 1.0

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#222;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#0000EE;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

::-webkit-input-placeholder {
   color: black;
}

:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

:-ms-input-placeholder {  
   color: black;  
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* footer */
.footer {

}

/*------------------------------------*\
    BLOG
\*------------------------------------*/

body.blog .blog-wrapper, body.single .blog-wrapper, body.archive .blog-wrapper {
	max-width: 940px;
	width: 95%;
	margin: 0 auto 0 auto;
}

body.blog main, body.single main, body.archive main {
	float: left;
	width: 60%;
	}

aside.sidebar {float: right; width: 35%; margin-top: 27px;}

.categories-blank {display: none;}

/* sidebar */
form.search {
font-size: 1.0em;
}
input.search-input {
height: 20px;
border: 1px solid #ccc;
border-radius: 3px;
padding: 4px;
width: 65%;
}
button.search-submit {
-webkit-box-shadow: rgba(64, 64, 64, 0.0980392) 0px 1px 2px 0px;
-webkit-hyphens: auto;
background-color: rgb(230, 230, 230);
background-image: -webkit-linear-gradient(top, rgb(244, 244, 244), rgb(230, 230, 230));
background-repeat: repeat-x;
border-bottom-color: rgb(210, 210, 210);
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(210, 210, 210);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(210, 210, 210);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(210, 210, 210);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(64, 64, 64, 0.0980392) 0px 1px 2px 0px;
color: rgb(124, 124, 124);
cursor: pointer;
display: inline-block;
font-size: 12px;
font-weight: normal;
height: 29px;
line-height: 15px;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
padding-top: 6px;
text-rendering: auto;
word-wrap: break-word;
float: right;
}
.sidebar-widget h3 {
font-size: 1.5em;
font-weight: 300;
color: white;
background-color: #666666;
padding: 8px;
}
.sidebar-widget ul {
padding-left: 0;
}

.sidebar-widget li {
list-style: none;
padding-left: 0;
padding-bottom: 6px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

body {font-family: 'Open Sans', sans-serif;}

hgroup h1, hgroup h2 {display: none;}

body.page h1 {
	font-size: 35px;
	font-weight: 300;
	color: black;
	border-bottom: 1px solid black;
	padding: 0;
	line-height: 1.0em;
	}

body.page h1 span {
	background-color: white;
	}

body.page h2 {color: #da291c; font-size: 20px;}

body.page h3 {color: #666; font-size: 14px;}


ul, ol {padding-left: 18px; list-style: none;}

p, li, .su-spoiler-content {font-size: 14px;}

.blog-wrapper li { 
    padding-left: 15px; 
    background: url(img/red-dot.png) no-repeat left 6px;
	}

p#breadcrumbs {
	color: #B9B9B9;
	}

p#breadcrumbs a {
	color: #B9B9B9;
	}

p#breadcrumbs .breadcrumb_last {color: black;}

section h1 span:nth-letter(1) {
     font-weight:bold;
 }

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

table {width: 100% !important;}

.experts form {position: relative;}

.experts span.wpcf7-not-valid-tip {
	width: 170px;
	margin-left: 110px;
	background-color: red;
	color: white;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	}

.experts .wpcf7-validation-errors {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f7e700;
	color: black;
	width: 100px;
	text-align: center;
	font-weight: bold;
	padding: 4px;
	margin: 0;
	}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* NAVIGATION */

.nav ul,
.nav div > ul {
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.nav ul {
	margin: 0;
	text-indent: 0;
}
.nav li a,
.nav li {
	display: inline-block;
	text-decoration: none;
}
.nav li a {
	border-bottom: 0;
	color: #da291c;
	font-size: 16px;
	font-weight: 300;
	line-height: 3.692307692;
	white-space: nowrap;
}
.nav li a:hover,
.nav li a:focus {
	color: #000;
	background: url(img/menu-arra.png) no-repeat center bottom;
}
.nav li {
	margin: 0 0 0 20px;
	position: relative;
}
.nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	background-color: black;
}

.nav ul li ul li {
	margin: 0 0 0 0;
	display: block;
}

.nav li ul ul {
	top: 0;
	left: 100%;
}
.nav ul li:hover > ul,
.nav ul li:focus > ul,
.nav .focus > ul {
	border-left: 0;
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
.nav li ul li a {
	background: #000;
	display: block;
	font-size: 16px;
	line-height: 2.181818182;
	padding: 8px 10px;
	/*width: 180px;*/
	white-space: nowrap;
	color: white;
}
.nav li ul li a:hover,
.nav li ul li a:focus {
	background: #e3e3e3;
	color: #444;
}
.nav .current-menu-item > a,
.nav .current-menu-ancestor > a,
.nav .current_page_item > a,
.nav .current_page_ancestor > a {
	color: #000;
	background: url(img/menu-arra.png) no-repeat center bottom;
}

.nav ul.sub-menu .current-menu-item > a,
.nav ul.sub-menu .current-menu-ancestor > a,
.nav ul.sub-menu .current_page_item > a,
.nav ul.sub-menu .current_page_ancestor > a {
	background: #efefef;
}


/* STANDARD STUFF */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
	
	}

header {
	width: 100%;
	border-bottom: 20px solid black;
	}

header div {
	width: 100%;
	border-bottom: 5px solid #da291c;
	}


header hgroup, .cta-wrapper, section.contact div.meerp, section.clients, footer.footer, .blog-wrapper {
	max-width:940px;
	width:95%;
	margin: 0 auto 0 auto;
	position: relative;
	}

body.home .blog-wrapper {width: 100%; max-width: 100%;}

main {padding-bottom: 45px;}

.logo {margin: 9px 0 9px 0;}

.telephone-header {
	position: absolute;
	right: 0;
	top: 15px;
	text-align: right;
	color: #da291c;
	font-size: 35px;
	font-weight: 300;
	}

.social-media {
	position: absolute;
	right: 230px;
	top: 63px;
	}

.social-media a {margin-right: 15px;}

.email-header {
	position: absolute;
	right: 0;
	top: 75px;
	text-align: right;
	color: #da291c;
	font-size: 24px;
	font-weight: 300;
	}

/* NAV */

nav#site-navigation {
	position: absolute;
	right: 0;
	top: 147px;
	}

/* BANNER */

div.home-image {
	width: 100%;
	/*max-height: 488px;*/
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	background: url(img/slider-bg.png) repeat;
	border-bottom: 3px solid #da291c;
	}

div.home-image li {
	padding: 0;
	background: none;
	}

div.img-box {
	width: 100%;
	max-height: 308px;
	position: relative;
	overflow: hidden;
	}

div.img-box img {
	width: 100%;
	}

div.home-image div.text-box {
	max-width: 940px;
	width: 95%;
	margin: 0 auto 0 auto;
	position: relative;
	}

div.home-image div.text-box p {
	max-width: 600px;
	width: 95%;
	font-size: 14px;
	color: white;
	float: left;
	margin-top: 0;
	}

div.home-image div.text-box p strong {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
	}

div.home-image div.text-box a.img-link {
	display: block;
	float: right;
	width: 289px;
	height: 110px;
	background: url(img/about-us-cta.png) no-repeat;
	margin-top: 16px;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -55px;
	}

div.home-image div.text-box a.img-link span {
	color: white;
	padding: 10px 105px 0 43px;
	font-size: 32px;
	display: block;
	font-weight: 600;
	}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

#slider-stopper {display: none;}

/* Callback example */

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 37%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(img/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

/* PAGE */

div.page-banner {
	width: 100%;
	max-height: 350px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 3px solid #da291c;
	margin: 0 auto 0 auto;
	}

div.page-banner img {
	width: 100%;
	}

.case-study {
	float: right;
	max-width: 220px;
	width: 100%;
	background-color: #666666;
	padding: 17px;
	margin-bottom: 30px;
	margin-top: 14px;
	}

.case-study h6 {
	color: white;
	font-size: 24px;
	padding: 0;
	margin: 0;
	}

.case-study p {
	color: white;
	font-size: 12px;
	}

.case-study a {
	color: white;
	background: -webkit-linear-gradient(180deg, #da291c, #A80000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(180deg, #da291c, #A80000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(180deg, #da291c, #A80000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(180deg, #da291c, #A80000); /* Standard syntax */
  	border-radius: 5px;
	border: 1px solid #A80000;
	display: block;
	}

.case-study a span {
	display: block;
	padding: 3px 3px 3px 65px;
	font-size: 18px;
	background: url(img/books.png) no-repeat 5px 5px;
	font-weight: 600;
	line-height: 1.3em;
	text-shadow: 0px 0px 4px #000000;
	}

body.page article {
	/*float: left;
	max-width: 660px;
	width: 100%;*/
	}

body.page-template-category-template article, body.page-template-product-template article {float: none; width: 100%; max-width: 100%;}

/* CTA STUFF */

.col {
	width: 280px;
	float: left;
	position: relative;
	display: block;
	text-decoration: none;
	margin-left: 50px;
	min-height: 295px; /****************************** ADDED LAST MIN *******************************/
height: 295px;
	}

.mid {margin: 0;}

.contact .col {margin: 0;}

.contact .mid {margin: 0 50px 0 50px;}

body.page .col h3 {
	margin: 8px 0 4px 0;
	text-align: left;
	color: #da291c;
	font-size: 24px;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	}

.col img {display: block;}

.col p {
	color: #000;
	padding: 0px;
	font-size: 14px;
	text-align: left;
	line-height: 1.3em;
	margin: 0 0 40px 0;
	}

.contact {
	border-bottom: 3px solid #da291c;
	border-top: 3px solid #da291c;
	background-color: #666666;
	}

.contact h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 15px 0 15px 0;
	}

.experts {
	background: url(img/bubbles.png) no-repeat left 70px;
	}

.experts input, .experts textarea {
	width: 170px;
	border: none;
	margin-left: 110px;
	margin-bottom: 8px;
	padding-left: 6px;
	height: 22px;
	}

.experts textarea {height: 101px;}

.experts input[type="submit"] {
	color: white;
	background-color: #da291c;
	font-weight: bold;
	}

.quote {
	background: url(img/sheet.png) no-repeat left 70px;
	}

.quote p {
	color: white;
	padding-left: 100px;
	}

.quote p a {
	color: white;
	background-color: #da291c;
	display: block;
	margin-top: 10px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

.news .post {color: white;}

.news .post h5 {font-size: 14px; font-weight: 900; margin-bottom: 5px; margin-top: 15px;}

.news .post p {color: white;}


section.clients {
	margin-top: -3px;
	padding-top: 30px;
	background: url(img/rollers.jpg) no-repeat top right;
	}

.clients h6 {
	font-size: 24px;
	font-weight: 600;
	color: #da291c;
	margin: 0 0 15px 0;
	}

/* GRID BOX */

div.grid-product {margin: 10px 0 20px 0;}

a.grid-box {
	display: block;
	width: 220px;
	float: left;
	text-decoration: none;
	margin: 8px 0px 8px 19px;
	}

a.first {margin-left: 0;}

a.grid-box span {
	display: block;
	color: #E50000;
	padding: 3px 10px 3px 0px;
	line-height: 1.3em;
	font-size: 21px;
	font-weight: bold;
	min-height: 70px;
	}

a.grid-box:hover {cursor: pointer;}

a.grid-box:hover span {
	color: black;
	}

a.grid-box img {
	display: block;
	border: 2px solid #999999;
	}

/* PRODUCT PAGE */

body.page-template-product-template .product-copy {
	float: right;
	max-width: 640px;
	}

.product-image {
	float: left;
	border: 2px solid #999999;
	margin-top: 14px;
	margin-bottom: 20px;
	}

.uses, .materials {
	max-width: 460px;
	width: 100%;
	}

.uses {float: left;} .materials {float: right;}

.uses h4, .materials h4 {
	background-color: #777777;
	color: white;
	padding: 4px 4px 4px 8px;
	font-size: 20px;
	margin-bottom: 8px;
	}

.section-left {
	max-width: 220px;
	float: left;
	}

.testimonial h4 {
	padding-top: 30px;
	font-size: 18px;
	margin-bottom: 10px;
	}

.testimonial section {
	max-width: 220px;
	padding-left: 50px;
	float: right;
	background: url(img/quote-mark.png) no-repeat left 10px;
	}

.blog-wrapper .su-spoiler .su-spoiler-title {font-size: 15px;}



/* FORMS */

#wpcf7-f689-p693-o1 input[type="text"], #wpcf7-f689-p693-o1 select, #wpcf7-f689-p693-o1 input[type="email"], #wpcf7-f689-p693-o1 input[type="tel"] {
	max-width: 500px;
	width: 100%;
	font-size: 14px;
	}

#wpcf7-f689-p693-o1 input[name="printed-colours"], #wpcf7-f689-p693-o1 input[name="hole-pattern"] {width: 200px; margin-left: 30px;}

/* FOOTER */

footer.footer {
	border-top: 3px dotted #da291c;
/* 	background: url(img/logo-footer.png) no-repeat 770px 18px; */
	min-height: 115px;
	margin-top: 40px;
}

.site-info p span {
	float: right;
	}

.site-info p span a {display: block; text-align: right; padding-bottom: 8px;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* For iphone PORTRAIT: */
@media screen
	and (min-width: 320px) 
	and (max-width: 480px) {

body.page h1 {font-size: 25px;}

header.header div {
	width: 100%;
	height: 120px;
	}

img.logo {width: 70px;}

.telephone-header {
	position: absolute;
	right: 0;
	top: 45px;
	text-align: left;
	font-size: 15px;
	}

.telephone-header a {color: #da291c;}

.email-header {
	right: 0;
	top: 70px;
	text-align: left;
	font-size: 15px;
	}

.social-media {
	position: absolute;
	right: 0;
	left: 0;
	top: 85px;
	}

.social-media a img {height: 20px;}

div.text-box {padding-bottom: 20px;}

div.home-image div.text-box a.img-link {
	display: block;
	float: none;
	width: 200px;
	height: 16px;
	background: none;
	margin-top: 16px;
	text-decoration: none;
	position: none;
	right: 0;
	left: 0;
	top: auto;
	bottom: 16px;
	margin-top: 0;
	}

div.home-image div.text-box a.img-link span {
	color: #da291c;
	padding: 0;
	font-size: 22px;
	display: block;
	font-weight: 600;
	}

a.grid-box span {
	text-align: center;
	margin-top: 15px;
	}

div.home-content {
	font-size: 0.45em;
	width: 58%;
	top: 0;
	}
	
.ctas {background: none;}

.col, .mid, .contact .mid, .contact .experts, .contact .news, a.grid-box, .section-left {margin: 0 auto 0 auto; float: none;}

body.blog main, body.single main, body.archive main {float: none; width: 95%;}

aside.sidebar {float: none; width: 95%; margin-top: 15px;}

iframe {max-width: 280px; min-height: 120px;}

table {width: 100% !important;}

.peeps strong {display: block;} .peeps img.alignleft {float: none; display: block;}

.contact {border-bottom: 2px solid #da291c;}

section.clients {
	margin-top: -2px;
	padding-top: 30px;
	background: url(img/rollers.jpg) no-repeat top right;
	background-size: 30%;
	}

footer.footer {
	width: 95%;
	border-top: 1px dotted #da291c;
	background: url(img/logo-footer.png) no-repeat 190px 8px;
	background-size: 13%;
	}

.site-info {
	padding-bottom: 35px;
	background-size: 80%;
	position: relative;
	background-image: none;
	}

.site-info p {font-size: 0.85em;}

.site-info p span {
	float: right;
	}

.site-info p span a {padding-left: 10px;}
	
} 

/* For iphone LANDSCAPE: */
@media screen
	and (min-width: 480px) 
	and (max-width: 760px) {

body.page h1 {font-size: 25px;}

header.header div {
	width: 100%;
	height: 120px;
	}

img.logo {width: 70px;}

.telephone-header {
	position: absolute;
	right: 0;
	top: 45px;
	text-align: left;
	font-size: 15px;
	}

.telephone-header a {color: #da291c;}

.email-header {
	right: 0;
	top: 70px;
	text-align: left;
	font-size: 15px;
	}

.social-media {
	position: absolute;
	right: 0;
	left: 0;
	top: 85px;
	}

.social-media a img {height: 20px;}

div.text-box {padding-bottom: 20px;}

div.home-image div.text-box a.img-link {
	display: block;
	float: none;
	width: 200px;
	height: 16px;
	background: none;
	margin-top: 16px;
	text-decoration: none;
	position: none;
	bottom: 16px;
	right: 0;
	left: 0;
	}

div.home-image div.text-box a.img-link span {
	color: #da291c;
	padding: 0;
	font-size: 22px;
	display: block;
	font-weight: 600;
	}

a.grid-box span {
	text-align: center;
	margin-top: 15px;
	}

div.home-content {
	font-size: 0.45em;
	width: 58%;
	top: 0;
	}
	
.ctas {background: none;}

.col, .mid, .contact .mid, .contact .experts, .contact .news, a.grid-box, .section-left {margin: 0 auto 0 auto; float: none;}

body.blog main, body.single main, body.archive main {float: none; width: 95%;}

aside.sidebar {float: none; width: 95%; margin-top: 15px;}

iframe {max-width: 280px; min-height: 120px;}

.peeps strong {display: block;} .peeps img.alignleft {float: none; display: block;}

.contact {border-bottom: 2px solid #da291c;}

section.clients {
	margin-top: -2px;
	padding-top: 30px;
	background: url(img/rollers.jpg) no-repeat top right;
	background-size: 20%;
	}

footer.footer {
	width: 95%;
	border-top: 1px dotted #da291c;
	background: url(img/logo-footer.png) no-repeat 410px 8px;
	background-size: 9%;
	}

.site-info {
	padding-bottom: 35px;
	background-size: 80%;
	position: relative;
	background-image: none;
	}

.site-info p {font-size: 0.85em;}

.site-info p span {
	float: right;
	}

.site-info p span a {padding-left: 10px;}
	
} 

/* For ipad: */
@media screen 
  and (min-width: 768px) 
  and (max-width: 1000px) 
  and (-webkit-min-device-pixel-ratio: 1) {

iframe {max-width: 420px; min-height: 120px;}

.telephone-header a {color: #da291c;}

.col, .mid, a.grid-box, .contact .mid, .contact .experts, .contact .news {margin: 0 auto 0 auto; float: none;}

body.page-template-product-template .product-copy {
	float: right;
	width: 440px;
	}

div.text-box {padding-bottom: 20px;}

div.home-image div.text-box a.img-link {
	display: block;
	float: none;
	width: 200px;
	height: 16px;
	background: none;
	margin-top: 16px;
	text-decoration: none;
	position: none;
	bottom: 16px;
	right: 0;
	left: 0;
	}

div.home-image div.text-box a.img-link span {
	color: #da291c;
	padding: 0;
	font-size: 22px;
	display: block;
	font-weight: 600;
	}

	
} 


/* STUFF */

#huge_it_portfolio_content_1 {margin-top: 40px;}

.page-id-503 table tr td img {max-width: 96px !important;}