/*
Theme Name: Arc Flash 4
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: Everyone's Favourite Pole
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */



span.wpcf7-list-item {
display:block;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 13px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline;/*
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}

ul li{
background: url("https://www.arcflash.ieimages/arrow-blue.jpg") no-repeat scroll left 50% transparent;
padding: 1px 2px 2px 15px;
}

.widget ul li,.ppfooter-overlap ul li,.menu li{
padding:0;background:none;
}

ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {}

#page {
  	/*border: 1px solid #EBEBEB;*/
    /*margin: 2em auto 0;*/
    /*padding: 5px 20px 0;*/
    max-width: 1170px;
	display:block;
}

#colophon {
  	/*border: 1px solid #EBEBEB;*/
    margin: 0 auto 2em;background-color:#fff;
    max-width: 1000px;
    /*padding: 15px 20px;*/
    max-width: 1170px;
}

#branding hgroup {
	margin: 0 10px;
}
#access div {
	margin: 0 10px;
}
#primary {
/*	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;*/
}
#content {}

#secondary {
	/*float: right;*/
	/*margin-right: 7.6%;
	width: 18.8%;*/
	/**gf**/
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* Singular */
.singular #primary {
	/*margin: 0;*/
	margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}
.singular #content,
.left-sidebar.singular #content {
	/*margin: 0;
    position: relative;
    width: 660px;*/
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
/* 	float: right;
    margin: 0;
    width: 660px;*/
    margin-top:-4px;
}
.left-sidebar #content {

}
.left-sidebar #secondary {
 	/*float: left;*/
    margin: 0;
    padding: 0;display:block;
    /*width: 240px!important;*/
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	/*font: 14px/23px Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;*/
	font: 13px Arial,sans-serif;
}
body {width: 100%}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1em;line-height: 19px;color:6d6d6d;
}

.c{
clear:both;
}

ul, ol {
	margin:0 0 8px 8px;
}

ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
 	background: url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/images/search.png") no-repeat scroll 5px 6px transparent;
    border-radius: 2px 2px 2px 2px;
    font-size: 13px;
    height: 30px;
    line-height: 21px;
    padding: 0 10px 0 28px;
}
input#searchsubmit {}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	padding:10px 0 3px 0;
	position: relative;
	z-index: 2;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 13px;
	margin: 0 270px 3.65625em 0;
}
#branding img {padding:5px;}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #78B00F;font-weight: bold;
	display: block;
	line-height: 3.333em;
	padding: 4px 12px;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 12px;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
position: relative;
}

#branding #searchform div {
	margin: 0;
}
#branding #s {
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 47px;
    position: absolute;
    right: 48px;
    top: 0;
  
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 146px;
}
#branding #searchsubmit {
 background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 2px 2px 2px 2px;
    height: 32px;
    position: absolute;
    right: 2px;
    top: 0;
	width:44px;
	text-align:center;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 2px 0 0;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0 0 1.625em;
	padding: 10px;
	position: relative;
	border:#f8f8f8 solid 1px;
	background:#fff;
	border-right: #F8F8F8 solid 2px;
	border-bottom: #F8F8F8 solid 2px;
	border-radius: 3px;
}
.hentry:last-child,
.no-results {
	
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	line-height:18px;
	font-weight: bold;
	padding-bottom:5px;
	padding-top: 1px;
}
.entry-title,
.entry-title a {
	color: #004C7B;
	text-decoration: none;
}
.entry-title a{font-size:18px;}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 25px;
}
.entry-meta a {
	font-weight: normal;
	color: #999;
	font-size:11px;
	text-decoration: underline;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 0 0;
}
.entry-content h1,
.comment-content h1
 {
	color: #004C7B;text-transform:uppercase;
	font-weight: bold;font-size: 16px;
	margin: 11px 0 8px;
}

.entry-content h2,
.comment-content h2
{
	color: #004C7B;text-transform:uppercase;
	font-weight: bold;font-size: 12px;
	/*margin: 11px 0 8px;*/
	margin: 30px 0 8px;
}


.entry-content h3,
.comment-content h3 {
	font-size: 16px;color:#78B00F;
	font-weight: bold;
	margin: 11px 0 8px;
	text-transform: uppercase;
}

.entry-content h4,
.comment-content h4 {
	font-size: 12px;color:#78B00F;
	font-weight: bold;
	margin: 11px 0 8px;
	text-transform: uppercase;
}

.entry-content h5,
.comment-content h5 {
	font-size: 12px;color:#000;
	font-weight: bold;
	margin: 11px 0 8px;
	text-transform: uppercase;
}


.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.entry-content p a.more-link{background-color: white;
border: 1px solid #DEDEDE;
border-radius:5px 0px 0px;
display: block;
padding: 3px 6px;
position: absolute;
right: 0px;
bottom: 0px;
border-right: 0px none;
border-bottom: 0px none;
}
.entry-content p a.more-link:hover{text-decoration: none; background:#EEE;}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */

img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border:0px none;
	padding: 0 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0 0 0;
}
.singular .entry-title {
	color: #004C7B;
	font-size: 20px;
	font-weight: bold;
	line-height: 21px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}

.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #content .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */
.entry-header h1{
margin-top:4px!important;
}

#content nav {
	overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
 border-bottom: 1px solid #EEEEEE;
    color: #004C7B;
    font-size: 1.7em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin: 1px 0 5px;
    padding: 0;
}
.widget ul {margin: 0;}
.widget ul ul {margin-left: 0px;}
.widget ul li {color: #777;}
.widget a {font-weight: bold;text-decoration: none;}

.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;display:none;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-bottom: 1px solid #f3f3f3;
	padding: 1em 0;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 0%;
	width: 180px;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

.copyright{
	bottom: 6px;
    color: #BBBBBB;
    font-size: 0.8em;
    left: 0;
    /*padding: 30px 0 0;*/
    position: absolute;
    width: 350px;
    z-index: 77;}

.ctone{
	display: block;
    height: 65px;
    position: relative;
    width: 100%;
}

.inform{
 	padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 600px;
    z-index: 1;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
display: inline-block;
    float: left;
    max-width: 166px;
    min-height: 150px;
    padding: 0 13px;
}

#fifth{padding:0!important;}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}

#supplementary li a{
	color: #7ab010!important;
    font-size: 1.1em!important;
    letter-spacing: 0em!important;
}

#supplementary li ul li a {
   	color: #888888 !important;
    font-size: 11px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    line-height: 16px;
}

#supplementary ul ul{margin-top:5px;}

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		/*margin: 0 7.6%;*/
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		/*float: none;
		margin: 0 7.6%;*/
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		/*float: none;*/
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* Make sure embeds fit their containers */
	embed,
	object {
		max-width: 100%;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 13px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		/*top: 1.625em !important;*/
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		/*float: none;*/
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
/*	.singular.page .hentry {
		padding: 1.625em 0 0;
	}*/
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

.social-icon{
background: transparent url('https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/images/soc-icons.jpg') no-repeat top left;
display: inline-block;
height: 35px;cursor:pointer;
width: 35px;zoom:1;*display: inline;
}

.social-icons,.calls-overhead{position:absolute;top:60px;display;inline-block;zoom:1;}


.social-icons{position:absolute;top:60px;right:5px;}
.calls-overhead{right:172px;}

.twitter{background-position:-34px 0 ;}
.linkedin{background-position:0 -34px;}
.facebook{background-position:0px 0 ;}
.youtube{background-position:-68px 0 ;}

.calls{color:#8b8b8b;background: transparent url('https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/images/soc-icons.jpg') no-repeat top left;
display:inline;padding:15px 0 3px 40px;width:145px;height:35px;line-height: 35px;}

.call{background-position: -66px -69px;}
.cmail{background-position: -66px -35px;}

.cmail a, .call a{color:#8b8b8b; font-size:20px;}

.cmail a:hover, .call a:hover{text-decoration:none;}

.taxonomytreesposttype{/*width:255px!important;*/}

.taxonomytreesposttype li li/*{padding-left:15px;*/}
.invis{display:none;}

.taxonomytreesposttype li ul li/*{padding-left:22px;color:#a6a6a6;font-size:11px!important;
background:url("https://www.arcflash.ieimages/arrow-blue.jpg") no-repeat scroll 10px 50% transparent;margin-left:5px;*/}

.taxonomytreesposttype li ul li a{/*
	color: #779d2c;
    font-size: 10px;
	font-weight:normal!important;*/
}
.taxonomytreesposttype li a{/*color:#00507e;line-height: 16px;vertical-align: top;*/}
.widget_taxonomy-drill-down .left-line-overlay,.shoppingcart .left-line-overlay{
 background: url("https://www.arcflash.ieimages/sprite-vertical-left.jpg") repeat-y scroll 0 0 transparent;
    display: block;height: 100%;
}

.widget_taxonomy-drill-down .right-line-overlay,.shoppingcart .right-line-overlay{
   background: url("https://www.arcflash.ieimages/sprite-vertical-right.jpg") repeat-y scroll 247px 0 transparent;
    display: block;height: 100%;
}

#supplementary.three .widget-area li a { margin-left: 10px;}
#supplementary.three .widget-area li li a { margin-left: 0px;}

.widget_taxonomy-drill-down .top-line-overlay,.shoppingcart .top-line-overlay{
  background: url("https://www.arcflash.ieimages/sprite-horizontal.jpg") repeat-x scroll 0 1px transparent;
    display: block;height: 7px;width: 100%;
}

.widget_taxonomy-drill-down .bottom-line-overlay, .shoppingcart .bottom-line-overlay{
  background: url("https://www.arcflash.ieimages/sprite-horizontal.jpg") repeat-x scroll 0 -8px transparent;
   display: block;height: 7px;width: 100%;
}

.widget_taxonomy-drill-down .left-cor-overlay, .shoppingcart .left-cor-overlay{top:0;left:0;background-position:-40px 0 !important;}
.widget_taxonomy-drill-down .right-cor-overlay, .shoppingcart .right-cor-overlay{top:0;right:0;background-position:-60px 0 !important;}
.widget_taxonomy-drill-down .left-bot-overlay,.shoppingcart .left-bot-overlay{left:0;bottom:0;background-position:0 0;}
.widget_taxonomy-drill-down .right-bot-overlay,.shoppingcart .right-bot-overlay{right:0;bottom:0;background-position:-20px 0px!important;}

.widget_taxonomy-drill-down .right-bot-overlay,
.shoppingcart .right-bot-overlay,
.widget_taxonomy-drill-down .left-cor-overlay,
.shoppingcart .left-cor-overlay,
.widget_taxonomy-drill-down .right-cor-overlay,
.shoppingcart .right-cor-overlay,
.widget_taxonomy-drill-down .left-bot-overlay,
 .shoppingcart .left-bot-overlay{
position:absolute;
width:19px;height:20px;
display:block;
background:transparent url(https://www.arcflash.ieimages/sprite-rounds.jpg) no-repeat top left;
}
.widget_taxonomy-drill-down .overlay,.shoppingcart .overlay{position:relative;}
.widget_taxonomy-drill-down .overlay-inner, .shoppingcart .overlay-inner{padding: 0 18px 15px;}

.widget_categories ul li{
padding: 5px 0px; padding-left:13px;color:#a6a6a6;font-size:11px!important;
background:url("https://www.arcflash.ieimages/arrow-blue.jpg") no-repeat scroll left 50% transparent;
}
.widget_categories ul li a, .widget_recent_entries ul li a{color:darkGray; font-weight: normal;}

a img{border:none;}

.qfinder{  
background:none transparent;
border:0;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
   }
   
   .qfindul li{display: inline-block!important;height: 22px;width:96px;}
	#ie7 .qfindul li{display:inline!important;}
   .qfindul{display:inline-block;}

/* products */
#google-translator .left-line-overlay,
.tcp_products_list .left-line-overlay,
.homep-categories .left-line-overlay{
 background: url("https://www.arcflash.ieimages/sprite-vertical-left.jpg") repeat-y scroll 0 0 transparent;
    display: block;height: 100%;
}

#google-translator .right-line-overlay,
.tcp_products_list .right-line-overlay,
.homep-categories .right-line-overlay{
   background: url("https://www.arcflash.ieimages/sprite-vertical-right.jpg") repeat-y scroll right 0 transparent;
    display: block;height: 100%;
}

#google-translator .top-line-overlay,
.tcp_products_list .top-line-overlay,
.homep-categories .top-line-overlay{
  background: url("https://www.arcflash.ieimages/sprite-horizontal.jpg") repeat-x scroll 0 1px transparent;
    display: block;height: 7px;width: 100%;
}

#google-translator .bottom-line-overlay,
.homep-categories .bottom-line-overlay,
.tcp_products_list .bottom-line-overlay{
  background: url("https://www.arcflash.ieimages/sprite-horizontal.jpg") repeat-x scroll 0 -8px transparent;
   display: block;height: 7px;width: 100%;
}

#google-translator .left-cor-overlay,
.tcp_products_list .left-cor-overlay,
.homep-categories .left-cor-overlay
{top:0;left:0;background-position:-40px 0 !important;}

#google-translator .right-cor-overlay,
.tcp_products_list .right-cor-overlay,
.homep-categories .right-cor-overlay
{top:0;right:0;background-position:-60px 0 !important;}

#google-translator .left-bot-overlay,
.tcp_products_list .left-bot-overlay,
.homep-categories .left-bot-overlay
{left:0;bottom:0;background-position:0 0;}

#google-translator .right-bot-overlay,
.tcp_products_list .right-bot-overlay,
.homep-categories .right-bot-overlay
{right:0;bottom:0;background-position:-20px 0px!important;}

#google-translator .right-bot-overlay,
.homep-categories .right-bot-overlay, 
.tcp_products_list .right-bot-overlay,
#google-translator .left-cor-overlay,
.homep-categories .left-cor-overlay,
.tcp_products_list .left-cor-overlay,
#google-translator .right-cor-overlay,
.homep-categories .right-cor-overlay,
.tcp_products_list .right-cor-overlay,
#google-translator .left-bot-overlay,
.homep-categories .left-bot-overlay,
.tcp_products_list .left-bot-overlay{
position:absolute;width:19px;height:20px;display:block;
background:transparent url(https://www.arcflash.ieimages/sprite-rounds.jpg) no-repeat top left;}

#google-translator .overlay,
.homep-categories .overlay,
.tcp_products_list .overlay{
position:relative;}

#google-translator .overlay-inner,
.homep-categories .overlay-inner,
.tcp_products_list .overlay-inner{ 
	display: block;
    height: 210px;
    padding: 16px 18px 15px;
}
.homep-categories .overlay-inner,.tcp_products_list .overlay-inner{     text-align: center !important;}

#google-translator .overlay-inner{height: auto;}
#google-traslator .widget-title{border:0!important;}

.homep-categories .overlay{width:200px;float:left;margin-left: 13px;}
.homep-categories .overlay-inner{height:200px!important;}

.select_lang{
background: url("https://www.arcflash.ie/wp-content/google.jpg") no-repeat scroll right top transparent;
    color: #333333;
    font-family: Times New Roman;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 3px 0;
    padding: 11px 0 5px;
}

#google-trans {
    width: 214px !important;
}

#google-translator h3{display:none!important;}
#gsub{
	background-color: #87AE3A;
    border: 0 none;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 3px 2px 0 96px;
    padding: 4px;
    text-transform: uppercase;
    width: 120px;}

.eye{
	background: url("https://www.arcflash.ieimages/view_all.jpg") no-repeat scroll left bottom transparent;
    bottom: 18px;
    left: 69px;
    line-height: 13px;
    padding-left: 20px;
    position: absolute;
    width: 49px;
}

.eye a{
color:#4cb1ca!important;
font-size:12px;
font-weight:normal!important;}

.ppfooter-overlap{
	background-color: #F3F3F3;
    display: block;
    height: 116px;
    /*margin-top: -102px;*/
    width: 100%;}

/* slider config */

.jcarousel-skin-tango{clear:both;}
.jcarousel-skin-tango .jcarousel-container {
    background: none repeat scroll 0 0 #F3F3F3;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding:20px;
    width: 900px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 245px;
    padding: 40px 20px;
    width: 75px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 75px;
    margin: 0 20px;
    width: 860px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 245px;
    width: 75px;
}
.jcarousel-skin-tango .jcarousel-item {

}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    padding: 0 30px;}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

#carousel-powerpoint-footer{top:10px!important;min-width:1685px;}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url("https://www.arcflash.ieimages/slider-arrows.jpg") no-repeat scroll -21px 0 transparent!important;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 9px;
    top: 44px;
    width: 20px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    background-image: url("https://www.arcflash.ieprev-horizontal.png");
    left: 5px;
    right: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position:  -22px -27px!important;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -21px 0!important;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
   	background-position:  -21px 0!important;
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url("https://www.arcflash.ieimages/slider-arrows.jpg") no-repeat scroll 0 0 transparent!important;
    cursor: pointer;
    left: 5px;
    height: 27px;
    position: absolute;
    top: 44px;
    width: 20px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    background-image: url("https://www.arcflash.ienext-horizontal.png");
    left: auto;
    right: 5px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0 -27px!important;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 0px!important;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    background-position: 0 0px!important;
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
    background: url("https://www.arcflash.ienext-vertical.png") no-repeat scroll 0 0 transparent;
    bottom: 5px;
    cursor: pointer;
    height: 32px;
    left: 43px;
    position: absolute;
    width: 32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    background-position: 0 -96px;
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
    background: url("https://www.arcflash.ieprev-vertical.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 32px;
    left: 43px;
    position: absolute;
    top: 5px;
    width: 32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    background-position: 0 -96px;
    cursor: default;
}



.customStyleSelectBox{
	border: 1px solid #EBEBEB;
    margin: 2px 0 6px; background: url("https://www.arcflash.ieimages/select-arr.jpg") no-repeat scroll 98% 4px transparent;
    padding: 2px 3px;width: 208px;
}

.customStyleSelectBoxInner{
    padding: 2px 3px;width: 208px;
}

.carousel-overlay{height:100px;display:block; width: 940px;margin: 0 auto;}
.taxonomy-drilldown-dropdowns select {width: 208px;}
.taxonomy-drilldown-dropdowns select option{}


/************/


.HomeSlider {
	float: left;
	width: 672px;
	height: 255px;
	overflow: hidden;
}

.HomeSliderPrev {
	background: url("https://www.arcflash.ieimages/slider-navigation.png") no-repeat scroll left center transparent;
    bottom: 2px;
    display: block;
    height: 42px;
    position: absolute;
    right: 66px;
    text-decoration: none;
    width: 30px;
}

.HomeSliderNext {
 background: url("https://www.arcflash.ieimages/slider-navigation.png") no-repeat scroll -34px center transparent;
    bottom: 2px;
    display: block;
    height: 42px;
    position: absolute;
    right: 30px;
    text-decoration: none;
    width: 30px;
}

#HomeSliderNavigation { margin: 0; padding: 10px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; }


.homep-categories .img-l{border-bottom:1px solid #EEEEEE;padding-bottom:3px;margin-bottom:5px;}

.title-featured{color:#323232;font-weight:bold;}

.hitarea,.expandable-hitarea{
  background: url("https://www.arcflash.ie/wp-content/themes/twentyeleven12/images/plus-minus.jpg") no-repeat scroll -15px 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    width: 14px;
    z-index: 990;
}

.expandable .expandable .hitarea,.expandable .hitarea, .expandable-hitarea{background-position: -15px 0!important; }
.collapsable-hitarea {background-position: 0 0!important;}

.expandable{background:none!important;}

.rv-single-product-image img{max-width: 263px;}

/*.taxonomytreesposttype ul li{margin:1px 23px;}*/
.selected{color:#875c00!important;}

.cat-item {}
.cat-item a{}

.rview .left-line-overlay{ background: url("https://www.arcflash.ieimages/sprite-vertical-left.jpg") repeat-y scroll 0 0 transparent;display: block;height: 100%;}
.rview .right-line-overlay{   background: url("https://www.arcflash.ieimages/sprite-vertical-right.jpg") repeat-y scroll right 0 transparent;display: block;height: 100%;}
.rview .top-line-overlay{  background: url("https://www.arcflash.ieimages/sprite-horizontal.jpg") repeat-x scroll 0 1px transparent;display: block;height: 7px;width: 100%;}
.rview .bottom-line-overlay{  background: url("https://www.arcflash.ieimages/sprite-horizontal.jpg") repeat-x scroll 0 -8px transparent;display: block;height: 7px;width: 100%;}
.rview .left-cor-overlay{top:0;left:0;background-position:-40px 0 !important;}
.rview .right-cor-overlay{top:0;right:0;background-position:-60px 0 !important;}
.rview .left-bot-overlay{left:0;bottom:0;background-position:0 0;}
.rview .right-bot-overlay{right:0;bottom:0;background-position:-20px 0px!important;}
.rview .left-bot-overlay,.rview .right-bot-overlay,.rview .right-cor-overlay,.rview .left-cor-overlay{position:absolute;width:19px;height:20px;display:block;background:transparent url(https://www.arcflash.ieimages/sprite-rounds.jpg) no-repeat top left;}
.rview .overlay{position:relative;}

.rview .overlay-inner{display: block;height: 210px;padding: 16px 18px 15px;text-align: center !important;position:relative;}
.rview.rv-single-product .overlay-inner{height: auto;text-align: left !important;padding:7px 18px 15px!important;}
.rv-single-product-title h1{color: #828282;font-size: 18px;line-height: 18px;margin: 0 !important;padding: 4px 0 ; width: 465px;}
.rv-single-product-title{position: relative;padding-bottom:5px;margin-bottom:15px;border-bottom:1px solid #e5e5e5;}

.product-enquiry{float:right;border-left: 1px solid #E5E5E5; width: 350px!important;clear: none !important;}
.product-enquiry input,.product-enquiry textarea, .product-enquiry select{
width:210px!important;padding: 2px!important;
background: none repeat scroll 0 0 #FFFFFF!important;
border: 1px solid #E5E5E5!important;}
.product-enquiry textarea{height:50px;}
.product-enquiry label{width:105px!important;color:#4c4c4c!important;  font-size: 12px;}
.product-enquiry label span{width:100%!important;}
.product-enquiry span.reqtxt{color:#4c4c4c;}
.product-enquiry #sendbutton{ background-color: #89AE3D !important;
    color: #FFFFFF !important;
    font-family: sans-serif;
    font-size: 12px;cursor:pointer;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px !important;
    text-transform: uppercase;
    width: 254px !important;}

.product-enquiry select{
width:215px!important;
}

.rv-single-product #usermessagea {
    width: 320px !important;margin: 0 auto 0 !important;
}

.rv-single-product .entry-content{margin-left:25px;}
.rv-single-product-image{ float: left; text-align: center; width: 270px;}
.rv-desc{ text-transform: none!important; font-size: 16px;}

.tcp_price,.tcp_buy_button,.entry-price{}

/* related products slideshow starts */

.jcarousel-skin-alpha .jcarousel-item-vertical {margin-bottom: 10px;}
.jcarousel-skin-alpha .jcarousel-item-placeholder { background: none repeat scroll 0 0 #FFFFFF;  color: #000000;}
.jcarousel-skin-alpha .jcarousel-next-horizontal {
    background: url("https://www.arcflash.ieimages/slider-arrows.jpg") no-repeat scroll -21px 0 transparent!important;
    cursor: pointer;
    height: 27px;
    position: absolute;
	right: 9px;
    top: -27px;
    width: 20px;
}
.jcarousel-skin-alpha .jcarousel-direction-rtl .jcarousel-next-horizontal {  background-image: url("https://www.arcflash.ieprev-horizontal.png");  left: 5px;  right: auto;}
.jcarousel-skin-alpha .jcarousel-next-horizontal:hover, .jcarousel-skin-alpha .jcarousel-next-horizontal:focus {   background-position:  -22px -27px!important;}
.jcarousel-skin-alpha .jcarousel-next-horizontal:active {    background-position: -21px 0!important;}
.jcarousel-skin-alpha .jcarousel-next-disabled-horizontal, .jcarousel-skin-alpha .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-alpha .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-alpha .jcarousel-next-disabled-horizontal:active {
   	background-position:  -21px 0!important;   cursor: default;}
	
.jcarousel-skin-alpha .jcarousel-prev-horizontal {
    background: url("https://www.arcflash.ieimages/slider-arrows.jpg") no-repeat scroll 0 0 transparent!important;
    cursor: pointer;
    height: 27px;
    position: absolute;
  	right: 40px;
    top: -27px;
    width: 20px;
}
.jcarousel-skin-alpha .jcarousel-direction-rtl .jcarousel-prev-horizontal {background-image: url("https://www.arcflash.ienext-horizontal.png");    left: auto;    right: 5px;}
.jcarousel-skin-alpha .jcarousel-prev-horizontal:hover, .jcarousel-skin-alpha .jcarousel-prev-horizontal:focus {background-position: 0 -27px!important;}
.jcarousel-skin-alpha .jcarousel-prev-horizontal:active {background-position: 0 0px!important;}
.jcarousel-skin-alpha .jcarousel-prev-disabled-horizontal, .jcarousel-skin-alpha .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-alpha .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-alpha .jcarousel-prev-disabled-horizontal:active {
    background-position: 0 0px!important;
    cursor: default;
}
.jcarousel-skin-alpha .jcarousel-next-vertical {
    background: url("https://www.arcflash.ienext-vertical.png") no-repeat scroll 0 0 transparent;
    bottom: 5px;
    cursor: pointer;
    height: 32px;
    left: 0px;
    position: absolute;
    width: 32px;
}
.jcarousel-skin-alpha .jcarousel-next-vertical:hover, .jcarousel-skin-alpha .jcarousel-next-vertical:focus { background-position: 0 -32px;}
.jcarousel-skin-alpha .jcarousel-next-vertical:active { background-position: 0 -64px;}
.jcarousel-skin-alpha .jcarousel-next-disabled-vertical, .jcarousel-skin-alpha .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-alpha .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-alpha .jcarousel-next-disabled-vertical:active {background-position: 0 -96px;cursor: default;}
.jcarousel-skin-alpha .jcarousel-prev-vertical {
    background: url("https://www.arcflash.ieprev-vertical.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 32px;
    left: 43px;
    position: absolute;
    top: 5px;
    width: 32px;
}

.jcarousel-skin-alpha .jcarousel-prev-vertical:hover, .jcarousel-skin-alpha .jcarousel-prev-vertical:focus {  background-position: 0 -32px;}
.jcarousel-skin-alpha .jcarousel-prev-vertical:active {    background-position: 0 -64px;}
.jcarousel-skin-alpha .jcarousel-prev-disabled-vertical, .jcarousel-skin-alpha .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-alpha .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-alpha .jcarousel-prev-disabled-vertical:active {background-position: 0 -96px;  cursor: default;}

.jcarousel-skin-alpha{width:660px; overflow: hidden;}
.jcarousel-skin-alpha .jcarousel-item{width:200px;margin:0 10px;}
.jcarousel-skin-alpha .jcarousel-container{margin-top: 30px;}

/* related products slideshow ends */

#rp .widget-title{ border-top: 1px solid #EEEEEE;
    color: #000000;
    font-family: Verdana;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0;
    padding: 5px 0;}

.icode{color:#a4d4de;}
.item-codes{bottom: 8px;
    color: #5A5A5A;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-align: right;
    min-width: 200px;}

.cat-desc{   margin-bottom: 5px;padding: 1px 5px; line-height: 18px;}
.cat-title{
	color: #00507E;
    font-size: 2em;
    font-weight: bold;
    margin: 11px 0 15px;}

.title-link{bottom: 16px;
    left: 15px;
    min-height: 40px;
    position: absolute;
    text-align: center;
    vertical-align: top;
    width: 182px;}

.company-tagline{ 
	color: #8b8b8b;
    position: absolute;
    right: 9px;
    text-align: right;
    top: 12px;
    width: 445px;}

.nav-owlay{position:relative;}
.search-form{    position: absolute;
    right: 5px;
    text-align: right;
    top: 10px;
  /*width: 240px;*/
  }

.ddsg-wrapper li ul li{
	background: url("https://www.arcflash.ieimages/arrow-blue.jpg") no-repeat scroll 10px 50% transparent;
    color: #A6A6A6;
    font-size: 11px !important;
    margin-left: 5px;
    padding-left: 22px;
}

.ddsg-wrapper ul,.sitemap-prods ul{margin:0 0px 0px 15px !important;}
.ddsg-wrapper ul ul,.sitemap-prods ul ul {margin:0!important;}

.ddsg-wrapper h2{
 border-bottom: 1px solid #EEEEEE;
    color: #004C7B;
    font-weight:500;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin: 1px 0 5px;
    padding: 0;
}

.ddsg-wrapper h2, .sitemap-prods h3{font-size: 1em!important;}

.ddsg-wrapper li a {
    color: #00507E;
    font-size: 12px;font-weight: bold;
    letter-spacing: 0.1em;
}

.ddsg-wrapper li ul li a {
    color: #9BC44C;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

.treeview li {margin:2px 0!important;}
.treeview li li {margin:1px 0!important;}

/* browser fixes */
#supplementary li{text-align:left;}
#supplementary .children li{text-align:left;}
#secondary .overlay{/*width:255px;*/}
#secondary .treeview{/*width:255px;*/}
#secondary .widget-title{width:100%;}

.taxonomy-drilldown-reset{  
	color: #FFFFFF;
    font-family: Verdana;
    font-size: 1.1em;
   }

.product-enquiry #sendbutton{
border:0px solid #fff!important;
}

/* ie fixes */

#ie8 input#s,#ie7 input#s, #ie9 input#s{
line-height:29px!important;
}

#ie7 .hitarea, #ie7 .expandable-hitarea {display:inline!important;}

#ie7 .taxonomytreesposttype li a {line-height:18px!important;}
#ie7 .taxonomytreesposttype li li a {line-height:15px!important;}

#ie7 #branding #searchsubmit {width:42px;}

#ie9 .calls {padding: 10px 0 10px 40px;}

#ie8 .hitarea {position:relative;}

#ie7 .HomeSliderPrev,#ie8 .HomeSliderPrev,#ie9 .HomeSliderPrev {background: url("https://www.arcflash.ieimages/slider-navigation.gif") no-repeat scroll left center transparent!important;}
#ie7 .HomeSliderNext,#ie8 .HomeSliderNext,#ie9 .HomeSliderNext {background: url("https://www.arcflash.ieimages/slider-navigation.gif") no-repeat scroll -34px center transparent!important;}

.pdf,.data,.video{ 
    display: inline-block;
    height: 18px;
    margin: 0 5px;
    padding-left: 19px;
 }
   
.pdf{background: url("https://www.arcflash.ieimages/pdf.png") no-repeat scroll left top transparent;color: #B00808;}
.data{background:transparent url('https://www.arcflash.ieimages/data.png') no-repeat top left;}
.video{background: url("https://www.arcflash.ieimages/video.jpg") no-repeat scroll left top transparent;color: #3F5BA7;}

.widget_recent_entries ul li{
	padding: 5px 0px;
	padding-left: 13px;
	color: #A6A6A6;
	font-size: 11px!important;
	background: url("https://www.arcflash.ieimages/arrow-blue.jpg") no-repeat scroll left 50% transparent;
}

.entry-content iframe#vleft{margin:5px 10px 10px 0px;}
.entry-content iframe#vright{margin:5px 0px 10px 10px;}

#ie7 iframe#vright{vertical-align: baseline;}
#ie7 iframe#vleft{vertical-align: baseline;}

/*.superviser .entry-content .tcp_buy_button{display:none;}*/
.tab_contents > .tcp_buy_button{display:none;}
.buy-help{ border-left: 1px solid #DEDEDE;
    float: right;
    height: 130px;
    width: 350px;}

.buy-help .tcp_buy_button_price,.buy-help .tcp_s_c{display:none!important;}
.tcp_add_s_buy{margin:5px;}
.tcp_s_wish{}

.tcp_s_del_shop{
	background: url("https://www.arcflash.ie/wp-content/bin.png") no-repeat scroll left top transparent;
    border: 0 none !important;display:block;width:12px;height:12px;
    text-indent: -999999px;position:absolute;top:4px;right:0;cursor:pointer;}
.tcp_s_del_shop:hover{opacity:0.8;}

.tcp_shopping_cart_widget .tcp_name{display: block;width: 206px;}
.tcp_shopping_cart_widget .tcp_cart_widget_item{position:relative;padding:3px 0;border-bottom:1px dashed #dedede;}
li.tcp_cart_widget_footer_link{margin-top:6px!important;}
 .tcp_wishlist_s{text-transform:uppercase;color:#fff;text-align:center;}

.tcp_s_form_style input{width:300px;}
.tcp_s_form_style textarea{width:303px;}
.tcp_s_form_style select{ width: 308px;}
.tcp_s_form_style label{display: block;width: 303px;font-size:13px;}
.tcp_s_form_style li{ background: none repeat scroll 0 0 transparent;
    margin: 8px 0;
    padding: 0;}
.tcp_s_form_style{/*width: 318px;*/}

#tcp_back, .tcp_button,.tcp_continue,#tcp_continue{border:0;font-weight:bold;text-transform:uppercase;color:#fff;
cursor:pointer;text-align:center;background:none transparent;}
#billing_layer_info{/*width:318px;*/}
#new_billing_area em{float:right;}
.tcp_buy_button th{display:none;}
.tcp_sc_checkout,.tcp_sc_continue{background:none;}
.tcp_ckeckout_step span{display:none;}
h3.tcp_ckeckout_step{display:none;}
.text-bigger{font-size:15px;}
.error{color:#900707;}
.tcp_shipping_cart_page .tcp_nested_title{font-size:16px; font-weight: bold;}

#submit-btn {
        float:right;
        margin-right:20px;
}

#menu-item-2943 a{color:#fff;font-weight:bold;}
#menu-item-2943{background-color: #9ED040;}

li#menu-item-2943:hover > a,
#menu-item-2943 a:focus {
	background: #7ba728!important;
	color:#fff!important;
}

.copyright .ex a{color: #BBBBBB;    font-size: 0.8em;}
.copyright .ex a:hover{color:#1982D1;}

.tcp_product a img {margin-top: 1px;}
.verlay-table{width:606px;vertical-align:top;}
.verlay-table td{vertical-align:top;}
.verlay-img-td{width:190px;text-align:center;}
.verlay-title h3 a{ color: #004E6D;
    display: block;text-decoration:none;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 11px !important;}
	
.verlay-link {
float: right;
    text-align: right;
    }

.verlay-link  table.tcp_buy_button{width:111px;}
.verlay-link input{color:#fff;}

.verlay-link .tcp_add_s_buy,.verlay-link .tcp_s_wish{
 /*margin:0!important;
 text-transform: lowercase !important; */
 font-size: 13px;
 font-weight: bold;
}

.verlay-link .tcp_add_s_buy:hover{}
.verlay-link .tcp_add_s_buy{
color: #FFFFFF;}

.verlay-link .tcp_s_wish{}

.verlay-link .tcp_s_c, .verlay-link .tcp_buy_button_price{display:none!important;}

.verlay-link a{ background: none repeat scroll 0 0 transparent;
    border: 0 none !important;
    color: #FFFFFF !important;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;}
 .verlay-desc .entry-content{line-height: 20px; margin-top: 20px;}
 
 .viewq{color:#db0c38;float:right;font-weight:bold;text-decoration:underline;}
 
 .tcp_products_list .hentry{border:0!important;}

 .invis{display:none!important;}
 
 .button-gr-lay{ background: url("https://www.arcflash.ieimages/button-green-sprite.png") repeat-x scroll left bottom transparent;
    color: #FFFFFF;
    font-weight: bold;
    height: 28px;
    line-height: 27px;
    width: 100%;
    padding: 0 20px;
    position: relative;
    text-align: center;
	
	}
	
	.button-green{background: url("https://www.arcflash.ieimages/button-green-sprite.png") no-repeat scroll left top transparent;
	width:15px;
	height:28px;
	display:block;
	position:absolute;}
	
	.button-green-left{left:-3px; top:0;background-position:0 0;}
	.button-green-right{background-position: -15px 0;right: -3px;top: 0;}
	
	#ie7 .tcp_buy_button{float:right!important;}
	#ie7 .tcp_buy_button_units .button-gr-lay {width:auto;}
	#ie7 .tcp_buy_button_units .tcp_added_product_title .button-gr-lay {width:125px;}
   
  #ie7 .buy-help .tcp_buy_button{float:none!important}
  .tcp_products_list .button-gr-lay{margin-right:5px;}


.top_currency_change{color: #AFAFAF;
    /*position: absolute;
    right: 7px;
    top: -20px;*/}
.flag{background:url("https://www.arcflash.ieimages/flags.jpg") no-repeat left top transparent;display:inline-block;padding-left: 23px;
font-weight:bold;color:#034d7c;cursor:pointer;}
.flag.uk{background-position:0 0; margin-right:5px;}
.flag.ir{background-position:0 -16px;margin-left:5px;}

.price_layer{
/*	line-height: 16px;
	margin: 0px auto;
	margin-bottom: 4px;
	width: 160px;
	color: #004E6D;
	text-align: center;
	position: relative;
	left: -40px;
	top: 34px;
	font-size: 14px;
	font-weight: bold;*/
}
.pmod, .exvat{
	font-size: 13px;
	font-weight: bold;
}
.pmod{
	/*color: #76643D;*/
	color: #db0c38;
}
.exvat{
 	color: #004E6D !important;

 }
 .price_layer3{
	line-height: 16px;
	margin: 0px auto;
	width: 160px;
	color: #004E6D;
	text-align: center;
	position: relative;
	left: 3px;
	top: 34px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 65px;
}
.pmod3, .exvat3{
	font-size: 13px;
	font-weight: bold;
}
.pmod3{
	/*color: #76643D;*/
	color: #db0c38;
}
.exvat3{
 	color: #004E6D !important;

 }
	.enqu2{color:#666666;}
	.currency_rate_gbp{display:none;}
	.exvat{color: #76643D;}
	.exvat2{color: #76643D;font-size: 9px;}

.sku_display{
	position: absolute;
	right: 25px;
	top: 18px;
	font-weight: bold;
	width: 125px;
}
.verlay-title h3 a{
	width: 65%;
}
/*
GForce

*/
table.training_table{
	border-bottom: 0px;
}
table.training_table tr:nth-child(odd){
	background-color: #e4f2f5;
}
li.table_list{
	background: url("https://www.arcflash.ieimages/arrow-blue.png") no-repeat scroll left 50% transparent;
	padding: 1px 2px 2px 15px;
	list-style: none;
}
span.g_no_link_content{
	color: #00507E;
}

#training_wrapper{
	padding: 20px;
	background: #F3F3F3;
	margin-bottom: 20px;
}
#training_wrapper h2{
	color: red;
}
.stable{
	padding: 10px 0px;
	/*width: 150px;*/
}
.widget ul li{
	padding: 5px 0px;
	padding-left: 13px;
	font-size: 11px!important;
	background: url("https://www.arcflash.ieimages/arrow-blue.jpg") no-repeat scroll left 50% transparent;	
}
span.g_booked_out{
	color: red;
	font-weight: bold;
}
span.training_available{
	color: #99cc00;
	font-weight: bold;
}
span.training_unavailable{
	color: red;
}
span.your-name input, span.captcha-218 input, span.text-600 input, span.captcha-67 input{
	width: 248px;
}
span.your-email input, span.tel-587 input{
	width: 252px;
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	height: 20px;
}
ul.widget-training-ul li{
	background: none;
	line-height: 20px;
}
ul.widget-training-ul li a{
	color: #373737;
	font-weight: normal;
}
.single_testimonial_wrapper{
	margin-top: 25px;
}
.single_testimonial_wrapper a:link, .single_testimonial_wrapper a:visited{
	font-style: italic;
	color: #373737;
}
.single_testimonial_wrapper a:hover, .single_testimonial_wrapper a:active{ 
    text-decoration: none;
}
.testimonial_wrapper{
	padding: 5px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;
	border: 3px solid #FFF;
}
.testimonial_wrapper:hover{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;
	border: 3px solid #F3F3F3;
}
.company_logo{
	margin-bottom: 15px;
	text-align: center;
}
.testimonial_body{}
.testimonial_details{}
.customer_name{
	margin-top: 15px;
	font-weight:bold;
}
.customer_occupation{
	font-weight:bold;
}
.g_margin_top{
	margin-top: 30px;
}
span.g_align_right{
	float: right;
}
.g_margin_bottom{
	margin-bottom: 30px;
}
ul.services_listing li{
	margin-bottom: 15px;
	margin-top: 15px;
}
.g_addtocalendar{margin: 1px 0 0px 0px;}.atc-style-blue .atcb-link{padding:1px 8px!important;font-size:10px!important;color:#FFF!important;}.atc-style-blue .atcb-link:hover{padding:1px 8px!important;font-size:10px!important;}.atc-style-blue .atcb-list{width:115px!important}.atc-style-blue .atcb-item{margin-left:1px!important}.atc-style-blue .atcb-item-link{font-size:10px!important}
/*
End GForce

*/

.aside_training_wrap {
    margin-left: -10px;
    height: 25px;
}

/* Cookie notice button */
span.ctcc-right-side {
    color: #464646;
    font-weight: 700!important;
}

.testimonial-table {
	margin: 12px 0;
}

.testimonial-row {
	display: flex;
	flex-wrap: wrap;
}

.testimonial-row-item {
	padding: 10px 16px;
	width:  50%;
}

.testimonial-row-item:hover {
	background-color: #ddd;
}

.testimonial-row-item.testimonial-row-label {
	background-color: #eee;
}

.testimonial-row-item.testimonial-row-content {
	background-color: #f9f9f9;
}

.testimonial-row:hover .testimonial-row-item.testimonial-row-label,
.testimonial-row:hover .testimonial-row-item.testimonial-row-content {
	background-color: #ddd;
}

@media(max-width:  768px) {
	.testimonial-row {
		margin: 3px 0;
	}

	.testimonial-row-item {
		width:  100%;
	}
}
@media(max-width: 992px) {
#main_menu #cssmenu ul ul ul{margin-left:0!important;}

}
/* 
 * GForce styles 
 */
/*
 * Development */
.border {
  border: 1px solid red; }

/* 
 * SAAS */
/*
 * Regular code */
#content a:link, #content a:visited {
  color: #231f20;
  font-weight: 700; }

b, strong {
  font-weight: 600 !important; }

.top_header_info, .top_header_phone_sm {
  text-align: right;
  line-height: 12px;
  padding-bottom: 12px;
  color: #8b8b8b; }

.top_header_phone_sm {
  margin: 35px 0 0 0; }

ul#phone_email, ul#social_media {
  list-style: none;
  display: inline; }

ul#phone_email a {
  font-size: 20px;
  color: #8b8b8b; }

ul#phone_email li, ul#social_media li {
  display: inline-block;
  list-style-image: none;
  background: none; }

ul#phone li.top_phone {
  margin-right: 15px; }

ul#social_media li {
  padding: 0; }

.box {
  width: 150px;
  margin: 0 auto; }

#page, #colophon {
  max-width: 1170px; }

.bottom_bar_left {
  padding-top: 25px;
  color: #727272; }

.bottom_bar_left a {
  color: #727272;
  font-size: 0.8em; }

.bottom_bar_right {
  text-align: right; }

a.homepage_image_link:link, a.homepage_image_link:visited {
  border: 1px solid transparent; }

a.homepage_image_link:focus, a.homepage_image_link:hover, a.homepage_image_link:active {
  border: 1px solid #eee; }

.g_product_title h1 {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  margin: 0 !important;
  padding: 4px 0;
  /* border-bottom: 1px solid #DEDEDE; */
  font-weight: 600; }

.g_product_sku {
  bottom: 8px;
  color: #5A5A5A;
  font-family: Verdana;
  font-size: 12px;
  font-weight: 600;
  margin-top: 7px; }

h4.in_content {
  font-size: 13px;
  color: #78B00F;
  font-weight: 600;
  margin: 18px 0 8px;
  text-transform: capitalize; }

div.cert_symbol_image {
  width: 50px;
  /*margin: 0 auto;*/
  text-align: center; }

p.email_link {
  font-weight: 600;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #333;
  background-color: #F7F7F7;
  border-color: #ccc;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-color: #7E9DB9;
  margin: 20px auto;
  text-align: justify; }

.blue_table th {
  font-weight: 600;
  background: #e7f0f9;
  border: 1px solid #4b81c2; }

.blue_table tr, .blue_table td {
  border: 1px solid #4b81c2; }

span#top_phone_call {
  color: #8b8b8b; }

.wp-image-4477 .wp-image-4485, .wp-image-4484, .wp-image-4480, .wp-image-4479, .wp-image-4478, .wp-image-4483, .wp-image-4482, .wp-image-4481, .wp-image-529, .wp-image-530, .wp-image-527, .wp-image-528, .wp-image-531, .wp-image-533, .wp-image-532, .wp-image-534, div.other_division_image img {
  border: none !important;
  padding: 0 !important; }

.client_item {
  text-align: center !important; }

.client_item img {
  margin: 0 !important; }

.client_item h2 {
  margin-top: 10px;
  margin-bottom: 25px; }

.rview .overlay {
  position: relative;
  background-color: #FFF;
  border: 1px solid #cacaca; }

.rv-single-product + .entry-content {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-top: none !important; }

.verlay-title h3 a {
  width: 100%; }

#content {
  margin-bottom: 30px; }

.gstock {
  color: #64AF45;
  padding-bottom: 10px;
  font-weight: 700; }

.g_sku, .calibration {
  color: #727272;
  font-weight: 700; }

.img_descr_row {
  margin: 20px 10px; }

.product_short_description {
  margin-top: 20px;
  text-align: justify; }

.title_row {
  margin-bottom: 10px; }

.sku_path_row {
  margin-top: 15px; }

span.tagline {
  padding-top: 11px;
  color: #005480;
  font-size: 20px;
  font-weight: 600;
  padding-top: 11px;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.4); }

.tagline {
  text-align: center;
  margin-top: 32px; }

/*
 * User group */
li#user_group {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: inline-block;
  width: 128px !important;
  height: 30px;
  text-align: center; }

li#user_group a img {
  margin-top: -5px; }

div#main_menu {
  width: auto;
  display: inline-block; }

/*div#top_social_media {
  width: 26%; }
*/
/*
 * Breaking Bootstrap */
.single_product_image {
  width: 35%; }

.single_product_supports {
  width: 65%; }

/*.row {
  margin-left: -10px;
  margin-right: 10px; }*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px; }

.btn-flukish {
  background: #231f20;
  color: white !important; }

/* 
 * 404 */
.error404 .entry-title {
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA; }

#under_404 {
  text-align: center;
  margin-top: 85px; }

/*
 * Layering page */
.layering_combination {
  text-align: center; }

.combination_1 {
  border-right: 1px dashed #000;
  border-bottom: 1px dashed #000; }

.combination_2 {
  border-bottom: 1px dashed #000; }

.combination_3 {
  border-right: 1px dashed #000; }

.combination_5 {
  border-right: 1px dashed #000;
  border-bottom: 1px dashed #000; }

.combination_6 {
  border-bottom: 1px dashed #000; }

.combination_7 {
  border-right: 1px dashed #000; }

/*
 * Alignment classes */
.padding_bottom_15 {
  padding-bottom: 15px; }

/*
 * Contact forms */
.sidebar_brochure_form input[type=text], .sidebar_brochure_form input[type=email], .quiz-815 input, .sidebar_brochure_form input[type=tel], .sidebar_brochure_form textarea, .captcha-254 input {
  width: 100%; }

#the_contact_form input[type=email], #the_contact_form input[type=tel], #the_contact_form input[type=text] {
  width: 100%;
  height: 20px;
  background-color: #FFF;
  box-shadow: 0 0 1px #737373;
  border: none; }

#the_contact_form input[type=submit] {
  width: 100%;
  margin-top: 35px;
  color: #FFF;
  font-weight: 600;
  background-color: #231f20;
  border-radius: 2px;
  border: none;
  height: 25px; }

/*
 * Paypal Button */
.buy_now_wrap {
  margin-top: 15px;
  margin-left: 33px;
  float: right; }

.single_product_action_buttons_wrap .buy_now_wrap {
  margin-left: 25px;
  width: 133px; }

.call_buttton {
  width: 133px !important; }

.buy_now_wrap table {
  float: left; }

.buy_now_wrap table tr:nth-child(1) td {
  display: none; }

.buy_now_wrap table tr td select {
  height: 27px;
  border-radius: 3px;
  margin-top: 1px;
  margin-right: 5px;
  width: 268px; }

.tcp_added_product_title {
  margin-top: 0 !important; }

.pmod {
  font-size: 24px; }

/* 
 * Fixes */
.top_icon {
  margin-right: 5px;
  width: 33px;
  height: 33px;
  display: inline-block; }

.phone {
  background: transparent url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/soc-icons.png") no-repeat top left;
  background-position: -69px -69px;
  vertical-align: middle;
  margin-top: -4px; }

.email {
  background: transparent url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/soc-icons.png") no-repeat top left;
  background-position: -69px -35px;
  vertical-align: middle;
  margin-top: -4px; }

.linkedin {
  background: transparent url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/soc-icons.png") no-repeat top left;
  background-position: 0px -35px;
  vertical-align: middle;
  margin-top: -4px; }

.facebook {
  background: transparent url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/soc-icons.png") no-repeat top left;
  background-position: 0px 0px;
  vertical-align: middle;
  margin-top: -4px; }

.twitter {
  background: transparent url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/soc-icons.png") no-repeat top left;
  background-position: -34px 0px;
  vertical-align: middle;
  margin-top: -4px; }

.youtube {
  background: transparent url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/soc-icons.png") no-repeat top left;
  background-position: -69px 0px;
  vertical-align: middle;
  margin-top: -4px; }

.divider {
  display: inline; }

.bottom-carousel {
  padding-top: 15px;
  margin-top: -5px; }

.bottom_slider_item {
  padding: 0 15px; }

.error404 #primary {
  float: left; }

#content nav {
  padding-bottom: 25px;
  position: static;
  margin: 0 auto; }

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
  margin: 0 0 10px 10px; }

aside#custom_cf7-2 span.your-name input[type=text], aside#custom_cf7-2 span.captcha-67 input[type=text], aside#custom_cf7-2 span.your-email input[type=email] {
  width: 100%; }

.button-gr-lay {
  background: url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/button-green-sprite.png") repeat-x scroll left bottom transparent;
  color: #FFFFFF;
  font-weight: 600;
  height: 28px;
  line-height: 27px;
  width: 100%;
  padding: 0px;
  position: relative;
  text-align: center; }

.verlay-img {
  padding: 30px 0 0 0px;
  margin: 0 auto;
  text-align: center; }

.archive_single_product {
  margin: 30px 10px;
  border-radius: 3px;
  /*box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);*/
  min-height: 230px;
  background: #FFF; }

.tcp_buy_button {
  margin-top: 20px !important; }

.tcp_buy_button_units .button-gr-lay {
  width: 110px !important; }

.rv-single-product .entry-content {
  margin-left: 0 !important; }

#secondary .shoppingcart .overlay {
  width: auto;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }

.widget_taxonomy-drill-down .left-line-overlay, .shoppingcart .left-line-overlay, .widget_taxonomy-drill-down .right-line-overlay, .shoppingcart .right-line-overlay, .widget_taxonomy-drill-down .bottom-line-overlay, .shoppingcart .bottom-line-overlay, .widget_taxonomy-drill-down .top-line-overlay, .shoppingcart .top-line-overlay {
  background: none; }

.widget_taxonomy-drill-down .right-bot-overlay, .shoppingcart .right-bot-overlay, .widget_taxonomy-drill-down .left-cor-overlay, .shoppingcart .left-cor-overlay, .widget_taxonomy-drill-down .right-cor-overlay, .shoppingcart .right-cor-overlay, .widget_taxonomy-drill-down .left-bot-overlay, .shoppingcart .left-bot-overlay {
  background: none; }

ul.tcp_shopping_cart li {
  background: none !important; }

#content .tcp_buy_button table {
  margin: 5px auto 20px !important; }

/*
 * Eimear Fixes */
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
  border: none; }

/*
 * Other Divisions */
.other_division_image {
  height: 175px; }

.other_division_image img {
  margin: 0 auto !important; }

.other_division_image, p.other_division_heading {
  text-align: center; }

/* 
 * Slick */
.slick_nav {
  height: 35px;
  background: transparent;
  width: 80px;
  float: right;
  position: relative;
  margin-top: -35px; }

.slik_next {
  height: 28px;
  width: 28px;
  background-image: url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/slider-navigation.png");
  background-position: -35px -7px;
  background-repeat: no-repeat;
  display: inline-block; }

.slik_prev {
  height: 28px;
  width: 28px;
  background-image: url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/slider-navigation.png");
  background-position: -2px -7px;
  background-repeat: no-repeat;
  display: inline-block; }

.slick-slide img {
  display: block;
  height: auto;
  width: 100%; }

img.bottom_slick_navi_prev {
  position: absolute;
  top: 47%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

img.bottom_slick_navi_prev:hover {
  position: absolute;
  top: 47%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

img.bottom_slick_navi_next {
  position: absolute;
  top: 47%;
  right: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

img.bottom_slick_navi_next:hover {
  position: absolute;
  top: 47%;
  right: 0;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

img.bottom_slick_navi_prev.slick-arrow {
  z-index: 999; }

/*
 * Next Gen Tweaks */
.featured_element {
  padding: 15px; }

.outer_featured_element {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding: 15px;
  text-align: center; }

.featured_element_image {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 3px;
  margin-bottom: 5px; }

.featured_element_footer h3 {
  color: #323232;
  font-weight: 600;
  font-size: 12px;
  height: 25px; }

.eye {
  background: url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/view_all.jpg") no-repeat scroll left bottom transparent;
  line-height: 13px;
  position: static;
  width: 70px; }

.featured_element_footer .eye {
  margin: 0 auto; }

.ppfooter-overlap2 {
  background-color: #F3F3F3;
  display: block;
  height: 116px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.ngg-galleryoverview {
  overflow: hidden;
  /*margin-top: 10px;*/
  margin-top: 0 !important;
  width: 100%;
  clear: both;
  display: block !important; }

#slidergallery {
  width: 1100px;
  height: 116px;
  left: 20px;
  margin-left: auto;
  margin-right: auto; }

/*
 * Off Canvas */
@media screen and (max-width: 993px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }

  .row-offcanvas-right {
    right: 0; }

  .row-offcanvas-left {
    left: 0; }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */ }

/*  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;*/
     /*6 columns  }*/

  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */ }

  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */ }

  .sidebar-offcanvas {
    position: absolute;
    top: 50px;
    width: 50%;
    /* 6 columns */ }

  #page {
    width: 100%; } }
/* 
 * Fixes of the fixes */
li.menu-item a span {
  font-size: 12px; }

/*
 * CSS Menu Responsive */
#cssmenu ul ul li, #cssmenu > ul > li.has-sub > a:before {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all 0.25s ease; }

#cssmenu, #cssmenu #menu-button, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

#cssmenu #menu-button {
  display: none; }

#cssmenu > ul > li {
  float: left; }

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center; }

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none; }

#cssmenu.align-center ul ul {
  text-align: left; }

#cssmenu.align-right > ul > li {
  float: right; }

#cssmenu > ul > li > a {
  padding: 17px 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #6D6D6D;
  font-weight: 600; }

#cssmenu > ul > li:hover > a {
  background: #f9f9f9;
  background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
  background: -o-linear-gradient(#f9f9f9, #e5e5e5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
  background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  color: #373737; }

#cssmenu > ul > li.has-sub > a:after {
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px; }

#cssmenu > ul > li.has-sub > a:before {
  top: 19px;
  right: 14px;
  width: 2px;
  height: 8px;
  transition: all 0.25s ease; }

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0; }

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

#cssmenu.align-right ul ul {
  text-align: right; }

#cssmenu li:hover > ul {
  left: auto; }

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0; }

#cssmenu li:hover > ul > li {
  /*height: 35px;*/
  /*This cause a problem for the menu that occupied with more than 1 line 
    Text or border line is hidden as there is not enough space(extra line took the space) to display it
  */
}
/*
li#menu-item-2661, li#menu-item-509, li#menu-item-549, li#menu-item-548, li#menu-item-605, li#menu-item-609, li#menu-item-606, li#menu-item-604, li#menu-item-2679, li#menu-item-751 {
  height: 47px !important; }*/

.menu-item {
    height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0; }

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%; }

#cssmenu ul ul li a {
  background: #f9f9f9;
  border-bottom: 1px dotted #ddd;
  color: #444;
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400; }

#cssmenu ul ul li.has-sub > a:after, #cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  display: block;
  background: #ddd;
  content: ""; }

#cssmenu ul ul li.last-item > a, #cssmenu ul ul li:last-child > a {
  border-bottom: 0; }

#cssmenu ul ul li a:hover, #cssmenu ul ul li:hover > a {
  background: #efefef; }

#cssmenu ul ul li.has-sub > a:after {
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px; }

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px; }

#cssmenu ul ul li.has-sub > a:before {
  top: 13px;
  right: 14px;
  width: 2px;
  height: 8px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all 0.25s ease; }

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px; }

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0; }

@media all and (max-width: 990px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu ul, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before, #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before {
    display: none; }

  #cssmenu, #cssmenu ul {
    width: 100%; }

  #cssmenu.align-center > ul {
    text-align: left; }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2); }

  #cssmenu li:hover > ul > li, #cssmenu ul ul li {
    height: auto; }

  #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0; }

  #cssmenu > ul > li {
    float: none; }

  #cssmenu ul ul li a {
    padding-left: 25px;
    color: #373737;
    background: 0 0; }

  #cssmenu ul ul ul li a {
    padding-left: 35px; }

  #cssmenu ul ul li.active > a, #cssmenu ul ul li:hover > a {
    color: #373737; }

  #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left; }

  #cssmenu #menu-button:after, #cssmenu #menu-button:before {
    right: 17px;
    width: 20px;
    position: absolute;
    content: ""; }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #373737;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }

  #cssmenu #menu-button:after {
    top: 22px;
    display: block;
    height: 9px;
    border-top: 2px solid white;
    border-bottom: 2px solid white; }

  #cssmenu #menu-button:before {
    top: 16px;
    display: block;
    height: 2px;
    background: white; }

  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #373737;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #373737;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer; }

  #cssmenu .submenu-button.submenu-opened {
    background: #262626; }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px; }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: ""; }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px; }

  #cssmenu .submenu-button.submenu-opened:after {
    background: white; }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: ""; }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px; }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none; } }
#cssmenu ul.open {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*
 * Side menu */
#sidemenu,
#sidemenu ul,
#sidemenu ul li,
#sidemenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1px; }

#sidemenu ul ul {
  display: none; }

#sidemenu > ul > li.active > ul {
  display: block; }

.align-right {
  float: right; }

#sidemenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 0;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

#sidemenu > ul > li > a:hover {
  color: #777; }

#sidemenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 0;
  display: block;
  height: 10px;
  width: 2px;
  background: #777;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

#sidemenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #777;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

#sidemenu ul > li.has-sub.open > a:after,
#sidemenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#sidemenu ul ul li a {
  cursor: pointer;
  z-index: 0;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

#sidemenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd; }

#sidemenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd; }

/* 
 * Janell Update */
/*
 * Search template */
.search_results {
  background: #FFF;
  border: 1px solid #cacaca; }

.search_results h1.page-title {
  margin-left: 10px; }

.search_results h1.entry-title {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca; }

/*
 * Ach cholera, wszystko od nowa... ale nudzilbym sie gdyby bylo inaczej :P */
body {
  background: #ebebeb url(https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../img/body-bg.gif) repeat-x;
  color: #231f20;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  line-height: 1.5em; }

#cssmenu ul ul {
  z-index: 999; }

.top_header_row {
  background: #fffefe;
  background: -moz-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffefe), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #fffefe 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefe', endColorstr='#dfdfdf',GradientType=0 );
  border-radius: 5px;
  margin-bottom: 15px; }

.widget {
  margin-bottom: 15px !important; }

.entry-content {
  background: #FFF;
  zoom: 1;
  font-size: 12px; }

.widget {
  border: 1px solid #cacaca !important;
  background: #FFF;
  zoom: 1;
  font-size: 12px; }

.entry-content {
  padding: 15px; }

.verlay-desc .entry-content {
  padding: 0;
  font-size: 102%; }

.new_readmore {
  float: right;
  margin-top: 25px;
  font-weight: 600; }

a.new_readmore:link, a.new_readmore:visited {
  text-decoration: none;
  color: #2B2829;
  margin: 50px 0 10px 0; }

a.new_readmore:focus, a.new_readmore:hover, a.new_readmore:active {
  text-decoration: none;
  opacity: .7; }

.widget_title_div {
  background: #fffefe;
  background: -moz-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffefe), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #fffefe 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefe', endColorstr='#dfdfdf',GradientType=0 ); }

.widget_title_div h3 {
  padding: 10px 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #cacaca; }

section.widget_wrapper {
  padding: 10px; }

.edit-link {
  background: #cacaca;
  border-radius: 3px;
  padding: 2px; }

.entry-content h2, .comment-content h2 {
  color: #004C7B;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin: 2px 0 15px; }

.entry-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 15px; }

.entry-content ul li {
  background: url("https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../../images/arrow-blue.jpg") no-repeat scroll left 50% transparent;
  padding: 1px 2px 2px 15px; }

.widget_custom_cf7 input[type="text"], .widget_custom_cf7 input[type="email"], .widget_custom_cf7 textarea {
  width: 100%; }

#text-4 {
  border: none !important;
  margin-bottom: 0 !important; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.taxonomytreesposttype {
  font-size: 20px; }

.taxonomytreesposttype:after, #taxonomytreesposttype:before {
  content: ''; }

.taxonomytreesposttype li, #taxonomytreesposttype ul, #taxonomytreesposttype ul li {
  position: relative; }

.taxonomytreesposttype a, #taxonomytreesposttype ul ul a:hover, #taxonomytreesposttype ul ul li:hover > a, #taxonomytreesposttype > ul > li > a, #taxonomytreesposttype > ul > li > a:hover {
  color: #000;
  text-decoration: none !important;
  font-weight: 400; }

.taxonomytreesposttype {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1; }

.taxonomytreesposttype > ul > li, #taxonomytreesposttype > ul > li:hover {
  background-image: url(https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../img/menu_marker_sprite.gif);
  background-repeat: no-repeat; }

.taxonomytreesposttype ul, #taxonomytreesposttype ul li, #taxonomytreesposttype ul ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.taxonomytreesposttype ul {
  z-index: 597;
  float: left; }

.taxonomytreesposttype ul li {
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  float: none; }

.taxonomytreesposttype ul li.hover, #taxonomytreesposttype ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default; }

.taxonomytreesposttype ul ul {
  visibility: hidden;
  position: absolute;
  z-index: 598;
  top: 1px;
  left: 99%; }

.taxonomytreesposttype ul ul li {
  float: none; }

.taxonomytreesposttype ul ul ul {
  top: -2px;
  right: 0; }

.taxonomytreesposttype ul li:hover > ul {
  visibility: visible; }

.taxonomytreesposttype:before {
  display: block; }

.taxonomytreesposttype:after {
  display: table;
  clear: both; }

.taxonomytreesposttype ul li.has-sub > a:after, #taxonomytreesposttype.align-right ul li.has-sub > a:before {
  content: '+';
  margin-top: -6px;
  position: absolute; }

.taxonomytreesposttype a {
  display: block;
  padding: 10px 20px;
  text-decoration: none; }

.taxonomytreesposttype > ul > li {
  background-position: 10px 10px;
  margin-left: 4px; }

.taxonomytreesposttype > ul > li:hover {
  background-position: 10px -57px; }

.taxonomytreesposttype > ul > li > a {
  padding: 6px 0px 10px 24px;
  font-weight: 400;
  font-size: 12px; }

.taxonomytreesposttype ul ul {
  margin-top: 1px;
  width: 200px; }

.taxonomytreesposttype > ul > li > ul > li {
  background: #FFF;
  border: 1px solid #cacaca;
  width: 117%; }

.taxonomytreesposttype ul li.has-sub > a:after {
  top: 50%;
  right: 15px; }

.taxonomytreesposttype ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0; }

.taxonomytreesposttype ul ul li.last {
  -webkit-border-radius: 0 0 3px;
  -moz-border-radius: 0 0 3px;
  border-radius: 0 0 3px;
  border-bottom: 0; }

.taxonomytreesposttype ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.taxonomytreesposttype ul ul a {
  font-size: 12px;
  color: #000; }

.taxonomytreesposttype ul ul li {
  font-weight: 400; }

.taxonomytreesposttype.align-right {
  float: right; }

.taxonomytreesposttype.align-right li {
  text-align: right; }

.taxonomytreesposttype.align-right ul li.has-sub > a:before {
  top: 50%;
  left: 15px; }

.taxonomytreesposttype.align-right ul li.has-sub > a:after {
  content: none; }

.taxonomytreesposttype.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0;
  -moz-border-radius: 3px 0 0;
  border-radius: 3px 0 0; }

.taxonomytreesposttype.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px; }

.taxonomytreesposttype.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.taxonomytreesposttype ul li.cat-item-111 > a:after, .taxonomytreesposttype ul li.cat-item-125 > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px; }
@media (min-width: 994px) {
.menu-category-menu-container {
  font-size: 20px; }

.menu-category-menu-container:after, #menu-category-menu-container:before {
  content: ''; }

.menu-category-menu-container li, #menu-category-menu-container ul, #menu-category-menu-container ul li {
  position: relative; }

.menu-category-menu-container a, #menu-category-menu-container ul ul a:hover, #menu-category-menu-container ul ul li:hover > a, #menu-category-menu-container > ul > li > a, #menu-category-menu-container > ul > li > a:hover {
  color: #000;
  text-decoration: none !important;
  font-weight: 400; }

.menu-category-menu-container {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1; }

.menu-category-menu-container > ul > li, #menu-category-menu-container > ul > li:hover {
  background-image: url(https://www.arcflash.ie/wp-content/themes/twentyeleven19-6/resp/css/../img/menu_marker_sprite.gif);
  background-repeat: no-repeat; }

.menu-category-menu-container ul, #menu-category-menu-container ul li, #menu-category-menu-container ul ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-category-menu-container ul {
  z-index: 597;
  float: left; }

.menu-category-menu-container ul li {
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  float: none; }

.menu-category-menu-container ul li.hover, #menu-category-menu-container ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default; }

.menu-category-menu-container ul ul {
  visibility: hidden;
  position: absolute;
  z-index: 598;
  top: 1px;
  left: 99%; }

.menu-category-menu-container ul ul li {
  float: none; }

.menu-category-menu-container ul ul ul {
  top: -2px;
  right: 0; }

.menu-category-menu-container ul li:hover > ul {
  visibility: visible; }

.menu-category-menu-container:before {
  display: block; }

.menu-category-menu-container:after {
  display: table;
  clear: both; }

.menu-category-menu-container ul li.has-sub > a:after, #menu-category-menu-container.align-right ul li.has-sub > a:before {
  content: '+';
  margin-top: -6px;
  position: absolute; }

/*.menu-category-menu-container a {
  display: block;
  padding: 10px 20px;
  text-decoration: none; }*/

.menu-category-menu-container > ul > li {
  background-position: 10px 10px;
  margin-left: 4px;
  margin-top: 7px;
  margin-bottom: 7px; }

.menu-category-menu-container > ul > li:hover {
  background-position: 10px -57px; }

.menu-category-menu-container > ul > li > a {
  padding: 6px 0px 10px 24px;
  /*font-weight: 400;*/
  font-size: 13px; }

.menu-category-menu-container ul ul {
  margin-top: 1px;
  width: 200px; }

.menu-category-menu-container > ul > li > ul > li {
  background: #FFF;
  border: 1px solid #cacaca;
  width: 117%; }

.menu-category-menu-container ul li.has-sub > a:after {
  top: 50%;
  right: 15px; }

.menu-category-menu-container ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0; }

.menu-category-menu-container ul ul li.last {
  -webkit-border-radius: 0 0 3px;
  -moz-border-radius: 0 0 3px;
  border-radius: 0 0 3px;
  border-bottom: 0; }

.menu-category-menu-container ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.menu-category-menu-container ul ul a {
  font-size: 12px;
  color: #000; }

.menu-category-menu-container ul ul li {
  font-weight: 400; }

.menu-category-menu-container.align-right {
  float: right; }

.menu-category-menu-container.align-right li {
  text-align: right; }

.menu-category-menu-container.align-right ul li.has-sub > a:before {
  top: 50%;
  left: 15px; }

.menu-category-menu-container.align-right ul li.has-sub > a:after {
  content: none; }

.menu-category-menu-container.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0;
  -moz-border-radius: 3px 0 0;
  border-radius: 3px 0 0; }

.menu-category-menu-container.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px; }

.menu-category-menu-container.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
}
.sub-menu {
  margin-left: 0px !important; }

.menu-category-menu-container .menu-item-has-children a {
  width: 110%; }

.menu-category-menu-container ul li.menu-item-has-children > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -6px; }

td.tcp_cart_name {
  width: 74%; }

.contact_form {
  color: #000;
  font-weight: 600; }

h5.lsn_news_title {
  padding: 0 5px 0 50px; }

#lsn_recent_news_wrap {
  background: #FFF; }

.home_slider + div.slick_nav {
  display: none; }

.sku_display {
  position: static;
  font-weight: 700;
  width: 100%;
  color: #727272; }

h1.entry-title, h1.cat-title {
  background: #fffefe;
  background: -moz-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffefe), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #fffefe 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #fffefe 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefe', endColorstr='#dfdfdf',GradientType=0 );
  color: #373737;
  padding: 10px 30px;
  margin-bottom: 0px;
  border-top: 1px solid #cACACA;
  font-size: 14px;
  color: #231f20;
  font-weight: 600;
  margin-top: 0px; }

h1.cat-title {
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA; }

.tcp_price, input.tcp_s_c {
  display: none !important; }

.tagline {
  text-align: center; }

.tagline h1 {
  color: #005480;
  font-size: 20px;
  font-weight: 600;
  padding-top: 11px;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.4); }

span.tagline_highlight {
  color: #231f20;
  font-size: 20px;
  font-weight: 700;
  padding-top: 11px;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.4); }

.header_contact_details {
  margin-top: 3px;
  text-align: right;
  color: #101010; }

.header_contact_details p, span#top_phone_call {
  font-size: 14px;
  font-weight: 600;
  color: #101010; }

.header_contact_details a {
  font-size: 14px;
  font-weight: 600;
  color: #005480; }

div.archive_content {
  background: #FFF;
  padding: 15px;
  border: 1px solid #cacaca; }

hr.nice_product_divider {
  border: 0;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(to right, transparent, rgba(205, 205, 205, 0.75), transparent); }

#content .tcp_buy_button table input[type=button], #content .tcp_buy_button table input[type=submit] {
  background: none !important;
  border: 0 !important;
  color: #FFF !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-weight: 600 !important;
  text-transform: none !important;
  margin: 0 !important; }

.entry-content {
  border: 1px solid #CACACA; }

.product_inner_wrapper .entry-content, .verlay-desc .entry-content {
  border: none; }

.entry-content p {
  margin-bottom: 12px; }

.price_layer {
  line-height: 16px;
  margin: 0 auto 4px;
  color: #004E6D;
  top: 34px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  width: 40%;
  float: left; }

.product_short_description + .single_product_price_wrap {
  margin-top: 25px; }

.product_short_description {
  line-height: 21px; }

.stock {
  color: #64AF45;
  padding-bottom: 10px; }

.product_upseller {
  padding: 0 10px;
  min-height: 100px; }

a.product_upseller_link:link, a.product_upseller_link:visited {
  color: #FFF !important;
  text-decoration: none; }

a.product_upseller_link:focus, a.product_upseller_link:hover, a.product_upseller_link:active {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none; }

/*
 * New Product Page Styles */
.tab_contents {
  margin-top: 15px; }

.tab_contents p, .tab_contents a, .tab_contents ul li, .product_short_description, .product_short_description strong, .path_wrap, .sku_wrap {
  font-size: 14px; }

.path_wrap a:link, .path_wrap a:visited {
  color: #025581;
  font-size: 14px;
  font-weight: 600; }

.path_wrap a:focus, .path_wrap a:hover, .path_wrap a:active {
  color: #231f20;
  text-decoration: none; }

.tab_contents h2 {
  font-size: 15px; }

ul.nav-tabs li {
  background-image: none;
  font-weight: bold; }

ul.nav-tabs li a:link, ul.nav-tabs li a:visited {
  color: #5e5e5e;
  border: 1px solid #e0dadf;
  background: #f7f6f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#e0dadf));
  background: -webkit-linear-gradient(#f7f6f7, #e0dadf);
  background: -moz-linear-gradient(center top, #f7f6f7 0, #e0dadf 100%);
  background: -moz-gradient(center top, #f7f6f7 0, #e0dadf 100%);
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: -2px -5px;
  padding: 8px 1em; }

ul.nav-tabs li a:focus, ul.nav-tabs li a:hover, ul.nav-tabs li a:active {
  opacity: 0.8; }

ul.nav-tabs li.active a:link, ul.nav-tabs li.active a:visited {
  color: #000;
  background: #FFF; }

.enquiry_button > .tcp_buy_button {
  float: left; }

.buynow_button input[type=image] {
  margin-top: 10px; }

.product_tabs {
  margin-top: 15px; }

.tcp_added_product_title .button-gr-lay {
  width: 110px !important; }

.call_button {
  margin-top: 26px;
  float: none; }

.product_title h1 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 0px; }

.icode {
  color: #000; }

.black_box_prefix {
  margin-right: 15px; }

.black_box {
  color: #fff;
  background-color: #000;
  width: 110px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  display: inline;
  margin-bottom: 25px; }

.certifications_box_top {
  margin-top: 42px;
  border: 1px solid #cacaca;
  padding: 0 15px; }

.tab_contents table, .certifications_box_top table {
  background-color: transparent;
  width: 100%;
  line-height: 35px; }

.tab_glyph {
  margin-right: 5px; }

.g_product_title h1 {
  font-size: 150%;
  line-height: 130%;
  padding-bottom: 10px !important; }

.sku_wrap {
  font-size: 14px;
  margin-bottom: 20px; }

.icode {
  font-weight: 600; }

.rv-single-product {
  font-size: 14px; }

.btn-datasheet:link, .btn-datasheet:visited {
  background-color: #025581;
  padding: 4px 20px;
  font-weight: 600;
  color: white !important;
  font-size: 13px;
  margin-top: 55px;
  transition: background-color 0.5s ease; }

.btn-datasheet:focus, .btn-datasheet:hover, .btn-datasheet:active {
  background-color: #231f20;
  color: white !important; }

.product_standards {
  text-align: center;
  min-height: 225px; }

.product_standards h3 {
  font-size: 12px; }

.product_standards p strong {
  font-size: 11px; }

.product_standards p {
  font-size: 12px !important; }

/*
 * Other Fixes and Overrides */
.singular #comments-title, .singular .entry-header {
  color: #231f20;
  border-left: 1px solid #cacaca;
  /*border-bottom:1px solid #cacaca;*/
  border-right: 1px solid #cacaca;
  margin-top: -6px; }

.singular .entry-title {
  padding-left: 10px;
  color: #373737;
  font-size: 19px;
  font-weight: 400; }

.entry-content p, .entry-content a, .entry-content ul li {
  font-size: 13px; }

/*
 * New Home Page */
#featured_categories_row {
  margin-top: 0px;
  margin-bottom: 15px; }

.featured_category a:link, .featured_category a:visited {
  color: #fff;
  text-decoration: none; }

.featured_category a:focus, .featured_category a:hover, .featured_category a:active, .featured_category a img:hover {
  text-decoration: none;
  opacity: .7; }

.home_category_details_wrap {
  /*background:$arcflukish_black;*/
  background: #5F5F5F;
  padding: 4px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  min-height: 43px; }

.home_category_details_wrap h3 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 0; }

.home_category_details_wrap p {
  margin-bottom: 0;
  margin-top: -10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7); }

span.home_price {
  font-weight: 600;
  font-size: 15px; }

#calibration_banner {
  margin-top: 15px; }

#brochure_tagline {
  height: 45px;
  background: #231f20;
  color: #FFF;
  text-align: center; }

#brochure_tagline p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

#brochure_tagline span {
  font-size: 21px;
  font-weight: 700px;
  text-transform: uppercase; }

/*
 * New Header Styles */
#top_social_media {
  text-align: right;
  float: right;
  width: auto; }

#top_social_media ul {
  list-style: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0; }

#top_social_media ul li {
  background: #231f20;
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-align: center; }

#top_social_media ul li a i.fa {
  font-size: 17px; }

#top_social_media ul li a:link, #top_social_media ul li a:visited {
  color: #FFF; }

#top_social_media ul li a:focus, #top_social_media ul li a:hover, #top_social_media ul li a:active {
  opacity: .7; }

/* 
 * New footer styles */
#colophon {
  background-color: transparent; }

/*
 * Dorka update
 * Amend inputs in the enquiry form */
ul.tcp_s_form_style {
  margin-top: 20px; }

ul.tcp_s_form_style input, ul.tcp_s_form_style select, ul.tcp_s_form_style textarea {
  height: 30px;
  border: 1px dotted #cacaca;
  border-radius: 5px;
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #888; }

ul.tcp_s_form_style select {
  width: 300px; }

ul.tcp_s_form_style textarea {
  height: 90px;
  width: 300px; }

p#site_top_email {
  margin-top: -6px;
  margin-bottom: 11px; }

p#site_top_enquiry_list {
  margin-bottom: -2px; }

a.top_enquiry {
  color: #F30000;
  font-size: 13px;
  text-decoration: none; }

/*#checkout {
  margin-top: -35px;
  padding-left: 8px;
  padding-right: 8px; }
*/
.lcd_button {
  margin-right: 15px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

/*
 * Widgets */
a#side_news_readall {
  background: #005480;
  background: -moz-linear-gradient(top, #005480 0, #3f6a7f 100%);
  background: -webkit-linear-gradient(top, #005480 0, #3f6a7f 100%);
  background: linear-gradient(to bottom, #005480 0, #3f6a7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005480', endColorstr='#3f6a7f', GradientType=0 );
  color: #FFF;
  float: right;
  margin-right: 10px;
  margin-top: -31px;
  padding: 1px 5px; }

h5.lsn_news_title {
  padding: 0 5px 0 50px;
  float: left;
  margin-top: -69px; }

h5.lsn_news_title a:link, h5.lsn_news_title a:visited {
  color: #231f20;
  text-decoration: none; }

h5.lsn_news_title a:focus, h5.lsn_news_title a:hover, h5.lsn_news_title a:active {
  opacity: .7;
  text-decoration: none; }

.widget_post_date {
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  float: left;
  margin-right: 5px;
  margin-bottom: 30px;
  background: #1c1b1b;
  background: -moz-linear-gradient(top, #1c1b1b 1%, #353535 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #1c1b1b), color-stop(100%, #353535));
  background: -webkit-linear-gradient(top, #1c1b1b 1%, #353535 100%);
  background: -o-linear-gradient(top, #1c1b1b 1%, #353535 100%);
  background: -ms-linear-gradient(top, #1c1b1b 1%, #353535 100%);
  background: linear-gradient(to bottom, #1c1b1b 1%, #353535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1b1b', endColorstr='#353535', GradientType=0 );
  color: #FFF; }

p.month {
  margin-top: -15px; }

.aside_training_venue {
  float: left;
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: 7px;
  color: #231f20; }

.aside_book_status {
  float: right;
  margin-top: 8px; }

#search_box {
  margin-bottom: 15px;
  margin-top: -5px; }

span.input-group-btn input[type=submit] {
  background: #005480;
  background: -moz-linear-gradient(top, #005480 0, #3f6a7f 100%);
  background: -webkit-linear-gradient(top, #005480 0, #3f6a7f 100%);
  background: linear-gradient(to bottom, #005480 0, #3f6a7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005480', endColorstr='#3f6a7f', GradientType=0 );
  color: #FFF; }

.widget_title_div h3 {
  padding: 10px 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #cacaca;
  color: #737373; }

span.tcp_nested_title {
  font-size: 13px; }

.widget.shoppingcart li.tcp_cart_widget_footer_link div.button-gr-lay {
  margin: 0 auto; }

a.tcp_wishlist_s:link, a.tcp_wishlist_s:visited {
  text-transform: capitalize;
  color: #fff;
  text-align: center; }

a.tcp_wishlist_s:focus, a.tcp_wishlist_s:hover, a.tcp_wishlist_s:active {
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  text-decoration: none; }

.tcp_s_del_shop {
  border: 0 !important;
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -999999px;
  position: absolute;
  top: 4px;
  cursor: pointer;
  right: 7px; }

.lsn_news_title a {
  font-size: 13px; }

.aside_training_wrap {
  height: 25px; }

.aside_training_wrap:last-child {
  margin-bottom: 25px; }

.aside_training_info {
  float: left;
  font-weight: 600; }

.aside_training_button {
  float: right; }

.btn-aside-bookedout, .btn-aside-booknow {
  font-size: 10px;
  width: 82px;
  padding: 1px 3px; }

article.side_article {
  min-height: 79.3px; }

article.side_article .date_badge {
  float: left;
  text-align: center;
  width: 36px;
  border-radius: 5px;
  background: #1c1b1b;
  background: -moz-linear-gradient(top, #1c1b1b 1%, #353535 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #1c1b1b), color-stop(100%, #353535));
  background: -webkit-linear-gradient(top, #1c1b1b 1%, #353535 100%);
  background: -o-linear-gradient(top, #1c1b1b 1%, #353535 100%);
  background: -ms-linear-gradient(top, #1c1b1b 1%, #353535 100%);
  background: linear-gradient(to bottom, #1c1b1b 1%, #353535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1b1b', endColorstr='#353535', GradientType=0 );
  color: #FFF; }

article.side_article .date_badge .gday {
  font-size: 11px; }

article.side_article .date_badge .gmonth {
  font-size: 12px;
  font-weight: 600;
  margin-top: -15px; }

article.side_article .date_badge .gyear {
  font-size: 11px;
  margin-top: -15px;
  margin-bottom: 0px; }

article.side_article .side_article_title {
  margin-left: 15px;
  float: left;
  width: 77%; }

article.side_article .side_article_title a:link, article.side_article .side_article_title a:visited {
  color: #231f20;
  text-decoration: none;
  font-weight: 400; }

article.side_article .side_article_title a:focus, article.side_article .side_article_title a:hover, article.side_article .side_article_title a:active {
  opacity: .7;
  text-decoration: none;
  font-weight: 400; }

/*#post-46 {
  width: 97.6%; }*/

/*
 * Shopping Cart */
#shopping_cart {
  border: none; }

#billing_layer ul li, ul.tcp_sc_links li {
  background-image: none; }

a.tcp_continue:link, a.tcp_continue:visited {
  color: white !important; }

a.tcp_continue:focus, a.tcp_continue:hover, a.tcp_continue:active {
  text-decoration: none; }

li.tcp_sc_continue .button-gr-lay {
  width: 200px !important;
  margin-left: -35px; }

img.shopping_cart_upseller_image {
  padding: 0 !important;
  margin-bottom: -11px;
  border: none !important; }

.but_wrap {
  padding: 0;
  width: 19.7%;
  height: 26px; }

.dorka_button_wrapper input[type=submit] {
  width: 132px; }

.dorka_button_wrapper .btn-danger {
  margin-left: -10px;
  margin-top: -50px; }

.billing_layer_info + .tcp_back_continue {
  float: right; }

#enquiry_list_heading {
  display: none; }

#tcp_shopping_cart_table {
  margin-top: -30px; }

/* 
 * Shopping cart upsellers */
.shopping_cart_upseller_bg {
  background-color: #231f20; }

.shopping_cart_upseller_bg h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  text-transform: capitalize;
  padding-top: 7px;
  margin-bottom: -15px; }

h2#shopping_cart_upsellers_heading {
  margin-left: 15px;
  margin-top: 20px; }

/* 
 * Entry content typography fix */
.entry-content h2 {
  margin-top: 30px; }

.entry-content > h2:first-child {
  margin-top: 0; }

/*
 * Certification Badges on Product Page */
.cert_badge {
  float: left;
  width: 90px;
  min-height: 111px;
  text-align: center; }

p.on_product_cert_name {
  font-size: 11px;
  font-weight: 700; }

p.on_product_cert {
  font-size: 11px;
  margin-top: -10px; }

.g_stock_col, .calibration_col {
  text-align: right; }

.verlay-desc {
  text-align: justify; }

.stock {
  margin-right: -10px;
  font-weight: 700; }

.g_sku {
  margin-right: -20px; }

/*
 * Akcja bodyclass */
body.blog #primary {
  border: 1px solid #cacaca;
  background: #FFF; }

body.blog h1.entry-title {
  border: none;
  background: transparent; }

body.blog .entry-content {
  border: none; }

body.category #primary {
  border: 1px solid #cacaca;
  background: #FFF; }

body.category h1.entry-title {
  border: none;
  background: transparent; }

body.category .entry-content {
  border: none; }

/*
 * Style tweaks */
html, body {
  /*background: #f7f7f7;*/
  /* overflow-x: hidden;  Prevent scroll on narrow devices */ }

input#s {
  height: 34px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  border: 1px solid #cacaca; }

h2 {
  color: #231f20 !important;
  font-weight: 700 !important; }

.path_wrap, .path_wrap a {
  font-size: 10px !important;
  color: #727272 !important;
  text-align: left; }

/* 
 * Archive header */
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none; }

.category-latest-news .entry-header .entry-title {
  color: #231f20;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  background: none; }

.category-latest-news .entry-content {
  border-top: none; }

.hentry, .no-results {
  margin: 0 0 1.625em;
  padding: 10px;
  position: relative;
  border: none;
  background: #fff;
  border-right: none;
  border-bottom: none;
  border-radius: 0; }

.entry-content p a.more-link {
  background-color: #EAEAEA;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  display: block;
  padding: 3px 6px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-right: 0px none;
  border-bottom: 0px none; }

/*
 * Czeska pawla Update :: Print Styles */
@media print {
  /* General items */
  a[href]:after {
    content: none !important; }

  @page {
    size: landscape; }
  #branding img {
    display: block; }

  #page {
    max-width: 100% !important;
    width: 100% !important; }

  /* Header elements */
  #main_menu {
    display: none; }

  #top_social_media {
    float: right; }

  /* Content Elements */
  .left-sidebar #secondary {
    display: none; } }
/* 
 * Media Queries */
.responsive_image {
  display: block;
  height: auto;
  width: 100%; }

.non_responsive_image {
  width: auto;
  height: auto;
  display: block; }

.wp-image-503 {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important; }

@media only screen and (max-width: 1199px) {
  .responsive_992_1199 {
    display: block;
    height: auto;
    width: 100%; }

  .non_responsive_992_1199 {
    width: auto;
    height: auto;
    display: block; } }
@media only screen and (max-width: 992px) {
  #recent-posts-6 {
    display: none; }

  .search-form {
    right: 77px; }

  .responsive_767_992 {
    display: block;
    height: auto;
    width: 100%; }

  .non_responsive_767_992 {
    width: auto;
    height: auto;
    display: block; }

  #slidergallery, #colophon {
    width: 100%; }

  aside#cforms-2 {
    display: none; }

  .bottom_bar_image {
    display: block;
    height: auto;
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .company_logo img, .company_logo, .top_header_info, .top_header_phone_sm {
    text-align: center; }

  .wp-image-6103, .wp-image-4877, .wp-image-6039, .wp-image-5942, .wp-image-5826, .wp-image-5715, .wp-image-3976, .responsive_680_767 {
    display: block;
    height: auto;
    width: 100%; }

  .non_responsive_680_767 {
    width: auto;
    height: auto;
    display: block; }

  .bottom_bar_image {
    width: auto;
    height: auto;
    display: block; }

  #colophon {
    height: 125px; }

  .combination_1, .combination_2, .combination_3, .combination_5, .combination_6, .combination_7 {
    border-right: none;
    border-bottom: 1px dashed #000; }

  .combination_4, .combination_8 {
    border: none; }

  .hidden_767 {
    display: none; }

  #brochure_tagline {
    margin-top: 30px;
    padding-top: 12px; } }
@media only screen and (max-width: 720px) {
  .rv-single-product-image {
    float: none;
    text-align: center;
    width: auto; }

  .buy-help {
    border-left: none;
    float: none;
    height: 50px;
    width: 100%;
    text-align: center;
    margin-top: 35px; } }
@media only screen and (max-width: 680px) {
  .bottom_responsive_spacer {
    height: 105px; }

  .responsive_600_680 {
    display: block;
    height: auto;
    width: 100%; }

  .non_responsive_600_680 {
    width: auto;
    height: auto;
    display: block; }

  .shopping_cart_uplseller {
    width: 100%;
    float: none; }

  img.shopping_cart_upseller_image {
    display: none !important; } }
@media only screen and (max-width: 600px) {
  .col-xxs-12 {
    width: 70%;
    margin: 0 auto;
    float: none; }

  .responsive_500_600 {
    display: block;
    height: auto;
    width: 100%; }

  .non_responsive_500_600 {
    width: auto;
    height: auto;
    display: block; } }
@media only screen and (max-width: 500px) {
  .divider {
    display: block;
    margin-top: 10px; }

  .col-xss-12 {
    width: 100%; }

  .responsive_380_500 {
    display: block;
    height: auto;
    width: 100%; }

  .non_responsive_380_500 {
    width: auto;
    height: auto;
    display: block; } }
@media only screen and (max-width: 450px) {
  #colophon {
    height: 200px; }

  .top_header_info, .top_header_phone_sm {
    line-height: 12px; } }
@media only screen and (max-width: 380px) {
  .col-xxs-12 {
    float: left;
    width: 100%; }

  .bottom_bar_right img {
    display: block;
    height: auto;
    width: 100%; } }

@media (max-width: 993px) {
  div#main_menu {
    width: 100%;
}

  #menu_row {
      position: fixed;
      z-index: 3;
      width: 101%;
      top: 0;
      background: #0b5b85;
      box-shadow: 1px 1px 10px black;
      /*padding: 3px;*/
      left: 0px;
      margin: 0px;
  }

  #branding {
      margin-top: 80px;
  }


  ul.sub-menu {
      display: none;
      background: rgba(0,0,0,0.1);
  }

  #brochure-calibration_wrapper, #home_page_slider, .superfixer .sts {
    padding-left: 5px;
    padding-right: 5px;
  }

  div#content {
      margin-left: -5px;
      margin-right: -5px;
  }

  .sidebar-offcanvas {
      display: none;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 3;
      background: rgba(0,0,0,0.8);
      padding-top: 57px;
      height: 100%;
      overflow: scroll;
      left: 0px;
  }

  .cross-sign:before {
      content: '+';
      font-size: 50px;
      float: right;
      text-align: center;
      width: 50px;
      height: 25px;
      color: white;
      margin-top: -45px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      cursor: pointer;
  }

  td {
    border-top: 1px solid #ddd;
  }

  div#top_social_media {
    width: auto;
  }

  .widget ul li {
      padding: 0;
      padding-left: 13px;
      font-size: 11px !important;
      border-top: 1px solid #ddd;
      background: none;
  }

  .widget a {
    font-weight: bold;
    text-decoration: none;
  }

  .menu-item-has-children .plus-sign {
    cursor: pointer;
  }

  #secondary li a {
    color: black;
    line-height: 40px;
  }

  .menu-item-has-children .plus-sign:before {
    content: '+';
    font-size: 25px;
    float: right;
    text-align: center;
    width: 50px;
    height: 100%;
    line-height: 40px;
    transition: transform .1s;
    -webkit-transition: transform .1s;
    -moz-transition: transform .1s;
    -o-transition: transform .1s;
    -ms-transition: transform .1s;
  }

  .sub-menu.expand {
    display: block;
  }

  .plus-sign.rotate:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  #cssmenu ul ul li {
    display: inline-table;
  }

  #cssmenu ul ul li :hover {
    background: rgba(0,0,0,0.1); 
  }

/*  div#main_menu {
    padding-right: 0px;
    padding-left: 0px;
  }*/

  .menu-item {
    height: auto;
  }

  .single_product_supports {
    width: 100%;
  }

  .entry-content th, .comment-content th {
    padding: 6px 12px;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.6em;
    text-transform: uppercase;
  }

  .entry-content td, .comment-content td {
    padding: 6px 12px;
  }

/*  caption, th, td {
    border: 1px solid #ddd;
    font-weight: normal;
    text-align: left;
  }*/

.tab_contents table, .certifications_box_top table,.entry-content table, .comment-content table { 
  overflow-x: scroll; 
  display: block;}


 #mobile_enquiry_list{
 	padding: 10px;
    background: #0b5b85;
    bottom: 0px;
    position: fixed;
    z-index: 3;
    width: 100%;
    text-align: center;
    box-shadow: 1px -2px 10px black;
    left: 15px;
 }

 #mobile_enquiry_list a.top_enquiry {
 	color: white;
 	font-weight: bold;
 }

 #new_billing_area .tcp_s_form_style {
 	list-style: none;
    margin-left: -10px;
    padding-left: 0px; 
 }
}

@media (min-width: 994px) {
  .hide_menu {
      display: none !important;
  }

  #mobile_enquiry_list {
  	display: none;
  }
}

  @media (min-width: 768px) and (max-width: 991px)   {
    #top_social_media {
      position: absolute;
      top: 0px;
      left: -10px;
    }
  }

  @media (max-width: 767px){
    #top_social_media {
        position: absolute;
        top: 0px;
        left: -25px;
    }
  }

/* Cookie notice button */
span.ctcc-right-side {
  color: #464646;
  font-weight: 700!important;
}










/* ---

    CSS Updates for Powerpoint Engineering Ltd.
    Author Sean Creagh

--- */



.clearfix:before,
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}



/* --- Title Fixes --- */

h1.entry-title {
  margin-top: 0 !important;
}

header.entry-header {
  margin-top: 0 !important;
}



/* --- Cookie Bar Fixes --- */

#catapult-cookie-bar {
  color: #dddddd;
  background: #464646;
}

#catapult-cookie-bar > .ctcc-inner {
  line-height: 1.5em;
}

#catapult-cookie-bar > .ctcc-inner > .ctcc-right-side > #catapultCookie {
  color: #464646;
  background: #dddddd;
  font-weight: 700;
  padding: 6px 9px;
  border-radius: 3px;
}



/* --- Home Page Styles Fixes --- */

.main_content_control {
    margin: 0 -10px !important;
}

.main_content_control #primary, .main_content_control #secondary {
    padding: 0 10px !important;
}

#primary #slider_brochure_row {
  margin: 0 -9px !important;
}

#primary #slider_brochure_row #home_page_slider,
#primary #slider_brochure_row #brochure-calibration_wrapper {
  padding: 0 9px !important;
}



/* --- Footer Menu --- */

#foot_note p { float: left; }
#footer_menu { float: left; }
#footer_menu .menu { margin: 0 !important; }
#footer_menu .menu .menu-item { height: auto !important; padding: 0 !important; float: left; }
#footer_menu .menu .menu-item:before { content: '|'; margin: 0 3px; }



/* --- Testimonial Styles --- */

.testimonials {
  display: flex;
  flex-wrap: wrap;
}

.testimonials .testimonial {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonials .testimonial .testimonial-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonials .testimonial .testimonial-top .img {
  align-self: center;
}

.testimonials .testimonial .testimonial-top .testimonial_content {
  text-align: justify;
  padding-top: 20px;
}

.testimonials .testimonial .testimonial-bottom .testimonial_author {
  color: #0b5b85;
  font-weight: 700;
  text-align: right;
  margin:0;
  padding: 0;
}

.testimonials .testimonial .testimonial-bottom .testimonial_company {
  color: #69b2d7;
  text-align: right;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 4px dotted grey;
}

@media only screen and ( min-width: 500px ) {
  
  .testimonials .testimonial {
    flex-basis: 33%;
  }

}



.arcflash_course_details_links a { color: #e00404 !important; }
/*

	Title: Custom Header Styles
	Author: Sean Creagh

*/



/* --- General --- */

.custom_header .clearfix:before { content: ''; clear: both; display: block; }
.custom_header .clearfix:after { content: ''; clear: both; display: block; }
.custom_header .row { margin-left: 0; margin-right: 0; }



/* --- Branding --- */

.custom_header #branding { padding: 0; padding-top: 20px; }
.custom_header #branding .top_header_row { height: 78px; min-height: 78px; margin: 0; border-radius: 5px 5px 0 0; }
.custom_header #branding .top_header_row .tagline { height: 100%; margin: 0; padding: 0 15px; display: flex; align-items: center; }
.custom_header #branding .top_header_row .tagline span { text-align: center; width: 100%; padding: 0; }
.custom_header #branding .top_header_row .tagline .tagline_span { color: #005480 ; font-size: 20px; font-weight: 600; text-shadow: 2px 2px 30px rgba( 0, 0, 0, 0.4 ); }

.custom_header #branding .top_header_row .logo.col-sm-4.col-md-4.col-xs-12,
.custom_header #branding .top_header_row .tagline.col-md-6.col-sm-6.col-xs-12,
.custom_header #branding .top_header_row .header_contact_details.col-sm-2.col-md-2.col-xs-12.clearfix { padding: 0 15px; }

/* These styles are more the contact details incase we want to use flex instead of floats and margins */

/*
.custom_header #branding .top_header_row .header_contact_details { height: 100%; margin: 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.custom_header #branding .top_header_row .header_contact_details div { width: 100%; display: flex; align-items: center; justify-content: flex-end; }
.custom_header #branding .top_header_row .header_contact_details div i { margin-left: 8px; }
*/

.custom_header #branding .top_header_row .header_contact_details { height: 100%; margin: 0; }
.custom_header #branding .top_header_row .header_contact_details div { width: 100%; display: block; float: left; }
.custom_header #branding .top_header_row .header_contact_details div#site_top_call { margin: 14px 0 7px; }
.custom_header #branding .top_header_row .header_contact_details div#site_top_email { margin: 7px 0 14px; }
.custom_header #branding .top_header_row .header_contact_details div#site_top_address { width: auto; margin: 0 auto; display: none; }
.custom_header #branding .top_header_row .header_contact_details div#site_top_address { text-align: center; width: 100%; margin-bottom: 15px; }
.custom_header #branding .top_header_row .header_contact_details div#site_top_address .center_address { width: 100%; max-width: 410px; display: inline-block; }
.custom_header #branding .top_header_row .header_contact_details div#site_top_address .center_address span { width: calc( 100% - 18px ) !important; }
.custom_header #branding .top_header_row .header_contact_details div#site_top_address .center_address i { padding: 22px 0; }
.custom_header #branding .top_header_row .header_contact_details div#site_top_address .center_address span,
.custom_header #branding .top_header_row .header_contact_details div#site_top_address .center_address i { width: auto; display: block; float: left; }
.custom_header #branding .top_header_row .header_contact_details div i { margin-left: 5px; }



/* --- Navigation --- */

.custom_header #menu_row { background: #f9f9f9; width: 100%; margin-bottom: 20px; border-radius: 0 0 5px 5px; box-shadow: 0px 10px 5px -2px rgba( 0, 0, 0, .1 ); }
.custom_header #menu_row #main_menu { width: auto; display: block; float: left; }
.custom_header #menu_row #top_social_media { width: auto; margin: 8px 0; display: block; float: right; }
.custom_header #menu_row #top_social_media ul { width: 100%; height: auto; margin: 0; display: block; }
.custom_header #menu_row #top_social_media ul li { display: block; float: left; }
.custom_header #menu_row #top_social_media ul li#user_group,
.custom_header #menu_row #top_social_media ul li#user_group a,
.custom_header #menu_row #top_social_media ul li#user_group a img { width: 122px; max-width: 122px; margin-top: 0; display: block; }
.custom_header #menu_row #top_social_media ul li.social_media_icons i { margin: -1px 0 0 -1px; }

.custom_header #menu_row #main_menu.col-md-9,
.custom_header #menu_row #top_social_media.col-md-3 { padding: 0 15px; }



/* --- Screen Query --- */

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

	.custom_header #branding { margin-top: 52px; padding: 20px 0; }
	.custom_header #branding .top_header_row { height: auto; border-radius: 5px; box-shadow: 0px 10px 5px -2px rgba( 0, 0, 0, .1 ); }
	.custom_header #branding .top_header_row .col-xs-12 { width: 100%; }
	.custom_header #branding .top_header_row .logo a { width: 100%; max-width: 314px; margin: 0 auto; display: block; }
	.custom_header #branding .top_header_row .logo a img { width: 100%; display: block; }
	.custom_header #branding .top_header_row .tagline { margin: 20px 0; }
	.custom_header #branding .top_header_row .header_contact_details div { text-align: center; margin: 0 0 14px !important; }
	.custom_header #branding .top_header_row .header_contact_details div#site_top_address { display: block; }

	.custom_header #menu_row { background: rgb( 11, 91, 133 ); margin: 0; padding: 3px; border-radius: 0; left: 0; right: 0; }
	.custom_header #menu_row.admin_logged { top: 32px; }
	.custom_header #menu_row #main_menu { width: 100%; padding: 0 !important; }
	.custom_header #menu_row #top_social_media { margin: 11px 0; padding: 0 10px !important; top: 0; left: -1px; }

}

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

	.custom_header #menu_row.admin_logged { top: 46px; }

}



/* --- Widget --- */

#secondary.widget-area.col-xs-6.col-sm-3.col-md-3.sidebar-offcanvas #search_box { margin-top: 0; }



/* --- Home Template Styles --- */

#secondary, #primary { padding: 0 15px !important; box-sizing: border-box; }

#primary #slider_brochure_row { margin-bottom: 0; }

#primary #slider_brochure_row:before,
#primary #slider_brochure_row:after {

	content: '';
	clear: both;
	display: block;

}

#primary #slider_brochure_row #home_page_slider,
#primary #slider_brochure_row #brochure-calibration_wrapper { padding: 0 15px; }

#primary #slider_brochure_row #home_page_slider .ngg-galleryoverview { margin-bottom: 0; }

#primary #slider_brochure_row #brochure-calibration_wrapper #calibration_banner a img {

	width: 100%;
	height: auto;

}

#primary #featured_categories_row { margin: 20px 0 !important; }

#primary #featured_categories_row:before,
#primary #featured_categories_row:after {

	content: '';
	clear: both;
	display: block;

}

#primary #featured_categories_row #featured_categories_grid { display: grid; grid-template-columns: repeat( 3, 1fr ); grid-gap: 15px; }
#primary #featured_categories_row #featured_categories_grid .featured_category { width: 100%; padding: 0; display: block; }
#primary #featured_categories_row #featured_categories_grid .featured_category:nth-child( 4n+1 ) { padding-left: 0; }
#primary #featured_categories_row #featured_categories_grid .featured_category:nth-child( 4n+4 ) { padding-right: 0; }
#primary #featured_categories_row #featured_categories_grid .featured_category .home_category_details_wrap { margin-bottom: 0; }

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

	#primary #featured_categories_row #featured_categories_grid .featured_category .home_category_details_wrap h3 { line-height: 29px; }

}

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

	#primary #slider_brochure_row { margin-left: 0; margin-right: 0; }
	#primary #slider_brochure_row #home_page_slider,
	#primary #slider_brochure_row #brochure-calibration_wrapper { padding: 0; }
	#primary #slider_brochure_row #brochure-calibration_wrapper #brochure_tagline { margin-top: 20px; }

	#primary #featured_categories_row #featured_categories_grid { grid-template-columns: repeat( 1,1fr ); }

}

#primary #content { width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 20px; }
#primary #content article { width: 100%; margin-bottom: 0; }
#primary #content article header.entry-header { margin-top: 0; }



/* --- Footer Styles --- */

#footer #footer_slider { background: #f3f3f3; height: auto; }
#footer #footer_slider #slidergallery, #footer #footer_slider #slidergallery .ngg-galleryoverview { height: auto; min-height: initial; margin-bottom: 0; }
#footer #footer_slider #slidergallery .ngg-galleryoverview .bottom-carousel.slick-initialized.slick-slider { margin-top: 0; padding-top: 0; }

#footer #footer_slider #slidergallery .ngg-galleryoverview .bottom-carousel.slick-initialized.slick-slider .slick-track:before,
#footer #footer_slider #slidergallery .ngg-galleryoverview .bottom-carousel.slick-initialized.slick-slider .slick-track:after { content: ''; clear: both; display: block; }
#footer #footer_slider #slidergallery .ngg-galleryoverview .bottom-carousel.slick-initialized.slick-slider .slick-track .slick-slide { height: 75px; display: block; float: left; }
#footer #footer_slider #slidergallery .ngg-galleryoverview .bottom-carousel.slick-initialized.slick-slider .slick-track .slick-slide .bottom_slider_item { width: 100%; height: auto; margin: 0 auto; padding: 10px 15px; display: block; box-sizing: border-box; }
#footer #footer_slider #slidergallery .ngg-galleryoverview .bottom-carousel.slick-initialized.slick-slider .bottom_slick_navi_prev.slick-arrow,
#footer #footer_slider #slidergallery .ngg-galleryoverview .bottom-carousel.slick-initialized.slick-slider .bottom_slick_navi_next.slick-arrow { margin-top: -11px; }

#footer #foot_note {

	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 25px;

}

#footer #foot_note p { margin-bottom: 0; }



/* --- Blog Posts Styles --- */

#primary.blog_page { background: transparent !important; border: none !important; }
#primary.blog_page #content { background: #ffffff; border: 1px solid #cacaca; padding: 0 15px; }
#primary.blog_page #content article { border: none !important; }
#primary.blog_page #content article .entry-content .archive_excerpt_post_thumbnail { margin: 0 15px 15px 0 !important; }

/* --- Pagination --- */

.pagination_wrapper > nav { width: 100%; display: block; }
.pagination_wrapper > nav > h2 { margin: 0; }
.pagination_wrapper > nav > .nav-links { text-align: center; padding: 20px 0; }

.pagination_wrapper > nav > .nav-links:before,
.pagination_wrapper > nav > .nav-links:after { content: ''; clear: both; display: block; }

.pagination_wrapper > nav > .nav-links > .page-numbers {
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: 26px !important;
	height: 26px;
}

.pagination_wrapper > nav > .nav-links > .page-numbers:not( .prev ):not( .next ) { width: 26px; display: inline-block; }

.pagination_wrapper > nav > .nav-links > .page-numbers:not( .prev ):not( .next ):not( .current ):not( .dots ) {
	color: #ffffff !important;
	background: #005480;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

.pagination_wrapper > nav > .nav-links > .page-numbers:not( .prev ):not( .next ):not( .current ):not( .dots ):hover,
.pagination_wrapper > nav > .nav-links > .page-numbers.current { color: #ffffff !important; background: #4c87a6; text-decoration: none; }

.pagination_wrapper > nav > .nav-links > .page-numbers.prev { width: auto; display: block; float: left; }
.pagination_wrapper > nav > .nav-links > .page-numbers.next { width: auto; display: block; float: right; }

.pagination_wrapper > nav > .nav-links > .page-numbers.prev,
.pagination_wrapper > nav > .nav-links > .page-numbers.next {
	color: #005480 !important;
	font-weight: 600 !important;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.pagination_wrapper > nav > .nav-links > .page-numbers.prev:hover,
.pagination_wrapper > nav > .nav-links > .page-numbers.next:hover { color: #4c87a6 !important; }

.pagination_wrapper > nav > .nav-links > .page-numbers.prev span,
.pagination_wrapper > nav > .nav-links > .page-numbers.next span { line-height: 26px; display: inline-block; }

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

.pagination_wrapper > nav > .nav-links > .page-numbers:nth-of-type( 3 ),
.pagination_wrapper > nav > .nav-links > .page-numbers:nth-of-type( 6 ),
.pagination_wrapper > nav > .nav-links > .page-numbers.dots { display: none !important; }

}
.powerpoint_popup_contact_form {
	background: rgba( 0, 0, 0, .5 );
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: fixed;
	top: 100vh;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.powerpoint_popup_contact_form #powerpoint_close_popup {
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.powerpoint_popup_contact_form #powerpoint_close_popup:hover { text-decoration: none; opacity: .7; }

.powerpoint_popup_contact_form .powerpoint_popup_contact_form_wrapper {
	background: #ffffff;
	width: 100%;
	max-width: 630px;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	border-radius: 3px;
	box-sizing: border-box;
}

.powerpoint_popup_contact_form .powerpoint_popup_contact_form_wrapper .row { margin: 0; }
.powerpoint_show_popup { top: 0; visibility: visible; opacity: 1; }
.wp_admin_logged { top: 52px !important; }

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

	.powerpoint_popup_contact_form .powerpoint_popup_contact_form_wrapper { width: calc( 100% - 15px); margin: 0 15px; }
	.powerpoint_popup_contact_form #powerpoint_close_popup { font-size: 10px; top: 10px; right: 15px; }

}



/* --- Contact Form Styles --- */

.center_form { height: 100%; display: flex; align-items: center; }
#the_contact_form p { margin-bottom: 0; padding: 0; }
#the_contact_form div[class^="col"] { margin-bottom: 15px; }
#the_contact_form .contact_form > label { width: 100%; margin-bottom: 0; display: block; }
#the_contact_form .contact_form.message .your-message { width: 100%; display: block; }

#the_contact_form .contact_form input,
#the_contact_form .contact_form textarea {
	color: #888888;
	background: #ffffff;
	font-weight: normal;
	width: 100%;
	padding: 3px;
	display: block;
	box-sizing: border-box;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

#the_contact_form .contact_form input:focus,
#the_contact_form .contact_form textarea:focus {
	color: #000000;	
}

#the_contact_form .contact_form_security .contact_form > label > span { width: auto; float: left; }
#the_contact_form .contact_form_security .contact_form span { line-height: 26px; }
#the_contact_form .contact_form_security .contact_form > label > span:first-of-type { margin-right: 4px; }
#the_contact_form .contact_form_security .contact_form > label > span:last-of-type label { margin-bottom: 0; }


#the_contact_form .contact_form_security .contact_form > label > span:last-of-type label span,
#the_contact_form .contact_form_security .contact_form > label > span:last-of-type label input {
	float: left;
}

#the_contact_form .contact_form_security .contact_form > label > span:last-of-type label input { width: 26px !important; height: 26px; margin-left: 10px; }

#the_contact_form .contact_form_mailing_list input,
#the_contact_form .contact_form_mailing_list span {
	width: auto !important;
	margin: 0;
	float: left;
}

#the_contact_form .contact_form_mailing_list input { margin-top: 6.5px }
#the_contact_form .contact_form_mailing_list span { line-height: 26px; margin-left: 5px; }
#the_contact_form .contact_form_submit { padding-top: 0; }
#the_contact_form .contact_form_submit p { position: relative; }

#the_contact_form .contact_form_submit input {
	margin-top: 0;
	cursor: pointer;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

#the_contact_form .contact_form_submit input:hover { opacity: .5; }

#the_contact_form .contact_form_submit p .ajax-loader {
	margin-top: -8px;
	margin-left: 0;
	position: absolute;
	top: 50%;
	left: -22px;
	z-index: 1;
}

#the_contact_form  #align_center { text-align: center; }



/* --- CF7 Response --- */

div.wpcf7-response-output {
	text-align: center;
	width: 100%;
	margin: 0 !important;
	margin-top: 2em !important;
	padding: 0 !important;
	border: 0 !important;
}

div.wpcf7-response-output, div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	color: #ff0000;
}

div.wpcf7-mail-sent-ok { color: #398f14; }
div.wpcf7-spam-blocked { color: #ffa500; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color: #f7e700;
}



/* --- Mobile Fixes --- */

#the_contact_form .row:before,
#the_contact_form .row:after {
	content: '';
	clear: both;
	display: block;
}

#the_contact_form .row .contact_form_security,
#the_contact_form .row .contact_form_mailing_list,
#the_contact_form .row .contact_form_submit {
	width: 33.33%;
	float: left;
}

#the_contact_form .row #align_center {
	width: 100%;
	float: left;
}

#the_contact_form .row .contact_form_security label:before,
#the_contact_form .row .contact_form_security label:after,
#the_contact_form .row .contact_form_mailing_list label:before,
#the_contact_form .row .contact_form_mailing_list label:after {
	content: '';
	clear: both;
	display: block;
}

@media ( max-width: 650px ) {

	#the_contact_form .row .contact_form_security,
	#the_contact_form .row .contact_form_mailing_list,
	#the_contact_form .row .contact_form_submit {
		width: 100%;
	}

}
table.training_testimonial{width:100%;overflow-x:hidden}table.training_testimonial>tbody{}table.training_testimonial>tbody>tr>td{width:50%;padding:20px 15px 10px}table.training_testimonial>tbody>tr:nth-child(odd)>td:first-child{background-color:rgba(0,0,0,1%)}table.training_testimonial>tbody>tr:nth-child(odd)>td:last-child{background-color:rgba(0,0,0,5%)}table.training_testimonial>tbody>tr:nth-child(even)>td:first-child{background-color:rgba(0,0,0,5%)}table.training_testimonial>tbody>tr:nth-child(even)>td:last-child{background-color:rgba(0,0,0,1%)}@media screen and (max-width:992px){table.training_testimonial>tbody{display:block}table.training_testimonial>tbody>tr{width:100%;display:block}table.training_testimonial>tbody>tr>td{width:100%!important;display:block!important}table.training_testimonial>tbody>tr:nth-child(odd)>td:first-child{background-color:initial}table.training_testimonial>tbody>tr:nth-child(odd)>td:last-child{background-color:initial}table.training_testimonial>tbody>tr:nth-child(even)>td:first-child{background-color:initial}table.training_testimonial>tbody>tr:nth-child(even)>td:last-child{background-color:initial}table.training_testimonial>tbody>tr>td:first-child{background-color:rgba(0,0,0,1%)!important}table.training_testimonial>tbody>tr>td:last-child{background-color:rgba(0,0,0,5%)!important}}table.training_testimonial>tbody>tr>td>p::before{content:"”";font-size:34px;color:#6db33f}table.training_testimonial>tbody>tr>td>p{font-family:Georgia,Times,Times New Roman,serif;font-size:14px;color:#35363a;text-align:center;font-weight:500;display:block;position:relative}table.training_testimonial>tbody>tr>td>i{font-family:Georgia,Times,Times New Roman,serif;text-align:right;font-size:12px;font-weight:600;display:block;position:relative;color:#005a81;font-style:italic}
﻿@font-face{font-family:ysm-fontello;src:url(https://www.arcflash.ie/wp-content/plugins/smart-woocommerce-search/assets/dist/css/../../fonts/fontello.eot?45550639);src:url(https://www.arcflash.ie/wp-content/plugins/smart-woocommerce-search/assets/dist/css/../../fonts/fontello.eot?45550639#iefix)format("embedded-opentype"),url(https://www.arcflash.ie/wp-content/plugins/smart-woocommerce-search/assets/dist/css/../../fonts/fontello.woff2?45550639)format("woff2"),url(https://www.arcflash.ie/wp-content/plugins/smart-woocommerce-search/assets/dist/css/../../fonts/fontello.woff?45550639)format("woff"),url(https://www.arcflash.ie/wp-content/plugins/smart-woocommerce-search/assets/dist/css/../../fonts/fontello.ttf?45550639)format("truetype"),url(https://www.arcflash.ie/wp-content/plugins/smart-woocommerce-search/assets/dist/css/../../fonts/fontello.svg?45550639#fontello)format("svg");font-weight:400;font-style:normal;font-display: swap;
}.ysm_search_widget .ysm-active,.widget_product_search .ysm-active,.widget_search .ysm-active{overflow:visible}.ysm-active.sws-inline-popup{position:relative}.ysm-active.sws-inline-popup:not(.sws-hide-popup){z-index:9999}.ysm-active.sws-inline-popup .wp-block-search__inside-wrapper{position:relative}.ysm-smart-search-input-holder{width:100%;position:relative;display:block;z-index:2}.ysm-smart-search-input-holder label{display:block}.ysm-search-widget .screen-reader-text{display:none}.ysm-search-widget.sws_only_search_icon{width:40px;height:40px}.ysm-search-widget.sws_only_search_icon .ysm-smart-search-input-holder label,.ysm-search-widget.sws_only_search_icon .ysm-smart-search-input-holder input{display:none}@media(max-width:767px){.ysm-search-widget.sws_only_search_icon__mobile{width:40px;height:40px}.ysm-search-widget.sws_only_search_icon__mobile .ysm-smart-search-input-holder label,.ysm-search-widget.sws_only_search_icon__mobile .ysm-smart-search-input-holder input{display:none}}@media(min-width:768px){.ysm-search-widget.sws_only_search_icon__desktop{width:40px;height:40px}.ysm-search-widget.sws_only_search_icon__desktop .ysm-smart-search-input-holder label,.ysm-search-widget.sws_only_search_icon__desktop .ysm-smart-search-input-holder input{display:none}}.ysm-nav-menu-item .ysm-search-widget.sws_only_search_icon form{height:40px;margin:0!important;padding:0!important}.ysm-nav-menu-item .ysm-search-widget.sws_only_search_icon form .search-submit{height:40px;display:contents}@media(max-width:767px){.ysm-nav-menu-item .ysm-search-widget.sws_only_search_icon__mobile form{height:40px;margin:0!important;padding:0!important}.ysm-nav-menu-item .ysm-search-widget.sws_only_search_icon__mobile form .search-submit{height:40px;display:contents}}@media(min-width:768px){.ysm-nav-menu-item .ysm-search-widget.sws_only_search_icon__desktop form{height:40px;margin:0!important;padding:0!important}.ysm-nav-menu-item .ysm-search-widget.sws_only_search_icon__desktop form .search-submit{height:40px;display:contents}}.ysm-search-widget .search-field[type=search]{font-style:italic;font-size:14px;text-indent:3px;display:inline-block;padding:10px 40px 10px 10px;margin:0;width:100%!important;height:initial;outline:none;border:1px solid #d6d6d6;background-color:transparent;background-position:50%!important;color:#aeaeae;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:767px){.ysm-search-widget .search-field[type=search]{font-size:16px}}.ysm-search-widget .search-field::-webkit-input-placeholder{color:inherit}.ysm-search-widget .search-field::-moz-placeholder{color:inherit}.ysm-search-widget .search-field:-moz-placeholder{color:inherit}.ysm-search-widget .search-field:-ms-input-placeholder{color:inherit}.ysm-search-widget .search-field:focus::-webkit-input-placeholder{color:transparent}.ysm-search-widget .search-field:focus::-moz-placeholder{color:transparent}.ysm-search-widget .search-field:focus:-moz-placeholder{color:transparent}.ysm-search-widget .search-field:focus:-ms-input-placeholder{color:transparent}.ysm-search-widget.bordered .search-field{-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;border-radius:10px}.ysm-search-widget .search-submit{display:block;position:absolute;top:1px;right:1px;bottom:1px;padding:0;margin:0;width:40px;text-align:center;font-size:0;color:#aaa;background:0 0;border:none;cursor:pointer;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;outline:none}.ysm-search-widget .search-submit:before{display:block;color:inherit;text-align:center;font-size:17px;font-family:ysm-fontello;line-height:38px;content:"";-webkit-transition:color .25s ease;transition:color .25s ease}.smart-search-post{padding:12px 8px;display:block;color:#333}.smart-search-post:focus{outline:none}.smart-search-post-icon{max-width:100%;margin-bottom:10px;float:left;margin-right:10px;line-height:1}.smart-search-post-category{text-transform:uppercase;font-size:10px;margin-bottom:3px}.smart-search-post-title,.smart-search-post-excerpt{margin:0 0 7px;padding:0;color:#333;line-height:1.25em;word-wrap:normal}.smart-search-post-title{font-size:16px;margin-bottom:20px}.smart-search-post-title strong{display:inline-block}.smart-search-post-excerpt{margin-top:20px;font-size:12px}.smart-search-post-date{font-size:12px;color:#333}.smart-search-post-price-holder{overflow:hidden}.smart-search-post-price{font-size:16px}.smart-search-post-sku{font-size:12px;line-height:24px;margin-top:10px}.smart-search-add_to_cart-holder{float:right;margin:0 0 0 12px;padding-bottom:10px}.smart-search-labels-holder{display:inline-flex}.smart-search-labels-holder .smart-search-label{padding:6px;margin-top:2px;color:#fff;z-index:99;font-size:12px}.smart-search-labels-holder .smart-search-sale-label{padding:6px;background-color:#ff1c21;line-height:1em}.smart-search-labels-holder .smart-search-featured-label{padding:6px;background-color:#0014ff;line-height:1em}.smart-search-labels-holder .smart-search-out-of-stock-label{padding:6px;background-color:#808085;line-height:1em}.smart-search-featured .smart-search-post-title,.smart-search-featured.smart-search-no-thumbnail .smart-search-post-title,.smart-search-on_sale.smart-search-no-thumbnail .smart-search-post-title{margin-top:15px}.smart-search-popup{position:absolute;border:1px solid #d6d6d6;background:#fff;z-index:9999;box-sizing:border-box;overflow:hidden}.smart-search-view-all-holder{width:100%;z-index:9999;padding:8px 12px;box-sizing:border-box}.smart-search-view-all-holder .smart-search-view-all{display:flex!important;align-items:center;justify-content:center;height:36px;background:#222;color:#fff;border-radius:20px;text-align:center;text-decoration:none!important;font-size:13px;font-weight:600;letter-spacing:.03em;box-sizing:border-box;transition:opacity .18s ease,transform .18s ease}@media(max-width:767px){.smart-search-view-all-holder .smart-search-view-all{height:44px;font-size:15px}}.smart-search-view-all-holder .smart-search-view-all:hover{opacity:.78;text-decoration:none!important}.smart-search-results{position:relative;overflow:hidden;max-width:100%;width:100%}.smart-search-results .smart-search-results-inner{position:absolute;overflow-y:scroll;-webkit-overflow-scrolling:touch;top:0;left:0;bottom:0;right:0}.smart-search-results.smart-search-results--column_mod .smart-search-results-inner{left:200px}@media(max-width:767px){.smart-search-results.smart-search-results--column_mod .smart-search-results-inner{left:0}}.smart-search-results .added_to_cart{display:none!important}.smart-search-results .nano-pane{background:rgba(0,0,0,.25);position:absolute;width:10px;right:0;top:0;bottom:0;visibility:hidden\9 ;opacity:.01;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;z-index:9999}.smart-search-results .nano-pane .nano-slider{background:#444;background:rgba(0,0,0,.5);position:relative;margin:0 1px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.smart-search-results .smart-search-suggestions{display:grid!important;max-width:100%!important;width:100%!important;box-sizing:border-box}.smart-search-results .smart-search-suggestions::-webkit-scrollbar{display:none}.smart-search-results .smart-search-suggestions .autocomplete-suggestion{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5px;background:0 0;position:relative}.smart-search-results .smart-search-suggestions .autocomplete-suggestion.autocomplete-selected{opacity:.75;background:#f6f6f6}.smart-search-results .smart-search-suggestions .autocomplete-suggestion .smart-search-post-icon>img{width:100%;height:auto}.smart-search-results .smart-search-suggestions .autocomplete-suggestion>a{text-decoration:none}.smart-search-results[data-columns="1"] .smart-search-suggestions{display:block!important;padding:0}.smart-search-results[data-columns="1"] .smart-search-suggestions .autocomplete-suggestion{border-bottom:1px solid #d6d6d6;padding:5px}.smart-search-results[data-columns="1"] .smart-search-suggestions .autocomplete-suggestion:last-child{border-bottom:none}.smart-search-results[data-columns="2"] .smart-search-suggestions{grid-template-columns:1fr 1fr;grid-gap:40px 30px;padding:15px}.smart-search-results[data-columns="2"] .smart-search-post-title{font-size:18px}.smart-search-results[data-columns="3"] .smart-search-suggestions{grid-template-columns:1fr 1fr 1fr;grid-gap:40px 30px;padding:15px}.smart-search-results[data-columns="3"] .smart-search-post-title{font-size:18px}.smart-search-results[data-columns="4"] .smart-search-suggestions{grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:40px 30px;padding:15px}.smart-search-results[data-columns="5"] .smart-search-suggestions{grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:40px 30px;padding:15px}.smart-search-results:hover>.nano-pane,.smart-search-results .nano-pane.active,.smart-search-results .nano-pane.flashed{opacity:.99}.smart-search-results.has-scrollbar{padding-right:10px}.smart-search-results.has-scrollbar.smart-search-firefox .autocomplete-suggestion{border-left:1px solid #d6d6d6;border-right:1px solid #d6d6d6}.smart-search-results.has-scrollbar.smart-search-firefox .smart-search-suggestions{border-left:none;border-right:none;width:calc(100% + 17px)!important;right:0!important}.smart-search-results.has-scrollbar .smart-search-suggestions{position:absolute;overflow:auto;overflow-x:hidden;-ms-overflow-style:none}.smart-search-clear{clear:both}@media only screen and (max-width:1024px){[data-columns="2"],[data-columns="3"],[data-columns="4"],[data-columns="5"]{grid-template-columns:1fr 1fr;grid-gap:20px 30px}}@media only screen and (max-width:768px){.smart-search-suggestions{display:block!important}}.woocommerce-loop-product__title>strong{display:inline!important}.sws-hide-popup .smart-search-popup{display:none!important}.sws-no-results .smart-search-results{height:40px!important;max-height:40px!important}.sws-no-results .smart-search-results .smart-search-suggestions{display:block!important}.sws-no-results [data-columns="2"] .smart-search-suggestions,.sws-no-results [data-columns="3"] .smart-search-suggestions,.sws-no-results [data-columns="4"] .smart-search-suggestions,.sws-no-results [data-columns="5"] .smart-search-suggestions{padding:0!important}.sws-no-results .smart-search-view-all-holder{display:none!important}.sws-no-results .autocomplete-no-suggestion{line-height:40px;text-align:center}.ysm-search-widget input[type=search]::-webkit-search-decoration,.ysm-search-widget input[type=search]::-webkit-search-cancel-button,.ysm-search-widget input[type=search]::-webkit-search-results-button,.ysm-search-widget input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;display:none}.smart-search-fullscreen{display:none;position:fixed;left:0;top:0;width:100%;height:100%}.smart-search-fullscreen.ssf-active{display:block;z-index:9999}.smart-search-fullscreen-backdrop{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:#000;opacity:0;transition:opacity .4s cubic-bezier(.25,.46,.45,.94)}.ssf-animated .smart-search-fullscreen-backdrop{opacity:.75}.smart-search-fullscreen-inner{background-color:#fff;z-index:1;border-radius:5px;padding:20px;margin:20px 0;position:relative;top:0;line-height:normal!important}.smart-search-fullscreen .smart-search-view-all-holder{margin-top:20px}.smart-search-fullscreen .sws-recent-products-wrapper,.smart-search-fullscreen .sws-sidebar{margin-top:20px}.admin-bar .smart-search-fullscreen-inner{margin:40px 0}.sws-keywords-block-displayed .sws-recent-products-wrapper,.sws-keywords-block-displayed .sws-sidebar{margin-top:0}.ssf-search-input{order:2;width:100%;height:40px;border:none;border-bottom:1px solid #d6d6d6;appearance:none;transition:border-color .2s ease}.ssf-search-input:focus,.ssf-search-input:active{outline:none;border-bottom-color:#2727ce}.ssf-search-input:focus+.ssf-search-icon-search,.ssf-search-input:active+.ssf-search-icon-search{color:#2727ce}.ssf-search-icon-search{margin-right:12px;order:1;height:32px}.ssf-search-icon-close{margin-left:12px;order:3;cursor:pointer;height:32px}.smart-search-input-wrapper{display:flex;align-items:flex-end;position:relative}.sws-hide-popup .smart-search-fullscreen-results{display:none}.sws-search-recent-list,.smart-search-keywords-list{display:flex!important;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0;position:static!important}.sws-search-recent-wrapper,.smart-search-keywords-wrapper{display:flex!important;align-items:center;flex-wrap:wrap;width:100%;margin:15px 0}.smart-search-popup .sws-search-recent-wrapper,.smart-search-popup .smart-search-keywords-wrapper{padding-left:12px}.sws-search-recent-wrapper--hidden_mod,.sws-search-recent-wrapper--hidden_by_keywords,.smart-search-keywords-wrapper--hidden_mod,.smart-search-keywords-wrapper--hidden_by_keywords{display:none!important}.hidden-searches .sws-search-recent-wrapper{display:none!important}.sws-search-recent-title,.smart-search-keywords-title{margin:0 20px 0 0!important;font-size:14px!important}.sws-search-recent-list,.smart-search-keywords-list{margin:0!important;padding:0!important}.sws-search-recent-list-item{display:flex!important;align-items:center;border:1px solid #d6d6d6;padding:2px 0;margin:5px 0;border-radius:20px;font-size:13px;overflow:hidden;color:#222;position:static!important;cursor:pointer}.sws-search-recent-wrapper .sws-search-recent-list-item{padding-right:8px}.sws-search-recent-list-item-delete{cursor:pointer;width:16px;height:16px;transition:color .2s ease}.sws-search-recent-list-item-delete svg{display:block}.sws-search-recent-list-item-delete:hover{color:#2727ce}@media(max-width:767px){.sws-search-recent-list-item-delete{width:20px;height:20px}}.sws-search-recent-list-item-trigger{padding:4px 12px;margin:0;transition:color .2s ease}.sws-search-recent-wrapper .sws-search-recent-list-item-trigger{padding-right:10px}.sws-search-recent-list-item-trigger:hover{color:#2727ce}.sws-search-recent-list-item:not(:last-child){margin-right:12px}@media(max-width:767px){.sws-search-recent-list-item{padding:4px 0}}.smart-search-popup-backdrop{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9998;pointer-events:none}.ysm-widget-opened .et_builder_inner_content{z-index:99999}.ssf-search-input{background-position:50%!important}@media(max-width:767px){.ssf-search-input{font-size:16px!important}}.smart-search-results-main.sws-hiding-results .smart-search-results,.smart-search-results-main.sws-hiding-results .smart-search-view-all-holder,.smart-search-results-main.sws-hiding-results .sws-selected-categories{display:none}.smart-search-results-main--column_mod{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:767px){.smart-search-results-main--column_mod .sws-search-recent-wrapper{order:1}.smart-search-results-main--column_mod .smart-search-keywords-wrapper{order:2}.smart-search-results-main--column_mod .sws-sidebar{order:3}.smart-search-results-main--column_mod .smart-search-results{order:4}.smart-search-results-main--column_mod .smart-search-view-all-holder{order:5}}.sws-hide-popup .smart-search-results-main--on_open_mod .sws-selected-categories{display:block}@media(max-width:767px){.smart-search-results-main--hidden_mobile_mod .sws-selected-categories{display:none!important}}.sws-sidebar-widget{display:flex;flex-direction:column}.sws-sidebar--first-slot:empty,.sws-sidebar--second-slot:empty{display:none}.sws-sidebar-widget .sws-selected-categories:not(:last-child){order:1}.sws-sidebar-widget .sws-promo-banner:not(:last-child){order:2;margin-top:20px}.sws-sidebar-widget:not(:empty){margin-top:20px}.sws-sidebar-widget:first-child{margin-top:0}.smart-search-results-main--column_mod .smart-search-results,.smart-search-results-main--column_mod .sws-recent-products-wrapper{width:calc(100% - 400px)}@media(max-width:767px){.smart-search-results-main--column_mod .smart-search-results,.smart-search-results-main--column_mod .sws-recent-products-wrapper{width:100%}}.smart-search-results-main--widgets-on-left--mod .sws-sidebar--right-mod{display:none!important}.smart-search-results-main--widgets-on-right--mod .sws-sidebar--left-mod{display:none!important}.smart-search-results-main--widgets-on-left--mod .sws-recent-products-wrapper,.smart-search-results-main--widgets-on-right--mod .sws-recent-products-wrapper{width:calc(100% - 200px)}@media(max-width:767px){.smart-search-results-main--widgets-on-left--mod .sws-recent-products-wrapper,.smart-search-results-main--widgets-on-right--mod .sws-recent-products-wrapper{width:100%}}@media(min-width:768px){.smart-search-results-main--widgets-on-left--mod .smart-search-results,.smart-search-results-main--widgets-on-right--mod .smart-search-results{width:calc(100% - 200px)}}.sws-hide-popup .sws-selected-categories{display:none}.sws-sidebar{box-sizing:border-box}.sws-sidebar:not(:empty){width:200px}@media(max-width:767px){.sws-sidebar:not(:empty){width:100%;padding-left:0!important}}.sws-sidebar-holder{width:calc(100% - 400px);height:1px}@media(max-width:767px){.sws-sidebar-holder{display:none}}.sws-sidebar--left-mod:not(:empty){padding-right:20px}.sws-sidebar--right-mod:not(:empty){padding-left:20px}.sws-selected-categories{width:100%}.sws-selected-categories-title{margin-bottom:10px!important;flex-shrink:0;font-size:14px!important}.sws-selected-categories-list{margin:0!important;padding:0!important}.sws-selected-categories-item{list-style:none}.sws-selected-categories-item:not(:last-child){margin-bottom:5px}.sws-selected-categories-link{font-size:12px;color:#000}@media(max-width:767px){.sws-selected-categories{width:100%}.sws-selected-categories-list{display:flex;column-gap:10px;flex-wrap:wrap}}.sws-promo-banner img{max-width:100%;height:auto}@media(max-width:767px){.sws-promo-banner.sws-promo-banner--hidden_mobile_mod{display:none!important}}.sws-hide-popup .sws-promo-banner{display:none}.sws-hide-popup .smart-search-results-main--banner_on_open_mod .sws-promo-banner{display:block}@media(max-width:767px){.smart-search-results-main--banner_on_open_mod .sws-promo-banner{display:none}.smart-search-results[data-columns="2"] .smart-search-suggestions{padding:0}}.sws-recent-products-wrapper{width:100%;position:relative;padding:0 20px;box-sizing:border-box}@media(max-width:767px){.sws-recent-products-wrapper{width:100%;order:5;margin-top:20px}.sws-recent-products-wrapper.sws-recent-products-wrapper--hidden_mobile_mod{display:none!important}}.sws-no-results .sws-recent-products-wrapper{display:none!important}.sws-recent-products-heading{margin-bottom:10px!important;margin-left:5px!important;font-size:14px!important}.sws-selected-products-item{border:1px solid #ddd;border-radius:8px;padding:15px;margin:0 10px}.sws-selected-products-item:hover{border-color:#444}.sws-selected-products-item .sws-vp-trigger-wrap{padding-top:10px}.sws-selected-products-item .smart-search-add_to_cart-holder{padding-top:10px}.sws-selected-products-category{margin-bottom:5px;line-height:1}.sws-selected-products-category a{font-size:13px!important;text-decoration:none!important;color:#000;opacity:.8;transition:.2s ease}.sws-selected-products-category a:hover{opacity:.6}.sws-selected-products-title{display:block;margin-bottom:10px!important;min-height:36px;padding:0!important;font-size:16px!important;line-height:1.1!important;color:#000!important;text-decoration:none!important;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical}@media(max-width:767px){.sws-selected-products-title{-webkit-line-clamp:2}}.sws-recent-products .swiper-slide{width:20%}@media(max-width:1200px){.sws-recent-products .swiper-slide{width:25%}}@media(max-width:960px){.sws-recent-products .swiper-slide{width:50%}}@media(max-width:560px){.sws-recent-products .swiper-slide{width:100%}}.sws-selected-products-picture{display:block;margin:0 auto 10px!important;text-align:center}.sws-selected-products-picture img{max-width:100%!important;object-fit:contain!important;height:auto}@media(max-width:767px){.sws-selected-products-picture img{max-height:330px}}.sws-selected-products-meta{justify-content:space-between;align-items:center;flex-wrap:wrap}@media(max-width:767px){.sws-selected-products-meta{display:flex}}.sws-product-rating{margin:0 8px 10px}.sws-selected-products-meta .sws-vp-trigger-wrap,.sws-selected-products-meta .sws-atc-holder{float:right;margin:0 0 0 12px;padding-top:10px;padding-bottom:10px}.sws-selected-products-meta .sws-vp-atc,.sws-selected-products-meta .sws-vp-vol,.sws-selected-products-meta .sws-vp-trigger{flex:none;width:auto;display:inline-flex;padding:7px 12px;font-size:12px!important;border-radius:20px;font-weight:600;text-decoration:none!important;outline:none}.sws-selected-products-meta .sws-vp-atc:focus,.sws-selected-products-meta .sws-vp-atc:focus-visible,.sws-selected-products-meta .sws-vp-vol:focus,.sws-selected-products-meta .sws-vp-vol:focus-visible,.sws-selected-products-meta .sws-vp-trigger:focus,.sws-selected-products-meta .sws-vp-trigger:focus-visible{outline:none}.sws-selected-products-meta .sws-vp-atc:hover,.sws-selected-products-meta .sws-vp-vol:hover,.sws-selected-products-meta .sws-vp-trigger:hover{text-decoration:none!important}.sws-selected-products-meta .sws-vp-atc.sws-vp-atc--loading::after,.sws-selected-products-meta .sws-vp-atc.loading::after,.sws-selected-products-meta .sws-vp-atc.sws-vp-atc--added::after,.sws-selected-products-meta .sws-vp-atc.added::after{top:calc(50% - 7px);left:calc(50% - 7px);width:14px;height:14px}.sws-recent-products-wrapper .swiper-button-next:after,.sws-recent-products-wrapper .swiper-button-prev:after{font-size:30px!important;color:#000!important}.sws-recent-products-wrapper .swiper-button-next{right:0!important}.sws-recent-products-wrapper .swiper-button-prev{left:0!important}.smart-search-results-hidden{max-width:0!important;max-height:0;padding-right:0!important}.sws-recent-products-wrapper .wc-forward{display:none}.smart-search-add_to_cart-holder a.button{font-size:.8rem!important}.product_type_variable .smart-search-add_to_cart-holder a.button:after{content:"";display:inline-block;vertical-align:middle;width:24px;height:10px;margin-left:3px;background-repeat:no-repeat;background-position:50%;background-size:contain;will-change:transform;transition:all .2s ease;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAQAAACmLXceAAAAQUlEQVR42mPAB/5v/3/mvxgD8QCo/P//yyRo+S/6/xJQy/X/ksNOy/+D/4kFp0nWQKqTJIa9cqCGs6QmvpOYyRsAkwK7iR4cwaUAAAAASUVORK5CYII=)}.product_type_variable .smart-search-add_to_cart-holder a.button:hover:after{transform:translateX(3px)}.sws-loader-image{display:none!important;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:100%;max-height:75%;width:auto}.sws-loader-image--visible{display:block!important}.sws-vp-trigger,.sws-vp-close,.sws-vp-option,.sws-vp-atc,.sws-vp-vol,.sws-vp-cta,.smart-search-view-all{outline:none}.sws-vp-trigger:focus,.sws-vp-trigger:focus-visible,.sws-vp-close:focus,.sws-vp-close:focus-visible,.sws-vp-option:focus,.sws-vp-option:focus-visible,.sws-vp-atc:focus,.sws-vp-atc:focus-visible,.sws-vp-vol:focus,.sws-vp-vol:focus-visible,.sws-vp-cta:focus,.sws-vp-cta:focus-visible,.smart-search-view-all:focus,.smart-search-view-all:focus-visible{outline:none}@keyframes sws-spin{to{transform:rotate(360deg)}}.sws-vp-trigger-wrap{float:right;margin:0 0 0 12px;padding-bottom:10px}.sws-vp-trigger{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;background:#222;color:#fff;border:none;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.03em;cursor:pointer;transition:opacity .18s ease,transform .18s ease;line-height:1}@media(max-width:767px){.sws-vp-trigger{padding:10px 16px;font-size:14px}}.sws-vp-trigger:hover{opacity:.78}.sws-vp-trigger svg{transition:transform .18s ease;flex-shrink:0}.sws-vp-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.sws-vp-modal{display:none;position:fixed;inset:0;z-index:99999;align-items:flex-end;justify-content:center}.sws-vp-modal[aria-hidden=false]{display:flex}@media(min-width:600px){.sws-vp-modal{align-items:center}}.sws-vp-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;transition:opacity .25s ease}.sws-vp-modal--open .sws-vp-backdrop{opacity:1}.sws-vp-panel{position:relative;z-index:1;width:100%;max-width:500px;background:#fff;border-radius:20px 20px 0 0;padding:20px 20px 28px;box-sizing:border-box;box-shadow:0 -4px 40px rgba(0,0,0,.14);transform:translateY(48px);opacity:0;transition:transform .3s cubic-bezier(.22,.68,0,1.2),opacity .22s ease;max-height:99vh;overflow:hidden;display:flex;flex-direction:column}@media(min-width:600px){.sws-vp-panel{border-radius:20px;transform:translateY(20px)scale(.96);box-shadow:0 12px 50px rgba(0,0,0,.2)}}.sws-vp-modal--open .sws-vp-panel{transform:translateY(0)scale(1);opacity:1}.sws-vp-body-wrap{flex:auto;min-height:0;position:relative;display:flex;flex-direction:column}.sws-vp-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:5px;box-sizing:border-box}.sws-vp-scroll-hint{position:absolute;left:0;right:0;height:58px;display:flex;justify-content:center;pointer-events:none;opacity:0;transition:opacity .22s ease;color:#666;z-index:2}.sws-vp-scroll-hint--visible{opacity:1}.sws-vp-scroll-hint--up{top:0;background:linear-gradient(to bottom,rgba(255,255,255,.97) 35%,rgba(255,255,255,0));align-items:flex-start;padding-top:4px}.sws-vp-scroll-hint--down{bottom:0;background:linear-gradient(to top,rgba(255,255,255,.97) 35%,rgba(255,255,255,0));align-items:flex-end;padding-bottom:4px}.sws-vp-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:12px}.sws-vp-header__title{font-size:15px;font-weight:700;line-height:1.3;color:#111;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sws-vp-close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;background:#f2f2f2;border:none;border-radius:50%;cursor:pointer;color:#555;padding:0;transition:background .15s ease,color .15s ease}.sws-vp-close:hover{background:#222;color:#fff}.sws-vp-group{margin-bottom:20px}.sws-vp-group:last-child{margin-bottom:0}.sws-vp-group__label{margin:0 0 9px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#999}.sws-vp-group__options{display:flex;flex-wrap:wrap;gap:8px}.sws-vp-option{padding:6px 15px;border:1.5px solid #e0e0e0;border-radius:20px;background:#fff;font-size:13px;color:#333;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease;line-height:1.2}.sws-vp-option:hover{border-color:#333;color:#111}.sws-vp-option[aria-pressed=true]{background:#222;border-color:#222;color:#fff}.sws-vp-option:disabled{opacity:.38;cursor:not-allowed;text-decoration:line-through;color:#bbb;border-color:#e8e8e8;pointer-events:none}.sws-vp-option--color{width:34px;height:34px;padding:0;border-radius:50%;background-color:var(--sws-swatch-bg,#eee);color:transparent;font-size:0;border:2.5px solid transparent;box-shadow:0 0 0 1.5px #ddd;transition:box-shadow .15s ease,transform .15s ease;overflow:hidden;position:relative}.sws-vp-option--color:hover{box-shadow:0 0 0 2px #333;transform:scale(1.1);border-color:#fff}.sws-vp-option--color[aria-pressed=true]{box-shadow:0 0 0 2.5px #222;border-color:#fff;background-color:var(--sws-swatch-bg,#eee);transform:scale(1.1)}.sws-vp-option--color[aria-pressed=true]::after{content:"";display:block;position:absolute;inset:0;background:rgba(0,0,0,.2)url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")50%/14px no-repeat}.sws-vp-option--color:disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:0 0 0 1.5px #ddd!important;pointer-events:none}.sws-vp-option--color:disabled::before{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(to bottom right,transparent calc(50% - 1px),rgba(150,0,0,.55) calc(50% - 1px),rgba(150,0,0,.55) calc(50% + 1px),transparent calc(50% + 1px))}.sws-vp-footer{flex-shrink:0;margin-top:20px;padding-top:16px;border-top:1px solid #f0f0f0;display:flex;flex-direction:row;gap:8px}.sws-vp-cta{display:flex!important;align-items:center;justify-content:center;gap:6px;flex:1;padding:12px 14px;background:#444;color:#fff;border:none;border-radius:10px;text-decoration:none!important;font-size:13px;font-weight:600;letter-spacing:.02em;transition:opacity .18s ease,transform .18s ease;box-sizing:border-box;white-space:nowrap}.sws-vp-cta svg{flex-shrink:0;transition:transform .2s ease}.sws-vp-cta:hover{opacity:.78;text-decoration:none!important}.sws-vp-cta:hover svg{transform:translateX(3px)}.sws-vp-atc,.sws-vp-vol{display:flex;align-items:center;justify-content:center;flex:1;padding:12px 14px;background:#222;color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:opacity .18s ease,transform .18s ease;box-sizing:border-box;line-height:1;text-decoration:none;white-space:nowrap;position:relative}.sws-vp-atc[aria-disabled=true],.sws-vp-vol[aria-disabled=true]{background:#ebebeb!important;color:#aaa!important;cursor:not-allowed;pointer-events:none}.sws-vp-atc:not([aria-disabled=true]):hover,.sws-vp-vol:not([aria-disabled=true]):hover{opacity:.78;text-decoration:none}.sws-vp-atc--loading,.sws-vp-atc.loading,.sws-vp-vol--loading,.sws-vp-vol.loading{background:#555!important;cursor:wait!important;color:transparent!important;pointer-events:none}.sws-vp-atc--loading::after,.sws-vp-atc.loading::after,.sws-vp-vol--loading::after,.sws-vp-vol.loading::after{content:"";position:absolute;top:calc(50% - 8px);left:calc(50% - 8px);width:16px;height:16px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:sws-spin .65s linear infinite}.sws-vp-atc--added,.sws-vp-atc.added,.sws-vp-vol--added,.sws-vp-vol.added{background:#2a7f4b!important;cursor:default!important;color:transparent!important}.sws-vp-atc--added::after,.sws-vp-atc.added::after,.sws-vp-vol--added::after,.sws-vp-vol.added::after{content:"";position:absolute;top:calc(50% - 10px);left:calc(50% - 10px);width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C%2Fsvg%3E")50%/20px no-repeat}.sws-vp-vol{flex:none;width:auto;display:inline-flex;padding:9px 16px;font-size:13px!important}.sws-vp-image-wrap{flex-shrink:0;width:100%;margin-bottom:20px;border-radius:10px;overflow:hidden;background:#f7f7f7;line-height:0}.sws-vp-image{width:100%;height:220px;object-fit:contain;display:block;transition:opacity .22s ease}@media(max-width:480px){.sws-vp-image{height:180px}}.sws-vp-price{flex-shrink:0;font-size:17px;font-weight:700;color:#111;margin-bottom:16px;line-height:1.2}.sws-vp-price del{color:#aaa;font-weight:400;font-size:14px;margin-right:6px;text-decoration:line-through}.sws-vp-price ins{color:#c0392b;text-decoration:none}.sws-vp-price bdi{font-style:normal}.smart-search-add_to_cart-holder .sws-vp-atc{flex:none;width:auto;display:inline-flex;padding:7px 12px;font-size:12px!important;border-radius:20px;font-weight:600;text-decoration:none!important}@media(max-width:767px){.smart-search-add_to_cart-holder .sws-vp-atc{padding:10px 16px;font-size:14px!important}}.smart-search-add_to_cart-holder .sws-vp-atc:hover{text-decoration:none!important}.smart-search-add_to_cart-holder .sws-vp-atc.loading::after,.smart-search-add_to_cart-holder .sws-vp-atc.added::after{top:calc(50% - 7px);left:calc(50% - 7px);width:14px;height:14px}

.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1e3ms;animation-timing-function:linear;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2e3ms}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.clearfix:before,.clearfix:after{content:'';clear:both;display:block}.clearfix:before,.clearfix:after{content:'';clear:both;display:block}#powerpoint_training_dates_widgets{background:#ffffff}#powerpoint_training_dates_widgets .widget_title_wrapper{background:-webkit-gradient(linear, left top, left bottom, from(#fffefe), to(#dfdfdf));background:linear-gradient(to bottom, #fffefe 0%, #dfdfdf 100%);padding:10px 12px;border-bottom:1px solid #cacaca}#powerpoint_training_dates_widgets .widget_title_wrapper h2,#powerpoint_training_dates_widgets .widget_title_wrapper h3{color:#737373;font-size:14px;font-weight:700;text-transform:none;margin:0;padding:0;border:0}#powerpoint_training_dates_widgets .event_details{width:100%;margin:0;padding:15px;display:block}#powerpoint_training_dates_widgets .event_details .event_list_item{background-image:none;padding:5px 0;border:0;display:block}#powerpoint_training_dates_widgets .event_details .event_list_item .training_type{font-size:13px;margin-bottom:5px}#powerpoint_training_dates_widgets .event_details .event_list_item .event_text{color:#231f20;font-weight:600;font-size:12.5px;line-height:19px;display:block;float:left}#powerpoint_training_dates_widgets .event_details .event_list_item .buttons{color:#ffffff;font-size:8px;font-weight:700;text-align:center;text-decoration:none;text-transform:uppercase;line-height:17px;width:82px;padding-top:1px;border:0;border-radius:2px;display:block;float:right;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .3s ease,border-color .3s ease;transition:background .3s ease,border-color .3s ease}#powerpoint_training_dates_widgets .event_details .event_list_item .buttons.available{background:#5cb85c;border-bottom:1px solid #4cae4c}#powerpoint_training_dates_widgets .event_details .event_list_item .buttons.available:hover{background:#7cc67c;border-color:#5cb85c}#powerpoint_training_dates_widgets .event_details .event_list_item .buttons.fully_booked{background:#b52b38;border-bottom:1px solid #98140f;cursor:not-allowed}#powerpoint_training_dates_widgets .download_course_details{padding:15px;position:relative}#powerpoint_training_dates_widgets .download_course_details .anchor{color:#ffffff;background:#10587e;font-size:11px;font-weight:600;text-align:center;width:180px;margin:0 auto;padding:5px 10px;border-radius:2px;display:block;cursor:pointer;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .3s ease;transition:background .3s ease}#powerpoint_training_dates_widgets .download_course_details .anchor:hover{background:#0b3d58;text-decoration:none}#powerpoint_training_dates_widgets .download_course_details .anchor:hover+.pdfs_dropdown{bottom:-76px;visibility:visible;opacity:1}#powerpoint_training_dates_widgets .download_course_details .anchor i{font-size:13px;font-weight:600}#powerpoint_training_dates_widgets .download_course_details .pdfs_dropdown{background:#ffffff;width:calc( 100% - 30px);padding:15px;border:1px solid rgba(0,0,0,0.15);border-radius:4px;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;right:15px;bottom:-176px;left:15px;z-index:1;visibility:hidden;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}#powerpoint_training_dates_widgets .download_course_details .pdfs_dropdown:hover{bottom:-76px;visibility:visible;opacity:1}#powerpoint_training_dates_widgets .download_course_details .pdfs_dropdown li{width:100%;padding:0;border:0;display:block}#powerpoint_training_dates_widgets .download_course_details .pdfs_dropdown li a{background-image:none;font-weight:normal;font-size:12.5px;line-height:19px;width:100%;padding:5px 10px;border-bottom:1px solid transparent;border-radius:5px;display:block;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .3s ease,border-color .3s ease;transition:background .3s ease,border-color .3s ease}#powerpoint_training_dates_widgets .download_course_details .pdfs_dropdown li a:hover{background:#f5f5f5;border-color:rgba(0,0,0,0.05)}.clearfix:before,.clearfix:after{content:'';clear:both;display:block}#pptd_training_dates_shortcode #pptd_training_dates_title{color:#231f20;font-size:15px;font-weight:700;text-transform:uppercase;margin:2px 0 15px}#pptd_training_dates_shortcode .event_wrapper{padding:6px 0}#pptd_training_dates_shortcode .event_wrapper div{font-size:13px;width:20%;display:block;float:left}#pptd_training_dates_shortcode .event_wrapper div.event_location .county,#pptd_training_dates_shortcode .event_wrapper div.event_location .hotel{display:block}#pptd_training_dates_shortcode .event_wrapper div.event_price .price,#pptd_training_dates_shortcode .event_wrapper div.event_price .price_text{display:block}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons{color:#ffffff;font-size:8px;font-weight:700;text-align:center;text-decoration:none;text-transform:uppercase;line-height:17px;width:82px;padding:0;padding-top:1px;border:0;border-radius:2px;display:block;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .3s ease,border-color .3s ease;transition:background .3s ease,border-color .3s ease}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.available,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.available{background:#5cb85c;border-bottom:1px solid #4cae4c}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.available:hover,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.available:hover{background:#7cc67c;border-color:#5cb85c}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.fully_booked,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.fully_booked{background:#b52b38;border-bottom:1px solid #98140f;cursor:not-allowed}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar{color:#ffffff !important;background:#4281f4;font-family:inherit;width:120px;margin:0 auto;padding:1px 8px 0;border-bottom:1px solid #3467c3;display:block;float:none;position:relative;cursor:pointer;-webkit-box-shadow:none !important;box-shadow:none !important}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar:hover,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar:hover{background:#679af6;border-color:#4281f4}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar:before,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar:before{content:'';margin-left:-10px;border:10px solid #4281f4;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;display:block;position:absolute;bottom:-20px;left:20px;z-index:1;visibility:hidden;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar:hover:before,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar:hover:before{border-top-color:#679af6;left:50%;visibility:visible;opacity:1}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar:after,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar:after{content:'';width:100%;padding-top:20px;display:block;position:absolute;right:0;bottom:-2px;left:0;-webkit-transition:bottom .3s ease;transition:bottom .3s ease}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar:hover:after,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar:hover:after{bottom:-20px}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar .addeventatc_icon,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar .addeventatc_icon{display:none}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar .addeventatc_dropdown,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar .addeventatc_dropdown{width:120px;margin:0;padding:0;border-radius:3px;top:38px !important;left:0 !important;-webkit-transition:all .3s ease;transition:all .3s ease}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar .addeventatc_dropdown span,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar .addeventatc_dropdown span{background-position:10px;background-size:20px 100%;font-size:10px;font-weight:normal;text-align:left;text-transform:none;width:100%;padding:15px 10px 15px 40px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .3s ease;transition:background .3s ease}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar .addeventatc_dropdown span:first-of-type,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar .addeventatc_dropdown span:first-of-type{border-radius:3px 3px 0 0}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar .addeventatc_dropdown span:last-of-type,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar .addeventatc_dropdown span:last-of-type{border-radius:0 0 3px 3px}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar .addeventatc_dropdown .copyx,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar .addeventatc_dropdown .copyx{display:none}@media (max-width: 662px){#pptd_training_dates_shortcode{width:100%;max-width:330px;margin:0 auto;display:block}#pptd_training_dates_shortcode .event_wrapper{margin-bottom:20px;padding:0 15px 20px;border-bottom:1px solid rgba(0,0,0,0.1)}#pptd_training_dates_shortcode .event_wrapper div{width:100%;margin-bottom:10px}#pptd_training_dates_shortcode .event_wrapper div:last-of-type{margin-bottom:0}#pptd_training_dates_shortcode .event_wrapper div.event_location .county,#pptd_training_dates_shortcode .event_wrapper div.event_location .hotel,#pptd_training_dates_shortcode .event_wrapper div.event_location .price,#pptd_training_dates_shortcode .event_wrapper div.event_location .price_text,#pptd_training_dates_shortcode .event_wrapper div.event_price .county,#pptd_training_dates_shortcode .event_wrapper div.event_price .hotel,#pptd_training_dates_shortcode .event_wrapper div.event_price .price,#pptd_training_dates_shortcode .event_wrapper div.event_price .price_text{display:inline-block}#pptd_training_dates_shortcode .event_wrapper div.event_location .county:after,#pptd_training_dates_shortcode .event_wrapper div.event_location .price:after,#pptd_training_dates_shortcode .event_wrapper div.event_price .county:after,#pptd_training_dates_shortcode .event_wrapper div.event_price .price:after{content:'-';margin:0 5px}#pptd_training_dates_shortcode .event_wrapper div.event_price{margin-bottom:20px}#pptd_training_dates_shortcode .event_wrapper div.event_paypal form{height:29px}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons,#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar{font-size:10px;width:100%;max-width:200px;margin:0 auto !important;padding:6px 15px 5px}#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons .addeventatc_dropdown,#pptd_training_dates_shortcode .event_wrapper div.event_paypal .buttons.calendar .addeventatc_dropdown,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons .addeventatc_dropdown,#pptd_training_dates_shortcode .event_wrapper div.event_calendar .buttons.calendar .addeventatc_dropdown{width:200px;top:48px !important}}



:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.images.woocommerce-product-gallery .flex-viewport,.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport,.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-viewport,.woocommerce-page div.product div.images.woocommerce-product-gallery .flex-viewport{touch-action:pan-y pinch-zoom}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}
@charset "UTF-8";:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2)format("woff2"),url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff)format("woff"),url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf)format("truetype");font-weight:400;font-style:normal;font-display: swap;
}@font-face{font-family:WooCommerce;src:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2)format("woff2"),url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff)format("woff"),url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf)format("truetype");font-weight:400;font-style:normal;font-display: swap;
}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%)rotate(180deg);content:"";position:absolute;border-width:4px 6px 0;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width)solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:initial}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLWRvd24iPjxwb2x5bGluZSBwb2ludHM9IjYgOSAxMiAxNSAxOCA5Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em)}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .country_to_state--single{background:0 0;border:0;padding:0;appearance:none;background-image:none;font:inherit;font-weight:700;color:inherit;width:auto;pointer-events:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}:where(.woocommerce) .select2-container{width:100%}:where(.woocommerce) .select2-container .select2-selection--single{height:auto}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__placeholder{color:var(--wc-form-color-text,#444)}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLWRvd24iPjxwb2x5bGluZSBwb2ludHM9IjYgOSAxMiAxNSAxOCA5Ii8+PC9zdmc+)no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}:where(.woocommerce) .select2-container .select2-dropdown,:where(.woocommerce) .select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px)solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}:where(.woocommerce) .select2-results__options{list-style:none;margin:0;padding:0}:where(.woocommerce) .select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.woocommerce-product-gallery__photoswipe-video-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.woocommerce-product-gallery__photoswipe-video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg)50%;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg)50%;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.7;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1).5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__video .wp-post-video{display:block;width:100%;height:auto}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none;position:relative}.woocommerce div.product div.images .flex-control-thumbs li .woocommerce-product-gallery__video-thumbnail-preview,.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li .woocommerce-product-gallery__video-thumbnail-preview.flex-active,.woocommerce div.product div.images .flex-control-thumbs li .woocommerce-product-gallery__video-thumbnail-preview:hover,.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail::before{content:"▶";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;color:#fff;font-size:1.4em;text-shadow:0 0 .25em rgba(0,0,0,.8);pointer-events:none}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail img.woocommerce-product-gallery__video-thumbnail-placeholder,.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail img.woocommerce-product-gallery__video-thumbnail-placeholder.flex-active,.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail img.woocommerce-product-gallery__video-thumbnail-placeholder:hover{opacity:0}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail .woocommerce-product-gallery__video-thumbnail-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail .woocommerce-product-gallery__video-thumbnail-placeholder.flex-active+.woocommerce-product-gallery__video-thumbnail-preview,.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail:hover .woocommerce-product-gallery__video-thumbnail-preview{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLWRvd24iPjxwb2x5bGluZSBwb2ludHM9IjYgOSAxMiAxNSAxOCA5Ii8+PC9zdmc+)no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px);-webkit-background-position:calc(100% - 12px)50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.7;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(90,89,68,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:0 0;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(2n) td,.woocommerce table.shop_attributes tr:nth-child(2n) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid color-mix(in srgb,currentColor 20%,transparent);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-spacing:0;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid var(--wc-separator-color,color-mix(in srgb,currentColor 20%,transparent));padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small,.7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none;content:"\e019"/""}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgba(129,110,153,.14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgba(104,87,125,.14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-cart #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img{max-height:24px;vertical-align:middle;float:right;margin:0}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(https://www.arcflash.ie/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:24px;vertical-align:middle;float:right}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,5%)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-order-withdrawal-content{max-width:680px}.woocommerce-order-withdrawal-content__intro{margin-bottom:.5em}.woocommerce-order-withdrawal-content .description,.woocommerce-order-withdrawal-content__field-description,.woocommerce-order-withdrawal-content__note{color:#767676;font-size:.875em;line-height:1.4}.woocommerce-order-withdrawal-content .description,.woocommerce-order-withdrawal-content__field-description{display:block;margin-top:.25em}.woocommerce-order-withdrawal-content__field-error{color:var(--wc-red);display:block;font-size:.875em;margin:-.25em 0 .75em}.woocommerce-order-withdrawal-content__steps{display:flex;gap:1em;list-style:none;margin:2em 0;padding:0;color:#767676;font-size:.875em}.woocommerce-order-withdrawal-content__step:not(:last-child)::after{content:"";display:inline-block;width:.25em;height:.25em;margin-left:1em;border-radius:50%;background:currentColor;vertical-align:middle}.woocommerce-order-withdrawal-content__step--current{color:inherit;font-weight:700}.woocommerce-order-withdrawal-content__radio-field{clear:both;border:0;margin:0 0 6px;padding:3px}.woocommerce-order-withdrawal-content__radio-field legend{line-height:2;padding:0}.woocommerce-order-withdrawal-content__radio-field.woocommerce-invalid legend{color:var(--wc-red)}.woocommerce-order-withdrawal-content__radio-label{display:block;line-height:1.7;margin:0}.woocommerce-order-withdrawal-content__review{margin:2em 0}.woocommerce-order-withdrawal-content__review-row{padding:.75em 0 .8em}.woocommerce-order-withdrawal-content__review-row:not(:last-child){border-bottom:1px solid #e9e6ed}.woocommerce-order-withdrawal-content__review-row dd,.woocommerce-order-withdrawal-content__review-row dt{margin:0;line-height:1.4}.woocommerce-order-withdrawal-content__review-row dt{color:#767676;font-size:.875em;margin-bottom:.25em}.woocommerce-order-withdrawal-content__review-row dd{font-size:1em}.woocommerce-order-withdrawal-content__actions{display:flex;gap:1em;align-items:center;flex-wrap:wrap;margin-top:2em}.woocommerce-order-withdrawal-content__button--secondary.button{background:0 0;border:1px solid;color:inherit}.woocommerce-order-withdrawal-content__button--secondary.button:focus,.woocommerce-order-withdrawal-content__button--secondary.button:hover{background:0 0;color:inherit}.woocommerce-order-withdrawal-content .required{visibility:visible}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}form.has-custom-place-order-button #place_order{display:none!important}
.clearfix:before,.clearfix:after{content:''!important;clear:both!important;display:block!important}ul.products li.product{margin:50px 0!important}ul.products li.product .product_thumbnail_wrappper{position:relative}ul.products li.product .product_thumbnail_wrappper a img{margin:0 auto;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}ul.products li.product .product_thumbnail_wrappper a img.landscape{width:185px;height:auto}ul.products li.product .product_thumbnail_wrappper a img.portrait{width:auto;height:185px}ul.products li.product .product_thumbnail_wrappper a:hover img{opacity:.5}ul.products li.product .product_description_wrappper .verlay-title a h2{font-size:15px!important;margin-bottom:10px;padding:10px 0!important;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}ul.products li.product .product_description_wrappper .verlay-title a:hover h2{opacity:.5}ul.products li.product .product_description_wrappper .sku_display{margin:0!important}ul.products li.product .product_description_wrappper .sku_display .sku_wrapper,ul.products li.product .product_description_wrappper .sku_display .cal_wrapper{padding:0}ul.products li.product .product_description_wrappper .verlay-desc .entry-content{padding-bottom:40px;position:relative}ul.products li.product .product_description_wrappper .verlay-desc .entry-content strong{display:inline}ul.products li.product .product_description_wrappper .verlay-desc .entry-content .limited_stock{color:#b82025;font-weight:700;margin-top:20px}ul.products li.product .product_description_wrappper .verlay-desc .entry-content .read_more{font-size:12px;position:absolute;right:0;bottom:0;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}ul.products li.product .product_description_wrappper .verlay-desc .entry-content .read_more:hover{opacity:.5}ul.products li.product .product_description_wrappper .verlay-desc .product_price{margin-top:20px}ul.products li.product .product_description_wrappper .verlay-desc .product_price.extra_margin{}ul.products li.product .product_description_wrappper .verlay-desc .product_price .price{margin-bottom:0!important}ul.products li.product .product_description_wrappper .verlay-desc .product_price .price span{font-size:20px;font-weight:600}ul.products li.product .product_description_wrappper .verlay-desc .product_price .price .amount{margin-right:20px;margin-bottom:10px;padding-bottom:18px;display:inline-block;position:relative}ul.products li.product .product_description_wrappper .verlay-desc .product_price .price .amount .vat{font-size:12px;position:absolute;right:0;bottom:0}ul.products li.product .product_description_wrappper .verlay-desc .product_price .freeshipping{color:#77a464;font-size:12px;display:block}ul.products li.product .product_description_wrappper .verlay-desc .product_price .product_buttons{width:100%;margin-top:20px;display:grid;grid-template-columns:repeat( 3,1fr );grid-gap:10px}ul.products li.product .product_description_wrappper .verlay-desc .product_price .product_buttons a,ul.products li.product .product_description_wrappper .verlay-desc .product_price .product_buttons button{color:#fff!important;background:#231f20;text-align:center;width:100%;margin:0!important;padding:8px;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}ul.products li.product .product_description_wrappper .verlay-desc .product_price .product_buttons a:hover,ul.products li.product .product_description_wrappper .verlay-desc .product_price .product_buttons button:hover{opacity:.5}ul.products li.product .product_description_wrappper .verlay-desc .product_price .product_buttons .added_to_cart{display:none}@media(max-width:993px){ul.products li.product{width:100%;max-width:350px;margin:50px auto!important;display:block}ul.products li.product .product_thumbnail_wrappper,ul.products li.product .product_description_wrappper{width:100%}ul.products li.product .product_description_wrappper .verlay-desc .product_price .product_buttons{grid-template-columns:repeat( 1,1fr )}}div.product .single_product_image{position:relative}div.product .single_product_image>div:not( .onsale ):not( .onpromotion ),div.product .single_product_image>div>figure,div.product .single_product_image>div>figure>div{width:100%!important;margin:0!important;display:block;float:none!important}div.product .product_images .product_thumbnail .product_featured_image{width:100%;display:block;cursor:pointer;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}div.product .product_images .product_thumbnail .product_featured_image:hover{opacity:.5}div.product .product_images .product_gallery{margin-top:20px;display:grid;grid-template-columns:repeat( 4,60.61px )}div.product .product_images .product_gallery .product_gallery_item{width:25%;height:auto;float:left;position:relative}div.product .product_images .product_gallery .product_gallery_item:before{content:'';padding-top:100%;display:block}div.product .product_images .product_gallery .product_gallery_item .thumbnail_wrapper{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}div.product .product_images .product_gallery .product_gallery_item .thumbnail_wrapper .center_image{width:100%;height:100%;position:absolute;top:0;left:0;-webkit-transform:translate( 50%,50% );-moz-transform:translate( 50%,50% );-ms-transform:translate( 50%,50% );-o-transform:translate( 50%,50% );transform:translate( 50%,50% )}div.product .product_images .product_gallery .product_gallery_item .thumbnail_wrapper .center_image img{margin:0 auto;max-width:none;display:block;position:absolute;top:0;left:0;cursor:pointer;-webkit-transform:translate( -50%,-50% );-moz-transform:translate( -50%,-50% );-ms-transform:translate( -50%,-50% );-o-transform:translate( -50%,-50% );transform:translate( -50%,-50% );-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}div.product .product_images .product_gallery .product_gallery_item .thumbnail_wrapper .center_image img.landscape{width:auto;height:100%}div.product .product_images .product_gallery .product_gallery_item .thumbnail_wrapper .center_image img.portrait{width:100%;height:auto}div.product .product_images .product_gallery .product_gallery_item .thumbnail_wrapper .center_image img:hover{opacity:.5}div.product .single_product_supports .woocommerce-loop-product__title{margin-top:0;margin-bottom:10px;padding:10px 0}div.product .single_product_supports .sku_display{margin:0 -10px!important}div.product .single_product_supports .sku_display .black_box_code{color:#77a464}div.product .single_product_supports .woocommerce-product-details__short-description{margin-top:20px}div.product .single_product_supports .woocommerce-product-details__short-description p{margin-bottom:0}div.product .single_product_supports .woocommerce-product-details__short-description .limited_stock{color:#b82025;font-weight:700;margin-top:20px}div.product .single_product_supports .price_wrap{margin-top:20px}div.product .single_product_supports .price_wrap .price{margin-bottom:0}div.product .single_product_supports .price_wrap .price span{font-size:20px;font-weight:600}div.product .single_product_supports .price_wrap .price .amount{margin-right:20px;margin-bottom:10px;padding-bottom:18px;display:inline-block;position:relative}div.product .single_product_supports .price_wrap .price .amount .vat{font-size:12px;position:absolute;right:0;bottom:0}div.product .single_product_supports .price_wrap .freeshipping{color:#77a464;font-size:12px;display:block}div.product .single_product_supports .cart{margin-top:20px;margin-bottom:0!important;display:grid;grid-template-columns:48px repeat( 3,1fr );grid-gap:10px}div.product .single_product_supports .cart:before,div.product .single_product_supports .cart:after{content:none!important}div.product .single_product_supports .cart .quantity{width:100%;margin-right:0!important;float:none}div.product .single_product_supports .cart .quantity .qty{width:100%;max-width:48px;height:29px;padding:0}div.product .single_product_supports .cart a,div.product .single_product_supports .cart button{color:#fff!important;background:#231f20;text-align:center;width:100%;margin:0!important;padding:8px;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}div.product .single_product_supports .cart a:hover,div.product .single_product_supports .cart button:hover{background:#231f20!important;opacity:.5}.product_tabs{margin-top:50px}.product_tabs .nav-tabs li a i{margin-right:5px}.product_tabs .tab-content .related .products li{background:0 0}.product_tabs .tab-content .tab-pane .tab_contents .row .datasheets_button_wrap .btn{color:#fff;background:#231f20;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.product_tabs .tab-content .tab-pane .tab_contents .row .datasheets_button_wrap .btn:hover{opacity:.5}@media(max-width:993px){div.product .single_product_image,div.product .single_product_supports,.product_tabs{width:100%;max-width:350px;margin:50px auto!important;display:block}div.product .single_product_supports .cart{grid-template-columns:repeat( 1,1fr )}.product_tabs .nav-tabs li a i{margin-right:0}.product_tabs .nav li a .tab_glyph{margin-right:0!important}.product_tabs .nav li a .tab_link_text{display:none}}.price_wrap .price del{text-decoration:none;opacity:.5}.price_wrap .price del .amount{font-weight:400;text-decoration:line-through}.price_wrap .price del.was:before{content:'Was ';font-size:10px}.price_wrap .price ins{text-decoration:none}.price_wrap .price ins.now:before{content:'Now: ';font-size:10px}.price_wrap .price ins.now .amount{font-weight:800!important}.onsale,.onpromotion{color:#fff;background-color:#b82025;width:70px!important;height:70px;margin:0!important;border-radius:50%;display:flex!important;align-items:center;position:absolute;top:-10px;left:5px;z-index:1}.onsale .center_text,.onpromotion .center_text{width:60px;height:60px;margin:0 auto;border:1px solid #fff;border-radius:50%;display:flex;flex-direction:row;align-items:center}.onsale .center_text .text_wrapper,.onpromotion .center_text .text_wrapper{width:100%}.onsale .center_text .text_wrapper span,.onpromotion .center_text .text_wrapper span{font-weight:700;text-align:center;text-transform:uppercase;width:100%;display:block;flex-basis:60px}.onsale .center_text .text_wrapper span.percentage{font-size:25px;line-height:20px}.onsale .center_text .text_wrapper span.discount{font-size:8px;line-height:10px}.onpromotion .center_text .text_wrapper span.special_offer{font-size:13px;line-height:12px}.promotion_text{color:#b82025;font-weight:600;margin:10px 0 0!important}.promotion_end{color:#b82025;font-size:10px}nav.woocommerce-pagination ul{border:0 solid transparent!important}nav.woocommerce-pagination ul li{background-image:none!important;width:30px!important;height:30px!important;margin:0 5px!important;border:0 solid transparent!important}nav.woocommerce-pagination ul li span,nav.woocommerce-pagination ul li a{text-align:center!important;line-height:30px!important;width:100%!important;padding:0!important}nav.woocommerce-pagination ul li a{color:#fff!important;background:#337ab7!important;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}nav.woocommerce-pagination ul li a:hover{opacity:.7}.widget_shopping_cart{display:none}.widget_shopping_cart .widget_shopping_cart_content{padding:10px}.widget_shopping_cart .widget_shopping_cart_content .product_list_widget .mini_cart_item{background:0 0;margin-bottom:10px;padding-bottom:0}.widget_shopping_cart .widget_shopping_cart_content .total{margin-top:10px;padding-top:0;border-top:none}.widget_shopping_cart .widget_shopping_cart_content .buttons{font-size:0;margin-bottom:0}.widget_shopping_cart .widget_shopping_cart_content .buttons a{color:#fff;background:#231f20;font-size:13px;text-align:center;width:calc( 50% - 5px );margin:0;display:inline-block;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover{opacity:.5}.widget_shopping_cart .widget_shopping_cart_content .buttons a:first-of-type{margin-right:10px}li.header-cart-count{background:0 0!important;width:auto!important;height:auto!important}li.header-cart-count a{color:#337ab7!important;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}li.header-cart-count a:hover{text-decoration:none;opacity:.5}@media screen and (max-width:993px){li.header-cart-count a{color:#fff!important}}@media screen and (max-width:500px){li.header-cart-count{display:none!important}}.cart_icon_popup{width:50px;height:50px;position:fixed;right:15px;bottom:0;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s}.cart_icon_popup .cart-contents{background:#337ab7;width:100%;height:100%;display:flex;align-items:center;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.cart_icon_popup .cart-contents:hover{text-decoration:none;opacity:.7}.cart_icon_popup .cart-contents i{text-align:center;width:100%}.cart_icon_popup .cart-contents i:before{color:#fff;font-size:20px;margin-left:-4px}.woocommerce button.button{color:#fff!important;background:#231f20!important;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.woocommerce button.button:hover{color:#fff!important;opacity:.5}.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled]{color:#fff!important;background:#231f20!important;opacity:.5}.woocommerce-cart-form .shop_table{display:table!important}.woocommerce-cart-form .shop_table tr .product-remove a{color:#b82025!important;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.woocommerce-cart-form .shop_table tr .product-remove a:hover{color:#fff!important;background:#b82025}.woocommerce-cart-form .shop_table tr .product-name a{font-weight:400!important}.woocommerce-cart-form .shop_table tr .product-subtotal{font-weight:700}.cart-collaterals .cart_totals{width:50%}.cart-collaterals .cart_totals .shop_table{display:table!important}.cart-collaterals .cart_totals .shop_table tbody tr th{width:50%}.cart-collaterals .cart_totals .shop_table tbody tr td{text-align:right}.cart-collaterals .cart_totals .shop_table tbody tr th,.cart-collaterals .cart_totals .shop_table tbody tr td{padding:9px 12px!important}.cart-collaterals .cart_totals .shop_table tbody tr.shipping th small{font-size:8px;display:block}.cart-collaterals .cart_totals .shop_table tbody tr.shipping td ul li{background-image:none;margin:0!important;padding:0}.cart-collaterals .cart_totals .shop_table tbody tr.shipping td ul li label{font-weight:400!important}.cart-collaterals .cart_totals .shop_table tbody tr.order-total th,.cart-collaterals .cart_totals .shop_table tbody tr.order-total td span{font-weight:700}.cart-collaterals .cart_totals .wc-proceed-to-checkout a{color:#fff!important;background:#231f20!important;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover{color:#fff!important;background:#231f20!important;opacity:.5}.checkout #customer_details{margin-bottom:30px}.checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address label{margin:0!important}.checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address label span{font-size:15px!important;font-weight:700;margin:0 0 15px}.checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox{margin:0!important;top:2px;left:-20px}@media screen and (max-width:768px){.checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox{position:relative;left:0}}.checkout #customer_details .woocommerce-shipping-fields .shipping_address{display:none}.checkout #customer_details .form-row-first,.checkout #customer_details .form-row-last{width:50%!important}.checkout #customer_details input:not( [type^=checkbox] ),.checkout #customer_details .selection>span,.checkout #customer_details textarea,.checkout #customer_details select{color:#888;background:#fff;font-size:13px;padding:3px;border:1px solid #888!important;outline:0;box-shadow:none;-webkit-transition:color .2s;-moz-transition:color .2s;-ms-transition:color .2s;-o-transition:color .2s;transition:color .2s}.checkout #customer_details input:not( [type^=checkbox] ):placeholder,.checkout #customer_details textarea:placeholder{color:#e3e3e3}.checkout #customer_details input:not( [type^=checkbox] ):focus,.checkout #customer_details textarea:focus{color:#231f20}.checkout #customer_details input:not( [type^=checkbox] ){height:28px!important}.checkout #customer_details textarea{min-width:100%;max-width:100%;min-height:99px!important}.checkout #customer_details .selection{margin-bottom:4px;display:block}.checkout #customer_details .selection>span{padding:0!important;border-radius:0}.checkout #customer_details .selection>span>span{line-height:28px;padding:0 20px 0 3px!important}.select2-container .select2-results ul li{background-image:none}.checkout #customer_details .required{color:#b82025!important}.checkout #order_review .shop_table{margin-bottom:41px;display:table!important}.checkout #order_review .shop_table tr th small{font-size:8px;display:block}.checkout #order_review .shop_table tr td:not( .product-name ){font-weight:400!important;text-align:right!important}.checkout #order_review .shop_table tr td #shipping_method li{background-image:none;margin:0;padding:0}.checkout #order_review .shop_table tr td #shipping_method li label{font-weight:400}.checkout #order_review .shop_table tr.order-total th,.checkout #order_review .shop_table tr.order-total td span{font-weight:700!important}.checkout #payment{background:0 0!important;border-radius:0!important}.checkout #payment .payment_methods{background:#ebe9eb;border-radius:5px}.checkout #payment .payment_methods li{background-image:none}.checkout #payment .payment_methods li input{margin:0;position:relative;top:2px}.checkout #payment .payment_methods li label{line-height:32px;margin-bottom:20px;display:inline-block}.checkout #payment .payment_methods li label img{margin-left:10px}.checkout #payment .payment_methods li label a{line-height:inherit!important;margin-left:10px;float:none!important}.checkout #payment .woocommerce-terms-and-conditions-wrapper{display:inline-block}.checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row{margin-bottom:0!important}.checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row .input-checkbox{top:5px}.checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-terms-and-conditions-checkbox-text{margin-left:20px}.checkout #payment .place-order{padding:1em 0!important}.checkout #payment .place-order .button{color:#fff;background:#231f20;opacity:1;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}.checkout #payment .place-order .button:hover{background:#231f20;opacity:.5}.woocommerce-order .woocommerce-order-overview{margin-bottom:40px!important}.woocommerce-order .woocommerce-order-overview li{background-image:none}.woocommerce-order .woocommerce-order-overview li strong{margin-top:5px}.woocommerce-order .woocommerce-order-details .order_details{margin-bottom:40px!important;display:table!important}.woocommerce-order .woocommerce-order-details .order_details tr th small{font-size:8px;display:block}.woocommerce-order .woocommerce-order-details .order_details tr th,.woocommerce-order .woocommerce-order-details .order_details tr td{width:50%}.woocommerce-order .woocommerce-order-details .order_details tr td:not( #order_total ),.woocommerce-order .woocommerce-order-details .order_details tr td:not( #order_total ) a,.woocommerce-order .woocommerce-order-details .order_details tr td:not( #order_total ) strong{font-weight:400!important}.woocommerce-order .woocommerce-order-details .order_details tr td:not( .product-name ):not( #special_note ){text-align:right!important}.woocommerce-order .woocommerce-order-details .order_details tr#order_total th,.woocommerce-order .woocommerce-order-details .order_details tr#order_total td{font-weight:700!important}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column{width:calc( 50% - 5px );float:left}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column:first-of-type{margin-right:5px}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column:last-of-type{margin-left:5px}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column address{padding:12px;border:1px solid rgba( 0,0,0,.1 );border-radius:0}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column address .address{padding:0}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column address .address li{background-image:none;line-height:20px;padding:0}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column address .address li#address_2 .addr_label{visibility:hidden}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column address .address li .addr_label,.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column address .address li i{font-size:10px;font-weight:700;text-align:right;text-transform:uppercase;width:60px;margin-right:10px;display:inline-block}.email_enquiry_popup_form{background:rgba( 0,0,0,.5 );width:100%;height:100vh;display:flex;align-items:center;position:fixed;top:100vh;left:0;z-index:999;visibility:hidden;opacity:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.popup_show{top:0;visibility:visible;opacity:1}.email_enquiry_popup_form .email_enquiry_form{background:#fff;width:100%;max-width:600px;height:auto;margin:0 auto;padding:15px;border-radius:3px;box-sizing:border-box}.email_enquiry_popup_form .email_enquiry_form .row{margin:0}#email_enquiry_popup_close{color:#fff;font-size:20px;position:absolute;top:20px;right:20px;cursor:pointer;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}#email_enquiry_popup_close:hover{text-decoration:none;opacity:.7}.wp_admin_logged{top:52px!important}@media(max-width:993px){.email_enquiry_popup_form .email_enquiry_form{width:calc( 100% - 30px );margin:0 15px}}#the_contact_form .contact_form input,#the_contact_form .contact_form textarea{color:#888;background:#fff;width:100%}#the_contact_form .contact_form input:focus,#the_contact_form .contact_form textarea:focus{color:#000}#the_contact_form .contact_form_submit input{margin:0}#the_contact_form .contact_form.security input{width:20px!important}.product_gallery_popup{background:rgba( 0,0,0,.5 );width:100%;height:100vh;display:flex;align-items:center;position:fixed;top:100vh;left:0;z-index:9999;visibility:hidden;opacity:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.popup_show{top:0;visibility:visible;opacity:1}.product_gallery_popup #product_gallery_popup_close{color:#fff;font-size:20px;position:absolute;top:20px;right:20px;cursor:pointer;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.product_gallery_popup #product_gallery_popup_close:hover{text-decoration:none;opacity:.7}.product_gallery_popup #product_gallery_popup_close.wp_admin_logged{top:52px!important}.product_gallery_popup .product_gallery_item_wrapper{margin:0 auto;padding:0 10px;display:block;box-sizing:border-box}.product_gallery_popup .product_gallery_item_wrapper.landscape{width:100%;max-width:500px;height:auto}.product_gallery_popup .product_gallery_item_wrapper img{display:block}.product_gallery_popup .product_gallery_item_wrapper img.landscape{width:100%;height:auto}.product_gallery_popup .product_gallery_item_wrapper.portrait{width:auto;height:100%;max-height:500px}.product_gallery_popup .product_gallery_item_wrapper img.portrait{width:auto;height:100%}@media screen and (max-width:450px){.product_gallery_popup .product_gallery_item_wrapper.portrait{max-height:345px}}
.ngg-trigger-buttons {
clear: both;
text-align: right;
font-size: 12px;
line-height: 1em;
margin: 0;
}
.ngg-trigger-buttons.hidden {
display: none;
}
.ngg-trigger-large {
font-size: 16px;
margin: 0 10px;
}
.ngg-trigger-buttons .ngg-trigger {
margin-left: 0.3em;
cursor: pointer;
}
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
    color: #999;
}
.ngg-trigger-buttons .ngg-trigger:hover {
color: #333;
}
.ngg-trigger-large .ngg-trigger {
}

/* small exception for slideshows/filmstrip adjustments... seems kind of overkill to create 2 extra stylesheets just for a 2 liners fix */
.galleria.photocrati-nextgen_pro_horizontal_filmstrip {
margin-bottom: 5px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .ngg-trigger-buttons.mobile-hide {
  	display: none;
  }
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* Note: Prevents issues with "style resets" or themes that apply 'box-sizing: border-box' to everything */
#fancybox-wrap, #fancybox-content, #fancybox-outer {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display: swap;src:url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-square-x-twitter:before{content:"\e61a"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display: swap;src:url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display: swap;src:url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}.fa-info:before{content:"\f129"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-lock:before{content:"\f023"}.fa-angle-right:before{content:"\f105"}.fa-user:before{content:"\f007"}.fa-star:before{content:"\f005"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-pause:before{content:"\f04c"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-arrow-right:before{content:"\f061"}.fa-lock-open:before{content:"\f3c1"}.fa-circle:before{content:"\f111"}.fa-comment:before{content:"\f075"}.fa-envelope:before{content:"\f0e0"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-angle-down:before{content:"\f107"}.fa-play:before{content:"\f04b"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-angle-up:before{content:"\f106"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-spinner:before{content:"\f110"}.fa-check:before{content:"\f00c"}.fa-angle-left:before{content:"\f104"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-window-close:before{content:"\f410"}
/*!
 * NGG Icons — private, lightbox-scoped icon font.
 *
 * The bundled ngg-icons.min.css binds Font Awesome to the generic family
 * "Font Awesome 6 Free" on the generic .fa/.fas/.far/.fab selectors. Any other
 * Font Awesome (v4/v5/v6) loaded by the active theme or another plugin can win
 * the cascade and repoint those selectors to a family that lacks the FA6-only
 * glyphs the Pro lightbox toolbar uses (fa-circle-info, fa-cart-shopping,
 * fa-xmark, fa-share-from-square, fa-square-x-twitter) — leaving blank buttons.
 *
 * This stylesheet declares a uniquely named face ("NGG Icons") and applies it
 * ONLY inside the Pro lightbox wrapper (#npl_wrapper), so the toolbar icons are
 * immune to any third-party Font Awesome regardless of load order. Nothing
 * outside #npl_wrapper is affected.
 */
@font-face {
	font-family: "NGG Icons";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),
		url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
	font-family: "NGG Icons";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),
		url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
	font-family: "NGG Icons Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),
		url(https://www.arcflash.ie/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/../webfonts/fa-brands-400.ttf) format("truetype");
}
#npl_wrapper .fa,
#npl_wrapper .fas,
#npl_wrapper .fa-solid {
	font-family: "NGG Icons" !important;
	font-weight: 900 !important;
}
#npl_wrapper .far,
#npl_wrapper .fa-regular {
	font-family: "NGG Icons" !important;
	font-weight: 400 !important;
}
#npl_wrapper .fab,
#npl_wrapper .fa-brands {
	font-family: "NGG Icons Brands" !important;
	font-weight: 400 !important;
}

/* ----------- Gallery navigation -------------*/
.ngg-navigation {
    font-size: 0.9em !important;
    clear: both !important;
    display: block !important;
    padding-top: 24px;
    padding-bottom: 3px;
    text-align: center;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev,
.ngg-navigation span.current {
    background: #BBB;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display:inline;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    padding: 4px 8px;
    text-decoration: none;
    cursor: pointer !important;
}

.ngg-navigation .ellipsis {
    background: #BBB;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display:inline;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    padding: 4px 8px;
    text-decoration: none;
}

.ngg-navigation span.current {
    background: #666;
}

.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    background: transparent;
    color: #BBB;
    padding: 2px;
    border: none;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.current:hover {
    background: #666;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    color: #666 !important;
}

.ngg-navigation a.page-numbers {
    display: inline;
}

.ngg-clear {
    clear: both;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    clear: both;
    display: block !important;
}

.ngg-galleryoverview .desc {
    /* required for description */
    margin: 0px 10px 10px 0px;
    padding: 5px;
}

.ngg-gallery-thumbnail-box {
    float: left;
    max-width: 100% !important;
}

.ngg-template-caption .ngg-gallery-thumbnail-box {
    margin-right: 0px;
}

.ngg-gallery-thumbnail {
    text-align: center;
    max-width: 100% !important;
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    margin-right: 5px;
    margin: 5px;
}

.ngg-template-caption .ngg-gallery-thumbnail {
    margin-right: 0px;
}

.ngg-gallery-thumbnail a {
	display: block;
    margin: 4px;
    border: none;
    box-shadow: none;
}

.ngg-gallery-thumbnail img {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100% !important;
    height: auto;
}

.ngg-gallery-thumbnail span {
    /* Images description */
    font-size: 90%;
    padding-left: 5px;
    display: block;
}

/* ----------- New Default Styling September 2018 -----------*/

.ngg-galleryoverview {
    margin-top: 40px;
    margin-bottom: 50px;
    -webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, background-color 1s, transform 1s;
    min-height: 100px;
}

.ngg-gallery-thumbnail-box.ngg-1-columns {
    width: 100%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-2-columns {
    width: 50%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-3-columns {
    width: 33.33333%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-4-columns {
    width: 25%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-5-columns {
    width: 20%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-6-columns {
    width: 16.6666%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-7-columns {
    width: 14.2857%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-8-columns {
    width: 12.5%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-9-columns {
    width: 11.1111%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-10-columns {
    width: 10%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-11-columns {
    width: 9.09%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-12-columns {
    width: 8.3333%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-13-columns {
    width: 7.692%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-14-columns {
    width: 7.142%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-15-columns {
    width: 6.6666%;
    float: left !important;
}

@media (max-width: 800px) {
    .ngg-gallery-thumbnail-box.ngg-5-columns,
    .ngg-gallery-thumbnail-box.ngg-6-columns,
    .ngg-gallery-thumbnail-box.ngg-7-columns,
    .ngg-gallery-thumbnail-box.ngg-8-columns,
    .ngg-gallery-thumbnail-box.ngg-9-columns,
    .ngg-gallery-thumbnail-box.ngg-10-columns,
    .ngg-gallery-thumbnail-box.ngg-11-columns,
    .ngg-gallery-thumbnail-box.ngg-12-columns,
    .ngg-gallery-thumbnail-box.ngg-13-columns,
    .ngg-gallery-thumbnail-box.ngg-14-columns,
    .ngg-gallery-thumbnail-box.ngg-15-columns,
    .ngg-gallery-thumbnail-box.ngg-16-columns,
    .ngg-gallery-thumbnail-box.ngg-17-columns,
    .ngg-gallery-thumbnail-box.ngg-18-columns,
    .ngg-gallery-thumbnail-box.ngg-19-columns,
    .ngg-gallery-thumbnail-box.ngg-29-columns {
        width: 25%;
    }
}

@media (max-width: 600px) {
    .ngg-gallery-thumbnail-box.ngg-4-columns,
    .ngg-gallery-thumbnail-box.ngg-5-columns,
    .ngg-gallery-thumbnail-box.ngg-6-columns,
    .ngg-gallery-thumbnail-box.ngg-7-columns,
    .ngg-gallery-thumbnail-box.ngg-8-columns,
    .ngg-gallery-thumbnail-box.ngg-9-columns,
    .ngg-gallery-thumbnail-box.ngg-10-columns,
    .ngg-gallery-thumbnail-box.ngg-11-columns,
    .ngg-gallery-thumbnail-box.ngg-12-columns,
    .ngg-gallery-thumbnail-box.ngg-13-columns,
    .ngg-gallery-thumbnail-box.ngg-14-columns,
    .ngg-gallery-thumbnail-box.ngg-15-columns,
    .ngg-gallery-thumbnail-box.ngg-16-columns,
    .ngg-gallery-thumbnail-box.ngg-17-columns,
    .ngg-gallery-thumbnail-box.ngg-18-columns,
    .ngg-gallery-thumbnail-box.ngg-19-columns,
    .ngg-gallery-thumbnail-box.ngg-29-columns {
        width: 33.33333%;
    }
}

@media (max-width: 400px) {
    .ngg-gallery-thumbnail-box.ngg-3-columns,
    .ngg-gallery-thumbnail-box.ngg-4-columns,
    .ngg-gallery-thumbnail-box.ngg-5-columns,
    .ngg-gallery-thumbnail-box.ngg-6-columns,
    .ngg-gallery-thumbnail-box.ngg-7-columns,
    .ngg-gallery-thumbnail-box.ngg-8-columns,
    .ngg-gallery-thumbnail-box.ngg-9-columns,
    .ngg-gallery-thumbnail-box.ngg-10-columns,
    .ngg-gallery-thumbnail-box.ngg-11-columns,
    .ngg-gallery-thumbnail-box.ngg-12-columns,
    .ngg-gallery-thumbnail-box.ngg-13-columns,
    .ngg-gallery-thumbnail-box.ngg-14-columns,
    .ngg-gallery-thumbnail-box.ngg-15-columns,
    .ngg-gallery-thumbnail-box.ngg-16-columns,
    .ngg-gallery-thumbnail-box.ngg-17-columns,
    .ngg-gallery-thumbnail-box.ngg-18-columns,
    .ngg-gallery-thumbnail-box.ngg-19-columns,
    .ngg-gallery-thumbnail-box.ngg-29-columns {
        width: 50%;
    }
}

/* ----------- Styling for Basic Thumbnail Simple Template September 2018 -----------*/

.ngg-galleryoverview.default-view {
    text-align: center;
    font-size: 0 !important;
    letter-spacing: 0 !important;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
    display:inline-block;
    float: none;
    vertical-align: middle;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
    background-color: transparent;
    border: none;
    margin: 0;
    margin-right: 0;
    position: relative;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 2px;
    box-shadow: none;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
    opacity: .8;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    margin: 0 auto;
    box-shadow: none;
    cursor: pointer;
}

.ngg-galleryoverview.default-view .slideshowlink {
    margin: 24px auto 0;
    text-align: center;
    text-transform: uppercase;
}

.ngg-galleryoverview.default-view .slideshowlink a {
    font-size: 13px;
    letter-spacing: .75px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    border: none;
}

.ngg-galleryoverview.default-view .slideshowlink a:hover {
    text-decoration: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* ----------- Gallery list (Carousel template) -------------*/

.ngg-galleryoverview ul li:before {
    content: '' !important;
}

.ngg-gallery-list {
    list-style-type: none;
    padding: 0px !important;
    text-indent: 0px !important;
}

.ngg-galleryoverview div.pic img {
    width: 100%;
	border: 0px;
	border-radius: 0px;
}

.ngg-gallery-list li {
    float: left;
    margin: 0 2px 0px 2px !important;
    overflow: hidden;
}

.ngg-gallery-list li a {
    border: 1px solid #CCCCCC;
    display: block;
    padding: 2px;
}

.ngg-gallery-list li.selected a {
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
    height: 40px;
    width: 40px;
}

li.ngg-next, li.ngg-prev {
    height: 40px;
    width: 40px;
    font-size: 3.5em;
}

li.ngg-next a, li.ngg-prev a {
    padding-top: 10px;
    border: none;
    text-decoration: none;
}

/** Caption view */
.ngg-caption-view-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/** Carousel view */
.ngg-basic-thumbnails-carousel {
    display: flex;
    justify-content: center;
}

.ngg-basic-thumbnails-carousel-list {
    display: flex;
    flex-wrap: wrap;
}

.ngg-galleryoverview.carousel-view .ngg-gallery-thumbnail img {
    max-width: 80px !important;
}