/*
	Theme Name:	Twenty Twenty-One Child
	Author:		Madeline Jaeger
	Template:	twentytwentyone
	Version:	1.0.0
*/
/* Colors */
/* Fonts */
/* Breakpoints */
/* CSS Reset
------------------------------------------------*/
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; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* General
------------------------------------------------*/
body {
  font-family: "Crimson Text", serif;
  color: #363636 !important; }

h1, .h1, .site-title {
  font-family: "Crimson Text", serif !important;
  text-transform: lowercase;
  color: #363636 !important; }
  h1.entry-title, .h1.entry-title, .site-title.entry-title {
    text-align: center; }

.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (max-width: 1000px) {
    .container {
      width: 100%; } }

/* Navigation
------------------------------------------------*/
header.site-header {
  max-width: 1000px;
  padding: 60px 20px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    header.site-header {
      padding: 40px 20px; } }
  @media only screen and (max-width: 550px) {
    header.site-header {
      text-align: center; } }
  @media only screen and (max-width: 550px) {
    header.site-header .site-branding {
      width: 100% !important;
      max-width: 100% !important; } }
  header.site-header .site-branding a {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }
    header.site-header .site-branding a:hover, header.site-header .site-branding a:focus {
      background: none !important;
      outline: none !important;
      text-decoration: none !important;
      color: #e8e8e8 !important; }
  @media only screen and (max-width: 550px) {
    header.site-header #site-navigation {
      position: absolute; } }
  @media only screen and (max-width: 481px) {
    header.site-header #site-navigation .dropdown-icon.close {
      position: absolute;
      top: -20px;
      right: 15px; } }
  header.site-header #site-navigation li.current-menu-item a {
    text-decoration: none;
    color: #e8e8e8; }
  header.site-header #site-navigation a {
    font-family: "Nunito Sans", sans-serif;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }
    header.site-header #site-navigation a:hover {
      color: #e8e8e8; }
    header.site-header #site-navigation a:focus {
      background: none;
      outline: none;
      text-decoration: none; }

/* Home
------------------------------------------------*/
#home {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #home > div {
    flex: 0 0 48%; }
    #home > div img {
      width: 100%; }
    #home > div p {
      margin-bottom: 20px; }
      #home > div p:last-child {
        margin-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      #home > div {
        justify-content: center;
        flex: 0 0 100%;
        margin-bottom: 20px; }
        #home > div:last-child {
          margin-bottom: 0px; } }

/* Work
------------------------------------------------*/
.post-type-archive-projects p {
  text-align: center; }
.post-type-archive-projects .slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 30px;
  color: #e8e8e8; }
  .post-type-archive-projects .slider-controls > div {
    padding: 20px; }
    .post-type-archive-projects .slider-controls > div:hover {
      cursor: pointer;
      opacity: 0.7; }
.post-type-archive-projects .projects-slider img {
  max-width: 100% !important; }
.post-type-archive-projects .projects-slider .slick-slide {
  margin: 0 20px; }
.post-type-archive-projects .projects-slider .slick-list {
  margin: 0 -20px; }
@media only screen and (max-width: 746px) {
  .post-type-archive-projects .projects-slider img {
    max-width: initial !important; }
  .post-type-archive-projects .projects-slider .slick-slide {
    margin: 0 10px; }
  .post-type-archive-projects .projects-slider .slick-list {
    margin: 0 -10px; } }
@media only screen and (max-width: 460px) {
  .post-type-archive-projects .projects-slider .slick-slide, .post-type-archive-projects .projects-slider .slick-list {
    margin: 0; } }

/* Contact
------------------------------------------------*/
form.wpcf7-form {
  font-family: "Crimson Text", serif; }
  form.wpcf7-form ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    form.wpcf7-form ul li {
      margin-bottom: 20px; }
      form.wpcf7-form ul li input[type="text"], form.wpcf7-form ul li input[type="email"], form.wpcf7-form ul li textarea {
        font-family: "Crimson Text", serif;
        width: 100%;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #363636;
        font-size: 20px;
        color: #363636;
        background: #adb5bd; }
        form.wpcf7-form ul li input[type="text"]::placeholder, form.wpcf7-form ul li input[type="email"]::placeholder, form.wpcf7-form ul li textarea::placeholder {
          font-family: "Crimson Text", serif;
          font-size: 20px;
          color: #363636; }
        form.wpcf7-form ul li input[type="text"]:focus, form.wpcf7-form ul li input[type="email"]:focus, form.wpcf7-form ul li textarea:focus {
          outline: none; }
      form.wpcf7-form ul li input:-webkit-autofill,
      form.wpcf7-form ul li input:-webkit-autofill:hover,
      form.wpcf7-form ul li input:-webkit-autofill:focus,
      form.wpcf7-form ul li input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #adb5bd inset !important;
        -webkit-text-fill-color: #363636 !important; }
    form.wpcf7-form ul li:first-child, form.wpcf7-form ul li:nth-child(2) {
      flex: 0 0 49%; }
      @media only screen and (max-width: 481px) {
        form.wpcf7-form ul li:first-child, form.wpcf7-form ul li:nth-child(2) {
          flex: 1 0 100%; } }
    form.wpcf7-form ul li:nth-child(3), form.wpcf7-form ul li:nth-child(4) {
      flex: 1 0 100%; }
  form.wpcf7-form input[type="submit"] {
    background-color: transparent !important;
    border-bottom: 2px solid #363636;
    font-size: 20px;
    font-family: "Crimson Text", serif;
    color: #363636 !important;
    padding: 10px 20px 10px 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }
    form.wpcf7-form input[type="submit"]:hover {
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid transparent;
      color: #fff !important;
      border-bottom: 2px solid #fff; }
    form.wpcf7-form input[type="submit"]:focus {
      outline: none; }
  form.wpcf7-form .wpcf7-response-output {
    border: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }

/* Footer
------------------------------------------------*/
footer.site-footer {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 0 0 20px; }
  @media only screen and (max-width: 767px) {
    footer.site-footer {
      padding: 0 20px; } }
  footer.site-footer > div {
    flex: 0 0 50%; }
    @media only screen and (max-width: 767px) {
      footer.site-footer > div {
        flex: 0 0 100%;
        text-align: center;
        margin: 0 0 20px 0; } }
    footer.site-footer > div #social-media {
      list-style-type: none;
      padding: 0;
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        footer.site-footer > div #social-media {
          justify-content: center; } }
      footer.site-footer > div #social-media li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        width: 80px;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear; }
        @media only screen and (max-width: 350px) {
          footer.site-footer > div #social-media li {
            flex: 0 0 50%; } }
        footer.site-footer > div #social-media li a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          width: 100%;
          font-size: 24px;
          color: #fff;
          text-decoration: none; }
        footer.site-footer > div #social-media li.linkedin {
          background: #007bb6; }
        footer.site-footer > div #social-media li.twitter {
          background: #55acee; }
        footer.site-footer > div #social-media li.email {
          background: #f06457; }
        footer.site-footer > div #social-media li.instagram {
          background: #517fa4; }
        footer.site-footer > div #social-media li:hover {
          background: #363636; }
          footer.site-footer > div #social-media li:hover a {
            color: #fff; }

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