/*
Theme Name: Monet
Theme URI: http://wordpress.com/themes/monet/
Description: Monet is a delicate responsive portfolio theme targeted at photographers and other creatives. With crisp typography Monet is easy on the eye.
Version: 1.0
Author: Pro Theme Design
Author URI: http://theme.wordpress.com/themes/by/pro-theme-design/
Text Domain: monet
Domain Path: /languages/
Tags: gray, white, light, one-column, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, infinite-scroll, post-formats, post-slider, rtl-language-support, site-logo, sticky-post, translation-ready, art, artwork, craft, design, food, gaming, holiday, music, nature, outdoors, photoblogging, photography, portfolio, scrapbooking, travel, tumblelog, wedding, artistic, bright, clean, conservative, contemporary, elegant, light, minimal, modern, professional, simple

License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
  font-size: 1em;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"],
input.searchfield {
  -webkit-appearance: textfield;
}
input[type="search"]:focus::-webkit-input-placeholder,
input.searchfield:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input.searchfield::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input.searchfield::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.3333rem;
  border: 1px solid #e6e6e6;
}
table th,
table caption {
  background: #e6e6e6;
  padding: 5px 10px;
}
table td {
  padding: 5px 10px;
}
table tr:nth-child(odd) {
  background: #ffffff;
}
table tr:nth-child(even) {
  background: #fcfcfc;
}
::selection,
::-moz-selection {
  background: #7f7f7f;
  color: #ffffff;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}
@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0;
}
body,
html {
  font: normal 75%/1.3333rem 'Amiri', serif;
  color: #808080;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6a6a6a;
  font-family: 'Amiri', serif;
  font-weight: normal;
  margin: 0 0 2.6666rem 0;
}
h1 {
  font-size: 36.624px;
  font-size: 3.052rem;
  line-height: 3.9999rem;
}
h2 {
  font-size: 24px;
  font-size: 2rem;
  line-height: 2.6666rem;
}
h3 {
  font-size: 19.9992px;
  font-size: 1.6666rem;
  line-height: 2.6666rem;
}
h4 {
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.3333rem;
  margin-bottom: 1.3333rem;
}
h5 {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.3333rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.3333rem;
  font-weight: bold;
}
h6 {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.3333rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.3333rem;
  font-weight: bold;
}
hr {
  margin: 2.6666rem 0;
  border: 1px solid #e6e6e6;
}
p,
pre {
  margin: 0 0 2.6666rem 0;
}
ol,
ul {
  padding: 0 0 0 3rem;
  margin: 0 0 2.6666rem 0;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin: 0;
}
dl dt {
  font-weight: bold;
}
pre {
  background: #3b3b3b;
  color: #2ecc71;
  padding: 1.3333rem 48px;
  display: block;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}
q {
  background: #f2f2f2;
}
code {
  font-family: monospace;
}
blockquote {
  background: #f2f2f2;
  padding: 1.3333rem 48px;
  margin: 0 0 1.3333rem 0;
  overflow: hidden;
  font-family: 'Amiri', serif;
  font-style: italic;
  color: #1a1a1a;
}
blockquote p {
  color: #999999;
}
blockquote p:last-child {
  margin-bottom: 0;
}
address {
  margin-bottom: 2.6666rem;
}
/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input.text,
textarea,
select,
input.settings-input {
  padding: 0.66665rem 24px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 2.6666rem;
  max-width: 100%;
  line-height: 1.3333rem;
  min-height: 1.3333rem;
  width: 300px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input.text:focus,
textarea:focus,
select:focus,
input.settings-input:focus {
  outline-color: #7f7f7f;
  border-color: #7f7f7f;
}
input[type=text].long-text,
input[type=password].long-text,
input[type=email].long-text,
input[type=url].long-text,
input.text.long-text,
textarea.long-text,
select.long-text,
input.settings-input.long-text {
  width: 500px;
  max-width: 100%;
}
select {
  height: 2.6666rem;
}
textarea {
  width: 100%;
  min-height: 13.333rem;
}
input {
  margin-bottom: 1.3333rem;
}
input[type=submit] {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: -0.025em;
  border-radius: 0;
  border: 2px solid #7f7f7f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7f7f7f;
  background: transparent;
  padding: 1.3333rem 48px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.3333rem;
}
input[type=submit]:hover {
  color: #ffffff;
  text-decoration: none;
}
input[type=submit]:hover {
  background: #7f7f7f;
  color: #ffffff;
}
input.radio {
  margin-right: 10px;
}
textarea.error,
input.error {
  border-color: #e67e22;
  margin: 0;
}
label {
  display: block;
}
label.error {
  color: #e67e22;
  margin-bottom: 1.3333rem;
}
label em {
  color: #cccccc;
}
label:hover {
  cursor: pointer;
}
legend {
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 9.6px;
  font-size: 0.8rem;
  line-height: 1.3333rem;
  font-weight: bold;
}
fieldset {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 2.6666rem 48px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset ul.radio {
  margin: 0;
}
/* WordPress specific stuff */
.wp-caption {
  background: #f2f2f2;
  padding: 5px;
  text-align: center;
  margin-bottom: 1.3333rem;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  padding: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption .wp-caption-text {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #808080;
  font-size: 0.8em;
}
.wp-caption img {
  float: none;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.postnav {
  margin-bottom: 1.3333rem;
  *zoom: 1;
}
.postnav:before,
.postnav:after {
  content: "";
  display: table;
}
.postnav:after {
  clear: both;
}
.postnav .next,
.postnav .prev {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.postnav .next {
  text-align: right;
  float: right;
}
#wp-calendar {
  width: 100%;
  margin: 0;
}
#wp-calendar th,
#wp-calendar caption {
  text-align: center;
  background: #ffffff;
}
#wp-calendar th {
  border-bottom: 1px solid #f2f2f2;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: 8px 2px;
}
#wp-calendar caption {
  background: transparent;
  font-weight: bold;
  padding: 2px 0;
  text-transform: uppercase;
}
#wp-calendar #today {
  font-weight: bold;
}
/* --- COMMON WORDPRESS SETTINGS --- */
/* standard WordPress image classes */
.alignleft,
.alignright,
.aligncenter {
  display: block;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote.alignleft,
blockquote.alignright,
blockquote.aligncenter {
  max-width: 40%;
  padding: 0.66665rem;
}
.alignleft {
  clear: right;
  float: left;
  margin: 10px 48px 0.66665rem 0;
}
.alignright {
  clear: left;
  float: right;
  margin: 10px 0 0.66665rem 48px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto 0.66665rem auto;
}
.alignright .alignright,
.alignleft .alignleft,
.aligncenter .aligncenter {
  padding: 0 5px;
  border: 0;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.invisible {
  position: absolute;
  left: -1000em;
}
img#wpstats {
  position: absolute;
  left: -100px;
  bottom: 100px;
}
.infinite-scroll .pagination {
  display: none;
}
.infinite-scroll #infinite-handle {
  clear: both;
  padding: 1.3333rem;
  margin-bottom: 1.3333rem;
  text-align: center;
}
.infinite-scroll #infinite-handle span {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: -0.025em;
  border-radius: 0;
  border: 2px solid #7f7f7f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7f7f7f;
  background: transparent;
  padding: 1.3333rem 48px;
  text-transform: uppercase;
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.3333rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.infinite-scroll #infinite-handle span:hover {
  color: #ffffff;
  text-decoration: none;
}
.infinite-scroll #infinite-handle span:hover {
  background: #7f7f7f;
  color: #ffffff;
}
.infinite-scroll #infinite-handle span:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  vertical-align: bottom;
  content: '\f420';
  margin-left: 10px;
}
.infinite-scroll #infinite-handle span:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.infinite-scroll .infinite-loader {
  clear: both;
  padding: 1.3333rem;
}
.infinite-scroll .infinite-loader .spinner {
  margin: 0 auto;
}
.infinite-scroll.neverending footer#footer {
  display: none;
}
.infinite-scroll.infinity-end.neverending footer#footer {
  display: block;
}
.widget {
  overflow: hidden;
  word-wrap: break-word;
}
.widget h3.widgettitle:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  vertical-align: bottom;
  margin-right: 3px;
}
.widget select {
  width: 100%;
}
.widget.milestone-widget .milestone-content {
  margin: 0 auto;
}
.widget.widget_author_grid ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.widget.widget_author_grid ul:before,
.widget.widget_author_grid ul:after {
  content: "";
  display: table;
}
.widget.widget_author_grid ul:after {
  clear: both;
}
.widget.widget_author_grid ul li {
  float: left;
  max-width: 50%;
}
.widget.widget_author_grid ul img {
  display: block;
}
.widget.widget_nav_menu .menu {
  background: #000000;
  width: 100%;
  clear: both;
}
.widget.widget_nav_menu .menu .menu-toggle {
  display: block;
  color: #ffffff;
}
.widget.widget_nav_menu .menu.menu-on ul,
.widget.widget_nav_menu .menu.menu-on li {
  display: block;
}
.widget.widget_nav_menu .menu ul,
.widget.widget_nav_menu .menu li {
  display: none;
}
.widget.widget_nav_menu .menu ul ul li a,
.widget.widget_nav_menu .menu li ul li a,
.widget.widget_nav_menu .menu ul li a,
.widget.widget_nav_menu .menu li li a,
.widget.widget_nav_menu .menu ul a,
.widget.widget_nav_menu .menu li a {
  color: #ffffff;
}
.widget.widget_nav_menu .menu ul ul li a:hover,
.widget.widget_nav_menu .menu li ul li a:hover,
.widget.widget_nav_menu .menu ul li a:hover,
.widget.widget_nav_menu .menu li li a:hover,
.widget.widget_nav_menu .menu ul a:hover,
.widget.widget_nav_menu .menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.widget.widget_nav_menu .menu ul:before,
.widget.widget_nav_menu .menu li:before,
.widget.widget_nav_menu .menu ul:after,
.widget.widget_nav_menu .menu li:after {
  display: none;
}
.widget.widget_nav_menu .menu ul ul ul,
.widget.widget_nav_menu .menu li ul ul,
.widget.widget_nav_menu .menu ul ul,
.widget.widget_nav_menu .menu li ul {
  background: transparent;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.widget.widget_nav_menu .menu ul ul ul li,
.widget.widget_nav_menu .menu li ul ul li,
.widget.widget_nav_menu .menu ul ul li,
.widget.widget_nav_menu .menu li ul li {
  border: none;
}
.widget.widget_nav_menu .menu ul ul ul,
.widget.widget_nav_menu .menu li ul ul,
.widget.widget_nav_menu .menu ul ul,
.widget.widget_nav_menu .menu li ul {
  margin: 0;
  padding-left: 24px;
}
.widget.widget_nav_menu .menu ul li a,
.widget.widget_nav_menu .menu li li a,
.widget.widget_nav_menu .menu ul a,
.widget.widget_nav_menu .menu li a {
  padding: 0.333325rem 0;
}
.widget.widget_nav_menu .menu ul li a:before,
.widget.widget_nav_menu .menu li li a:before,
.widget.widget_nav_menu .menu ul a:before,
.widget.widget_nav_menu .menu li a:before,
.widget.widget_nav_menu .menu ul li a:after,
.widget.widget_nav_menu .menu li li a:after,
.widget.widget_nav_menu .menu ul a:after,
.widget.widget_nav_menu .menu li a:after {
  display: none;
}
.widget.widget_nav_menu .menu ul li a.page_item_has_children > a:before,
.widget.widget_nav_menu .menu li li a.page_item_has_children > a:before,
.widget.widget_nav_menu .menu ul a.page_item_has_children > a:before,
.widget.widget_nav_menu .menu li a.page_item_has_children > a:before,
.widget.widget_nav_menu .menu ul li a.menu-item-has-children > a:before,
.widget.widget_nav_menu .menu li li a.menu-item-has-children > a:before,
.widget.widget_nav_menu .menu ul a.menu-item-has-children > a:before,
.widget.widget_nav_menu .menu li a.menu-item-has-children > a:before,
.widget.widget_nav_menu .menu ul li a.page_item_has_children > a:after,
.widget.widget_nav_menu .menu li li a.page_item_has_children > a:after,
.widget.widget_nav_menu .menu ul a.page_item_has_children > a:after,
.widget.widget_nav_menu .menu li a.page_item_has_children > a:after,
.widget.widget_nav_menu .menu ul li a.menu-item-has-children > a:after,
.widget.widget_nav_menu .menu li li a.menu-item-has-children > a:after,
.widget.widget_nav_menu .menu ul a.menu-item-has-children > a:after,
.widget.widget_nav_menu .menu li a.menu-item-has-children > a:after {
  display: none;
}
.widget.widget_nav_menu .menu {
  padding: 0;
  background: transparent;
}
.widget.widget_nav_menu .menu li {
  display: block;
}
.widget.widget_nav_menu .menu li a {
  padding-left: 0;
  padding-right: 0;
}
.widget.widget_nav_menu .menu li.current-menu-item > a {
  background: transparent;
  text-decoration: underline;
}
.widget.widget_authors ul {
  list-style-type: none;
  margin: 0 0 1.3333rem 0;
  padding: 0;
}
.widget.widget_authors ul strong {
  display: block;
  font-size: 19.9992px;
  font-size: 1.6666rem;
  line-height: 2.6666rem;
}
.widget.widget_authors ul ul {
  list-style-type: disc;
  margin: 0 0 1.3333rem 0;
  padding: 0 0 0 1.5rem;
}
.widget.widget_authors ul img {
  display: block;
}
.widget.widget_recent_comments table.recentcommentsavatar {
  width: 100%;
  margin: 0;
  border: none;
}
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatarend,
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop {
  padding: auto;
}
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop a {
  display: block;
  line-height: 0;
}
.widget.widget_recent_comments table.recentcommentsavatar tr,
.widget.widget_recent_comments table.recentcommentsavatar tr:nth-child(odd) {
  background: transparent;
}
.widget.widget_flickr #flickr_badge_uber_wrapper,
.widget.widget_flickr #flickr_badge_wrapper {
  width: 100%;
  margin: 0;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td,
.widget.widget_flickr #flickr_badge_wrapper td {
  padding: 5px;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td a,
.widget.widget_flickr #flickr_badge_wrapper td a {
  color: #7f7f7f;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td a:hover,
.widget.widget_flickr #flickr_badge_wrapper td a:hover {
  text-decoration: underline;
}
.widget.widget_flickr #flickr_badge_wrapper {
  border-color: #e6e6e6;
}
.widget.widget_image img {
  margin: 0;
}
.widget.widget_image .wp-caption {
  max-width: 100%;
  margin-bottom: 0;
}
.widget.widget_image .wp-caption .wp-caption-text {
  font-size: 1em;
}
.widget.widget_recent_comments h3.widgettitle:before {
  content: '\f300';
}
.widget.widget_recent_entries h3.widgettitle:before {
  content: '\f444';
}
.widget.widget_pages h3.widgettitle:before {
  content: '\f443';
}
.widget.widget_categories h3.widgettitle:before {
  content: '\f301';
}
.widget.widget_archive h3.widgettitle:before,
.widget.widget_calendar h3.widgettitle:before {
  content: '\f307';
}
.widget.widget_meta h3.widgettitle:before {
  content: '\f445';
}
.widget.widget_tag_cloud h3.widgettitle:before,
.widget.wp_widget_tag_cloud h3.widgettitle:before {
  content: '\f302';
}
.widget.widget_wpcom_instagram_widget h3.widgettitle:before {
  content: '\f215';
}
.widget.widget_twitter_timeline h3.widgettitle:before {
  content: '\f202';
}
.widget.widget_links h3.widgettitle:before {
  content: '\f107';
}
.widget.widget-grofile h3.widgettitle:before,
.widget.widget_gravatar h3.widgettitle:before {
  content: '\f304';
}
.widget.widget_jetpack_posts_i_like h3.widgettitle:before {
  content: '\f461';
}
.widget.widget_rss_links h3.widgettitle:before {
  content: '\f413';
}
.widget.PDS_Poll,
.widget.pds-box {
  max-width: 100%;
}
.widget.PDS_Poll .pds-input-label,
.widget.pds-box .pds-input-label {
  max-width: 100%;
  width: auto;
  float: none;
  display: inline;
}
.widget.PDS_Poll .pds-answer-input,
.widget.pds-box .pds-answer-input {
  display: inline;
  float: none;
}
.widget.widget_rss ul {
  padding: 0;
}
.widget.widget_rss li {
  list-style-type: none;
  margin-bottom: 0.66665rem;
}
.widget.widget_rss li .rss-date {
  color: #cccccc;
}
.widget.widget_search {
  font-size: 1em;
}
div#jp-relatedposts,
#jp-post-flair {
  clear: both;
  margin-bottom: 2.6666rem;
}
.post-password-required form {
  margin-bottom: 1.3333rem;
  padding: 20px;
  background: #f2f2f2;
}
.post-password-required form input[type=password] {
  width: 100%;
}
.post-password-required form input[type=submit] {
  min-width: 30%;
}
.post-password-required form p:last-child {
  margin-bottom: 0;
}
a.post-edit-link {
  display: block;
  margin-bottom: 1.3333rem;
  padding: 5px;
  text-align: center;
  background: #f2f2f2;
  clear: both;
}
a.post-edit-link:hover {
  background: #e6e6e6;
  text-decoration: none;
}
a.post-edit-link:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  vertical-align: bottom;
  content: '\f411';
  margin-right: 5px;
}
a.post-edit-link:before:hover {
  text-decoration: none;
}
/* Common Styles */
.content-comments h3#comments:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  vertical-align: bottom;
  content: '\f108';
  margin-right: 24px;
  float: left;
}
.container .video-player,
.container .embed-vimeo {
  margin: 0 0 1.3333rem 0;
}
.screen-reader-shortcut {
  background: #7f7f7f;
  color: #ffffff;
  width: 200px;
  position: absolute;
  left: -300px;
  top: 10px;
}
.screen-reader-shortcut:focus {
  left: 10px;
}
.main div.sharedaddy {
  margin-bottom: 1.3333rem;
}
.main div.sharedaddy h3 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  margin: 5px 0;
}
.main div.sharedaddy div.sd-block {
  padding: 0.66665rem 0 -4.33335rem 0;
  border-color: rgba(0, 0, 0, 0.05);
}
.main .contributor {
  *zoom: 1;
  margin-bottom: 1.3333rem;
}
.main .contributor:before,
.main .contributor:after {
  content: "";
  display: table;
}
.main .contributor:after {
  clear: both;
}
.main .contributor .avatar {
  float: left;
  margin: 0 24px 0 0;
}
.main .contributor a.contributor-posts-link {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: -0.025em;
  border-radius: 0;
  border: 2px solid #7f7f7f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7f7f7f;
  background: transparent;
  padding: 1.3333rem 48px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.3333rem;
}
.main .contributor a.contributor-posts-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.main .contributor a.contributor-posts-link:hover {
  background: #7f7f7f;
  color: #ffffff;
}
/* PollDaddy Embed */
.PDS_Poll label {
  text-transform: none;
}
/* Social menu */
.menu-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-social-links ul li {
  display: inline-block;
}
.menu-social-links ul li a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  vertical-align: bottom;
  content: '\f107';
  margin: 0 5px;
}
.menu-social-links ul li a[href*="twitter.com"]:before {
  content: '\f202';
}
.menu-social-links ul li a[href*="facebook.com"]:before {
  content: '\f204';
}
.menu-social-links ul li a[href*="plus.google.com"]:before {
  content: '\f206';
}
.menu-social-links ul li a[href*="github.com"]:before {
  content: '\f200';
}
.menu-social-links ul li a[href*="wordpress.com"]:before {
  content: '\f205';
}
.menu-social-links ul li a[href*="youtube.com"]:before {
  content: '\f213';
}
.menu-social-links ul li a[href*="pinterest.com"]:before {
  content: '\f209';
}
.menu-social-links ul li a[href*="tumblr.com"]:before {
  content: '\f214';
}
.menu-social-links ul li a[href*="dribbble.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="mailto:"]:before {
  content: '\f410';
}
.menu-social-links ul li a[href*="soundcloud.com"]:before {
  content: '\f426';
}
.menu-social-links ul li a[href*="/feed/"]:before,
.menu-social-links ul li a[href*=".rss"]:before {
  content: '\f413';
}
.menu-social-links ul li a[href*="reddit.com"]:before {
  content: '\f222';
}
.menu-social-links ul li a[href*="stumbleupon.com"]:before {
  content: '\f223';
}
.menu-social-links ul li a[href*="instagram.com"]:before {
  content: '\f215';
}
.menu-social-links ul li a[href*="flickr.com"]:before {
  content: '\f211';
}
.menu-social-links ul li a[href*="linkedin.com"]:before {
  content: '\f207';
}
.menu-social-links ul li a[href*="dropbox.com"]:before {
  content: '\f225';
}
.menu-social-links ul li a[href*="codepen.com"]:before {
  content: '\f216';
}
.menu-social-links ul li a[href*="polldaddy.com"]:before {
  content: '\f217';
}
.menu-social-links ul li a[href*="vimeo.com"]:before {
  content: '\f212';
}
.menu-social-links ul li a[href*="path.com"]:before {
  content: '\f219';
}
.menu-social-links ul li a[href*="bloglovin.com"]:before {
  content: '\f471';
}
.jetpack-video-wrapper {
  margin-bottom: 1.3333rem;
}
.jetpack-testimonial-shortcode {
  *zoom: 1;
}
.jetpack-testimonial-shortcode:before,
.jetpack-testimonial-shortcode:after {
  content: "";
  display: table;
}
.jetpack-testimonial-shortcode:after {
  clear: both;
}
.jetpack-testimonial-shortcode .testimonial-entry {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 50%;
  clear: none;
  padding: 1.3333rem 48px;
  border: 1px solid #e6e6e6;
  border-width: 1px 0 0 1px;
}
.jetpack-testimonial-shortcode .testimonial-entry:nth-of-type( 2n + 1 ) {
  clear: both;
  border-left-width: 0;
}
.jetpack-testimonial-shortcode .testimonial-entry:nth-of-type( 1 ),
.jetpack-testimonial-shortcode .testimonial-entry:nth-of-type( 2 ) {
  border-top-width: 0;
}
.jetpack-testimonial-shortcode .testimonial-entry-content {
  margin: 0 0 0.66665rem 0;
}
.jetpack-testimonial-shortcode .testimonial-featured-image {
  float: left;
}
.jetpack-testimonial-shortcode .testimonial-featured-image img {
  max-height: 2.6666rem;
  width: auto;
  margin-right: 24px;
}
.multi-author-false .post-meta-data .byline {
  display: none;
}
.multi-author-false.singular .contributor {
  display: none;
}
.screen-reader-text,
.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader:focus {
  background-color: #7f7f7f;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  clip: auto !important;
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: auto;
  left: 48px;
  padding: 1.3333rem 48px;
  text-decoration: none;
  top: 1.3333rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.post-type-archive-jetpack-testimonial #infinite-handle {
  display: none;
}
ol.comment-list {
  list-style-type: none;
  margin: 0 0 1.3333rem 0;
  padding: 0;
}
ol.comment-list li.comment,
ol.comment-list li.trackback,
ol.comment-list li.pingback {
  *zoom: 1;
  margin: 0;
  position: relative;
  list-style-type: none;
}
ol.comment-list li.comment:before,
ol.comment-list li.trackback:before,
ol.comment-list li.pingback:before,
ol.comment-list li.comment:after,
ol.comment-list li.trackback:after,
ol.comment-list li.pingback:after {
  content: "";
  display: table;
}
ol.comment-list li.comment:after,
ol.comment-list li.trackback:after,
ol.comment-list li.pingback:after {
  clear: both;
}
ol.comment-list li.comment article,
ol.comment-list li.trackback article,
ol.comment-list li.pingback article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  *zoom: 1;
}
ol.comment-list li.comment article:before,
ol.comment-list li.trackback article:before,
ol.comment-list li.pingback article:before,
ol.comment-list li.comment article:after,
ol.comment-list li.trackback article:after,
ol.comment-list li.pingback article:after {
  content: "";
  display: table;
}
ol.comment-list li.comment article:after,
ol.comment-list li.trackback article:after,
ol.comment-list li.pingback article:after {
  clear: both;
}
ol.comment-list li.comment #respond,
ol.comment-list li.trackback #respond,
ol.comment-list li.pingback #respond {
  position: relative;
  margin: 0;
}
ol.comment-list li.comment #respond #cancel-comment-reply-link,
ol.comment-list li.trackback #respond #cancel-comment-reply-link,
ol.comment-list li.pingback #respond #cancel-comment-reply-link {
  float: right;
  font-family: 'Amiri', serif;
  font-size: 9.6px;
  font-size: 0.8rem;
  line-height: 1.99995rem;
  padding: 0 10px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: -0.025em;
  border-radius: 0;
  border: 2px solid #7f7f7f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7f7f7f;
  background: transparent;
  padding: 1.3333rem 48px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.3333rem;
}
ol.comment-list li.comment #respond #cancel-comment-reply-link:hover,
ol.comment-list li.trackback #respond #cancel-comment-reply-link:hover,
ol.comment-list li.pingback #respond #cancel-comment-reply-link:hover {
  color: #ffffff;
  text-decoration: none;
}
ol.comment-list li.comment #respond #cancel-comment-reply-link:hover,
ol.comment-list li.trackback #respond #cancel-comment-reply-link:hover,
ol.comment-list li.pingback #respond #cancel-comment-reply-link:hover {
  background: #7f7f7f;
  color: #ffffff;
}
ol.comment-list li.comment footer,
ol.comment-list li.trackback footer,
ol.comment-list li.pingback footer {
  padding: 1.3333rem;
  *zoom: 1;
}
ol.comment-list li.comment footer:before,
ol.comment-list li.trackback footer:before,
ol.comment-list li.pingback footer:before,
ol.comment-list li.comment footer:after,
ol.comment-list li.trackback footer:after,
ol.comment-list li.pingback footer:after {
  content: "";
  display: table;
}
ol.comment-list li.comment footer:after,
ol.comment-list li.trackback footer:after,
ol.comment-list li.pingback footer:after {
  clear: both;
}
ol.comment-list li.comment footer a.avatar-link,
ol.comment-list li.trackback footer a.avatar-link,
ol.comment-list li.pingback footer a.avatar-link {
  display: block;
}
ol.comment-list li.comment footer img,
ol.comment-list li.trackback footer img,
ol.comment-list li.pingback footer img {
  display: block;
  float: right;
}
ol.comment-list li.comment footer b,
ol.comment-list li.trackback footer b,
ol.comment-list li.pingback footer b {
  display: none;
}
ol.comment-list li.comment .comment-body,
ol.comment-list li.trackback .comment-body,
ol.comment-list li.pingback .comment-body {
  padding: 1.3333rem;
}
ol.comment-list li.comment .comment-meta-data,
ol.comment-list li.trackback .comment-meta-data,
ol.comment-list li.pingback .comment-meta-data {
  margin-bottom: 1.3333rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 9.6px;
  font-size: 0.8rem;
  line-height: 1.99995rem;
}
ol.comment-list li.comment .comment-meta-data span:first-child:before,
ol.comment-list li.trackback .comment-meta-data span:first-child:before,
ol.comment-list li.pingback .comment-meta-data span:first-child:before {
  display: none;
}
ol.comment-list li.comment .comment-meta-data span:before,
ol.comment-list li.trackback .comment-meta-data span:before,
ol.comment-list li.pingback .comment-meta-data span:before {
  content: '\2022';
  margin: 12px;
  opacity: 0.4;
}
ol.comment-list li.comment.bypostauthor,
ol.comment-list li.trackback.bypostauthor,
ol.comment-list li.pingback.bypostauthor {
  background: #ffffff;
}
ol.comment-list li.comment .comment-content,
ol.comment-list li.trackback .comment-content,
ol.comment-list li.pingback .comment-content {
  clear: both;
}
ol.comment-list li.comment .comment-content p:last-child,
ol.comment-list li.trackback .comment-content p:last-child,
ol.comment-list li.pingback .comment-content p:last-child {
  margin-bottom: 0;
}
ol.comment-list li.comment:last-child,
ol.comment-list li.trackback:last-child,
ol.comment-list li.pingback:last-child,
ol.comment-list li.comment li:last-child,
ol.comment-list li.trackback li:last-child,
ol.comment-list li.pingback li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
ol.comment-list .depth-1 article footer {
  padding-left: 5%;
}
ol.comment-list .depth-2 article footer {
  padding-left: 10%;
}
ol.comment-list .depth-3 article footer {
  padding-left: 15%;
}
ol.comment-list .depth-4 article footer {
  padding-left: 20%;
}
ol.comment-list .depth-5 article footer {
  padding-left: 25%;
}
ol.comment-list .depth-6 article footer {
  padding-left: 30%;
}
ol.comment-list .depth-7 article footer {
  padding-left: 35%;
}
ol.comment-list .depth-8 article footer {
  padding-left: 40%;
}
ol.comment-list .depth-9 article footer {
  padding-left: 45%;
}
ol.comment-list .depth-10 article footer {
  padding-left: 50%;
}
ol.comment-list .depth-11 article footer {
  padding-left: 55%;
}
ol.comment-list .depth-12 article footer {
  padding-left: 60%;
}
ol.comment-list li.trackback .comment-body,
ol.comment-list li.pingback .comment-body {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
ol.comment-list li.trackback .comment-body:before,
ol.comment-list li.pingback .comment-body:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  vertical-align: bottom;
  content: '\f107';
}
ol.comment-list ul.children {
  list-style-type: none;
  padding: 0;
  clear: both;
  position: relative;
}
ol.comment-list ul.children li:last-child {
  margin: 0;
}
#respond {
  *zoom: 1;
  clear: both;
  margin-bottom: 1.3333rem;
}
#respond:before,
#respond:after {
  content: "";
  display: table;
}
#respond:after {
  clear: both;
}
#respond p {
  margin: 0;
  position: relative;
}
#respond p.comment-form-author input,
#respond p.comment-form-email input,
#respond p.comment-form-comment input,
#respond p.comment-form-url input,
#respond p.comment-form-author textarea,
#respond p.comment-form-email textarea,
#respond p.comment-form-comment textarea,
#respond p.comment-form-url textarea {
  width: 100%;
}
#respond p.comment-subscription-form {
  clear: both;
}
#respond p.comment-subscription-form input {
  display: inline-block;
  margin-right: 24px;
}
#respond p.form-allowed-tags,
#respond p.comment-notes,
#respond p.logged-in-as {
  margin-bottom: 1.3333rem;
}
#respond p.form-allowed-tags {
  font-size: 9.6px;
  font-size: 0.8rem;
  line-height: 1.3333rem;
}
#respond p.form-submit #submit {
  line-height: 1.99995rem;
  padding: 0 10px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: -0.025em;
  border-radius: 0;
  border: 2px solid #7f7f7f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7f7f7f;
  background: transparent;
  padding: 1.3333rem 48px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.3333rem;
}
#respond p.form-submit #submit:hover {
  color: #ffffff;
  text-decoration: none;
}
#respond p.form-submit #submit:hover {
  background: #7f7f7f;
  color: #ffffff;
}
.gallery {
  padding: 0;
  margin-bottom: 1.3333rem;
  *zoom: 1;
}
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery .gallery-item {
  display: inline-block;
  text-align: center;
  margin: 0 0 1.3333rem 0;
  vertical-align: top;
  padding: 0 24px;
}
.gallery .gallery-item .gallery-icon {
  margin-bottom: 0.66665rem;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
  line-height: 0;
}
.gallery .gallery-item .gallery-caption {
  padding: 0 24px;
  margin: 0;
  font-size: 9.6px;
  font-size: 0.8rem;
  line-height: 1.3333rem;
  font-style: italic;
}
.gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery .gallery-item img:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery a.image {
  float: none;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery.gallery-columns-6 .gallery-caption,
.gallery.gallery-columns-7 .gallery-caption,
.gallery.gallery-columns-8 .gallery-caption,
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}
.sticky {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'font-awesome';
  src: url('styles/font-awesome/font-awesome.eot?vja0t');
  src: url('styles/font-awesome/font-awesome.eot?#iefixvja0t') format('embedded-opentype'), url('styles/font-awesome/font-awesome.woff?vja0t') format('woff'), url('styles/font-awesome/font-awesome.ttf?vja0t') format('truetype'), url('styles/font-awesome/font-awesome.svg?vja0t#font-awesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  *zoom: 1;
  background: #f2f2f2;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 48px;
  font-size: 4rem;
  line-height: 5.3332rem;
}
h2 {
  font-size: 36.624px;
  font-size: 3.052rem;
  line-height: 3.9999rem;
}
h3 {
  font-size: 31.9992px;
  font-size: 2.6666rem;
  line-height: 2.6666rem;
}
h4 {
  font-size: 24px;
  font-size: 2rem;
  line-height: 2.6666rem;
}
h5 {
  font-size: 19.9992px;
  font-size: 1.6666rem;
  line-height: 2.6666rem;
}
h6 {
  font-size: 19.9992px;
  font-size: 1.6666rem;
  line-height: 2.6666rem;
}
.masthead {
  width: 27%;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  text-align: center;
  padding: 3.9999rem 0;
  background: #ffffff bottom center no-repeat;
  background-size: 100% auto;
  bottom: 0;
  overflow: auto;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.masthead .site-logo-link {
  display: block;
  margin-bottom: 3.9999rem;
  padding: 0 20%;
}
.masthead .site-logo-link img {
  display: block;
  margin: 0 auto;
}
.masthead .branding {
  font-family: 'Open Sans', sans-serif;
  padding: 0 20%;
}
.masthead .branding:after {
  content: '';
  display: block;
  max-width: 48px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 3.9999rem auto 3.33325rem auto;
}
.masthead .branding h1.site-title {
  font-size: 31.9992px;
  font-size: 2.6666rem;
  line-height: 2.6666rem;
  margin-bottom: 1.3333rem;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -0.025em;
}
.masthead .branding p.site-description {
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.99995rem;
  color: #808080;
  margin: 0;
}
.masthead .menu {
  letter-spacing: -0.02em;
  font-size: 24px;
  font-size: 2rem;
  line-height: 2.6666rem;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.8);
}
.masthead .menu a {
  color: #7f7f7f;
}
.masthead .menu a:hover {
  text-decoration: none;
  color: #000000;
}
.masthead .menu ul {
  margin: 0;
  list-style-type: none;
  padding: 0 5%;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.masthead .menu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
}
.masthead .menu ul.menu-wrap.depth-1 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.masthead .menu ul.menu-wrap.depth-2 {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}
.masthead .menu ul.menu-wrap.depth-3 {
  -webkit-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  transform: translateX(-300%);
}
.masthead .menu ul.menu-wrap.depth-4 {
  -webkit-transform: translateX(-400%);
  -ms-transform: translateX(-400%);
  transform: translateX(-400%);
}
.masthead .menu ul.menu-wrap.depth-5 {
  -webkit-transform: translateX(-500%);
  -ms-transform: translateX(-500%);
  transform: translateX(-500%);
}
.masthead .menu ul.menu-wrap.depth-6 {
  -webkit-transform: translateX(-600%);
  -ms-transform: translateX(-600%);
  transform: translateX(-600%);
}
.masthead .menu ul a.menu-back,
.masthead .menu ul a.menu-expand {
  cursor: pointer;
  color: #cccccc;
}
.masthead .menu ul a.menu-back:before,
.masthead .menu ul a.menu-expand:before {
  border: 4px solid transparent;
  border-width: 6px 6px;
  border-left-color: #cccccc;
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.masthead .menu ul a.menu-back:hover,
.masthead .menu ul a.menu-expand:hover {
  color: #000000;
}
.masthead .menu ul a.menu-back:hover:before,
.masthead .menu ul a.menu-expand:hover:before {
  border-left-color: #000000;
}
.masthead .menu ul a.menu-back:before {
  margin-right: 6px;
  border-right-color: #cccccc;
  border-left-color: transparent;
}
.masthead .menu ul a.menu-back:hover:before {
  border-left-color: transparent;
  border-right-color: #000000;
}
.masthead .menu ul a.menu-expand {
  width: 2.5rem;
  display: inline-block;
  margin-right: -2.5rem;
  padding-left: 6px;
}
.masthead .menu li {
  padding: 0.333325rem 0;
}
.masthead .menu-close {
  position: absolute;
  top: 2.6666rem;
  right: 24px;
  display: none;
}
.masthead .menu-close:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  vertical-align: bottom;
  content: '\f406';
  color: #7f7f7f;
}
.masthead .menu-close:hover {
  text-decoration: none;
}
.masthead .menu-close:hover:before {
  color: #000000;
}
.secondary-masthead {
  background: #ffffff;
  padding: 1.3333rem 24px;
  display: none;
  min-height: 58px;
}
.secondary-masthead a.menu-toggle {
  float: left;
  margin-right: 24px;
  line-height: 2.6666rem;
}
.secondary-masthead a.menu-toggle:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  vertical-align: bottom;
  content: '\f419';
  color: #b3b3b3;
}
.secondary-masthead a.menu-toggle:hover {
  text-decoration: none;
}
.secondary-masthead a.menu-toggle:hover:before {
  color: #000000;
}
.secondary-masthead h1.site-title {
  font-size: 31.9992px;
  font-size: 2.6666rem;
  line-height: 2.6666rem;
  display: inline-block;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -0.025em;
}
a.header-image {
  display: block;
}
a.header-image img {
  display: block;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1506px;
  min-height: 600px;
  min-height: 100vh;
  margin: 0 auto;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.main {
  margin-left: 27%;
  margin-right: 58px;
}
.main .post-archive article {
  width: 49.99%;
  float: left;
  position: relative;
  *zoom: 1;
  overflow: hidden;
  background: #5E5E5E;
}
.main .post-archive article:before,
.main .post-archive article:after {
  content: "";
  display: table;
}
.main .post-archive article:after {
  clear: both;
}
.main .post-archive article .entry {
  padding: 3.9999rem 78px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main .post-archive article .entry:before {
  display: block;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  pointer-events: none;
}
.main .post-archive article h2.entry-title {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
  font-size: 2rem;
  line-height: 2.999925rem;
}
.main .post-archive article h2.entry-title a {
  color: #e6e6e6;
}
.main .post-archive article h2.entry-title:after {
  content: '';
  display: block;
  width: 24px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  margin: 1.3333rem auto 0 auto;
}
.main .post-archive article .excerpt {
  display: none;
  color: #cccccc;
}
.main .post-archive article.post-has-thumbnail .thumbnail {
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.main .post-archive article.post-has-thumbnail .entry {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(58, 58, 58, 0.8);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.main .post-archive article.post-has-thumbnail:hover .thumbnail {
  opacity: 1;
}
.main .post-archive article.post-has-thumbnail:hover .entry {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.main .post-archive article.post-no-thumbnail .entry {
  padding-top: 6.6665rem;
  padding-bottom: 6.6665rem;
}
.main .post-archive article.format-video,
.main .post-archive article.format-aside,
.main .post-archive article.format-audio,
.main .post-archive article.format-quote,
.main .post-archive article.format-link {
  background: #ADB1B4;
}
.main .post-archive article.format-video.post-no-thumbnail .post-meta-data,
.main .post-archive article.format-aside.post-no-thumbnail .post-meta-data,
.main .post-archive article.format-audio.post-no-thumbnail .post-meta-data,
.main .post-archive article.format-quote.post-no-thumbnail .post-meta-data,
.main .post-archive article.format-link.post-no-thumbnail .post-meta-data {
  display: none;
}
.main .post-archive article.format-video.post-no-thumbnail h2.entry-title,
.main .post-archive article.format-aside.post-no-thumbnail h2.entry-title,
.main .post-archive article.format-audio.post-no-thumbnail h2.entry-title,
.main .post-archive article.format-quote.post-no-thumbnail h2.entry-title,
.main .post-archive article.format-link.post-no-thumbnail h2.entry-title {
  position: relative;
}
.main .post-archive article.format-video.post-no-thumbnail h2.entry-title:before,
.main .post-archive article.format-aside.post-no-thumbnail h2.entry-title:before,
.main .post-archive article.format-audio.post-no-thumbnail h2.entry-title:before,
.main .post-archive article.format-quote.post-no-thumbnail h2.entry-title:before,
.main .post-archive article.format-link.post-no-thumbnail h2.entry-title:before {
  content: '';
  display: block;
  width: 144px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  margin: 0 auto 1.3333rem auto;
}
.main .post-archive article.format-video.post-no-thumbnail h2.entry-title:after,
.main .post-archive article.format-aside.post-no-thumbnail h2.entry-title:after,
.main .post-archive article.format-audio.post-no-thumbnail h2.entry-title:after,
.main .post-archive article.format-quote.post-no-thumbnail h2.entry-title:after,
.main .post-archive article.format-link.post-no-thumbnail h2.entry-title:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  vertical-align: bottom;
  font-family: 'font-awesome';
  width: 48px;
  border: none;
  background: #ADB1B4;
  font-size: 2rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  top: -1.3333rem;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  border-radius: 50px;
}
.main .post-archive article.format-video.post-has-thumbnail:after,
.main .post-archive article.format-aside.post-has-thumbnail:after,
.main .post-archive article.format-audio.post-has-thumbnail:after,
.main .post-archive article.format-quote.post-has-thumbnail:after,
.main .post-archive article.format-link.post-has-thumbnail:after {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 5rem;
  vertical-align: bottom;
  font-family: 'font-awesome';
  width: 100%;
  text-align: center;
  top: 50%;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.main .post-archive article.format-video.post-has-thumbnail:hover:after,
.main .post-archive article.format-aside.post-has-thumbnail:hover:after,
.main .post-archive article.format-audio.post-has-thumbnail:hover:after,
.main .post-archive article.format-quote.post-has-thumbnail:hover:after,
.main .post-archive article.format-link.post-has-thumbnail:hover:after {
  opacity: 0;
}
.main .post-archive article.format-video.post-has-thumbnail h2.entry-title:before,
.main .post-archive article.format-aside.post-has-thumbnail h2.entry-title:before,
.main .post-archive article.format-audio.post-has-thumbnail h2.entry-title:before,
.main .post-archive article.format-quote.post-has-thumbnail h2.entry-title:before,
.main .post-archive article.format-link.post-has-thumbnail h2.entry-title:before {
  display: none;
}
.main .post-archive article.format-video.post-has-thumbnail h2.entry-title:after,
.main .post-archive article.format-aside.post-has-thumbnail h2.entry-title:after,
.main .post-archive article.format-audio.post-has-thumbnail h2.entry-title:after,
.main .post-archive article.format-quote.post-has-thumbnail h2.entry-title:after,
.main .post-archive article.format-link.post-has-thumbnail h2.entry-title:after {
  content: '';
}
.main .post-archive article.format-video h2.entry-title:after {
  content: "\f03d";
}
.main .post-archive article.format-video.post-has-thumbnail:after {
  content: "\f03d";
}
.main .post-archive article.format-aside h2.entry-title:after {
  content: "\f10c";
}
.main .post-archive article.format-aside.post-has-thumbnail:after {
  content: "\f10c";
}
.main .post-archive article.format-audio h2.entry-title:after {
  content: "\f028";
}
.main .post-archive article.format-audio.post-has-thumbnail:after {
  content: "\f028";
}
.main .post-archive article.format-quote h2.entry-title:after {
  content: "\f10e";
}
.main .post-archive article.format-quote.post-has-thumbnail:after {
  content: "\f10e";
}
.main .post-archive article.format-link h2.entry-title:after {
  content: "\f0c1";
}
.main .post-archive article.format-link.post-has-thumbnail:after {
  content: "\f0c1";
}
.main .post-archive article .post-meta-data {
  margin-bottom: 1.99995rem;
  color: rgba(255, 255, 255, 0.5);
}
.main .post-archive article .post-meta-data a {
  color: rgba(255, 255, 255, 0.5);
}
.main .post-archive article .post-meta-data > span {
  display: none;
  margin: 0 12px;
}
.main .post-archive article .post-meta-data > span.posted-on {
  display: inline;
}
.main .post-archive article .permalink {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 10;
}
.main article .taxonomies {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #cccccc;
  font-size: 12px;
  font-size: 1rem;
  line-height: 2.6666rem;
  font-weight: bold;
  padding: 0 10%;
}
.main article .taxonomies .tax:nth-child(2):before {
  content: ' // ';
  margin: 0 12px;
}
.main .pagination {
  text-align: center;
  margin: 2.6666rem;
  clear: both;
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 2.6666rem;
}
.main .pagination span,
.main .pagination a {
  margin: 0 6px;
  display: inline-block;
}
.main .pagination span.current {
  background: #7f7f7f;
  color: #ffffff;
  padding: 6px 9px;
}
.main .comments-navigation,
.main .post-navigation {
  clear: both;
  background: rgba(255, 255, 255, 0.3);
  padding: 2.6666rem 15%;
  margin-bottom: 3.9999rem;
  font-size: 19.9992px;
  font-size: 1.6666rem;
  line-height: 2.6666rem;
  font-style: italic;
  *zoom: 1;
}
.main .comments-navigation:before,
.main .post-navigation:before,
.main .comments-navigation:after,
.main .post-navigation:after {
  content: "";
  display: table;
}
.main .comments-navigation:after,
.main .post-navigation:after {
  clear: both;
}
.main .comments-navigation .nav-previous,
.main .post-navigation .nav-previous,
.main .comments-navigation .nav-next,
.main .post-navigation .nav-next {
  padding: 0.66665rem 24px;
  width: 50%;
  position: relative;
}
.main .comments-navigation .nav-previous a:before,
.main .post-navigation .nav-previous a:before,
.main .comments-navigation .nav-next a:before,
.main .post-navigation .nav-next a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 4rem;
  vertical-align: bottom;
  font-family: 'font-awesome';
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  position: absolute;
  top: 0;
  left: -1rem;
}
.main .comments-navigation .nav-previous,
.main .post-navigation .nav-previous {
  float: left;
  text-align: right;
}
.main .comments-navigation .nav-previous a:before,
.main .post-navigation .nav-previous a:before {
  content: "\f104";
}
.main .comments-navigation .nav-next,
.main .post-navigation .nav-next {
  float: right;
  text-align: left;
}
.main .comments-navigation .nav-next a:before,
.main .post-navigation .nav-next a:before {
  float: right;
  left: auto;
  right: -1rem;
  content: "\f105";
}
a.thumbnail {
  display: block;
}
a.thumbnail img {
  display: block;
}
.post-meta-data {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #cccccc;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.3333rem;
}
.post-meta-data a {
  color: #999999;
}
.post-meta-data > span:before {
  content: '//';
  margin: 0 10px;
}
.post-meta-data > span:first-child:before {
  display: none;
}
.content-comments {
  font-size: 19.9992px;
  font-size: 1.6666rem;
  line-height: 2.6666rem;
}
.content-comments h3#reply-title,
.content-comments h3#comments {
  font-size: 31.9992px;
  font-size: 2.6666rem;
  line-height: 2.6666rem;
  text-align: center;
  margin-bottom: 1.3333rem;
}
.content-comments h3#reply-title:before,
.content-comments h3#comments:before {
  display: none;
}
.content-comments h3#reply-title:after {
  content: '';
  display: block;
  max-width: 48px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 3.9999rem auto 3.33325rem auto;
}
.content-comments h3#reply-title:after {
  margin: 1.3333rem auto;
}
.content-comments ol.comment-list {
  border-bottom: 1px solid #ffffff;
}
.content-comments ol.comment-list li.comment,
.content-comments ol.comment-list li.trackback,
.content-comments ol.comment-list li.pingback {
  border-top: 1px solid #ffffff;
}
.content-comments ol.comment-list li.comment footer,
.content-comments ol.comment-list li.trackback footer,
.content-comments ol.comment-list li.pingback footer {
  background: rgba(255, 255, 255, 0.3);
  padding-top: 2.6666rem;
  padding-right: 2.6666rem;
  padding-bottom: 2.6666rem;
}
.content-comments ol.comment-list li.comment footer img,
.content-comments ol.comment-list li.trackback footer img,
.content-comments ol.comment-list li.pingback footer img {
  border-radius: 100px;
  max-width: 80px;
  width: 80px;
}
.content-comments ol.comment-list li.comment .comment-body,
.content-comments ol.comment-list li.trackback .comment-body,
.content-comments ol.comment-list li.pingback .comment-body {
  padding: 2.6666rem;
}
.content-comments ol.comment-list li.comment .comment-meta-data,
.content-comments ol.comment-list li.trackback .comment-meta-data,
.content-comments ol.comment-list li.pingback .comment-meta-data {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #cccccc;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.99995rem;
  color: #999999;
}
.content-comments ol.comment-list li.comment .comment-meta-data span:before,
.content-comments ol.comment-list li.trackback .comment-meta-data span:before,
.content-comments ol.comment-list li.pingback .comment-meta-data span:before {
  content: '//';
  margin: 4px;
}
.content-comments ol.comment-list li.comment .comment-meta-data .comment-reply-link,
.content-comments ol.comment-list li.trackback .comment-meta-data .comment-reply-link,
.content-comments ol.comment-list li.pingback .comment-meta-data .comment-reply-link,
.content-comments ol.comment-list li.comment .comment-meta-data .author-link,
.content-comments ol.comment-list li.trackback .comment-meta-data .author-link,
.content-comments ol.comment-list li.pingback .comment-meta-data .author-link {
  font-weight: bold;
}
.content-comments ol.comment-list li.comment .comment-meta-data a,
.content-comments ol.comment-list li.trackback .comment-meta-data a,
.content-comments ol.comment-list li.pingback .comment-meta-data a {
  color: #3b3b3b;
}
.content-comments ol.comment-list li.comment .comment-meta-data a.comment-link,
.content-comments ol.comment-list li.trackback .comment-meta-data a.comment-link,
.content-comments ol.comment-list li.pingback .comment-meta-data a.comment-link {
  color: #999999;
}
.content-comments #respond {
  padding: 3.9999rem 10%;
}
.content-comments #respond p.form-allowed-tags {
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.99995rem;
}
.content-comments #respond p.comment-notes,
.content-comments #respond p.logged-in-as {
  text-align: center;
  margin-bottom: 3.9999rem;
  padding: 0 10%;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.99995rem;
  letter-spacing: 0.05em;
}
.content-comments #respond p.comment-notes #email-notes,
.content-comments #respond p.logged-in-as #email-notes {
  display: block;
}
.content-comments #respond p.comment-form-author input,
.content-comments #respond p.comment-form-email input,
.content-comments #respond p.comment-form-comment input,
.content-comments #respond p.comment-form-url input,
.content-comments #respond p.comment-form-author textarea,
.content-comments #respond p.comment-form-email textarea,
.content-comments #respond p.comment-form-comment textarea,
.content-comments #respond p.comment-form-url textarea {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  line-height: 2.6666rem;
}
.content-comments #respond p.comment-form-author input:active,
.content-comments #respond p.comment-form-email input:active,
.content-comments #respond p.comment-form-comment input:active,
.content-comments #respond p.comment-form-url input:active,
.content-comments #respond p.comment-form-author textarea:active,
.content-comments #respond p.comment-form-email textarea:active,
.content-comments #respond p.comment-form-comment textarea:active,
.content-comments #respond p.comment-form-url textarea:active,
.content-comments #respond p.comment-form-author input:focus,
.content-comments #respond p.comment-form-email input:focus,
.content-comments #respond p.comment-form-comment input:focus,
.content-comments #respond p.comment-form-url input:focus,
.content-comments #respond p.comment-form-author textarea:focus,
.content-comments #respond p.comment-form-email textarea:focus,
.content-comments #respond p.comment-form-comment textarea:focus,
.content-comments #respond p.comment-form-url textarea:focus {
  background: #ffffff;
}
.content-comments #respond p.form-allowed-tags {
  margin-bottom: 2.6666rem;
}
a.post-edit-link {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
  background: #b3b3b3;
  border-radius: 6px;
  margin: 0;
  width: 3rem;
  line-height: 3rem;
  height: 3rem;
  text-align: center;
}
a.post-edit-link:before {
  font-size: 2rem;
  color: #ffffff;
  margin: 0;
}
a.post-edit-link:hover {
  background: #808080;
}
.showcase {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  *zoom: 1;
}
.showcase:before,
.showcase:after {
  content: "";
  display: table;
}
.showcase:after {
  clear: both;
}
.showcase.post-archive article {
  background: #999999 center center;
  position: absolute;
  float: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.showcase.post-archive article .thumbnail {
  background-size: cover;
  background-position: center center;
}
.showcase.post-archive article.post-has-thumbnail .entry {
  top: 48px;
  right: 48px;
  left: auto;
  bottom: auto;
  width: 40%;
  height: auto;
  padding: 3.9999rem 24px;
  z-index: 10;
}
.showcase.post-archive article.post-has-thumbnail .entry h2.entry-title:after {
  display: none;
}
.showcase .arrow {
  position: absolute;
  z-index: 25;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  right: 0;
  line-height: 48px;
  text-align: center;
}
.showcase .arrow span {
  display: none;
}
.showcase .arrow.arrow-next:before {
  position: absolute;
  border: 10px solid transparent;
  content: '';
  right: -20px;
  top: 50%;
  margin-top: -10px;
  border-right-width: 0;
  border-left-color: #ffffff;
  right: 18px;
}
.showcase .arrow.arrow-prev {
  right: 49px;
  border-top-left-radius: 10px;
}
.showcase .arrow.arrow-prev:before {
  position: absolute;
  border: 10px solid transparent;
  content: '';
  left: -20px;
  top: 50%;
  margin-top: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
  left: 18px;
}
.showcase .arrow:hover {
  background: #000000;
}
.showcase nav {
  position: absolute;
  z-index: 25;
  left: 24px;
  bottom: 24px;
}
.showcase nav a {
  text-indent: -9999em;
  margin: 0 12px 0 0;
  display: inline-block;
  vertical-align: bottom;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.showcase nav a.selected {
  background: #ffffff;
}
.showcase nav a:hover {
  background: #ffffff;
}
.no-results .featured-image,
.single-attachment .featured-image,
.error404 .featured-image,
.singular .featured-image {
  display: block;
  background: #808080;
}
.no-results .featured-image img,
.single-attachment .featured-image img,
.error404 .featured-image img,
.singular .featured-image img {
  display: block;
  margin: 0 auto;
}
.no-results .entry-single,
.single-attachment .entry-single,
.error404 .entry-single,
.singular .entry-single {
  padding: 3.9999rem 10%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 19.9992px;
  font-size: 1.6666rem;
  line-height: 2.6666rem;
  color: #808080;
  font-weight: 300;
}
.no-results .entry-single h1,
.single-attachment .entry-single h1,
.error404 .entry-single h1,
.singular .entry-single h1 {
  font-size: 48px;
  font-size: 4rem;
  line-height: 5.3332rem;
  margin: 0 0 1.3333rem 0;
  letter-spacing: -0.025em;
}
.no-results .entry-single .post-meta-data,
.single-attachment .entry-single .post-meta-data,
.error404 .entry-single .post-meta-data,
.singular .entry-single .post-meta-data {
  display: inline-block;
  background: #e6e6e6;
  padding: 6px 12px;
}
.no-results .entry-single .post-meta-data .comment-count,
.single-attachment .entry-single .post-meta-data .comment-count,
.error404 .entry-single .post-meta-data .comment-count,
.singular .entry-single .post-meta-data .comment-count,
.no-results .entry-single .post-meta-data .post-lead-category,
.single-attachment .entry-single .post-meta-data .post-lead-category,
.error404 .entry-single .post-meta-data .post-lead-category,
.singular .entry-single .post-meta-data .post-lead-category {
  display: none;
}
.no-results.single-jetpack-portfolio .post-navigation,
.single-attachment.single-jetpack-portfolio .post-navigation,
.error404.single-jetpack-portfolio .post-navigation,
.singular.single-jetpack-portfolio .post-navigation {
  display: none;
}
.entry-header {
  text-align: center;
  margin-bottom: 3.9999rem;
  padding: 0 10%;
}
.widget {
  padding: 1.3333rem 48px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.3333rem;
}
.widget ul {
  list-style-type: none;
  padding-left: 0;
}
.widget ul ul {
  list-style-type: disc;
  padding-left: 3rem;
}
.widget ul:last-child {
  margin-bottom: 0;
}
.testimonials-wrapper {
  display: block;
  *zoom: 1;
}
.testimonials-wrapper:before,
.testimonials-wrapper:after {
  content: "";
  display: table;
}
.testimonials-wrapper:after {
  clear: both;
}
.testimonials-wrapper .testimonial {
  padding: 0 24px;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  margin-bottom: 1.3333rem;
}
.testimonials-wrapper .testimonial .entry {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.3333rem 24px;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 1.3333rem;
  position: relative;
}
.testimonials-wrapper .testimonial .entry:after {
  position: absolute;
  border: 12px solid transparent;
  content: '';
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
  left: 52px;
}
.testimonials-wrapper .testimonial .entry:before {
  position: absolute;
  border: 14px solid transparent;
  content: '';
  bottom: -14px;
  left: 50%;
  margin-left: -14px;
  border-bottom-width: 0;
  border-top-color: #e6e6e6;
  left: 52px;
}
.testimonials-wrapper .testimonial .entry p {
  margin-bottom: 0.66665rem;
}
.testimonials-wrapper .testimonial .entry p:last-child {
  margin: 0;
}
.testimonials-wrapper .testimonial .entry-meta h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 9.6px;
  font-size: 0.8rem;
  line-height: 1.3333rem;
  font-weight: bold;
  line-height: 60px;
}
.testimonials-wrapper .testimonial .entry-meta img {
  border: none;
  display: block;
  float: left;
  max-height: 60px;
  width: auto;
  border-radius: 60px;
  margin: 0 12px 0 24px;
}
.attachment .attachment-image {
  text-align: center;
  margin-bottom: 1.3333rem;
}
.attachment nav#image-navigation {
  margin-bottom: 1.3333rem;
  *zoom: 1;
}
.attachment nav#image-navigation:before,
.attachment nav#image-navigation:after {
  content: "";
  display: table;
}
.attachment nav#image-navigation:after {
  clear: both;
}
.attachment nav#image-navigation span {
  padding: 0 0;
  width: 33.33333333%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
}
.attachment nav#image-navigation span.image-previous {
  text-align: left;
}
.attachment nav#image-navigation span.image-parent {
  text-align: center;
  font-size: 19.9992px;
  font-size: 1.6666rem;
  line-height: 2.6666rem;
}
.attachment nav#image-navigation span.image-next {
  text-align: right;
}
.writer {
  position: relative;
  padding: 20px 20px 20px 120px;
  background: #f2f2f2;
  *zoom: 1;
  min-height: 80px;
}
.writer:before,
.writer:after {
  content: "";
  display: table;
}
.writer:after {
  clear: both;
}
.writer .avatar {
  position: absolute;
  left: 20px;
}
.writer p:last-child {
  margin-bottom: 0;
}
form.search-form {
  position: relative;
  width: 100%;
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.3333rem;
  margin-bottom: 2.6666rem;
}
form.search-form input.search-field {
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
form.search-form button.search-submit {
  position: absolute;
  top: 2px;
  background: transparent;
  padding: 7px;
  right: 2px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  vertical-align: bottom;
  color: #7f7f7f;
  border: none;
}
form.search-form button.search-submit:hover {
  color: #4c4c4c;
}
footer#footer {
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.3333rem;
}
footer#footer .footer-wrap {
  padding: 3.9999rem 0;
  text-align: center;
}
footer#footer .sep {
  margin: 0 24px;
  opacity: 0.3;
}
.sidebar-main {
  background: #e6e6e6;
  z-index: 60;
  position: relative;
  *zoom: 1;
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 2.6666rem;
  display: none;
}
.sidebar-main:before,
.sidebar-main:after {
  content: "";
  display: table;
}
.sidebar-main:after {
  clear: both;
}
.sidebar-main .column-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.sidebar-main .column {
  width: 33.333%;
  border-right: 1px solid #ffffff;
  padding: 1.3333rem 0;
}
.sidebar-main .column:last-of-type {
  border: none;
}
.sidebar-main .widget {
  font-family: 'Open Sans', sans-serif;
  color: #7f7f7f;
}
.sidebar-main .widget:before {
  display: block;
  width: 24px;
  border-top: 2px solid #cccccc;
  content: '';
  margin-bottom: 1.3333rem;
}
.sidebar-main .widget h3.widgettitle {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.55;
  font-size: 15.9996px;
  font-size: 1.3333rem;
  line-height: 1.3333rem;
  letter-spacing: 0.1em;
}
.sidebar-main .widget h3.widgettitle:before {
  display: none;
}
.sidebar-main .widget a {
  color: #3b3b3b;
}
#minor-sidebar {
  width: 58px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  overflow: auto;
  z-index: 50;
}
#minor-sidebar .menu-social-links a {
  display: block;
}
#minor-sidebar .menu-social-links a:before {
  color: #b3b3b3;
  display: block;
  width: 58px;
  line-height: 58px;
  border-bottom: 1px solid #f2f2f2;
  height: 58px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  vertical-align: bottom;
  font-size: 18px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#minor-sidebar .menu-social-links a:before:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#minor-sidebar .menu-social-links a:hover {
  text-decoration: none;
}
#minor-sidebar .menu-social-links a:hover:before {
  color: #000000;
}
#minor-sidebar .sidebar-footer-toggle a {
  display: block;
}
#minor-sidebar .sidebar-footer-toggle a:before {
  color: #b3b3b3;
  display: block;
  width: 58px;
  line-height: 58px;
  border-bottom: 1px solid #f2f2f2;
  height: 58px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  vertical-align: bottom;
  font-size: 18px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#minor-sidebar .sidebar-footer-toggle a:before:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#minor-sidebar .sidebar-footer-toggle a:hover {
  text-decoration: none;
}
#minor-sidebar .sidebar-footer-toggle a:hover:before {
  color: #000000;
}
#minor-sidebar .sidebar-footer-toggle a:before {
  content: '\f476';
  border-bottom-width: 58px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#minor-sidebar .sidebar-footer-toggle a.selected:before {
  background: #e6e6e6;
  content: '\f406';
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input.text,
textarea,
select,
input.settings-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  border: none;
}
.entry-archive-header {
  padding: 5.3332rem 10% 2.6666rem 10%;
}
.entry-archive-header .entry-archive-title {
  font-size: 48px;
  font-size: 4rem;
  line-height: 5.3332rem;
  text-align: center;
}
.entry-archive-header .category-description {
  font-size: 19.9992px;
  font-size: 1.6666rem;
  line-height: 2.6666rem;
}
.main .contributor {
  padding: 3.9999rem 10%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0;
  border-top: 1px solid #ffffff;
}
.main .contributor .avatar {
  border-radius: 100px;
  margin-right: 48px;
}
.main .contributor h2 {
  font-size: 36.624px;
  font-size: 3.052rem;
  line-height: 3.9999rem;
}
.main .contributor p {
  font-family: 'Open Sans', sans-serif;
  font-size: 19.9992px;
  font-size: 1.6666rem;
  line-height: 2.6666rem;
}
.projects-terms {
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
  line-height: 2.6666rem;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 3.9999rem 10%;
  font-family: 'Open Sans', sans-serif;
  background: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  border-top: 1px solid #ffffff;
  font-weight: bold;
}
.projects-terms a {
  margin: 0 24px;
}
table {
  width: 100%;
  border: none;
  border-top: 2px solid #ffffff;
  margin-bottom: 2.6666rem;
}
table caption,
table th {
  padding: 1.3333rem 24px;
  background: transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.3333rem;
  letter-spacing: 0.04em;
  font-weight: normal;
  text-align: left;
}
table td {
  padding: 1.3333rem 24px;
}
table tr {
  background: transparent;
  border-bottom: 1px solid #ffffff;
}
table tr:nth-child(odd),
table tr:nth-child(even) {
  background: transparent;
}
@media only screen and (max-width: 782px) {
  html {
    font-size: 67.5%;
  }
  .sidebar-main .column {
    border: none;
    width: 100%;
  }
  .sidebar-main .column-wrapper {
    display: block;
  }
  .sidebar-main .widget {
    padding: 1.3333rem 24px;
  }
  .showcase.post-archive article.post-has-thumbnail .entry {
    width: 60%;
  }
  .admin-bar .masthead,
  .masthead {
    left: -500px;
    z-index: 100;
  }
  .menu-on .masthead {
    left: 0;
    width: 100%;
  }
  .masthead .menu-close {
    display: block;
  }
  .secondary-masthead {
    display: block;
  }
  .main {
    margin-left: 0;
  }
  .main .post-archive article .entry {
    padding: 1.3333rem 10%;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 60%;
  }
  .main .post-archive article {
    width: 100%;
  }
  .main .comments-navigation,
  .main .post-navigation {
    padding-left: 5%;
    padding-right: 5%;
  }
  .showcase.post-archive article.post-has-thumbnail .entry {
    width: auto;
    left: 48px;
  }
  .error404 article.post-singular .entry-header,
  .singular article.post-singular .entry-header,
  .single-attachment article.post-singular .entry-header {
    padding-left: 5%;
    padding-right: 5%;
  }
  .content-comments ol.comment-list li.comment footer,
  .content-comments ol.comment-list li.trackback footer,
  .content-comments ol.comment-list li.pingback footer {
    padding-right: 1.3333rem;
  }
  .content-comments ol.comment-list li.comment footer img,
  .content-comments ol.comment-list li.trackback footer img,
  .content-comments ol.comment-list li.pingback footer img {
    max-width: 48px;
  }
  .content-comments ol.comment-list li.comment .comment-body,
  .content-comments ol.comment-list li.trackback .comment-body,
  .content-comments ol.comment-list li.pingback .comment-body {
    padding: 2.6666rem 1.3333rem;
  }
  .content-comments #respond {
    padding: 3.9999rem 10%;
  }
  .content-comments #respond p.form-allowed-tags {
    font-size: 15.9996px;
    font-size: 1.3333rem;
    line-height: 1.99995rem;
  }
  .content-comments #respond p.logged-in-as {
    text-align: center;
    margin-bottom: 2.6666rem;
  }
  .content-comments #respond p.comment-form-author input,
  .content-comments #respond p.comment-form-email input,
  .content-comments #respond p.comment-form-comment input,
  .content-comments #respond p.comment-form-url input,
  .content-comments #respond p.comment-form-author textarea,
  .content-comments #respond p.comment-form-email textarea,
  .content-comments #respond p.comment-form-comment textarea,
  .content-comments #respond p.comment-form-url textarea {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    line-height: 2.6666rem;
  }
  .content-comments #respond p.comment-form-author input:active,
  .content-comments #respond p.comment-form-email input:active,
  .content-comments #respond p.comment-form-comment input:active,
  .content-comments #respond p.comment-form-url input:active,
  .content-comments #respond p.comment-form-author textarea:active,
  .content-comments #respond p.comment-form-email textarea:active,
  .content-comments #respond p.comment-form-comment textarea:active,
  .content-comments #respond p.comment-form-url textarea:active,
  .content-comments #respond p.comment-form-author input:focus,
  .content-comments #respond p.comment-form-email input:focus,
  .content-comments #respond p.comment-form-comment input:focus,
  .content-comments #respond p.comment-form-url input:focus,
  .content-comments #respond p.comment-form-author textarea:focus,
  .content-comments #respond p.comment-form-email textarea:focus,
  .content-comments #respond p.comment-form-comment textarea:focus,
  .content-comments #respond p.comment-form-url textarea:focus {
    background: #ffffff;
  }
}
@media only screen and (max-width: 600px) {
  ol.commentlist ul.children {
    margin-left: 10px;
  }
  ol.commentlist li.comment.bypostauthor .reply,
  ol.commentlist li.trackback.bypostauthor .reply,
  ol.commentlist li.pingback.bypostauthor .reply,
  ol.commentlist li.comment .reply,
  ol.commentlist li.trackback .reply,
  ol.commentlist li.pingback .reply {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-top: 5px;
  }
  ol.commentlist li.comment.bypostauthor .reply a,
  ol.commentlist li.trackback.bypostauthor .reply a,
  ol.commentlist li.pingback.bypostauthor .reply a,
  ol.commentlist li.comment .reply a,
  ol.commentlist li.trackback .reply a,
  ol.commentlist li.pingback .reply a {
    padding: 5px 10px;
    line-height: 1;
  }
  .jetpack-testimonial-shortcode .testimonial-entry {
    clear: both;
    padding: 0;
    margin-bottom: 2.6666rem;
    width: 100%;
    border: none;
  }
  .gallery .gallery-item {
    width: 50% !important;
  }
}
@media print {
  .masthead .branding,
  .main,
  .singular .main,
  .singular .main article,
  .main article {
    width: 100%;
  }
  nav,
  footer,
  .widget,
  .sharedaddy,
  a.post-edit-link,
  a#header-image,
  #respond,
  form.searchform,
  .social_links,
  .sidebar,
  .taxonomies,
  #bit.loggedout-follow-normal,
  .col-sidebar {
    display: none;
  }
  .main article {
    width: 100%;
  }
  a {
    color: #7f7f7f;
  }
  p a {
    word-wrap: break-word;
  }
  p a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  footer,
  .content-comments {
    page-break-before: always;
  }
}
