/*
 Theme Name:   Allergon
 Theme URI:    http://www.allergon.com
 Description:  Allergon
 Author:       Clavis
 Author URI:   http://www.clavis.com   
 Version:      1.0.0
 License:      N/A
 License URI:  N/A
 Tags:         Allergon
 Text Domain:  Allergon
*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	background-color: #f3f3f3;
	-webkit-overflow-scrolling: touch;
	/*overflow-x: hidden;*/
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
a, 
a:link {
	color: #1e8ae7;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #27245f;
}
a:visited {
	color: #7b26c9;
	/*position: relative;*/
}
a[target="_blank"]:after {
	position: relative;
	content: '\f08e';
	font-family: fontawesome;
	font-size: 0.875em;
	line-height: 0;
	color: #777;
	bottom: -0.125em;
	margin-left: 0.375em;
}
h1 {
	font-weight: 300;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: .5px;
	margin: 11px 0 11px 0;
	color: #555759;
}

h2 {
	font-weight: 300;
	font-size: 22px; /* 28px */
	line-height: 110%;
	letter-spacing: .5px;
	margin: 22px 0 11px 0; /* margin: 11px 0 11px 0;*/
	color: #555759;
}
h3 {
	font-weight: 400;
	font-size: 16px; /* 20px */
	line-height: 110%;
	font-weight: bold; /* */
	letter-spacing: .5px;
	margin: 22px 0 11px 0; /* margin: 11px 0 11px 0;*/
	color: #555759;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}
p {
	margin: 0 0 11px 0 ;
}
ul, ol {
	padding-left: 1.25em;
}
ul li, ol li {
	margin: 0.5em 0;
}
img {
	margin: 0;
	max-width: 100%;
	height: auto;
}

#bodywrap {
	overflow-x: hidden;
	/*min-height: 100vh;*/
}

#navtrigger,
#navtrigger + label[for="navtrigger"] {
	position: fixed;
	z-index: 2000;
	width: 41px;
	//height: 100%;
	/*right: 0;*/
	transform: translate(0,0);
	transition: transform 0.25s ease-in;
}
#navtrigger {
	opacity: 0;
}
#navtrigger + label[for="navtrigger"]:before {
	box-sizing: border-box;
	display: block;
	font-family: fontawesome;
	font-size: 24px;
	text-align: center;
	line-height: 1;
	content: '\f0c9';
	transform-origin: 50% 50%;
	/*transform: rotate(0deg);
	transition: transform 0.25s;*/
	color: #333;
	color: #1e8ae7;
	width: 41px;
	height: 41px;
	background-color: #f3f3f3;
	padding-top: 8px;
	/*padding-left: 8px;*/
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
#wrapper {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	transform: translate(0,0);
	transition: transform 0.25s ease-in;
	margin: 0 auto;
	min-height: 100vh;
}
#wrapper > label[for="navtrigger"] {
	position: fixed;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 3000;
	opacity: 0;
	transition: width 0s, height 0s, opacity 0.25s ease-in;
	transition-delay: 0.25s, 0.25s, 0;
}
#navtrigger:checked + label[for="navtrigger"]:before {
	/*background-color: #333;*/
	/*border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	border-color: #999;
}
#navtrigger:checked + label[for="navtrigger"] + .test-menu + #wrapper,
#navtrigger:checked + label[for="navtrigger"] {
	transform: translate(240px,0);
}
#navtrigger:checked + label[for="navtrigger"] + .test-menu + #wrapper > label[for="navtrigger"] {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-delay: 0, 0, 0;
}

.container {
	max-width: 950px;
	margin: auto;
	padding: 0 10px;
}
.tf-header {
	height: 62px;
	border-bottom: 1px solid #CACACA;
	overflow: hidden;
	/*margin-bottom: 10px;*/
}
.tf-header a.tf-logo {
	display: block;
	margin: 10px 0;
	float: left;
}
.tf-header a.tf-logo:after {
	content: '';
}
@media all and (max-width: 1024px) {
	.tf-header a.tf-logo {
		margin-left: 40px;
	}
}
.tf-header a.tf-logo img {
	display: block;
	width: 160px;
	height: 39px;
}
.tf-header .brand {
	float: left;
	display: block;
	padding: 5px 5px 5px 10px;
	margin-left: 10px;
	font-size: 20px;
	color: #333333;
	border-left: 1px solid #E0E0E0;
	margin-top: 16px;
	text-decoration: none;
}
.test-menu {
	position: fixed;
	/*z-index: 1001;*/
	min-width: 240px;
	max-width: 240px;
	/*right: 0;*/
	/*height: 100vh;*/
	/*background-color: #f3f3f3;*/
	/*overflow; auto;*/
}

.test-menu ul {
	/*position: relative;*/
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
}
.test-menu > ul {
	border-bottom: 1px solid #cacaca;
	border-top: none;
	overflow-y: auto;
	height: 100vh;
}
.test-menu > ul > li:last-child {
	margin-bottom: 80px;
}
.test-menu  ul > li {
	position: relative;
	margin: 0;
	padding: 0;
}
.test-menu > ul > li {
	/*text-transform: uppercase;*/
	
	font-weight: bold;
}
.test-menu > ul > li > ul {
	/*text-transform: none;*/
	font-weight: normal;
}
.test-menu > ul > li > ul > li {
	text-transform: none;
}
.test-menu  ul > li > a {
	display: block;
	border-bottom: 1px solid #cacaca;
	line-height: 1.25;
	padding: 0.625em 16px;
	padding: 11.875px 16px;
	text-decoration: none;
	color: #1e8ae7;
}
.test-menu  ul > li > a:hover {
	color: #27245f;
}
.test-menu > ul > li > input {
	display: none;
}
/*.test-menu > ul > li > input:before {
	content: '';
}*/
.test-menu > ul > li > input + label {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	border-left: 1px solid #cacaca;
	/*border-bottom: 1px solid #cacaca;*/
}
.test-menu > ul > li > input + label:before {
	box-sizing: border-box;
	display: block;
	/*position: absolute;*/
	font-family: fontawesome;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	content: '\f067';
	content: '\f054';
	transform-origin: 50% 50%;
	transform: rotate(90deg);
	transition: transform 0.25s;
	color: #cacaca;
	width: 40px;
	height: 40px;
	padding-top: 12px;
}
.test-menu > ul > li > input:checked + label:before {
	/*content: '\f00d';
	content: '\f067';*/
	transform: rotate(270deg);
	/*transform: rotate(45deg);*/
}
.test-menu > ul > li > ul {
	/*display: none;*/
	/*max-height: 0;*/
	/*overflow: hidden;*/
	background-color: #fff;
	/*transition: max-height 0.5s ease-in;*/
}
.test-menu > ul > li > ul > li {
	max-height: 0px;
	overflow: hidden;
	/*background-color: #f3f3f3;*/
	/*opacity: 0.25;*/
	transition: max-height 0.25s ease-in/*, background-color 0.25s ease-in, opacity 0.25s ease-in*/;
	/*border-top: none;*/
}
.test-menu > ul > li > input:checked + label + ul {
	display: block;
	/*height: 500px;*/
	/*max-height: 1000px;*/
	/*transition: max-height 0.5s ease-out;*/
}
.test-menu > ul > li > input:checked + label + ul > li {
	max-height: 120px;
	/*background-color: #fff;*/
	/*opacity: 1;*/
	transition: max-height 0.25s ease-in/*, background-color 0.25s ease-in, opacity 0.25s ease-in*/;
}
.main-nav {
	background-color: #f3f3f3;
	margin-bottom: 10px;
}
.main-nav.container {
	
}
.main-nav .container ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
.main-nav .container > ul > li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.main-nav .container > ul > li > a {
	display: block;
	position: relative;
	z-index: 1000;
	padding: 16px;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.main-nav .container > ul > li:hover {
	z-index: 1001;
}
.main-nav .container > ul > li:hover > a/**/,
.main-nav .container > ul > li.current-menu-item > a,
.main-nav .container > ul > li.current-menu-ancestor > a,
.main-nav .container > ul > li.current-page-ancestor > a/**/ {
	background-color: #fff;
	color: #ee2d35;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
}
.main-nav .container > ul > li:hover > a[target="_blank"] {
	border-bottom: 1px solid #CACACA;
	padding-bottom: 15px;
}
.main-nav .container > ul > li > ul {
	display: none;
	z-index: 999;
	position: absolute;
	min-width: 192px;
	background-color: #fff;
	border: 1px solid #CACACA;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -1px;
	/*left: 50%;
	margin-left: -97px;*/
	padding-top: 6px;
	padding-bottom: 14px;
	box-shadow: 0 16px 16px rgba(0,0,0,0.125);
}
.main-nav .container > ul > li:hover > ul {
	display: block;
}
.main-nav .container > ul > li > ul > li > a {
	display: block;
	color: #1e8ae7;
	border: none;
	text-decoration: none;
	padding: 2px 16px;
}
/*.main-nav .container > ul > li > ul > li > a:last-child {
	padding-bottom: 16px;
}*/
.main-nav .container > ul > li > ul > li > a:hover {
	color: #27245f;
	/*background-color: #ccc;*/
}
.tf-footer {
	/*font-size: 0.875em;*/
	text-align: center;
	color: #777;
	line-height: 18px;
	padding: 16px;
	border-top: 1px solid #CACACA;
}
.tf-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tf-footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	padding: 0 5px;
}	
.tf-footer a {
	color: #777;
	text-decoration: none;
}
.tf-footer a:hover {
	color: #333;
}
@media all and (max-width: 1024px) {
	.main-nav {
		display: none;
	}
}
@media all and (min-width: 1025px) {
	.test-menu,
	label[for="navtrigger"],
	#wrapper > label[for="navtrigger"] {
		display: none;
	}
	#navtrigger:checked + label[for="navtrigger"] + .test-menu + #wrapper,
	#navtrigger:checked + label[for="navtrigger"] {
		transform: translate(0,0);
	}
}
.footer {
	background-color: #f3f3f3;
	border-top: 1px solid #d8d8d8;
	padding: 30px 0;
	margin-top: 30px;
}
.footer h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 11px;
}
.footer a {
	color: #333;
	text-decoration: none;
}
/* SiteOrigin */
.panel-grid {
	margin-right: -5px !important;
	margin-left: -5px !important;
}
.panel-row-style {
	padding: 10px 0 0 0;
	/*margin-right: -5px !important;
	margin-left: -5px !important;*/
}
.panel-grid-cell {
	margin: 0 0 10px 0 !important;
}
body .metaslider .caption-wrap {
	width: auto;
	top: 33%;
	left: 3.333%;
	right: 50%;
	bottom: auto;
	padding: 0px;
	background-color: transparent; 
	font-size: 2.5em;
	line-height: 1.25em;
	opacity: 1;
}
body .metaslider .caption-wrap .caption {
	padding:0;
}
@media all and (max-width: 960px) {
	body .metaslider .caption-wrap {
		font-size: 3.5vw;
	}
}

.siteorigin-widget-tinymce {
	padding: 8px 16px;
}
.grid-cell {
	margin-bottom: 10px;
}
/* pushes */
.pushes-grid-cells {
	color: #fff;
	background-color: rgb(75, 75, 75);
	font-size: 15px;
	line-height: 20px;
	min-height: 340px;
	text-align: center;
}
.pushes-grid-cells img {
	display: block;
	margin: 0;
}
.pushes-grid-cells h3 {
	margin-top: 11px;
	color: #fff;
}
.pushes-grid-cells a {
	color: #fff;
}

/* ThermoFisher */
.promo-badge {
	background-color: #333333;
	width: 100%;
	height: 120px;
	color: #FFFFFF;
	/*+placement: ;*/
	position: relative;
	left: 0;
	top: 0;
	margin-top: -20px;
}
/* fact box */
.fact-box {
	background-color: #f3f3f3;
	/*border: 1px solid #cacaca;*/
}
/* 404 */
.error-404 {
	padding: 15px;
	text-align: center;
}
.error-404  h1 {
	font-size: 12em;
}

/* calendar single */
.calendar-header {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}
.calendar-header img {
	display: block;
	margin: 0;
}
.calendar-header h1 {
	position: absolute;
	top: 33%;
	left: 3.333%;
	right: 50%;
	margin: 0;
	padding: 0;
	line-height: 1.25;
	color: #fff;
}
@media all and (max-width: 960px) {
	.calendar-header h1 {
		font-size: 3.4vw;
	}
}
.calendar-header .calendar-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}
.calendar-header .calendar-nav a {
	position: relative;
	display: block;
	float: left;
	width: 8.333%;
	height: 100%;
	text-align: center;
}
.calendar-header .calendar-nav a span {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20% 0;
	font-size: 1.25em;
	font-weight: bold;
	transform: rotate(-45deg);
	color: #fff;
	/*color: rgba(255,255,255,0.8);*/
}
.calendar-header .calendar-nav a:hover {
	background-color: rgba(255,255,255,0.25);
}
.calendar-header .prev-post-link,
.calendar-header .next-post-link {
	position: absolute;
	display: block;
	display: none;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	bottom: 0;
	/*top: 0;*/
	//padding: 15px;
	background-color: rgba(255,255,255,0.85);
	background-color: #1e8ae7;
	color: #1e8ae7;
	overflow: hidden;
	font-family: fontawesome;
	font-size: 3em;
}
.calendar-header:hover .prev-post-link,
.calendar-header:hover .next-post-link {
	/*display: block;*/
}
.calendar-header .prev-post-link {
	left: 0;
	border-top-right-radius: 100%;
	/*border-bottom-right-radius: 100%;*/
}
.calendar-header .prev-post-link:before,
.calendar-header .next-post-link:before {
	position: absolute;
	display: block;
	bottom: 7px;
	box-sizing: border-box;
	//width: 40px;
	//height: 40px;
	//padding-top: 10px;
	color: #fff;
	text-align: center;
	font-family: fontawesome;
	font-size: 0.6em;
	//-webkit-text-stroke: 2px white;
}
.calendar-header .prev-post-link:before {
	content: '\f104';
	left: 10px;
}
.calendar-header .next-post-link:before {
	content: '\f105';
	right: 10px;
}
.calendar-header .next-post-link {
	//float: right;
	right: 0;
	border-top-left-radius: 100%;
	/*border-bottom-left-radius: 100%;*/
}
.calendar-header .prev-post-link:hover,
.calendar-header .next-post-link:hover {
	background-color: #27245f;	
}
/* Allergon Calendar Start */
.allergon-calendar-start {
	position: relative;
	overflow: auto;
	height: 350px;
	/*background-color: #000;*/
}
.allergon-calendar-start:hover a img {
	/*opacity: 0.9375;*/
}
.allergon-calendar-start a {
	display: block;
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 8.333%;
	height: 100%;
	/*outline: 1px solid #fff;*/
	background-position: left 0; 
	overflow: hidden;
}
.allergon-calendar-start a:hover {
	
}
.allergon-calendar-start a:nth-child(2) {
	background-position: -80px 0; 
}
.allergon-calendar-start a:nth-child(3) {
	background-position: -160px 0; 
}
.allergon-calendar-start a:nth-child(4) {
	background-position: -240px 0; 
}
.allergon-calendar-start a:nth-child(5) {
	background-position: -320px 0; 
}
.allergon-calendar-start a:nth-child(6) {
	background-position: -400px 0; 
}
.allergon-calendar-start a:nth-child(7) {
	background-position: -480px 0; 
}
.allergon-calendar-start a:nth-child(8) {
	background-position: -560px 0; 
}
.allergon-calendar-start a:nth-child(9) {
	background-position: 640px 0; 
}
.allergon-calendar-start a:nth-child(10) {
	background-position: -720px 0; 
}
.allergon-calendar-start a:nth-child(11) {
	background-position: -800px 0; 
}
.allergon-calendar-start a:nth-child(12) {
	background-position: -880px 0; 
}
.allergon-calendar-start a img {
	position: absolute;
	/*width: 950px;*/
	max-width: 950px;
	left: 0%;
}
.allergon-calendar-start a span {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	padding: 20% 0;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	/*text-transform: uppercase;*/
	transform: rotate(-45deg);
	color: #fff;
	/*color: rgba(255,255,255,0.8);*/
}
@media all and (max-width: 600px) {
	.allergon-calendar-start a span,
	.calendar-header .calendar-nav a span {
		font-size: 0.875em;
		font-weight: normal;
		/*transform: rotate(-45deg);*/
	}
}
.allergon-calendar-start:hover a:hover img {
	opacity: 0.875;
}
@media all and (max-width: 960px) {
	.allergon-calendar-start a {
		height: 36.84vw;
	}
	.allergon-calendar-start a img {
		max-width: 100vw;
	}
}
.allergon-calendar-start a:nth-child(2) img {
	left: -100%;
}
.allergon-calendar-start a:nth-child(3) img {
	left: -200%;
}
.allergon-calendar-start a:nth-child(4) img {
	left: -300%;
}
.allergon-calendar-start a:nth-child(5) img {
	left: -400%;
}
.allergon-calendar-start a:nth-child(6) img {
	left: -500%;
}
.allergon-calendar-start a:nth-child(7) img {
	left: -600%;
}
.allergon-calendar-start a:nth-child(8) img {
	left: -700%;
}
.allergon-calendar-start a:nth-child(9) img {
	left: -800%;
}
.allergon-calendar-start a:nth-child(10) img {
	left: -900%;
}
.allergon-calendar-start a:nth-child(11) img {
	left: -1000%;
}
.allergon-calendar-start a:nth-child(12) img {
	left: -1100%;
}
/* Healhtcare banner */
.healthcare-banner {
	color: rgba(116,136,52,1);
	color: #fff;
	background-color: rgba(116,136,52,0.25); /* #748834*/
	background-color: #f3f3f3;
	background-color: rgba(116,136,52,1);
	/*border-top: 1px solid rgba(116,136,52,0.5);
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid rgba(116,136,52,0.5);
	border-bottom: 1px solid #d8d8d8;*/
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.healthcare-banner .panel-grid-cell {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
}
.healthcare-banner p {
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}
.healthcare-banner a {
	color: rgba(116,136,52,1);
	color: #fff;
}
.healthcare-banner a:after {
	font-weight: normal;
	/*color: rgba(116,136,52,1);*/
	color: #fff;
}

.allergen-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.allergen-table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.25;
	white-space: nowrap;
}
.allergen-table tr {
	border-bottom: 1px solid #d8d8d8;
}
.allergen-table th {
	text-align: left;
	padding-top: 2.5em !important;
}
.allergen-table th,
.allergen-table td {
	padding: 0.5em;
}