/*flex-grid base*/
/*flex-grid columns*/
/*flex-grid layout*/
.main {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row; }

footer {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row; }

/*my custom layout*/
.l-main {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  margin-right: 10px;
  margin-left: 10px; }

.l-top-feature {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  margin-right: 10px;
  margin-left: 10px; }

.l-sub-feature {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  margin-right: 10px;
  margin-left: 10px; }

.l-features {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  margin-right: 10px;
  margin-left: 10px; }

.l-social-media {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  margin-right: 10px;
  margin-left: 10px; }

.about {
  flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  margin: 0; }

.contact {
  flex: 8;
  -webkit-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  margin: 0; }

.l-posts {
  flex: 7;
  -webkit-flex: 7;
  -moz-flex: 7;
  -ms-flex: 7;
  margin: 0; }

.l-extra {
  flex: 3;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  margin: 0; }

.l-mediabox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  margin-right: 10px;
  margin-left: 10px;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column; }

.l-sound, .l-read {
  flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  margin: 0; }

/*theme*/
@media only screen and (max-width: 568px) {
  .module,
  main,
  aside,
  footer,
  .main,
  .footer {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column; }

  .l-main,
  .l-top-feature,
  .l-sub-feature,
  .l-features,
  .l-social-media {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column; }

  .content {
    padding: 0; }

  .col {
    padding: 10px 20px; }

  .l-main {
    margin: 0; } }
@media only screen and (min-width: 586px) and (max-width: 1280px) {
  .l-mediabox {
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row; } }
h1 {
  color: #3C4E62; }

/*layout*/
.l-logo {
  margin: 10px auto 0 auto;
  width: 64px;
  max-width: 100%; }

.l-hero {
  background-color: #F46353;
  color: #fff;
  padding: 5%;
  text-align: center;
  font-size: 200%; }

.l-extra {
  background-color: #fff;
  padding-left: 3em;
  padding-right: 3em;
  border-left: 1px solid #eee; }

.l-extra h3 {
  color: #16A4AE; }

.l-posts {
  padding-left: 142px;
  padding-right: 3em; }
  .l-posts p {
    font-size: 20px; }

/*header*/
.l-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 102px;
  min-width: 102px;
  padding: 0; }

.l-header {
  padding: 15px 20px;
  overflow: auto; }

/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
.l-header:before,
.l-header:after {
  content: "";
  display: table; }

.l-header:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.l-header {
  zoom: 1; }

.logo-wrap {
  position: relative; }

.logo {
  background: transparent url(../images/logo.png) 0 0 no-repeat;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
  height: 68px;
  font-size: 200%;
  line-height: 64px;
  margin-top: 20px;
  text-indent: 4px;
  position: absolute;
  right: -26px;
  color: #fff; }

.social {
  width: 32px;
  height: 32px; }

.social a:link,
.social a:visited,
.social a:hover,
.social a:active {
  text-decoration: none;
  /*-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,104,98,1)), to(rgba(114,112,108,.2)));*/
  color: #3C4E62;
  -webkit-transition: color 1s ease-in-out 0s;
  font-style: normal; }

.social a:hover {
  color: rgba(8, 114, 121, 0.75); }

.social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.75em;
  line-height: 1em;
  text-align: center; }

.social-name {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 29px; }

.menu {
  margin: 14px 0 0;
  list-style: none;
  padding: 0;
  width: 122px;
  position: fixed;
  text-align: center; }

.menu {
  padding-top: 30px; }

.tagline {
  height: 1%;
  margin-top: 2.5%;
  padding-bottom: 2.5%;
  text-align: center;
  border-bottom: 1px solid #eee; }

.social-buttons {
  font-size: 48px;
  line-height: 72px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center; }

.social-buttons > li {
  display: inline-block; }

.social-buttons a {
  font-style: normal; }

a.twitter {
  color: #3CBAF0; }

a.flickr {
  color: #F91697; }

a.tumblr {
  color: #4B6984; }

a.vimeo {
  color: #4D5C72; }

a.pinterest {
  color: #CD2F36; }

a.instagram {
  color: #5881A4; }

a.spotify {
  color: #91BA12; }

a.dribbble {
  color: #D7006A; }

a.lastfm {
  color: #D51108; }

a.spotify {
  color: #439327; }

a.zerply {
  color: #9dbc7a; }

a.appdotnet {
  color: #878B8F; }

a.soundcloud {
  color: #FF5600; }

a.readmill {
  color: #041B2C; }

.bio {
  color: #838380;
  padding-top: 3.25em; }

.itunes {
  background-image: url(../images/music.jpg);
  background-position: 0 0;
  background-repeat: no-repeat; }

.reading {
  background-image: url(../images/reading.jpg);
  background-position: 0 0;
  background-repeat: no-repeat; }

.reading, .itunes {
  border-radius: 500px;
  height: 10em;
  width: 10em;
  background-size: 10em;
  display: inline-block; }

.previews {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row; }

.preview-item {
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  margin: 0;
  width: 100%;
  padding-right: 10px; }

.preview-item > img {
  max-width: 100%;
  box-sizing: border-box;
  border: 10px solid #fff;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
  margin-bottom: 48px; }

h1.logo {
  margin: 0; }

h1.logo a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  float: left;
  letter-spacing: 0.2em;
  font-style: normal; }

a.to_nav {
  float: right;
  color: #fff;
  background: #3c3c3c;
  text-decoration: none;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

a.to_nav:hover,
a.to_nav:focus {
  color: #1c1c1c;
  background: #f46353; }

/*navigation*/
#primary_nav ul {
  list-style: none;
  background: #2D2C31;
  padding: 5px 0;
  margin: 0;
  font-style: normal; }

#primary_nav li a {
  display: block;
  padding: 0 20px;
  color: #fcfcfc;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  line-height: 2em;
  height: 2em;
  border-bottom: 1px solid #262529; }

#primary_nav li:last-child a {
  border-bottom: none; }

#primary_nav li a:hover,
#primary_nav li a:focus {
  color: #f46353; }

/*media queries*/
@media only screen and (max-width: 568px) {
  body {
    background-color: #fff; }

  .l-sidebar {
    background-color: transparent;
    position: relative;
    max-width: 100%;
    min-width: 100%; }

  .logo {
    margin-top: 20px;
    text-indent: 4px;
    position: relative;
    right: auto;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px; }

  .menu {
    margin: 1em 0 0;
    list-style: none;
    padding: 0;
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #38393D;
    padding-top: .25em;
    padding-bottom: .5em; }

  .menu > li {
    display: inline-block; }

  .menu > li > a {
    padding-right: .25em; }

  .l-posts {
    padding-right: 20px;
    padding-left: 20px; }

  .tagline {
    padding: 10px 20px; }

  .social {
    font-size: 2em; }

  .l-mobile-nav {
	background-image: linear-gradient(-135deg, #FE6363 0%, #FE6363 100%);
    padding-bottom: 20px;
    font-size: 1.225em; }

  .l-mobile-nav a:link, .l-mobile-nav a:visited, .l-mobile-nav a:hover, .l-mobile-nav a:active {
    color: #fff; }

  .findMe {
    background-color: #eee;
    padding-top: 1em;
    padding-bottom: 2em; }

  .music_words {
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 2em; }

  .previews {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    text-align: center; }

  .preview-item {
    padding-right: 0; }

  .bio {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 1em;
    padding-bottom: 2em; } }
@media only screen and (min-width: 568px) and (max-width: 1280px) {
  .l-main {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column; }

  .l-posts, .l-extra {
    flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    margin: 0; }

  .l-extra {
    margin-left: 112px; }

  .bio {
    padding-top: 1em; } }
@media only screen and (max-width: 768px) {
  .l-extra {
    padding-left: 0;
    padding-right: 0; }

  .l-footer {
    padding-left: 3em;
    padding-right: 3em;
    margin-top: 1.5em; }

  .l-hero {
    min-height: 75px; }

  .l-hero > h1 {
    font-size: 100%; }

  #primary_nav li a {
    line-height: 3em;
    height: 3em;
    text-align: center; } }
@media only screen and (min-width: 768px) {
  a.to_nav {
    display: none; }

  .l-hero {
    position: relative; }

  #primary_nav {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none; }

  #primary_nav li {
    display: inline; }

  #primary_nav li a {
    float: left;
    border: none;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

  #primary_nav li.top {
    display: none; } }
.nav-collapse {
  padding-bottom: 2em; }

.portfolio {
  text-align: center; }
  .portfolio > article {
    width: calc(50% - 20px);
    display: inline-block;
    margin: 10px;
    box-sizing: border-box;
    float: right; }

img {
  max-width: 100%;
  vertical-align: top; }

.preview {
  margin-bottom: 2em; }

.gray {
  background-color: #4F5F79; }

.gray {
  background-color: #f3f3f3; }

.coal {
  background-color: #3E3D40; }

.darkblue {
  background-color: #32324A; }

@media only screen and (min-width: 568px) {
  body {
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #FE6363, #FE6363 122px, #fff 122px, #fff 100%); }

  .l-logo {
    margin-left: 20px;
    margin-top: 32px;
    width: auto;
    max-width: 75%; } }

.has-poster,
.no-poster {
	max-width: 500px;
}
