/*
Theme Name: Drawing Change 2019 theme
Theme URI: https://kunstudios.com
Description: Custom responsive theme for Drawing Change based on Bluelime Starter theme.
Version: 2.1

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
More information: http://codex.wordpress.org/Theme_Review#Licensing

Author: Krisztina Kun
Author URI: https://kunstudios.com
*
*
*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  overflow-x: hidden; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: 300;
  text-align: left; }

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

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

p {
  margin-bottom: 10px; }

.text--small {
  font-size: 16px; }

b, strong {
  font-weight: 700; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 75%;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 75%;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

p a,
.post li a,
article li a,
.services h3 a,
h2.title__page a {
  color: #404040;
  border-bottom: 0.2rem solid #2BCFE0;
  -webkit-transition: 0.2s, ease-in-out;
  transition: 0.2s, ease-in-out; }
  p a:visited,
  .post li a:visited,
  article li a:visited,
  .services h3 a:visited,
  h2.title__page a:visited {
    color: #404040;
    border-bottom: 0.2rem solid #96E03F; }
  p a:hover,
  .post li a:hover,
  article li a:hover,
  .services h3 a:hover,
  h2.title__page a:hover {
    color: #404040;
    background-color: #2BCFE0;
    text-decoration: none; }
    p a:hover:visited:hover,
    .post li a:hover:visited:hover,
    article li a:hover:visited:hover,
    .services h3 a:hover:visited:hover,
    h2.title__page a:hover:visited:hover {
      background-color: #96E03F; }

h2.title__post a {
  color: #404040;
  -webkit-transition: 0.2s, ease-in-out;
  transition: 0.2s, ease-in-out; }
  h2.title__post a:visited {
    color: #404040;
    border-bottom: 0.2rem solid #96E03F; }
  h2.title__post a:hover {
    color: #404040;
    background-color: #2BCFE0;
    text-decoration: none; }
    h2.title__post a:hover:visited:hover {
      background-color: #96E03F; }

p a.button:visited {
  color: #404040; }

p a.button:hover {
  color: #404040; }
  p a.button:hover:visited:hover {
    color: #404040; }

#branding p a:hover {
  background-color: #fff; }
  #branding p a:hover:visited:hover {
    background-color: #fff; }

p a.revgrey {
  background: #eee;
  border: 2px solid #404040;
  color: #404040;
  margin: 15px;
  margin-left: 0; }
  p a.revgrey:hover {
    background: #404040;
    border-color: #eee;
    border-bottom: none;
    color: #eee;
    text-decoration: none; }
  p a.revgrey:visited:hover {
    color: #eee !important;
    background: #404040; }

a,
h3.title__page a {
  text-decoration: none;
  color: #404040;
  border-bottom: none;
  -webkit-transition: 0.2s, ease-in-out;
  transition: 0.2s, ease-in-out; }
  a:visited,
  h3.title__page a:visited {
    color: #404040; }
  a:hover, a:focus, a:active,
  h3.title__page a:hover,
  h3.title__page a:focus,
  h3.title__page a:active {
    color: #2BCFE0; }
  a.link__more, a.comment-reply-link,
  h3.title__page a.comment-reply-link,
  h3.title__page a.link__more,
  h3.title__page a.comment-reply-link {
    text-decoration: none; }
    a.link__more:after, a.comment-reply-link:after,
    h3.title__page a.comment-reply-link:after,
    h3.title__page a.link__more:after,
    h3.title__page a.comment-reply-link:after {
      content: "\00bb";
      padding-left: 5px; }

.svg-inline--fa {
  font-size: 24px;
  margin-right: 4px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #404040;
  font-family: "museo", Georgia, Times, "Times New Roman", serif;
  font-weight: 700; }

h1 {
  font-size: 42px;
  margin: 0 0 10px; }

h1.title__page {
  margin: 10px 0 0; }

h2 {
  font-size: 28px;
  margin: 10px 0; }
  h2 a {
    text-decoration: none; }
    h2 a:hover {
      text-decoration: underline; }

.resource-post h2.portfolio-title {
  color: #404040; }
  .resource-post h2.portfolio-title:hover {
    color: #404040; }

h3 {
  font-size: 22px;
  margin: 10px 0; }

h2.homelink {
  font-size: 22px;
  font-weight: normal; }

h2.title__page {
  font-size: 22px;
  margin: 10px 0; }

h4 {
  font-size: 16px;
  margin: 15px 0; }
  h4.title__sidebar {
    border-bottom: 1px solid #eee;
    text-transform: uppercase; }

.site__footer h2,
.site__footer h2.footer-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .25px; }

h2.title__sidebar {
  font-size: 16px;
  margin: 15px 0;
  border-bottom: 1px solid #eee;
  text-transform: uppercase; }

h5,
h6 {
  font-size: 18px;
  margin: 10px 0; }

blockquote {
  color: #404040;
  font-family: "museo", Georgia, Times, "Times New Roman", serif;
  margin: 0.5em 0;
  padding: 0.5em 1em 0; }
  blockquote p {
    font-size: 22px;
    margin-bottom: 0.75em; }
    @media screen and (max-width: 30em) {
      blockquote p {
        font-size: 18px; } }

.testimonialbackground {
  padding: 20px 0; }

.background-blue {
  background: url(images/blue.png); }

.background-yellow {
  background: url(images/yellow.png); }

.background-green {
  background: url(images/green.png); }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

.no-padding-list, .main__nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: 700; }

td, th {
  padding: 3px 5px; }

/* Main Layout
---------------------------*/
.row {
  width: 100%; }

.container, .container--narrow, .container--wide, .site__header--wrapper, .home-cta, .sidebar--secondary {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1200px; }
  .container:before, .container--narrow:before, .container--wide:before, .site__header--wrapper:before, .home-cta:before, .sidebar--secondary:before, .container:after, .container--narrow:after, .container--wide:after, .site__header--wrapper:after, .home-cta:after, .sidebar--secondary:after {
    content: "";
    display: table; }
  .container:after, .container--narrow:after, .container--wide:after, .site__header--wrapper:after, .home-cta:after, .sidebar--secondary:after {
    clear: both; }

.container--narrow {
  max-width: 800px; }

.container--wide {
  max-width: 1000px; }

.site__main {
  padding: 30px 2%; }
  @media screen and (min-width: 1200px) {
    .site__main {
      padding: 30px 0; } }

.block__left {
  float: left; }

.block__right {
  float: left; }
  @media screen and (min-width: 37.5em) {
    .block__right {
      float: right; } }

.content {
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .content {
      width: 65%; } }

.content__area {
  margin: 40px 0 0; }

.section__space {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 48em) {
    .section__space {
      margin-top: 20px;
      margin-bottom: 20px; } }

.sidebar {
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .sidebar {
      width: 25%; } }

.content__fourofour {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 200px;
  width: 100%; }

@media screen and (min-width: 48em) {
  .site__header {
    padding: 20px 0; } }

.site__header--wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .site__header--wrapper .site__branding {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .site__header--wrapper .site__nav {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (min-width: 37.5em) {
    .site__header--wrapper .site__branding {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .site__header--wrapper .site__nav {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  @media screen and (min-width: 60em) {
    .site__header--wrapper {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
      .site__header--wrapper .site__branding {
        width: 35%; }
      .site__header--wrapper .site__nav {
        width: 65%; } }

.site__title {
  margin: 0; }
  .site__title a {
    background: url("images/logo.png") no-repeat;
    display: block;
    height: 75px;
    margin: 10px auto;
    text-indent: -9999px;
    width: 361px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .site__title a {
        /* on retina, use image that's scaled by 2 */
        background-image: url("images/logo@2x.png");
        background-size: 361px 75px; } }
    @media screen and (min-width: 60em) {
      .site__title a {
        margin: 20px 0;
        padding: 0; } }

p.site__title a {
  border-bottom: none; }

.site__description {
  display: none;
  margin: 0; }

.main__nav ul {
  text-align: center; }
  @media screen and (min-width: 60em) {
    .main__nav ul {
      text-align: right; } }
  .main__nav ul li {
    display: inline-block;
    position: relative; }
    .main__nav ul li:hover {
      background: #2BCFE0; }
    .main__nav ul li:hover ul {
      display: block; }
    .main__nav ul li a {
      color: #404040;
      display: block;
      padding: 5px 20px;
      text-decoration: none; }
      .main__nav ul li a:hover {
        background: #2BCFE0;
        color: #404040; }

.main__nav ul ul {
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  z-index: 99999; }
  .main__nav ul ul ul {
    top: 0;
    left: 100%; }
  .main__nav ul ul a {
    color: #404040;
    width: 200px; }
    .main__nav ul ul a:hover, .main__nav ul ul a:focus {
      background: #2BCFE0;
      color: #fff; }

.main__nav .current_page_item > a,
.main__nav .current-menu-item > a,
.main__nav .current_page_ancestor > a,
.main__nav .current_page_item > a:hover,
.main__nav .current-menu-item > a:hover,
.main__nav .current_page_item > a:focus,
.main__nav .current-menu-item > a:focus {
  background: rgba(43, 207, 224, 0.5);
  color: #404040; }

.main__nav ul ul .current_page_parent,
.main__nav .current_page_parent .current_page_item > a {
  background: #fff;
  color: #404040; }
  .main__nav ul ul .current_page_parent:hover,
  .main__nav .current_page_parent .current_page_item > a:hover {
    background: #2BCFE0;
    color: #fff; }

.bookbutton {
  font-size: 16px;
  font-weight: normal;
  background: none;
  color: #404040;
  border: 1px solid #404040;
  text-transform: uppercase;
  border-radius: 0px;
  white-space: nowrap; }
  .bookbutton:hover {
    background: #404040;
    border-color: #404040;
    color: #404040; }
  .bookbutton li a:hover {
    padding: .5em 1em;
    color: #404040; }
  .bookbutton:focus, .bookbutton:active {
    border-color: #ccc; }

ul li.bookbutton:hover {
  color: #404040; }

ul li.bookbutton a {
  padding: .5em 1em; }
  ul li.bookbutton a:hover {
    color: #404040; }

.main__nav--toggle {
  cursor: pointer;
  display: none;
  padding: 10px; }

@media screen and (max-width: 37.5em) {
  .main__nav--toggle {
    background: #404040;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
    margin: 0;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    width: 100%; }
    .main__nav--toggle a,
    .main__nav--toggle a:hover {
      color: #fff;
      text-decoration: none; }
    .main__nav--toggle:before {
      content: '\2261';
      margin-right: 10px; } }

@media screen and (max-width: 37.5em) {
  .main__nav.toggled .nav-menu {
    display: block; }
  .main__nav ul {
    display: none;
    padding-left: 0;
    text-align: left; }
    .main__nav ul li {
      display: block;
      border-top: 1px solid #eee; }
      .main__nav ul li a {
        background: #404040;
        color: #fff;
        padding: 10px 20px; }
        .main__nav ul li a:hover {
          background: #2BCFE0;
          color: #fff; }
    .main__nav ul ul,
    .main__nav ul ul ul {
      -webkit-box-shadow: none;
              box-shadow: none;
      position: relative;
      top: inherit;
      left: 0;
      display: block;
      float: none;
      width: 100%; }
      .main__nav ul ul li,
      .main__nav ul ul ul li {
        border: none; }
    .main__nav ul ul a {
      padding-left: 40px;
      width: 100%; }
    .main__nav ul ul ul a {
      padding-left: 60px; }
  .main__nav .current_page_item > a,
  .main__nav .current-menu-item > a,
  .main__nav .current_page_ancestor > a,
  .main__nav .current_page_item > a:hover,
  .main__nav .current-menu-item > a:hover,
  .main__nav .current_page_item > a:focus,
  .main__nav .current-menu-item > a:focus {
    background: #404040;
    color: #fff; }
  .main__nav ul ul .current_page_parent,
  .main__nav .current_page_parent .current_page_item > a {
    background: #404040;
    color: #fff; }
    .main__nav ul ul .current_page_parent:hover,
    .main__nav .current_page_parent .current_page_item > a:hover {
      background: rgba(64, 64, 64, 0.8);
      color: #fff; } }

.post,
.resource {
  border-top: 1px solid #FBDC39;
  padding-top: 1em;
  margin-bottom: 2em; }
  .post:first-of-type,
  .resource:first-of-type {
    border: none;
    padding-top: 0; }

.post {
  border-top: 1px solid #ccc; }

.entry__meta,
.entry__meta--footer {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px; }

.links__cat,
.links__tag,
.link__comment {
  margin-right: 1em; }

.project-meta h4,
li.projectmeta h4 {
  text-transform: uppercase;
  font-size: 16px; }

.project-meta a,
li.projectmeta a {
  background: #2BCFE0;
  border: 1px solid #2BCFE0;
  border-radius: 0px;
  color: #404040;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 16px;
  line-height: 2;
  text-transform: uppercase;
  padding: 4px 5px 3px; }
  .project-meta a:hover,
  li.projectmeta a:hover {
    background: #404040;
    border-color: #404040;
    color: #fff; }
  .project-meta a:focus, .project-meta a:active,
  li.projectmeta a:focus,
  li.projectmeta a:active {
    border-color: #ccc; }

/* Post pagination
----------------------------------------------- */
.paging-nav {
  padding: 15px 0;
  text-align: center; }
  .paging-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .paging-nav ul li {
      display: inline; }
  .paging-nav a.page-numbers,
  .paging-nav span.page-numbers {
    padding: 3px 8px;
    text-decoration: none; }
    .paging-nav a.page-numbers.current,
    .paging-nav span.page-numbers.current {
      font-weight: 700; }

.post__nav {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 20px 0; }
  .post__nav a {
    display: block;
    padding: 10px 0;
    text-decoration: none; }

.post__nav--previous {
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .post__nav--previous {
      text-align: left;
      width: 50%; } }
  .post__nav--previous a:before {
    content: "\00ab";
    padding-right: 5px; }

.post__nav--next {
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .post__nav--next {
      text-align: right;
      width: 50%; } }
  .post__nav--next a:after {
    content: "\00bb";
    padding-left: 5px; }

/* Comments
----------------------------------------------- */
.avatar {
  display: block;
  float: left;
  padding: 0 1.25em 0.625em 0; }

.comment-meta a {
  text-decoration: none; }

.comment__list {
  border-top: 1px solid #eee;
  list-style: none;
  margin: 0;
  padding: 1.25em 0; }
  .comment__list ul, .comment__list ol {
    padding: 0; }
  .comment__list > li {
    border-bottom: 1px solid #eee; }
  .comment__list li {
    font-size: 16px;
    padding: 0.625em;
    margin: 0; }
    .comment__list li p {
      margin: 0;
      padding: 0.625em 0; }
    .comment__list li li > li {
      border: none; }

.comment__list ul li {
  list-style: disc; }

.comment__list ol li {
  list-style: decimal; }

.comment__list .children {
  list-style: none;
  margin: 0.625em 0.625em 0 1.25em;
  padding: 0; }
  .comment__list .children li {
    border-top: 1px solid #eee;
    list-style: none;
    padding-top: 5px; }

.comment-respond {
  margin-top: 30px; }

.comment-form {
  padding: 20px 0; }
  .comment-form p {
    margin-bottom: 10px; }
  .comment-form label {
    display: inline-block;
    width: 90px; }

/* Hides the content explaining what html tags are allowed */
.form-allowed-tags {
  display: none; }

.homehero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  max-width: 2000px;
  height: 100vh;
  max-height: 850px;
  overflow: hidden;
  margin: auto; }
  @media screen and (max-width: 37.5em) {
    .homehero {
      height: 80vh;
      background-position: center left; } }

.home-cta .cta-text {
  width: 48%;
  background: rgba(255, 255, 255, 0.65);
  padding: 20px;
  padding-bottom: 30px;
  text-align: center; }
  @media screen and (max-width: 37.5em) {
    .home-cta .cta-text {
      width: 100%; } }
  .home-cta .cta-text h2 {
    font-size: 42px; }
  .home-cta .cta-text a {
    text-align: center;
    margin-top: 0; }
    .home-cta .cta-text a:hover {
      color: #fff; }

.home-content {
  background-color: #f0f1f1;
  margin: 0; }
  .home-content .home-content-text {
    padding: 50px 0;
    font-size: 22px; }
    @media screen and (max-width: 37.5em) {
      .home-content .home-content-text {
        padding: 5% 2%; } }

.servicesflexhome {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  justify-items: center;
  grid-gap: 15px;
  padding: 0; }
  @media screen and (min-width: 60em) {
    .servicesflexhome {
      padding: 0 100px; } }
  .servicesflexhome a {
    text-decoration: none; }

.home-services {
  position: relative;
  display: inline-block;
  margin: 20px; }
  .home-services h3.home {
    position: absolute;
    top: 30%;
    display: block;
    z-index: 100;
    background: #2BCFE0;
    text-align: center;
    color: #404040;
    width: 100%;
    max-width: 450px;
    margin-bottom: 10px; }

.home-featured-img {
  opacity: 1;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0 auto; }
  @media screen and (min-width: 48em) {
    .home-featured-img {
      width: 450px; } }
  .home-featured-img:hover {
    -webkit-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out 0s;
    opacity: .65; }

.clients h3 {
  text-align: left; }

.clients img {
  margin: 10px 35px;
  text-align: center;
  width: 175px; }

.clients-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.resource-post {
  width: 377px;
  margin-right: 25px;
  background: #FBDC39;
  min-height: 227px;
  border: 1px #FBDC39 solid; }
  .resource-post:hover {
    background: rgba(251, 220, 57, 0.5);
    border: 1px rgba(251, 220, 57, 0.5) solid; }

.port-featured-image {
  position: relative;
  width: 375px;
  display: inline-block; }
  @media screen and (max-width: 60em) {
    .port-featured-image {
      max-width: 100%; } }

.grid-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  justify-items: center;
  grid-gap: 15px;
  padding: 0; }

.home-posts {
  display: block;
  margin: 40px 0; }

.home-post {
  width: 377px;
  margin-right: 25px;
  background: #ccc;
  min-height: 227px;
  border: 1px #ccc solid; }
  .home-post:hover {
    background: #eee;
    border: 1px #eee solid; }

h3.post-title {
  font-size: 18px;
  font-family: "museo", Georgia, Times, "Times New Roman", serif;
  text-align: center; }

.grid-wrap-training {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  grid-gap: 15px;
  padding: 0; }

.training-post {
  width: 100vw;
  min-height: 275px; }
  @media screen and (min-width: 60em) {
    .training-post {
      width: 550px; } }
  .training-post:hover {
    opacity: .8; }

.pagehero {
  margin: 0 auto;
  width: 1400px; }

.pagehero {
  margin: 0 auto;
  width: 2000px;
  max-height: 450px;
  overflow: hidden; }

.principle {
  margin: 0 -2%;
  background: #eee;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  .principle .container, .principle .container--narrow, .principle .container--wide, .principle .site__header--wrapper, .principle .home-cta, .principle .sidebar--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      .principle .container, .principle .container--narrow, .principle .container--wide, .principle .site__header--wrapper, .principle .home-cta, .principle .sidebar--secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .principle .container:before, .principle .container--narrow:before, .principle .container--wide:before, .principle .site__header--wrapper:before, .principle .home-cta:before, .principle .sidebar--secondary:before, .principle .container:after, .principle .container--narrow:after, .principle .container--wide:after, .principle .site__header--wrapper:after, .principle .home-cta:after, .principle .sidebar--secondary:after {
      display: none !important; }
  .principle .p-bio {
    display: inline-block;
    width: 95vw;
    margin: 0 2%; }
    @media screen and (min-width: 48em) {
      .principle .p-bio {
        margin: 0;
        width: 550px; }
        .principle .p-bio p {
          font-size: 22px; } }
  .principle .p-headshot {
    margin: 20px 2% 0;
    display: inline-block;
    width: 95vw; }
    @media screen and (min-width: 48em) {
      .principle .p-headshot {
        max-width: 450px; } }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 48em) {
    .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .columns .column {
    width: 100%; }
    @media screen and (min-width: 48em) {
      .columns .column {
        width: 30%; } }

.container:before, .container--narrow:before, .container--wide:before, .site__header--wrapper:before, .home-cta:before, .sidebar--secondary:before {
  display: none; }

.principlegrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(3750px, 1fr));
  grid-gap: 15px;
  padding: 0 0 50px; }

.bio {
  width: 375px; }
  .bio h2 {
    margin-bottom: 0; }
  .bio h3 {
    margin-top: 0; }

.about-featured-img {
  width: 98vw;
  display: inline-block;
  margin: 0 auto; }
  @media screen and (min-width: 48em) {
    .about-featured-img {
      width: 375px; } }

.intro .content__area {
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .intro .content__area {
      width: 60%; } }

.intro .newsletter {
  background: #eee;
  margin-top: 40px;
  padding: 30px;
  text-align: center; }

.principlegrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
  padding: 0 0 50px; }

.services-flex {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee; }
  .services-flex:last-of-type {
    border: none; }

.services-text {
  width: 100%;
  display: inline-block;
  -webkit-box-ordinal-group: 3;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  @media screen and (min-width: 60em) {
    .services-text {
      width: 45%;
      -webkit-box-ordinal-group: 2;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; } }

.services-img {
  display: inline-block;
  margin: 0 auto;
  -webkit-box-ordinal-group: 2;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (min-width: 60em) {
    .services-img {
      -webkit-box-ordinal-group: 3;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  @media screen and (min-width: 64em) {
    .services-img {
      margin: 20px 5%; } }

.book {
  margin-top: -9px; }

.page-id-18 .content__area {
  margin: 20px 0 0; }

.page-id-18 h3 {
  display: inline; }

.slick-slide img {
  margin: 0 auto;
  max-width: 2000px; }

h1.title__post {
  margin: 10px 0 0 0; }

h2.subtitle {
  margin: 0; }

header.entry-header {
  border-bottom: solid #96E03F 3px; }

.intro-text {
  padding: 3% 15% 3% 0;
  font-size: 25px; }
  @media screen and (max-width: 37.5em) {
    .intro-text {
      padding: 3% 0 0 0; } }

.project-meta {
  margin: 40px 0; }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  grid-gap: 15px;
  justify-items: center;
  padding: 0 0 50px; }

.testing {
  background-color: red;
  padding: 60px; }

.port-featured-image {
  position: relative;
  width: 375px;
  display: inline-block; }
  @media screen and (max-width: 60em) {
    .port-featured-image {
      max-width: 100%; } }

a h3.portfolio-title {
  font-size: 22px;
  font-family: "museo", Georgia, Times, "Times New Roman", serif;
  text-align: center;
  color: #404040;
  position: absolute;
  height: 375px;
  width: 375px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 500;
  max-width: 375px; }

h3.portfolio-title {
  padding-top: 150px; }

a h1.portfolio-title {
  font-size: 22px;
  font-family: "museo", Georgia, Times, "Times New Roman", serif;
  text-align: center;
  color: #404040;
  position: absolute;
  height: 375px;
  width: 375px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 500;
  max-width: 375px; }

h1.portfolio-title {
  padding-top: 150px; }

.overlay {
  background: #eee;
  position: absolute;
  height: 375px;
  width: 375px;
  opacity: 0.65;
  z-index: 10; }
  @media screen and (max-width: 60em) {
    .overlay {
      max-width: 100%; } }

.overlay-yellow {
  background: #FBDC39; }

.overlay-blue {
  background: #2BCFE0; }

.overlay-green {
  background: #96E03F; }

a.portfolio-title:hover .overlay {
  opacity: .85;
  -webkit-transition: background 0.4s ease-in-out 0s;
  transition: background 0.4s ease-in-out 0s; }

/* Sidebar Area 
-------------------------------------------*/
.widget {
  padding: 0 0 30px 0; }

.sidebar ul {
  list-style: none;
  margin-left: 0.5em; }
  .sidebar ul li {
    padding: 0.5em 0;
    font-size: 16px; }

.sidebar a {
  text-decoration: none; }

.sidebar .widget_categories a:hover {
  color: #404040;
  background-color: #FBDC39; }

.cta-training .widget,
.cta-book .widget {
  display: inline-block;
  width: 100%;
  margin: 1% 0; }
  @media screen and (min-width: 48em) {
    .cta-training .widget,
    .cta-book .widget {
      width: 50%; } }

.cta-training .widget_text,
.cta-book .widget_text {
  width: 90%;
  margin: 2% 5%; }
  @media screen and (min-width: 48em) {
    .cta-training .widget_text,
    .cta-book .widget_text {
      width: 50%; } }

.cta-training .widget_media_image,
.cta-book .widget_media_image {
  width: 100%;
  padding: 1%; }
  @media screen and (min-width: 48em) {
    .cta-training .widget_media_image,
    .cta-book .widget_media_image {
      width: 35%; } }

.cta-training #media_image-2 img,
.cta-book #media_image-2 img {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .cta-training #media_image-2 img,
    .cta-book #media_image-2 img {
      width: 300px; } }

.cta-book {
  margin: 0 -2%;
  background: #eee; }
  .cta-book h2 {
    padding-top: 10%;
    display: inline-block;
    text-align: center;
    font-weight: 300; }

.cta-training {
  margin: 0 -2%;
  background: #eee; }
  .cta-training h2,
  .cta-training h3 {
    text-align: center; }

.cta-contact {
  background: #2BCFE0;
  min-height: 150px;
  padding: 30px;
  margin: 0 -2% -30px -2%; }
  .cta-contact h2 {
    text-align: center;
    font-weight: 300; }

#custom_html-4 {
  margin: 0 auto; }

.mc-field-group label[for="mce-EMAIL"] {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  width: 250px; }

.mc-field-group input[type="email"] {
  width: 200px;
  margin-bottom: 5px; }

#mc-embedded-subscribe.button {
  background: #eee;
  padding: 5px 60px;
  max-width: 200px;
  color: #404040;
  border: 2px solid #404040; }
  #mc-embedded-subscribe.button:hover {
    background: #404040;
    color: #eee;
    border: 2px solid #404040; }

.trainingssidebar {
  padding: 30px;
  background: #eee;
  margin-top: 40px;
  text-align: center;
  margin-right: 0;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .trainingssidebar {
      width: 30%; }
      .trainingssidebar .mc-field-group label[for="mce-EMAIL"],
      .trainingssidebar .mc-field-group input[type="email"] {
        width: 150px; }
      .trainingssidebar #mc-embedded-subscribe.button {
        padding: 5px 30px;
        max-width: 150px; } }
  @media screen and (min-width: 60em) {
    .trainingssidebar {
      margin-right: 45px; }
      .trainingssidebar .mc-field-group label[for="mce-EMAIL"] {
        width: 250px; }
      .trainingssidebar .mc-field-group input[type="email"] {
        width: 200px; }
      .trainingssidebar #mc-embedded-subscribe.button {
        padding: 5px 60px;
        max-width: 200px; } }

#custom_html-9 {
  border-bottom: 1px solid #ccc; }

#custom_html-10 {
  margin: 0 auto; }

#custom_html-3 {
  background: #eee;
  padding: 5%;
  text-align: center;
  padding-bottom: 10%; }

.sidebar ul li {
  text-transform: uppercase;
  border-bottom: 1px #FBDC39 solid; }

/* Footer area 
---------------------*/
.site__footer {
  padding: 30px 2%;
  text-align: center;
  background: #eee; }
  .site__footer p a {
    border-bottom: 1px solid #2BCFE0; }

.footer-flex, .intro, .services-flex, .sidebar--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (min-width: 37.5em) {
    .footer-flex, .intro, .services-flex, .sidebar--secondary {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      align-item: flex-start; } }

.footer-widget {
  text-align: center;
  display: inline-block;
  width: 400px;
  margin: 0 auto;
  padding: 30px 0;
  vertical-align: top; }
  @media screen and (min-width: 64em) {
    .footer-widget {
      text-align: left;
      margin: 0; } }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

select {
  max-width: 100%; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #2BCFE0;
  border: 2px solid #2BCFE0;
  border-radius: 0px;
  color: #404040;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 16px;
  line-height: 2;
  text-transform: uppercase;
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */ }
  button:hover, button:visited,
  input[type="button"]:hover,
  input[type="button"]:visited,
  input[type="reset"]:hover,
  input[type="reset"]:visited,
  input[type="submit"]:hover,
  input[type="submit"]:visited {
    background: #404040;
    border: 2px solid #404040;
    color: #fff;
    -webkit-transition: 0.07s, ease-in;
    transition: 0.07s, ease-in; }

.button {
  background: #2BCFE0;
  border: 2px solid #2BCFE0;
  padding: 1em 2em;
  display: inline;
  color: #404040;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: none;
  line-height: 3.5; }
  .button:hover {
    background: #404040;
    border-color: #404040;
    color: #fff; }
  .button:visited:hover {
    color: #fff; }
  .button:focus, .button:active {
    border-color: #ccc; }

.homebutton {
  font-size: 18px;
  background: #2BCFE0;
  border: 2px solid #2BCFE0;
  color: #fff; }
  .homebutton:hover {
    border: 2px solid #2BCFE0;
    background: none;
    color: #2BCFE0; }
  .homebutton:visited:hover {
    color: #2BCFE0; }
  .homebutton:focus, .homebutton:active {
    border-color: #2BCFE0; }

.revblue,
a.revblue {
  background: #2BCFE0;
  border: 2px solid #404040;
  color: #404040;
  margin: 15px; }
  .revblue:hover,
  a.revblue:hover {
    background: #404040;
    border-color: #2BCFE0;
    border-bottom: none;
    color: #2BCFE0;
    text-decoration: none; }
  .revblue:visited:hover,
  a.revblue:visited:hover {
    background: #404040;
    color: #2BCFE0; }
  .revblue:focus, .revblue:active,
  a.revblue:focus,
  a.revblue:active {
    border-color: #2BCFE0; }

.revgrey {
  background: #eee;
  border: 2px solid #404040;
  color: #404040;
  margin: 15px; }
  .revgrey:hover {
    background: #404040;
    border-color: #eee;
    border-bottom: none;
    color: #eee;
    text-decoration: none; }
  .revgrey:visited:hover {
    color: #eee;
    background: #404040; }

a.workbutton {
  font-size: 16px;
  font-weight: bold;
  padding: 1em 2em;
  background: none;
  color: #2BCFE0;
  border: 2px solid #2BCFE0;
  text-transform: uppercase;
  border-radius: 0px;
  margin-right: 2em;
  white-space: nowrap; }
  a.workbutton:hover {
    background: #404040;
    border-color: #404040;
    color: #fff; }
  a.workbutton:focus, a.workbutton:active {
    border-color: #ccc; }

a.contactbutton {
  font-size: 16px;
  font-weight: bold;
  padding: 1em 2em;
  background: none;
  color: #96E03F;
  border: 2px solid #96E03F;
  text-transform: uppercase;
  border-radius: 0px;
  white-space: nowrap; }
  a.contactbutton:hover {
    background: #96E03F;
    border-color: #96E03F;
    color: #fff; }
  a.contactbutton:focus, a.contactbutton:active {
    border-color: #ccc; }

.space {
  line-height: 3; }

.portfoliobutton {
  display: inline-block;
  margin: 0 20px 30px 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */ }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #333;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  padding: 10px 5px;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #404040;
    -webkit-transition: 0.07s, ease-in;
    transition: 0.07s, ease-in; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/* Search Form
-------------------------------------------*/
.search__form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px; }
  .search__form label {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.search__form--input {
  border-radius: none;
  width: 100%; }

.search__form--submit {
  border-radius: none; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* images within main page */
.site__main img {
  height: auto;
  max-width: 100%; }

.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em; }

@media screen and (min-width: 37.5em) {
  .alignleft {
    float: left;
    margin: 0 1.5em 0 0; }
  .alignright {
    float: right;
    margin: 0 0 0 1.5em; } }

.wp-caption {
  background: #fff;
  border: solid 1px #eee;
  padding: 3px;
  margin-bottom: 20px;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 8px 0; }

.wp-caption-text {
  font-size: 16px;
  text-align: center; }

/* Galleries 
------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }
  .gallery img {
    border: 1px solid #eee; }

.gallery-item {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block;
  font-size: 16px; }
  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
    display: none; }
