/*
 Theme Name: Jacobi Template
 Theme URI: http://dream-theme.com/the7/
 Description:  Jacobi Carbon Wordpress's Theme
 Author:       Ben Lloyd | Market New Media
 Author URI:   marketnewmedia.co.uk
 Template:     dt-the7
 Version:      2.0.0
 License:
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  The7-child
*/


 /* Removes Google ReCaptcha Tab */
.grecaptcha-badge {
  display: none!important;
  height: 0!important;
  z-index: -1!important;
}

/* /////////  LANGUAGE BAR STYLES  ///////// */

#page .masthead .header-bar.margin-top {
  padding-top: 35px!important;
  position: relative;
}

#page .masthead .header-bar #top_language_bar {
  background: grey!important;
  width: calc(100% - 60px)!important;
  padding: 2px 30px!important;
  display: flex!important;
  align-items: center!important;
  justify-content: flex-end!important;
  position: absolute;
  top: 0;
  left: 0;
}

#page .masthead .header-bar #top_language_bar a {
  color: lightgray!important;
  margin: 0 0 0 10px!important;
  text-decoration: none!important;
  font-family: "Noto Sans"!important;
  font-size: 12px!important;
}


/* /////////  END LANGUAGE BAR STYLES  ///////// */


.footer .wf-wrap .custom-menu a {
    color: #ffffff !important;
}


#bottom-bar {
    font-size: 6pt !important;
    font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
}


.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}


@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?lxgff2');
	src:url('fonts/icomoon.eot?#iefixlxgff2') format('embedded-opentype'),
		url('fonts/icomoon.ttf?lxgff2') format('truetype'),
		url('fonts/icomoon.woff?lxgff2') format('woff'),
		url('fonts/icomoon.svg?lxgff2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="iconmoon-"], [class*=" iconmoon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconmoon-arrow_drop_down:before {
    content: "\e90b";
}
.iconmoon-arrow-right:before {
    content: "\e90a";
}
.iconmoon-flash:before {
    content: "\e901";
}
.iconmoon-refresh:before {
    content: "\e902";
}
.iconmoon-pin:before {
    content: "\e903";
}
.iconmoon-world:before {
    content: "\e904";
}
.iconmoon-file-text:before {
    content: "\e601";
}
.iconmoon-folder-open-o:before {
    content: "\e905";
}
.iconmoon-folder-o:before {
    content: "\e909";
}
.iconmoon-industry:before {
    content: "\e906";
}
.iconmoon-twitter-square:before {
    content: "\e907";
}
.iconmoon-facebook:before {
    content: "\e908";
}
.iconmoon-file-text:before {
    content: "\e602";
}

.page-title, .fancy-header {
    grid-area: inherit !important;
}

.fancy-header .hgroup, .page-title .hgroup{
	overflow: inherit
}

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}



.tr-main * {
		box-sizing:border-box;
		font-family: 'Open Sans', sans-serif;
		}
	.tr-main h1 {
		text-align:center;
		}
	.tr-main h2 {
		margin-bottom:0 !important;
		}
	.tr-main > div  {
		margin-top:2em;
		float:left;
		width:100%;
		}
	.tr-block, .action-holder {
		background:#000;
		color:#fff;
		text-align:center;
		-webkit-transition: background-color 500ms ease-out 0;
    -moz-transition: background-color 500ms ease-out 0;
    -o-transition: background-color 500ms ease-out 0;
    transition: background-color 500ms ease-out 0;
		}
	.tr-block:hover, .action-holder:hover {
		background:#f60;
	-webkit-transition: background-color 500ms ease-out 0;
    -moz-transition: background-color 500ms ease-out 0;
    -o-transition: background-color 500ms ease-out 0;
    transition: background-color 500ms ease-out 0;
		}

	.section-1 .tr-block {
		padding:10em 0;
		width:49%;
		float:left;
		margin-left:2%;
		}
	.section-2 .tr-block, .section-3 .tr-block {
		width:24%;
		margin-left:1%;
		margin-bottom:1%;
		padding:5em 0;
		float:left;
		max-height:250px;
		font-size:0.6em;
		}
	.section-4 .tr-block {
		float:left;
		width:32%;
		margin-left:1%;
		}
	.section-1 .tr-block:first-child, .section-2 .tr-block:first-child, .section-3 .tr-block:first-child, .section-4 .tr-block:first-child {
		float:left;
		margin-left:0%;
		}
	.tr-holder {
		width:100%;
		float:left;
		}
	.tr-main {
		width:80%;
		margin:0 auto;
		text-align:center;
		}
	.tr-main a {
		text-decoration:none;
		}
	.tr-main img {
		max-width:100%;
		}
	.tr-main .action-holder {
		background:#000;
		padding:0 1em;
		}
	.tr-main .section-4 .tr-block {
		background:#eee;
		color:#000;
		}
	.tr-main .section-4 .tr-block h2 {
		color:#000;
		}
	.tr-main .section-4 .tr-block > p {
		padding:0 3em;
		}
	.tr-main .section-4 .tr-block .action-holder p {
		color:#fff;
		float:left;
		background:#000;
		width:100%;
		padding:0.3em 0;
		}
	.tr-main .tr-back-top {
		width:100%;
		float:left;
		}
	.tr-main .section-4 .tr-back-top {
		margin-top:1em;
		}
	.tr-stage {
		width:100%;
		float:left;
		}
	.tr-stage-20 {
		width:20%;
		float:left;
		padding:0.5em 0;
		background:#eee;
		}
	.tr-stage-20.tr-active {
		background:#f60;
		color:#fff;
		}
	.tr-stage-20.tr-used {
		background:#ccc;
		}
	.tr-main h2 {
		color:#fff;

		}
	.tr-main h2 {
		font-size:1.4em;
color:#fff;
		}
	.tr-main .section-2 .tr-block {
		padding:1em 0;
		}
	.tr-main .tr-stage-20 p {
		margin-bottom:0;
		}
	.tr-main .tr-stage-20.tr-used {
		color:#333;
		}



/**** PROVISIONAL STYLING ****/


.product_selector{
	padding: 0;
	position: relative;
}

.product_selector .filters{
	margin: 0;
	display: none;
	width: 20%;
	height: 100%;
	background-color: #f6f6f6;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.product_selector .results{
	display: table-cell;
    width: 80% !important;
}


.product_selector section.active{
	display: table-cell;
}

.product_selector .filters > span{
	border: 1px solid #d2d2d2;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    padding: 8px;
    text-align: center;
    width: 85%;
}

.product_selector .results > span{
	border: 1px solid #d2d2d2;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 1% 10px;
    padding: 14px;
    text-align: center;

}

.product_selector .results > span h1{
	font-size: 18px;
}

.product_selector .results > span p{
	font-size: 14px;
}

.product_selector section > span:hover{
	background-color: #fbfbfb
}


.product_selector section > span.selected{
	background-color: #eee;
}

.product_selector section.results > span{
	width: 31.33%;

}

.product_selector section.results > span.filtered{
	display: none;
}
.product_selector section.results > span:hover{
	background-color: transparent;
}

.product_selector section.results > span.show{
	display: inline-block;
}

.hide{
	display: none;
}

.filters-heading{
	position: relative;
	bottom: -1px;
	margin-bottom: 10px;
}

.filters-heading ul{
	display: block;
	margin: 0;
	padding: 0;
}

.filters-heading ul li{
	float: left;
	padding: 8px 13px;
	border: solid 1px #b4b4b4;
	list-style: none;
	width: 20%;
	border-right: none;
	margin: 0;
	text-align: center;
	background-color: #ededed;
}

.filters-heading ul li:first-child{
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.filters-heading ul li:last-child{
	border-right: solid 1px #c4c4c4;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;

}

.filters-heading ul li.active{
	background-color: #4c4c4c;
	color: white;
	border-color: #4c4c4c;
}

p#reset{
	background-color: #ff6600;
    border: 1px solid #df4600;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 10px 7.5%;
    padding: 13px 0;
    text-align: center;
    width: 85%;

}






.single-portfolio #main{
	padding: 50px 0 0;
}

.single-portfolio.single .project-content{
	margin-bottom: 0;
}



#canvas > svg{
	margin: 0 auto;
	display: table-caption;
}


.page-id-14319 .wpb_wrapper span{
	display: block;
	clear: both
}

.hr-thin, .list-divider li{
	margin: 20px 0;
}



.contact_page #canvas{
	margin-bottom: 30px;
}

.contact_page .vc_col-sm-4 a{
	display: block;
}


::-webkit-input-placeholder {
   color: #707070;
}

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

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

:-ms-input-placeholder {
   color: #707070;
}



#top-bar .wf-container-top, .header-bottom-bar .wf-container-top{
	padding: 4px 0 !important
}



















/* --------------------------------

Main Components

-------------------------------- */
.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}



@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* --------------------------------

xtab-filter

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #ff7835;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #ff7835;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #ff7835, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #ff7835;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #ff7835;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #ff7835;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

.searchandfilter ul {
    display: block;
}

.searchandfilter ul li {
    display: block;
    display: inline-block;
    /* /// EG Style /// */
    width: calc(20% - 20px);
    padding: 20px 10px;
    background: #ff6600;
    position: relative;
    /* //////////////// */
}


/* /// EG Style /// */

.mobile-main-nav > li > .sub-nav:last-child{
  margin-bottom: 0;
  margin-left: 0;
}

.mobile-main-nav .sub-nav > li > a {
  padding: 20px 0!important;
}

.mobile-main-nav .sub-nav > li > a::before {
  background-color: #8888881f;
}

.mobile-main-nav .sub-nav > li > a .menu-text {
  margin-left: 20px;
}

.container_eg {
  max-width: 1060px;
  margin: 0 auto;
}

.searchandfilter ul li.active-result {
  background: none;
}

.searchandfilter ul li.sf-field-search {
  top: 0px!important;
  padding: 18px 10px 22px;
}

.searchandfilter ul li input{
 margin: 0!important;
}

.searchandfilter ul li:last-child {
  float: right;
  padding: 0;
  width: fit-content;
  margin-top: 10px!important;
  background: none;
}

.searchandfilter ul li:last-child input {
  background: #ff6600;
}

.eg-custom-text {
  font-family: "Noto Serif", Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0 10px;
}
.eg-custom-text > a{
  font-family: "Noto Serif", Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  color: #ff6600;
}

.eg-custom-text > a:hover{
  color: #ff6600;
  text-decoration: underline;
}

.mainBackground {
  padding: 0 0 40px !important;
  background: none;
}

.cd-gallery li p, .cd-gallery li .waffle-revisions-container {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #3a3a3a;
  font-family: "Noto Sans";
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 10px;
}

.cd-gallery li a:nth-of-type(2) {
  display: none!important;
}
.cd-gallery li a span {
  font-size: 20px;
  font-weight: 900;
}

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

.chosen-container, .chosen-container .chosen-results li.active-result, .searchandfilter label, .sf-input-text  {
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    height: auto;
    padding: 7px;
    top: -2px;
    border-radius: 0.3em;
    border: none;
    background: white;
    font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif!important;
}

.chosen-container-single .chosen-drop .chosen-results li {
  font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif!important;
}

.sf-input-text {
    border-radius: 0.3em !important;
    background: white;
    border: none !important;
    font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif!important;
}

.chosen-container-single .chosen-single div b {
    top: 6px;
    position: relative;
}

.searchandfilter ul li:last-child input {
    float: right;
    text-transform: uppercase !important;
    border:none!important;
    letter-spacing: normal;
    font-size: 12px !important;
    padding: 0.2em 1em !important;
    height: inherit !important;
    min-height: 20px !important;
    line-height: 28px !important;
}

.searchandfilter ul li:last-child input{
  padding: 0.2em 1.5em !important;
  border-radius: 0!important;
  line-height: 24px !important;
  text-transform: capitalize!important;
}

.chosen-single span::before{
	font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
  padding: 0 0.5em 0 0;
  position: relative;
  top: 2px;
  display: none;
}

.chosen-container-active.chosen-with-drop .chosen-single{
	border: none !important
}

.sf-field-taxonomy-product_region .chosen-single span::before {
    content: "\e904";
}

.sf-field-taxonomy-product_industry .chosen-single span::before {
    content: "\e906";
    font-size: 1em;
	  top: 0px;
	  padding: 0 0.8em 0 0.2em;
}

.sf-field-taxonomy-product_application .chosen-single span::before {
    content: "\e901";
}

.sf-field-taxonomy-product_service .chosen-single span::before {
    content: "\e903";
}


/* --------------------------------

xgallery

-------------------------------- */
.products-container.wf-container {
    padding: 0;
    margin: 0;
}

.cd-gallery {
  width: 100%;
}

.cd-gallery ul{
	margin: 0;
}

.cd-gallery li {
  margin-bottom: 1.6em;
  position: relative
}

.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  display: inline-block;
  height: 1px !important;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}

.cd-gallery section{
	padding-bottom: 10px;
	display: block
}

/* /// EG Style /// */

.cd-gallery li {
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 20px 20px 30px;
  vertical-align: top;


}

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

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

  	.searchandfilter ul li {
	    display: block;
	    display: inline-block;
	    width: 100%;
	    padding: 20px 10px;
	}
	.searchandfilter select.sf-input-select{
		width: 100%
	}
	.cd-gallery li {
   		width: 100%;
     height: auto !important;
  	}

  .cd-filter form{
    padding: 20px !important;
  }
}

@media only screen and (min-width: 768px) {

  .cd-gallery ul {
    text-align: justify;
    line-height: 1.4em;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: calc(50% - 1%);
	  margin: 0.5%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 0 !important;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: calc(20% - 1%);
    margin: 0.5%;
    min-height: 250px;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

.page-template-list-products-europe #main{
	background-color: #ededed;
}

.page-template-list-products-europe #main li h4{
	font-size: 16px;
	font-weight: bolder
}

.page-template-list-products-europe #main li p{
	color: #222;
}

.full-width p{
	text-align: center;
	font-size: 25px;
	color: #222;
	padding: 0 15% 40px 15%;
}
/* --------------------------------

xfilter

-------------------------------- */
.filter{
	margin-bottom: 40px !important
}

#main.gray{
	padding: 0 0 40px !important
}

.full-width.orange{
	background-color: #ff7835;
	margin: 0 !important;
}

.full-width #main.description{
	padding: 50px 0 20px!important;
}

.full-width.orange #main{
	padding: 0;
}

.cd-filter {
  position: relative;
  top: 0;
  left: 100%;
  width: 100% !important;
  /* background: #ff7835; */
  z-index: 2;
  margin-bottom: 40px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    display: inline-block;
    padding: 0%;
    width: 100%;
    /* background-color: #ff7835; */
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("images/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #ff7835;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* --------------------------------

xcustom form elements

-------------------------------- */
.cd-filter-block {
  float: left;
    margin: 3% 1% 2%;
    width: 23%;
}
.cd-filter-block h4 {
  /* filter block title */
 	color: #9a9a9a;

	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding: 10px 0;
	position: relative;
	text-transform: uppercase;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
.no-touch .cd-filter-block h4:hover {

}

.cd-filter-content{
	position: relative;
}


.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  color: #666;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow: none;
	font-size: 14px !important;
	padding: 6px 10px;
	width: 100%;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #ff7835;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}

.cd-filter-block select {
	border-radius: 3px;
	cursor: pointer;
	font-size: 1.4rem;
	padding: 10px 10px 10px 35px;
	position: relative;
}
.cd-filter-block .cd-filters::after{
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 999999;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15.6px 9px 0 9px;
	border-color: black transparent transparent transparent;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("images/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #ff7835;
  background-color: #ff7835;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}


.text-area p span{
	height: 25px;
	overflow: hidden;
	background: url("images/select-arrow.png") no-repeat right #efefef;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.text-area select{
	background-color: #efefef;
    margin: 3px 0;
    padding: 2px 6px;
}

.text-area select option{
	font-size: 12px;
}













/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	background-color: rgba(0, 0, 0, 0.75);
    overflow-x: auto;
    overflow-y: scroll;
    z-index: 2147483647;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.gray{
	background-color: #ededed;
}

.iconmoon-arrow-right{
	bottom: 20px;
    right: 20px;
}

.iconmoon-file-text{
	bottom: 20px;
    left: 20px;
}


.cd-gallery li span{
	font-size: 18px
}

.cd-gallery li a{
	clear: none !important;
    display: block !important;
    float: left !important;
    margin: 0 20px 0 0;
    text-decoration: none;
    position: absolute;
    bottom: 25px;
    left: 20px;
}

img.ult-ih-image{
	opacity: 1 !important
}

/* border-bottom: 2px solid #ff7835; */
.cd-gallery ul li h4{
  border-bottom: 1px solid #3a3a3a;
  text-align: left;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}

.cd-gallery ul li span{
	display: block
}

.cd-gallery span a{

}





/****** form *****/

.wpcf7-form .wpb_column {
    padding: 0 10px 0 0 ;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
    border: none;
    border-bottom: solid 2px black;
    background-color: #fefefe;
}
.wpcf7-list-item {
    display: block;
}
.wpcf7-list-item.last {
    margin-bottom: 20px;
}
.wpcf7-form textarea {
    border: none;
    border-bottom: 2px solid black;
    background-color: #fefefe;
    margin-bottom: 20px;
    height: 8em;
    min-height: 5em;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="tel"]:focus {
    background: #fdfdfd;
}
form .vc_col-sm-6.wpb_column > .wpb_column:first-child {

}

form h3{
	margin: 25px 0 10px;
	font-weight: 900;
}

form h4{
	margin: 25px 0 10px;
}


/**** FILE TREE **/

.wpb_wrapper ul.jqueryFileTree:first-child > li {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    display: block;
    margin-bottom: 7px !important;
    padding: 0 !important;
}
.wpb_wrapper ul.jqueryFileTree > li a {
    padding: 7px 10px 7px 40px !important;
    font-size: 14px;
    color: #7b7b7b;
}
.jqueryFileTree li.directory > a {
    background: rgba(0, 0, 0, 0) url("images/folder-closed.png") no-repeat scroll 7px 8px !important;
}
.jqueryFileTree LI.expanded > a {
    background: rgba(0, 0, 0, 0) url("images/folder-open.png") no-repeat scroll 7px 8px !important;
}
.jqueryFileTree LI.directory {
    background-image: none !important;
}

.jqueryFileTree LI.wait {
	background: rgba(0, 0, 0, 0) url("../images/spinner.gif") no-repeat scroll right 7px center !important;
}

.jqueryFileTree LI.expanded > a {
    border-bottom: 1px solid #e9e9e9;
}

.content .rollover, .wpdm-download-link{
	display: none
}

.table-hover input[type="password"]{
	margin-top: 10px !important
}

body:not(.single-wpdmpro) section#text-4{
	display: none
}

section#text-4{
	background-color: white;
	padding: 0;
	width: 100%;
}





.wf-1-2, .wf-1-3{
	float: left;
	clear: none
}

.wrap-selector{
	padding: 50px 0;
}

.top-bar > .mini-widgets{
	z-index: 10;
	font-size: 12px;
}

.mini-widgets a span{
	margin: 0 7px;
}

.iconmoon-arrow-right{
	position: static !important
}


.industry select option.hide{
	display: none
}

.steps section {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 3% 2% 0;
    text-transform: uppercase;
    width: 100%;
}

.steps section h1{
	color: white;
	display: inline;
	padding-right: 10px;
}

.cd-filters span:first-child{
    left: 10px;
}

.industry span:first-child{
	font-size: 13px;
    left: 13px;
    top: 12px;
}

.cd-filters span{
	font-size: 20px;
    right: 10px;
    position: absolute;
    top: 12px;
    z-index: 90;
    pointer-events: none;
}

select {
	background-color: white;
	border: medium none white;
    box-shadow: 0 0 0 0 white inset;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

select[disabled] {
	background-color: #dddddd;
    border: medium none #d0d0d0;
    box-shadow: 0 0 0 5px #cacaca inset;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

}


.reset{
    color: #ffffff;
    position: absolute;
    right: 24px;
    top: 20px;
    cursor: pointer;
}

.reset span{
	font-size: 18px;
}

.rollover.dt-single-mfp-popup{
	display: none !important
}

.w3eden .btn-primary, .w3eden .flat-primary, .w3eden .flat-primary.btn-bordered:hover {
    background-color: #ff7835;
    color: #ffffff;
}

body .jqueryFileTree LI.wait {
    background: rgba(0, 0, 0, 0) url("images/ajax-loader.gif") no-repeat scroll right 19px top 9px !important;
}

UL.jqueryFileTree li:not(.expanded):hover {
    background-color: #f3e3d6 !important;
}

UL.jqueryFileTree LI.file{
	background-position: left 30px center;
}

UL.jqueryFileTree A:hover{
	background-color: rgba(0,0,0,0) !important
}

.wpb_wrapper div > ul.jqueryFileTree{
	margin-bottom: 50px !important;
}

.wpb_wrapper > .wait {
    background: rgba(0, 0, 0, 0) url("images/ajax-loader.gif") no-repeat scroll center center !important;
    display: block !important;
    opacity: 1 !important;
    height: 50px !important;
    margin-bottom: 50px !important;
}

@media (max-width: 765px) {
	UL.jqueryFileTree LI {
		white-space: normal !important;
	}
}


/** REQUEST FORM **/
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fefefe;
    box-shadow: 0 -4px 1px #f9f9f9 inset;
}

.wf-1-1{
	width: 100%;
}

.wf-1-1, .wf-1-2, .wf-1-3, .wf-1-4, .wf-2-3, .wf-3-4{
	clear: none;
    float: left;
    min-height: 1px;
}



.wpcf7-form h2{
	font: 300 22px/46px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    margin: -30px 0 20px;
    padding: 0;
}

.wpcf7-form h4{

}

.wpcf7-form .wf-container{
	margin: 0 !important;
}

.wpcf7-form [class^="wf-"], [class*=" wf-"] {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 15px;
}

.wpcf7-form input {

}

.wpcf7-form label{
	position: relative
}

.wpcf7-form label{
}


.contact-form-minimal input[type="text"], .contact-form-minimal input[type="tel"], .contact-form-minimal input[type="url"], .contact-form-minimal input[type="email"], .contact-form-minimal input[type="number"], .contact-form-minimal input[type="date"], .contact-form-minimal input[type="range"], .contact-form-minimal input[type="password"], .contact-form-minimal .dt-form input{
	border-radius: 0;
}

.wpcf7-form input[type="submit"]{
	width: 100%
}

.wpcf7-form img {
	max-width: 100%;
}

.wpcf7-form select{
	border: 1px solid #dddddd;
    height: auto;
    line-height: 0 !important;
    margin-top: 23px;
    max-width: 100%;
    min-width: auto;
    padding: 7px;
}

.wpcf7-form label span select{
	margin: 0 !important
}

.description .button {
    background-color: #3e3e3e !important;
    border: 2px solid #3e3e3e !important;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block !important;
    font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    margin: 5px;
    padding: 5px 20px;
    text-align: center;
    transition: all 200ms ease 0s;
}

.description .button:hover {
    background-color: #ffffff !important;
    color: #3e3e3e !important;
    top: 0 !important;
    transition: all 200ms ease 0s;
}

.description .button span {
    border-right: 1px solid #6d6d6d;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 9px 15px 9px 0;
    text-align: center;
    font-size: 17px;
}

.description .button:hover span {
    color: #3e3e3e !important;
}

.description h2 {
    text-align: center;
}

/** MODAL **/

.modal{
	position: fixed;
	left: 20px;
	background: white;
	border-radius: 4px;
	width: 320px;
	padding: 20px 25px;
	z-index: 90;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 4px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px 3px rgba(0,0,0,0.2);
	/* No visible */
	opacity: 0;
	bottom: 10px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.modal.visible{
	bottom: 25px;
	opacity: 1;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.modal .close_modal{
	cursor: pointer;
    height: 50%;
    line-height: 4em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 10%;
    border-left: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
}

.modal .close_modal:hover{
	background-color: #ededed;
}

.modal .link_modal{
	cursor: pointer;
    height: 50%;
    line-height: 4em;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
    width: 10%;
    text-decoration: none;
    border-left: solid 1px #cfcfcf;
}

.modal .link_modal:hover{
	background-color: #ededed;
}


.modal img{
	clear: none;
    float: left;
    width: 40%;
}

.modal h1{
	box-sizing: border-box;
    clear: none;
    float: left;
    font-size: 14px;
    line-height: 1.25em;
    margin: 0;
    padding: 0 20px;
    width: 50%;
    font-weight: 500
}

.modal h2{
	box-sizing: border-box;
    clear: none;
    float: left;
    font-size: 14px;
    line-height: 1.25em;
    margin: 0;
    padding: 0 20px;
    width: 50%;
    font-weight: 100
}

.modal a, .modal a *{
	color: #777777
}



.questionnaire {

}

.questionnaire .row {
	background: #fafafc;
	padding: 0px 50px 40px;
	margin-bottom: 30px;
	border: solid 1px #e3e3e3;
	border-radius: 3px;
}

.questionnaire h1{
	border-bottom: 2px solid #ff7835;
    color: #ff7835;
    display: block;
    font: 300 32px/46px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    margin: 0 0 30px;
    padding: 30px 0 8px;
    width: 100%;
}

.questionnaire label{
	text-align: right;
	width: 100%;
	display: block;
}

.questionnaire .vc_col-sm-12 label{
	text-align: left;
}

.questionnaire br{
	display: block
}

.questionnaire input[type="text"], .questionnaire input[type="email"], .questionnaire input[type="tel"], .questionnaire textarea{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fdfdfc !important;
    border: solid 1px #cdcdcd !important;
}

.w3eden a:focus, .w3eden a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.top-bar{
	display: flex
}

.left-widgets.mini-widgets {
    flex: 8;
}

.right-widgets.mini-widgets {
    flex: 2;
    display: flex;
}

.right-widgets.mini-widgets > div {
	flex: 1
}

#bottom-bar-wide{
	width: 100% !important
}

#footer.solid-bg {
    padding-bottom: 0em;
}

#bottom-bar-wide{
	position: relative !important;
	bottom: 0;
	height: auto;
}

#main, .footer, #bottom-bar-wide{
	grid-area: inherit !important;
}

.gfield_label {
    display: none !important;
}

footer .gform_wrapper textarea.medium {
    height: 130px;
}

.gform_wrapper .gform_footer{
    margin: 0;
    width: 50%;
    display: grid;
}

.gform_wrapper textarea.medium {
    height: 108px;
    width: 100%;
}



/**** Slider Header Font Fix  ****/

/* .strapline {
    font-family: 'IndustrialGothicW01-Single' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 60px;
} */

/**** Extra BL Styling  ****/


/**** About AC Page Tweaks  ****/

.details {
    font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 13px!important;
    color: #3a3a3a;
}

/**** Sustainability Page Tweaks  ****/

.sustainability-headers {
font: normal 18px / 24px "Noto Sans", Helvetica, Arial, Verdana, sans-serif !important;
margin-top:10px;
    font-weight: 700!important;
    letter-spacing: 1px;
    colour: #3a3a3a;

}

.home-products-description {
  line-height: 12px !important;
}

/**** Fix Blog Feed Link  ****/
.post-details.details-type-link {
    font: normal 12px / 18px "Noto Sans", Helvetica, Arial, Verdana, sans-serif !important;
    font-weight: 700!important;
    margin-top:0px!important;
}

.blog-content .entry-meta, .portfolio-categories {
    padding: 0 0 10px;
        padding-top: 1px!important;
        padding-right: 0px;
        padding-bottom: 1px!important;
        padding-left: 0px;
}

.post .entry-title a {
font: normal 18px / 22px "Noto Sans", Helvetica, Arial, Verdana, sans-serif !important;
    font-weight: 700 !important;
    margin-top:6px !important;

}

.entry-meta {
    margin-bottom: 10px !important;
}


/**** EG STYLING ****/

.mini-widgets {
  display: none!important;
}

.menu-close-toggle {
  top: 50px;
  left: 60%!important;
}

.close-line-wrap {
  width: 30px!important;
  height: 30px!important;
}

.close-line {
  width: 30px!important;
  height: 5px!important;
}

#primary-menu {
 margin-left: -25px;
 margin-top: 75px;
}

.main-nav > li > a {
  padding: 12px 0px 12px 50px;
  margin: 0;
}

.sub-nav > li > a {
  padding: 12px 10px 12px 40px!important;
}

.menu-item-language > .sub-nav {
  padding: 0;
  margin-top: 1px;
  margin-bottom: -1px;
}

.menu-item-language-current a.not-clickable-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #efefef;
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  z-index: 999;
}

.menu-item-language > .sub-nav > li .menu-item-text span {
  font: 16px / 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #888888;
}

.menu-item-language > .sub-nav > li > a {
  padding: 12px 10px 12px 40px!important;
}

.custom-menu .current_page_item > a {
    background: #ff6600;
}

@media only screen and (min-width: 1200px) {

  .main-nav > li > a:hover, .current-menu-parent > a, .current_page_item > a, .dt-hovered, .dt-mega-menu-wrap > .sub-nav > li > a:hover, .menu-item-language > .sub-nav > li > a:hover {
    background: #ff6600;
  }

  .main-nav > li > a .menu-text {
    font: normal 14px / 22px "Noto Sans", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 1px;
  }

  .main-nav > li > a:hover .menu-text, .current_page_item > a .menu-text ,.current-menu-parent > a .menu-text, .dt-hovered > a .menu-text, .dt-mega-parent > a:hover .menu-text, .menu-item-language > .sub-nav > li:hover .menu-item-text span{
    color: white!important;
  }

}

.dt-mega-menu-wrap {
  width: auto!important;
  top: -45px!important;
  height: 100vh;
  padding: 0!important;
  width: 100%;
  min-width: 330px!important;
}
.dt-mega-menu-wrap:before {
  content: "";
  position: absolute;
  top: -250px;
  height: 250px;
  background-color: #4d4d4d;
  width: 100%;
  left: 0;
}
.dt-mega-menu-wrap > .sub-nav {
  flex-direction: column;
  top: 0px!important;
}

.sub-nav > li > a::before {
  content: "";
  position: absolute;
  top: -1px;
  height: 1px;
  background-color: #999999;
  width: 100%;
  left: 0;
}

.sub-nav > li > a {
  color: #999999!important;
}

.sub-nav > li {
  padding: 0!important;
  position: relative;
  width: 100%!important;
}

@media only screen and (max-height: 800px) {

  .main-nav > li > a {
    padding: 6px 0px 6px 50px;
    margin: 0;
  }

  .main-nav > li > a .menu-text {
    font: normal 12px / 22px "Noto Sans", Helvetica, Arial, Verdana, sans-serif!important;
    letter-spacing: 1px;
  }

  .sub-nav > li > a {
    padding: 6px 10px 6px 40px!important;
  }

  .main-nav .sub-nav > li.dt-mega-parent > a .menu-text {
    font: 14px / 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  }

  .dt-mega-menu-wrap > .sub-nav {
    flex-direction: column;
    top: 12px!important;
  }

}

.features-box > .wpb_wrapper ul {
  padding: 30px 30px 30px 50px;
  margin: 0;
  background: rgba(255, 105, 29, 0.05);
}

.features-box > .wpb_wrapper ul > li{
  color: #ff6600;
  margin-bottom: 1rem;
  font: normal 12px / 18px "Noto Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
}

.features-box > .wpb_wrapper h4 {
  text-align: center;
  margin: 0;
  background: #ff6600;
  color: white;
  padding: 10px 0;
  font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.eg-custom-textBox > .wpb_wrapper > p {
  font: normal 16px / 18px "Noto Serif", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 15px;
}

/*
.eg-custom-size .wpb_wrapper p span{
  font: normal 12px / 16px "Noto sans", Helvetica, Arial, Verdana, sans-serif!important;
} */

/*** EG GERMAN APPLICATION FORM STYLES ****/

/* #input_21_12,
#input_22_12,
#input_23_12,
#input_24_12,
#input_25_12,
#input_26_12,
#input_27_12,
#input_28_12,
#input_29_12,
#input_30_12,
#input_31_12,
#input_33_12,
#input_34_12 {
  width: 50%!important;
} */

#input_21_12_6_container,
#input_22_12_6_container,
#input_23_12_6_container,
#input_24_12_6_container,
#input_25_12_6_container,
#input_26_12_6_container,
#input_27_12_6_container,
#input_28_12_6_container,
#input_29_12_6_container,
#input_30_12_6_container,
#input_31_12_6_container,
#input_33_12_6_container,
#input_34_12_6_container {
  width: 100%!important;
  padding: 0!important;
}

#input_21_12_6,
#input_22_12_6,
#input_23_12_6,
#input_24_12_6,
#input_25_12_6,
#input_26_12_6,
#input_27_12_6,
#input_28_12_6,
#input_29_12_6,
#input_30_12_6,
#input_31_12_6,
#input_33_12_6,
#input_34_12_6 {
  color: #c4c6ca;
  border: solid 1px;
  padding: 5px;
  border-color: rgba(173,176,182,0.3);
  background-color: #fcfcfc;
  border-radius: 0px;
}

#input_21_12_6 option,
#input_22_12_6 option,
#input_23_12_6 option,
#input_24_12_6 option,
#input_25_12_6 option,
#input_26_12_6 option,
#input_27_12_6 option,
#input_28_12_6 option,
#input_29_12_6 option,
#input_30_12_6 option,
#input_31_12_6 option,
#input_33_12_6 option,
#input_34_12_6 option {
   color: #c4c6ca;
}
#input_21_12_6 select:not(:checked),
#input_22_12_6 select:not(:checked),
#input_23_12_6 select:not(:checked),
#input_24_12_6 select:not(:checked),
#input_25_12_6 select:not(:checked),
#input_26_12_6 select:not(:checked),
#input_27_12_6 select:not(:checked),
#input_28_12_6 select:not(:checked),
#input_29_12_6 select:not(:checked),
#input_30_12_6 select:not(:checked),
#input_31_12_6 select:not(:checked),
#input_33_12_6 select:not(:checked),
#input_34_12_6 select:not(:checked) {
   color: #c4c6ca;
}


/**** EG FOOTER MENU STYLING ****/

.widget .widget-title {
  font-weight: 800;
  font-size:13px!important;
  letter-spacing: 1px;
  text-transform: uppercase!important;
  font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif!important;
}

.footer .widget, .footer {
    font-size: 15px;
    line-height: 22px;
}

#footer .wf-wrap .wf-container-footer .textwidget p {
    font-style: normal!important;
    letter-spacing:normal!important;
}

.footer .widget-title {
    border-bottom: 1px solid #ffff;
}

.footer .widget-title {
    border-bottom: 1px solid #aeaeae!important;
}

footer .widget_presscore-custom-menu-one .custom-menu li {
  margin: 0;
  padding: 3px 0 0;
  border: 0;
}

footer .widget_presscore-custom-menu-one .custom-menu {
  margin-top: 0!important;
}

footer .widget_presscore-custom-menu-one .custom-menu > li a{
  padding-left: 0!important;
  text-transform: unset!important;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
}

footer .widget_presscore-custom-menu-one .custom-menu li a{
 color: #aeaeae!important;
 font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif!important;
 letter-spacing:normal!important;
}

footer .widget_presscore-custom-menu-one .custom-menu li a:hover{
  color: #fff!important;
}

/**** EG FOOTER LANGUAGE MENU STYLING ****/

footer .widget_presscore-custom-menu-one .custom-menu li {
  margin: 0;
  padding: 3px 0 0;
  border: 0;
  border-color: transparent !important;
}

footer .widget_presscore-custom-menu-one .custom-menu li {
  margin-top: 0!important;
}

footer .widget_presscore-custom-menu-one .custom-menu li:first-child {
  border-top: none!important;
}

footer .widget_presscore-custom-menu-one .custom-menu > li a {
  padding-left: 0!important;
  text-transform: unset!important;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
}

footer .widget_presscore-custom-menu-one .custom-menu li a {
 color: #aeaeae!important;
 font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif!important;
 letter-spacing:normal!important;
}

footer .widget_presscore-custom-menu-one .custom-menu li a:hover {
  color: #fff!important;
}

/**** EG ACCORDION STYLING ****/

.eg-custom-accordion .wpb_wrapper .wpb_accordion_section .wpb_accordion_header>a{
  padding: 0 0 0 25px;
}

.eg-custom-accordion .wpb_wrapper .wpb_accordion_section .wpb_accordion_header>a span{
  font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 900;
  color: black;
}

.eg-custom-accordion .wpb_wrapper .wpb_accordion_section .wpb_accordion_content .wpb_text_column p {
  font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif;
  color: black;
  font-size: 10pt;
  line-height: 14pt;
}

.eg-custom-accordion .wpb_wrapper .wpb_accordion_section .wpb_accordion_content .wpb_text_column h4 {
  /* display: none; */
}

.eg-custom-accordion .wpb_wrapper .wpb_accordion_section .wpb_accordion_header>a:before,
.eg-custom-accordion .wpb_wrapper .wpb_accordion_section .wpb_accordion_header>a:after{
  left: 0!important;
}

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


/* CONTACT FORM STYLING - Ensure 'custom-contact-styles' is added to container where form is inside */

.custom-contact-styles .eg-custom-formStyles_wrapper {
	padding-left: 15px;	
}
.custom-contact-styles form .gform_fields .gfield input,
.custom-contact-styles form .gform_fields .gfield textarea,
.custom-contact-styles form .gform_fields .gfield textarea::placeholder,
.custom-contact-styles form .gform_fields .gfield input::placeholder,
.custom-contact-styles form .gform_fields .gfield input::-webkit-input-placeholder,
.custom-contact-styles form .gform_fields .gfield input::-moz-placeholder,
.custom-contact-styles form .gform_fields .gfield input::-ms-input-placeholder,
.custom-contact-styles form .gform_fields .gfield textarea::-moz-placeholder,
.custom-contact-styles form .gform_fields .gfield textarea::-ms-input-placeholder,
.custom-contact-styles form .gform_fields .gfield textarea::-webkit-input-placeholder {
	color: #525252!important;
  opacity: 1;
}

.custom-contact-styles form .gform_fields .gfield select {
	color: #aaaaaa!important;
}

.custom-contact-styles form .gform_fields .gfield .gfield_consent_label {
	color: #525252;
}


/**** EG FORM STYLING ****/

/* /////////// GRAVITY FORM STYLING - FOOTER - DESKTOP - CLASSES /////////// */

.gform_wrapper form .gform_description {
    font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 10pt;
  }
  
  .gform_wrapper form ul.gform_fields li.gfield{
    margin-top: 0;
    margin-bottom: 1px;
  }
  
  .gform_wrapper form ul.gform_fields li ul {
    position: relative;
  }

li.gfield--type-consent {
	position: absolute;
	bottom: -80px;
	z-index: 999;
}
  
  li.gfield--type-html, .gfield_consent_label {
    font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 10pt;
  }

	footer li.gfield--type-html, footer .gfield_consent_label {
	  color: white;
	}
  
  .gform_wrapper form ul.gform_fields li.gfield .ginput_container{
    margin-top: 0;
  }
  
  .gform_wrapper form ul.gform_fields li.gfield input,
  .gform_wrapper form ul.gform_fields li.gfield textarea,
  .gform_wrapper form ul.gform_fields li.gfield select,
  .gform_wrapper form ul.gform_fields li.gfield select option{
    border: none;
    padding: 5px 4px 5px 20px!important;
    background: rgba(153, 153, 153, 1);
    margin-bottom: 6px;
    color: #848484;
    font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif!important;
    font-size: 13px!important;
  }
  
  .gform_wrapper form ul.gform_fields li.gfield select,
  .gform_wrapper form ul.gform_fields li.gfield select option{
    color: #878787;
  }

  .gform_wrapper form ul.gform_fields li.gfield select option { 
    background-color: #f9f9f9;
  }
  
  .gform_wrapper form ul.gform_fields li.gfield select {
    padding: 5px 4px 5px 20px!important;
    margin-bottom: 0px!important;
	margin-left: 0 !important;
  }
  
  .gform_wrapper form ul.gform_fields li.gfield textarea{
    padding: 10px 4px 5px 20px!important;
    width: calc(100% - 8px);
    max-height: 85px;
    position: absolute;
    bottom: -271px;
	z-index: 99;
  }
  
  .gfield--type-textarea {
	float: right;
    position: absolute!important;
    right: 0px;
    bottom: -45px;
  }
  
 .ginput_container_textarea .textarea {
    height: 85px;
  }
  
  footer .gform_wrapper form ul.gform_fields li.gfield input::placeholder,
  footer .gform_wrapper form ul.gform_fields li.gfield textarea::placeholder {
    color: white;
    font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 10pt;
  }
  
.gform_wrapper form .gform_footer input[type='submit'] {
    background: #ff6600;
    border: none;
    margin: 0 0 10px!important;
  }

.custom-contact-styles .gform_wrapper form .gform_footer input {
    background: #ff6600!important;
  }

.validation_message, .gfield_error {
	margin: 0!important;
	padding: 0!important;
	padding-right: 8px !important;
}

.gform_wrapper form .gform_footer {
    width: 100px;
    display: table;
    text-align: right;
    margin: 0 0 0 auto;
    padding: 0;
	position: relative;
	float: right;
    padding-right: 15px !important;
  }
  
  .gform_wrapper form .gform_description{
    color: #aeaeae;
    letter-spacing:normal!important;
  }

.gform_wrapper .ginput_container_consent input {
	accent-color: #F66500;
}
  
.eg-custom-formHeader {
    padding: 15px 15px 0;
}

.eg-custom-formHeader *{
	font-family: 'Noto Sans'!important;
	color: #7a7a7a!important;
}

.gform_confirmation_message {
	color: #7a7a7a;
}

.gform_confirmation_wrapper {
	font-family: 'Noto Sans';
    font-size: 22px;
    line-height: 1.6;
	font-weight: 600;
    width: 50%;
    margin-left: auto;
    min-height: 200px;
}

.gform-loader {
	width: 50px;
	height: 50px;
}
    

/* /////////// GRAVITY FORM STYLING - FOOTER - MOBILE+ - CLASSES /////////// */

  footer .gform_wrapper form ul.gform_fields li.gfield input,
  footer .gform_wrapper form ul.gform_fields li.gfield textarea,
  footer .gform_wrapper form ul.gform_fields li.gfield select,
  footer .gform_wrapper form ul.gform_fields li.gfield select option{
    color: white!important;
  }

  footer .gform_wrapper form ul.gform_fields li.gfield select option { 
    background-color: #999999;
  }

footer .gform_wrapper form ul.gform_fields li.gfield select,
  footer .gform_wrapper form ul.gform_fields li.gfield select option{
    color: #cccccc!important;
  }

footer .gform_wrapper form ul.gform_fields {
    position: relative;
  }

  footer .gform_wrapper form ul.gform_fields .gf_left_half {
    float: left;
    padding-right: 12px;
  }

  footer .gform_wrapper form ul.gform_fields .gf_right_half {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }

  footer .gform_wrapper form ul.gform_fields .gf_left_half .ginput_container,
  footer .gform_wrapper form ul.gform_fields .gf_right_half .ginput_container {
    margin: 0!important;
  }

  footer .gform_wrapper form ul.gform_fields li.gfield input,
  footer .gform_wrapper form ul.gform_fields li.gfield textarea,
  footer .gform_wrapper form ul.gform_fields li.gfield select{
    margin-bottom: 6px;
  }

  footer .gform_wrapper form {
    position: relative;
  }
  footer .gform_wrapper form ul.gform_fields .gfield--type-textarea {
	left: 33.3%;
    top: 46px;
  }
  footer .gform_wrapper form ul.gform_fields .textarea {
    height: 85px;
    max-height: 85px!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: unset;
  }

footer .instruction {
	display: none;
}

  footer .gform_wrapper form ul.gform_fields li.gfield{
    padding-right: 8px;
	  margin-bottom: 2px!important;
  }

  footer .gform_wrapper form ul.gform_fields li.gfield--input-type-html.gf_middle_third.gfield_html {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }

footer .gform_wrapper form ul.gform_fields li.gfield--type-number {
	position: relative;
	left: 33.3%;
}

  footer .gform_wrapper form ul.gform_fields li.gfield select{
    padding: 5px 4px 5px 20px!important;
    margin-bottom: 4px!important;
    margin-top: 0;
  }

footer .gform_wrapper form .gform_footer input {
    margin: 0 8px 0 0!important;
  }

	footer .gform_wrapper {
		width: calc(100% + 8px);
		max-width: calc(100% + 8px);
	}

footer .gform_wrapper form .gform_footer {
    padding-right: 8px !important;
}

footer .gform_confirmation_wrapper {
	width: 100%;
}
@media only screen and (max-width: 640px) {
	.gform_confirmation_wrapper {
		width: 100%!important;
	}
	
	footer .gform_wrapper form ul.gform_fields .gfield--type-textarea {
		left: unset!important;
		top: unset!important;
	  }
	
	footer .gform_wrapper form ul.gform_fields li.gfield--type-number {
		position: relative;
		left: unset!important;
	}
	
	.custom-contact-styles .eg-custom-formStyles_wrapper {
		padding-left: 0;	
	}
	
	footer .gfield--type-html.field_validation_below {
		display: none!important;
	}
	
	footer .gform_wrapper form ul.gform_fields li.gfield.gfield--type-textarea 		{
		height: 0;
		margin: 0!important;
		width: 100%;
	}
	
	footer .gfield--type-textarea {
		float: unset;
		position: unset;
		right: unset;
		bottom: unset;
	}
	
	footer .gform_wrapper form ul.gform_fields li.gfield textarea {
		padding: 10px 4px 5px 20px !important;
		width: calc(100% - 8px);
		max-height: 127px!important;
		height: 127px;
		position: absolute;
		top: 90px;
		z-index: 99;
	}
	
	footer .gform_wrapper form ul.gform_fields li.gfield.gfield--input-type-number {
		position: absolute;
    	bottom: -185px;
	    width: 100%;	
	}
	
	footer .gform_wrapper form ul.gform_fields li.gfield.gfield--type-consent {
	    position: absolute;
	    bottom: -275px;
	}
		
	footer .gform_footer {
		width: 120px;
		display: table;
		text-align: right;
		margin: 220px 0 0 auto!important;
		padding: 0;
	}
	
}

/* EG - New Styling - 13/11/21 */

#mCSB_1 {
  display: block!important;
}

.header-bar .mini-widgets {
  display: flex!important;
  flex-direction: column;
}

.header-bar .mini-widgets .mini-search{
  margin: 1px;
  width: 100%;
}

.header-bar .mini-widgets .mini-search .searchform input.field, .mobile-header-bar .mobile-mini-widgets .mini-search .searchform input.field{
  font: normal 14px / 22px "Noto Sans", Helvetica, Arial, Verdana, sans-serif!important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 24px;
  width: 100%;
  background: none!important;
}

.header-bar .mini-widgets .soc-ico {
  margin-left: 20px!important;
}

.header-bar .mini-widgets .soc-ico a {
  width: 30px!important;
  height: 30px!important;
  margin: 0 5px!important;
  line-height: 30px!important;
}

.header-bar .mini-widgets .soc-ico a .soc-fone-icon {
  font-size: 20px!important;
  line-height: 36px!important;

}
.header-bar .mini-widgets .soc-ico a::before, .header-bar .mini-widgets .soc-ico a::after {
  width: 30px!important;
  height: 30px!important;
}

.mobile-mini-widgets-in-menu {
  padding: 0;
}

.mobile-mini-widgets-in-menu .mini-search{
  margin: 1px;
  width: 100%;
  border-top: 1px solid rgba(136,136,136,0.12);
  padding-top: 10px;
}

.header-bar .mini-widgets .mini-search .search-icon {
  left: 0;
}

.mobile-mini-widgets-in-menu .mini-search .search-icon {
  left: -22px;
  padding-top: 5px;
}

.mobile-mini-widgets-in-menu .soc-ico{
  margin-left: 0!important;
  margin: 17px 20px 5px 0;
}

.mobile-mini-widgets-in-menu .soc-ico a {
  width: 36px!important;
  height: 36px!important;
  margin: 0 5px!important;
  line-height: 36px!important;
}

.mobile-mini-widgets-in-menu .soc-ico a .soc-fone-icon {
  font-size: 20px!important;
  line-height: 36px!important;
}
.mobile-mini-widgets-in-menu .soc-ico a::before, .mobile-mini-widgets-in-menu .soc-ico a::after {
  width: 36px!important;
  height: 36px!important;
  background-color: white!important;
}

.soc-ico a:hover::before, .soc-ico a:hover::after {
  box-shadow: inset 0px 0px 0px 1px #999999!important;
}

.masthead .mini-widgets .soc-ico a:hover .soc-font-icon, .mini-widgets .soc-ico a:hover .soc-fone-icon {
  color: #999!important;
}

.mobile-mini-widgets-in-menu .mini-search .searchform input.field{
  font: normal 18px / 22px "Noto Sans", Helvetica, Arial, Verdana, sans-serif!important;
  text-transform: capitalize;
  padding-left: 0; 
  width: 100%;
  background: none!important;
}

.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0!important;
}

.gfield_validation_message {
    display: none!important;
}

.gfield_error textarea.textarea {
	width: calc(100% - 8px)!important;
}

@media only screen and (max-width: 640px) {
  #field_145_4 { display: none; }
}

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

@media only screen and (min-width: 768px){
	
	.eg-custom-formStyles_wrapper form > .gform_body > ul.gform_fields li.gfield.gfield--type-consent,	
	.eg-custom-formStyles form > .gform_body > ul.gform_fields li.gfield.gfield--type-consent {
      bottom: 22.5px!important;
	}
}

@media only screen and (min-width: 640px){

  #mCSB_1 {
    display: block!important;
  }

  .eg-custom-formHeader {
    width: calc(50% - 82px);
    position: absolute;
    z-index: 10;
    margin-bottom: 0;
    height: 114px;
  }

	.eg-custom-formStyles_wrapper form > .gform_body > ul.gform_fields,
  .eg-custom-formStyles form > .gform_body > ul.gform_fields{
      display: flex;
	  flex-wrap: wrap;
      flex-direction: row;
      position: relative;
      justify-content: flex-end;
      align-items: flex-end;
	  width: 55%;
  }
	
	.eg-custom-formStyles_wrapper form > .gform_body > ul.gform_fields {
		width: 100%;
	}

	..eg-custom-formStyles_wrapper form,
  .eg-custom-formStyles .gform_wrapper form,
  .eg-custom-formStyles form{
    position: relative;
  }

	.eg-custom-formStyles_wrapper form,
  .eg-custom-formStyles form{
    padding: 0!important;
  }
	.eg-custom-formStyles_wrapper form > .gform_body,
	.eg-custom-formStyles .gform_wrapper form > .gform_body {
		display: flex;
    	justify-content: right;
	}

  .eg-custom-formStyles_wrapper form > .gform_body > ul li.gfield,
	.eg-custom-formStyles .gform_wrapper form > .gform_body > ul li.gfield,
  .eg-custom-formStyles form > .gform_body > ul.gform_fields li.gfield{
    width: 50%;
  }

	  .eg-custom-formStyles_wrapper form > .gform_body > ul.gform_fields li.gfield--type-textarea.gfield--input-type-textarea textarea,
  .eg-custom-formStyles form > .gform_body > ul.gform_fields li.gfield--type-textarea.gfield--input-type-textarea textarea {
    height: 150px !important;
    max-height: unset;
    width: 100%;
  }
  .eg-custom-formStyles_wrapper form > .gform_footer,
	.eg-custom-formStyles .gform_wrapper form > .gform_footer {
    width: 120px;
    display: grid;
    /* position: absolute; */
    margin: 0 0 0 auto;
    bottom: 0;
    right: 0;
    justify-content: unset;
  }
	.eg-custom-formStyles_wrapper form > .gform_footer,
  .eg-custom-formStyles form > .gform_footer {
    width: 80px;
    padding: 0;
    margin: -30px 0 0 auto;
  }

.custom-contact-styles .eg-custom-formStyles_wrapper form > .gform_footer {
        width: 80px;
        padding: 0;
        margin: -20px 35px 0px auto !important;
	}
	
  .eg-custom-textPadding {
    padding-right: 70px;
  }

  .eg-custom-formStyles_wrapper form > .gform_body > ul.gform_fields li.gfield .ginput_container,
	.eg-custom-formStyles form > .gform_body > ul.gform_fields li.gfield .ginput_container{
    margin-top: 2px!important;
  }
	  .eg-custom-formStyles_wrapper form > .gform_body > ul.gform_fields li.gfield .ginput_container_number input,
.eg-custom-formStyles form > .gform_body > ul.gform_fields li.gfield .ginput_container_number input { 
    width: 100%;
  }

	.eg-custom-formStyles_wrapper form > .gform_body > ul.gform_fields li.gfield.gfield--type-textarea,
	.eg-custom-formStyles form > .gform_body > ul.gform_fields li.gfield.gfield--type-textarea {
		position: unset!important;
		bottom: unset;
		right: unset;
		width: 100%;
	}

	.eg-custom-formStyles_wrapper form > .gform_body > ul.gform_fields li.gfield.gfield--type-textarea textarea,
	.eg-custom-formStyles form > .gform_body > ul.gform_fields li.gfield.gfield--type-textarea textarea{
		position: unset;
		width: 100%;
	}
	.eg-custom-formStyles_wrapper form > .gform_body > ul.gform_fields li.gfield.gfield--type-consent,	
	.eg-custom-formStyles form > .gform_body > ul.gform_fields li.gfield.gfield--type-consent {
      position: absolute;
      bottom: -7.5px;
      left: 0;
	width: 100%;
	}
	
  .eg-custom-formStyles_wrapper form ul.gform_fields li.gfield select,
.eg-custom-formStyles .gform_wrapper form ul.gform_fields li.gfield select {
		margin-bottom: 6px!important;
	  }
	
	.custom-contact-styles .eg-custom-formStyles_wrapper form > .gform_footer .gform_ajax_spinner {
		right: -50px;
	}
	
	.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, 
	.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
		width: calc(33.33% - 0px)!important;
	}

}

@media only screen and (max-width: 639px){
	.eg-custom-formStyles_wrapper form > .gform_body,
	.eg-custom-formStyles form > .gform_body {
		padding: 15px;
	}
	
	.eg-custom-formStyles_wrapper form > .gform_body .gfield--type-consent,	
	.eg-custom-formStyles form > .gform_body .gfield--type-consent {
		bottom: 70px;!important;
	}

	.eg-custom-formStyles_wrapper form > .gform_body .gfield--type-textarea,	
	.eg-custom-formStyles form > .gform_body .gfield--type-textarea {
		float: unset!important;
		position: unset!important;
		bottom: unset!important;
	}

	.eg-custom-formStyles_wrapper form > .gform_body .gfield--type-textarea textarea,
	.eg-custom-formStyles form > .gform_body .gfield--type-textarea textarea {
		position: unset!important;
		width: 100%!important;
	}
	
}

.gform_ajax_spinner {
  /* Animation to rotate continuously */
  animation: spin 1s linear infinite;
  padding: 0!important;
  height: 20px;
  width: 20px;
  position: absolute;
  right: -20px;
  top: 10px;
}

@keyframes spin {
  0%   { transform: rotate(0deg);   }
  100% { transform: rotate(360deg); }
}


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

#bu-description {
font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif !important;
font-weight: 300 !important;
}

#ceomessage {
font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif !important;
font-size: 14px !important;
font-weight: 700 !important;
}

/*/////// EG RESPONSIVE STUFF ///////*/

/*/////// EG New sidebar - container styling ///////*/
#main.sidebar-right .wf-container-main {
  max-width: 1140px;
  margin: 0 auto 0;
}

#sidebar .widget.widget_presscore-custom-menu-one {
  padding: 21px 0 0;
  background: none;
}

#sidebar .widget.widget_presscore-custom-menu-one .custom-menu {
  background: none!important;
}

#sidebar .widget.widget_presscore-custom-menu-one .custom-menu>li:first-child {
  /* border-top: solid 1px #D6D6D6!important; */
  border-top: solid 1px black!important;
}

#sidebar .widget.widget_presscore-custom-menu-one .custom-menu .current-menu-item a {
  color: white;
  width: calc(100% - 30px);
}

#sidebar .widget.widget_presscore-custom-menu-one .custom-menu > li {
  padding: 0;
  margin: 0;
  /* border-top: solid 1px #D6D6D6!important; */
  border-top: solid 1px black!important;
}

#sidebar .widget.widget_presscore-custom-menu-one .custom-menu > li a {
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  font-family: "Noto Sans", Helvetica, Arial, Verdana, sans-serif;
  letter-spacing:1px;
  line-height: 13px;
  padding: 20px 15px;
  color: black;
}

#sidebar .widget.widget_presscore-custom-menu-one .custom-menu > li a:hover{
  text-decoration: none;
}


@media only screen and (min-width: 768px) {

  .eg-mobile-responsive {
    margin-left: 45px!important;
    margin-right: 45px!important;
  }


  /* ///////////  MARGIN CONTROL - TABLET -> DESKTOP /////////// */

  .eg-mobile-responsive-cube {
    margin-right: 45px!important;
    margin-left: 45px!important;
  }

  .eg-mobile-responsive-square {
    margin-right: 60px!important;
    margin-left: 60px!important;
  }

  /*  Carousel  */

  .vc_custom_1594038460973 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .vc_custom_1594038460973 .wpb_column .vc_column-inner{
    padding-left: 22px!important;
    padding-right: 22px!important;
  }

  /* ///////////  END /////////// */

}

@media only screen and (max-width: 1200px) {
  .eg_flexible_response .vc_col-sm-6 {
    width: 100%;
  }
  .eg_flexible_response .vc_col-sm-3{
    width: 50%;
  }
  /* .eg-responsive-styles {
    left: 0;
  } */
}

@media only screen and (min-width: 768px) and (max-width: 940px){
  .eg_add_style .wpb_column {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
	
	.charleft {
		line-height: 0.3!important;
		color: transparent!important;
	}

footer .widget_presscore-custom-menu-one {
    padding: 0 15px!important;
  }

  .eg_flexible_response .vc_col-sm-6, .eg_flexible_response .vc_col-sm-3{
    width: 100%;
  }
  .eg_row_responsive {
    padding: 0px!important;
  }

  .vc_custom_1594038750887 {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }

  .vc_custom_1594038750887 .eg-responsive-styles .vc_column-inner {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }

  .vc_custom_1594032161499 {
    padding-left: 80px!important;
    padding-right: 80px!important;
  }

  .eg_row_responsive-special .vc_custom_1593619291991 {
    padding: 0 10px!important;
  }

  .eg-responsive-styles .vc_custom_1593594985260, .vc_custom_1594038354007 {
    margin-right: 0!important;
    margin-left: 0!important;
  }

  .eg-box-style-mobile-noMargin ul li {
    margin: 0!important;
  }

  .vc_column-inner.vc_custom_1593617081709 {
    padding-left: 22px!important;
    padding-right: 22px!important;
  }

  .vc_custom_1594132091189 .wpb_column .vc_column-inner {
    padding-left: 18px!important;
    padding-right: 18px!important;
  }

  .eg-box-style-mobile ul li {
    margin: 15px auto 40px!important;
  }

  .ult-ih-container.ult-adjust-bottom-margin {
    margin: 0 0 15px!important;
  }

  /* ///////////  MARGIN CONTROL - MOBILE /////////// */

  .eg-mobile-responsive-square {
    margin-right: 15px!important;
    margin-left: 15px!important;
  }

  .eg-mobile-responsive-cube {
    margin-right: 0px!important;
    margin-left: 0px!important;
  }

  /*  Carousel  */

  .vc_custom_1594038460973 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .vc_custom_1594038460973 .wpb_column .vc_column-inner{
    padding-left: 0!important;
    padding-right: 0!important;
  }

  /* /////////// END /////////// */

  .vc_custom_1594038848225 {
    width: 100%;
    left: -50px;
    position: relative;
  }

  .vc_custom_1594132091189 {
    margin-left: 0;
  }

  a.owl-prev {
    left: -50px!important;
  }

  a.owl-next {
    right: -50px!important;
  }

  .vc_custom_1594032161499 .wpb_column .vc_column-inner {
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .eg-responsive-styles .vc_column-inner {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }

  .vc_custom_1593617153439, .vc_custom_1593617153439 {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }

  .vc_custom_1593617153439 h2.vc_custom_heading:first-of-type{
    font-size: 42px!important;
  }

  #footer .wf-wrap {
    padding: 0 40px 0 40px!important;
  }

  #main > .wf-wrap {
    padding-right: 20px!important;
    padding-left: 20px!important;
  }

  .page-template-template-product-selector #main > .wf-wrap {
    padding-right: 30px!important;
    padding-left: 30px!important;
  }

  .eg-custom-size.vc_col-sm-4 {
    width: 130%;
    left: -15%;
  }
  .eg-custom-size {
    width: 130%;
  }

  body:not(.home) .wpb_column .vc_column-inner {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }

}



  /* ///////////  BL - SIDEBAR MENU CUSTOMISATION - JSA  /////////// */
  

.sidebar bg-under-widget dt-sticky-sidebar  {
bg-colour: #ffff!important;
}

/* JSA TITLES - If the screen size is 600px wide or less, set the font-size of <div> to 30px */

/* Hide scroll bars on menu */

/* Hide scrollbar for Chrome, Safari and Opera */
.header-scrollbar-wrap::-webkit-scrollbar, div#mCSB_1_scrollbar_vertical {
  display: none!important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.header-scrollbar-wrap, div#mCSB_1_scrollbar_vertical {
  -ms-overflow-style: none!important;  /* IE and Edge */
  scrollbar-width: none!important;  /* Firefox */
}

.eg-spaced-title {
letter-spacing: 1px !important;
}

.go-green-slider_wrapper {
	margin-top: 50px !important;
}

.go-green-slider
{
	margin-bottom: -50px !important;
}
