/*!
Theme Name: Digital Birder
Theme URI: http://www.digibirder.com
Version: 2.0
Author: Melissa Penta
*/
/* --------------------------------------
 Content Styles
-------------------------------------- */
@media (min-width: 641px) {
  #main img.alignright {
    height: auto;
    max-width: 50%; }
  #main .col.left {
    padding-left: 0;
    padding-right: 20px; }
  #main .col.right {
    padding-left: 20px;
    padding-right: 0; } }

@media (max-width: 480px) {
  #main {
    padding: 0; }
  #main .container {
    padding: 10px; }
  #main img.alignleft, #main img.alignright, #main img.aligncenter, #main img.aligncenter {
    display: block;
    float: none;
    margin: 10px auto; } }

/* --------------------------------------
 Specific-Page Styles
-------------------------------------- */
/*--Gallery and Portfolio Landing Pages--*/
/* Gallery Overrides */
p.pp_description a {
  color: #532d2a;
  font-family: Arial, Helvetica, sans-serif; }

p.pp_description a:hover {
  color: #555; }

/* --------------------------------------
 Blog Styles
-------------------------------------- */
#blog #main, #home #blog {
  color: #333;
  background-color: #eee; }

#blog #main h3 {
  color: #633; }

#blog #main a, #home #blog a {
  color: #966; }

#blog #main a:hover, #home #blog a:hover {
  color: #444; }

#blog #content {
  background: none;
  padding: 0; }

#blog .article h2 {
  font-size: 1.6em;
  font-weight: 400; }

#blog .article {
  background-color: #fafafa;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding: 10px 20px; }

#blog .lg-6 .article {
  padding: 10px; }

#blog .article img.attachment-thumbnail {
  float: left;
  margin-right: 2%; }

#blog .article img.attachment-large {
  height: auto;
  width: 100%; }

#blog .article div.content {
  float: left;
  width: 75%; }

#blog .article p {
  line-height: 1.3em; }

#blog .article a.more {
  font-size: .9em;
  white-space: nowrap; }

#blog #content.single .post {
  background: #fefefe;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 20px; }

#blog div.wp-caption,
#blog .post img {
  height: auto !important;
  max-width: 100% !important; }

#blog #content.single h2 {
  margin-bottom: 4px; }

#blog #content.single h4 {
  font-weight: 500; }

#blog #content p.meta {
  color: #633;
  font-size: 1em; }

#blog p.wp-caption-text {
  border-bottom: 1px solid #eee;
  color: #907474;
  font-size: 1em !important;
  padding-bottom: 5px; }

#blog iframe.twitter-tweet {
  margin: 10px auto 20px !important; }

#blog .post hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 20px auto;
  width: 80%; }

/*--Post Navigation--*/
#main .pagination {
  margin-top: 20px; }

#main ul.postnav,
#main ul.page-numbers {
  margin: 0;
  text-align: center; }

#main ul.postnav li {
  background: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 45%; }

#main ul.postnav li.prev {
  float: left;
  padding-right: 4%;
  text-align: left; }

#main ul.postnav li.next {
  float: right;
  padding-left: 4%;
  text-align: right; }

#main ul.page-numbers li {
  background: none;
  display: inline-block;
  *display: inline;
  margin: 0;
  padding: 0;
  text-indent: 0; }

#main ul.page-numbers li a {
  padding: 5px; }

#main ul.page-numbers li span.current {
  color: #966;
  font-weight: bold;
  padding: 3px 6px; }

@media (min-width: 1024px) {
  .slides div.item {
    min-height: 214px; } }

@media (max-width: 1024px) {
  object, embed {
    max-width: 90% !important; }
  div.wp-caption, .issuuembed {
    width: 100% !important; }
  #blog .article img.attachment-thumbnail {
    height: auto;
    width: 20%; } }

@media (max-width: 768px) {
  #commentform input, #commentform textarea {
    width: 60%; } }

@media (min-width: 641px) {
  #blog #content {
    width: 73%; } }

@media (max-width: 480px) {
  #blog .article img.attachment-thumbnail {
    display: none; }
  #blog .article div.content {
    width: auto; }
  h2 {
    font-size: 1.5em; }
  #commentform input, #commentform textarea {
    width: 100%; }
  #commentform label {
    display: block;
    float: none;
    width: 100%; }
  #blog #main.light .container {
    padding: 0; }
  #blog #content.single .post, #main.light #postnav, #comments {
    padding: 10px !important; }
  #blog .article {
    margin-bottom: 10px; }
  #home #blog .content .container {
    padding: 0 !important; }
  #home #blog .header {
    padding-top: 0; }
  #home #blog .header h2, #home #blog .header h3 {
    margin-bottom: 0; } }

/*-- Browser Specific Adjustments --*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Chrome*/
  #blog .lg-6 .article {
    padding: 10px 9px; } }

@media screen\0 {
  /*IE8-10*/ }

@media \0screen\,screen\9 {
  /*IE7-8*/
  .container {
    width: 1000px; }
  #header .navigation li {
    display: inline;
    zoom: 1; }
  #social li {
    float: left; }
  #main .col.left {
    padding-left: 0;
    padding-right: 20px; }
  #main .col.right {
    padding-left: 20px;
    padding-right: 0; }
  #blog #content {
    width: 73%; } }

@media screen\9 {
  /*IE7*/
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .container, .row, .clearfix, .content, .section, .article, #commentform p {
    height: 1%; } }

@media screen and (min-width: 0\0) {
  /*IE9-10*/ }

body.resume #main p + ul {
  margin-top: -12px; }

body.new {
  background: url(../img/home/skimmers.jpg) no-repeat fixed center bottom;
  background-size: 100%; }

body.new #container {
  max-width: none;
  padding: 0; }

.home-container {
  background-color: #000; }

body.new header,
body.new footer {
  margin: auto;
  width: 1000px; }

body {
  background-color: #0a0a0a;
  font-size: 16px;
  min-width: 318px; }

h1, h2, h3 {
  letter-spacing: -.03em;
  margin-top: 0; }

h1 {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 10px; }

h2 {
  font-size: 1.8em;
  font-weight: 400;
  margin-bottom: 10px; }

h3 {
  font-size: 1.2em;
  font-weight: 400;
  color: #c99;
  margin-bottom: 5px; }

h4 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 2px; }

p {
  line-height: 1.5em;
  margin-bottom: 10px; }

p, li {
  font-weight: 400;
  line-height: 1.6em; }

a {
  color: #c99;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
a:hover {
	color: #fff; }

blockquote {
  padding: 20px; }
  blockquote p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.1em;
    margin-bottom: 12px; }

.row {
  max-width: 100% !important; }

header {
  position: relative;
  z-index: 99; }
  header * {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  header h1 {
    text-shadow: 1px 1px 5px rgba(10, 10, 10, 0.6), 1px 1px 10px rgba(10, 10, 10, 0.6); }
  header .grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  header .title-bar {
    background: rgba(10, 10, 10, 0.6);
    height: 50px;
    padding: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999; }
    header .title-bar .top-bar {
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      background: none;
      padding: 0 15px;
      width: 100%; }
    header .title-bar .menu-toggle {
      margin-top: -12px;
      top: 22px;
      right: 15px;
      position: absolute;
      z-index: 9999; }
    header .title-bar .menu {
      background: none;
      height: 100%; }
      header .title-bar .menu li {
        padding: 0 1rem; }
      header .title-bar .menu a {
        color: #fefefe;
        display: block;
        padding: 0.1rem;
        position: relative;
        text-transform: uppercase; }
      header .title-bar .menu a:hover {
				color: #c99 }
      header .title-bar .menu .active > a {
        background: none; }
        header .title-bar .menu .active > a:after {
          background: #be6161;
          content: " ";
          height: 4px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          width: 100%;
          z-index: -1;
          bottom: -7px;
          left: 0;
          position: absolute; }
    header .title-bar .logo {
      display: inline-block;
      height: 36px; }
  header .hero {
    height: auto;
    width: 100%; }
  header .content {
		background: rgba(0,0,0,.65);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3; }
    header .content .grid-container {
      position: relative;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        header .content .grid-container {
          padding: 20px 32px; } }
      @media screen and (max-width: 74.9375em) {
        header .content .grid-container {
          padding: 20px;
          position: relative;
          z-index: 1; } }
    header .content .grid-container, header .content .grid-x {
      height: 100%; }
    header .content h1, header .content p, header .content a {
      color: #fefefe; }
    header .content p {
      margin-bottom: 0; }
  header.masthead .hero {
    background-size: 100%; }
  @media print, screen and (min-width: 40em) {
    header {
      overflow: hidden;
      padding-bottom: 5 / 1; }
      header .logo img {
        height: 70px; }
      header .logo.mobile {
        display: none; }
      header .hero {
				aspect-ratio: 5 / 1;
        background-attachment: fixed;
        background-color: #000;
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: relative; }
        header .hero img {
          display: none; }
      header.masthead {
        aspect-ratio: 10 / 3;
        /* 16:9 */ } }
  @media screen and (max-width: 39.9375em) {
    header .grid-container {
      padding: 0; }
    header .title-bar {
      background: rgba(10, 10, 10, 0.8);
      position: relative; }
      header .title-bar .menu-toggle {
        position: fixed; }
    header .logo img {
      height: 50px; }
    header .dropdown-menu {
      background: rgba(10, 10, 10, 0.8);
      padding: 5px 15px;
      top: 0;
      left: 0;
      position: fixed;
      width: 100%; }
      header .dropdown-menu .menu {
        padding-bottom: 5px; }
        header .dropdown-menu .menu li {
          text-align: center;
          width: 100%; }
          header .dropdown-menu .menu li a {
            padding: 5px 15px; }
    header .content {
      position: relative; } }

body.stick header .title-bar {
  /*@include breakpoint(small down) { 
        height: 35px;
        .logo {
          height: 26px;
          margin-top: 4px;
          img {
            height: 45px;
          }
        }
      }*/ }
  @media print, screen and (min-width: 40em) {
    body.stick header .title-bar {
      height: 40px; }
      body.stick header .title-bar .logo img {
        height: 55px; } }
  body.stick header .title-bar .menu .active > a:after {
    bottom: 22px; }

.admin-bar header .menu-bar {
  top: 32px; }

header .gradient {
  display: none;
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.7)), to(rgba(34, 34, 34, 0)));
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.7) 0%, rgba(34, 34, 34, 0) 100%);
  height: 20%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute; }

footer {
  padding-bottom: 1em;
  padding-top: 1em; }
  footer .menu li {
    width: 100%; }
    footer .menu li a {
      display: inline-block;
      line-height: 1.5em;
      padding: 4px 0; }
    footer .menu li a:hover {
      color: #fff }
  footer .menu i {
    float: left;
    font-size: 1.5em;
    margin-right: 8px; }

.row {
  max-width: none;
  width: 100%; }

main {
  background-color: #222222; }

section .grid-container {
  padding-bottom: 2em;
  padding-top: 2em; }

section.main .grid-container {
  padding-left: 32px;
  padding-right: 32px; }

section.main.light {
  color: #333;
  background-color: #e0e0e0; }
  section.main.light h3 {
    color: #633; }
  section.main.light a {
    color: #966; }
  section.main.light a:hover {
    color: #444; }

section.main p {
  font-size: 1.25em;
	line-height: 1.5em;
  margin-bottom: 1em; }
  section.main p.smaller {
    font-size: .8em; }

section.main ul {
  margin-bottom: 1em;
  padding: 0; }
  section.main ul li {
    font-size: 1.25em;
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative; }
    section.main ul li:before {
      content: '\2022';
      color: #633;
      left: -12px;
      position: absolute; }

section.main ol li {
  font-size: 1.2em;
  line-height: 1.4em;
  list-style-type: decimal;
  margin-left: 25px;
  padding: 1px 0 4px 10px; }

section.main img.alignleft {
  float: left;
  margin: 4px 20px 10px 0; }

section.main img.alignright {
  float: right;
  margin: 4px 0 20px 10px; }

section.main img.aligncenter {
  display: block;
  margin: 10px auto 20px; }

section.main img.alignnone {
  margin: 10px 0 15px; }

section.main div.wp-caption img {
  margin: 0 !important; }

section.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section.grid .button.round {
    border-radius: 5px;
		font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: .5em 1.5em; }
  @media print, screen and (min-width: 64em) {
    section.grid {
      font-size: 1.5em; } }
  @media print, screen and (min-width: 40em) {
    section.grid .row:nth-of-type(even) .image {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    section.grid .row:nth-of-type(even) .text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  section.grid .image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
    section.grid .image img {
      width: 100%; }
    @media screen and (min-width: 40em) {
      section.grid .image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%; } }
  section.grid .text {
    background: #333;
    padding: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (min-width: 40em) {
      section.grid .text {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding: 2rem; } }

section.icon .grid-x {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

section.icon .cell {
  text-align: center;
  max-height: 380px;
  padding: 10px 3%; }

section.icon i {
  font-size: 2.8em;
  margin-bottom: .3em; }

section.icon p {
  line-height: 1.1em;
  font-size: 1em; }

@media screen and (max-width: 49.9375em) {
  section.icon {
    font-size: .8em; } }

section.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  section.columns .column {
    width: 33.333%; }

section.columns .image, section.grid .image {
	aspect-ratio: 4 / 3;
	overflow: hidden; }
	section.columns .image img, section.grid .image img {
		contain-intrinsic-size: unset !important;
		object-fit: cover;
		min-height: 100%;
		min-width: 100%; }

/*-- Tables --*/
.table.cbc {
  margin: 0 auto 20px;
  max-width: 300px; }
  .table.cbc .row:nth-child(odd) {
    background-color: #eee; }
  .table.cbc .row:first-child {
    background-color: #f2f2f2;
    font-weight: bold; }
  .table.cbc .row span {
    display: inline-block;
    float: left;
    padding: 4px 6px; }
  .table.cbc .row span:first-child {
    width: 80%; }
  .table.cbc .row span:last-child {
    text-align: right;
    width: 20%; }

/*-- Forms --*/
.wpforms-form .wpforms-label-hide, .wpforms-form .wpforms-field-hp {
  top: -9999px;
  left: -9999px;
  position: absolute; }

.wpforms-form .wpforms-field {
  padding-bottom: 6px; }

.wpforms-form .wpforms-field input, .wpforms-form .wpforms-field textarea {
  background-color: #222222;
  border: none;
  -webkit-border-radius: 5px 5px 0 5px;
  -moz-border-radius: 5px 5px 0 5px;
  border-radius: 5px 5px 0 5px;
  color: #8a8a8a;
  font-size: 1em;
  margin: 0;
  padding: 8px;
  width: 100%; }

.wpforms-form .wpforms-field textarea {
  height: 100px; }

.wpforms-form .wpforms-submit-container input, .wpforms-form .wpforms-submit-container button {
  background-color: #633;
  border: none;
  -webkit-border-radius: 3px 1px;
  -moz-border-radius: 3px 1px;
  border-radius: 3px 1px;
  color: #e6e6e6;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%; }
  .wpforms-form .wpforms-submit-container input:hover, .wpforms-form .wpforms-submit-container button:hover {
    background-color: #966; }

.wpforms-form .wpforms-error {
  color: #cc4b37;
  padding-left: 5px; }

@media print, screen and (min-width: 40em) {
  .wpforms-form .wpforms-field-name, .wpforms-form .wpforms-field-email {
    clear: none;
    float: left;
    width: 50%; }
  .wpforms-form .wpforms-field-name {
    padding-right: 3px; }
  .wpforms-form .wpforms-field-email {
    padding-left: 3px; } }

.wpcf7-form .col,
.wpcf7-form p {
  margin: 0 !important;
  padding: 0; }

.wpcf7-form-control-wrap {
  display: block;
  font-size: .9em;
  margin-bottom: 8px; }

.wpcf7-form label {
  color: #555;
  display: block;
  font-size: .9em;
  padding-left: 4px; }

.wpcf7-form br {
  display: none; }

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-captchar {
  background-color: #ddd;
  border: none;
  -webkit-border-radius: 5px 5px 0 5px;
  -moz-border-radius: 5px 5px 0 5px;
  border-radius: 5px 5px 0 5px;
  font-size: 1em;
  padding: 8px;
  width: 100%; }

.wpcf7-form .wpcf7-textarea {
  height: 200px; }

.wpcf7-form .wpcf7-captchac {
  display: block;
  margin: 4px auto; }

.wpcf7-form .wpcf7-submit {
  background-color: #966;
  border: none;
  color: #fefefe;
  -webkit-border-radius: 3px 1px;
  -moz-border-radius: 3px 1px;
  border-radius: 3px 1px;
  font-weight: 400;
  padding: 6px 10px;
  text-transform: uppercase;
  width: auto; }

.iframe {
  height: 0;
  padding-bottom: 51%;
  position: relative;
  width: 100%; }
  .iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

@media print, screen and (min-width: 40em) {
  #home header.masthead {
    aspect-ratio: 2 / 1 } 
}

#home main h2 {
  width: 100%; }

#home .columns {
  float: none; }
  #home .columns .cell a {
    display: block;
    text-align: center; }
    #home .columns .cell a:hover h3 {
      color: #fefefe; }
  #home .columns .cell h3 {
    padding: .2em 0 .5em; }

#about header .top-bar {
  bottom: auto;
  height: 30%;
  top: 70%; }

#about header .content {
  bottom: 0;
  position: absolute;
  top: auto;
  z-index: 999; }

@media print, screen and (min-width: 40em) {
  #about .top-bar-container {
    background: rgba(10, 10, 10, 0.5); } }

.slides div.cell {
  margin-bottom: 12px;
  min-height: 20px;
  padding: 0 6px;
  position: relative; }
  .slides div.cell a {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    position: relative;
    -webkit-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; }
    .slides div.cell a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      opacity: .8; }
  .slides div.cell img {
    height: auto;
    width: 100% !important; }
  .slides div.cell .description {
    background: rgba(10, 10, 10, 0.5);
    bottom: 0;
    color: #eee;
    left: 0;
    margin: 0;
    padding: 4px 12px;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .slides div.cell .description h3 {
      color: #eee;
      font-size: 1em;
      font-weight: 600;
      margin-bottom: 0;
      -website-text-shadow: 1px 1px 2px #000;
      text-shadow: 1px 1px 2px #000; }

.slides.past div.item a {
  cursor: default; }

section.portfolio .grid-container {
  max-width: 936px; }

section.portfolio div.site p {
  color: #ccc;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 400;
  -website-text-shadow: 1px 1px 2px #000;
  text-shadow: 1px 1px 2px #000; }

section.resume .left h3 {
  font-variant: small-caps; }

section.resume p + ul {
  margin-bottom: 1em;
  margin-top: -.9em; }

@media print, screen and (min-width: 40em) {
  section.resume .left {
    text-align: right; } }

body.resume .main p + ul {
  margin-top: -12px; }

body.web header .content h1 {
  float: left; }

body.web header .content h3 {
  float: right;
  line-height: 40px; }

section.index article {
  margin-bottom: 20px; }
  section.index article .post-read-more span {
    margin-left: 10px; }

@media print, screen and (min-width: 40em) {
  section.index .post-text {
    padding-left: 20px; } }
