/*! ******************************************************
*
*	Theme Name:     Toolset Starter Child
*   Author:         OnTheGoSystems
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       toolset-starter
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/*Fonts*/
@import url("https://fonts.googleapis.com/css?family=Bitter|Raleway:300");

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway" !important;
}
body,
p {
  font-family: "Raleway", serif !important;
  font-size: 16px;
}
a {
  color: #929292;
  text-decoration: none;
}
a:hover {
  color: #929292;
}
ul {
  padding-left: 18px;
}
/*Temporary*/

.home .top-footer {
  display: none;
}

.person {
  margin: 5%;
}

/*Colours*/
.green {
  color: #95bc29;
}
.green-bg {
  background-color: #95bc29;
}
.dark-gery {
  color: #58595b;
}
.dark-grey-bg {
  background-color: #58595b;
}
.light-grey {
  color: #929497;
}
.light-grey-bg {
  background-color: #929497;
}
.white {
  color: #ffffff;
}

/*Nav*/
.header-top {
  position: fixed;
  width: 100%;
  z-index: 50;
  border-top: 3px solid #93bd2a;
}
.ddl-nav > li > a:hover,
.ddl-nav > li > a:focus {
  text-decoration: none;
  background-color: inherit;
  color: #d6d6d6;
}
.ddl-nav-wrap {
  margin-top: 20px;
}
.logo {
  position: fixed;
  top: 0;
  left: 100px;
  z-index: 100;
  max-width: 270px;
}
.logo.shrink {
  max-width: 155px !important;
  transition: all 0.5s ease;
}

nav a {
  color: white;
  font-size: 1.2em;
}
.ddl-navbar-default .ddl-navbar-nav > .open > a,
.ddl-navbar-default .ddl-navbar-nav > .open > a:hover,
.ddl-navbar-default .ddl-navbar-nav > .open > a:focus {
  background-color: #92bb2a;
  color: white;
}
ul.ddl-dropdown-menu {
  background: #585a5c;
  border: 0px;
  border-radius: 0px;
}
.ddl-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.ddl-nav .open > a,
.ddl-nav .open > a:hover,
.ddl-nav .open > a:focus {
  background-color: #585a5c;
}
.ddl-dropdown-menu > li > a:hover {
  text-decoration: none;
  color: white;
  background-color: #92ba2b;
}
.ddl-dropdown-menu {
  padding-bottom: 0px;
}
.ddl-dropdown-menu > .active > a,
.ddl-dropdown-menu > .active > a:hover,
.ddl-dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #93bc2b;
}

/*Footer*/
footer {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 1.2em;
}
.fc-link {
  margin-top: 80px;
  font-size: 15px;
  text-align: right;
  color: #a7a7a7;
}
.fc-link a {
  color: #a7a7a7;
}
footer i {
  margin-right: 10px;
  margin-bottom: 10px;
}
footer a {
  color: white;
}
footer a:hover {
  color: #9bbc47;
  text-decoration: none;
}

/*Home*/
.whitebox {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  color: grey;
}
.whitebox h1 {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.whitebox h3 {
  margin-top: 73px;
}
.whitebox li {
  margin-bottom: 5px;
}

/*Single Post*/
.single-post .top-footer {
  display: none;
}
/*Post Archives*/
.read-more {
  float: right;
}
h2.post-archive-title {
  margin-top: 0px;
}
.blog .post-content p {
  max-width: 100%;
}

/*Shipments*/
.shipments {
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
.owl-nav {
  display: none;
}
.SingleShipmentMetal {
  font-weight: 900;
  margin-bottom: 10px;
}
.SingleShipmentDate,
.SingleShipmentLocation,
.SingleShipmentDescription {
  margin-bottom: 5px;
}
.logo-carousel {
  margin-bottom: 40px;
  margin-top: 40px;
}
/*Charts*/
.weblator-chart-container canvas {
  margin-bottom: 20px;
}
.weblator-chart-container {
  padding-top: 0px;
}
.weblator-chart-progress {
  margin-bottom: 10px;
}
.weblator-chart-progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.weblator-chart-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
#comparisonchart {
  padding-top: 150px;
}
/*Single Metal*/
.single-metal h2 {
  background: #58595b;
  color: white;
  margin-right: 55px;
  padding: 10px;
  padding-top: 60px;
  margin-top: -11px;
  margin-bottom: 41px;
}
.single-metal {
  border-top: 1px solid #58595b;
  margin-bottom: 20px;
  margin-bottom: 40px;
}
.comparison-link {
  margin-top: 30px;
}

h1.page-title {
  text-align: right;
  padding-top: 100px;
}
.blog h1.page-title,
span.post-category-title {
  padding-bottom: 5px;
  color: #666666;
  margin-bottom: 50px;
  padding-right: 0px;
  text-align: right;
}
.footer-name h2 {
  background-color: white;
  width: 160px;
  padding-top: 80px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-top: -60px;
  text-align: center;
  font-size: 36px;
}
.top-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pdf-links a {
  color: white;
  font-size: 1.2em;
}
.pdf-links a:hover {
  color: white;
}
.pdf-links i {
  margin-right: 10px;
  margin-bottom: 10px;
}
.top-footer h3 {
  color: white;
}
.post-content {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.post-content h1 {
  margin-top: 150px;
  padding-top: 100px;
}
.top-footer [type="button"] {
  color: white !important;
  font-size: 1.2em !important;
  background-color: #93bd2a;
  margin-top: -8px !important;
}
.field-wrap button,
.field-wrap input[type="button"],
.field-wrap input[type="submit"] {
  width: 100% !important;
  display: block !important;
}
input {
  border: 0px;
  padding: 5px;
}
textarea {
  border: 0px;
  padding: 5px;
  max-height: 100px;
}
.footer-logo {
  margin-top: 25px;
}
/*News*/

.post-category-title a:hover {
  text-decoration: none;
}

.post-meta {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post img {
  min-width: 100%;
}

/*Blog*/
.pagination > li > a,
.pagination > li > span {
  color: grey;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #93bd2a;
  border-color: #93bd28;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #92bc2b;
}
.contactsocial a {
  margin-right: 15px;
  font-size: 120%;
}

/*Parralax Backgrounds*/

.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-content {
  margin: 0 auto;
  padding-top: 40vh;
  padding-bottom: 30vh;
}

.home {
  background-image: url(/wp-content/uploads/2017/09/Repair-Course-Correction-and-Decommissioning-of-Larger-Satellites.jpg);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-technical-support {
  background-image: url("/wp-content/uploads/2017/09/military-helicopter-PJX3WKE.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about-nicofe {
  background-image: url("/wp-content/uploads/2017/11/about-us-background.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-customer-services {
  background-image: url("/wp-content/uploads/2019/02/Nicofe-Brickwork.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-technical-support .post-content,
.page-about-nicofe .post-content {
  margin-bottom: 0px;
}
.page-technical-support .page-title,
.page-about-nicofe .page-title,
.page-contact-us .page-title,
.page-customer-services .page-title {
  display: none;
}

.container {
  max-width: 960px;
}
.carousel {
  background: white;
}
ul.latest-posts {
  font-size: 15px;
  padding-left: 0px;
}
.latest-updates li a:hover {
  text-decoration: none;
  color: #93bd2a;
}
.latest-posts li {
  margin-bottom: 10px;
  list-style: none;
}
.footer-right {
  text-align: right;
}
.margin-bottom {
  margin-bottom: 100px !important;
}

/*Contact Us*/
.page-customer-services .top-footer {
  display: none;
}
.page-customer-services span#nf-form-title-2 {
  display: none;
}
.page-customer-services div#nf-form-2-cont {
  background: #a0a09a;
  padding: 20px;
  margin-top: -47px;
}
.page-customer-services .nf-response-msg {
  color: white;
}
.contact.social i {
  margin-right: 10px;
  font-size: 120%;
}
.contact.social i a:hover {
  color: #92bd2a;
}
/*Nest*/
.nest-content-inner h1 {
  font-size: 26px;
  margin-top: 0px;
}
.nest-content-inner ul {
  font-size: 16px;
}
.nest-content-inner h1 {
  font-size: 26px;
}
.nest-slide-background-color {
  background-color: white;
}
.nest-content-inner {
  color: grey !important;
}
.blog .carousel,
.single-post .carousel,
.archive .carousel {
  display: none;
}
th.sorting_disabled {
  border-top: 1px solid #ededed !important;
  border-bottom: 1px solid #ededed !important;
}
.home .parallax-content {
  margin-left: 15px;
  margin-right: 15px;
}
li#menu-item-119 a {
  padding-right: 0px;
}
button.mylivechat_offline_submit_button {
  background: #92bc2d;
  border-radius: 0px !important;
}
.mylivechat_expanded {
  border-radius: 0px !important;
}
.mylivechat_collapsed {
  border-radius: 0px !important;
  text-align: center !important;
}
button.mylivechat_prechat_submit_button {
  background: #92bd2a;
  border-radius: 0px !important;
}
a:hover,
a:focus {
  color: #93bd2a;
  text-decoration: none;
}

h2 {
  color: #92bd2a;
}
.nest-button-two {
  border-color: #92bd2a;
  color: lightgrey;
}
.header-social i {
  margin-left: 10px;
  color: #92be2a;
}

.header-social {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 100;
  color: #93bd2a !important;
  font-size: 150%;
}
.full-bg.sub-footer {
  background: #3c3c3c;
  color: #8b8b8c;
  text-align: center;
  padding: 5px;
  font-size: 80%;
}
a#scroll-to-top {
  display: none !important;
}
.header-tel {
  position: fixed;
  top: 95px;
  background: #92be2a;
  color: white;
  padding: 10px;
  right: 16px;
  font-weight: 900;
  z-index: 10;
  width: 210px;
  text-align: center;
}
.nest-button-wrapper {
  right: 16px;
  bottom: 50px;
  top: auto;
  left: auto;
  width: 210px !important;
  text-align: center;
  font-size: 16px !important;
  font-weight: 900 !important;
}
div#ID_8514_wrapper {
  margin-bottom: 100px;
}
.attc_tablewrapper {
  overflow-y: scroll;
}
.bx-wrapper ul li img {
  max-width: 150px !important;
}
@media screen and (max-width: 1200px) {
  nav {
    font-size: 14px;
  }
  .ddl-nav-wrap {
    font-size: 12px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 900px) {
  .logo {
    max-width: 155px !important;
  }
  .ddl-navbar-collapse {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ddl-nav-wrap {
    max-width: 100%;
    margin-top: 100px;
    margin-left: 60px;
  }
  .header-tel {
    top: 200px;
  }
  .logo {
    max-width: 155px !important;
  }
}

@media screen and (max-width: 767px) {
  .blog h1.page-title,
  span.post-category-title {
    margin-right: 10px;
  }
  .logo {
    max-width: 155px;
    left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .single-metal h2 {
    margin-right: 0px;
  }
}
@media screen and (max-width: 414px) {
  .header-tel {
    top: 130px;
  }
  .nest-button-wrapper {
    display: none !important;
  }
  .mylivechat_inline.mylivechat_template5,
  .header-tel {
    display: none;
  }
  .logo,
  .logo.shrink {
    max-width: 100px !important;
    left: 20px;
  }
  .footer-right {
    text-align: left;
  }
  .ddl-nav-wrap {
    max-width: 100%;
    margin-top: 17px;
    margin-left: 0px;
  }
  .header-social {
    right: 80px;
  }
  .whitebox {
    padding: 20px;
  }
  .home .parallax-content {
    margin-left: 8px;
    margin-right: 8px;
  }
}

/*Download Form*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text {
  border: 1px solid #92bc2b;
}
input.wpcf7-form-control.wpcf7-submit {
  background: #92be2a;
  color: white;
}
div.wpcf7-mail-sent-ok {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
}
input.wpcf7-form-control.wpcf7-submit {
  background: #92be2a;
  color: white;
  width: 338px;
}

/* CSR category and posts layout */

.csr-post-archive-title {
  display: none;
}

body.csr {
  background: #e3eed6;
}
.csr .nest-button-two {
  background: white;
}
.csr .post-archive-title {
  display: none;
}
.csr .csr-post-archive-title {
  display: block;
  margin-top: 0;
}

.csr .post-overview {
  max-width: 80%;
  margin: auto;
  background: white;
  padding: 2em;
  padding-bottom: 3em;
  margin-top: -6em;
  display: block;
  z-index: 2;
  position: relative;
}


.home {
    background-image: url(https://www.nicofe.com/wp-content/uploads/2026/05/Nicofe2026Home.webp) !important;
}
