/*
Theme Name: Art=Text=Art
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>Art=Text=Art</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Art=Text=Art
Tags:

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.

 Art=Text=Art is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.0 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* =Content
----------------------------------------------- */
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
/* =General
----------------------------------------------- */
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
/* Text meant only for screen readers */
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
html {
  height: 100%;
  overflow-x: hidden;
}
#container {
  margin: 0;
  padding: 0;
  min-width: 960px;
  max-width: 960px;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(50, 50, 50, 0.22);
  -moz-box-shadow: 3px 0px 5px 0px rgba(50, 50, 50, 0.22);
  box-shadow: 3px 0px 5px 0px rgba(50, 50, 50, 0.22);
  background-color: #f4f4f4;
}
#main.container, 
#main.site-main {
  padding: 0 100px 0 100px;
  min-height: 450px;
}
.page-id-1910 #main.site-main {
  margin: 0;
  padding: 0;
}
.page-id-1910 .entry-title {
  display: none;
}
.page-id-1910 .hentry {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.entry-meta {
  display: none;
}
.page-header {
  margin-bottom: 60px;
  color: rgba(0, 0, 0, .22);
  font-style: italic;
}
.hentry {
  margin: 0px 0px 5em;
  padding-bottom: 20px;
}
.hentry .entry-title a {
  text-decoration: none;
  color: #303136;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hentry .entry-title a:hover {
  text-decoration: none;
  border-bottom: 1px solid #0b0;
  color: #0b0;
}
.entry-summary p {
  margin-top: -50px;
}
.site-footer {
  clear: both;
  width: 100%;

  /* Alignment */
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.3em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.3em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;

  /* =Vertical Gallery
----------------------------------------------- */
}
.vertical_gallery_wrapper {
  min-width: 200px;
  max-width: 500px;
  position: static;
  overflow: hidden;
  float: left;
  margin-left: 960px;
  z-index: 1;
}
.vertical_gallery {
  height: 100%;
  position: fixed;
  display: block;
  top: 0;
  padding-top: 40px !important;
  padding: 30px;
  color: white;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif !important;
  font-size: 0.85em;
  line-height: 1.3em;
  background-color: #008edd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset 3px 0 5px 0px rgba(0, 0, 0, .22);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.vertical_gallery a, .vertical_gallery a:visited {
  color: white !important;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.vertical_gallery p {
  color: white;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  margin-top: 10px;
}
.vertical_gallery hr {
  margin: 30px 0 40px 0;
  border-style: none none dotted;
  border-top: 1px dotted #0b0;
  color: transparent;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .vertical_gallery_wrapper {
    display: none;
  }
}
.vertical_gallery::-webkit-scrollbar {
  width: 15px;
}
.vertical_gallery::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.vertical_gallery::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 187, 0, .9);
}
.vertical_gallery_wrapper {
  min-width: 200px;
  max-width: 480px;
}
.vertical_gallery {
  max-width: 460px;
}
}

  /* =Sections
----------------------------------------------- */

.section {
  display: inline-block;
  clear: both;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 2;
 }
 .artists-index {
  background-color: white;
  height: 650px;
  padding: 25px 25px 40px 25px;
  margin-bottom: -30px;
 }
 .contributors-index {
  height: 490px;
  padding: 25px 25px 40px 25px;
  background-color: #e8f0f1;
 } 
.white {
  background-color: white;
}
.gray {
  background-color: #f4f4f4;
  padding: 0 25px 0 25px;
}
.blue {
  background-color: #e8f0f1;
  padding: 40px 25px 40px 25px;

}
.index-container {
  clear: both;
  height: 100%;
  padding-bottom: 80px;
  padding-top: 1.5em;
}
.index-item {
  clear: both;
  list-style: none;
  margin-top: -30px !important;
  display: block;
  padding: 15px 20px 10px 20px;
  background-color: white;
  border-bottom: 1px solid #f4f4f4;
  color: #303136;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.index-item:hover {
  color: #0b0;
  border-bottom: 1px solid #0b0;
}
.artists-index a, .contributors-index a {
  font-size: 1em;
  text-decoration: none;
  color: #303136 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.artists-index a:hover, .contributors-index a:hover {
  color: #0b0 !important;
  border-bottom: 1px solid #0b0;
}
.artists-index h3, .contributors-index h3 {
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  color: #008edd;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.box {
  width: 100%;
  margin: 20px 0 30px 0;
  padding: 30px;
  font-family: courier, arial !important;
  font-size: 0.9em;
  -webkit-box-shadow: 1px 3px 4px 0px rgba(50, 50, 50, 0.22);
  -moz-box-shadow: 1px 3px 4px 0px rgba(50, 50, 50, 0.22);
  box-shadow: 1px 3px 4px 0px rgba(50, 50, 50, 0.22);
  
  /* =Advanced Columns
----------------------------------------------- */
}
.csRow {
  padding: 0 20px 0 0 !important;
  margin-left: 0px;
}
.csColumn {
  text-align: left !important;
  padding-right: 20px !important;
}
.csColumn p {
  margin-bottom: 1.6 !important;
}
.column-1, .column-2, .column-3, .column-4 {
  width: 25%;
  float: left;
  padding-right: 20px;
  font-size: 0.95em;
  line-height: 1.6em;
  margin-bottom: 20px;
  /* =Widget
----------------------------------------------- */
}
div.home-widget-area.row {
  height: 60px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#text-3 {
  float: left;
  margin-top: 15px;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.home-widget-area div.textwidget {
  color: #b3b3b3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.home-widget-area div.textwidget a, .home-widget-area div.textwidget a:visited {
  color: #008edd;
  text-decoration: none;
  border-bottom: 1px dotted #0b0;
}
.home-widget-area div.textwidget a:hover {
  color: #0b0;
  text-decoration: none;
  border-bottom: 1px solid #0b0;
}
.home-widget-area #search-2 {
  position: relative;
  float: right;
  border: none;
  background-color: white;
  padding-top: 5px;
}
.home-widget-area #search-2 input {
  background: white;
  border: 0;
  border-color: transparent;
  outline: none;
  width: 245px;
  height: 40px;
  margin: 0 10px 0 10px;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #008edd;
}
.menu-artists-container, .menu-contributors-container {
  margin: 0;
  padding: 0;
}
.menu-artists-container ul, .menu-contributors-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #303136;
  font-size: 0.95em;
  line-height: 1.6;
}
.menu-artists-container a, .menu-contributors-container a {
  color: #303136;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-artists-container a:hover, .menu-contributors-container a:hover {
  color: #0b0;
  text-decoration: none;
  border-bottom: 1px solid #0b0;
}
.widget-title {
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  color: #008edd;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  /* =Disqus
----------------------------------------------- */
}
#disqus {
  margin-top: 70px !important;
}
#disqus_thread {
   margin-bottom: 60px !important;
}
  
  /* =Footer
----------------------------------------------- */
}
#footer {
  background-color: #008edd !important;
  color: white;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  font-size: 0.8em;
  line-height: 1.4em;
  height: 150px;
  padding: 20px !important;
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer .widget.widget_text {
  margin-top: 20px;
}
div#text-2.widget.widget_text {
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  color: white !important;
  font-size: 0.7em;
  width: 350px;
  display: block;
  float: left;
  margin-right: 100px;
  margin-left: 20px;
}
div#text-5.widget.widget_text {
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  width: 300px;
  display: block;
  float: left;
}
div#text-5.widget.widget_text h1 {
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  font-size: .8em;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
div#text-6.widget.widget_text {
  width: 150px;
  display: block;
  float: right;
}
#footer ul li {
  line-height: 0.45em;
}
#footer .site-info nav ul li {
  border-bottom: none;
}
div#text-6.widget.widget_text ul {
  list-style: none;
  margin: 0;
  float: left;
  list-style-type: none;
}
div#text-6.widget.widget_text li {
  padding-right: 10px;
  float: left;
}
input#mce-EMAIL.email {
  background-color: transparent;
  border: 1px solid white;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  width: 200px;
  height: 40px;
  padding: 0 0 0 10px;
  margin-top: 10px;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  color: #fff !important;
  clear: both;
  float: left;
}
.email::-webkit-input-placeholder {
  color: white;
}
.email:-moz-placeholder {
  color: white;
}
.email::-moz-placeholder {
  color: white;
}
.email:-ms-input-placeholder {
  color: white;
}
input#mc-embedded-subscribe.submit {
  margin: 10px 0 0 -1px;
  padding: 0;
  -webkit-appearance: none;
  border: 1px solid white;
  border-radius: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #008edd;
}
.social_media a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.social_media a:hover {
  opacity: 0.5;
  /* Text meant only for screen readers */
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar */
  z-index: 100000;
  /* =Sumo Me
----------------------------------------------- */
}
.sumome-share-client-wrapper {
  display: absolute !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 0 !important;
}
div.sumome-share-client .sumome-share-client-share {
  box-sizing: border-box;
  width: 50px !important;
  height: 50px !important;
  padding: 15px 10px 10px 10px !important;
  color: #000;
  background-color: #d9d9d9 !important;
  border-bottom: 1px solid white;
  position: relative;
  text-decoration: none;
  text-align: center;
  line-height: 0;
  font-size: 0px;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
}
div.sumome-share-client .sumome-share-client-share:hover {
  background-color: #008edd !important;
}
div.sumome-share-client .sumome-share-client-share:last-child {
  display: none !important;
}
#lightGallery-Gallery {
  font-family: 'proxima-nova-condensed', helvetica, arial, sans-serif !important;
  font-size: 0.9em !important;
  line-height: 1.3em !important;
}
#lightGallery-Gallery .info .group {
  width: 300px !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  font-size: 62.5%;
  /* Keeps page centered in all browsers regardless of content height */
  overflow-y: scroll;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -webkit-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  /* Fallback for when there is no custom background color defined. */
  background: #008edd;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
body, button, input, select, textarea {
  color: #303136;
  font-family: "freight-text-pro", Georgia, Serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: 500;
}
h1, h2, h3, h5, h6 {
  clear: both;
  font-family: "freight-text-pro", Georgia, Serif;
}
h1 {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0.1em;
}
h2, .h2 {
  font-size: 1.8em;
}
h3, .h3 {
  font-size: 1.5em;
}
h4, .h4 {
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: .5em;
}
h5, .h5 {
  font-size: 1em;
}
h6, .h6 {
  font-size: 0.938em;
}
h3.comments {
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  color: #008edd;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
a {
  outline : none;
}
a img {
  outline : none;
}
img {
  border : 0;
}
p {
  margin-bottom: 1.6em;
}
p a {
  color: #008edd;
  text-decoration: none;
  border-bottom: 1px dotted #0b0;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
p a:hover, p a:visited:hover {
  border-bottom: 1px solid #0b0;
}
p a:visited {
  border-bottom: 1px dotted #93a9b8;
}
b, strong {
  font-weight: bold;
}
dfn, cite, em, i {
  font-style: italic;
}
p i {
  font-size: 1.1em;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup, sub {
  font-size: 90%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.1ex;
  margin: 0 5px 0 5px;
  color: #00d900;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid transparent !important;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
  /* =Custom
----------------------------------------------- */
}
.condensed {
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  font-size: 0.85em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.condensed strong, b {
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  font-weight: 600;
}
a.button_link {
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 5px 10px 5px 10px;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
  color: #008edd;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  border: 1px solid #0b0;
  background-color: white;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a.button_link:hover {
  color: #0b0;
  border: 1px solid #0b0;
}
.wp-caption {
  margin-bottom: 1em !important;
}
.wp-caption a {
  color: #999;
}
.wp-caption-text {
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  text-align: left !important;
  color: #999;
  margin-bottom: 40px !important;
}
table p {
  font-size: 0.9em !important;
  line-height: 1.6em !important;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif !important;
  text-align: left !important;
  color: #666;
}
.post-edit-link {
  display: inline-block;
  background-color: #008edd;
  padding: 5px 15px 5px 15px;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  color: white !important;
  text-transform: uppercase;
  font-size: 0.9em;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.post-edit-link:hover {
  background-color: #0b0;
}
.entry-footer {
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  color: gray;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 40px;
}
.entry-footer .cat-links a:first-child {
  margin-left: 10px;
}
.entry-footer .cat-links a {
  display: inline-block;
  border-radius: 20px;
  background-color: #f4f4f4;
  padding: 5px 15px 5px 15px;
  margin-right: 5px;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  color: #9fadb4;
  text-transform: uppercase;
  font-size: 0.9em;
  text-decoration: none;
  border: 1px solid #9fadb4;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-footer .cat-links a:hover {
  color: #0b0;
  border: 1px solid #0b0;
  background-color: white;
}
.nav-links {
  display: none;
  clear: both;
  margin-left: 0;
  min-height: 100px;
  border-bottom: 1px solid #f4f4f4;
}
.nav-previous a, .nav-next a {
  line-height: 1.3em;
  text-decoration: none;
  color: #303136;
}
.nav-previous, .nav-next {
  display: block;
  background-color: white;
  clear: both;
  padding: 15px;
  margin-left: 0;
  border-bottom: 1px solid #f4f4f4;
}
.nav-previous:hover, .nav-next:hover {
  border-bottom: 1px solid #0b0;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  /* Make sure images are scaled correctly. */
  height: auto;
  /* Adhere to container width. */
  max-width: 100%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
*:focus {
  outline: 0;
}
button, input, select, textarea {
  /* Corrects font size not being inherited in all browsers */
  font-size: 100%;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  /* Improves appearance and consistency in all browsers */
  vertical-align: baseline;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  cursor: pointer;
  /* Corrects inability to style clickable 'input' types in iOS */
  -webkit-appearance: button;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: none;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}
input[type="checkbox"], input[type="radio"] {
  /* Addresses excess padding in IE8/9 */
  padding: 0;
}
input[type="search"] {
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-appearance: textfield;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #666;
  border: 1px solid #ccc;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px;
}
textarea {
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  overflow: auto;
  padding-left: 3px;
  /* Improves readability and alignment in all browsers */
  vertical-align: top;
  width: 100%;
}
a {
  color: #008edd;
}
a:visited {
  color: #93a9b8;
}
a:hover, a:focus, a:active {
  color: #0b0;
}
#header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  vertical-align: middle;
  padding: 40px 20px 0 20px;
  z-index: 2 !important;
}
.inner_container {
  width: 960px;
}
#logo {
  clear: both;
  position: relative;
  display: inline;
  float: left;
  width: 245px;
  height: 60px;
  margin-top: -20px;
}
.main-navigation {
  position: relative;
  display: inline;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif;
  font-size: 0.87em;
  font-weight: 300;
  text-transform: uppercase;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}
.main-navigation ul ul {
  box-shadow: none;
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #303136;
  padding-right: 15px;
}
.main-navigation a:hover {
  color: #0b0;
}
.main-navigation .current_page_item a, .main-navigation .current-menu-item a {
  color: #008edd;
  font-weight: 500;
}
li#menu-item-9679, li#menu-item-9679 a {
  font-weight: 600;
  color: #008edd !important;
  cursor: default;
}
li#menu-item-9679:hover li#menu-item-9679:hover a {
  color: #0b0 !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #fff;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #303136;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar */
  z-index: 100000;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
.widget {
  /* Make sure select elements fit in widgets */
  margin: 0;
  /* Search widget */
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 4em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  /* Make sure embeds and iframes fit their containers */
}
embed, iframe, object {
  max-width: 100%;
  /*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-family: "proxima-nova-condensed", Helvetica, Arial, Sans-serif !important;
  font-size: 0.85em;
  line-height: 1.3em;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
