/*
SMALL (BASE) SIZE
These are the small/base styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************

Stylesheet: Base/Small Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
*{
  /*-webkit-text-stroke: 0.3px;*/
  font-weight:300;
  text-rendering:auto !important;
}

body, p {
  line-height:1.5em;
}

/*********************
LAYOUT & GRID STYLES
*********************/


/*********************
LINK STYLES
*********************/
a, a:visited {
  /*adds highlight on hover */
  /* on click */
  /* mobile tap color */ }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-bottom:0.5em;
  margin-top:0.75em;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

/******************************************************************
TEXT ELEMENTS
******************************************************************/
blockquote {
  margin: 1.25em 3em;
  padding: 1rem 1.25rem 0.1rem 1.1875rem;
  border: 1px solid #F2CB91;
  border-radius:8px;
}
blockquote, blockquote p {
  line-height: 1.6;
  background-color: #FEF1CB;
  color:#484848;
}

/*********************
FORMS
*********************/
button, .button {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.55rem;
  padding-left: 1rem;
}

/*********************
HEADER STYLES
*********************/
.header {
  background: #ffffff;
}

.header .site-title .columns {
  text-align:center;
}

.header .site-title .social-icons {
  display:none;
}

.header .site-title .searchform {
  width:65%;
  margin:0 auto;
}

.header #inner-header li {
  list-style: none; 
}

.header .site-title .logo img {
  max-height:100px;
  width:auto;
  padding-right:5px;
}
.header .site-title h1 {
  margin:0;
  font-size:3.2em;
}

.header .site-title a {
  font-family: 'Marck Script', cursive;
}

.header .sub-title {
  color: #777;
  margin: -0.5em 0 0.7em;
}

.header .main-nav,
.header .top-bar,
.header .top-bar-section ul li,
.header .top-bar-section ul li a,
.header .top-bar-section li:not(.has-form) a:not(.button),
.header .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  background: #333333 url('../images/bg-dark.png');
}

.header .top-bar-section ul li a:hover,
.header .top-bar-section li:not(.has-form) a:not(.button):hover,
.header .top-bar-section .dropdown li:not(.has-form) a:not(.button):hover,
.header .top-bar-section ul li:hover:not(.has-form)>a {
  background:rgba(0,0,0,0.35);
}

.header .top-bar-section ul li > a{
  font-size:0.9em;
}

.social-icons {margin:10px 0 0 0;}
.social-icons > li {margin-left:10px;}
.social-icons .icon a { font-size:0em;text-indent: 100%;white-space: nowrap;overflow: hidden; opacity:0.8;-webkit-filter: grayscale(0.4); transition: all 0.5s ease; }
.social-icons .icon a:hover { opacity: 1;-webkit-filter: grayscale(0);}
.social-icons .twitter a { background: url('icons/social-icons.png') no-repeat 0 0;width: 33px; height: 33px;}
.social-icons .facebook a { background: url('icons/social-icons.png') no-repeat -95px 0;width: 34px; height: 33px;}
.social-icons .gplus a { background: url('icons/social-icons.png') no-repeat -143px 0;width: 34px; height: 33px; }
.social-icons .youtube a { background: url('icons/social-icons.png') no-repeat -191px 0; width: 34px; height: 33px;}
.social-icons .tumblr a { background: url('icons/social-icons.png') no-repeat -239px 0; width: 34px; height: 33px;}
.social-icons .rss a { background: url('icons/social-icons.png') no-repeat -285px 0; width: 33px; height: 33px;}
.social-icons .pinterest a { background: url('icons/social-icons.png') no-repeat -47px 0;width: 34px; height: 33px; }

.header .searchform {
  margin-bottom:0;
}

.header .searchform button {
  font-size: 1.5em;
  margin-bottom:0;
}

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

  .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    line-height:38px;
  }

.top-bar-section li.donate:not(.has-form) > a,
.top-bar-section li.donate:hover:not(.has-form) > a {
  color: #FBF9AE;
}
.top-bar .donate a:after,
.top-bar .donate a:after:hover {
  content: "♥";
  color: #FBF9AE;
  padding-left: 0.5em;
  font-size: 1.2em;
}

/*********************
BREADCRUMBS
*********************/
.breadcrumbs-row {background-color:#DFDFDF;}
p#breadcrumbs {margin-bottom:0;padding:5px 15px;display:block;font-size:0.9em;}

/*********************
DONATE PAGE UNFUCKERY
*********************/
#donor_information label {
  float:none;
}

#donor_information p {
  clear:both;
}

.ewd_form input[type=submit] {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Merriweather",serif;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.55rem;
  padding-left: 1rem;
  font-size: 1rem;
  background-color: #d57796;
  border-color: #c5446f;
  color: #fff;
  transition: background-color 300ms ease-out;
}

.ewd_form input[type=submit]:hover,
.ewd_form input[type=submit]:active,
.ewd_form input[type=submit]:focus {
  background-color: #c5446f;
}

/*********************
HOME PAGE
*********************/

.home-slider {
  border-bottom:8px solid #DFDFDF;
}

.home-intro h1 {
  margin-top: 0.5em;
}

.feature-list .feature {
  border:4px solid #DFDFDF;
  background-color:#F8E9EE;
  /*background-color:#FDF7E8;*/
  margin-bottom:20px;
}

.feature-list .feature-content {
  color: #2f2f2f;
  padding: 0.9375em 0.9375em  0.9375em;
}

.feature-list .feature-title,
.feature-list .feature-title p {
  font-size:1.4em;
  color:#d57796;
  margin-bottom:0.5em;
  line-height:1.2em;
  min-height:1.2em;
  font-weight:400;
}

.feature-list .feature-desc,
.feature-list .feature-desc p {
  font-size:0.95em;
}

/*********************
TABLES
*********************/
table tr td {
  vertical-align:top;
}

table,
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background:none;
  border:0;
}

table tr td img {
  margin-bottom:8px;
}

/*********************
DOUJINSHI STYLES
*********************/
.doujinshi-list,
.lyrics-list {
  padding-bottom:1.5em;
  margin-left:0 !important;
  margin-right:0 !important;
}
.authors-list,
.franchises-list,
.issues-list {
  padding-bottom:1.5em;
  margin-left:0 !important;
  margin-right:0 !important;
  text-align: center;
}
.doujinshi-list .mix,
.lyrics-list .mix,
.issues-list .mix {
  display:none;
}
.authors-list .mix,
.franchises-list .mix {
  display:none;
  text-align: left;
  vertical-align:top;
}
.doujinshi-list .item-img {
  width:10%;
  display:inline-block;
  margin-left:-4px;
  vertical-align:top;
  text-align:center;
  margin-right:1.5%;
}
.issues-list .item-img {
  width:50%;
  display:inline-block;
  margin-left:-4px;
  vertical-align:top;
  text-align:center;
  margin-right:1.5%;
}
.doujinshi-list .mix:nth-child(even) {
  background-color: #EBEBEB;
}
.doujinshi-list .mix:nth-child(odd) {
  background-color: #F7F7F7;
}
.doujinshi-list .item-img img,
.issues-list .item-img img {
  border: 4px solid #DFDFDF;
}
.doujinshi-list .item-desc {
  width:88%;
  display:inline-block;
  margin-left:-4px;
  vertical-align:top;
}
.doujinshi-list .item-desc .title {
  font-weight:bold;
  font-size:1.2em;
}
.doujinshi-list .item-desc .item-details {
  margin: 1.0625rem auto 1.0625rem auto;
}
.doujinshi-list .item-desc .item-details li {
  min-width:20%;
  margin-left:0;
  float:none;
  display:inline-block;
  padding:0 1em;
}
.doujinshi-list .item-desc .item-details li:first-child {
  padding-left:0;
}
.doujinshi-list .item-desc .item-details li:last-child {
  padding-right:0;
}
.doujinshi-list .item-desc .item-details>li>strong {
  display:inline;
}
.doujinshi-list .mix {
  margin-left:-4px;
  padding:1em;
}
.lyrics-list .mix {
  margin-left:-4px;
  padding:0.25em;
}
.dl_link select {
  width:auto;
  padding-right:30px;
}
.doujinshi-list.fail:after,
.lyrics-list.fail:after,
.issues-list.fail:after,
.authors-list.fail:after,
.franchises-list.fail:after {
  content: 'None found';
  font-weight: 700;
  font-size:1.5em;
  text-align:center;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  display:block;
  padding-bottom:1.5em;
}
.doujinshi-filters,
.lyrics-filters,
.issues-filters,
.authors-filters,
.franchises-filters{
  border-radius:6px;
  margin:1em 0;
  background-color:#DFDFDF;
  text-align:center;
  padding:0.5em;
  font-size:0.9em
}
.doujinshi-filters select,
.lyrics-filters select,
.issues-filters select,
.authors-filters select,
.franchises-filters select {
  display:inline-block;
  width:auto;
  padding-right:1.3em;
  margin-bottom:0;
}
.doujinshi-filters .filters-alpha .filter,
.lyrics-filters .filters-alpha .filter,
.issues-filters .filters-alpha .filter,
.authors-filters .filters-alpha .filter,
.franchises-filters .filters-alpha .filter {
  display:inline-block;
  padding:0.25em 0.5em;
}
.doujinshi-filters .filters-sort .sort,
.lyrics-filters .filters-sort .sort,
.issues-filters .filters-sort .sort,
.authors-filters .filters-sort .sort,
.franchises-filters .filters-sort .sort {
  display:inline-block;
}
.doujinshi-filters .filters-sort i,
.lyrics-filters .filters-sort i,
.issues-filters .filters-sort i,
.authors-filters .filters-sort i,
.franchises-filters .filters-sort i {
  color: #999;
  font-size: 1.4em;
}
.doujinshi-filters .filters-sort > div,
.lyrics-filters .filters-sort > div,
.issues-filters .filters-sort > div,
.authors-filters .filters-sort > div,
.franchises-filters .filters-sort > div {
  margin:0.5em 1em;
  display:inline-block;
}
.doujinshi-filters .filter:hover,
.doujinshi-filters .sort:hover,
.lyrics-filters .filter:hover,
.lyrics-filters .sort:hover,
.issues-filters .filter:hover,
.issues-filters .sort:hover,
.authors-filters .filter:hover,
.authors-filters .sort:hover,
.franchises-filters .filter:hover,
.franchises-filters .sort:hover {
  cursor:hand;
  cursor:pointer;
}
.doujinshi-filters .filters-alpha .filter:hover,
.lyrics-filters .filters-alpha .filter:hover,
.issues-filters .filters-alpha .filter:hover,
.authors-filters .filters-alpha .filter:hover,
.franchises-filters .filters-alpha .filter:hover {
  background-color:#FBF9AE;
}
.doujinshi-filters .filters-sort .sort:hover i,
.lyrics-filters .filters-sort .sort:hover i,
.issues-filters .filters-sort .sort:hover i,
.authors-filters .filters-sort .sort:hover i,
.franchises-filters .filters-sort .sort:hover i {
  color:#FBF9AE;
}
.doujinshi-filters .filters-alpha .active,
.lyrics-filters .filters-alpha .active,
.issues-filters .filters-alpha .active,
.authors-filters .filters-alpha .active,
.franchises-filters .filters-alpha .active {
  background-color:#FBF9AE;
  border-radius:4px;
  font-weight:700;
}
.doujinshi-filters .filters-sort .active i,
.lyrics-filters .filters-sort .active i,
.issues-filters .filters-sort .active i,
.authors-filters .filters-sort .active i,
.franchises-filters .filters-sort .active i {
  color: #FBF9AE;
}
/*********************
DON'T SHOW FEATURED IMAGES DIRECTLY ON PAGES
*********************/
.entry-content .wp-post-image { 
display: none; 
}
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  /*adds highlight on hover */ }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.blog .article-header {
  margin-top:2em;
  margin-bottom:1em;
  padding-bottom:0.5em;
}
.byline {
  color: #999; 
}
.post-date {
  line-height:1.2em;
  background-color: #DFDFDF;
  font-size:0.8em;
  color: #888;
  text-align:right;
  padding: 0.25em;
  text-transform: uppercase;
}
.blog .post-header {
  display:inline-block;
  vertical-align:middle;
  max-width: 86%;
}
.blog .post-header h2 {
  font-size:1.8em;
  margin:0;
  line-height:1.2em;
}
.blog .post-header h2 a {
  font-weight:bold;
}
.post-header h4 {
  margin: 0.25em 0 0 0;
}
.post-header h4 a {
  font-weight:bold;
}
.post-header .byline,
.post-header .byline a,
.article-footer .tags,
.article-footer .tags a {
  margin:0;
  color:#999;
  font-size:0.9em;
  font-style:italic;
}
.blog .article-footer .tags {
  text-align:right;
}
.blog .entry-content {
  padding:0 1em;
}

.blog .author-byline {
  font-family: "Marck Script", cursive;
  color: #DD93AB;
  display: block;
  text-align: right;
  font-size: 2em;
  margin-bottom:0;
}

.blog .author-byline:before {
  content: "♥";
  margin-right: -10px;
  color: #DD93AB;
  font-size: 0.8em;
}

.blog .article-footer {
  border-bottom:1px solid #E3E3E4;
  margin-bottom:1em;
  padding-bottom: 0.5em;
}
.recent-posts .recent-post {
  margin-bottom:2em;
}
.recent-posts .post-excerpt {
  margin-top:0.5em;
}

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }

  .entry-content h1, .entry-content h2, .entry-content h3,
  .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 1.25em 0 0.75em;
  }
  .entry-content h3, .entry-content h4 {font-weight:400;}
  .entry-content h1 {font-size:1.4em;background-color:#E3E3E4;padding:0.2em 0.3em;border-left:5px solid #DD93AB;color:#4a4a4a;}
  .entry-content h1:after {content: "♥";float:right;color:#DD93AB;font-size:1.2em;line-height:1.2em;} 
  .entry-content h2 {font-size:1.4em;background-color:#E3E3E4;padding:0.2em 0.3em;border-left:5px solid #F2CB91;color:#4a4a4a;}
  .entry-content h2:after {content: "♥";float:right;color:#EFBE76;font-size:1.2em;line-height:1.2em;}
  .entry-content h3 {font-size:1.3em;color:#4a4a4a;padding:0.2em 0.3em;border-bottom:3px solid #d57796;}
  .entry-content h4 {font-size:1.3em;color:#4a4a4a;padding:0.2em 0.3em;border-bottom:3px solid #F2CB91;}
  .entry-content h5, .entry-content h6 {font-size:1.2em;color:#4a4a4a;background-color:#E3E3E4;padding:0.2em 0.3em;}
  .entry-content h1 a, .entry-content h2 a, .entry-content h3 a,
  .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {color:inherit;text-decoration:none;}
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */

/*********************
BLOG SIDEBAR
*********************/



/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
  color: black; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  margin-top:2em;
  /* number of comments span */ }

#respond ul {
  margin-left: 0px; }

.commentlist {
  margin-left:0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7; }
  .commentlist li.depth-3 {
    background: #dadada; }
  .commentlist .comment-author img {
    float:left;
    margin-right:10px;
    border-radius:50%;
  }
  .commentlist cite {
    font-size:2em;
    font-family: "Marck Script", cursive;
    color: #d57796;
    line-height:1.2em;
  }
  .commentlist time a,
  .commentlist .comment-edit-link{
    color: #999;
    font-size:0.9em;
  }
  .commentlist .comment article.columns {
    padding-left:0;
    padding-right:0;
  }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }
  .commentlist .comment-reply-link {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0.5rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.275rem;
    padding-right: 1rem;
    padding-bottom: 0.2375rem;
    padding-left: 1rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #d57796;
    border-color: #ca537b;
    color: white;
    float: right; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      background-color: #ca537b; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      color: white; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none;
    /* deep nesting */ }

#sidebar-offcanvas .widgettitle {
  color: #fff; }

.sidebar .widgettitle {
  background-color:#E3E3E4;
  padding:0.25em;
  border-radius:10px 10px 0 0;
}
.sidebar .widgettitle a {
  color:#4a4a4a;
}
.sidebar .widget {
  background:#f4f4f4;
  border-radius:10px;
  padding:0;
  padding-bottom:10px;
}
.sidebar .widget .textwidget {
  padding:0.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em;
  background: #333333 url('../images/bg-dark.png');
  padding:0.5em;
  color:#fff;
}
.footer .social-icons {
  display:inline-block;
}

.footer .widgettitle {
  color:#F2CB91;
  padding:0.25em;
  background: rgba(0,0,0,0.2);
}
.footer .textwidget {
  padding:0.5em;
}
.footer .textwidget p {
  font-size:0.9em;
}
.footer .logo-box {
  padding: 0 10px;
  margin: 3em 0;
  text-align:center;
}
.footer .site-title {
  font-size:3em;
  font-family: "Marck Script", cursive;
  line-height:1em;
}
.footer .sub-title {
  color: #777;
}
/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*
MEDIUM
*/
@media only screen and (min-width: 40.063em) {
  /******************************************************************
  
  Stylesheet: Nedium Stylesheet
  
  Styles apply to 40.063em and up.
  
  ******************************************************************/
  /*********************
  FOOTER STYLES
  *********************/

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
    
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }

  /*********************
  FOOTER STYLES
  *********************/

}
/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 64.063em) {
  /******************************************************************
  
  Stylesheet: Large Stylesheet
  
  Styles apply to 64.063em and up.
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px; }

  /*********************
  HEADER STYLES
  *********************/
  .header .site-title .columns {
    text-align:left;
  }
  .header .site-title .logo {
    float:left;
  }
  .header .site-title .social {
    float:right;
  }
  .header .site-title .social-icons {
    display:block;
  }
  .header .site-title .searchform {
    width:100%;
    margin: 0.75rem 0 1rem;
  }
  .header .searchform input {
    margin-bottom:0;
  }
  /*********************
  POST STYLES
  *********************/
  .recent-posts .post-date {
      float:left;
    }
  .post-date {
    font-size: 1.1em;
    background-color: #F8E9EE;
    border-radius: 50%;
    display:inline-block;
    width: 75px;
    height: 75px;
    line-height: 65px;
    text-align: center;
    margin-right: 10px;
    color: #E4A7BB;
    vertical-align:middle;
    text-transform: none;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  .footer .logo {
    float:left;
  }
  .footer .site-title {
    margin-top: 1em;
  }
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  /*********************
  PLUGIN STYLES
  *********************/ }
/*
XLARGE
*/
@media only screen and (min-width: 90.063em) {
  /******************************************************************
  
  Stylesheet: X-Large Stylesheet
  
  Styles apply to 90.063em and up.
  
  
  ******************************************************************/ }
/*
XXLARGE
*/
@media only screen and (min-width: 120.063em) {
  /******************************************************************
  
  Stylesheet: XX-Large Stylesheet
  
  Styles apply to 120.063em and up.
  
  ******************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
