/*
Theme Name: Semporo
Theme URI: https://semporo.com
Author: Ross Williamson
Author URI: https://rosswilliamson.com
Description: Semporo
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: 

*/
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

a:link, a:visited {
  text-decoration: none;
  color: #0177ad;
  transition: color 0.25s linear;
}

a:hover {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.center {
  text-align: center;
}

h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}

#headercontainer {
  text-align: center;
  margin-top: 5%;
}

#policycontainer #policy {
  max-width: 900px;
  margin: auto;
  padding: 5% 0;
}
#policycontainer #policy h1 {
  font-size: 32px;
  line-height: 38px;
}
#policycontainer #policy h4 {
  margin-bottom: 5px;
}
#policycontainer #policy p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}
#policycontainer #policy ul, #policycontainer #policy ol {
  margin-bottom: 30px;
  margin-left: 20px;
}
#policycontainer #policy li {
  list-style-type: disc;
  line-height: 24px;
}

#herocontainer {
  background-color: #1d1d1d;
  background-image: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%), url(img/hero3.jpg);
  background-repeat: repeat no-repeat;
  background-position: top;
  background-size: cover;
  text-align: center;
  height: 100vh;
}
#herocontainer #hero {
  height: 100%;
  position: relative;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.7));
  display: flex;
  justify-content: center;
  align-items: center;
}
#herocontainer #hero #herostructure {
  padding-bottom: 8%;
}
#herocontainer #hero #herostructure img {
  margin-bottom: 30px;
}
#herocontainer #hero #herostructure h1 {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 42px;
  line-height: 50px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 30px;
  color: #333;
}
#herocontainer #hero #herostructure a.button {
  background-color: #EF8136;
  color: #fff;
  padding: 13px 30px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  width: 160px;
  border: 2px solid #EF8136;
  transition: all 0.5s ease;
}
#herocontainer #hero #herostructure a.button:hover {
  background-color: #000;
  border-color: #000;
}
#herocontainer #hero #herostructure a.buttonoutline {
  background-color: transparent;
  color: #000;
  padding: 13px 30px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  width: 160px;
  border: 2px solid #000;
}
#herocontainer #hero #herostructure a.buttonoutline:hover {
  background-color: #000;
  color: #fff;
}

#teamcontainer {
  background-color: #000;
  background-image: linear-gradient(35deg, black 50%, #264C35 100%);
  color: #fff;
}
#teamcontainer #team {
  max-width: 1200px;
  margin: auto;
  padding: 5% 0;
}
#teamcontainer #team h2 {
  text-align: center;
  margin-bottom: 50px;
}
#teamcontainer #team h4 {
  font-size: 20px;
}
#teamcontainer #team p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
#teamcontainer #team p.title {
  color: #EF8136;
  margin-bottom: 20px;
  font-size: 16px;
}
#teamcontainer #team #teamstructure {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: auto;
}
#teamcontainer #team #teamstructure > li {
  width: 49%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 5%;
}
#teamcontainer #team #teamstructure > li ul li {
  font-size: 16px;
  line-height: 24px;
}
#teamcontainer #team #teamstructure > li .teaminfo {
  display: flex;
}
#teamcontainer #team #teamstructure > li .teaminfo img {
  background-color: #EF8136;
  margin-right: 20px;
  border-radius: 50px;
  width: 80px;
  margin-bottom: 30px;
}
#teamcontainer #team #teamstructure > li ul.teambullets {
  border-top: 1px dashed #555;
}
#teamcontainer #team #teamstructure > li ul.teambullets li {
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px dashed #555;
  padding-bottom: 12px;
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.7);
}

#contactcontainer #contact {
  width: 70%;
  max-width: 900px;
  margin: auto;
  padding: 5% 0;
}
#contactcontainer #contact h2 {
  text-align: center;
  margin-bottom: 30px;
}
#contactcontainer #contact h2 + p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
#contactcontainer #contact #contactform {
  width: 70%;
  max-width: 700px;
  margin: auto;
  background: #f6f6f6;
  padding: 5%;
  border-radius: 10px;
  border: 1px solid #ddd;
}
#contactcontainer #contact #contactform .wpcf7 input, #contactcontainer #contact #contactform .wpcf7 textarea, #contactcontainer #contact #contactform .wpcf7 select {
  width: 100%;
  padding: 10px;
  font-size: 1.125rem;
  border: 1px solid #ccc;
  font-family: "Lato";
  margin-top: 5px;
  background: #fff;
}
#contactcontainer #contact #contactform .wpcf7 label {
  font-weight: 400;
  margin-top: 20px;
  display: block;
}
#contactcontainer #contact #contactform .wpcf7 .wpcf7-submit {
  padding: 13px 30px;
  border-radius: 5px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  background-color: #EF8136;
  color: #fff;
}
#contactcontainer #contact #contactform .wpcf7 .wpcf7-submit:hover {
  background: #1d1d1d;
  color: #fff;
}
#contactcontainer #contact #contactform .wpcf7 .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #fff;
}
#contactcontainer #contact #contactform .wpcf7 .wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 15px;
}
#contactcontainer #contact #contactform .wpcf7 .wpcf7 form.invalid .wpcf7-response-output,
#contactcontainer #contact #contactform .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output,
#contactcontainer #contact #contactform .wpcf7 .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #f00;
  background: #f00;
}
#contactcontainer #contact #contactform .wpcf7 .wpcf7 form.sent .wpcf7-response-output {
  border-color: #52B537;
  background: #52B537;
}

#footercontainer #footer {
  text-align: center;
  padding-bottom: 50px;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

/************************************************************************/
/************************************************************************/
/************************************************************************/
@media screen and (max-width: 480px) {
  #herocontainer #hero #herostructure h1 {
    font-size: 26px;
    line-height: 32px;
    max-width: 90%;
  }
  #herocontainer #hero #herostructure a.button {
    width: 80%;
    margin-bottom: 10px;
  }
  #herocontainer #hero #herostructure a.buttonoutline {
    width: 80%;
  }
  #teamcontainer #team {
    padding: 10% 0;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  #teamcontainer #team #teamstructure {
    flex-direction: column;
  }
  #teamcontainer #team #teamstructure > li {
    width: 90%;
    margin: auto;
    margin-bottom: 5%;
  }
  #teamcontainer #team p {
    font-size: 16px;
    line-height: 22px;
  }
  #contactcontainer #contact {
    padding: 10% 0;
    width: 90%;
  }
  #contactcontainer #contact #contactform {
    width: 100%;
  }
  #policycontainer {
    width: 90%;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */