html {
  height: 100%; }

#body-wrapper .container {
  padding: 2rem 0 2rem; }
.header-fixed #body-wrapper {
  padding-top: 4rem; }

.header-fixed .hero + #start > #body-wrapper {
  padding-top: 0; }

section.section {
  padding-left: 0rem;
  padding-right: 0rem;
  position: relative; }

.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient {
  z-index: 0; }

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center; }
  .hero h1 {
    color: #080707;
    font-size: 4rem; }
  .hero h2 {
    color: rgba(8, 7, 7, 0.8);
    font-size: 2.5rem; }
  .hero.hero-fullscreen {
    min-height: 100vh; }
  .hero.hero-large {
    min-height: 500px; }
  .hero.hero-medium {
    min-height: 400px; }
  .hero.hero-small {
    min-height: 110px; }
  .hero.hero-tiny {
    min-height: 8rem; }
  .header-fixed .hero {
    background-position: 50% 0; }
  @media (max-width: 768px) {
    .hero h1 {
      font-size: 3rem; }
    .hero h2 {
      font-size: 1.75rem; } }
  @media (max-width: 576px) {
    .hero h1 {
      font-size: 2rem; }
    .hero h2 {
      font-size: 1.25rem; } }
  .hero.text-light h1 {
    color: #fff; }
  .hero.text-light h2 {
    color: rgba(255, 255, 255, 0.8); }
  .hero p {
    font-size: .9rem;
    font-weight: 300; }
  .hero #to-start {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    font-size: 2rem;
    cursor: pointer; }

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .overlay-light .image-overlay {
    background: rgba(255, 255, 255, 0.4); }
  .overlay-light-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)); }
  .overlay-dark .image-overlay {
    background: rgba(0, 0, 0, 0.4); }
  .overlay-dark-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)); }

html {
  font-size: 16px; }
  @media screen and (min-width: 480px) {
    html {
      font-size: calc(16px + 4 * ((100vw - 480px) / 720)); } }
  @media screen and (min-width: 1200px) {
    html {
      font-size: 20px; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  font-family: "Sarabun", sans-serif, "Helvetica Neue", sans-serif;
  color: #151414; }

h1, .h1 {
  color: #302C2C;
  font-family: Arvo;
  font-size: 32px;
  letter-spacing: 2.13px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center; }

h2, .h2 {
  font-size: 1.8rem; }

h6, .h6 {
  font-weight: 400; }

.title-center h1, .title-center h2 {
  text-align: center; }

.title-h1h2 h1 {
  font-weight: 100;
  margin-bottom: 0;
  line-height: 1.1; }
  .title-h1h2 h1 strong, .title-h1h2 h1 bold {
    font-weight: 400; }
.title-h1h2 h1 + h2 {
  line-height: 1.1;
  margin-top: 0; }

.title-h1h2 h1 + h2, .title-center h1 + h2 {
  margin-bottom: 50px;
  font-weight: 700; }

a:focus {
  outline: none !important;
  box-shadow: none !important; }

img {
  max-width: 100%; }

.table > table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

pre code, pre.xdebug-var-dump {
  background: #fafafa;
  display: block;
  padding: 1rem !important;
  line-height: 1.5;
  color: inherit;
  border-radius: 2px;
  overflow-x: auto; }

pre[class*="language-"] code {
  border-radius: inherit;
  padding: 0 !important;
  overflow-x: initial; }

pre code:not(.hljs):not([class*="language-"]) {
  background: #f8f8f8; }

i.fa.fa-heart.pulse, i.fa.fa-heart-o.pulse {
  color: #920; }

b,
strong {
  font-weight: 700; }

.heavy {
  font-weight: 700; }

.light {
  font-weight: 200; }

.text-light {
  color: rgba(255, 255, 255, 0.8); }
  .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    color: rgba(255, 255, 255, 0.9); }

#error {
  text-align: center;
  position: relative;
  margin-top: 5rem; }
  #error .icon {
    font-size: 50px; }

#messages {
  margin-bottom: 1rem; }
  #messages .icon {
    font-size: 1rem; }

ul,
ol {
  margin-left: 1.6rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-left: 1.6rem; }

ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

.notices {
  margin: 1.5rem 0; }
  .notices p {
    margin: 1rem 0; }

form {
  /** Reset some defaults for Quark Theme **/ }
  form .button-wrapper {
    margin-top: 0.75rem;
    margin-bottom: 1rem; }
  form span.required {
    color: #e85600;
    font-weight: 700;
    font-size: 1.2rem; }
  form .form-input[type=range] {
    appearance: slider-horizontal; }
    form .form-input[type=range]:focus {
      box-shadow: none;
      border: none; }
  form .form-group:not(.form-field-toggleable) .checkboxes {
    display: inherit; }
    form .form-group:not(.form-field-toggleable) .checkboxes label {
      display: inherit;
      padding: 0.1rem 0.4rem 0.1rem 1.2rem;
      margin: inherit;
      font-weight: bold; }
      form .form-group:not(.form-field-toggleable) .checkboxes label:before {
        display: none; }

#grav-login > form {
  margin: 2rem auto 0;
  max-width: 350px; }
#grav-login .form-label {
  display: none; }
#grav-login .form-data {
  margin: 1rem 0; }
#grav-login .form-input {
  text-align: center; }
#grav-login .button-wrapper {
  text-align: right; }
  #grav-login .button-wrapper .form-data.rememberme {
    margin: 0;
    float: left; }
#grav-login .login-form button[type="submit"] {
  background: #3085EE;
  border-color: #227ded;
  color: #fff; }
  #grav-login .login-form button[type="submit"]:focus, #grav-login .login-form button[type="submit"]:hover {
    background: #1877ec;
    border-color: #1370e3;
    color: #fff; }
  #grav-login .login-form button[type="submit"]:active, #grav-login .login-form button[type="submit"].active {
    background: #1372e7;
    border-color: #126bd9;
    color: #fff; }
#grav-login .twofa-form button[type="submit"]:first-child {
  background: #3085EE;
  border-color: #227ded;
  color: #fff;
  float: right;
  margin-left: 4px; }
  #grav-login .twofa-form button[type="submit"]:first-child:focus, #grav-login .twofa-form button[type="submit"]:first-child:hover {
    background: #1877ec;
    border-color: #1370e3;
    color: #fff; }
  #grav-login .twofa-form button[type="submit"]:first-child:active, #grav-login .twofa-form button[type="submit"]:first-child.active {
    background: #1372e7;
    border-color: #126bd9;
    color: #fff; }

.mobile-container {
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0 auto;
  z-index: 2; }

.mobile-logo svg, .mobile-logo img {
  height: 42px;
  margin-top: .7rem;
  margin-left: 1.4rem; }
  .mobile-logo svg path, .mobile-logo img path {
    fill: #fff; }

.mobile-menu {
  display: none;
  top: 0;
  right: 0;
  z-index: 3; }
  .header-fixed .mobile-menu {
    position: fixed; }
  @media (max-width: 768px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu .button_container {
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    height: 24px;
    width: 28px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease, top 0.5s ease; }
    .mobile-menu .button_container:hover {
      opacity: .7; }
    .mobile-menu .button_container.active {
      position: fixed; }
      .mobile-menu .button_container.active .top {
        transform: translateY(8px) translateX(0) rotate(45deg);
        background: #302C2C; }
      .mobile-menu .button_container.active .middle {
        opacity: 0;
        background: #302C2C; }
      .mobile-menu .button_container.active .bottom {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        background: #302C2C; }
    .mobile-menu .button_container span {
      background: #302C2C;
      border: none;
      height: 3px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .35s ease;
      cursor: pointer; }
      .mobile-menu .button_container span:nth-of-type(2) {
        top: 8px; }
      .mobile-menu .button_container span:nth-of-type(3) {
        top: 16px; }

.overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  top: 60px;
  right: 0;
  width: 50%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s; }
  @media (max-width: 576px) {
    .overlay {
      width: 100%; } }
  .overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%; }
  .overlay nav {
    position: relative;
    margin: 0 auto;
    text-align: center; }

.overlay-menu {
  height: calc(100% - 90px);
  overflow-y: scroll; }
  .overlay-menu > .tree {
    text-align: left; }

.treemenu.treemenu-root {
  margin: 1rem;
  list-style-type: none; }
.treemenu li {
  list-style: none;
  margin: 0 0 1px;
  padding: 5px 0;
  line-height: 1.2rem; }
  .treemenu li a {
    color: #302C2C;
    font-family: Sarabun;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-transform: uppercase; }
    .treemenu li a:hover, .treemenu li a:focus, .treemenu li a.active {
      text-decoration: underline; }
.treemenu ul {
  margin: 0 0 0 1rem; }
.treemenu .toggler {
  cursor: pointer;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1rem;
  padding-left: 5px;
  float: left; }
  .treemenu .toggler:before {
    display: inline-block;
    margin-right: 2pt; }
.treemenu li.tree-empty > .toggler {
  opacity: 0.3;
  cursor: default; }
.treemenu li.tree-closed > .toggler:before {
  content: "+"; }
.treemenu li.tree-opened > .toggler:before {
  content: "\2212"; }

.mobile-nav-open {
  overflow-y: hidden; }

.default-animation, #header, #header .navbar-section, #header .logo svg, #header .logo img, .modular-features.small .feature-icon i, .modular-features .feature-icon {
  transition: all 0.5s ease; }

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.08); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  70% {
    transform: scale(1.05); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
#header {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ACACAC;
  font-size: 0.7rem;
  font-weight: 700;
  background: #fff;
  color: #302C2C; }
  #header a {
    color: #302C2C;
    text-transform: uppercase; }
  #header a.active {
    text-decoration: underline !important;
    color: #302C2C !important; }
  #header .logo svg path {
    fill: #222; }
  .header-dark #header:not(.scrolled) {
    background: #222;
    color: #fff; }
    .header-dark #header:not(.scrolled) a {
      color: rgba(255, 255, 255, 0.7) !important; }
    .header-dark #header:not(.scrolled) a.active {
      text-decoration: underline !important; }
    .header-dark #header:not(.scrolled) .dropmenu ul ul a {
      color: #302C2C !important; }
    .header-dark #header:not(.scrolled) .logo svg path {
      fill: #fff; }
  .header-dark.header-transparent #header:not(.scrolled) {
    background: rgba(0, 0, 0, 0.05); }
  .header-transparent #header:not(.scrolled) {
    background: rgba(255, 255, 255, 0.05); }
  #header .navbar {
    margin: auto; }
  #header .navbar-section {
    height: 60px;
    font-size: 14px;
    letter-spacing: .8px;
    font-family: "Sarabun", sans-serif; }
    @media (max-width: 768px) {
      #header .navbar-section {
        margin-right: 2rem; } }
  @media (max-width: 768px) {
    #header .navbar-section.desktop-menu {
      display: none; } }
  #header .logo svg, #header .logo img {
    height: 42px;
    display: inherit; }
  .header-fixed #header {
    position: fixed;
    top: 0;
    z-index: 2; }

body.header-fixed.header-animated #header.scrolled {
  height: 60px; }
  body.header-fixed.header-animated #header.scrolled .navbar-section {
    height: 60px; }
  body.header-fixed.header-animated #header.scrolled .logo svg, body.header-fixed.header-animated #header.scrolled .logo img {
    height: 28px; }
  body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container {
    top: 0.5rem; }

.login-status-wrapper {
  white-space: nowrap; }

body.sticky-footer {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  body.sticky-footer #page-wrapper {
    flex: 1 0 auto; }

#page-up-icon {
  height: 32px;
  background: none;
  width: 32px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  opacity: .85;
  position: absolute;
  top: -50px;
  right: 12px; }

#page-up-icon:hover {
  opacity: .75; }

#page-up-icon:focus, #page-up-icon:active {
  outline: none; }

.footer {
  border-top: 1px solid #ACACAC;
  width: 100%;
  margin-top: 100px;
  text-align: center;
  color: #302C2C;
  font-family: Sarabun;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.2px;
  line-height: 17px; }
  .footer__text, .footer__social {
    padding: 12px; }
  .footer__social {
    display: flex;
    width: 100px;
    justify-content: space-between; }
  .footer__inner {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    max-width: 1030px;
    margin: auto;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .footer__inner {
        flex-direction: row;
        justify-content: space-between; } }
  .footer__social__icon {
    display: block;
    transition: opacity .5s; }
    .footer__social__icon:hover {
      opacity: .8; }

@media (max-width: 768px) {
  .dropmenu {
    display: none; } }
.dropmenu ul {
  white-space: nowrap;
  margin: 0;
  display: flex; }
  .dropmenu ul li {
    position: relative;
    margin: 0; }
    .dropmenu ul li a {
      text-decoration: none;
      padding: 7px 30px 7px 20px;
      display: block; }
      .dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active {
        text-decoration: underline; }
      .dropmenu ul li a:before {
        content: '\f107';
        font-family: 'FontAwesome';
        display: inline-block;
        vertical-align: middle;
        float: right;
        margin-right: -20px; }
      .dropmenu ul li a:only-child {
        padding-right: 20px; }
        .dropmenu ul li a:only-child:before {
          content: ''; }
    .dropmenu ul li:hover > ul {
      display: block;
      visibility: visible; }
  .dropmenu ul ul li a:before {
    content: '\f105'; }
  .dropmenu ul ul {
    position: absolute;
    top: 100%;
    list-style: none;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    visibility: hidden; }
    .dropmenu ul ul ul {
      position: absolute;
      left: 100%;
      top: 0; }
.dropmenu > ul > li {
  display: inline-block; }
.dropmenu.animated ul li {
  transition: background .7s, color 0.5s; }
.dropmenu.animated ul li:hover > ul {
  opacity: 1;
  transform: translateY(0); }
.dropmenu.animated ul ul {
  transition: transform .3s, opacity .5s;
  opacity: 0;
  transform: translateY(-10px); }

/** Extra columns spacing **/
.extra-spacing:not(.col-12), :not(.col12) > .e-content {
  padding-right: 1rem; }
  @media (max-width: 768px) {
    .extra-spacing:not(.col-12), :not(.col12) > .e-content {
      padding-right: 0; } }

/** Breadcrumbs styling **/
#breadcrumbs {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-top: -1rem;
  margin-bottom: 1rem; }
  #breadcrumbs i {
    display: none; }
  #breadcrumbs span, #breadcrumbs a {
    padding: 0 0.5rem; }
    #breadcrumbs span:first-child, #breadcrumbs a:first-child {
      padding-left: 0; }
  #breadcrumbs span:not(:first-child)::before, #breadcrumbs a:not(:first-child)::before {
    color: #e7e9ed;
    content: "/";
    padding-right: 1rem; }

/** Blog Listing **/
.blog-listing .bricklayer-column {
  padding-left: 0px;
  padding-right: 25px; }
.blog-listing .card {
  margin-bottom: 25px;
  border: 0;
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1); }
.blog-listing .card-footer {
  text-align: right; }
.blog-listing .blog-date {
  font-size: 13px; }

/** Blog Item **/
.content-title {
  margin-bottom: 2rem; }
  .content-title h2 {
    margin-bottom: 0.5rem; }

.label {
  font-size: 12px;
  text-transform: uppercase; }

/** Pagination **/
ul.pagination {
  justify-content: center; }

.prev-next {
  margin-top: 4rem; }

/** Sidebar specific tweaks **/
#sidebar ul.related-pages {
  box-shadow: none;
  padding: 0;
  z-index: 1; }
  #sidebar ul.related-pages li {
    border-bottom: 1px solid #c9c5c5; }
    #sidebar ul.related-pages li:last-child {
      border-bottom: 0; }
#sidebar ul.archives {
  list-style: none;
  margin-left: 0; }
  #sidebar ul.archives .label {
    vertical-align: text-top; }

.modular-hero #to-start {
  bottom: 3.5rem; }

.modular-features {
  text-align: center; }
  .modular-features.offset-box .frame-box {
    margin: -3rem -1.4rem 3rem;
    padding: 1rem 1rem;
    background: #fff;
    box-shadow: 0 0 75px 0 rgba(48, 44, 44, 0.1); }
  .modular-features.small .columns {
    margin-top: -1rem; }
  .modular-features.small .column:hover .feature-icon i {
    color: #3085EE; }
  .modular-features.small .feature-icon {
    display: block;
    justify-content: left; }
    .modular-features.small .feature-icon i {
      position: relative;
      display: inherit;
      font-size: 70px;
      margin: 0 auto 1rem;
      transform: none;
      left: auto;
      top: auto;
      color: #998f8f; }
    .modular-features.small .feature-icon h6 {
      text-transform: none; }
  .modular-features .frame-box {
    padding: 3rem 0; }
    .modular-features .frame-box > p {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
  .modular-features .column {
    padding: 1rem; }
    .modular-features .column:hover .feature-icon {
      color: #998f8f; }
      .modular-features .column:hover .feature-icon h6 {
        color: #3085EE; }
    .modular-features .column:hover .feature-content {
      color: #585151; }
  .modular-features .feature-icon {
    font-size: 130px;
    height: 100px;
    color: #c9c5c5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1rem 0; }
    .modular-features .feature-icon i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .modular-features .feature-icon h6 {
      background: #fff;
      line-height: 1;
      z-index: 1;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0;
      display: block;
      color: #585151; }
  .modular-features .feature-content {
    color: #998f8f; }

.modular-text {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .modular-text .columns.left {
    flex-direction: row-reverse; }

.tiles {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  max-width: 1200px;
  width: 100%;
  margin: auto;
  flex-wrap: wrap; }
  @media screen and (min-width: 576px) {
    .tiles {
      grid-template-columns: repeat(2, 50%); } }
  @media screen and (min-width: 992px) {
    .tiles {
      grid-template-columns: repeat(3, 33.333%); } }

.tile-container {
  padding: 20px 12px;
  margin: auto; }

.tile-text {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .73px;
  line-height: 21px;
  margin-top: 15px;
  text-align: left !important; }

/* Portfolio specific CSS  */
.project-header, .sculpture-header {
  border-bottom: 1px solid #ACACAC;
  background: linear-gradient(179.61deg, #FFFFFF 0%, #E8E8E8 100%);
  padding: 70px 0;
  margin-bottom: 24px; }
  .project-header__inner {
    max-width: 800px; }
  .project-header h1, .sculpture-header h1 {
    font-family: Arvo;
    font-size: 32px;
    letter-spacing: 2.13px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center; }
  .project-header p, .sculpture-header p {
    font-family: Sarabun;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: 21px;
    text-align: center; }

.sculpture-header p {
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 21px;
  text-align: "left"; }

.sculpture-images {
  margin: auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1030px; }
  .sculpture-images__image {
    margin: 48px 0;
    background-color: #000;
    display: flex;
    width: 100%;
    align-items: flex-start; }
    .sculpture-images__image img {
      max-width: 620px;
      margin: auto;
      width: 100%; }

.project-text {
  max-width: 1030px;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 21px;
  padding: 0 12px; }
  .project-text__inner {
    padding: 50px 0;
    border-bottom: 1px solid #ACACAC; }
  .project-text__text {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .project-text__text {
        flex-direction: column;
        display: flex; } }
  .project-text h2 {
    color: #000000;
    font-family: Sarabun;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-top: 0;
    width: 30%;
    margin-right: 50px; }
    @media (max-width: 768px) {
      .project-text h2 {
        width: 100%;
        margin-right: 0; } }
  .project-text li {
    margin: 0; }
  .project-text ul {
    list-style-type: none;
    margin: 0;
    width: 70%; }
    .project-text ul ul {
      list-style-type: disc;
      list-style-position: outside;
      margin-left: 36px;
      margin-bottom: 22px;
      width: 100%; }
    @media (max-width: 768px) {
      .project-text ul {
        width: 100%; } }

.project-paragraph {
  max-width: 1030px;
  margin: auto;
  padding: 0 12px;
  font-size: 16px; }

.about-me .project-header, .about-me .sculpture-header {
  padding: 0px 0 30px 0; }
.about-me #header {
  border-bottom: none; }

.project-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1030px;
  padding: 0 12px;
  margin: 48px auto; }
  .project-hero__caption {
    width: 100%;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 17px;
    padding: 0px 24px 14px;
    background-color: #F2F2F2; }
    .project-hero__caption p {
      margin: 0; }

.project-image {
  display: flex;
  max-width: 1030px;
  margin: auto;
  align-items: center;
  margin: auto; }
  @media (max-width: 768px) {
    .project-image {
      flex-direction: column;
      margin: 0 12px; } }
  .project-image p {
    width: 100%;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 17px;
    background-color: #F2F2F2;
    margin: 48px 12px 0px;
    padding: 24px; }

.project-title {
  font-family: Arvo;
  font-size: 32px;
  letter-spacing: 2.13px;
  line-height: 40px;
  text-transform: uppercase; }

.project-images {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

.masonry-container {
  columns: 4 200px;
  column-gap: 1rem; }
  .masonry-container div {
    width: 150px;
    background: #EC985A;
    color: white;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: system-ui;
    font-weight: 900;
    font-size: 2rem; }
  .masonry-container div:nth-child(1) {
    height: 421px;
    line-height: 421px; }
  .masonry-container div:nth-child(2) {
    height: 462px;
    line-height: 462px; }
  .masonry-container div:nth-child(3) {
    height: 124px;
    line-height: 124px; }
  .masonry-container div:nth-child(4) {
    height: 224px;
    line-height: 224px; }
  .masonry-container div:nth-child(5) {
    height: 252px;
    line-height: 252px; }
  .masonry-container div:nth-child(6) {
    height: 458px;
    line-height: 458px; }
  .masonry-container div:nth-child(7) {
    height: 429px;
    line-height: 429px; }
  .masonry-container div:nth-child(8) {
    height: 466px;
    line-height: 466px; }
  .masonry-container div:nth-child(9) {
    height: 307px;
    line-height: 307px; }
  .masonry-container div:nth-child(10) {
    height: 404px;
    line-height: 404px; }
  .masonry-container div:nth-child(11) {
    height: 350px;
    line-height: 350px; }
  .masonry-container div:nth-child(12) {
    height: 378px;
    line-height: 378px; }
  .masonry-container div:nth-child(13) {
    height: 283px;
    line-height: 283px; }
  .masonry-container div:nth-child(14) {
    height: 380px;
    line-height: 380px; }
  .masonry-container div:nth-child(15) {
    height: 230px;
    line-height: 230px; }
  .masonry-container div:nth-child(16) {
    height: 105px;
    line-height: 105px; }
  .masonry-container div:nth-child(17) {
    height: 266px;
    line-height: 266px; }
  .masonry-container div:nth-child(18) {
    height: 442px;
    line-height: 442px; }
  .masonry-container div:nth-child(19) {
    height: 304px;
    line-height: 304px; }
  .masonry-container div:nth-child(20) {
    height: 362px;
    line-height: 362px; }
  .masonry-container div:nth-child(21) {
    height: 480px;
    line-height: 480px; }
  .masonry-container div:nth-child(22) {
    height: 452px;
    line-height: 452px; }
  .masonry-container div:nth-child(23) {
    height: 409px;
    line-height: 409px; }
  .masonry-container div:nth-child(24) {
    height: 443px;
    line-height: 443px; }
  .masonry-container div:nth-child(25) {
    height: 263px;
    line-height: 263px; }
  .masonry-container div:nth-child(26) {
    height: 461px;
    line-height: 461px; }
  .masonry-container div:nth-child(27) {
    height: 356px;
    line-height: 356px; }
  .masonry-container div:nth-child(28) {
    height: 402px;
    line-height: 402px; }
  .masonry-container div:nth-child(29) {
    height: 217px;
    line-height: 217px; }
  .masonry-container div:nth-child(30) {
    height: 320px;
    line-height: 320px; }
  .masonry-container div:nth-child(31) {
    height: 273px;
    line-height: 273px; }
  .masonry-container div:nth-child(32) {
    height: 470px;
    line-height: 470px; }
  .masonry-container div:nth-child(33) {
    height: 317px;
    line-height: 317px; }
  .masonry-container div:nth-child(34) {
    height: 251px;
    line-height: 251px; }
  .masonry-container div:nth-child(35) {
    height: 327px;
    line-height: 327px; }
  .masonry-container div:nth-child(36) {
    height: 424px;
    line-height: 424px; }

.next-prev {
  max-width: 1030px;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%; }

.next-prev-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: Sarabun;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.69px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: -30px; }
  @media (max-width: 768px) {
    .next-prev-links {
      margin-top: 6px; } }
  .next-prev-links a {
    padding: 12px;
    color: #302C2C; }
  .next-prev-links__pipe {
    border-right: 1px solid #302C2C;
    height: 18px; }

.login {
  width: 50%; }
  @media (max-width: 768px) {
    .login {
      width: 100%; } }
  .login__link {
    position: absolute;
    color: #302C2C;
    font-family: Sarabun;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.69px;
    line-height: 16px;
    text-transform: uppercase;
    top: 10px;
    left: 50px; }
    .login__link:visited {
      color: #302C2C; }
    .login__link:hover {
      text-decoration: underline; }
  .login .alert blockquote p {
    font-size: 16px;
    color: #302C2C; }
  .login form label {
    font-size: 16px;
    color: #302C2C;
    margin: 10px 0; }
  .login .button {
    background-color: #302C2C;
    color: white;
    width: 100px;
    height: 34px; }
    @media (max-width: 576px) {
      .login .button {
        margin-top: 10px;
        width: 200px; } }
  .login__form {
    display: flex;
    justify-content: center;
    align-items: center; }
    .login__form__input {
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 576px) {
        .login__form__input {
          flex-direction: column; } }
    @media (max-width: 576px) {
      .login__form {
        display: flex;
        align-items: center;
        flex-direction: column;
        max-width: 400px;
        margin: auto; } }
  .login input {
    height: 34px;
    width: 200px;
    margin: 0 12px; }

.contact-form {
  display: flex;
  flex-direction: column;
  max-width: 1030px;
  margin: auto;
  padding: 30px 0;
  align-items: center; }
  .contact-form label {
    font-family: Sarabun;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.25px;
    line-height: 21px;
    margin-bottom: 6px; }
  .contact-form input, .contact-form textarea {
    background-color: #F1F1F1;
    padding: 12px;
    border: 1px solid #F1F1F1;
    height: unset;
    border-radius: 0; }
  .contact-form textarea {
    height: 300px; }
  .contact-form .form-input:not(:placeholder-shown):invalid,
  .contact-form .search-input:not(:placeholder-shown):invalid,
  .contact-form [data-grav-field="array"] input:not(:placeholder-shown):invalid,
  .contact-form [data-grav-field="array"] textarea:not(:placeholder-shown):invalid {
    border-color: #E32020;
    box-shadow: none; }
  .contact-form .form-input:focus,
  .contact-form .search-input:focus,
  .contact-form [data-grav-field="array"] input:focus,
  .contact-form [data-grav-field="array"] textarea:focus {
    box-shadow: none; }
  @media screen and (min-width: 768px) {
    .contact-form {
      flex-direction: row; } }
  .contact-form .required {
    display: none; }
  .contact-form .form-field, .contact-form .form-group {
    margin-bottom: 12px; }
  .contact-form__form {
    width: 100%;
    padding: 12px;
    margin-right: 54px; }
    @media (max-width: 768px) {
      .contact-form__form {
        margin-right: 0px; } }
  .contact-form button {
    height: 44px;
    width: 200px;
    color: #302C2C;
    font-family: Sarabun;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.91px;
    line-height: 21px;
    text-transform: uppercase;
    border: 2px solid #302C2C;
    border-radius: 4px; }
    .contact-form button:hover {
      background-color: transparent;
      border: 2px solid #302C2C;
      opacity: .75; }
  .contact-form .button-wrapper {
    display: flex;
    justify-content: flex-end; }
  .contact-form__image {
    width: 100%;
    padding: 12px;
    max-width: 400px;
    align-self: flex-start; }
    @media (max-width: 768px) {
      .contact-form__image {
        align-self: center; } }
    
    .featherlight:last-of-type {
        background-color: rgba(0, 0, 0, 0.5); }

    .featherlight .featherlight-image {
        margin-bottom: 10px; }
    
    .featherlight .featherlight-content {
        padding: 45px 45px 0;
        border-bottom: 45px solid transparent;
    }

    .featherlight-content .caption {
        color: #302C2C;
        font-family: Sarabun;
        font-size: 14px;
        letter-spacing: 0.22px;
        line-height: 18px;
    text-align: center;
    margin-top: 12px; }


/*# sourceMappingURL=theme.css.map */
