/*!
Theme Name: Trent
Theme URI: 
Author: Mike Cartwright
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.72
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trent
Tags: 

*/
/*
 http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  background-color: #f2f2f2;
}

img {
  width: 100%;
  display: block;
}

h1 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.143;
  margin: 0 0 1.143em;
}

h2 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 1em;
}

h3 {
  font-size: 1.25em;
  font-weight: 500;
  margin: 0 0 1em;
  line-height: 1.3;
}

p {
  margin: 0 0 1em;
  line-height: 1.333;
}

b, strong {
  font-weight: 600;
}

i, em {
  font-style: italic;
}

sup {
  position: relative;
  bottom: 0.8em;
  font-size: 0.75em;
}

sub {
  position: relative;
  top: 0.375em;
}

ol, ul {
  margin: 1em 2em;
}

li {
  text-indent: 0.25em;
  line-height: 1.3;
}

li ul,
li ol {
  margin: 0 2em;
}

#main figure.alignleft {
  margin: 0 1em 1em 0;
}

#main figure.alignright {
  margin: 0 0 1em 1em;
}

#main figure.size-medium {
  width: 30%;
}

#main figure.size-large {
  width: 50%;
}

.buttonlinkwrap {
  text-align: center;
}

.buttonlink {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color: red;
  border-radius: 0.75em;
  color: white;
  font-weight: 500;
}

#main {
  padding: 1.75em;
  max-width: 87.5em;
  margin: auto;
}

.letterbox-outer {
  position: relative;
  overflow: hidden;
  padding: 50% 0 0 0;
  height: 0;
  max-height: 100%;
  width: 100%;
}

.letterbox-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.letterbox {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.services {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 1.75em 0;
}

.service-card {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}

.service.letterbox-outer {
  padding: 66% 0 0 0;
}

.service-cardinner {
  position: relative;
  top: -2em;
  background-color: white;
  width: 90%;
  margin: auto;
  padding: 1em;
  box-sizing: border-box;
}

.service-heading {
  text-align: center;
}

.service-cta.buttonlink {
  margin: auto;
}

.four-icons {
  background-color: #555;
  padding: 1.75em;
  color: #fff;
}

.fouric-heading {
  text-align: center;
}

.fouric-cardwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0 0 0;
}

.fouric-card {
  text-align: center;
  margin: 0 0 3em;
}

.fouric-icon {
  height: 3em;
  width: auto;
  margin: auto;
}

.fouric-icon svg {
  height: 100%;
}

.fouric-icon .sbsvg {
  fill: white;
}

.fouric-title {
  font-weight: 600;
  font-size: 1.125em;
  margin: 1em 0;
}

.fouric-text {
  line-height: 1.249;
}

#contact-form {
  padding: 1.75em;
}

#contact-form-right {
  margin: 1.75em 0 0 0;
}

#contact-map {
  width: 80%;
  margin: auto;
}

.service-listitem {
  margin: 0 0 1.75em;
  padding: 0 0 1.75em;
  border-bottom: 0.125em solid #555;
}

.serviceli.letterbox-outer {
  padding: 66% 0 0 0;
}

.serviceli-cardinner {
  margin: 1em 0 0 0;
}

.contact-bar {
  background-color: #3a3a3a;
  color: white;
  padding: 3em;
  text-align: center;
}

.contact-barinner {
  margin: auto;
  max-width: 50em;
}

.team-card {
  text-align: center;
}

.team-member {
  max-width: 12.5em;
  margin: 0 auto 1.75em;
  text-align: center;
}

.team-photo {
  width: 100%;
}

.team-name {
  font-weight: 500;
  line-height: 1.333;
  margin: 0.5em 0;
  color: red;
}

footer {
  background-color: #aaa;
  padding: 1.75em;
}

#footer-inner {
  max-width: 87.5em;
  margin: auto;
}

.form-item {
  margin: 0 0 1em;
}

.form-label {
  width: 100%;
  display: block;
  margin: 0 0 0.25em;
  font-weight: 500;
}

.form-textbox {
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
}

.form-textarea {
  width: 100%;
  padding: 0.5em;
  min-height: 8em;
  font-family: Montserrat, sans-serif;
  box-sizing: border-box;
}

.form-row.button-row {
  text-align: right;
}

.form-row.nectar {
  display: none;
}

button {
  border: none;
  border-radius: 0.75em;
  background-color: red;
  color: white;
  font-weight: 500;
  padding: 0.5em 1em;
  cursor: pointer;
}

.form-notification.success {
  width: 100%;
  padding: 1em;
  background-color: #bfe5bf;
  margin: 0 0 1em;
  box-sizing: border-box;
}

#main-top-background {
  position: fixed;
  left: -20000px;
}

#main-top-hero {
  position: relative;
  background-image: url("./assets/header-background.png"), linear-gradient(90deg, rgb(35, 34, 32) 0%, rgb(110, 108, 104) 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  width: 100%;
  padding: 1.75em;
  box-sizing: border-box;
}

#main-top-extraoverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#main-top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 3em;
  max-width: 87.5em;
}

#main-top-header.hasoverlay {
  position: relative;
}

#main-top-upper {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#main-top-logo {
  width: 100%;
  flex: 1;
  margin: 0 3em 0 0;
  max-width: 16em;
}

#main-top-nav {
  flex: 0 0 2em;
  width: 2em;
  margin: 0 0 0 auto;
}

#main-top-divide {
  flex: 0 0 100%;
  width: 100%;
  height: 0.063em;
  background-color: white;
  margin: 1.5em 0 0 0;
}

#main-top-lower {
  width: 100%;
  max-width: 87.5em;
  margin: auto;
}

#main-top-lower.hasoverlay {
  position: relative;
}

#main-top-heading {
  color: white;
}

#main-top-leadtext {
  color: white;
  font-weight: 500;
  max-width: 50%;
}

#main-top-cta {
  margin: 1em 0 0 0;
}

#main-top-navicon {
  cursor: pointer;
}

#main-top-navicon .sbsvg {
  fill: white;
}

nav {
  position: fixed;
  left: -5000px;
  background-color: #ccc;
  height: 100%;
  top: 0;
  width: 70%;
  padding: 1.75em;
  box-sizing: border-box;
  max-width: 16em;
}

nav.open {
  left: 0;
  transition: left 0.5s ease;
}

nav.close {
  left: -5000px;
  transition: left 0.5s ease;
}

.navitem {
  color: black;
  margin: 0 0 1em;
  display: block;
  text-decoration: none;
}

/*!
Theme Name: Trent
Theme URI: 
Author: Mike Cartwright
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.72
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trent
Tags: 

*/
@media all and (min-width: 600px) {
  .services {
    gap: 2%;
  }
  .service-card {
    flex: 0 0 48%;
    width: 48%;
  }
  .service-cardinner {
    display: flex;
    flex-direction: column;
  }
  .service-text {
    margin: 0 0 auto;
  }
  .service-ctawrap {
    margin: auto 0 0 0;
    padding: 1em 0 0 0;
  }
  .fouric-card {
    flex: 0 0 45%;
    width: 45%;
  }
  .service-listitem {
    display: flex;
    justify-content: space-between;
  }
  .serviceli-imagewrap {
    flex: 0 0 35%;
    width: 35%;
  }
  .serviceli-cardinner {
    margin: 0 0 0 1.75em;
  }
  .team-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 36em;
    margin: auto;
    gap: 15%;
  }
  .team-photo {
    width: auto;
    height: 12.5em;
  }
  .team-member {
    flex: 0 0 45%;
    width: 45%;
  }
}
@media all and (min-width: 750px) {
  #contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #contact-form-heading {
    flex: 0 0 100%;
    width: 100%;
  }
  #contact-form-left {
    flex: 0 0 45%;
    width: 45%;
  }
  #contact-form-right {
    flex: 0 0 45%;
    width: 45%;
    margin: 0;
  }
  #contact-map {
    width: 100%;
    max-width: 20em;
  }
}
@media all and (min-width: 960px) {
  .services {
    margin: 0 0 2.25em 0;
  }
  .service-card {
    flex: 0 0 32%;
    width: 32%;
  }
  .fouric-card {
    flex: 0 0 40%;
    width: 40%;
  }
  #main-top-header {
    margin: 0 auto 10%;
  }
  #main-top-nav {
    flex: 1;
    width: auto;
  }
  h1 {
    font-size: 2em;
  }
  #main-top-navicon {
    display: none;
  }
  nav {
    position: static;
    width: 100%;
    background-color: transparent;
    display: flex;
    max-width: none;
    justify-content: flex-end;
    padding: 0;
  }
  .navitem {
    color: white;
    margin: 0 0 0 3em;
  }
}
@media all and (min-width: 1200px) {
  .services {
    margin: 0 0 3em 0;
  }
  .service-card {
    flex: 0 0 30%;
    width: 30%;
  }
  .service-cardinner {
    padding: 2em;
  }
  .four-icons {
    padding: 3em;
  }
  .fouric-card {
    flex: 0 0 23%;
    width: 23%;
  }
  .fouric-title {
    margin: 1.75em 0;
  }
  .service-listitem {
    margin: 0 0 3em;
    padding: 0 0 3em;
  }
  .serviceli-imagewrap {
    flex: 0 0 25em;
    width: 25em;
  }
  .serviceli-cardinner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .serviceli-cta.buttonlink {
    margin: auto 0 0 0;
    width: auto;
  }
  .team-grid {
    gap: 2%;
    max-width: 50em;
  }
  .team-member {
    flex: 0 0 32%;
    width: 32%;
  }
  #main-top-header {
    margin: 0 auto 5%;
  }
  #main figure.alignleft {
    margin: 0 3em 1.75em 0;
  }
  #main figure.alignright {
    margin: 0 0 1.75em 3em;
  }
  .cky-btn-revisit-wrapper {
    width: 1.5em !important;
    height: 1.5em !important;
  }
}
/* 	OVERRIDES */
.nomargin {
  margin: 0;
}

.hidden {
  display: none;
}

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