/*
Theme Name: Sapphire Child 2018
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: Whitney Medium;
	src: url("/sapphire/themes/2idesign-Sapphire-2018/fonts/whitney-medium.otf");
} 

@font-face {
    font-family: Whitney Bold;
	src: url("/sapphire/themes/2idesign-Sapphire-2018/fonts/whitney-semibold.otf");
} 

@font-face {
    font-family: Whitney Medium;
	src: url("/sapphire/themes/2idesign-Sapphire-2018/fonts/whitney-medium.otf");
} 

@font-face {
    font-family: Whitney Bold;
	src: url("/sapphire/themes/2idesign-Sapphire-2018/fonts/whitney-semibold.otf");
} 

@font-face {
    font-family: Whitney light;
	src: url("/sapphire/themes/2idesign-Sapphire-2018/fonts/whitney-light.otf");
} 

html {
}

body {
	margin: 0;
    font-family: Whitney light;
	font-weight: Light;
	font-size: 18px;
	line-height: 130%;
	background-color: #FFF;
	color: #666;
}

p {
	font-size: 18px;
	line-height: 130%;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

#single-text ul, #content ul  {
	padding: 0;
	margin: 0 0 40px;
	margin-left: 30px;
}

#single-text li, #content li {
	line-height: 120%;
	list-style: none;
	padding: 5px 0;
}

#single-text li::before, #content li::before { 
    content: "— ";
	color: #EC4C00;
    margin: 0 10px 0 -30px;    
}

strong {
    font-family: Whitney Bold;
	font-weight: normal;
}

.page h3 {
	padding: 40px 0 20px;
}

.page p {
	padding-bottom: 20px;
	color: #666;
}

#single-text a {
	color: #EC4C00;
}
 
.page li, .single li {
	color: #666;
}

#single tbody tr td p {padding: 0;}


article,
aside,
footer,
header,
nav,
section {
	display: block;
}

.hideme {opacity: 1; margin-top: 100px;} 

h1, h2, h3, h4, h5, h6 {
	color: #275B99;
}

h1 {
    font-family: Whitney Bold;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 60px;
	line-height: 120%;
	padding-bottom: 40px; 
}

h2 {
    font-family: Whitney Bold;
	font-weight: normal;
	padding: 0 0 40px 0;
	margin: 0;
	font-size: 32px;
	line-height: 130%;
}

h3 {
    font-family: Whitney Bold;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 28px;
	line-height: 130%;
}

/* Accordion Styles */
.accordion {
    margin: 0;
    padding: 0 0;
}
.accordion-title {
    margin: 0;
    padding: 0 0;
    cursor: pointer;
	font-size: 24px;
}
.accordion-title:hover {color: #EC4C00;}
.accordion-title:first-child {border: none;}
.accordion-title.open {color: #EC4C00; cursor: default;}
.accordion-content {padding-bottom: 0;}

.page h3.accordion-title {
	padding: 0;
}


.center {
	text-align: center;
}

.orange {
	color: #EC4C00;
}

h2.grey {
	color: #666;
    font-family: Whitney Medium;
	font-weight: normal;
}


#wrapper {
}

#header {
	height: 120px;
	z-index: 999;
	width: 100%;
	background-color: #FFF;
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
}

#fixie {
	max-width: 1400px;
	margin: 0 auto;
}

#logo {
	height: 120px;
	width: 300px;
	float: left;
	line-height: 120px;
}

#logo img {
	height: 40px;
	width: auto;
	margin-top: 40px;
}

#access {
	height: 120px;
	width: auto;
	float: right;
}

#access ul li {
	list-style: none;
	float: left;
    padding: 0;
    margin: 0;
}

#access ul li a {
	line-height: 70px;
	text-decoration: none;
	color: inherit;
	position: relative;
	padding-bottom: 10px;
	margin: 0 15px;
}

#access ul li ul {
    position: absolute;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 0;
    max-width: 160px;
    float: left;
}

#access ul li ul li {
    width: 100%;
    float: left;
}

#access ul li ul li a {
	line-height: 30px;
	text-decoration: none;
	color: #FFF;
	position: relative;
	padding-bottom: 0;
	margin: 0 0;
    padding: 10px 15px;
    background-color: #275B99; 
    width: auto;
    float: left;
}

#access ul li ul li a:hover {
    background-color: #275B99; 
}

#access ul li:hover ul {
    display: block;
}

#access ul li.page-item-14, #access ul li.page-item-74 {
	display: none;
}

#access ul li a:after {    
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #EC4C00;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

#access ul li a:hover:after { 
	width: 100%; 
	left: 0; 
}

#access ul li.current_page_item a:after { 
	width: 100%; 
	left: 0; 
}

#panel {
	padding: 100px 10%;
	width: 80%;
	float: left;
}

#page {
	padding: 150px 5%;
	width: 60%;
	float: left;
}

.page #page img {
	width: 100%;
	height: auto;
}

#panel.center {
	text-align: center;
}

#product-panel {
	background-color: #F6F6F8;
	padding: 0 5%;
	width: 90%;
	float: left;
	position: relative;
}

#product-panel img {
	width: 50%;
	height: auto;
	float: right;
}

#product-panel.food-drink {
	background: url("/sapphire/uploads/2018/03/Food.png") no-repeat;
	background-size: auto 100%;
	background-position: center right;
	background-color: #F6F6F8;
}

#product-panel.bakery {
	background-size: auto 100%;
	background-position: center right;
	background-color: #F6F6F8;
	background-repeat: no-repeat;
}

#product-panel.pharmaceutical {
	background: url("/sapphire/uploads/2018/03/Pharma.png") no-repeat;
	background-size: auto 100%;
	background-position: center right;
	background-color: #F6F6F8;
}

#product-panel.cosmetics {
	background: url("/sapphire/uploads/2018/03/Cosmetics.png") no-repeat;
	background-size: auto 100%;
	background-position: center right;
	background-color: #F6F6F8;
}

#panel.grey {
	background-color: #F6F6F8;
}

#panel.image {
	background-color: #F6F6F8;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 ;
	width: 100%;
	height: 400px;
	position: relative; 
}

#panel.image img {
	width: auto;
	height: 100%;
	float: right;
	object-fit: cover;
}

#panel.image h1 {
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	padding: 0 30% 0 30%;
	display: table;
}

#panel.image h1 span {
	display: table-cell;
	vertical-align: middle;
}

#panel.image h1 span p {
	font-size: 50px;
	line-height: 120%;
	color: #EC4C00;
	text-align: center; 
}

#panel.blue {
	background-color: #275B99;
	color: #FFF;
    background: linear-gradient(-135deg, #275B99, #2e497f); /* Standard syntax (must be last) */
}

#panel.blue h3 {
	color: #FFF;
}

#panel h2 {
	width: 70%;
	margin: 0 15%;
}

#panel.download a {
    background-color: #EC4C00;
    padding: 15px 20px;
    color: #FFF;
}

#single {
	width: 100%;
	float: left;
}

#single-text {
	padding: 100px 15% 100px;
	width: 70%;
	float: left;
}

#single-text.product {
	padding: 100px 5% 100px 0%;
	width: 65%;
	float: left;
}

#single-text h1 p {
	color: #275B99;
	padding: 0;
	margin: 0;
	font-size: 40px;
	line-height: 120%;
}

#single-text h2 {
	padding: 40px 0 10px 0;
	margin: 0;
	line-height: 130%;
}

#single img {
	width: 100%;
	height: auto;
	float: left;
}

#single p {
	color: #666;
	padding-bottom: 20px;
}

#single h3 {
	padding-bottom: 20px;
}

#sidebar {
	padding: 100px 0% 100px 0%;
	width: 30%;
	float: left;
}

#sidebar ul {
    margin: 0;
	padding: 0;    
}

#sidebar ul li {
	list-style: none;
    margin: 0;
	padding: 0;    
	position: relative;
}

.page-id-144 #panel.image h1 {
	display: none;
}

.page-id-144 #panel.image img {
	width: auto;
	height: 100%;
	float: none;
	object-fit: cover;
}

.page-id-144 #single-text li::before, .page-id-144 #content li::before,
.parent-pageid-144 #single-text li::before, .parent-pageid-144 #content li::before { 
    content: "— ";
	color: #009DE6;
    margin: 0 10px 0 -30px;    
}

.page-id-144 #sidebar h3, .parent-pageid-144 #sidebar h3 {
	padding-top: 0;
	color: #009DE6;
}

.page-id-144 #sidebar ul li a, .parent-pageid-144 #sidebar ul li a {
	background-color: #F6F6F8;
	width: 88%;
	padding: 4% 6%;
	line-height: 100%;
	float: left;
	font-size: 22px;
    font-family: Whitney Bold;
	font-weight: normal;
	margin-bottom: 4%;
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
}

.page-id-144 #sidebar ul li a:hover, .parent-pageid-144 #sidebar ul li a:hover {
	cursor: pointer;
	color: #009DE6; 
}


#sidebar ul li a {
	background-color: #F6F6F8;
	width: 68%;
	padding: 0 6%;
	line-height: 60px;
	float: left;
	font-size: 22px;
    font-family: Whitney Bold;
	font-weight: normal;
	margin-bottom: 4%;
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
}

#sidebar ul li a:hover {
	cursor: pointer;
	color: #009c3c; 
}

#sidebar ul li::before { 
    content: " ";
    margin:0;    
}

#sidebar ul li #sidebar-image {
	width: 20%;
	height: 60px;
	float: right;
	background-color: #F6F6F8;
}


#sidebar ul li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#industry-box {
	background-color: #F6F6F8;
	width: calc(33.3333% - 40px);
	height: auto;
	float: left;
	padding: 40px 0;
	margin: 60px 20px 0;
	text-align: center;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
 }

#industry-box:hover {
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
	cursor: pointer;
}

#industry-box img {
	width: 100%;
	height: auto;
}

#industry-box h3 {
	color: #275B99;
	padding-bottom: 10px;
	padding-top: 0;
}

#conveyor {
	width: 100%;
	height: auto;
	float: left;
}

#conveyor img {
	width: 100%;
	height: auto;
	float: left;
}

#logos {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 100px;
}

#logos img {
	width: 100%;
	height: auto;
	float: left;
}

#product-box {
	background-color: #275B99;
	width: calc(100% - 40px);
	height: auto;
	float: left;
	padding: 40px 0;
	margin: 60px 20px 0;
	text-align: left;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
	position: relative;
    background: linear-gradient(-135deg, #275B99, #2e497f); /* Standard syntax (must be last) */
}

#product-box:hover {
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
	cursor: pointer;
}

#product-box-image {
	background-color: #F6F6F8;
	width: 50%;
	position: absolute;
	height: 100%;
	top: 0;
	background-image: url(/sapphire/uploads/2018/03/G20-Face-On-1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#product-box-text {
	width: calc(50% - 80px);
	margin-left: 50%;
	padding: 80px 40px;
}

#product-box-text h1 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 60px;
	line-height: 110%;
}

#product-box-text p {
	padding: 40px 0 0;
	margin: 0;
	color: #FFF;
}

article {
	float: left;
	width: calc(33.3333% - 40px);
	background: #FFF;
	margin: 60px 20px 0;
	padding: 0;
	text-align: center;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
}

article:hover {
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
	cursor: pointer;
}

article img {
	width: 100%;
	height: auto;
	float: left;
}

article h3 {
	color: #275B99;
	padding-bottom: 10px;
}

article p {
	color: #666;
	padding-bottom: 20px;
}

article p.orange {
	color: #EC4C00;
}

article #text {
	padding: 20px 40px 40px;
	float: left;
	width: calc(100% - 80px);
}

#news-item {
	float: left;
	width: 100%;
	background: #F6F6F8;
	margin: 20px 0;
	padding: 0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.1);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
	position: relative;
}

#news-item:hover {
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
	background: #FFF;
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
	cursor: pointer;
}

#news-item #news-text {
	position: relative;
	width: calc(50% - 80px);
	left: 50%;
	float: left;
	padding: 60px 40px;
}

#news-item #news-image {
	position: absolute;
	width: 50%;
	left: 0;
	float: left;
	background-size: cover;
	background-position: top center;
	background-color: #CCC;
	height: 100%;
}

#cheyney-design {
	width: 50%;
	height: auto;
    margin: 0 25%;
}

#cheyney-design img {
	width: 80%;
	height: auto;
	float: left;
	padding: 0 10%;
}

#sapphire-scan {
	width: 50%;
	height: auto;
	float: left;
}

#sapphire-scan img {
	width: 80%;
	height: auto;
	float: left;
	padding: 0 10%;
}

#footer {
	padding: 80px 5%;
	width: 90%;
	float: left;
	background-color: #143e76;
	text-align: center;
    background: linear-gradient(-135deg, #2e497f, #143e76); /* Standard syntax (must be last) */
}

#footer.base {
    background: linear-gradient(-135deg, #143e76, #143e76); /* Standard syntax (must be last) */
}

#footer p {
	color: #FFF;
	font-size: 90%;
	width: 100%;
	float: left;
	padding: 20px 0 0;
}

#footer p a:hover {
	color: #EC4C00;
}

#footer ul {
	padding: 0;
	margin: 0;
	font-size: 20px;
	float: left;
}

#footer li {
	padding: 0;
	margin: 0;
	width: 24%;
	text-align: left;
	list-style: none;
	color: #FFF;
    display: inline-block;
    vertical-align: top;
}

#footer li ul {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 16px;
}

#footer li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
}

#footer li a:hover {
	color: #EC4C00;
}

#footer li ul li ul {
	padding: 0px 10px;
	margin: 0;
}

#footer ul li.menu-item-488 a {
	padding: 0 0 20px;
	float: left;
}

#footer ul li.menu-item-488 ul li a {
	padding: 0;
}

#footer ul li.menu-item-502 a {
	padding: 0 0 20px;
	float: left;
}

#footer ul li.menu-item-502 ul li a {
	padding: 0;
}

#footer ul li.menu-item-514 a {
	padding: 0 0 20px;
	float: left;
}

#footer ul li.menu-item-514 ul li a {
	padding: 0;
}

#footer ul li.menu-item-522 a {
	padding: 0 0 20px;
	float: left;
}

#footer ul li.menu-item-522 ul li a {
	padding: 0;
}

#footer ul li ul li.menu-item-521 a {
	padding: 20px 0 0;
	float: left;
	font-size: 20px;
}

.container {
	  width: 80%;
	  float: left;
	  padding: 0 10%;
	  margin-bottom: 100px;
}

.image-reveal {
	  position: relative;
}

.under-slide {
	  position: relative;
	  overflow: hidden;
	  padding-top: 60vh;
	  top: 0;
	  left: 0;
	  background: url("/sapphire/uploads/2018/03/Meat-1.jpg") no-repeat;
	  background-size: auto 100%;
	  background-position: center;
}

.over-slide {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  -webkit-transform: translateX(0px);
	  overflow: hidden;
}

.over-image {
	  height: 100%;
	  width: 100%;
	  background: url("/sapphire/uploads/2018/09/Meat-X-Ray-NEW.jpg") no-repeat;
	  background-size: auto 100%;
	  -webkit-transform: translateX(0px);
	  background-position: center;
}

.divider {
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 0;
	  width: 6px;
	  height: 100%;
	  margin-left: -3px;
	  background-color: #F60;
}







.container-small {
	  width: 30%;
	  float: none;
	  padding: 0 0%;
	  display: inline-block;
}

.image-reveal {
	  position: relative;
}

.under-slide-small {
	  position: relative;
	  overflow: hidden;
	  padding-top: 20vh;
	  top: 0;
	  left: 0;
	  background: url("/sapphire/uploads/2018/09/Chicken.jpg") no-repeat;
	  background-size: auto 100%;
	  background-position: center center;
}

.under-slide-fish { 
	  position: relative;
	  overflow: hidden;
	  padding-top: 20vh;
	  top: 0;
	  left: 0;
	  background: url("/sapphire/uploads/2018/09/Fish.jpg") no-repeat;
	  background-size: auto 100%;
	  background-position: center center;
}

.under-slide-glass { 
	  position: relative;
	  overflow: hidden;
	  padding-top: 20vh;
	  top: 0;
	  left: 0;
	  background: url("/sapphire/uploads/2018/09/Glass.jpg") no-repeat;
	  background-size: auto 100%;
	  background-position: center center;
}

.over-slide {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  -webkit-transform: translateX(0px);
	  overflow: hidden;
}

.over-image-small {
	  height: 100%;
	  width: 100%;
	  background: url("/sapphire/uploads/2018/09/Chicken-X-ray-NEW.jpg") no-repeat;
	  background-size: auto 100%;
	  -webkit-transform: translateX(0px);
	  background-position: center center;
}

.over-image-fish {
	  height: 100%;
	  width: 100%;
	  background: url("/sapphire/uploads/2018/09/Fish-Xray-NEW.jpg") no-repeat;
	  background-size: auto 100%;
	  -webkit-transform: translateX(0px);
	  background-position: center center;
}

.over-image-glass {
	  height: 100%;
	  width: 100%;
	  background: url("/sapphire/uploads/2018/09/Glass-Xray-NEW.jpg") no-repeat;
	  background-size: auto 100%;
	  -webkit-transform: translateX(0px);
	  background-position: center center;
}

.divider-small {
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 0;
	  width: 6px;
	  height: 100%;
	  margin-left: -3px;
	  background-color: #F60;
}



#single table {
	border: solid 0px #000;
}

#single table tr td {
	border: solid 0px #000;
}






//Contact//

.visual-form-builder {background-color:#FFF;}

.visual-form-builder fieldset{clear:both;margin:0 0;padding:0;border:none;border-radius:0px;background-color:#FFF;}

input.vfb-text,input[type="text"].vfb-text,input[type="tel"].vfb-text,input[type="email"].vfb-text,input[type="url"].vfb-text,textarea.vfb-textarea{padding:10px;border: none;border-radius:3px;background:none repeat scroll 0 0 #F1F1F1; font-size: 18px;}

.vfb-submit,input[type="submit"].vfb-submit{font-size:16px;padding: 10px 20px; border-radius: 30px; box-shadow: none; border: none; cursor: pointer; background-color: #275B99; color: #FFF; }

.vfb-submit,input[type="submit"].vfb-submit:hover{background-color: #EC4C00;}

.visual-form-builder .vfb-legend{display: none;margin:5px 14px;padding:0 6px;border-bottom:1px solid #ccc;color:#900;font-size:20px}

.visual-form-builder .vfb-legend h3 {display: none;margin:0!important;padding:0!important;font-size:20px;line-height:2.0em}

.visual-form-builder label {
	color: #3E4B51;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}

.visual-form-builder .vfb-item {
	font-size: 16px;
}

#vfb-form-1.visual-form-builder-container
form.visual-form-builder 
ul li::before {
	color: #000;
    content: "";
}

#vfb-form-2.visual-form-builder-container
form.visual-form-builder 
ul li::before {
	color: #000;
    content: "";
}

.visual-form-builder 
fieldset#item-vfb-1.vfb-fieldset.vfb-fieldset-1.fieldset
ul
li::before {
	color: #000;
    content: "";
    margin: 0;
	padding: 0;    
}

.visual-form-builder 
fieldset#item-vfb-2.vfb-fieldset.vfb-fieldset-2.fieldset
ul
 {
	color: #000;
    content: "";
    margin: 0;
	padding: 0;    
}

.visual-form-builder-container
form#spares-request-2.visual-form-builder.vfb-form-2
fieldset#item-vfb-12.vfb-fieldset.vfb-fieldset-1.fieldset
ul li::before {
	color: #000;
    content: "";
    margin: 0;
	padding: 0;    
}

.visual-form-builder h4 {
	color: #EC4C00;
	font-weight: normal;
	font-size: 24px;
	padding: 0 0 2%;
	float: left;
	width: 100%;
}




@media only screen and (max-width: 1400px) {

#fixie {
	margin: 0 5%;
}

#header {
	height: 100px;
}

#logo {
	height: 100px;
	line-height: 100px;
	width: 250px;
}

#logo img {
	margin-top: 30px;
}

#access {
	height: 100px;
}

#access ul li a {
	line-height: 60px;
}

#panel {
	padding: 120px 0;
	width: 100%;
	float: left;
}

#panel h2 {
	width: 80%;
	margin: 0 10%;
}

}





@media only screen and (max-width: 1024px) {

#panel {
	padding: 100px 0;
	width: 100%;
	float: left;
}

#panel.image h1 {
	position: absolute;
	top: 0;
	height: 100%;
	width: 60%;
	padding: 0 20% 0 5%;
	display: table;
}

#panel.image h1 span p {
	font-size: 40px;
	line-height: 120%;
	color: #EC4C00;
	text-align: left; 
}

#product-panel {
	background-color: #F6F6F8;
	padding: 0 0;
	width: 100%;
	float: left;
	position: relative;
}

#product-panel.food-drink {
	background-position: 140% center;
}

#product-panel.bakery {
	background-position: 140% center;
}

#product-panel.pharmaceutical {
	background-position: 140% center;
}

#product-panel.cosmetics {
	background-position: 140% center;
}

#panel h2 {
	width: 90%;
	margin: 0 5%;
}

#industry-box {
	background-color: #F6F6F8;
	width: calc(33.3333% - 40px);
	height: auto;
	float: left;
	padding: 20px 0 40px;
	margin: 60px 20px 0;
	text-align: center;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
}

#product-box-text {
	width: calc(50% - 80px);
	margin-left: 50%;
	padding: 40px 40px;
}

#product-box-text h1 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 40px;
	line-height: 110%;
}

#product-box-text p {
	padding: 40px 0 0;
	margin: 0;
	color: #FFF;
}

article {
	float: left;
	width: calc(33.3333% - 40px);
	background: #FFF;
	margin: 60px 20px 0;
	padding: 0;
	text-align: center;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
}

article #text {
	padding: 20px 20px 20px;
	float: left;
	width: calc(100% - 40px);
}

.container {
	  width: 100%;
	  float: left;
	  padding: 0 0;
}

#single-text {
	padding: 15% 10%;
	width: 80%;
	float: left;
}

.image-reveal {
	  position: relative;
}

.under-slide {
	  position: relative;
	  overflow: hidden;
	  padding-top: 60vh;
	  top: 0;
	  left: 0;
	  background: url("/sapphire/uploads/2018/03/Meat-1.jpg") no-repeat;
	  background-size: auto 70%;
	  background-position: center;
}

.over-slide {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  -webkit-transform: translateX(0px);
	  overflow: hidden;
}

.over-image {
	  height: 100%;
	  width: 100%;
	  background: url("/sapphire/uploads/2018/09/Meat-X-Ray-NEW.jpg") no-repeat;
	  background-size: auto 70%;
	  -webkit-transform: translateX(0px);
	  background-position: center;
}


.container-small {
	  width: 30%;
	  float: none;
	  padding: 0 0%;
	  display: none;
}

#footer {
	padding: 80px 0;
	width: 100%;
}

}




@media only screen and (max-width: 900px) {

body {
	margin: 0;
    font-family: Whitney Medium;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	background-color: #FFF;
	color: #275B99;
}

p {
	font-size: 16px;
	line-height: 130%;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

li {
	line-height: 180%;
}

h2 {
    font-family: Whitney Bold;
	font-weight: normal;
	padding: 0 0 40px 0;
	margin: 0;
	font-size: 24px;
	line-height: 130%;
}

h3 {
    font-family: Whitney Bold;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 130%;
}

#panel {
	padding: 80px 0; 
	width: 100%;
	float: left;
}

#single-text.product {
	padding: 100px 5% 100px 5%;
	width: 90%;
	float: left;
}

#single-text {
	padding: 100px 0 100px;
	width: 100%;
	float: left;
}

#single-text h1 p {
	font-size: 30px;
}

#sidebar {
	padding: 0 5% 100px 5%;
	width: 90%;
	float: left;
}

#panel.image  {
	background-color: #F6F6F8;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 ;
	width: 100%;
	height: 400px;
	position: relative; 
}

#panel.image img {
	width: auto;
	height: 100%;
	float: right;
	object-fit: cover;
}

#panel.image h1 {
}

#panel.image h1 span {
	display: table-cell;
	vertical-align: middle; 
}

#panel.image h1 span p {
	font-size: 40px;
	line-height: 110%;
	color: #EC4C00;
	text-align: left; 
}

#industry-box {
	background-color: #F6F6F8;
	width: calc(33.3333% - 20px);
	height: auto;
	float: left;
	padding: 20px 0 30px;
	margin: 60px 10px 0;
	text-align: center;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
}

article {
	float: left;
	width: calc(33.3333% - 20px);
	background: #FFF;
	margin: 60px 10px 0;
	padding: 0;
	text-align: center;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
}

article #text {
	padding: 10px 20px 40px;
	float: left;
	width: calc(100% - 40px);
}

#access {
	display: none;
}

#news-item #news-text {
	position: relative;
	width: calc(100% - 80px);
	left: 0%;
	float: left;
	padding: 40px 40px;
}

#news-item #news-image {
	position: relative;
	width: 100%;
	left: 0;
	float: left;
	background-size: cover;
	background-position: top center;
	background-color: #CCC;
	height: 300px;
}

#footer ul li  {
    padding: 5% 0;
}

#footer li {
	width: 49%;
}

#footer ul li.menu-item-356 a {
	padding: 40px 0 10px;
}

#footer ul li.menu-item-377 a {
	padding: 40px 0 10px;
}

#footer ul li.menu-item-363 a {
	padding: 40px 0 10px;
}

#footer ul li.menu-item-381 a {
	padding: 40px 0 10px;
}

#footer ul li ul li {
    padding: 0 0;
}
    
}




@media only screen and (max-width: 600px) {

h1 {
	font-size: 30px;
}

#single-text h1 p {
	font-size: 30px;
}

h2 {
    font-family: Whitney Bold;
	font-weight: normal;
	padding: 0 0 40px 0;
	margin: 0;
	font-size: 20px;
	line-height: 130%;
}

h3 {
    font-family: Whitney Bold;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 130%;
}

#header {
	height: 100px;
}

#logo {
	height: 100px;
	line-height: 100px;
}

#logo img {
}

#panel {
	padding: 60px 0;
	width: 100%;
	float: left;
}

#panel.image  {
	height: 300px;
}

#panel.image h1 {
	display: none;
}

#product-panel {
	background-color: #F6F6F8;
	padding: 0 0;
	width: 100%;
	float: left;
	position: relative;
}

#product-panel img {
	width: 100%;
	height: auto;
	float: right;
}

#product-panel.food-drink {
	background-position: center 10%;
	background-size: auto 200px;
}

#product-panel.bakery {
	background-position: center 10%;
	background-size: auto 200px;
}

#product-panel.pharmaceutical {
	background-position: center 10%;
	background-size: auto 200px;
}

#product-panel.cosmetics {
	background-position: center 10%;
	background-size: auto 200px;
}

#industry-box {
	background-color: #F6F6F8;
	width: calc(100% - 40px);
	height: auto;
	float: left;
	padding: 40px 0;
	margin: 60px 20px 0;
	text-align: center;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
 }

#industry-box h3 {
	color: #275B99;
	padding: 0 0 10px;
	font-size: 24px;
}

article {
	float: left;
	width: calc(100% - 40px);
	background: #FFF;
	margin: 30px 20px 0;
	padding: 0;
	text-align: center;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
}

#single-text {
	padding: 15% 5%;
	width: 90%;
	float: left;
}

#product-box {
	background-color: #275B99;
	width: calc(100% - 40px);
	height: auto;
	float: left;
	padding: 0px 0;
	margin: 30px 20px 0;
	text-align: left;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .20s; 
	transition-timing-function: ease-in-out;
	position: relative;
}

#product-box:hover {
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
	cursor: pointer;
}

#product-box-image {
	background-color: #F6F6F8;
	width: 100%;
	position: relative;
	height: 300px;
	top: 0;
}

#product-box-text {
	width: calc(100% - 80px);
	margin-left: 0%;
	padding: 40px 40px;
}

#product-box-text h1 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 35px;
	line-height: 110%;
}

#product-box-text p {
	padding: 40px 0 0;
	margin: 0;
	color: #FFF;
}


.container {
	  width: 100%;
	  float: left;
	  padding: 0 0;
}

.image-reveal {
	  position: relative;
}

.under-slide {
	  position: relative;
	  overflow: hidden;
	  padding-top: 60vh;
	  top: 0;
	  left: 0;
	  background: url("/sapphire/uploads/2018/03/Meat-1.jpg") no-repeat;
	  background-size: auto 70%;
	  background-position: center;
}

.over-slide {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  -webkit-transform: translateX(0px);
	  overflow: hidden;
}

.over-image {
	  height: 100%;
	  width: 100%;
	  background: url("/sapphire/uploads/2018/09/Meat-X-Ray-NEW.jpg") no-repeat;
	  background-size: auto 70%;
	  -webkit-transform: translateX(0px);
	  background-position: center;
}

#cheyney-design {
	width: 100%;
	height: auto;
	float: left;
    margin: 0 0;
}

#sapphire-scan {
	width: 100%;
	height: auto;
	float: left;
}

#footer li {
	width: 100%;
}

}


/* Added by George Owens 9 September 2021 - Blog */


/* Fixes first */

.has-text-align-center {
	text-align: center;
}

/*
.uagb-section__background-color h1,
.uagb-section__background-color h2,
.uagb-section__background-color h3,
.uagb-section__background-color h4,
.uagb-section__background-color h5,
.uagb-section__background-color h6 {
	color: #ffffff;
}
*/

h1.has-white-color,
h2.has-white-color,
h3.has-white-color,
h4.has-white-color,
h5.has-white-color,
h6.has-white-color,
span.has-white-color {
	color: #ffffff;
}

#contact,
.full-width {
  position: relative;
  width: 100vw !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw !important;
}

#contact {
	margin-bottom: 0;
}

#contact h1,
#contact h2,
#contact h3,
#contact h4,
#contact h5,
#contact h6,
#get-in-touch h1,
#get-in-touch h2,
#get-in-touch h3,
#get-in-touch h4,
#get-in-touch h5,
#get-in-touch h6, {
	color: #ffffff;
	font-size: 32px;
    line-height: 130%;
    text-transform: capitalize;
}



/* Specific New Styles */

.hero-image {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 360px;
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-image-text {
	position: relative;
	z-index: 1;
}

.hero-image-text h1 {
	font-family: 'Whitney Bold';
    color: #ffffff;
    font-size: 325%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    text-align: center;
    max-width: 960px;
}

.hero-image .hero-image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #275b99;
	opacity: 0.7;
	z-index: 1;
}

.post-content {
	width: 100%;
	max-width: 760px;
	margin: 0 auto 70px;
}

.blog-wrap {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	margin-left: -25px;
	margin-right: -25px;
}

.blog-pod {
	position: relative;
	width: calc(33.3333% - 50px);
	margin: 0 25px 50px;
	border: #f1f1f1 1px solid;
	padding: 30px;
	box-sizing: border-box;
}

.blog-pod .post-grid-pod-image {
	width: 100%;
	padding-bottom: 66.66666%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.blog-pod h2,
.blog-pod h2 a,
#single-text .blog-pod h2 a {
	color: #275B99;
   -webkit-transition: all 0.2s ease-in-out;  
   -moz-transition: all 0.2s ease-in-out;  
   -o-transition: all 0.2s ease-in-out;  
   transition: all 0.2s ease-in-out;
}

.blog-pod h2 a:hover,
#single-text .blog-pod h2 a:hover {
	color: #EC4C00;
}

.wp-caption {
	max-width: calc(100% - 80px);
	margin: 40px 40px 60px;
	padding: 20px;
	border:  #eeeeee 1px solid;
	box-sizing: border-box;
}

blockquote {
	position: relative;
	padding: 35px 0 15px;
	margin: 25px 0 45px;
	padding-left: 40px;
	padding-right: 40px;
}

blockquote:before {
	content:  "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	border:  #cccccc 1px solid;
	border-bottom: none;
}

blockquote:after {
	content:  "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	border:  #cccccc 1px solid;
	border-top: none;
}

cite {
	display: block;
	padding-top: 15px;
	text-align: right;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.gallery .gallery-item {
	box-sizing: border-box;
	margin: 10px;
	border: #eeeeee 1px solid;
	padding: 20px;
}

.gallery.gallery-columns-2 .gallery-item {
	width: calc(50% - 20px);
}

.gallery.gallery-columns-3 .gallery-item {
	width: calc(33.33333% - 20px);
}

.gallery.gallery-columns-4 .gallery-item {
	width: calc(25% - 20px);
}

.gallery.gallery-columns-5 .gallery-item {
	width: calc(20% - 20px);
}

@media only screen and (max-width: 900px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 900px),
only screen and (min-resolution: 192dpi) and (max-width: 900px),
only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 900px) {
	
	.blog-title {
		margin-left: 25px
	}

	.blog-wrap {
		margin-left: 0;
		margin-right: 0;
	}

	.blog-pod {
		width: calc(50% - 50px);
	}

	.hero-image-text h1 {
	    font-size: 250%;
	}
	
}

@media only screen and (max-width: 640px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 640px),
only screen and (min-resolution: 192dpi) and (max-width: 640px),
only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 640px) {

	.blog-pod {
		width: 100%;
	}

	.wp-caption {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.gallery .gallery-item {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}

	.hero-image-text h1 {
	    font-size: 200%;
	}
	
}

.blog-pod h2 {
	margin-top: 20px;
}

.button {
	color: #ffffff !important;
    background-color: #275b99;
    border-style: solid;
    border-color: #275b99;
    border-radius: 2px;
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
    text-transform: uppercase;
   -webkit-transition: all 0.2s ease-in-out;  
   -moz-transition: all 0.2s ease-in-out;  
   -o-transition: all 0.2s ease-in-out;  
   transition: all 0.2s ease-in-out;
}

.button:hover {
	background-color: #ec4c00;
	border-color: #ec4c00;
}