﻿/*
	Theme Name: Evac Chair Bespoke Theme
	Theme URI: http://bluestone98.com
	Author: Bluestone98
	Author URI: http://bluestone98.com
	Version: 1.0
	Text Domain: evacchair
*/

/* Global tweaks */
/* fix for BPOI login page button */
.page-template-page-bepart-login input[value="Send"]{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width:200px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 18px 12px 18px;
    min-width: 160px;
    line-height: normal;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
}
.roundedBtn {
    border-radius:1px!important;
}
/* Blank template */
.blank-template {padding:10em 0em 3em 0em;}

#container {
  overflow:unset!important;
}
.col60 {width:60%!important;}
.col40 {width:40%!important;}
@media screen and (max-width:1300px) {
  .col60,.col40 {
    width:50%!important;
  }
}
@media screen and (max-width:950px) {
  .col60,.col40 {
    width:100%!important;
  }
}
.heightLimit .col {
  max-height:500px;
}
.evacFeatures.grid {
    display:flex;
    flex-wrap:flex;
}
.evacFeatures.grid li {
    width:50%;
    border-top:1px solid #ccc;
    box-shadow:none;
}
.evacFeatures.grid li:nth-child(odd) {
    border-right:1px solid #ccc;
}
.roundedBtnBox {
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px;
    background: none!important;
}
.roundedBtnBox div {
    border-radius:0px;
    border:3px solid #1E92F0;
}
.roundedBtn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.darkGrayBg {
  background:#666666;
}
.lightGrayBg {
  background:#f0f4f5;
}
/* Homepage Master Content */
.twoColorBlocks .masterContent * {
    color:#454545;
}
@media screen and (min-width:950px){
    .twoColorBlocks .masterContent .Vcenter {
        padding-left:0;
    }
}
.madeinUK {
    float:none!important;
    margin:25px auto!important;
}
/* Homepage Product Block */
.productRange h2 {
    color:#454545;
    margin-bottom:0.7em;
}
.productRange .grid {
    margin:0;
    max-width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.productRange .grid:after {
    display:none;
}
.productRange .grid .col {
    padding:0;
    border:1px solid #ccc ;
    background:#ffffff;
    border-radius:0px;
    width:32%;
    margin-bottom:20px;
    transition:all 0.25s ease-in-out;
}
.productRange .grid .col:hover {
  transform:scale(1.03);
  border:1px solid #1E92F0;
}
.productRange .grid .col a {
    padding:50px 30px;
}
.productRange .grid .col a p {
    color:#454545;
}
.productRange .grid .col a h5 {
    color:#ce171f;
}
.productRange .grid .col a img {
  max-height:300px;
  margin:0 auto 40px;
}
.twoColorBlocks .col > div {
  padding:40px;
}
@media screen and (max-width:768px) {
    .home .productRange .grid .col {
        width:100%;
    }
}
/* Why block */
.evacFeatures.grid {
    display:flex;
    flex-wrap:flex;
}
.evacFeatures.grid li {
    width:50%;
    border-top:1px solid #ccc;
    box-shadow:none;
}
.evacFeatures.grid li:nth-child(odd) {
    border-right:1px solid #ccc;
}
/* Survey block */
@media screen and (min-width:950px) and (max-width:1300px) {
    .surveyWrap{
        padding:30px!important;
    }
    .surveyWrap p {
        font-size:14px;
        line-height:1.5em;
    }
}
.surveyImg {
}
.surveyHolder p,
.surveyHolder h2, {
    color:#ffffff;
}
.surveyHolder h2 span {
  color:#000000;
  text-decoration: underline;
}
.surveyHolder .roundedBtn {
  background-color: #ffffff;
  color:#454545!important;
  min-width:50%;
  padding:20px;
  font-size:1.5em;
}
.surveyHolder .roundedBtn strong {
    color:#ce171f;
}
/* Video Block */
.vidPlay {
  max-height:250px;
}
.featureTwoCol .col.videoBlock .Vcenter {
    padding:40px;
    background-color: #666666;
}
.featureTwoCol .col.videoBlock .Vcenter .roundedBtn {
    position:relative;
    transform:none;
    left:0;
    bottom:0;
}
/* Accent Colour */
.redBGBtn {
    background:#1E92F0;
    color:white!important;
}
.redBGBtn:hover {
    color:#1E92F0!important;
    background:white;
}
/* Masthead Menu */
.masthead-menu #google_language_translator select.goog-te-combo {
    color: #ffffff!important;
    font-size:14px;
    cursor:pointer;
}
.masthead-menu #google_language_translator:hover,
.masthead-menu #google_language_translator:hover .goog-te-combo,
.masthead-menu #google_language_translator:hover:before{
  background:#ffffff;
  color:#ce171f!important;
}
@media screen and (max-width:1500px) {
  .masthead-menu #google_language_translator select.goog-te-combo {
      font-size:12px!important;
  }
}
#google_language_translator,
#google_language_translator .goog-te-gadget,
#google_language_translator select.goog-te-combo{
    width:auto;
}
#google_language_translator {
    padding:0px 10px 0px 10px;
}

#google_language_translator:before {
    content: '\f319';
    font-family:'dashicons';
    font-size:1em;
    display:inline-block;
    color:#fff!important;
    z-index:99999;
    margin-right:5px;
    transform:translateY(2px);
}
#google_language_translator .goog-te-gadget {
    display:inline-block;
}
#google_language_translator select.goog-te-combo {
    padding:0 0 0 0!important;
    display:inline-block!important;
    font-family:'open-sans',sans-serif;
    margin:0 0 0 0!important;
    height:40px;
    line-height: 40px;
}
.masthead-menu {
  width:100%;
  background:#787878;
  color:#ffffff;
  border-bottom:1px solid #ce171f;
}
.masthead-menu .centerBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.masthead-menu .header-phone {
  flex-grow:1;
  flex:1;
  padding-right:10px;
}
.masthead-menu #mega-menu-wrap-secondary {
    width:auto;
}
.masthead-menu #menu-secondary-menu {
    list-style:none;
    display:flex;
    padding:0;
}
.masthead-menu #menu-secondary-menu li {
    list-style:none;
    margin:0 2em;
    padding:0;
}
.masthead-menu #menu-secondary-menu li:before {
    display:none;

}
.masthead-menu #menu-secondary-menu li a {
  color:#ffffff;
}
/* Header Container */
header {
  position:fixed;
  top:0;
  transition:background 0.25s linear;
}
.admin-bar header{
  top:32px;
}
header.ec-header {
  background:#241f20;
  border-bottom:1px solid #ccc;
}
header.ec-header.sticky-header {
  background:#241f20;
}
header .centerBlock {
  width:calc(100% - 200px);
  padding:0 0 0 0;
  margin:0 auto;
}
header .logo {
  width:auto!important;
  height:100px!important;
}
#container .coverImg {
    object-fit: cover;
    font-family: 'object-fit: cover';
    object-position:top;
}
#container .headerImg {
    background-color:#f0f4f5;
    border-bottom: 1px solid #ccc;
    overflow-y:hidden;
}
#container .headerImg .coverImg {
    margin-top:3em;
    object-fit: contain;
    font-family: 'object-fit: contain';
}
#container .headerImg * {
    color: #231f20;
}
.home #container .headerImg img {
    margin-top:1em;
}
.single-post #container .headerImg img.coverImg{
    object-fit:cover;
    object-position:center;
}
/* Primary Menu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  letter-spacing:0.03em;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.products-mega-menu ul.mega-sub-menu ul.mega-sub-menu {
    display:flex;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.products-mega-menu ul.mega-sub-menu ul.mega-sub-menu li .textwidget {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%!important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.products-mega-menu ul.mega-sub-menu ul.mega-sub-menu li p {
    font-size:1.3em;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.products-mega-menu ul.mega-sub-menu ul.mega-sub-menu li h3 {
    font-size:4em;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.products-mega-menu ul.mega-sub-menu ul.mega-sub-menu a {
    width:10%;
    min-width:250px;
}
/* FAQ menu */
.faqmenu {
    font-size:15em;
    color:#ce171f;
    font-weight:900;
    line-height:1.4em;
    text-align:center;
    display:block;
    height:1.5em;
    width:100%;
}
/* Header Phone number */
.header-phone {
  width:50%;
  height: 30px;
  font-size: 16px;
  padding:0px;
  margin:0px;
  text-align:right;
  line-height:2.5em;
}
.header-phone a {
  text-decoration:none;
  font-size:22px;
  font-weight:normal;
  letter-spacing:0.05em;
  font-family:'league-gothic','sans-serif';
  color:#ffffff;
}
/* Header search bar */
.header-search {
    width:15%;
}
.header-search form {
    width:100%;
    text-align:right;
}
.header-search form .screen-reader-text {
  display:none;
}
.header-search form div {
    width:auto;
    height:40px;
    padding:0 0 0 0;
    display:inline-block;
    padding-top:2px;
}
.header-search form div label {
    font-size:12px;
}
.header-search form div #s {
    font-size:12px;
    height:30px;
    border-left:1px solid #ce171f;
    border-right:0px solid #ce171f;
    border-top:1px solid #ce171f;
    border-bottom:1px solid #ce171f;
    padding:0 10px;
    border-radius:0px;
    background:#ffffff;
    margin-top:0px;
    color:#000000!important;
    width:calc(70% - 20px);
    font-family:'open-sans', sans-serif;
    transform:translateX(5px);
    display:inline-block;
}
.header-search form div #s:focus {
    color:#ce171f!important;
}
.header-search form div #searchsubmit {
    background:#ce171f;
    border-right:1px solid #ce171f;
    border-top:1px solid #ce171f;
    border-bottom:1px solid #ce171f;
    border-left:0px solid #ce171f;
    color:#ffffff;
    width:auto;
    text-decoration:none;
    font-family:'open-sans', sans-serif;
    text-align:center;
    padding:0 10px;
    height:30px;
    margin-top:5px;
    display:inline-block;
    width:calc(30%);
    font-size:12px;
}
.header-search form div #searchsubmit:hover  {
    border-right:1px solid #ce171f;
    border-top:1px solid #ce171f;
    border-bottom:1px solid #ce171f;
    border-left:0px solid #ce171f;
    background:#000000;
    color:#ffffff;
    cursor:pointer;
}

/* Banner Size tweaks */
.headerImg,
.home .headerImg {
    height:auto;
    padding:12em 0em 2em 0em;
}
.headerImg .centerBlock {
    width:100%;
}
.headerImg .centerBlock h1 {
    font-size:3em;
    line-height:0.9em;
}
.headerImg .centerBlock p {
    font-size: 0.9em;
    line-height:1.6em;
}
@media screen and (max-width:768px) {
  .headerImg,
  .home .headerImg {
      height:auto;
      padding:5em 0em 2em 0em;
  }
  .admin-bar .headerImg,
  .admin-bar.home .headerImg {
      height:auto;
      padding:7em 0em 2em 0em;
  }
  #wpadminbar{
    position:fixed;
  }
  .headerImg .centerBlock, .twoColorBlocks .col > div, .featureOverlay, .featureTwoCol .col:last-child > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .headerImg .centerBlock {
    width:100%;
  }
  #container .headerImg .coverImg {
    object-fit:cover;
    opacity:0.4;
  }
}
@media screen and (max-width:990px) {
    .headerImg {
        margin-top:0px;
    }

}
@media screen and (min-width:768px) and (max-width:768px) {
    .headerImg {
        margin-top:60px;
    }
    .headerImg img {
        object-position:right center!important;
        object-fit:contain!important;
    }
}
/* Homepage Banner */
.homebanner {
    height:630px!important;
    background-size:1920px 630px;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-color:#d7001e!important;
    padding-top:0px!important;
    padding-bottom:0px!important;
    margin-top:132px;
    overflow:hidden;
}
@media screen and (min-width:1646px) {
    .homebanner {
        margin-top:142px;
    }
}
@media screen and (max-width:980px) {
    .homebanner {
        margin-top:172px;
    }
}
@media screen and (max-width:950px) {
    .homebanner {
        margin-top:153px;
    }
}
@media screen and (max-width:767px) {
    .homebanner {
        margin-top:70px;
    }
}
.headerImg.homebanner .centerBlock {
    padding-right:0;
}
.headerImg.homebanner h1 {
    width:100%;
    margin-bottom:20px;
    padding-top:25px;
}
.headerImg.homebanner h1 .first-line,
.headerImg.homebanner h1 .second-line,
.headerImg.homebanner h1 .third-line{
    display:block;
}

.headerImg.homebanner h1 .header-white {
    color:white!important;
}
.headerImg.homebanner h1 .first-line {
    font-size:104px;
    line-height:0.6em;
}
/*.headerImg.homebanner h1 .first-line:after {
    content: "";
    display: inline-block;
    width: 100%;
    height:0%;
}*/
.headerImg.homebanner h1 .second-line {
    font-size:142px;
    line-height:1em;
}
/*.headerImg.homebanner h1 .second-line:after {
    content: "";
    display: inline-block;
    width: 100%;
    height:0%;
}*/
.headerImg.homebanner h1 .third-line {
    font-size:183px;
    line-height:0.65em;
}
/*.headerImg.homebanner h1 .third-line:after {
    content: "";
    display: inline-block;
    width: 100%;
    height:0%;
}*/
.headerImg.homebanner .centerBlock .roundedBtnBox {
    width:660px;
    display:block;
    padding:0;
}
.headerImg.homebanner .centerBlock .roundedBtnBox a {
    width:100%;
    padding:20px;
    text-transform:uppercase;
}
@media screen and (max-width:1702px) {
    .headerImg.homebanner .centerBlock .message-wrapper {
        transform:scale(0.9) ;
        transform-origin:0% 50%;
    }
    .headerImg.homebanner {
        height:620px!important;
        background-position:50% 50%;
    }
}
@media screen and (max-width:1580px) {
    .headerImg.homebanner .centerBlock .message-wrapper {
        transform:scale(0.8) ;
        transform-origin:0% 50%;
    }
    .headerImg.homebanner {
        height:620px!important;
        background-position:50% 50%;
    }
}
@media screen and (max-width:1400px) {
    .headerImg.homebanner .centerBlock .message-wrapper {
        transform:scale(0.8) ;
        transform-origin:0% 50%;
    }
    .headerImg.homebanner {
        height:500px!important;
        background-position:0% 50%;
        background-size:cover;
    }
}
@media screen and (max-width:1200px) {

    .headerImg.homebanner .centerBlock .message-wrapper {
        transform:scale(0.7);
        transform-origin:0% 50%;
    }
    .headerImg.homebanner {
        height:450px!important;
        background-position:10% 50%;
    }
}

@media screen and (max-width:1100px) {
    .headerImg.homebanner .centerBlock .message-wrapper {
        transform:scale(0.6);
        transform-origin:0% 50%;
    }
    .headerImg.homebanner {
        height:400px!important;
        background-position:50% 50%;
    }
}
@media screen and (max-width:1023px) {
    .headerImg.homebanner .centerBlock .message-wrapper {
        transform:scale(0.5) translateX(75px);
        transform-origin:0% 50%;
    }
    .headerImg.homebanner h1 {
      width:200%;
    }
    .headerImg.homebanner {
        height:350px!important;
        background-position:70% 50%;
    }
}
@media screen and (max-width:920px) {
    .headerImg.homebanner .centerBlock .message-wrapper {
        transform:scale(0.5) translateX(85px)  ;
        transform-origin:0% 50%;
    }
    .headerImg.homebanner {
        height:350px!important;
        background-position:70% 50%;
    }
}
@media screen and (max-width:890px) {

    .headerImg.homebanner .centerBlock .message-wrapper {
        transform:scale(0.45) translateX(85px) ;
        transform-origin:0% 50%;
    }
    .headerImg.homebanner {
        height:350px!important;
        background-position:70% 50%;
    }
}
@media screen and (max-width:840px) {
    .headerImg.homebanner .centerBlock .message-wrapper {
        transform:scale(0.5) translateX(85px) ;
        transform-origin:0% 50%;
    }
    .headerImg.homebanner {
        height:350px!important;
        background-position:30% 50%;
    }
}
@media screen and (max-width:720px) {
    .headerImg.homebanner {
        position:relative;
        overflow:hidden;
        width:100%;
    }
    .headerImg.homebanner .centerBlock {
        padding-right:0px;
        padding-left:0px;
        margin:0px;
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        height:400px;
        width:100%;
    }
    .headerImg.homebanner .centerBlock .message-wrapper {
        transform-origin:0% 45%;
    }
    .headerImg.homebanner {
        height:400px!important;
        background-size:cover;
        background-position:90%;
    }
    .headerImg.homebanner:after {
        content:'';
        width:100%;
        height:100%;
        display:block;
        background:rgba(215,0,30,0.86)
    }
}
@media screen and (max-width:400px) {
    .headerImg.homebanner .centerBlock .roundedBtnBox a {
      font-size:1.4em;
    }
    .headerImg.homebanner {
        height:300px!important;
        background:none;
    }
    .headerImg.homebanner .centerBlock {
        height:300px;
    }
    .headerImg.homebanner .centerBlock .message-wrapper {
        transform-origin:0% 25%;
        width:670px;
        position:absolute;
        left:50%;
        transform:scale(0.4)translateX(-50%);
    }
    .headerImg.homebanner {
        height:400px!important;
        background-size:cover;
        background-position:80%;
    }
    .headerImg.homebanner:after {
        content:'';
        width:100%;
        height:100%;
        display:block;
        background:rgba(215,0,30,0.86)
    }
}
/* Responsive */
@media screen and (max-width:768px) {
  .blank-template {padding:8em 0em 3em 0em;}
  .megaMenu {
    font-family:inherit;
    background-color:#222222;
  }
  .megaMenu li a{
      font-size:0.52em;
      line-height:0.5em;
  }
  .megaMenu li {
    padding:0 0 0.4em 0;
    border-bottom:1px solid #ccc;
  }
}
@media screen and (max-width:767px) {
  .showMobile {display:block!important;}
  .hideMobile {display:none!important;}
  .masthead-menu {display:none!important;}
  header .centerBlock {
    width:100%;
    background:none;
  }
}
@media screen and (min-width:768px) {
  .showMobile {display:none!important;}
  .hideMobile {display:block!important;}
}
@media screen and (max-width:1766px) {
  .header-search {
      width:20%;
  }
}
@media screen and (max-width:1646px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding:0px 10px 0px 10px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height:90px;
    line-height:90px;
  }
  header .logo {
    width:auto!important;
    height:90px!important;
  }
}
@media screen and (max-width:1500px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding:0px 10px 0px 10px;
  }
  .masthead-menu #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item a {
      font-size:12px!important;
  }
  .header-phone {
      font-size:15px;
  }
  .header-phone a {
      font-size:18px;
  }
}
@media screen and (min-width:1550px){
    .menu-item-extra-padding a {
        padding-left:25px!important;
        padding-right:25px!important;
    }
}

@media screen and (min-width:1360px) and (max-width:1500px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size:14px;
  }
        .menu-item-extra-padding a {
        padding-left:20px!important;
        padding-right:20px!important;
    }
}
@media screen and (max-width:1375px) {
  .header-phone {
    width:35%;
    font-size:12px;
    line-height:3.3em
  }
  .header-phone a {
    font-size:16px;
  }
  .header-search{
    width:25%;
  }
  .masthead-menu #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
    padding:0px 2px 0px 2px !important;
  }
}
@media screen and (max-width:1350px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding:0px 5px 0px 5px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height:90px;
    line-height:90px;
  }
  header .logo {
    width:auto!important;
    height:90px!important;
  }
}
@media screen and (max-width:1280px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size:13px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height:90px;
    line-height:90px;
  }
  header .logo {
    width:auto!important;
    height:90px!important;
  }
}
@media screen and (max-width:1230px) {
    .header-phone span {display:none;}
}
@media screen and (max-width:1200px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size:13px;
  }
  header .centerBlock {
    width:100%;
  }
  header .header-search {margin-right:20px;}
  header .main-menu-block {padding-right:20px;}
  #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item a.mega-menu-link:before {
    padding-left:10px;
  }
}
@media screen and (max-width:1100px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size:13px;
  }
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
    padding:0;
  }
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:first-child {
    padding-left:10px;
  }
}
@media screen and (max-width:980px) {
  .masthead-menu .centerBlock #mega-menu-wrap-secondary {
    width:100%;
    border-bottom:1px solid #ccc;
  }
  .masthead-menu .centerBlock .header-phone {
    text-align:left;
    padding-left:10px;
  }
  .header-phone span {display:inline-block;}
}
@media screen and (max-width:950px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height:70px;
    line-height:70px;
  }
  header .logo {
    width:auto!important;
    height:70px!important;
  }
  header-search {width:35%;}
}
@media screen and (max-width:895px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size:12px;
    padding:0px 3px 0px 3px;
  }
}
@media screen and (max-width:830px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size:9px;
    padding:0px 3px 0px 3px;
  }
}
/* Product Page Amends */
.featurelist ul li:before {
  font-size:1.2em;
  line-height:1.6em;
}
.featurelist ul li strong {
  font-size: 1.2em;
  line-height: 1.6em;
}
.products-template-default #container .headerImg img  {
  margin-top:5em;
}
.products-template-default .TBSpace {
  padding-top:30px;
}
.products-template-default .featureTwoCol.maininfo .col:nth-child(1) {
  width:30%;
}
.products-template-default .featureTwoCol.maininfo .col:nth-child(2) {
  width:70%;
}
.products-template-default .featureTwoCol.maininfo .col:nth-child(2) .featuretop div.floatRight {
  width:50%;
  padding-left:30px;
}
.products-template-default .featureTwoCol.maininfo .col:nth-child(2) .featuretop div.floatRight.highlightbox {
  padding: 20px 20px 0px 20px;
  margin-left: 30px;
  width: calc(50% - 30px);
  background: #fafafa;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  .products-template-default .featureTwoCol.maininfo .col:nth-child(2) .featuretop div.floatRight.highlightbox {
    width:100%;
  }
}
.products-template-default .featureTwoCol.maininfo .col:nth-child(2) .featuretop div.floatLeft {
  width:50%;
  padding-right:0px;
}
.secondfeature {
    border-top:1px solid #ce171f;
    padding-top:20px;
}

@media screen and (max-width:768px) {
  .products-template-default .featureTwoCol.maininfo .col:nth-child(1) {
    width:100%;
    margin:10px 0;
  }
  .products-template-default .featureTwoCol.maininfo .col:nth-child(2) {
    width:100%;
    margin:10px 0;
  }
  .products-template-default .featureTwoCol.maininfo .col:nth-child(2) .featuretop div.floatRight {
    width:100%;
    margin:10px 0;
  }
  .products-template-default .featureTwoCol.maininfo .col:nth-child(2) .featuretop div.floatLeft {
    width:100%;
    margin:10px 0;
  }
  .featureTwoCol img.productimg {
    border:0px solid #cccccc;
    border-radius:0px;
    max-height:9999px;
    margin:0;
  }
}
.featureTwoCol .imgwrapper {
  position:sticky;
  top:140px;
}
.admin-bar .featureTwoCol .imgwrapper {
  top:170px;
}
.featureTwoCol img.productimg {
  border:4px solid #cccccc;
  border-radius:0px;
  max-height:700px;
  padding:10px 0;
  margin:0;
}
.featureTwoCol .col:last-child .roundedBtn.primaryCTA {
  position:relative;
  bottom:0;
  left:0;
  transform:none;
  color:white!important;
  font-size:1.5em;
  width: 100%;
  padding: 20px;
  border-radius: 3px;
  border:2px solid #1E92F0;
  text-align:left;
  box-shadow:none;
  margin-top:20px;
}
.featureTwoCol .col:last-child .roundedBtn.primaryCTA span {
  color:#ce171f!important;
  transition:all 0.25s ease-in-out;
}
.featureTwoCol .col:last-child .roundedBtn.primaryCTA:after {
  font-family: dashicons;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  margin-left: 10px;
  font-size: 2em;
  content: "\f147";
}
@media screen and (max-width:550px) {
  .featureTwoCol .col:last-child .roundedBtn.primaryCTA:after {
    display:none;
  }
}
@media screen and (min-width:820px) and  (max-width:1360px) {
  .featureTwoCol .col:last-child .roundedBtn.primaryCTA:after {
    display:none;
  }
}
.featureTwoCol .col:last-child .roundedBtn.primaryCTA:hover {
  color:#1E92F0!important;
}
.featureTwoCol .col:last-child .roundedBtn.primaryCTA:hover span{
  color:#ce171f!important;
}
.featurebenefitssec .floatRight ul li {
  color:#454545!important;
}
.productdimensions {
  padding:0;
}
.productdimensions table {
  border: 0px solid #888;
}
.productdimensions table th {
  padding: 3px 6px;
  font-family: 'open-sans',sans-serif;
  font-weight: bold;
  background: white;
  color: #ce171f;
  text-transform: none;
  border: none;
  border-bottom: 1px solid #454545;
  font-size: 16px!important;
}
.productdimensions table td  {
  border:none;
  border-bottom:1px dashed #999;
  padding:5px 7px;
  font-size:14px!important;
}
.productdimensions table td {
  color:#888!important;
}
.redbox {
    border:0px solid #ccc;
    background:white;
    margin-bottom:30px;
    padding:0px;
    margin:20px 0px ;
}
.redbox * {
    color:#454545!important;
    font-family:'open-sans', sans-serif
}
.redbox ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:left;
}
.redbox ul li {
    flex-grow:1;
    padding:5px 5px;
}
.redbox ul li a {
    font-size:13px;
    text-align:center;
    border: 1px solid #ce171f;
    padding:10px 10px;
    border-radius:2px;
}
.redbox ul li a:before {
    font-family:'Font Awesome 5 Pro';
    margin-right:5px;
}
.redbox ul li a.productVideo:before {
    content:'\f144';
}
.redbox ul li a.enquirenow:before {
    content:'\f658';
}
.redbox ul li a.datasheet:before {
    content:'\f15c';
}
.redbox ul li a.backtorange:before {
  content:'\f0e2';
 }
.relatedproductbox {
 background:none;
 padding:0px;
}
.relatedproductbox ul {
  padding:0;
}
.relatedproductbox h5 {
  margin-left:0;
}
.relatedproductbox ul li {
  padding: 0 10px 0 0;
}
.relatedproductbox ul li div.relatedproductbg {
  border: 1px solid #ccc;
}
.relatedproductbox ul li img {
    width: auto;
    max-width: 100%!important;
    height: auto;
    margin: 0 auto 20px;
}

/* over-use of red
.redText, .phNumber span, .sectors h2, .productList h1, .headerImg h1 span, .formTitle h4, .newsList .col h5, .featurelist ul li strong, .productdimensions table td, .featuretop a, .megaMenu .grid .col:last-child a:hover, .productRange h5a:hover, .productRange a:hover h5, .relatedproductbg a:hover span, .featurebenefitssec .floatRight ul li {
    color: #454545!important;
}*/

/*  Default Wordpress Classes */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Form Page Tweaks */
input[type='text'], input[type='email'], textarea, input[type='submit'], input[type='password'], select, .checkList li {
    font-family:'open-sans', sans-serif;
    font-size:14px;
    padding:10px;
}
.formHolder .btnHolder p,
.formHolder .btnHolder + p,
.formHolder .roundedBtnBox p {
    display:none;
}
.formHolder {
    padding:40px;
    border-radius:5px;
}

/* RHS form */
.rightForm .formHolder ul li.formMsg textarea {
    max-height:150px;
}
.rightForm .formHolder ul li.formCallback.checkList {
    padding-top:35px;
}
.rightForm .formHolder ul li.formCallback.checkList input[type=checkbox] + label {
    top:35px;
}
.rightForm .formHolder .roundedBtnBox {
    padding:0px;
}
@media screen and (min-width:1023px) {
  .rightForm .formHolder ul li {
      width:48%;
  }
  .rightForm .formHolder ul li.formCountry {
      width:100%;
  }
  .rightForm .formHolder ul li.formMsg {
      width:100%;
  }
  .twoColPage .headerImg .centerBlock {
    width: 50%;
  }
  .twoColPage .rightForm {
      margin-top: -246px;
  }
  .rightForm .formHolder ul {
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
  }
}
@media screen and (min-width:768px) and (max-width:1022px) {
  .twoColPage .headerImg .centerBlock {
    width: 100%;
  }
  .rightForm .formHolder ul li {
      width:100%;
  }
}
/* Full Width Form (contact page) */
.page-template-page-contact .formHolder .checks + .checkList {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.page-template-page-contact .formHolder .checks + .checkList li {
    border-bottom:none;
    width:33%;
    border:1px solid #999;
    margin-bottom:10px;
    border-radius:5px;
}
.page-template-page-contact .faqForm {
    padding:5px 0px;
}
.page-template-page-contact .faqForm .formHolder ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.page-template-page-contact .faqForm .formHolder ul li {
      width:33%;
}
.page-template-page-contact .faqForm .formHolder ul li.formMsg {
    width:100%;
}
.faqForm .btnHolder,
.faqForm .btnHolder .roundedBtnBox{
    width:100%;
    margin-left:0%;
    padding:0px;
}
@media screen and (max-width:768px) {
    .page-template-page-contact .formHolder .checks + .checkList li {
        width:100%;
        border-top:none;
        border-left:none;
        border-right:none;
        border-radius:0px;
        border-bottom:1px solid #999;
        padding-bottom:25px!important;
    }
    .page-template-page-contact .faqForm .formHolder ul li {
        width:100%;
    }
}
/* Footer */
.worldLeaderFooter h2 {
   color:#454545;
}
.worldLeaderFooter .coverImg {
    filter:invert(100%);
}
.worldLeaderFooter {
    padding: 1.2em 0em 0em 0em;
}
.worldLeaderFooter .map.grid {
    padding:1em 0em;
}
.worldLeaderFooter h2 {
    font-size:3em;
    line-height:1em;
}
.worldLeaderFooter .badges img {
    max-width:110px;
}
/* accreditations*/
.prefooter .accreditations {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content:center;
    margin-top:40px;
    margin-bottom:0px;
    border-top:1px solid #ccc;
    padding:65px 0px 20px 0px;
}
.prefooter .accreditations li {
  padding:10px;
}
.prefooter .accreditations li img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.prefooter .accreditations li:before {
    display:none;
}
.footerNav {
    display:inline-block;
}
.footerNav #menu-sub-footer {
    padding:0px!important;
}
@media screen and (max-width:600px) {
  .prefooter .accreditations li {
    padding:10px;
    width:calc(50% - 20px);
  }
}
.prefooter {
    padding-bottom:0px;
}

/* comparison table */
.ptp-pricing-table {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.ptp-pricing-table .ptp-col {
    padding:0px;
    margin:0px;
}
.ptp-plan {
    line-height:1.1em;
}
@media screen and (max-width:1257px) {
    .ptp-pricing-table .ptp-col {
        width:33%;
    }
}
@media screen and (max-width:768px) {
    .ptp-pricing-table .ptp-col {
        width:100%;
    }
}
.ptp-price img {
    margin:0 auto;
}

/* Case Studies & Case Studies Single */

.page-template-page-case-studies .evac-case-studies-sector-select-wrap {
  margin: 30px 0;
}

.page-template-page-case-studies .evac-case-studies-sector-select-wrap .centerBlock {
  display: flex;
}

.page-template-page-case-studies .evac-case-studies-sector-select-wrap .evac-case-studies-sector-select-field {
  width: 25%;
  font-size: 22px;
}

.page-template-page-case-studies .evac-case-studies-sector-select-wrap .evac-case-studies-sector-select-field label {
  display: block;
}

.page-template-page-case-studies .evac-case-studies-sector-select-wrap .evac-case-studies-sector-select-field select {
  margin-top: 15px;
  width: 300px;
}

.page-template-page-case-studies .evac-case-studies-sector-select-wrap .evac-case-studies-sector-select-field select option:nth-child(even) {
  background: #f1f1f1;
}

.page-template-page-case-studies .evac-case-studies-sector-select-wrap .evac-case-studies-sector-title {
  width: 75%;
  text-align: right;
  padding-top: 10px;
  font-size: 28px;
  color: #ce191f;
  font-weight: 700;
  padding-top: 14px;
  text-transform: uppercase;
}

.page-template-page-case-studies .evac-case-studies-sector-select-wrap .evac-case-studies-sector-title h2 {
  color: #231f20;
  font-size: 52px;
  margin: 0;
}

.page-template-page-case-studies .evac-case-studies-list {
  padding-top: 0;
}

.single-casestudies .evac-back-to-case-studies {
  margin-bottom: 25px;
  font-size: 16px;
  display: inline-block;
  float: right;
}

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

  .page-template-page-case-studies .evac-case-studies-sector-select-wrap .evac-case-studies-sector-select-field select {

    width: 100%;

  }

}
