/*
 Theme Name:   TOFWERK Child Theme
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme for TOFWERK
 Author:       Ask WP Girl, LLC
 Author URI:   https://askwpgirl.com
 Template:     generatepress
 Version:      0.1
*/

/* 
	
Colors:
	
	Black: #000000
	White: #ffffff
	Yellow:  #ffcc00 -- from files is #febd3b
	Grey: TBD- need to get from our graphic designer.
	Dark blue: #072038
	light grey: #F0F0F0
	Dark grey: #58595a
	Darker blue: 4471a3
	
	
New Colors from new brochures:

	Blue #355c89
	Light blue for hyperlinks: #1e73be
	Grey #818285
	Yellow #fabf3a
	
*/

/* Spacing for lists */

.elementor-widget-text-editor ul li:last-child,
.elementor-widget-text-editor ol li:last-child {
  padding-bottom: 20px;
}

/* Bullet Lists */

.elementor-widget-text-editor ul li,
.elementor-tabs ul li  {
	list-style: none;	
	padding-bottom: 10px;
}

.elementor-widget-text-editor ul li:before,
.elementor-tabs ul li:before {
  content: "";  
  background-color: #febd3b; 
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; 
  width: 10px;
  border-radius: 50%;
  height: 10px;
  margin-left: -30px; 
 margin-right: 20px;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.elementor-tabs ul {
	padding: 0 0 0 30px;
	margin: 0;
}

.elementor-widget-text-editor ul,
.elementor-tabs ul {
	margin-left: 0;
}

.elementor-widget-text-editor ul li:last-child,
.elementor-widget-text-editor ol li:last-child,
.elementor-tabs ul li:last-child {
  padding-bottom: 20px;
}

/* remove bullets form Resources on product pages */

.elementor-widget-text-editor ul.application-notes li:before, 
.elementor-tabs ul.application-notes li:before {
 display: none;
}

.postid-26335 h1 {
max-width: 490px;
text-align: center;
margin: 0 auto;
}

.highlight a {
 background-color: #FEBD3B;
}

.highlight a {
 color: #000 !important;
}

.highlight .sub-arrow {
	
	display: none;
}

/* Get rid of bottom margin on last paragraph in column */

.elementor-widget-text-editor p:last-child, p.elementor-icon-box-title {
	margin-bottom: 0;
}

.button-white-transparent a {
 background: transparent !important;
}

.wp-block-image figcaption {
	font-size: 13px;
	text-align: left;
}

/* Application Note formatting on non-facny pages */

.anchor {
	position: relative;
	height: auto;
}

.anchor .anchor-text {
position: relative;
}

/* Make Icons not square */

.icon-not-square .elementor-icon svg {
 height: auto !important;
}

/* Align text in image boxes left and with padding */

.image-box-text-padding p {
 padding: 0 20px 30px 20px;
text-align: left;
}

.yellow-text {
	color: #febd3b;
}

strong {
	font-weight: 500;
}

strong a, a strong {
	color: #355C89;
}

.intro-text h2 {
	margin-bottom: 0;
}

.text-light a {
	text-decoration: underline;
	color: #fff;
}

.text-light a:hover {
	color: #0A1B2F;
}

.readmore {
	font-family:'Averta', Arial, sans-serif;
}

.elementor-widget.icon-list-align-top  .elementor-icon-list-item, .elementor-widget.icon-list-align-top .elementor-icon-list-item a{
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: start;
	}
	
	.elementor-widget.icon-list-align-top .elementor-icon-list-icon {
	  margin-top: 3px;
	}


.yellow-accent h2 {
	color: #fabf3a;
	margin-bottom: 5px;
	font-size: 28px;
}

h2.app-heading {
	margin-top: -80px;
	padding-left: 20px;
}

h2.app-heading a {
	color: #fff;
}

h2.app-heading a:hover {
	color: #fabf3a;
}

h2.yellow-bg {
	background: #fabf3a;
	padding: 5px 10px;
	color: #fff;
}

h2.applications {
	color: #fabf3a;
/* 	text-transform: uppercase; */
	font-size: 22px;
	line-height: 100%;
	margin-bottom: 3px;
}

h2.applications a {
	color: #fabf3a;
}

h2.yellow-bg a {
	color: #fff;
}

h3, .single-tofwerk_applications .elementor-text-editor h2 {
	font-size: 28px;
	color: #000;
}

@media (max-width: 768px) {
	
	h3 {
		font-size: 24px;
	}
}

h3.yellow-bg {
	background: #fabf3a;
	padding: 5px 10px;
	color: #fff;
	margin: 0 0 10px 0;
/* text-transform: uppercase;  */
	font-size: 16px;
	text-align: center;
}

h3.yellow-bg a {
	color: #fff;
}

h3.yellow-bg a:hover {
	color: #eeeded;
}

.large-text p {
	font-size: 18px;
}

.large-text h2 {
	font-size: 40px;
	line-height: 45px;
}
.large-text h2 {
	color: #f9ba2d;
}

.yellow-border {
	position: relative;
}
.yellow-border:after {
	content: "";
	background: #FABF3B;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 40px;
	z-index: 4;
}
.yellow-border.right-dot:after {
	content: "";
	background: #FABF3B;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -10px;
	right: 40px;
	z-index: 4;
	left: auto;
}

.yellow-border-top.right-dot:after {
	content: "";
	background: #FABF3B;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	right: 40px;
	z-index: 4;
	left: auto;
}

.yellow-circle .elementor-icon {
	background: #FABF3B;
	border-radius: 50%;
	padding: 4%;
}

/* h4 {
	line-height: 160%;
} */

.elementor-text-editor p:last-child {
	margin-bottom: 0;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure.aligncenter {
	margin: 0 auto;
	width: 100% !important;
	text-align: center;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	padding:5px 0 30px;
	opacity: 1;
	text-align: center;
}

.repeater-item p, .repeater-item ul {
	font-size: 20px;
}

@media (max-width: 767px) {
	.repeater-item p, .repeater-item ul {
		font-size: 18px;
	}
}

.dce-acf-repeater-item ul,
.dce-acf-repeater-item ol { 
	padding: 0 0 0 20px; 
	margin: 0;
}

.application-background p {
	font-size: 20px;
}

/* Header */

.top-bar {
	background-color: #fff;
}

.top-bar .inside-top-bar {
	position: relative;
}

.top-bar aside {
	background-color: #fff;
	position: absolute;
	height: 40px;
	width: 300px;
	top: 10px;
	right: 0;
	content:"";
	z-index: 999;
}

@media (max-width: 768px) {
	.top-bar aside {
		position: relative;
		height: auto;
		width: 100%;
		top: 0;
		right: 0;
		left: 0;
	}
	
	.inside-top-bar {
		padding: 8px 0 0 !important;
	}
	
	.wpml-ls-legacy-list-horizontal {
		border: 1px solid transparent;
		padding: 0 !important;
		clear: both;
	}
	
	.top-bar .widget {
		float: none!important;
		margin: 0 0!important;
	}
}

.tofwerk-header .elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

.top-bar a,
.top-bar a:visited {
	color: #4471a3 !important;
}

.top-bar a:hover {
	color: #666 !important;
}


.main-header {
	position:relative;
}


@media (max-width: 1025px) {
	.main-header:after {
		
		left: 5px;
		
	}
}

/* Nav Styling */

body .ubermenu {
	margin-top: 10px;
}

.ubermenu.ubermenu-main {
	background: none;
	border: none;
	box-shadow: none;
	float: right;
}

.ubermenu .ubermenu-column.first-col {
	position: relative;
	height: 100%;
	min-height: 300px;
	background: url(assets/images/menu-bg.png) no-repeat left top;
	background-size: cover;
}

.ubermenu .ubermenu-nav .ubermenu-column-full.ubermenu-item-level-2 > a,
.ubermenu .ubermenu-submenu-type-stack .menu-item-resources.ubermenu-item-normal>.ubermenu-target {
	border-bottom: 1px solid #ccc;
	position: relative;
	max-width: 80%;
		padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
   font-size: 14px;
	letter-spacing: 1px;
/* 	text-transform: uppercase; */
}



.ubermenu .ubermenu-nav .ubermenu-column-full.ubermenu-item-level-3 > a,
.ubermenu .ubermenu-nav .ubermenu-column-1-2.ubermenu-item-level-3 > a{
	position: relative;
	max-width: 80%;
   padding: 0 0 0 5px;
   font-size: 12px;
	letter-spacing: 1px;
	text-transform: none;
}

@media (max-width: 959px) {
	.ubermenu .ubermenu-nav .ubermenu-column-full.ubermenu-item-level-2 > a,
	.ubermenu .ubermenu-nav .ubermenu-column-full.ubermenu-item-level-3 > a {
		max-width: 95%;
	}
	
}

body .ubermenu .ubermenu-submenu-type-stack {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width: 960px){
	body .ubermenu .menu-products .ubermenu-submenu-type-stack,
	body .ubermenu .menu-software .ubermenu-submenu-type-stack,
	body .ubermenu .menu-about .ubermenu-submenu-type-stack,
	body .ubermenu .menu-resources .ubermenu-submenu-type-stack   {
		padding-top: 70px;
		padding-bottom: 10px;
	}
	
	body .ubermenu .menu-products .ubermenu-submenu-type-stack {
		padding-top: 0px;
		padding-bottom: 10px;
	}

	body .ubermenu .col-head > .ubermenu-target{
		padding: 60px 0 5px 5px !important;
	}

}

@media (max-width: 959px){
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
		padding-left: 17px;
	}
}

body .ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
	top: 70px;
	position: relative;
	left: 70px;
	margin-bottom: 70px;
}

body .ubermenu .ubermenu-target-with-image>.ubermenu-target-text {
	position: relative;
	padding-top: 20px;
	color: #fff;
/* 	text-transform: uppercase; */
	left: -27px;
	right: 0;
	text-align: center;
}

.ubermenu-target-text {
	text-transform: uppercase;
  }
  
.ubermenu-submenu-drop .ubermenu-target-text,
.ubermenu-submenu-drop .ubermenu-item-level-2 > a > .ubermenu-target-text {
	text-transform: none;
	font-family:'Averta', Arial, sans-serif;
	font-weight: normal;
}

.ubermenu-target-with-image .ubermenu-target-text
 {
	text-transform: uppercase;
}

body .ubermenu .ubermenu-custom-content-padded {
	padding: 5px 0 10px 5px;
	font-size: 12px;
	letter-spacing: 1px;
}

.ubermenu .ubermenu-nav > li > a.ubermenu-target,
.header-nav .tb-primary-menu > li > .menu-btn,
.ubermenu .ubermenu-nav > li > .ubermenu-item-layout-text_only {
	font-family:'Averta', Arial, sans-serif;
	text-transform: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 1px;
/* 	text-transform: uppercase; */

}

a.ubermenu-responsive-toggle {
	margin-top: 20px;
	padding: 35px 20px 0 20px;
	color: #010101;
}

a.ubermenu-responsive-toggle .fa {
	color: #010101;
	margin-top: 8px;
	font-size: 18px;
}

@media screen and (max-width: 959px) {
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu {
		margin: 0;
		background: #fff;
	}
}

/*
body .ubermenu-item-level-0:hover {
	background: #F0F0F0;

}
*/

body .ubermenu-transition-shift .ubermenu-item.chinese-menu-dropdown .ubermenu-submenu-drop {
left: auto !important;
right: auto !important;
}

body .ubermenu .ubermenu-item > .ubermenu-submenu {
	background: #F0F0F0;
}

body .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
	width: 1150px !important;
	left: -380px;
}

body .ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
	 top: 70px;
		 left: 0;
	right: 0;
	max-width: 1150px;
	margin: 0 auto;
}

/*
body .ubermenu-transition-shift .ubermenu-item.menu-resources .ubermenu-submenu-drop {
	left: auto;
}
*/


/* search icon position */

.ubermenu .menu-search.ubermenu-item {
	margin-top: 7px;
}

body .ubermenu-transition-shift .ubermenu-item.menu-search .ubermenu-submenu-drop {
	top: 70px;
	left: auto;
	right: auto;
	max-width: 100%;
	margin: 0 auto;
}

/* Resources items */


/* Product Grid */


.product-grid .elementor-post__excerpt p {
 height: 90px;
}

.elementor-tab-content a {
	color: #355C89;
/* 	font-weight: normal; */
}

.elementor-tab-content a:hover {
	color: #333;
	text-decoration: underline;
}

.elementor-tab-content .pdf-download {
	color: #000;
}

.elementor-tab-content h2 {
	font-size: 30px;
}

/* Resource Page */

ul.application-notes {
	padding: 0 !important;
	margin: 0 0 40px !important;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
	 
	}
	
	ul.application-notes li {
	list-style: none;
	padding: 25px 15px;
	border-bottom: 1px solid #ccc;
	line-height: 1.2em;
	vertical-align: top;
	}
	
	ul.application-notes li { background: #fff; }
	ul.application-notes li:nth-child(odd) { background: #f4f4f4; }
	
	.resource-post, .resource-media {
	 display: inline-block;
	vertical-align: top;
	}
	
	.resource-post {
	width: 80%; 
	padding-right: 20px;
	}
	
	.resource-media {
	width: 18%;
	text-align: right;
	}
	
	a.pdf-download,
	a.view-video  {
	 color: #000 !important;
	}
	
	a.pdf-download i,
	 a.view-video i {
	 color: #FBBC40 !important;
	}

/* Single Product Pages */

@media (min-width: 768px) {
	.first-column {
		padding-right: 30px !important;
	}
	
}


/* Archive Template */

.app-background {
	margin-top: 5px;
}

body.tax-application_category  .grid-container {
	max-width: none;
}

.featured-items ul {
	margin-bottom: 0;
}


ul.dce-acf-repeater-list > li {
	width: 100%;
	display: block;
	clear: left;
}

ul.dce-acf-repeater-list > li .repeater-item {
	width: 50%;
	float: left;
}

.dce-acf-repeater h3 {
	font-size: 28px;
}

ul.dce-acf-repeater-list > li {
	border-top: solid 1px #ccc;
	padding-top: 40px;
}

ul.dce-acf-repeater-list > li div:first-child {
  padding-right: 40px;
}

ul.dce-acf-repeater-list > li:first-child {
	border-top: none !important;
	padding-top: 0;
}

.elementor-repeater-item-7fcb25f {
  padding-right: 40px;
}

ul.dce-acf-repeater-list > li:last-child > .repeater-item:last-child {
	padding-bottom: 0;
}

.dce-acf-repeater > li {
	list-style: none;
}

@media (min-width: 1024px) {
	.dce-acf-repeater-list {
		margin: 20px 0 0 35px;
	}
}
@media (max-width: 1023px) {
	.dce-acf-repeater-list {
		margin: 0;
	}
}

.dce-acf-relational-post section {
	padding: 0 !important;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
	.related-instruments  section {
		padding: 0px !important;
	}
}

@media (max-width: 768px) {
	ul.dce-acf-repeater-list > li .repeater-item {
		width: 100%;
		float: none;
	}

}

/* Buttons */

.button-white-transparent .elementor-button {
	background: transparent;
	border: 2px solid #fff !important;
	color: #fff !important;
}

.button-white-transparent .elementor-button:hover {
	background: #fff !important;
	color: #333 !important;
}

.elementor-button-text.
.button {
	font-weight: 400;
	letter-spacing: 1px;
	font-family:'Averta', Arial, sans-serif;
	text-transform: uppercase;
}

.elementor-button.elementor-size-md,
.button {
	font-size: 18px !important;
	border-radius: 0 !important;
}

.button-blue .elementor-button,
.button.button-blue,
.button {
	background: #fff !important;
	border: 2px solid #355c89;
	color: #355c89 !important;
	text-align: center;
	border-radius: 0;
}

.button.button-blue {
	margin-bottom: 20px;
}

.button.button-blue:last-child {
	margin-bottom: 0;
}

.button-blue .elementor-button:hover,
.button.button-blue:hover,,
.button:hover {
	background: #355c89 !important;
	color: #fff !important;
}

.button-blue .elementor-button:focus, 
.button-blue .elementor-button:hover, 
.button-blue .elementor-button:visited ,
.button:focus,
.button:visited {
	color: #355c89;
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus, .frm_style_formidable-style.with_frm_style input[type=submit]:focus, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus, .frm_style_formidable-style.with_frm_style .frm_submit button:focus, .frm_style_formidable-style.with_frm_style input[type=submit]:active, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active, .frm_style_formidable-style.with_frm_style .frm_submit button:active {
	background-color: #355c89;
	color: #fff;
}

/* Home Page */

/*
.home-icon-box .elementor-icon-box-description {
	text-align: left !important;
}
*/

/* Tabs */

.elementor-tabs h2 {
	font-weight: 300;
}

.elementor-tabs-content-wrapper .elementor-tab-content{
	padding: 40px;
}

.elementor-tabs-content-wrapper .elementor-tab-content img {
	margin-bottom: 20px;
}

/* Table formatting */

.table.table-striped {
	background: #fff;
	margin-top: 30px;
	color: #54595F;
}

.table-striped th {
	background: #FEBE42;
	color: #333;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}

table th p {
	margin-bottom: 0;
}

a.view-video {
	color: #000;
}

.ptr-chemistries td:first-child {
 width: 15%;
}

/* Responsive Tables */

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.ptr-chemistries td:first-child {
	 width: 100%;
	}

	
	table.ptr-chemistries, .ptr-chemistries thead, .ptr-chemistries tbody, .ptr-chemistries th, .ptr-chemistries td, .ptr-chemistries tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.ptr-chemistries thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.ptr-chemistries tr { border: 1px solid #ccc; }
	
	.ptr-chemistries td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.ptr-chemistries td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.ptr-chemistries td:nth-of-type(1):before { content: "Reagent Ion"; }
	.ptr-chemistries td:nth-of-type(2):before { 
		content: "Analyte \00000a Compound \00000a Classes"; 
		white-space: pre; /* or pre-wrap */
	}
	.ptr-chemistries td:nth-of-type(3):before { 
		content: "Example \00000a Applications";
		white-space: pre; /* or pre-wrap */ 
	}
}
/* Responsive Table for CI Tof Models */

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.vocus-model {
		font-size: 16px;
	}
	/* Force table to not be like tables anymore */
	.vocus-model td:first-child {
	 width: 100%;
	}

	
	table.vocus-model, .vocus-model thead, .vocus-model tbody, .vocus-model th, .vocus-model td, .vocus-model tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.vocus-model thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.vocus-model tr { border: 1px solid #ccc; }
	
	.vocus-model td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.vocus-model td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 14px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.vocus-model td:nth-of-type(1):before { content: ""; }
	.vocus-model td:nth-of-type(2):before { 
		content: "Resolving \00000a Power (a)"; 
		white-space: pre; /* or pre-wrap */
	}
	.vocus-model td:nth-of-type(3):before { 
		content: "LOD PTR";
	}
	.vocus-model td:nth-of-type(4):before { 
		content: "LOD Aim"; 
	}
	.vocus-model td:nth-of-type(5):before { 
		content: "Sensitivity \00000a PTR"; 
		white-space: pre; /* or pre-wrap */
	}
	.vocus-model td:nth-of-type(6):before { 
		content: "Sensitivity \00000a Aim";
		white-space: pre; /* or pre-wrap */ 
	}
	.vocus-model td:nth-of-type(7):before { 
		content: "Size"; 
	}
	.vocus-model td:nth-of-type(8):before { 
		content: "Power"; 
	}

}


/* Single Application Loop Template */


.application-single-grid-item .elementor-column-wrap {
	min-height: 350px;
}

.related-application .elementor-column-wrap {
	min-height: 270px;
}

@media (max-width: 1050px) {
	.application-single-grid-item .elementor-column-wrap,
	.related-application .elementor-column-wrap {
		height: auto;
	}
}

/* Applications Landing Page */

body .elementor-posts .elementor-post__badge {
	padding-left: 30px;
	margin-left: 15px !important;
}

body .elementor-posts .elementor-post__badge {
	position: relative;
	top: 0;
	background: #fff !important;
	color: #888;
	font-size: 15px;
	padding: 0 15px;
	line-height: 1;
	font-weight: 300;
	margin: 0 0 10px !important;
	border-radius: 0;
}

/* Single Post */

.webinar-video {
	margin-top: 30px;
	clear: both;
}

/* Post grid */

.page-numbers {
	border: 1px solid #ccc;
	margin: 0 !important;
	width: auto !important;
}

.page-numbers.prev {
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
}
.page-numbers {
	background: #fff;
	padding: 10px 15px;
	border-top: 1px solid #CBD2D9;
	border-bottom: 1px solid #CBD2D9;
	border-left: 1px solid #CBD2D9;
	font-size: 16px;
	color: #616E7C !important;
	margin-bottom: 20px;
	display: inline-block;
	margin-right: -3px !important;
	margin-left: -3px !important;
}

.page-numbers.next {
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
}

.page-numbers.current,
.page-numbers:hover {
	background: #D9E2EC;
}


/* Chinese Arial default fault */

html:lang(zh-hans) body,
html:lang(zh-hans) .elementor-heading-title,
html:lang(zh-hans) div[class*=" elementor-element-"],
html:lang(zh-hans) .elementor-icon-box-content .elementor-icon-box-title,
html:lang(zh-hans) .elementor-icon-box-content .elementor-icon-box-description,
html:lang(zh-hans) h1, html:lang(zh-hans) h2, html:lang(zh-hans) h3, html:lang(zh-hans) h4, html:lang(zh-hans) h5, html:lang(zh-hans) h6,
html:lang(zh-hans) .ubermenu .ubermenu-nav > li > a.ubermenu-target, 
html:lang(zh-hans) .header-nav .tb-primary-menu > li > .menu-btn,
html:lang(zh-hans) .elementor-tab-content,
html:lang(zh-hans) .elementor-tab-title a {
	font-family: Arial, sans-serif !important;
}

@media (min-width: 768px) {
	html:lang(zh-hans) p iframe,
	html:lang(zh-hans) iframe {
		width: 650px !important;
		height: 400px !important;
	}
}

/* Image Hovers */


figure a:after {
	position: absolute;
	background: url(assets/images/arrow-hover.png);
	content:"";
	width:200px;
	height: 196px;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -96px;
	right: auto;
	bottom: auto;
	zoom:0.5;
	-moz-transform:scale(0.5);
	-moz-transform-origin: 0 0;
	overflow: hidden;
	z-index: 99;
	opacity: 0;
}

figure a {
	position: relative;
	display: block;
}


figure a:hover:after {
	opacity: 1;
}

/* FacetWP formatting */
	
.facetwp-facet {
	margin-bottom: 0 !important;
}


.resource-facet .facetwp-dropdown {
	width: 100%;
	display: block;
}

/*
figure a img:hover,
figure a:after img {
	opacity: 0.7;
}
*/

/* Columns */

@media (min-width: 768px) {
	.col-50 {
		width: 50%;
		float: left;
		padding: 0 40px;
		text-align: center;
	}
}

.sampling-options h4 {
	margin-bottom: 0 !important;
}
.sampling-options img {
	margin-bottom: 0 !important;
}

/* Vocus Resource Anchor Links */

.anchor {
  position: relative;
  height: 70px;
}

.anchor.tall {
	position: relative;
	height: 70px;
}
.anchor.tall a {
	position: absolute;
	left: 0px;
	top: -200px;
}

.anchor .anchor-text {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0;
}

/* Table formatting */

#tablepress-16 .column-1 {
 width: 15%;
}

/* Table Styling */

.tablepress.vocus-model-new,
.tablepress.striped-table {
	width: 100%;
	max-width: 100%;
	font-size: 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.tablepress.striped-table {
	max-width: 830px;
	margin: 0 auto;
}

.tablepress.vocus-model-new th[style] {
	color: #000 !important;
}

.tablepress.vocus-model-new th.column-1[style] {
	color: #000 !important;
}

/* icpTOF table styling */

.tablepress.vocus-model-new td.column-2 {
    width: 12% !important;
}

.tablepress.vocus-model-new td.column-1
 {
    width: 22% !important;
}

.tablepress.vocus-model-new td.column-3,
.tablepress.vocus-model-new td.column-4,
.tablepress.vocus-model-new td.column-5,
.tablepress.vocus-model-new td.column-6,
.tablepress.vocus-model-new td.column-7,
.tablepress.vocus-model-new td.column-8,
.tablepress.vocus-model-new td.column-9 {
  width: 8% !important;
}

.tablepress.vocus-model-new thead th,
.tablepress.striped-table thead th {
	text-align: center;
	background-color: #FEBD3B;
	font-size: 16px;
}

.tablepress.vocus-model-new thead th.column-1 {
	text-align: left;
}

.tablepress.vocus-model-new tbody td,
.tablepress.striped-table tbody td {
	text-align: center;
}

.tablepress.vocus-model-new.physical-spec tbody td {
	text-align: left;
}

.tablepress.vocus-model-new tbody td.column-1 {
	text-align: left;
}

img.table-ptr-reactor {
	width: 100px;
	max-width: 100px;
}

img.table-aim-reactor {
	width: 70px;
	max-width: 70px;
}

img.table-level {
	width: 55px;
	max-width: 55px;
	display: inline;
}

.tablepress.vocus-model-new .table-green-checkmark {
	margin: 0 auto;
}

.tablepress.vocus-model-new.model-table .row-14 td {
 background-color: #FEBD3B;
border-right: none;
}

/* .tablepress.vocus-model-new.model-table .row-7 td {
border-right: none;
} */

.tablepress.vocus-model-new.model-table .row-12 td:last-child,
.tablepress.vocus-model-new.model-table .row-7 td:last-child {
	border-right: 1px solid #ddd;
}
.tablepress.vocus-model-new td,
.tablepress.vocus-model-new th,
.tablepress.striped-table td,
.tablepress.striped-table th{
	border-right: solid 1px #ddd;
}
.tablepress.vocus-model-new td.column-1,
.tablepress.vocus-model-new th.column-1,
.tablepress.striped-table td.column-1,
.tablepress.striped-table th.column-1,
.tablepress.striped-table td:first-child {
	border-left: solid 1px #ddd;
}

.tablepress.vocus-model-new.mobile-table th,
.tablepress.vocus-model-new.mobile-table td {
	width: 50% !important;
}

.tablepress.vocus-model-new td {
	vertical-align: middle;
}

.tablepress.vocus-model-new .row-10 td.column-1 img,
.tablepress.vocus-model-new .row-11 td.column-1 img,
.tablepress.vocus-model-new .row-11 td.column-1 {
  margin: 0 auto;
  text-align: center;
}

/* ClearFab Specifications Table */

.clearfab-table {
	border: 1px solid #ddd;
	max-width: 520px;
}

.clearfab-table td.column-1  {
	background-color: #FEBD3B;
	color: #000;
	font-weight: bold;
	text-align: right;
}

.clearfab-table td.column-2  {
	background-color: #fff;
}

.tablepress.clearfab-specs {
 max-width: 500px;
}

.clearfab-specs td:first-child {
 background-color: #F9BD3C;
font-weight: bold;
}

.tablepress-id-13 tbody td.column-1 {
 text-align: left;
}


/* Footer */

footer {
	color: #fff;
	font-size: 0.9rem;
}

footer h3 {
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 1rem !important;
	margin-bottom: 5px !important;
}
	
footer a {
	color: #FEBD3A !important;
}

footer ul {
	padding: 0 !important;
}
 
footer ul li:before {
	display: none !important;
}