/* 
Theme Name: Developer Portfolio
Author: Brandon Winger-Air
Author URI: https://brandonwinger.com
Theme URI: https://wintercodes.com/portfolio/developer-portfolio-wordpress-theme/
Description: A customizable tech-based portfolio theme for developers and designers to present their work on the web. Inspired by GTCoding's video tutorial on freeCodeCamp. Purchase "Pro Version" to customize copyright and footer text/link.
Version: 1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
Tags: blog, portfolio, grid-layout, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, translation-ready, theme-options, threaded-comments
Text Domain: developer-portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* General */
/* line 18, sass/style.scss */
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background: #fafafa;
}

/* line 24, sass/style.scss */
p {
  line-height: 1.5;
}

/* line 28, sass/style.scss */
a {
  color: #212121;
}

/* line 32, sass/style.scss */
.heading-line-1,
.heading-line-2 {
  margin: 1rem auto;
  color: #fafafa;
}

/* line 38, sass/style.scss */
main {
  margin: 0 auto;
  background: #fff;
}

/* line 43, sass/style.scss */
input,
textarea {
  padding: 8px 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  border: none;
  box-shadow: inset 2px 2px 8px -4px rgba(0, 0, 0, 0.4);
  -webkit-appearance: none;
}

/* line 53, sass/style.scss */
input:focus,
textarea:focus {
  outline: none;
}

/* line 58, sass/style.scss */
.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* line 64, sass/style.scss */
.alignleft {
  text-align: left;
}

/* line 68, sass/style.scss */
.alignright {
  text-align: right;
}

/* line 72, sass/style.scss */
.wp-caption {
  border: 1px solid #212121;
}

/* line 76, sass/style.scss */
.wp-caption-text {
  margin-bottom: 5px;
}

/* line 80, sass/style.scss */
.sticky {
  color: #212121;
}

/* line 84, sass/style.scss */
.bypostauthor {
  color: #424242;
}

/* line 88, sass/style.scss */
.gallery-caption {
  color: #fff;
}

/* line 92, sass/style.scss */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Text meant only for screen readers. */
/* line 102, sass/style.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* line 115, sass/style.scss */
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Navbar */
/* line 133, sass/style.scss */
#logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #424242;
  padding: 0 32px;
  align-items: center;
  color: #fff;
  transition: 0.4s;
}

/* line 146, sass/style.scss */
#logo:hover {
  background: #212121;
}

/* line 150, sass/style.scss */
#logo img {
  height: 50px;
}

/* line 154, sass/style.scss */
nav {
  height: 72px;
  background: #616161;
  width: 100%;
  margin: 0;
  position: var(--navbar-position);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px 0 0;
  box-sizing: border-box;
  z-index: 999;
}

/* line 180, sass/style.scss */
nav a {
  display: block;
  padding: 0 32px;
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
}

/* line 188, sass/style.scss */
nav a:hover {
  color: var(--default-color);
  filter: brightness(130%);
}

/* line 193, sass/style.scss */
.sub-menu {
  display: none;
}

/* line 197, sass/style.scss */
.sub-menu:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 204, sass/style.scss */
nav a:hover + .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 211, sass/style.scss */
.show-sub-menu-pages {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 223, sass/style.scss */
nav li ul li {
  position: absolute;
  display: block;
  line-height: 72px;
  width: 100%;
  border-top: 1px solid #424242;
  box-sizing: border-box;
}

/* line 232, sass/style.scss */
nav li ul li:last-of-type {
  border-bottom: 1px solid #424242;
}

/* line 236, sass/style.scss */
nav ul li ul li a {
  padding: 0;
  color: #fff;
  height: 72px;
  text-align: center;
  text-decoration: none;
}

/* line 244, sass/style.scss */
nav ul li ul li:hover {
  background: #757575;
  transition: 0.4s;
}

/* line 249, sass/style.scss */
#menu-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 257, sass/style.scss */
nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}

/* line 270, sass/style.scss */
#menu-container ul li {
  position: relative;
  line-height: 72px;
}

/* line 275, sass/style.scss */
#menu-container ul li ul {
  position: absolute;
  background: #9e9e9e;
  z-index: 2;
  padding-left: 0;
  top: 72px;
  height: 72px;
  width: 100%;
}

/* line 285, sass/style.scss */
.current_page_item > a,
.active {
  color: var(--default-color);
  filter: brightness(115%);
}

/* line 291, sass/style.scss */
.current-menu-ancestor > a {
  color: var(--default-color);
  filter: brightness(115%);
  text-decoration: none;
}

/* Banner */
/* line 298, sass/style.scss */
#banner {
  height: calc(100vh - 72px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: overlay;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}

/* line 324, sass/style.scss */
#banner img {
  position: absolute;
  min-width: 100%;
  min-height: calc(100vh - 72px);
}

/* line 330, sass/style.scss */
#header-container {
  margin-bottom: 4rem;
  height: 125.6px;
}

/* line 335, sass/style.scss */
.header-title-container {
  background: var(--default-color);
  opacity: 0.8;
  border-radius: 8px;
  height: 125.6px;
  z-index: 1;
  position: relative;
  bottom: 125.6px;
}

/* line 346, sass/style.scss */
#banner h1 {
  padding: 1.2rem 2.4rem 1.4rem;
  margin: 0;
  font-size: 64px;
  font-family: 'Roboto Slab', sans-serif;
  z-index: 2;
  position: relative;
  text-align: center;
}

/* line 356, sass/style.scss */
#banner h3 {
  background: #222;
  border-radius: 8px;
  margin: 0;
  padding: 1rem 1.2rem;
  font-size: 24px;
  z-index: 1;
}

/* Search Box */
/* line 366, sass/style.scss */
#search-box {
  position: absolute;
  right: 0;
  top: 21px;
  width: 520px;
  z-index: 1;
  transition: all 1s;
  border-bottom: 1px solid #f5f5f5;
}

/* line 376, sass/style.scss */
.search-box-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 391, sass/style.scss */
.search-box-mobile form {
  align-self: center;
}

/* line 395, sass/style.scss */
#search-box input {
  width: 100%;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 402, sass/style.scss */
#menu-container {
  color: #fff;
  padding: 0 32px;
  cursor: pointer;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}

/* line 416, sass/style.scss */
#menu-container .fa-search {
  padding-left: 32px;
}

/* line 420, sass/style.scss */
#menu-container .fa-search:hover {
  color: var(--default-color);
  filter: brightness(130%);
}

/* line 425, sass/style.scss */
#search-box #search-btn,
#mobile-nav #search-btn {
  height: 50px;
  width: 50px;
  background: #f5f5f5 url("images/developer-portfolio-search-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: initial;
  transition: 0.4s;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
}

/* line 442, sass/style.scss */
#search-box #search-btn:hover,
#mobile-nav #search-btn:hover {
  background: var(--default-color) url("images/developer-portfolio-search-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  filter: brightness(115%);
}

/* Mobile Nav */
/* line 452, sass/style.scss */
#menu-icon {
  display: none;
  height: 100%;
  font-size: 2.4rem;
  padding: 0 4px;
  color: #fff;
  align-items: center;
}

/* line 461, sass/style.scss */
#mobile-nav {
  display: none;
  background: #2d3436;
  z-index: 1;
  position: fixed;
  transition: 0.4s;
  width: 100%;
  height: 88vh;
  text-align: center;
  top: -120%;
  z-index: 3;
}

/* line 475, sass/style.scss */
.menu-main-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 482, sass/style.scss */
.menu-navbar-container {
  height: 100%;
}

/* line 486, sass/style.scss */
#mobile-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 505, sass/style.scss */
#mobile-nav ul li {
  padding: .4rem;
}

/* line 509, sass/style.scss */
#mobile-nav a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
}

/* line 516, sass/style.scss */
#mobile-nav form {
  position: relative;
  width: 85%;
  padding-bottom: .5rem;
}

/* line 522, sass/style.scss */
#mobile-nav input {
  width: 100%;
  height: 48px;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
}

/* Heading */
/* line 531, sass/style.scss */
.heading {
  text-align: center;
  padding: 3rem 0 6rem;
}

/* line 536, sass/style.scss */
.heading:first-of-type {
  padding-top: 7rem;
}

/* line 540, sass/style.scss */
.heading-line-1 {
  width: 14rem;
}

/* line 544, sass/style.scss */
.heading-line-2 {
  width: 7rem;
}

/* line 548, sass/style.scss */
.section-heading {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
  border-left: 3px solid #333;
  border-right: 3px solid #333;
  height: 100%;
  transition: 0.4s;
  display: inline-block;
  padding: 4px 32px;
}

/* line 559, sass/style.scss */
.section-heading:hover {
  padding: 4px 48px;
  background: var(--default-color);
  filter: brightness(130%);
  cursor: pointer;
}

/* Section */
/* line 567, sass/style.scss */
section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 580, sass/style.scss */
#source-files {
  display: block;
  text-align: center;
}

/* line 585, sass/style.scss */
#source-files p {
  margin: -1rem 0 0;
  padding: 0 15%;
}

/* line 590, sass/style.scss */
#source-files .read-more {
  margin: 5rem auto 6rem;
}

/* Card */
/* line 595, sass/style.scss */
.card-img {
  transition: 0.4s;
}

/* line 599, sass/style.scss */
.card-img:hover {
  box-shadow: 0 10px 6px -6px #777;
}

/* line 603, sass/style.scss */
.card-img img {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 609, sass/style.scss */
.row-card {
  margin: 2.5rem 0 5rem;
}

/* line 613, sass/style.scss */
.row-card .card-img {
  margin-bottom: 1.5rem;
  min-height: 250px;
  height: 35vh;
  max-height: 300px;
}

/* line 620, sass/style.scss */
.row-card .sticky-title {
  display: inline-block;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--default-color);
}

/* line 626, sass/style.scss */
.single-page img {
  height: 100%;
}

/* line 630, sass/style.scss */
.wp-block-button {
  color: var(--default-color);
}

/* line 634, sass/style.scss */
.about-img img {
  height: 100%;
}

/* line 638, sass/style.scss */
#about-desc {
  border-left: 1px solid #e0e0e0;
}

/* line 642, sass/style.scss */
.card-meta {
  color: #616161;
  font-size: 14px;
  font-family: 'Roboto Slab' serif;
}

/* line 648, sass/style.scss */
.card-meta h3 {
  margin: 0;
}

/* line 653, sass/style.scss */
.card-meta a {
  color: #424242;
  text-decoration: none;
}

/* line 658, sass/style.scss */
.card-meta h3:last-of-type {
  margin-bottom: 0;
}

/* line 662, sass/style.scss */
.page-card {
  height: 100%;
}

/* line 666, sass/style.scss */
.page-card .card-meta {
  padding: 28px 36px 0px;
}

/* line 670, sass/style.scss */
.page-card p:first-of-type {
  margin-top: 0;
}

/* line 674, sass/style.scss */
.card-desc {
  padding: 0 8px;
}

/* line 678, sass/style.scss */
.page-card .card-desc {
  padding: 28px 36px 12px;
  min-height: 30vh;
}

/* line 683, sass/style.scss */
.home .card-desc h3 a,
.blog .card-desc h3 a,
.archive .card-desc h3 a {
  text-decoration: none;
}

/* line 689, sass/style.scss */
.card-disabled-comments {
  height: 100%;
  border-left: 1px solid #e0e0e0;
}

/* line 694, sass/style.scss */
.post-comments-disabled {
  border-left: 1px solid #e0e0e0;
}

/* line 698, sass/style.scss */
.read-more-btn {
  text-align: center;
}

/* line 702, sass/style.scss */
.read-more {
  padding: 8px 24px;
  border: 3px solid #212121;
  transition: 0.4s;
  display: inline-block;
  margin-top: .8rem;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
}

/* line 716, sass/style.scss */
.read-more:hover {
  background: var(--default-color);
  filter: brightness(115%);
  padding: 8px 32px;
  color: #fff;
}

/* line 723, sass/style.scss */
.wp-block-image {
  overflow: hidden;
}

/* line 727, sass/style.scss */
.wp-block-image .alignright {
  display: block;
}

/* line 731, sass/style.scss */
.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
  margin-right: 0;
}

/* line 735, sass/style.scss */
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0 .4rem .6rem;
}

/* line 742, sass/style.scss */
.columns-7 .wp-block-gallery .blocks-gallery-image figcaption, .columns-7 .blocks-gallery-item figcaption {
  font-size: .7rem;
  padding: .2rem;
}

/* line 747, sass/style.scss */
.columns-8 .wp-block-gallery .blocks-gallery-image figcaption, .columns-8 .blocks-gallery-item figcaption {
  padding: .2rem;
  padding-bottom: .5rem;
  font-size: .5rem;
}

/* line 753, sass/style.scss */
.wp-block-cover .wp-block-cover-text a {
  color: var(--default-color);
}

/* line 757, sass/style.scss */
.card img {
  min-height: 100%;
}

/* Footer */
/* line 762, sass/style.scss */
footer {
  background-color: #222;
  padding: 28px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 772, sass/style.scss */
footer h3 {
  margin: 0;
  font-size: 20px;
}

/* line 777, sass/style.scss */
#footer-left li {
  font-size: 18px;
}

/* line 781, sass/style.scss */
#footer-right ul li {
  font-size: 56px;
}

/* line 785, sass/style.scss */
#footer-text-links {
  font-size: 20px;
}

/* line 789, sass/style.scss */
#footer-right p {
  font-size: 18px;
}

/* line 793, sass/style.scss */
#footer-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid var(--default-color);
  padding: 28px;
}

/* line 802, sass/style.scss */
#footer-left ul {
  padding: 0;
  list-style: none;
  line-height: 1.7;
  color: #fff;
}

/* line 809, sass/style.scss */
#footer-left a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: block;
  clear: both;
}

/* line 817, sass/style.scss */
#footer-menu-line {
  width: 40%;
  border-color: #9e9e9e;
  margin-left: 0;
  float: left;
  margin-top: 20px;
}

/* line 825, sass/style.scss */
#footer-right {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 28px;
  text-align: center;
}

/* line 834, sass/style.scss */
#footer-right a {
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
}

/* line 840, sass/style.scss */
#footer-right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

/* line 853, sass/style.scss */
#footer-right ul li {
  font-size: 48px;
  padding: 16px;
}

/* line 858, sass/style.scss */
li:hover a i {
  color: var(--default-color);
  filter: brightness(130%);
  transition: 0.4s;
}

/* line 864, sass/style.scss */
li:hover a .fa-youtube {
  color: #f44336;
  transition: 0.4s;
}

/* line 869, sass/style.scss */
li:hover a .fa-linkedin {
  color: #0277bd;
  transition: 0.4s;
}

/* line 874, sass/style.scss */
li:hover a .fa-github {
  transition: 0.4s;
  color: #888;
}

/* line 879, sass/style.scss */
li:hover a .fa-dribbble {
  transition: 0.4s;
  color: #ec407a;
}

/* line 884, sass/style.scss */
li:hover a .fa-dribbble {
  transition: 0.4s;
  color: #ec407a;
}

/* line 889, sass/style.scss */
li:hover a .fa-rss {
  transition: 0.4s;
  color: #f26522;
}

/* Blogs Page */
/* line 895, sass/style.scss */
.page-heading {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
  border-left: 3px solid black;
  border-right: 3px solid black;
  transition: all 0.4s;
  display: inline-block;
  padding: 4px 32px;
  margin-top: 3rem;
}

/* line 906, sass/style.scss */
.pagination {
  padding: 3rem 0 4rem;
  text-align: center;
  font-weight: bold;
}

/* line 912, sass/style.scss */
.pagination a {
  border-top: 3px solid #fff;
  display: inline-block;
  padding: 8px 16px;
  transition: 0.4s;
  text-decoration: none;
}

/* line 920, sass/style.scss */
.pagination a:hover {
  text-decoration: none;
  border-top: 3px solid #212121;
}

/* Post Page */
/* line 926, sass/style.scss */
.post-heading:hover {
  background: none;
}

/* line 930, sass/style.scss */
#post-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 937, sass/style.scss */
#blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
}

/* line 950, sass/style.scss */
#blog-post .card {
  width: 100%;
}

/* line 954, sass/style.scss */
#blog-post .card-img:hover {
  box-shadow: none;
}

/* line 958, sass/style.scss */
#post-img {
  width: 100%;
}

/* line 962, sass/style.scss */
.post-meta {
  color: #333;
  font-size: 14px;
  padding: 16px;
  font-family: 'Roboto Slab', serif;
}

/* line 969, sass/style.scss */
.card-desc-border {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 974, sass/style.scss */
#blog-post .card-desc-page {
  border-top: 1px solid #e0e0e0;
}

/* line 978, sass/style.scss */
.no-post-img {
  border-top: 1px solid #e0e0e0;
}

/* line 982, sass/style.scss */
.project {
  height: 100%;
}

/* line 986, sass/style.scss */
.post-type-archive-project .card-meta {
  display: none;
}

/* line 990, sass/style.scss */
#blog-post .project-desc .blog-post-desc {
  padding-left: 0;
  border: none;
}

/* line 995, sass/style.scss */
.page-card .card-desc li {
  list-style-type: square;
  margin-bottom: .4rem;
}

/* line 1000, sass/style.scss */
#sidebar li {
  list-style-type: square;
  margin-bottom: .4rem;
}

/* line 1005, sass/style.scss */
.card-meta-comments-open {
  border-left: 1px solid #e0e0e0;
}

/* line 1009, sass/style.scss */
.desc-comments-open {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 1014, sass/style.scss */
.single-post-no-comments {
  border-left: 1px solid #e0e0e0;
}

/* Sidebar */
/* line 1019, sass/style.scss */
#sidebar {
  background: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.4rem 2rem;
  color: #fff;
  box-shadow: inset 8px 0 54px -18px rgba(0, 0, 0, 0.75);
}

/* line 1030, sass/style.scss */
#sidebar .widget {
  margin-bottom: 3rem;
}

/* line 1034, sass/style.scss */
#sidebar a {
  color: #bdbdbd;
  text-decoration: none;
}

/* line 1039, sass/style.scss */
#sidebar a:hover {
  color: #e0e0e0;
}

/* line 1043, sass/style.scss */
#sidebar ul {
  padding: 0 36px;
}

/* line 1047, sass/style.scss */
#sidebar ul li {
  margin: 1rem 0;
  list-style: square;
}

/* line 1052, sass/style.scss */
#sidebar li {
  margin: 8px 0;
  list-style: none;
}

/* line 1057, sass/style.scss */
#sidebar li li {
  margin-left: -16px;
}

/* line 1061, sass/style.scss */
#sidebar input {
  width: 100%;
  height: 42px;
}

/* line 1066, sass/style.scss */
#sidebar form {
  position: relative;
}

/* line 1070, sass/style.scss */
#sidebar #search-btn {
  background: #f5f5f5 url("images/developer-portfolio-search-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: initial;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
  transition: 0.4s;
}

/* line 1085, sass/style.scss */
#sidebar #search-btn:hover {
  background: var(--default-color) url("images/developer-portfolio-search-icon.png");
  filter: brightness(115%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

/* Comment Form */
/* line 1094, sass/style.scss */
#comments-section {
  padding: 0;
}

/* line 1098, sass/style.scss */
#reply-title,
#comments-title {
  margin: 32px auto;
  padding-bottom: 8px;
  width: 220px;
  text-align: center;
  border-bottom: 1px solid #000;
}

/* line 1107, sass/style.scss */
.comment-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}

/* line 1121, sass/style.scss */
.comment-form input,
.comment-form textarea {
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1128, sass/style.scss */
.comment-notes {
  color: #616161;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1135, sass/style.scss */
.comment-require {
  color: red;
}

/* line 1139, sass/style.scss */
#comments-section textarea {
  display: block;
}

/* line 1143, sass/style.scss */
.form-submit {
  text-align: center;
}

/* line 1147, sass/style.scss */
.form-submit .submit,
.wpcf7 .wpcf7-submit {
  background: #fff;
  font-weight: bold;
  width: 50%;
  padding: 8px;
  border: 2px solid #000;
  height: 48px;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: initial;
}

/* line 1160, sass/style.scss */
.form-submit .submit:hover,
.wpcf7 .wpcf7-submit:hover {
  background: var(--default-color);
  filter: brightness(115%);
  color: #fff;
}

/* line 1167, sass/style.scss */
.contact-area p:last-of-type {
  text-align: center;
}

/* line 1171, sass/style.scss */
.logged-in-as {
  text-align: center;
}

/* Comments */
/* line 1176, sass/style.scss */
.comments {
  margin-top: 24px;
  border-top: 2px solid #eee;
  padding: 16px;
}

/* line 1182, sass/style.scss */
.comment-form-cookies-consent {
  display: none;
}

/* line 1186, sass/style.scss */
.comment-body {
  border: 1px solid #e0e0e0;
  border-top: none;
  padding-bottom: 1rem;
}

/* line 1192, sass/style.scss */
.comment-content {
  padding: 1rem 1.5rem .2rem;
}

/* line 1196, sass/style.scss */
.comment-reply-link {
  border-top: 1px solid #e0e0e0;
  margin-left: 1.5rem;
  padding-top: .5rem;
  padding-right: .4rem;
}

/* line 1203, sass/style.scss */
.comments h3 {
  margin: 24px auto;
  padding-bottom: 8px;
  width: 150px;
  text-align: center;
  border-bottom: 1px solid #000;
}

/* line 1211, sass/style.scss */
.all-comments {
  padding: 0;
  margin: 0 auto;
}

/* line 1216, sass/style.scss */
.all-comments li {
  list-style: none;
  margin-bottom: 16px;
}

/* line 1221, sass/style.scss */
.comment-meta {
  background: #555;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

/* line 1235, sass/style.scss */
.comment-meta a {
  color: #f5f5f5;
  text-decoration: none;
}

/* line 1240, sass/style.scss */
a.comment-edit-link {
  color: #fff;
  text-decoration: underline;
}

/* line 1245, sass/style.scss */
.all-comments .vcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

/* line 1253, sass/style.scss */
.all-comments .photo {
  margin-right: 12px;
}

/* line 1257, sass/style.scss */
.all-comments .says {
  display: none;
}

/* line 1261, sass/style.scss */
.all-comments .reply {
  font-weight: bold;
}

/* line 1265, sass/style.scss */
.all-comments .children {
  margin-top: 16px;
}

/* line 1269, sass/style.scss */
#comment-pagination {
  margin: 30px auto 10px;
  text-align: center;
}

/* line 1274, sass/style.scss */
.page-numbers {
  margin: 0 5px;
}

/* line 1278, sass/style.scss */
.page-numbers:hover {
  text-decoration: underline;
}

/* line 1282, sass/style.scss */
.page-numbers.current:hover {
  text-decoration: none;
}

/* No Search Results Page */
/* line 1287, sass/style.scss */
.no-results {
  text-align: center;
}

/* line 1291, sass/style.scss */
.no-results ul {
  list-style: none;
  margin-bottom: 3rem;
  padding: 0;
}

/* line 1297, sass/style.scss */
.no-results li {
  margin: 1rem 0;
}

/* line 1301, sass/style.scss */
.no-results h2 {
  margin-bottom: 3rem;
  color: red;
}

/* Contact Form */
/* line 1307, sass/style.scss */
.contact-area h3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* line 1312, sass/style.scss */
.page-card .contact-area {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding-bottom: 3rem;
}

/* line 1318, sass/style.scss */
.contact-area hr {
  margin: 2rem 15rem 5rem;
}

/* line 1322, sass/style.scss */
.contact-area p:first-of-type {
  margin-top: 2rem;
}

/* line 1326, sass/style.scss */
.contact-area p {
  margin: 2rem 0;
}

/* line 1330, sass/style.scss */
.contact-area br {
  margin: 1rem 0;
}

/* line 1334, sass/style.scss */
.wpcf7 input,
.wpcf7 textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  height: 42px;
}

/* line 1343, sass/style.scss */
.wpcf7 input {
  padding: 16px 14px;
}

/* line 1347, sass/style.scss */
.wpcf7 textarea {
  height: 150px;
  margin-bottom: 1.5rem;
}

/* 404 Page */
/* line 1353, sass/style.scss */
.container-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 24px;
}

/* line 1368, sass/style.scss */
.container-404 img {
  width: 480px;
}

/* line 1372, sass/style.scss */
.container-404 ul {
  list-style: none;
  margin-bottom: 3rem;
  padding: 0;
}

/* line 1378, sass/style.scss */
.container-404 li {
  margin: 1rem 0;
}

/* line 1382, sass/style.scss */
.menu-no-results-container a {
  text-decoration: none;
}

/* line 1386, sass/style.scss */
.container-404 .active {
  color: #212121;
}

/* Media Queries */
@media (max-width: 900px) {
  /* line 1392, sass/style.scss */
  nav {
    height: 12vh;
  }

  /* line 1396, sass/style.scss */
  #menu-container {
    display: none;
  }

  /* line 1400, sass/style.scss */
  #menu-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 1407, sass/style.scss */
  #mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 12vh;
  }

  /* line 1423, sass/style.scss */
  .menu-primary-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  /* line 1430, sass/style.scss */
  .search-box-mobile {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 10vh;
    margin-top: 2vh;
  }

  /* line 1439, sass/style.scss */
  #mobile-nav input {
    height: 56px;
  }

  /* line 1443, sass/style.scss */
  #mobile-nav #search-btn {
    height: 56px;
  }

  /* line 1447, sass/style.scss */
  #mobile-nav ul {
    height: calc(76vh - 56px);
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 1454, sass/style.scss */
  #mobile-nav li ul {
    display: none;
  }

  /* line 1458, sass/style.scss */
  #header-container {
    margin-top: 0;
  }

  /* line 1462, sass/style.scss */
  #banner {
    height: calc(100vh - 12vh);
    max-height: calc(100vh - 12vh);
    padding-top: 0;
  }

  /* line 1468, sass/style.scss */
  #banner h1 {
    background: var(--default-color);
    border-radius: 6px;
  }

  /* line 1473, sass/style.scss */
  #search-box {
    display: none;
  }

  /* line 1477, sass/style.scss */
  #blog-post {
    width: 100%;
    border-left: 0;
  }

  /* line 1482, sass/style.scss */
  #blog-post .card-desc, #blog-post .card-meta {
    border: 0;
  }

  /* line 1486, sass/style.scss */
  .card-meta {
    text-align: center;
  }

  /* line 1490, sass/style.scss */
  #sidebar {
    display: none;
  }
}
@media (max-width: 719px) {
  /* line 1496, sass/style.scss */
  main {
    width: 95%;
  }

  /* line 1500, sass/style.scss */
  section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 1508, sass/style.scss */
  .card,
  .card img {
    width: 100%;
  }

  /* line 1513, sass/style.scss */
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  /* line 1522, sass/style.scss */
  #footer-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 0;
    padding-left: 0;
    padding-bottom: 32px;
  }

  /* line 1532, sass/style.scss */
  #footer-left a {
    color: #fff;
  }

  /* line 1536, sass/style.scss */
  #footer-right {
    background: #eee;
    color: #222;
  }

  /* line 1541, sass/style.scss */
  #footer-right a {
    color: #111;
    transition: 0.4s;
  }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  /* line 1548, sass/style.scss */
  .row-card .card-img {
    min-height: 170px;
    height: 20vh;
    max-height: 225px;
  }
}
@media (max-width: 600px) {
  /* line 1556, sass/style.scss */
  nav {
    height: 14.2vh;
    position: fixed !important;
  }

  /* line 1561, sass/style.scss */
  #mobile-nav {
    margin-top: 14.2vh;
  }

  /* line 1566, sass/style.scss */
  #mobile-nav input {
    height: 48px;
  }

  /* line 1570, sass/style.scss */
  #mobile-nav #search-btn {
    height: 48px;
  }

  /* line 1574, sass/style.scss */
  #mobile-nav ul {
    height: calc(75.8vh - 48px);
  }

  /* line 1578, sass/style.scss */
  #logo {
    padding: 0;
  }

  /* line 1582, sass/style.scss */
  main {
    width: 100%;
  }

  /* line 1586, sass/style.scss */
  #header-container {
    margin-top: 2vh;
  }

  /* line 1590, sass/style.scss */
  #banner {
    height: calc(100vh - 14.2vh);
    max-height: calc(100vh - 14.2vh);
    padding-top: 14.2vh;
  }

  /* line 1596, sass/style.scss */
  #banner h1 {
    font-size: 2rem;
    width: 60vw;
    padding: .6rem 1.2rem .7rem;
  }

  /* line 1602, sass/style.scss */
  #banner h3 {
    font-size: 20px;
  }

  /* line 1606, sass/style.scss */
  .heading {
    padding: 1.5rem 0 3rem;
  }

  /* line 1610, sass/style.scss */
  .heading:first-of-type {
    padding-top: 5.5rem;
  }

  /* line 1614, sass/style.scss */
  .card-desc {
    padding: 0 32px;
  }

  /* line 1618, sass/style.scss */
  .home .card-desc {
    text-align: center;
  }

  /* line 1622, sass/style.scss */
  .home .card-desc h3,
  .home .card-desc p {
    text-align: left;
  }

  /* line 1627, sass/style.scss */
  .page .heading:first-of-type {
    padding-top: 3.5rem;
  }

  /* line 1631, sass/style.scss */
  .page-heading {
    margin: 140px 5% 70px;
  }

  /* line 1635, sass/style.scss */
  .card h3,
  .card p {
    margin: 2rem 0;
  }

  /* line 1640, sass/style.scss */
  #blog-post .card {
    border: none;
  }

  /* line 1644, sass/style.scss */
  #blog-post img {
    height: 100%;
  }

  /* line 1648, sass/style.scss */
  #blog-post .card-desc,
  #blog-post .card-meta {
    border: 0;
  }

  /* line 1653, sass/style.scss */
  .blog-post-desc ul {
    padding-left: 0;
  }

  /* line 1657, sass/style.scss */
  .blog-post-desc li {
    list-style: none;
  }

  /* line 1661, sass/style.scss */
  .form-submit .submit,
  .wpcf7 .wpcf7-submit {
    width: 70%;
  }

  /* line 1666, sass/style.scss */
  .contact-area h3 {
    margin-bottom: .5rem;
  }

  /* line 1670, sass/style.scss */
  .contact-area hr {
    margin: 1.5rem 3.5rem 6rem;
  }

  /* line 1674, sass/style.scss */
  .contact-area input, textarea {
    border: 1px solid #bdbdbd;
  }

  /* line 1678, sass/style.scss */
  footer {
    padding: 0;
  }

  /* line 1682, sass/style.scss */
  footer h3 {
    margin: 2rem 0 2rem;
  }

  /* line 1686, sass/style.scss */
  #footer-left {
    padding-right: 0;
  }

  /* line 1690, sass/style.scss */
  #footer-left li {
    margin: 2rem;
  }

  /* line 1694, sass/style.scss */
  #footer-right {
    padding: 28px;
  }

  /* line 1698, sass/style.scss */
  #footer-menu-line {
    margin: 20px auto;
  }
}
@media (min-width: 720px) {
  /* line 1704, sass/style.scss */
  main {
    width: 95%;
  }

  /* line 1708, sass/style.scss */
  .card {
    width: 45%;
  }

  /* line 1712, sass/style.scss */
  .card img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 1718, sass/style.scss */
  main {
    width: 85%;
  }

  /* line 1722, sass/style.scss */
  .row-card .card-img {
    height: 45vh;
  }
}
@media (min-width: 1600px) {
  /* line 1728, sass/style.scss */
  nav {
    height: 105px;
    font-size: 24px;
  }

  /* line 1733, sass/style.scss */
  nav li ul li {
    position: absolute;
    display: block;
    line-height: 105px;
  }

  /* line 1739, sass/style.scss */
  nav ul li ul li a {
    padding: 0;
    color: #fff;
    height: 105px;
  }

  /* line 1745, sass/style.scss */
  #menu-container ul li {
    position: relative;
    line-height: 105px;
  }

  /* line 1750, sass/style.scss */
  #menu-container ul li ul {
    position: absolute;
    background: #9e9e9e;
    z-index: 2;
    padding-left: 0;
    top: 105px;
    height: 105px;
    width: 100%;
  }

  /* line 1760, sass/style.scss */
  #banner {
    height: calc(100vh - 105px);
  }

  /* line 1764, sass/style.scss */
  #banner img {
    position: absolute;
    min-width: 100%;
    height: calc(100vh - 105px);
  }

  /* line 1770, sass/style.scss */
  #banner h1 {
    font-size: 80px;
  }

  /* line 1774, sass/style.scss */
  #banner h3 {
    font-size: 30px;
  }

  /* line 1778, sass/style.scss */
  .section-heading {
    font-size: 40px;
  }

  /* line 1782, sass/style.scss */
  .page-heading {
    font-size: 40px;
  }

  /* line 1786, sass/style.scss */
  .row-card .card-img {
    height: 35vh;
  }

  /* line 1790, sass/style.scss */
  p {
    line-height: 2;
  }

  /* line 1794, sass/style.scss */
  .card-meta {
    font-size: 15px;
  }

  /* line 1798, sass/style.scss */
  #sidebar input {
    height: 48px;
  }

  /* line 1802, sass/style.scss */
  input, textarea {
    font-size: 24px;
  }

  /* line 1806, sass/style.scss */
  #sidebar h3 {
    font-size: 20px;
  }

  /* line 1810, sass/style.scss */
  #sidebar a {
    font-size: 18px;
  }

  /* line 1814, sass/style.scss */
  .contact-area h3 {
    font-size: 25px;
  }

  /* line 1818, sass/style.scss */
  .contact-area p {
    font-size: 18px;
  }

  /* line 1822, sass/style.scss */
  .wpcf7 input {
    padding: 28px 18px;
  }

  /* line 1826, sass/style.scss */
  .form-submit .submit, .wpcf7 .wpcf7-submit {
    height: 64px;
  }

  /* line 1830, sass/style.scss */
  .page-card .card-desc {
    padding: 28px 100px 12px;
  }

  /* line 1834, sass/style.scss */
  #search-box input {
    width: 100%;
    height: 60px;
    padding: 8px 16px;
  }

  /* line 1840, sass/style.scss */
  input, textarea {
    font-size: 28px;
  }

  /* line 1844, sass/style.scss */
  #search-box #search-btn {
    height: 60px;
    width: 60px;
  }

  /* line 1849, sass/style.scss */
  #search-box {
    top: 44px;
  }
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 1858, sass/style.scss */
  #search-box #search-btn,
  #mobile-nav #search-btn {
    background: #f5f5f5 url("images/developer-portfolio-search-icon@2x.png");
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* line 1866, sass/style.scss */
  #search-box #search-btn:hover,
  #mobile-nav #search-btn:hover {
    background: var(--default-color) url("images/developer-portfolio-search-icon@2x.png");
    filter: brightness(115%);
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* line 1875, sass/style.scss */
  #sidebar #search-btn {
    background: #f5f5f5 url("images/developer-portfolio-search-icon@2x.png");
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* line 1882, sass/style.scss */
  #sidebar #search-btn:hover {
    background: var(--default-color) url("images/developer-portfolio-search-icon@2x.png");
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
