/* 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
 */

.g-array-item {
  display: grid;
  grid-template-columns: 300px 1fr auto;
  grid-template-areas: "image title title" "image text text" "image details readmore";
  column-gap: 20px;
  row-gap: 5px;
  align-items: center;
}
.g-array-item-image {
  grid-area: image;
}
.g-array-item-title {
  grid-area: title;
}
.g-array-item-text {
  grid-area: text;
}
.g-array-item-details {
  grid-area: details;
}
.g-array-item-read-more {
  grid-area: readmore;
  align-self: flex-end;
  text-align: right;
}
.g-array-item-title h3 {
  margin: 0 0 5px 0;
  line-height: 1.2;
}
.g-array-item-text {
  margin-top: 5px !important;
  line-height: 1.4;
  font-size: 0.95rem;
}
.g-array-item-details {
  display: flex;
  flex-direction: column-reverse;
  gap: 2px;
  margin-top: 5px !important;
}
.g-array-item-read-more {
  margin: 0;
}
.g-array-item-read-more .button {
  display: inline-block;
  padding: 4px 10px;
  font-size: 0.8rem;
  border-radius: 20px;
}
.g-grid {
  row-gap: 1cm;
}
#g-mainbar {
  padding: 0px;
}
#content1 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
}
#g-header {
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 100px;
}
#breadcrumbs {
  width: 99%;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border: 1px solid #6c757d;
}
.breadcrumb {
  padding: 5px;
  margin: 0;
}
.py-2 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.px-3 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.g-content {
  padding: 0px !important;
  margin: 0 !important;
  margin-bottom: 25px !important;
}
.mod-breadcrumbs__wrapper {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
}
.g-content-array {
  margin-left: 12px !important;
  margin-right: 0 !important;
}
.mod-list {
  margin-left: 12px !important;
}
.left.item-image {
  margin: 0 !important;
}
.creativecontactform_wrapper {
  background-color: #a8a7a7;
}
@media screen and (max-width: 768px) {
  .g-array-item {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "title" "text" "details" "readmore";
    column-gap: 0;
    row-gap: 15px;
    align-items: start;
  }
  .g-array-item-image {
    text-align: center;
  }
  .g-array-item-image img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  .g-array-item-read-more {
    text-align: left;
    align-self: flex-start;
  }
  #content1, .g-content-array, .mod-list {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #g-header {
    max-height: none;
    text-align: center;
  }
  #breadcrumbs {
    font-size: 11px;
    overflow-x: auto;
    white-space: nowrap;
  }
  #g-offcanvas {
    top: 0 !important;
    left: 0 !important;
    padding-top: 20px !important;
    display: block !important;
    visibility: visible !important;
    transform: none !important;
  }
  #g-offcanvas .g-grid {
    margin: 0 !important;
    padding: 0 15px !important;
  }
  .g-content {
    margin: 0 !important;
    padding: 0 !important;
  }
  .g-social {
    margin-top: 16px !important;
    margin-left: 95px ! important;
  }
  #g-offcanvas .g-block {
    padding: 0 !important;
    margin: 0 !important;
  }
  #g-offcanvas ul.g-toplevel {
    margin-top: 20px !important;
    padding-left: 0 !important;
  }
  #g-offcanvas ul.g-toplevel > li {
    margin-bottom: 5px !important;
  }
  #g-offcanvas .g-menu-item-container {
    padding: 12px 15px !important;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
  }
  .g-grid {
    display: flex !important;
    flex-flow: nowrap;
    row-gap: 0, 5cm;
  }
  .logo {
    margin-left: 191px;
  }
  #g-footer {
    padding: 0px !important;
  }
  .g-main-nav ul {
    margin: 15px !important;
  }
}
/*# sourceMappingURL=custom_14.css.map */