.newStyle {
  width: 100%;
  display: block; }

/*

  'phone': 320px,
  'tablet': 768px,
  'desktop': 1024px,
  'bigdesktop': 1200px
*/
a:link {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

body {
  background-image: url("../img/global_bg.gif");
  background-repeat: repeat;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300; }

div#page, .home div#content .hero-text, .home header, .home .panel-current-wrap {
  position: ABSOLUTE;
  width: 100%;
  LEFT: 0;
  RIGHT: 0; }
  div#page h1, .home div#content .hero-text h1, .home header h1, .home .panel-current-wrap h1 {
    text-align: left; }

@media (min-width: 1024px) and (max-width: 1199px) {
  div#page, .home div#content .hero-text, .home header, .home .panel-current-wrap {
    width: 1000px;
    margin: 0px auto; } }
  @media (min-width: 1200px) {
    div#page, .home div#content .hero-text, .home header, .home .panel-current-wrap {
      width: 1200px;
      margin: 0px auto; } }
  div#page #content article, .home div#content .hero-text #content article, .home header #content article, .home .panel-current-wrap #content article {
    margin-top: 40px; }

img.header_logo {
  transition: all .5s ease-out;
  transform-style: preserve-3d;
  background: #AB2727;
  width: 100px;
  padding: 25px 15px 25px 15px;
  position: relative;
  margin-top: -10px;
  margin-left: 10px;
  z-index: 1000; }
  img.header_logo:hover {
    transform: scale(1.5, 1.5); }

.main-navigation {
  position: absolute;
  top: 0;
  z-index: 9999; }
  .main-navigation .children {
    display: none; }
  .main-navigation #primary-menu {
    width: 100%;
    display: block; }
    @media (max-width: 768px) {
      .main-navigation #primary-menu {
        background: #AB2727;
        height: 0vh;
        position: fixed;
        top: 0px;
        display: none; }
        .main-navigation #primary-menu.menu.openme {
          display: block;
          height: 100vh; } }
    .main-navigation #primary-menu .current_page_item {
      font-weight: bold; }
    .main-navigation #primary-menu > ul {
      width: 100%;
      display: block;
      text-align: right;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .main-navigation #primary-menu > ul {
          text-align: center;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          padding-right: inherit; } }
      .main-navigation #primary-menu > ul li {
        margin-left: 4vw;
        display: inline-block;
        float: none;
        margin-top: 14px; }
        @media (max-width: 768px) {
          .main-navigation #primary-menu > ul li {
            display: block;
            padding: 15px;
            margin-top: 0;
            margin-left: 0; } }
        .main-navigation #primary-menu > ul li a {
          display: inline-block;
          text-shadow: 1px 1px #fff; }
          .main-navigation #primary-menu > ul li a:visited, .main-navigation #primary-menu > ul li a:link {
            color: #707070; }
          @media (max-width: 768px) {
            .main-navigation #primary-menu > ul li a {
              text-transform: uppercase;
              font-weight: 700;
              font-size: 4vh;
              font-color: #ccc;
              text-shadow: none; }
              .main-navigation #primary-menu > ul li a:visited, .main-navigation #primary-menu > ul li a:link {
                color: #ccc; } }

.crumb_projects {
  position: absolute;
  top: 20px;
  right: 20px;
  display: table;
  font-size: .9em; }
  @media (max-width: 420px) {
    .crumb_projects {
      font-size: .7em;
      top: 10px;
      right: 10px; } }
  .crumb_projects a {
    border-bottom: 1px solid currentColor;
    /* Or whatever color you want */
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase; }
    .crumb_projects a:link, .crumb_projects a:visited {
      color: white; }

#content {
  position: relative;
  background: none;
  top: 0;
  padding: 40px;
  padding-top: 0;
  font-weight: 300;
  font-size: 2vh;
  background: white;
  margin-top: -25px; }
  @media (max-width: 768px) {
    #content {
      font-size: 1em;
      margin-left: 10px;
      margin-right: 10px; } }
  @media (max-width: 420px) {
    #content {
      font-size: .8em;
      padding: 5px;
      padding-top: 20px;
      top: 0;
      margin-left: 0;
      margin-right: 0; } }
  #content h1 {
    font-size: 2em;
    line-height: 1em;
    padding-top: 20px;
    margin: 0px;
    margin-top: .5em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600; }
    @media (max-width: 420px) {
      #content h1 {
        font-size: 2em;
        line-height: 1em;
        padding-top: 20px;
        margin: 0px;
        text-align: left; } }
  #content h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: white;
    margin: 0px;
    line-height: 1em;
    font-weight: 600; }
  #content h3 {
    font-size: 1em;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 1em;
    font-weight: 600; }

.single-post .crumb_projects a:link, .single-post .crumb_projects a:visited {
  color: #707070; }

.single-post #content article {
  min-height: 50vh;
  margin-top: 40px; }
  @media (max-width: 420px) {
    .single-post #content article {
      margin-top: 10px;
      padding-left: 10px;
      padding-right: 10px; } }
  .single-post #content article a {
    color: #404040; }
  .single-post #content article h1 {
    font-weight: 600;
    font-size: 2em;
    text-align: left;
    padding-top: 0px; }
  .single-post #content article .entry-content {
    margin-top: 0; }

.single-post #project_bar {
  width: 35%;
  height: 5px; }

.tags-links {
  font-size: .8em;
  font-weight: 600; }
  .tags-links a {
    font-weight: 400; }

.page-template-projects #content {
  padding-bottom: 0; }
  .page-template-projects #content article {
    margin-bottom: 0; }

.page-template-projects .crumb_projects a:link, .page-template-projects .crumb_projects a:visited {
  color: #707070; }

.page-template-projects .project_content {
  margin-top: 40px; }
  @media (max-width: 420px) {
    .page-template-projects .project_content {
      margin-top: 0; } }
  .page-template-projects .project_content .projects_single {
    display: block;
    width: 50%;
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
    height: 300px;
    overflow: hidden; }
    @media (max-width: 420px) {
      .page-template-projects .project_content .projects_single {
        margin-bottom: 10px;
        height: 300px;
        width: 100%; } }
    .page-template-projects .project_content .projects_single .projects_mask {
      overflow: hidden;
      width: 100%; }
    .page-template-projects .project_content .projects_single .projects_single_bg {
      width: 100%;
      background-size: cover;
      height: 300px;
      display: block;
      transform-style: preserve-3d;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      position: relative;
      top: 0px; }
      .page-template-projects .project_content .projects_single .projects_single_bg.the-blake {
        background-position-y: 100%; }
      @media (max-width: 420px) {
        .page-template-projects .project_content .projects_single .projects_single_bg {
          height: 300px; } }
      .page-template-projects .project_content .projects_single .projects_single_bg:hover {
        -moz-transform: scale(1.1);
        webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .page-template-projects .project_content .projects_single:nth-child(even) {
      float: right;
      padding-left: 20px; }
      @media (max-width: 420px) {
        .page-template-projects .project_content .projects_single:nth-child(even) {
          float: none;
          padding-left: initial; } }
    .page-template-projects .project_content .projects_single:nth-child(odd) {
      float: left;
      padding-right: 20px;
      clear: both; }
      @media (max-width: 420px) {
        .page-template-projects .project_content .projects_single:nth-child(odd) {
          float: none;
          padding-right: initial; } }
    .page-template-projects .project_content .projects_single a {
      display: block;
      filter: saturate(60%); }
    .page-template-projects .project_content .projects_single a:hover, .page-template-projects .project_content .projects_single a:active {
      text-decoration: none;
      filter: saturate(100%); }
    .page-template-projects .project_content .projects_single .description {
      pointer-events: none;
      font-size: 1.2em;
      color: #ccc;
      margin: 0px;
      text-align: left;
      line-height: 1em;
      height: auto;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      padding: 1em;
      position: relative;
      top: -5em;
      width: 100%; }
      .page-template-projects .project_content .projects_single .description:active, .page-template-projects .project_content .projects_single .description:hover {
        text-decoration: none; }
      .page-template-projects .project_content .projects_single .description h2 {
        font-weight: 600; }
      .page-template-projects .project_content .projects_single .description #project_bar {
        margin-bottom: .2em; }

.page-template-project-full .entry-content {
  margin: 0px; }

.page-template-project-full .project_image {
  background-size: cover;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 650px;
  margin-left: -40px;
  margin-right: -40px;
  background-position: 50% 84%; }
  @media (max-width: 768px) {
    .page-template-project-full .project_image {
      margin-left: -40px;
      margin-right: -40px; } }
  @media (max-width: 420px) {
    .page-template-project-full .project_image {
      background-position: center center;
      min-height: 350px;
      top: 0px;
      margin-top: -24px;
      margin-left: -10px;
      margin-right: -10px; } }

.page-template-project-full #content .project_content {
  background: white;
  top: -40px;
  padding: 40px;
  padding-top: 20px;
  font-weight: 200;
  font-size: 2.5vh; }
  @media (max-width: 768px) {
    .page-template-project-full #content .project_content {
      font-size: 1em;
      margin-left: 0;
      margin-right: 0;
      padding: 0; } }
  @media (max-width: 420px) {
    .page-template-project-full #content .project_content {
      font-size: 1em;
      top: 0;
      padding: 0;
      margin-left: 10px;
      margin-right: 10px; } }
  .page-template-project-full #content .project_content h1 {
    font-size: 2.5em;
    line-height: 1em;
    padding-top: 20px;
    margin: 0px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600; }
    @media (max-width: 420px) {
      .page-template-project-full #content .project_content h1 {
        font-size: 2em;
        line-height: 1em;
        padding-top: 10px;
        margin: 0px;
        text-align: left; } }
  .page-template-project-full #content .project_content h2 {
    color: #AB2727;
    margin-bottom: 1em;
    text-align: center; }
    @media (max-width: 420px) {
      .page-template-project-full #content .project_content h2 {
        text-align: left; } }
  .page-template-project-full #content .project_content .col_left {
    width: 55%;
    float: left;
    margin-right: 5%; }
    @media (max-width: 420px) {
      .page-template-project-full #content .project_content .col_left {
        width: 100%;
        float: none; } }
  .page-template-project-full #content .project_content .col_right {
    width: 40%;
    float: left; }
    @media (max-width: 420px) {
      .page-template-project-full #content .project_content .col_right {
        width: 100%;
        float: none;
        padding-bottom: 2em; } }
  .page-template-project-full #content .project_content .clear-me {
    display: table;
    clear: both; }
  .page-template-project-full #content .project_content .thumbs .size-thumbnail {
    width: 30%;
    padding-bottom: 3%; }
  .page-template-project-full #content .project_content .thumbs a:nth-child(3n+1):after, .page-template-project-full #content .project_content .thumbs a:nth-child(3n+2):after {
    content: '';
    display: inline-block;
    width: 5%; }
  .page-template-project-full #content .project_content .project_prev, .page-template-project-full #content .project_content .project_next {
    display: inline-block;
    width: 50%;
    line-height: 1em;
    font-weight: 600; }
    @media (max-width: 420px) {
      .page-template-project-full #content .project_content .project_prev, .page-template-project-full #content .project_content .project_next {
        display: block;
        width: 100%;
        margin-bottom: 1em; } }
    .page-template-project-full #content .project_content .project_prev h2, .page-template-project-full #content .project_content .project_next h2 {
      text-align: inherit;
      font-size: 0.6em;
      margin-bottom: 0px;
      line-height: 1.5em; }
    .page-template-project-full #content .project_content .project_prev a:link, .page-template-project-full #content .project_content .project_prev a:visited, .page-template-project-full #content .project_content .project_next a:link, .page-template-project-full #content .project_content .project_next a:visited {
      text-decoration: none;
      color: #707070;
      margin: 0px;
      padding: 0px; }
    .page-template-project-full #content .project_content .project_prev a:hover, .page-template-project-full #content .project_content .project_next a:hover {
      text-decoration: underline; }
  .page-template-project-full #content .project_content .project_prev {
    float: left;
    text-align: left;
    line-height: 1.2em; }
    @media (max-width: 420px) {
      .page-template-project-full #content .project_content .project_prev {
        float: none;
        text-align: center; } }
  .page-template-project-full #content .project_content .project_next {
    text-align: right;
    float: right; }
    @media (max-width: 420px) {
      .page-template-project-full #content .project_content .project_next {
        float: none;
        text-align: center; } }
  .page-template-project-full #content .project_content #project_bar {
    width: 100%;
    height: 5px; }

.page-the-blake .project_image {
  background-position-y: 90%; }

body.home.admin-bar #content .image_wrapper {
  height: 90vh;
  position: relative;
  top: 0; }
  body.home.admin-bar #content .image_wrapper .project_image {
    height: 90vh; }

.home #page #content article, .page-template-content-about #page #content article, .page-template-project-full #page #content article {
  margin-top: 0; }

@media (min-width: 421px) {
  .home footer {
    margin-top: 3vh; } }

.home div#content {
  background: none; }
  @media (min-width: 420px) {
    .home div#content {
      margin-left: 0;
      margin-right: 0;
      padding: 0; } }
  .home div#content .hero-text {
    z-index: 200;
    padding-left: 20px;
    position: absolute;
    bottom: 12vh;
    padding-bottom: 2em; }
    .home div#content .hero-text svg#project_bar {
      -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5)); }
    .home div#content .hero-text h1 {
      text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
      margin-top: 0;
      padding-top: 0;
      font-size: 2.5em;
      color: white; }
    .home div#content .hero-text h2 {
      text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
      color: #c2cc4a;
      font-size: 1.5em; }
    @media (max-width: 420px) {
      .home div#content .hero-text {
        padding-left: 10px;
        bottom: 21vh; } }
  .home div#content .image_wrapper {
    height: 93vh;
    position: relative;
    top: 0; }
    @media (max-width: 420px) {
      .home div#content .image_wrapper {
        margin-left: -5px;
        margin-right: -5px; } }
    .home div#content .image_wrapper .project_image {
      height: 93vh; }

.home .panel-current-wrap {
  display: block;
  height: auto;
  z-index: 200;
  bottom: -3VH;
  right: 0px;
  left: 0px;
  position: absolute; }
  @media (max-width: 420px) {
    .home .panel-current-wrap {
      bottom: 0vh; } }
  .home .panel-current-wrap .panel-wrap-deco {
    display: block; }
    @media (max-width: 420px) {
      .home .panel-current-wrap .panel-wrap-deco {
        padding-left: 0;
        padding-right: 0; } }
    .home .panel-current-wrap .panel-wrap-deco .filler, .home .panel-current-wrap .panel-wrap-deco .padding-box:before, .home .panel-current-wrap .panel-wrap-deco .panel-single .slogan, .home .panel-current-wrap .panel-wrap-deco .panel-single .news-item {
      content: " ";
      color: white;
      display: block;
      width: 100%;
      height: 100%;
      padding-left: 1em;
      background: #707070; }
    .home .panel-current-wrap .panel-wrap-deco .padding-box {
      width: 2%;
      top: 0px;
      content: " ";
      color: white;
      display: block;
      float: left;
      height: 13vh;
      min-height: 100px; }
      @media (max-width: 420px) {
        .home .panel-current-wrap .panel-wrap-deco .padding-box {
          display: none; } }
      @media (max-width: 768px) {
        .home .panel-current-wrap .panel-wrap-deco .padding-box:before {
          display: none; } }
      .home .panel-current-wrap .panel-wrap-deco .padding-box:first-of-type {
        border-right: 2px solid rgba(10, 10, 10, 0); }
    .home .panel-current-wrap .panel-wrap-deco .panel-single {
      width: 32%;
      height: 13vh;
      min-height: 100px;
      display: block;
      float: left;
      border-right: 2px solid rgba(10, 10, 10, 0); }
      @media (max-width: 420px) {
        .home .panel-current-wrap .panel-wrap-deco .panel-single {
          border-right: none;
          min-height: 5vh;
          height: auto; } }
      .home .panel-current-wrap .panel-wrap-deco .panel-single .slogan, .home .panel-current-wrap .panel-wrap-deco .panel-single .news-item {
        padding: 1em;
        line-height: 1em; }
        @media (max-width: 768px) {
          .home .panel-current-wrap .panel-wrap-deco .panel-single .slogan, .home .panel-current-wrap .panel-wrap-deco .panel-single .news-item {
            font-size: 1em; } }
      .home .panel-current-wrap .panel-wrap-deco .panel-single .news-item {
        color: #c2cc4a;
        text-transform: uppercase;
        font-weight: 600; }
        @media (max-width: 420px) {
          .home .panel-current-wrap .panel-wrap-deco .panel-single .news-item {
            min-height: 10vh;
            height: auto; } }
        .home .panel-current-wrap .panel-wrap-deco .panel-single .news-item:after {
          content: "read more +";
          display: block;
          text-transform: none;
          font-weight: normal;
          color: #ccc;
          font-size: .8em; }
      .home .panel-current-wrap .panel-wrap-deco .panel-single a:active, .home .panel-current-wrap .panel-wrap-deco .panel-single a:hover {
        text-decoration: none; }
        .home .panel-current-wrap .panel-wrap-deco .panel-single a:active .news-item, .home .panel-current-wrap .panel-wrap-deco .panel-single a:hover .news-item {
          background: #404040; }
      .home .panel-current-wrap .panel-wrap-deco .panel-single .slogan {
        font-weight: 200;
        font-size: 1.2em; }
        @media (max-width: 768px) {
          .home .panel-current-wrap .panel-wrap-deco .panel-single .slogan {
            font-size: 1em; } }
        @media (max-width: 420px) {
          .home .panel-current-wrap .panel-wrap-deco .panel-single .slogan {
            display: none; } }
      @media (max-width: 420px) {
        .home .panel-current-wrap .panel-wrap-deco .panel-single {
          width: 100%; } }

.home #page {
  width: 100%;
  height: 100%; }

.home .main-navigation #primary-menu > ul li a:visited, .home .main-navigation #primary-menu > ul li a:link {
  text-shadow: 1px 1px black;
  color: white; }

.home .project_image {
  background-size: cover;
  margin-top: 0px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: none;
  background-position: 50% 100%; }
  @media (max-width: 420px) {
    .home .project_image {
      background-position: center center;
      min-height: 350px;
      top: 0px;
      display: block;
      margin-top: -24px; } }
  .home .project_image.current {
    display: block;
    z-index: 100; }
  .home .project_image.next {
    display: block;
    z-index: 99; }

.home .entry-content, .home .hentry {
  margin: 0px; }

.home #content {
  top: 0;
  position: relative;
  width: 100%;
  margin-top: 0px;
  PADDING-BOTTOM: 0; }

.home #imageWrapper img {
  display: none; }

.home #imageWrapper:first-child {
  display: block; }

.page-template-content-about #project_bar {
  height: 5px;
  width: 100%;
  margin-bottom: 1em; }

.page-template-content-about .about-text {
  column-count: 2; }
  @media (max-width: 420px) {
    .page-template-content-about .about-text {
      column-count: 1; } }

.page-template-content-about .about_image {
  background-color: #404040;
  background-size: cover;
  margin-top: 0px;
  margin-left: -40px;
  margin-right: -40px;
  min-height: 500px;
  height: auto;
  background-position: center;
  position: relative;
  left: 0px;
  background-repeat: no-repeat;
  top: -24px;
  color: white; }
  @media (max-width: 420px) {
    .page-template-content-about .about_image {
      background-position: center center;
      min-height: 350px;
      top: 0px;
      margin-left: -5px;
      margin-right: -5px;
      margin-top: -24px; } }
  .page-template-content-about .about_image .statement {
    position: absolute;
    top: 50%;
    margin: 160px;
    transform: translateY(-50%);
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3em;
    line-height: .9em; }
    @media (max-width: 768px) {
      .page-template-content-about .about_image .statement {
        font-size: 2em;
        margin: 20px; } }
    @media (max-width: 420px) {
      .page-template-content-about .about_image .statement {
        font-size: 2em;
        margin: 20px; } }

@media (max-width: 420px) {
  .page-template-content-about .project_content {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1em; } }

@media (max-width: 420px) {
  .page-template-content-about #content {
    padding-top: 0; } }

#style_bar {
  display: block;
  float: left;
  margin-bottom: 1em;
  width: 200px;
  height: 5px;
  fill: #707070; }
  @media (max-width: 768px) {
    #style_bar {
      width: 100px; } }
  @media (max-width: 420px) {
    #style_bar {
      margin-top: 1em;
      margin-bottom: .5em; } }

.page-template-content-news #content {
  font-size: 1em; }
  .page-template-content-news #content .news_wrapper {
    margin-top: 40px;
    font-size: 1.3em; }
    @media (max-width: 420px) {
      .page-template-content-news #content .news_wrapper {
        margin-top: 0; } }
    .page-template-content-news #content .news_wrapper a {
      color: #404040; }
      .page-template-content-news #content .news_wrapper a:hover {
        text-decoration: none; }
  .page-template-content-news #content .the_news_listing {
    display: table;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #707070; }
    .page-template-content-news #content .the_news_listing h2 {
      color: #404040;
      font-size: 1em;
      font-weight: 600; }
    .page-template-content-news #content .the_news_listing:hover {
      background: rgba(0, 0, 0, 0.2); }
    @media (max-width: 420px) {
      .page-template-content-news #content .the_news_listing {
        display: block; } }
    .page-template-content-news #content .the_news_listing .the_title {
      vertical-align: top;
      display: table-cell;
      width: 50%; }
      @media (max-width: 420px) {
        .page-template-content-news #content .the_news_listing .the_title {
          width: 100%;
          padding-left: 10px;
          padding-right: 10px; } }
    .page-template-content-news #content .the_news_listing .the_date {
      display: table-cell;
      width: 20%;
      line-height: .9em;
      text-align: right;
      vertical-align: top;
      font-size: .8em; }
      @media (max-width: 420px) {
        .page-template-content-news #content .the_news_listing .the_date {
          display: block;
          width: 100%;
          text-align: left;
          margin-left: 10px;
          margin-right: 10px; } }
      .page-template-content-news #content .the_news_listing .the_date:after {
        content: "";
        display: table;
        clear: both; }
    .page-template-content-news #content .the_news_listing.feature {
      padding-top: 0; }
      .page-template-content-news #content .the_news_listing.feature .the_title {
        padding-left: 1em; }
        @media (max-width: 420px) {
          .page-template-content-news #content .the_news_listing.feature .the_title {
            padding-left: 0;
            padding-left: 10px;
            padding-right: 10px; } }
      .page-template-content-news #content .the_news_listing.feature .the_preview {
        display: table-cell; }
        @media (max-width: 420px) {
          .page-template-content-news #content .the_news_listing.feature .the_preview {
            display: block;
            width: 100%; } }
      .page-template-content-news #content .the_news_listing.feature h2 {
        color: #404040;
        font-size: 1.5em; }
        @media (max-width: 1024px) {
          .page-template-content-news #content .the_news_listing.feature h2 {
            font-size: 1.5em; } }
        @media (max-width: 768px) {
          .page-template-content-news #content .the_news_listing.feature h2 {
            font-size: 1em; } }
        @media (max-width: 420px) {
          .page-template-content-news #content .the_news_listing.feature h2 {
            font-size: 1.2em; } }

.page-template-content-news .crumb_projects a:link, .page-template-content-news .crumb_projects a:visited {
  color: #707070; }

button.menu-toggle {
  display: block;
  border-radius: 0px;
  width: 12px;
  height: 10px;
  border: 0px;
  background-image: url("../img/global_burger.png");
  background-size: contain; }

img.navtoggle {
  display: none; }
  @media (max-width: 768px) {
    img.navtoggle {
      margin-top: 3px;
      cursor: pointer;
      display: block;
      width: 24px;
      height: 18px;
      top: 10px;
      position: fixed;
      right: 10px; } }

@media (max-width: 768px) {
  .admin-bar img.navtoggle {
    top: 58px; } }

body.admin-bar #page {
  margin-top: 0px;
  position: relative; }

.main-navigation ul li > ul, .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto; }

.edit-link {
  display: inline-block;
  background: #ccc;
  margin-left: .5em;
  margin-right: .5em;
  padding: .2em;
  border: 1px #ccc;
  border-radius: 5px; }

.site-info {
  font-size: .8em;
  text-align: center; }
