/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.cp-btn {
  background: #267ddd;
  border-radius: 5px;
  padding: 15px;
  color: #fff;
  font-weight: bolder;
}
.cp-btn:hover {
  background: #175293;
  border-radius: 5px;
  padding: 15px;
  color: #fff;
  font-weight: bolder;
}
#g-page-surround .entry-meta {
  margin-top: 0;
  margin-bottom: 2rem;
  display: none;
}
h1, h2, h3, h4, h5 {
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: bold;
}
b {
  font-size: 15px;
  color: #aaaaaa;
}
.cp-info p {
  margin-top: 0px;
  color: #000;
  font-weight: 500;
}
#g-page-surround .platform-content .entries {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 3px 3px #efefef;
}
#g-intro .g-container {
  width: 75rem;
}
#g-navigation {
  background: #fff !important;
  box-shadow: 0px 0px 2px 2px #d4d4d4;
  height: 85px;
}
.cp-logo img {
  margin-left: -30px;
}
#g-navigation .g-main-nav {
  margin-top: -8px;
}
#g-footer .g-copyright {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-align: center;
}
#g-intro {
  background: #f4f5f7;
  color: #424753;
  padding: 0rem 0;
}
#cp-login {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  margin-top: 5rem;
  margin-bottom: 10rem;
}
#cp-login .g-title {
  font-size: 20px;
  text-align: center;
}
.edit-link {
  display: none;
}
.button.button-small {
  font-size: 0.7rem;
  padding: 1.2rem 2.825rem;
  width: 100%;
  border-radius: 5px;
  margin-top: 40px;
}
.g-loginform .login-extra {
  list-style-type: none;
  margin-left: 0;
  display: none;
}
#login-remember {
  display: none;
}
.uk-scope .uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0;
  font-weight: bolder;
}
.uk-scope .uk-tab > * > a {
  font-weight: bolder;
}
.uk-scope .uk-padding {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 3px 3px #efefef;
}
table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #FFED86;
  font-size: 16px;
}
table tbody tr {
  height: 48px;
  border-bottom: 1px solid #E3F1D5;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}
@media screen and (max-width: 35.5em) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 8px 0;
  }
  table tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Code";
  }
  table tbody tr td:nth-child(2):before {
    content: "Stock";
  }
  table tbody tr td:nth-child(3):before {
    content: "Cap";
  }
  table tbody tr td:nth-child(4):before {
    content: "Inch";
  }
  table tbody tr td:nth-child(5):before {
    content: "Box Type";
  }
}
.g-offcanvas-toggle {
  font-size: 2rem;
  color: #0478d4;
  width: 42px;
  height: 32px;
  top: 25px;
}
@media (max-width: 430px) {
  .cp-logo img {
    margin-left: -20px;
    max-width: 90%;
  }
}
/*# sourceMappingURL=custom_login_logout.css.map */