@font-face {
  font-family: 'optimanormal';
  src: url("../font/optima-webfont.woff2") format("woff2"), url("../font/optima-webfont.woff") format("woff"), url("../font/optima-webfont.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'optimabold';
  src: url("../font/optima_b-webfont.woff2") format("woff2"), url("../font/optima_b-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'optimaregular';
  src: url("../font/unicode.optima-webfont.woff2") format("woff2"), url("../font/unicode.optima-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.bg-pri {
  background-color: #0f3e64;
  color: #fff;
}

.bg-sec {
  background-color: #3d80a8;
  color: #fff;
}

.bg-bgr {
  background-color: #eee;
  color: #262626;
}

.content-box {
  border: 1px solid #ccc;
  padding: 20px 30px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: "optimanormal", Helvetica, sans-serif;
  font-size: 15px;
  min-height: 100%;
  position: relative;
}

.container, .grid-body, #footer #footer-info, #footer #sub-footer, #info-banner-long p, #info-banner-short p, #appt, .changelog .box-body ul, #activity {
  max-width: 1350px;
  width: 93%;
  margin: auto;
}

.container {
  overflow: hidden;
}

h1 {
  font-family: "optimabold", Helvetica, sans-serif;
  font-size: 36px;
  color: #0f3e64;
}

h2 {
  font-family: "optimabold", Helvetica, sans-serif;
  font-size: 27px;
  color: #262626;
}

h3 {
  font-family: "optimabold", Helvetica, sans-serif;
  font-size: 20px;
  color: #3d80a8;
}

P {
  margin-top: 10px;
  line-height: 1.8em;
}

span {
  display: inline-block;
}

b {
  font-family: "optimabold", Helvetica, sans-serif;
}

hr {
  color: #ccc;
  margin: 10px auto;
}

i {
  display: inline-block;
}

i.icon-l {
  margin-right: 7px;
}

i.icon-r {
  margin-left: 7px;
}

ul {
  list-style: none;
}

.grid-body {
  display: grid;
  grid-template-columns: auto 300px;
  grid-column-gap: 16px;
  align-items: start;
  overflow: visible;
}

.grid-body-main {
  grid-column: 1 / 2;
  grid-row-start: 1;
}

.grid-body-aside {
  min-width: 300px;
  max-width: 300px;
  margin: 0 auto 16px;
  grid-column: 2 / 3;
  align-self: start;
}

.box {
  background-color: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  margin-bottom: 16px;
  overflow: visible;
}

.box .box-title, .box .box-title-dis {
  padding: 18px 30px;
  width: 100%;
}

.box .box-title h2, .box .box-title i, .box .box-title-dis h2, .box .box-title-dis i {
  color: white;
}

.box .box-title i, .box .box-title-dis i {
  font-size: 24px;
}

.box .box-title .title-grid, .box .box-title-dis .title-grid {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}

.box .box-title .title-grid .right, .box .box-title-dis .title-grid .right {
  text-align: right;
}

.box .box-title .title-grid .right i, .box .box-title-dis .title-grid .right i {
  font-size: 25px;
}

.box .box-title {
  background-color: #0f3e64;
  color: #fff;
}

.box .box-title-dis {
  background-color: #aaa;
  color: #fff;
}

.box .box-body {
  background-color: white;
  color: #262626;
  padding: 20px 30px;
}

input[type="text"],
input[type="email"],
input[type="date"], input[type="password"] {
  -webkit-appearance: none;
  display: inline-block;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.2s;
}

input:hover[type="text"],
input:hover[type="email"],
input:hover[type="date"], input:hover[type="password"] {
  border: 1px solid #0f3e64;
}

p.label {
  font-family: "optimabold", Helvetica, sans-serif;
  font-size: 13px;
  color: #0f3e64;
  margin-top: 15px;
}

.req {
  display: inline-block;
  font-family: "optimabold", Helvetica, sans-serif;
  color: #0f3e64;
}

input[type="text"],
input[type="email"],
input[type="date"] {
  font-family: "optimanormal", Helvetica, sans-serif;
  font-size: 15px;
  padding: 6px 10px 7px;
}

input[type="password"] {
  font-size: 15px;
  padding: 8px 10px;
}

input[type="checkbox"] {
  margin-right: 5px;
}

select {
  display: inline-block;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.2s;
  font-family: "optimanormal", Helvetica, sans-serif;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 6px 7px;
}

select:hover {
  border: 1px solid #0f3e64;
}

textarea {
  -webkit-appearance: none;
  display: inline-block;
  font-family: "optimanormal", Helvetica, sans-serif;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.2s;
  padding: 8px 10px;
}

textarea:hover {
  border: 1px solid #0f3e64;
}

.link-sec, .link-sec:visited {
  text-decoration: none;
  font-size: 15px;
  color: #3d80a8;
  transition: 0.2s;
}

.link-sec:hover {
  color: #69a5c9;
  text-decoration: underline;
}

.link-sec:active {
  color: #262626;
}

.link-bdr, .link-bdr:visited {
  text-decoration: none;
  font-size: 15px;
  color: #ccc;
  transition: 0.2s;
}

.link-bdr:hover {
  color: #f2f2f2;
  text-decoration: underline;
}

.link-bdr:active {
  color: #a6a6a6;
}

.btn-pri, .btn-sec, .btn-tri, .btn-blk, .btn-borderless, .btn-outline, .btn-dis {
  -webkit-appearance: none;
  display: inline-block;
  transition: 0.2s;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  font-family: "optimanormal", Helvetica, sans-serif;
  font-size: 15px;
  text-align: center;
  padding: 8px 14px;
  cursor: pointer;
}

.btn-pri {
  background-color: #0f3e64;
  color: #fff;
}

.btn-pri:hover {
  background-color: #1967a7;
}

.btn-pri:active {
  background-color: #262626;
  color: #fff;
}

.btn-sec {
  background-color: #3d80a8;
  color: #fff;
}

.btn-sec:hover {
  background-color: #69a5c9;
}

.btn-sec:active {
  background-color: #295570;
}

.btn-tri {
  background-color: #2c9653;
  color: #fff;
}

.btn-tri:hover {
  background-color: #46c976;
}

.btn-tri:active {
  background-color: #1b5b32;
}

.btn-blk {
  background-color: #262626;
  color: #fff;
}

.btn-blk:hover {
  background-color: #4c4c4c;
}

.btn-blk:active {
  background-color: black;
}

.btn-borderless {
  background: transparent;
  color: #0f3e64;
  border: 1px solid transparent;
  line-height: 1.8em;
  padding: 0 10px;
}

.btn-borderless:hover {
  background-color: #0f3e64;
  color: #fff;
  border-color: #0f3e64;
}

.btn-borderless:active {
  background-color: #262626;
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: #0f3e64;
  border: 1px solid #0f3e64;
  line-height: 1.8em;
  padding: 0 10px;
}

.btn-outline:hover {
  background-color: #0f3e64;
  color: #fff;
}

.btn-outline:active {
  background-color: #262626;
  color: #fff;
}

.btn-dis {
  background-color: #999;
  color: #fff;
  cursor: not-allowed;
}

.btn-pri-act, .btn-tri-act, .btn-dis-act {
  -webkit-appearance: none;
  display: inline-block;
  background: none;
  font-size: 16px;
  transition: 0.2s;
  text-decoration: none;
  border: none;
  text-align: center;
  margin-left: 4px;
  padding: 2px;
  cursor: pointer;
}

.btn-pri-act {
  color: #0f3e64;
}

.btn-pri-act:hover {
  color: #1967a7;
}

.btn-pri-act:active {
  color: black;
}

.btn-tri-act {
  color: #2c9653;
}

.btn-tri-act:hover {
  color: #46c976;
}

.btn-tri-act:active {
  color: black;
}

.btn-dis-act {
  color: #ccc;
  cursor: not-allowed;
}

.error-msg, .success-msg {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  width: 93%;
  max-width: 300px;
  text-align: center;
  padding: 10px 20px;
  z-index: 50;
  animation: slideDown 4.5s;
}

@keyframes slideDown {
  0% {
    top: -100px;
  }
  8% {
    top: 100px;
  }
  88% {
    top: 100px;
  }
  100% {
    top: -100px;
  }
}

.error-msg span {
  font-family: "optimabold", Helvetica, sans-serif;
  color: red;
}

.success-msg span {
  font-family: "optimabold", Helvetica, sans-serif;
  color: #2c9653;
}

@media screen and (max-width: 360px) {
  @keyframes slideDown {
    0% {
      top: -100px;
    }
    12% {
      top: 40px;
    }
    88% {
      top: 40px;
    }
    100% {
      top: -100px;
    }
  }
}

#info {
  background-color: #0f3e64;
  color: #fff;
  position: relative;
  top: 0;
  height: 22px;
  width: 100%;
  text-align: right;
  font-size: 12px;
  z-index: 30;
}

#info span {
  line-height: 22px;
}

#info span .link-bdr {
  font-size: 14px;
}

#nav-bg {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 43px;
  top: 22px;
  background-color: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  z-index: 20;
}

.nav-wrapper {
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 43px;
  opacity: 0.9;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 30;
}

.nav-wrapper .container {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  height: 43px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

.nav-wrapper .container .nav-left {
  height: 43px;
}

.nav-wrapper .container .nav-left img {
  width: 33px;
  padding-top: 5px;
}

.nav-wrapper .container .nav-right {
  text-align: right;
}

.nav-wrapper .container .nav-right a {
  height: 30px;
}

.nav-wrapper .container .nav-right a.btn-borderless {
  width: 38px;
}

.nav-wrapper .container .nav-right #social .btn-pri-act {
  margin-left: 10px;
}

.nav-wrapper .container .nav-right #carving {
  margin-left: 13px;
}

.nav-wrapper .container .nav-right #carving #carving-long {
  display: inline-block;
}

.nav-wrapper .container .nav-right #carving #carving-short {
  display: none;
}

#nav-mon {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  left: 0;
  right: 0;
  height: 43px;
  background-color: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

#nav-mon .container {
  position: relative;
  height: 43px;
}

#nav-mon #logo {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}

#nav-mon #logo img {
  width: 33px;
}

#nav-mon #links {
  float: right;
  text-align: right;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

#nav-mon #links li {
  list-style: none;
}

#nav-mon #links a, #nav-mon #links a:visited {
  display: block;
  font-family: "optimabold", Helvetica, sans-serif;
  padding: 1.4em;
  color: #0f3e64;
  text-decoration: none;
  transition: 0.2s;
}

#nav-mon #links a #order-ct, #nav-mon #links a:visited #order-ct {
  background-color: #0f3e64;
  color: #fff;
  position: relative;
  right: 7px;
  bottom: 1px;
  font-family: "optimabold", Helvetica, sans-serif;
  font-size: 12px;
  padding: 3px 0;
  width: 25px;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
}

#nav-mon #links a #order-ct:hover, #nav-mon #links a:visited #order-ct:hover {
  border-color: white;
}

#nav-mon #links a:hover {
  background-color: #0f3e64;
  color: #fff;
}

#nav-mon #toggle {
  position: absolute;
  top: -100px;
}

#nav-mon #menu {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#nav-mon #menu .line {
  width: 26px;
  height: 3px;
  background-color: #0f3e64;
  margin: 5px;
  border-radius: 3px;
  transition: all .3s ease-in-out;
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 5px;
}

#order-list_length, #order-list-mob_length {
  margin-bottom: 20px;
}

#order-list_info, #order-list_paginate, #order-list-mob_info, #order-list-mob_paginate {
  font-family: "optimabold", Helvetica, sans-serif;
  color: #0f3e64;
  margin-top: 10px;
}

#top {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  z-index: 20;
}

body.absolute {
  min-height: 100%;
}

body.absolute #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#footer {
  padding: 20px 0;
  box-sizing: content-box;
}

#footer #footer-info {
  display: grid;
  grid-template-columns: auto 250px;
  grid-column-gap: 16px;
  align-items: center;
}

#footer #footer-info #logo img {
  height: 100px;
}

#footer #footer-info #connect {
  color: white;
  font-family: "optimanormal", Helvetica, sans-serif;
}

#footer #footer-info #connect table {
  width: 100%;
}

#footer #footer-info #connect table tr {
  height: 45px;
}

#footer #footer-info #connect table tr .connect-icon {
  text-align: center;
  width: 70px;
}

#footer #footer-info #connect table tr .connect-icon i {
  font-size: 25px;
}

#footer #footer-info #connect table tr a, #footer #footer-info #connect table tr a:visited {
  color: white;
  text-decoration: none;
  transition: 0.2s;
}

#footer #footer-info #connect table tr a:hover, #footer #footer-info #connect table tr a:visited:hover {
  color: #aaa;
}

#footer #footer-info #connect table tr a:active, #footer #footer-info #connect table tr a:visited:active {
  color: #3d80a8;
}

#footer #footer-info #version {
  text-align: right;
}

#footer #footer-info #version h2 {
  color: white;
  font-size: 26px;
}

#footer #footer-info #version span {
  display: block;
  color: #ccc;
  font-size: 14px;
}

#footer #sub-footer {
  margin-top: 15px;
  font-size: 11px;
  text-align: right;
  border-top: 1px solid #3d80a8;
  box-sizing: content-box;
}

#footer #sub-footer p {
  line-height: 1.5em;
}

.footer-margin, .footer-margin-mon {
  display: none;
  margin-top: 50px;
}

#head-main-bg {
  position: relative;
  height: 385px;
  background-image: url(../images/general/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0.2;
  filter: blur(3px);
  z-index: -10;
}

#head-main-logo {
  position: absolute;
  top: 261px;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 1;
  animation-name: fadeUp;
  animation-duration: 1.2s;
}

#head-main-logo img {
  width: 670px;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    top: 300px;
  }
  10% {
    opacity: 0;
    top: 300px;
  }
  100% {
    opacity: 1;
    top: 261px;
  }
}

#head-mon-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/general/banner.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  overflow: hidden !important;
}

#info-banner-long {
  width: 100%;
  background-color: #aaa;
  color: #fff;
}

#info-banner-long p {
  line-height: 1.5em;
  text-align: center;
  font-size: 13px;
  padding: 17px 0;
}

#info-banner-short {
  width: 100%;
  background-color: #0f3e64;
  color: #fff;
}

#info-banner-short p {
  font-family: "optimabold", Helvetica, sans-serif;
  text-align: center;
  padding: 20px 0;
}

#intro-wrapper {
  padding: 50px 0;
  align-items: center;
}

#intro-wrapper #welcome p {
  text-align: justify;
}

#intro-wrapper #welcome a {
  margin-top: 20px;
}

#intro-wrapper #serv-hours .box-title {
  text-align: center;
}

#intro-wrapper #serv-hours table {
  width: 100%;
}

#intro-wrapper #serv-hours table tr {
  color: #0f3e64;
  line-height: 1.8em;
}

#intro-wrapper #serv-hours table tr .day {
  font-family: "optimabold", Helvetica, sans-serif;
}

#intro-wrapper #serv-hours table tr .time {
  text-align: right;
}

#appt {
  padding: 16px 0;
}

#appt h2, #appt h3 {
  color: white;
}

#appt #appt-form {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 1fr;
  grid-gap: 16px;
  align-items: center;
}

#appt #appt-form input {
  background: none;
  border: 1px solid white;
  border-radius: 0;
  color: white;
}

#appt #appt-form input::placeholder {
  color: #eee;
  opacity: 1;
}

#about {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  text-align: center;
}

#about .about-card {
  border: 1px solid #ccc;
  border-radius: 5px;
}

#about .about-card img {
  margin: 0;
  filter: grayscale(100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

#about .about-card h1 {
  margin-top: 10px;
}

#about .about-card P {
  padding: 0 10px;
  margin-bottom: 10px;
}

#serv-crafting {
  padding: 80px 0;
  text-align: center;
}

#serv-crafting h1 {
  color: white;
}

#serv-crafting .btn-tri {
  margin-top: 30px;
}

#serv-crafting #crafting-photos {
  margin: 30px auto 10px;
  width: 92%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 12px;
}

#serv-crafting #crafting-photos img {
  width: 100%;
  filter: grayscale(100%);
  transition: 0.3s;
  margin-top: 10px;
  border: 5px solid white;
}

#serv-crafting #crafting-photos img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

#serv-crafting #crafting-extra {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#serv-crafting #crafting-extra h2 {
  color: #3d80a8;
}

#serv-crafting #crafting-extra #design {
  text-align: left;
  padding-right: 24px;
}

#serv-crafting #crafting-extra #design p {
  text-align: justify;
}

#serv-crafting #crafting-extra #create {
  text-align: right;
  padding-left: 26px;
  border-left: 1px solid white;
}

#serv-crafting #crafting-extra #create p {
  text-align: justify;
}

#serv-date-civic {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#serv-date-civic h1 {
  text-align: center;
}

#serv-date-civic #date {
  padding-right: 24px;
}

#serv-date-civic #date p {
  text-align: justify;
}

#serv-date-civic #date #date-photos {
  margin-top: 28px;
  text-align: center;
}

#serv-date-civic #date #date-photos #dd-wrapper {
  margin: auto;
}

#serv-date-civic #date #date-photos #dd-wrapper .dd-photo {
  width: 400px;
  height: 200px;
  margin: 15px auto 0;
  border: 5px solid #fff;
}

#serv-date-civic #date #date-photos #dd-wrapper #dd-1 {
  background-image: url("../images/date/dd_1_before.jpg");
  background-size: 400px 200px;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(100%);
  transition: 0.3s;
}

#serv-date-civic #date #date-photos #dd-wrapper #dd-1:hover {
  background-image: url("../images/date/dd_1_after.jpg");
  background-size: 400px 200px;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(0%);
}

#serv-date-civic #date #date-photos #dd-wrapper #dd-2 {
  background-image: url("../images/date/dd_2_before.jpg");
  background-size: 400px 200px;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(100%);
  transition: 0.3s;
}

#serv-date-civic #date #date-photos #dd-wrapper #dd-2:hover {
  background-image: url("../images/date/dd_2_after.jpg");
  background-size: 400px 200px;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(0%);
}

#serv-date-civic #date #date-photos #dd-wrapper #dd-3 {
  background-image: url("../images/date/dd_3_before.jpg");
  background-size: 400px 200px;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(100%);
  transition: 0.3s;
}

#serv-date-civic #date #date-photos #dd-wrapper #dd-3:hover {
  background-image: url("../images/date/dd_3_after.jpg");
  background-size: 400px 200px;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(0%);
}

#serv-date-civic #date #date-photos-mob {
  display: none;
}

#serv-date-civic #civic {
  padding-left: 26px;
  border-left: 1px solid #0f3e64;
}

#serv-date-civic #civic p {
  text-align: justify;
}

#serv-date-civic #civic #civic-photos {
  margin: 95px auto 0;
  width: 92%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 12px;
}

#serv-date-civic #civic #civic-photos img {
  width: 100%;
  filter: grayscale(100%);
  transition: 0.3s;
  margin-top: 10px;
  border: 5px solid white;
}

#serv-date-civic #civic #civic-photos img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

#serv-other {
  padding-bottom: 80px;
  text-align: center;
}

#testimonials {
  padding: 100px 0;
}

#testimonials #testimonials-head {
  text-align: center;
}

#testimonials #quotes {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

#testimonials #quotes .quote-item {
  padding: 20px 0;
}

#testimonials #quotes .quote-item .source {
  background-color: #0f3e64;
  color: #fff;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.2s;
}

#testimonials #quotes .quote-item .quote {
  padding: 0 18px 15px;
  overflow: hidden;
  background-color: #eee;
  color: #262626;
}

#faq {
  padding: 80px 0;
}

#faq #faq-head {
  text-align: center;
}

#faq #faq-head h1 {
  color: white;
}

#faq #questions {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

#faq #questions .faq-item {
  margin-bottom: 30px;
  border: 1px solid #3d80a8;
}

#faq #questions .faq-item .question {
  background-color: #3d80a8;
  color: #fff;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.2s;
}

#faq #questions .faq-item .answer {
  padding: 0 18px 15px;
  overflow: hidden;
  background-color: #0f3e64;
  color: #fff;
}

#resources h1 {
  text-align: center;
}

#resources {
  padding: 80px 0;
}

#resources #res-grid {
  margin-top: 50px;
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
  text-align: center;
}

#resources #res-grid .res-card {
  border: 1px solid #ccc;
  background-color: white;
  padding: 10px 0;
}

#resources #res-grid .res-card i {
  font-size: 50px;
  margin-top: 20px;
}

#resources #res-grid .res-card .res-card-body {
  padding: 15px;
}

#resources #res-grid .res-card .res-card-body a {
  margin: 14px auto;
}

#mbna-owner {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-column-gap: 30px;
}

#mbna-owner h3 {
  margin-top: 20px;
  color: #0f3e64;
}

#mbna-owner #mbna, #mbna-owner #owner {
  text-align: center;
}

#mbna-owner #mbna p, #mbna-owner #owner p {
  text-align: justify;
}

#mbna-owner #mbna img {
  padding: 20px 0;
  height: 120px;
}

#mbna-owner #owner img {
  border: 2px solid #3d80a8;
  filter: grayscale(100%);
  height: 120px;
  border-radius: 100px;
}

#order-grid {
  position: relative;
  top: 80px;
  padding-bottom: 145px;
}

#thank-you span, #thank-you-mob span {
  line-height: 1.8em;
}

#thank-you-mob {
  display: none;
}

#thank-you-mob .box-body {
  text-align: center;
}

#order-form {
  margin-bottom: 50px;
}

#order-form #form-logo {
  margin-top: 20px;
  text-align: center;
}

#order-form #form-logo img {
  width: 400px;
}

#order-form #form-logo h3 {
  margin-top: 10px;
  color: #262626;
}

#order-form h1 {
  background: #eee;
  margin-top: 30px;
  padding: 8px 20px;
  font-size: 28px;
}

#order-form #edit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 20px;
}

#order-form #edit span {
  font-size: 20px;
  font-family: "optimabold", Helvetica, sans-serif;
}

#order-form #edit button {
  width: 100px;
}

#order-form .form-section {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 40px;
}

#order-form .form-section p {
  margin: 15px 0;
  vertical-align: top;
}

#order-form .form-section .field-label {
  display: inline-block;
  width: 45%;
}

#order-form .form-section .read-only {
  background: none;
  border: none;
  padding: 0;
  color: black;
}

#order-form .form-section input[type="text"],
#order-form .form-section input[type="email"],
#order-form .form-section select {
  width: 55%;
}

#order-form .form-section textarea {
  vertical-align: top;
  min-width: 55%;
  max-width: 55%;
  min-height: 100px;
  max-height: 160px;
}

#order-form #terms {
  font-size: 13px;
  margin-bottom: 20px;
}

#order-form #photo {
  text-align: center;
  background: #eee;
  padding: 100px 0;
  margin: 30px 0;
}

#order-form #photo h2 {
  color: #0f3e64;
  font-size: 32px;
}

#order-form #photo p {
  margin-top: 0;
}

#order-form #photo p input[type="file"] {
  margin-top: 30px;
  padding: 45px 50px;
  border: 1px dashed #aaa;
  border-radius: 5px;
  text-align: center;
}

#order-form .buttons {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}

#order-form .buttons #agree {
  margin-right: 10px;
}

#order-form .buttons #agree span {
  margin-left: 5px;
  font-size: 14px;
}

#progress-box span {
  line-height: 1.8em;
}

#progress-box .step {
  display: block;
  line-height: 60px;
  padding: 0 20px;
  margin: 10px 0;
  color: #0f3e64;
}

#progress-box .active {
  background-color: #0f3e64;
  color: white;
  font-family: "optimabold", Helvetica, sans-serif;
}

#progress-box .num {
  border: 1.5px solid;
  border-radius: 50%;
  margin-right: 10px;
  height: 30px;
  width: 31px;
  text-align: center;
}

#progress-box #eta {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}

#progress-box #eta span {
  display: inline-block;
}

#progress-box #eta .est {
  font-size: 13px;
}

#progress-box #eta .days {
  text-align: right;
  color: #0f3e64;
  font-size: 18px;
}

#progress-strip, #edit-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid #ccc;
  height: 50px;
  z-index: 30;
}

#progress-strip .container, #edit-strip .container {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  padding-top: 4.5px;
}

#progress-strip h3, #edit-strip h3 {
  color: #262626;
}

#progress-strip {
  display: none;
}

#progress-strip #steps .step {
  margin-right: 4px;
}

#progress-strip #steps .active {
  font-family: "optimabold", Helvetica, sans-serif;
}

#progress-strip #steps .active .num {
  background-color: #0f3e64;
  color: white;
  border: 1.5px solid #0f3e64;
}

#progress-strip #steps .num {
  border: 1px solid #0f3e64;
  border-radius: 5px;
  width: 32px;
  padding: 5px 0;
  text-align: center;
  color: #0f3e64;
}

#progress-strip #total {
  text-align: right;
}

#progress-strip #total .total-due {
  font-family: "optimabold", Helvetica, sans-serif;
  font-size: 12px;
  color: #aaa;
}

#progress-strip #total .amount {
  font-size: 18px;
  color: #0f3e64;
}

#progress-strip #total #cost {
  margin-left: 10px;
}

#edit-strip .container {
  padding-top: 7.7px;
}

#order-dup {
  position: relative;
  top: 80px;
  width: 96%;
  max-width: 800px;
  margin: auto auto 80px;
  overflow: visible;
}

#order-dup button {
  margin: 30px auto 20px;
}

#order-lookup {
  position: relative;
  top: 80px;
  width: 93%;
  max-width: 700px;
  margin: 0 auto 200px;
}

#order-lookup .box-body {
  padding: 30px 30px 50px;
}

#order-lookup .box-body h3 {
  color: #3d80a8;
}

#order-lookup .box-body form {
  max-width: 280px;
  margin: 20px auto 0;
}

#order-lookup .box-body form input {
  width: 100%;
}

#order-lookup #buttons {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

#login-page {
  background-color: #eee;
  overflow: hidden;
}

#login-page #login-logo {
  margin-top: 7%;
  width: 100%;
  text-align: center;
}

#login-page #login-logo img {
  width: 350px;
}

#login-page #login-form {
  background-color: white;
  max-width: 600px;
  width: 92%;
  margin: 40px auto;
  box-shadow: 1px 4px 10px 4px #999;
}

#login-page #login-form #login-title {
  background-color: #0f3e64;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}

#login-page #login-form #login-info {
  padding: 60px 50px;
  max-width: 350px;
  margin: auto;
}

#login-page #login-form #login-info input[type="text"],
#login-page #login-form #login-info input[type="password"] {
  margin-bottom: 30px;
}

#login-page #login-form #login-info .login-entry {
  display: grid;
  grid-template-columns: 10% 90%;
}

#login-page #login-form #login-info .login-entry i {
  color: #0f3e64;
  margin-top: 9px;
}

#login-page #login-form #login-info #login-submit {
  display: grid;
  grid-template-columns: 3fr 2fr;
}

#login-page #login-form #login-info #login-submit #login-stay {
  margin-top: 7px;
  color: #777;
}

#login-page #login-form #login-info #login-submit #login-stay span {
  margin-left: 8px;
}

#login-page #login-form #login-info #reset-pwd {
  margin-top: 25px;
  padding-top: 5px;
  font-size: 12px;
  border-top: 1px solid #eee;
}

#login-page #login-form #login-info #reset-pwd a, #login-page #login-form #login-info #reset-pwd a:visited {
  font-size: 14px;
}

.page-title {
  width: 100%;
  margin: 35px auto;
  text-align: center;
  z-index: -19;
}

.page-title h1, .page-title h3 {
  color: #0f3e64;
}

.page-title h1 i, .page-title h3 i {
  font-size: 30px;
}

.page-title .btn-pri, .page-title .btn-tri {
  margin-top: 10px;
}

.changelog {
  margin: 30px auto;
}

.changelog .box-body {
  padding: 35px;
}

.changelog .box-body ul {
  padding-top: 10px;
}

.changelog .box-body ul li {
  list-style: disc;
  line-height: 1.8em;
}

#order-history {
  padding: 0 0 50px;
  display: grid;
  grid-template-columns: 300px auto;
  grid-column-gap: 16px;
  overflow: visible;
}

#order-history #query {
  align-self: start;
  padding-bottom: 10px;
}

#order-history #query input[type="text"] {
  width: 100%;
}

#order-history #query select {
  width: 100%;
}

#order-history #query select[multiple="multiple"] {
  height: 80px;
  width: 100%;
}

#order-history #query hr {
  color: #ccc;
}

#order-history #query button {
  width: 100%;
  margin: 0;
}

#order-history #query #sorting {
  display: grid;
  grid-template-columns: 70% 28%;
  grid-column-gap: 5px;
}

#order-history #query #range {
  display: grid;
  grid-template-columns: 5fr 1fr 5fr;
  align-items: center;
  width: 100%;
}

#order-history #query #range input {
  width: 100%;
}

#order-history #results {
  align-self: start;
}

#order-history #results .box-title .title-grid button {
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

#order-history #results .box-title .title-grid a {
  display: none;
  margin-left: 8px !important;
}

#order-history #results .box-title .title-grid #export {
  margin-left: 8px !important;
}

#order-history #results .box-title .title-grid #export i {
  border-left: 2px solid #3d80a8;
  padding-left: 15px;
}

#order-history #results .box-title .title-grid i {
  transition: 0.2s;
}

#order-history #results .box-title .title-grid i:hover {
  color: #ccc !important;
}

#order-history #results .box-title .title-grid i:active {
  color: #aaa !important;
}

#order-history #results .box-body #batch-presets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 5px 0 20px;
}

#order-history #results .box-body #batch-presets #preset-group-1 {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}

#order-history #results .box-body #batch-presets #preset-group-2 {
  text-align: right;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

#order-history #results .box-body #batch-presets span {
  color: #3d80a8;
  font-size: 20px;
}

#order-history #results .box-body #batch-presets button {
  -webkit-appearance: none;
  font-family: "optimabold", Helvetica, sans-serif;
  padding: 4px 8px;
  border: 1px solid #3d80a8;
  outline: none;
  background: none;
  color: #3d80a8;
  cursor: pointer;
}

#order-history #results .box-body #batch-presets button.preset-left {
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#order-history #results .box-body #batch-presets button.preset-mid {
  border-right: 0;
}

#order-history #results .box-body #batch-presets button.preset-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#order-history #results .box-body #batch-presets button.active {
  background-color: #3d80a8;
  color: white;
}

#order-history #results .box-body td {
  display: grid;
  align-items: center;
  transition: 0.2s;
}

#order-history #results .box-body td.admin {
  grid-template-columns: 0.6fr 0.8fr 0.9fr 9fr 1.5fr 5.5fr;
}

#order-history #results .box-body td:active {
  background-color: #ccc !important;
}

#order-history #results .box-body td .order-select {
  min-width: 31.20px;
  text-align: center;
}

#order-history #results .box-body td .order-select i {
  font-size: 10px;
  color: #0f3e64;
  padding-bottom: 5px;
}

#order-history #results .box-body td .order-num {
  min-width: 46px;
  font-size: 20px;
  text-align: center;
  color: #0f3e64;
}

#order-history #results .box-body td .order-type {
  min-width: 50px;
  text-align: center;
}

#order-history #results .box-body td .order-type i {
  font-size: 27px;
  color: #262626;
}

#order-history #results .box-body td .order-info {
  padding: 0;
  padding-left: 10px;
  background: none;
  color: inherit;
  border: none;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: left;
}

#order-history #results .box-body td .order-info .meta-numbers {
  color: #888;
  font-size: 13px;
}

#order-history #results .box-body td .order-info .meta-name {
  color: #0f3e64;
  font-size: 27px;
}

#order-history #results .box-body td .order-info .meta-contact {
  color: #3d80a8;
  font-size: 13px;
}

#order-history #results .box-body td .order-info .meta-location {
  font-size: 13px;
}

#order-history #results .box-body td .order-status {
  min-width: 130px;
  text-align: center;
}

#order-history #results .box-body td .order-status span {
  font-size: 13px;
  font-family: "optimabold", Helvetica, sans-serif;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  text-align: center;
  cursor: default;
  width: 130px;
  padding: 5px;
}

#order-history #results .box-body td .order-status span.status-pri {
  background-color: #0f3e64;
  color: #fff;
}

#order-history #results .box-body td .order-status span.status-sec {
  background-color: #3d80a8;
  color: #fff;
}

#order-history #results .box-body td .order-status span.status-tri {
  background-color: #2c9653;
  color: #fff;
}

#order-history #results .box-body td .order-status span.status-gry {
  background-color: #aaa;
  color: #fff;
}

#order-history #results .box-body td .order-actions {
  min-width: 248px;
  text-align: right;
}

#order-history #results .box-body td .order-actions a, #order-history #results .box-body td .order-actions button {
  margin-left: 8px;
}

#order-meta .box-body .progress-bar, #order-meta-mobile .box-body .progress-bar, #order-meta .box-body .progress-bar-comp, #order-meta-mobile .box-body .progress-bar-comp {
  position: relative;
  margin: 10px 0 20px;
  padding: 0;
  display: inline-block;
  height: 14px;
  width: 100%;
  border-radius: 5px;
}

#order-meta .box-body .progress-bar .progress-0, #order-meta-mobile .box-body .progress-bar .progress-0, #order-meta .box-body .progress-bar .progress-1, #order-meta-mobile .box-body .progress-bar .progress-1, #order-meta .box-body .progress-bar .progress-2, #order-meta-mobile .box-body .progress-bar .progress-2, #order-meta .box-body .progress-bar .progress-3, #order-meta-mobile .box-body .progress-bar .progress-3, #order-meta .box-body .progress-bar .progress-4, #order-meta-mobile .box-body .progress-bar .progress-4 {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 5px;
  animation-duration: 0.8s;
}

#order-meta, #order-meta-mobile {
  align-self: start;
  margin-bottom: 20px;
}

#order-meta .box-title input, #order-meta-mobile .box-title input {
  background: none;
  border: none;
  width: 100px;
  padding: 0;
  font-size: 24px;
  color: white;
  margin-left: 2px;
}

#order-meta .box-body h3, #order-meta-mobile .box-body h3 {
  font-size: 24px;
  color: #0f3e64;
}

#order-meta .box-body .progress-bar, #order-meta-mobile .box-body .progress-bar {
  border: 1px solid #3d80a8;
}

#order-meta .box-body .progress-bar span, #order-meta-mobile .box-body .progress-bar span {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 13px;
}

#order-meta .box-body .progress-bar .progress-0, #order-meta-mobile .box-body .progress-bar .progress-0 {
  background-color: #3d80a8;
  width: 5%;
  animation-name: prog-0;
}

@keyframes prog-0 {
  0% {
    width: 0;
  }
  100% {
    width: 5%;
  }
}

#order-meta .box-body .progress-bar .progress-1, #order-meta-mobile .box-body .progress-bar .progress-1 {
  background-color: #3d80a8;
  width: 20%;
  animation-name: prog-1;
}

@keyframes prog-1 {
  0% {
    width: 0;
  }
  100% {
    width: 20%;
  }
}

#order-meta .box-body .progress-bar .progress-2, #order-meta-mobile .box-body .progress-bar .progress-2 {
  background-color: #3d80a8;
  width: 40%;
  animation-name: prog-2;
}

@keyframes prog-2 {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}

#order-meta .box-body .progress-bar .progress-3, #order-meta-mobile .box-body .progress-bar .progress-3 {
  background-color: #3d80a8;
  width: 60%;
  animation-name: prog-3;
}

@keyframes prog-3 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

#order-meta .box-body .progress-bar .progress-4, #order-meta-mobile .box-body .progress-bar .progress-4 {
  background-color: #3d80a8;
  width: 80%;
  animation-name: prog-4;
}

@keyframes prog-4 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

#order-meta .box-body .progress-bar-comp, #order-meta-mobile .box-body .progress-bar-comp {
  border: 1px solid #2c9653;
  background-color: #2c9653;
}

#order-meta .box-body .order-status, #order-meta-mobile .box-body .order-status {
  display: grid;
  grid-template-columns: auto auto;
}

#order-meta .box-body .order-status .labels, #order-meta-mobile .box-body .order-status .labels {
  margin-bottom: 5px;
}

#order-meta .box-body .order-status .labels span, #order-meta-mobile .box-body .order-status .labels span {
  display: block;
  padding: 10px 0;
  font-size: 14px;
}

#order-meta .box-body .order-status .data, #order-meta-mobile .box-body .order-status .data {
  text-align: right;
}

#order-meta .box-body .order-status .data span, #order-meta-mobile .box-body .order-status .data span {
  display: block;
  padding: 9.4px 0;
  color: #0f3e64;
}

#order-meta .box-body .order-status .data button, #order-meta-mobile .box-body .order-status .data button {
  background: none;
  transition: 0.2s;
  color: #0f3e64;
  margin-left: 5px;
}

#order-meta .box-body .order-status .data button:hover, #order-meta-mobile .box-body .order-status .data button:hover {
  color: #1967a7;
}

#order-meta .box-body .order-status .data input, #order-meta-mobile .box-body .order-status .data input {
  text-align: right;
}

#order-meta .box-body .order-actions, #order-meta-mobile .box-body .order-actions {
  text-align: center;
}

#order-meta .box-body .order-actions a, #order-meta .box-body .order-actions button, #order-meta-mobile .box-body .order-actions a, #order-meta-mobile .box-body .order-actions button {
  padding: 8px 0;
  width: 30px;
}

#order-meta .box-body #meta-btns, #order-meta-mobile .box-body #meta-btns {
  text-align: center;
  margin-top: 20px;
}

#order-meta .box-body #meta-btns #meta-act .btn-pri-act, #order-meta .box-body #meta-btns #meta-act .btn-tri-act, #order-meta .box-body #meta-btns #meta-act .btn-dis-act, #order-meta-mobile .box-body #meta-btns #meta-act .btn-pri-act, #order-meta-mobile .box-body #meta-btns #meta-act .btn-tri-act, #order-meta-mobile .box-body #meta-btns #meta-act .btn-dis-act {
  width: 30px;
}

#order-meta .box-body #meta-btns #save, #order-meta-mobile .box-body #meta-btns #save {
  margin-top: 20px;
}

#activity {
  margin-bottom: 200px;
}

#activity .box-title input {
  background: none;
  border: none;
  width: 100px;
  padding: 0;
  font-size: 24px;
  color: white;
  margin-left: 2px;
}

#activity .box-body h2 {
  color: #3d80a8;
  font-size: 28px;
}

#activity #all-activity table {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px 0 30px;
}

#activity #all-activity table tr:nth-child(odd) {
  background-color: #eee;
}

#activity #all-activity table th {
  font-family: "optimabold", Helvetica, sans-serif;
  padding: 5px 0;
  background-color: #aaa;
}

#activity #all-activity table td {
  padding: 5px;
}

#activity #all-activity table .date {
  width: 25%;
}

#activity #all-activity table .user {
  width: 30%;
}

#activity #all-activity table .action {
  width: 45%;
}

#activity #latest-activity {
  display: none;
}

#latest-activity h2 {
  color: white;
}

#latest-activity .act-date {
  font-size: 13px;
  margin-bottom: 4px;
  color: #999;
}

#latest-activity button {
  margin-top: 30px;
}

#notes i {
  font-size: 22px;
}

#notes .note-info {
  font-size: 13px;
  color: #999;
}

#notes .note-msg {
  margin-top: 6px;
}

#notes button {
  background: none;
  border: none;
  cursor: pointer;
}

#profile {
  width: 93%;
  max-width: 500px;
  margin: auto;
}

#profile .box-title input {
  background: none;
  border: none;
  width: 100%;
  font-size: 24px;
  color: white;
  padding: 14px 0;
}

#profile .box-title .title-grid input {
  background: none;
  border: none;
  width: 100px;
  padding: 0;
  font-size: 24px;
  color: white;
  margin-left: 2px;
}

#profile .locked {
  background-color: #aaa;
}

#profile #complete h2 {
  color: #3d80a8;
  font-size: 28px;
}

#profile #complete textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 50px;
  max-height: 100px;
  margin-bottom: 30px;
}

#profile #complete #photo {
  text-align: center;
  background: #eee;
  padding: 50px 0;
  margin: 30px 0;
}

#profile #complete #photo h2 {
  color: #0f3e64;
  font-size: 32px;
}

#profile #complete #photo p {
  margin-top: 0;
}

#profile #complete #photo p input[type="file"] {
  margin-top: 30px;
  padding: 45px 50px;
  border: 1px dashed #aaa;
  border-radius: 5px;
  text-align: center;
}

#profile .box-body .entry {
  margin-top: 0px;
}

#profile .box-body input[type="text"],
#profile .box-body input[type="email"],
#profile .box-body input[type="password"],
#profile .box-body select {
  margin: 4px 0 10px;
  width: 100%;
}

#profile .box-body input[type="text"].rate,
#profile .box-body input[type="email"].rate,
#profile .box-body input[type="password"].rate,
#profile .box-body select.rate {
  max-width: 150px;
}

#profile .box-body input[type="text"].text-sm,
#profile .box-body input[type="email"].text-sm,
#profile .box-body input[type="password"].text-sm,
#profile .box-body select.text-sm {
  max-width: 163px;
}

#profile .box-body input[type="text"].text-md,
#profile .box-body input[type="email"].text-md,
#profile .box-body input[type="password"].text-md,
#profile .box-body select.text-md {
  max-width: 235px;
}

#profile .box-body input[type="text"].text-lg,
#profile .box-body input[type="email"].text-lg,
#profile .box-body input[type="password"].text-lg,
#profile .box-body select.text-lg {
  max-width: 350px;
}

#profile .box-body .buttons {
  margin-top: 5px;
  text-align: right;
}

#content-editor textarea {
  width: 100%;
}

#content-editor textarea#text-banner-s {
  background-color: #0f3e64;
  color: #fff;
  text-align: center;
  min-height: 20px;
  max-height: 50px;
  max-width: 1350px;
}

#content-editor textarea#text-banner-s:hover {
  border: 1px solid white;
}

#content-editor textarea#text-banner-l {
  background-color: #aaa;
  color: #fff;
  text-align: center;
  font-size: 13px;
  min-height: 80px;
  max-height: 120px;
  max-width: 1350px;
}

#content-editor textarea#text-banner-l:hover {
  border: 1px solid white;
}

#content-editor .hours {
  text-align: right;
}

#content-editor #quotes .source, #content-editor #quotes .question, #content-editor #questions .source, #content-editor #questions .question {
  display: grid;
  grid-template-columns: 10fr 1fr;
  gap: 10px;
}

#content-editor #quotes .source p, #content-editor #quotes .question p, #content-editor #questions .source p, #content-editor #questions .question p {
  color: white;
  width: 100%;
  margin: 0 0 5px;
}

#content-editor #quotes .source input, #content-editor #quotes .question input, #content-editor #questions .source input, #content-editor #questions .question input {
  width: 100%;
}

#content-editor #quotes .quote textarea, #content-editor #questions .quote textarea {
  margin: 0;
  min-height: 100px;
  max-height: 150px;
  max-width: 612px;
}

#content-editor #quotes .answer p, #content-editor #questions .answer p {
  color: white;
  width: 100%;
  margin: 10px 0 0;
}

#content-editor #quotes .answer textarea, #content-editor #questions .answer textarea {
  margin: 0;
  min-height: 120px;
  max-height: 180px;
  max-width: 612px;
}

#content-editor #footer, #content-editor #footer-mon {
  margin-bottom: 50px;
}

#content-editor #content-strip, #content-editor #content-strip-mob {
  background-color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ccc;
}

#content-editor #content-strip #content-grid, #content-editor #content-strip-mob #content-grid {
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 50px;
}

#content-editor #content-strip #content-grid #content-btns, #content-editor #content-strip-mob #content-grid #content-btns {
  text-align: right;
}

#content-editor #content-strip-mob {
  display: none;
}

.users {
  margin: 20px auto 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  overflow: visible;
}

.users #profile {
  display: inline-block;
  margin-top: 0;
  width: 100%;
}

.users button {
  margin-left: 5px;
  width: 42px;
}

#email {
  margin: 50px auto 80px;
  max-width: 800px;
}

#email #receivers {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#email input[type="text"] {
  width: 100%;
}

#email textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 300px;
}

#email .buttons {
  text-align: right;
}

@media screen and (max-width: 900px) {
  .grid-body {
    display: block;
  }
  h1 {
    padding-top: 16px;
  }
}

@media screen and (max-width: 480px) {
  .grid-body-aside {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .box .box-title {
    padding: 16px 20px;
  }
  .box .box-title h2, .box .box-title i {
    font-size: 22px;
  }
  .box .box-title i {
    font-size: 20px;
  }
  .box .box-body {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 360px) {
  .nav-wrapper .nav-right #carving-long {
    display: none;
  }
  .nav-wrapper .nav-right #carving-short {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  #nav-mon .container #links {
    float: none;
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 100%;
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: space-evenly;
    background: #eee;
    overflow: hidden;
    transition: all .3s ease-in-out;
  }
  #nav-mon .container #links a {
    font-size: 20px;
    font-family: "optimabold", Helvetica, sans-serif;
  }
  #nav-mon .container #links a #order-ct {
    position: relative;
    bottom: 3px;
  }
  #nav-mon .container :checked ~ #links {
    bottom: 0;
  }
  #nav-mon .container #menu {
    display: block;
  }
  #nav-mon .container :checked ~ #menu .line:nth-child(1) {
    margin-bottom: 9px;
    transform: translateY(10px) rotate(225deg);
  }
  #nav-mon .container :checked ~ #menu .line:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }
  #nav-mon .container :checked ~ #menu .line:nth-child(2) {
    opacity: 0;
  }
}

@media screen and (max-height: 900px) {
  body.absolute #footer, body.absolute #footer-mon {
    position: relative;
  }
}

@media screen and (max-width: 900px) {
  .footer-margin, .footer-margin-mon {
    display: block;
  }
}

@media screen and (max-width: 660px) {
  #footer {
    text-align: center;
  }
  #footer #footer-info {
    display: block;
  }
  #footer #footer-info #connect table {
    width: auto;
    margin: auto;
    padding-top: 20px;
    padding-left: 16px;
  }
  #footer #footer-info #connect table tr .connect-icon {
    width: auto;
    padding-right: 10px;
  }
  #footer #footer-info #connect table tr .connect-info {
    text-align: left;
  }
  #footer #footer-info #version {
    text-align: center;
    padding-top: 8px;
  }
  #footer #sub-footer {
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  #footer #footer-info #logo img, #footer-mon #footer-info #logo img {
    height: 82px;
  }
  #footer .copyright span, #footer-mon .copyright span {
    display: block;
  }
}

@media screen and (max-width: 680px) {
  #head-main-logo {
    width: 93%;
  }
  #head-main-logo img {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #intro-wrapper {
    padding: 50px 0;
    align-items: center;
  }
  #intro-wrapper #welcome {
    text-align: center;
  }
  #intro-wrapper #welcome p {
    text-align: center;
  }
  #intro-wrapper #welcome a {
    margin-top: 20px;
  }
  #intro-wrapper #serv-hours .box-title {
    text-align: center;
  }
  #intro-wrapper #serv-hours table {
    width: 100%;
  }
  #intro-wrapper #serv-hours table tr {
    color: #0f3e64;
    line-height: 1.8em;
  }
  #intro-wrapper #serv-hours table tr .day {
    font-family: "optimabold", Helvetica, sans-serif;
  }
  #intro-wrapper #serv-hours table tr .time {
    text-align: right;
  }
}

@media screen and (max-width: 935px) {
  #appt {
    text-align: center;
    padding: 50px 0;
  }
  #appt #appt-form {
    display: block;
    margin-top: 30px;
  }
  #appt #appt-form span {
    line-height: 1.8em;
  }
  #appt #appt-form input {
    display: block;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 260px;
  }
}

@media screen and (max-width: 750px) {
  #about {
    display: block;
    max-width: 400px;
    margin: auto;
    padding: 80px 0 30px;
  }
  #about .about-card {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 900px) {
  #serv-crafting #crafting-photos {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    margin: 20px auto;
  }
}

@media screen and (max-width: 600px) {
  #serv-crafting {
    padding: 40px 0 50px;
  }
  #serv-crafting #crafting-extra {
    display: block;
    text-align: center;
  }
  #serv-crafting #crafting-extra #design {
    padding-right: 8%;
  }
  #serv-crafting #crafting-extra #create {
    margin-top: 20px;
    padding-left: 8%;
    border: none;
  }
}

@media screen and (max-width: 500px) {
  #serv-crafting #crafting-photos {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
}

@media screen and (max-width: 1200px) {
  #serv-date-civic #civic #civic-photos {
    margin: 25px auto 0;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 920px) {
  #serv-date-civic {
    padding: 70px 0;
    display: block;
  }
  #serv-date-civic #date {
    padding-right: 0;
  }
  #serv-date-civic #civic {
    border: none;
    padding: 0;
    margin-top: 70px;
  }
  #serv-date-civic #civic #civic-photos {
    max-width: 450px;
  }
}

@media screen and (max-width: 750px) {
  #serv-date-civic {
    padding: 50px 0;
  }
  #serv-date-civic #date {
    margin: auto;
  }
  #serv-date-civic #date p {
    text-align: center;
  }
  #serv-date-civic #date #date-photos {
    display: none;
  }
  #serv-date-civic #date #date-photos-mob {
    display: block;
    margin: 10px 0px;
    padding: 30px 0px;
    text-align: center;
  }
  #serv-date-civic #date #date-photos-mob #dd-wrapper-mb {
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin: auto;
  }
  #serv-date-civic #date #date-photos-mob #dd-wrapper-mb h1 {
    margin: 0px auto 20px;
    padding: 8px 0px;
    width: 45px;
    color: #0f3e64;
    font-size: 22px;
    border: 1px solid #0f3e64;
    border-radius: 50%;
  }
  #serv-date-civic #date #date-photos-mob #dd-wrapper-mb .dd-photo-mb {
    margin: 30px auto;
  }
  #serv-date-civic #date #date-photos-mob #dd-wrapper-mb .dd-photo-mb img {
    width: 90%;
    border: 7px solid #fff;
  }
  #serv-date-civic #date #date-photos-mob #dd-wrapper-mb .dd-photo-mb img.gs {
    filter: grayscale(100%);
  }
  #serv-date-civic #civic {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  #testimonials {
    padding: 50px 0;
  }
  #testimonials #quotes {
    display: block;
    max-width: 600px;
    margin: auto;
    padding-top: 35px;
  }
  #faq {
    padding: 45px 0 35px;
  }
  #faq #questions {
    display: block;
    max-width: 600px;
    margin: auto;
    padding-top: 50px;
  }
}

@media screen and (max-width: 1000px) {
  #resources {
    padding: 50px 0;
  }
  #resources #res-grid {
    display: block;
    max-width: 400px;
    margin: auto;
    margin-top: 30px;
  }
  #resources #res-grid .res-card {
    margin-top: 30px;
  }
}

@media screen and (max-width: 960px) {
  #mbna-owner {
    display: block;
    max-width: 600px;
    margin: auto;
  }
  #mbna-owner #owner {
    margin-top: 35px;
  }
}

@media screen and (max-width: 460px) {
  #mbna-owner .content-box {
    padding: 10px 20px;
  }
  #mbna-owner #mbna p, #mbna-owner #owner p {
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  #order-grid {
    top: 50px;
  }
  #thank-you {
    display: none;
  }
  #thank-you-mob {
    display: block;
  }
  #progress-box {
    display: none;
  }
  #progress-strip {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  #order-form #form-logo img {
    width: 80%;
  }
  #order-form #form-logo h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 580px) {
  #order-form .form-section {
    max-width: 250px;
    margin: auto;
  }
  #order-form .form-section .field-label {
    display: block;
    width: 100%;
    font-family: "optimabold", Helvetica, sans-serif;
    font-size: 13px;
    color: #0f3e64;
    margin-top: 15px;
  }
  #order-form .form-section input[type="text"],
  #order-form .form-section input[type="email"],
  #order-form .form-section select {
    width: 100%;
  }
  #order-form .form-section textarea {
    vertical-align: top;
    min-width: 100%;
    max-width: 100%;
    min-height: 160px;
    max-height: 250px;
  }
}

@media screen and (max-width: 450px) {
  #order-form #form-logo img {
    width: 100%;
  }
  #order-form #form-logo h3 {
    font-size: 16px;
  }
  #order-form h1 {
    font-size: 26px;
    padding: 6px 18px;
  }
}

@media screen and (max-width: 370px) {
  #order-form h1 {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  #login-page #login-logo {
    width: 76%;
    margin: 10% auto 0;
  }
  #login-page #login-logo img {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  #login-page #login-form {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .page-title {
    margin: 25px auto;
  }
  .page-title h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1300px) {
  #results .box-body td.admin {
    grid-template-columns: 0.6fr 0.8fr 0.9fr 9fr 2fr !important;
  }
  #results .box-body .order-status {
    margin-right: 10px;
  }
  #results .box-body .order-actions {
    grid-column: 1 / 6 !important;
    text-align: center !important;
    padding: 10px 0 6px 0;
  }
  #results .box-body .order-actions a, #results .box-body .order-actions button {
    margin: 0 5px;
  }
}

@media screen and (max-width: 1020px) {
  #results .box-body td {
    display: block !important;
    position: relative !important;
  }
  #results .box-body td input[type="checkbox"], #results .box-body td .order-select i {
    position: absolute;
    margin: 0;
    left: 20px;
    top: 50%;
  }
  #results .box-body td .order-select, #results .box-body td .order-type {
    padding-top: 10px;
  }
  #results .box-body td .order-info {
    padding: 10px 25px;
    text-align: center !important;
    width: 100%;
    margin-bottom: 10px;
  }
  #results .box-body td .order-status {
    margin-right: 0;
  }
  #results .box-body td .order-actions {
    margin: 0 5px;
    padding: 12px 0 10px 0;
  }
}

@media screen and (max-width: 900px) {
  #order-history {
    display: block;
  }
  #query {
    display: none;
  }
  #results .box-title a {
    display: inline-block !important;
  }
  #results .box-body td {
    display: grid !important;
    align-items: center !important;
  }
  #results .box-body td.admin {
    grid-template-columns: 0.6fr 0.8fr 0.9fr 9fr 2fr !important;
  }
  #results .box-body td input[type="checkbox"], #results .box-body td .order-select i {
    position: relative;
    margin: 0;
    left: 0;
    top: 2px;
  }
  #results .box-body td .order-select {
    padding-top: 0 !important;
    min-width: 30.17px;
    text-align: center;
  }
  #results .box-body td .order-num {
    padding-top: 0 !important;
    min-width: 40.23px;
    font-size: 20px;
    text-align: center;
    color: #0f3e64;
  }
  #results .box-body td .order-type {
    padding-top: 0 !important;
    min-width: 45.27px;
    text-align: center;
  }
  #results .box-body td .order-type i {
    font-size: 27px;
    color: #262626;
  }
  #results .box-body td .order-info {
    padding: 0 0 0 8px;
    text-align: left;
    margin-bottom: 0;
  }
  #results .box-body td .order-info .meta-numbers {
    color: #888;
    font-size: 13px;
  }
  #results .box-body td .order-info .meta-name {
    color: #0f3e64;
    font-size: 27px;
  }
  #results .box-body td .order-info .meta-contact {
    color: #3d80a8;
    font-size: 13px;
  }
  #results .box-body td .order-info .meta-location {
    font-size: 13px;
  }
  #results .box-body td .order-status {
    min-width: 130px;
    text-align: center;
    margin-right: 10px;
  }
  #results .box-body td .order-actions {
    grid-column: 1 / 6;
    text-align: center !important;
    padding: 10px 0 6px 0;
  }
  #results .box-body td .order-actions a, #results .box-body td .order-actions button {
    margin: 0 5px;
  }
}

@media screen and (max-width: 640px) {
  #results {
    margin-bottom: 50px;
  }
  #results .box-body {
    padding-bottom: 35px !important;
  }
  #results .box-body label {
    margin: 10px 0;
  }
  #results .box-body label input {
    margin-bottom: 14px;
  }
  #results .box-body #batch-presets {
    grid-template-columns: 1fr 1fr !important;
  }
  #results .box-body #batch-presets span {
    grid-column: 1 / 3;
  }
  #results .box-body td {
    display: block !important;
    position: relative !important;
  }
  #results .box-body td input[type="checkbox"], #results .box-body td .order-select i {
    position: absolute;
    margin: 0;
    left: 20px;
    top: 50%;
  }
  #results .box-body td .order-select, #results .box-body td .order-type {
    padding-top: 10px !important;
  }
  #results .box-body td .order-info {
    padding: 10px 25px !important;
    text-align: center;
  }
  #results .box-body td .order-status {
    margin-right: 0 !important;
  }
  #results .box-body td .order-actions {
    margin: 0 5px;
    padding: 12px 0 10px 0 !important;
  }
}

@media screen and (max-width: 600px) {
  #results {
    margin-bottom: 50px;
  }
  #results .box-body {
    padding-bottom: 30px;
  }
  #results .box-body label {
    margin: 30px 0;
  }
  #results .box-body label input {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 400px) {
  #results .box-body #batch-presets {
    display: block !important;
  }
  #results .box-body #batch-presets #preset-group-1, #results .box-body #batch-presets #preset-group-2 {
    margin-top: 10px;
  }
  #results .box-body #batch-presets #preset-group-2 {
    margin-bottom: 10px;
  }
  #results .box-body .order-actions a, #results .box-body .order-actions button {
    margin: 0 2px !important;
  }
}

#query-mob {
  width: 93%;
  max-width: 300px;
  padding-bottom: 10px;
  margin: 0 auto 50px;
}

#query-mob input[type="text"] {
  width: 100%;
}

#query-mob select {
  width: 100%;
}

#query-mob select[multiple="multiple"] {
  height: 80px;
  width: 100%;
}

#query-mob hr {
  color: #ccc;
}

#query-mob .query-action {
  width: 32%;
}

#query-mob .query-action a {
  display: inline-block;
  text-align: center;
}

#query-mob #sorting {
  display: grid;
  grid-template-columns: 70% 28%;
  grid-column-gap: 5px;
}

#query-mob #range {
  display: grid;
  grid-template-columns: 5fr 1fr 5fr;
  align-items: center;
  width: 100%;
}

#query-mob #range input {
  width: 100%;
}

@media screen and (max-width: 750px) {
  #activity #all-activity {
    display: none;
  }
  #activity #latest-activity {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .users {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
  }
}

@media screen and (max-width: 820px) {
  .users {
    display: block;
    max-width: 400px;
  }
}

@media screen and (max-width: 600px) {
  #email #receivers {
    display: block;
  }
}

@media screen and (max-width: 372px) {
  #content-editor #content-strip {
    display: none;
  }
  #content-editor #content-strip-mob {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
