/* @import "//fonts.googleapis.com/css?family=Comfortaa:400,300,700|Source+Sans+Pro:400,300,300italic,700"; */
@import "../twentythirteen/style.css";

/*
Theme Name:     Curatescape (Twenty Thirteen)
Theme URI:      http://curatescape.org/
Description:    Child theme for Twenty Thirteen theme, branded for Curatescape 
Author:         Erin Bell
Author URI:     https://curatescape.org/
Template:       twentythirteen
Version:        1.1
*/

/* Sorry, this stylesheet is a hot mess... */

/* Typography */
html,
body,
button,
input,
select,
textarea,
.menu-toggle,
.widget .widget-title,
.comment-reply-title,
.comments-title,
.page-title,
.archive-title,
.archive-meta,
.author-description .author-title,
.attachment .entry-title,
.format-link .entry-title,
.site-description {
  /*   font-family: "Source Sans Pro", Helvetica, Verdana, sans-serif; */
}
.post-type-archive-projects h1.archive-title {
  display: none;
}
.search-results h1.page-title,
.archive-title,
.archive-meta {
  text-align: center;
  padding: 30px 0 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*   font-family: "Comfortaa", "Helvetica Neue", Helvetica, sans-serif; */
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-bottom: unset;
}
.entry-meta,
h6,
.site-description,
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
  text-transform: uppercase;
}
.entry-title {
  margin: 1em 0 1em;
}
.blog .entry-title,
.single-projects .entry-title,
.single-post .entry-title {
  margin: 1em 0 0.5em;
}
.comments-link {
  display: none;
}
p {
  font-size: 1.1em;
}
::placeholder {
  color: #666;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
  max-width: 700px;
}

ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: unset;
}
.site-info {
  padding: 30px 1.5em;
}
.site-info .social {
  padding: 5px 10px;
  background: #fafafa;
  margin: 0 7px 14px;
  display: inline-block;
  vertical-align: middle;
}
.site-info .social:hover {
  background: #58595b;
  color: #fafafa;
  text-decoration: none;
}

.page-template h2 {
  margin: 40px 0 25px;
}

@media all and (max-width: 35em) {
}

.copyright {
  color: #aaa;
  margin-top: 2em;
  font-style: italic;
}

.entry-content {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
}

@media all and (max-width: 35em) {
  .format-quote .entry-content blockquote {
    font-size: 18px;
  }
}

/* PROJECT ARCHIVE */
h2.featured-projects-header {
  padding-top: 2em;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  max-width: 1080px;
}
.additional-projects-outer {
  background: #eaeaea;
}
.additional-projects-outer.paid {
  background: #fff;
}
.additional-projects {
  margin: 0 auto;
  padding: 1em;
  max-width: 1080px;
}
.additional-projects h2 {
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
.additional-projects ul {
  column-count: 2;
  column-gap: 50px;
  padding: 0;
  list-style-position: inside;
}
.additional-projects ul li {
  display: inline-block;
}
@media all and (max-width: 60em) {
  .additional-projects ul {
    column-count: 1;
    column-gap: 0;
  }
  .additional-projects ul li {
    display: block;
  }
}
.additional-projects ul li {
  margin-bottom: 1em;
}
.additional-projects ul li a {
  font-weight: bold;
}
.additional-projects ul li a:visited {
  color: #2e5e74;
}
.post-type-archive-projects .archive {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  max-width: 1080px;
  margin: 3em auto 0;
}
.post-type-archive-projects .archive article {
  flex-grow: 1;
  width: 25%;
  margin: 0 1em;
}

@media all and (max-width: 55em) {
  .post-type-archive-projects .archive article {
    width: 33%;
  }
}

@media all and (max-width: 35em) {
  .post-type-archive-projects .archive article {
    width: 100%;
  }
}

.post-type-archive-projects .archive article .entry-header .entry-meta {
  border-bottom: none;
}

.projectsite a {
  word-wrap: break-word;
}
.projectsite a,
.projectsponsor a {
  display: inline-block;
}

.archive article.type-projects .archive-thumb,
.archive article.type-projects .archive-text {
  float: none;
  display: block;
  margin: 0;
  width: 100%;
}

.archive .type-projects .archive-thumb {
  background-color: #eaeaea;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 10em;
  box-shadow: 0 0 3px #777;
}

.archive .type-projects .archive-thumb.opensource-thumb {
  background-size: 60%;
}

.archive .type-projects .archive-text {
  padding-top: 1em;
}

.post-type-archive-projects .hentry {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
}

.search-results article.projects div.entry-thumbnail img {
  margin: 0 0 1em 0;
  width: 100%;
}

/* Animations and Transitions */
h1,
h2,
h3,
h4,
h5,
h6,
p,
aside,
#hero {
  transition: all 0.5s ease;
}

nav,
a {
  transition: all 0.25s ease;
}

nav {
  text-transform: uppercase;
}

hr {
  clear: both;
}
.hidden {
  display: none;
}

a:active,
a:hover,
a:visited,
.entry-title a:hover,
.entry-content a:hover,
.comment-content a:hover,
.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.navigation a:hover,
.navigation a:active,
.navigation a.focus,
.comment-meta a:hover,
.widget a:hover {
  color: #2e5e74;
}
.entry-title a,
.entry-title a:visited {
  color: #141412;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.paging-navigation a:hover .meta-nav {
  background: #2e5e74;
}

a,
.entry-content a,
.site-footer .widget a {
  color: #2e5e74;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked,
.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover,
.form-allowed-tags,
.form-allowed-tags code,
.site-footer,
.site-footer a {
  color: #58595b;
}

.paging-navigation .meta-nav {
  background-color: #58595b;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
  background: #58595b;
  border: 1px solid #58595b;
  color: #fff;
}

.format-chat {
  background-color: #dadada;
}

.format-status .entry-content a {
  color: #dadada;
}

.comment-respond {
  background-color: #efeff0;
}

.format-status .entry-meta a {
  color: #efeff0;
}

.format-video,
.toggled-on .nav-menu li a:hover,
.toggled-on .nav-menu ul a:hover,
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
.format-audio {
  background-color: #2e5e74;
  color: #efeff0;
}

.format-audio .entry-title a,
.format-video .entry-title a {
  color: #dadada;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover,
.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
  color: #efeff0;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.entry-meta a,
.entry-meta a:hover,
.entry-content a,
.comment-content a,
.format-link .entry-title a,
.navigation a,
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login,
.widget a,
.format-chat .entry-meta a,
.format-chat .entry-content a,
.format-chat .chat .chat-timestamp,
.format-gallery .entry-meta a,
.format-gallery .entry-content a,
.format-link .entry-title a {
  color: #2e5e74;
  font-style: normal;
}

#map-canvas #iw-content {
  min-width: 10em;
  text-align: center;
}
#map-canvas #iw-content h4 {
  font-size: 0.75em;
  padding: 0 0 10px 0;
  margin: 0;
  display: inline-block;
  line-height: 1em;
  border-bottom: 1px dotted #ccc;
}
#map-canvas #iw-content h4 a {
  color: #999;
}

#map-canvas #iw-content img {
  max-width: 10em;
  margin: 0 auto;
  display: block;
  padding: 1em;
}

.header-logo {
  max-height: 2.8em;
  display: inline-block;
  float: left;
  border-radius: 50%;
  border: 2px solid #fff;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
  color: #ddd;
}
a:hover .header-logo {
  opacity: 1;
}

.format-status {
  background-color: #2e5e74;
}

.format-status a:hover,
.format-status .entry-meta a:hover {
  color: #fafafa;
}

.format-gallery {
  background-color: #2e5e74;
}

.format-gallery,
.format-gallery .entry-title a,
.format-gallery .entry-meta a,
.format-gallery {
  color: #fafafa;
}

.format-gallery .entry-content a {
  color: #eaeaea;
}
.nav-menu .sub-menu,
.nav-menu .children {
  border: 2px solid #15455b;
}

.navbar,
.format-aside,
.format-link,
.comment-respond,
.no-comments {
  background-color: #efeff0;
}

.format-quote .entry-content,
.format-quote .entry-meta,
.format-status .entry-meta a,
.format-status .entry-content,
.single-format-status .author-description {
  color: #efeff0;
}

.site-footer {
  background-color: #15455b;
  color: #ccc;
}

.attachment .hentry,
.paging-navigation,
.archive-header,
.page-header,
.error404 .page-wrapper {
  background-color: #eaeaea;
}

.error404 .page-title:before {
  color: #eaeaea;
}

.wp-caption .wp-caption-text,
.entry-caption,
.format-video .entry-meta {
  color: #241c15;
}

.gallery-caption {
  color: #efeff0;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li a:active,
.nav-menu .sub-menu,
.nav-menu .children,
.site-footer .sidebar-container {
  background-color: #241c15;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #241c15;
}

.format-quote {
  background-color: #1a1a1a;
}

button,
input,
textarea {
  border-color: transparent;
}

.site-header .search-field {
  transition: filter 0.75s linear;
}
.site-header .search-field:focus {
  border-color: #fff !important;
}
.site-header .search-field:not(:focus) {
  filter: invert(100%);
}

input:focus,
textarea:focus,
.site-header .search-field:focus {
  border-color: #dadada;
}

a.button {
  color: #fafafa;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
}

a.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #2e5e74;
}

a.button:hover,
button:hover,
button:active,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #241c15 !important;
  color: #fff !important;
}

a.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background: #2e5e74;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside,
.blog .format-link:first-of-type,
.single .format-link:first-of-type {
  box-shadow: none;
}

/* Header */
.site {
  max-width: none !important;
  border: none;
}
.site-header {
  padding-top: 2.75em;
}
.navbar {
  margin-top: -2.75em;
  max-width: none !important;
}
.nav-menu li a {
  color: #fff;
}
.site-header .logo-container {
  max-width: 90%;
  margin: 0 0 0 3px;
  position: absolute;
  z-index: 999;
}

.site-header .logo-container-inner {
  max-width: 1080px;
  width: 100%;
  margin: 3em auto 0;
}

.site-header .logo-container img {
  width: 50%;
}

.main-navigation {
  max-width: none;
}
@media all and (min-width: 643px) {
  ul#menu-main-menu {
    text-align: center;
  }
}
@media all and (max-width: 643px) {
  ul.sub-menu {
    margin: 0 !important;
    border: 0 transparent none !important;
    display: block !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    background: rgba(0, 0, 0, 0.2) !important;
    clip-path: unset !important;
  }
  .sub-menu a {
    color: #fff !important;
  }
}

#hero {
  min-height: 60vh;
  background: radial-gradient(at right 90%, #ddd, #eee, #fff) #eaeaea;
}
img.slider-logo {
  width: calc(100% - 1em);
  max-width: 450px;
  margin-bottom: 25px;
  box-shadow: -10px -10px 0 #aaa, -20px -20px 0 #ddd, -30px -30px 0 #fff;
}
.no-slider .site-header .logo-container,
.no-slider .site-header #slider,
.no-slider .site-header ul#position {
  display: none;
}
.no-slider #hero {
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
  color: #fff;
}

.navbar {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: inherit;
  background: #15455b;
  padding: 10px;
}

@media all and (min-width: 50em) {
  .navbar {
    position: fixed;
    z-index: 9999;
  }
  .search-results h1.page-title,
  .archive-title,
  .archive-meta {
    padding-top: 45px;
  }
}
/* content widths */

/* Home */
.home #content .genericon {
  display: block;
  text-align: center;
  width: 100%;
  height: 4.5em;
}

.home #content .genericon::before {
  font-size: 4em;
}
.home h2 {
}

.home #content h2 {
  text-align: center;
  margin-top: 0;
}

.home #content {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0;
}

.home article.hentry {
  padding: 3em 1em 4em;
  position: relative;
  width: 33%;
  color: #fff;
  flex-grow: 1;
}
.home article.hentry .button {
  background: #2987b3;
}
.home article.hentry p {
  margin-bottom: 1em;
  padding: 0 1em;
}
.home article.hentry p a,
.home-page-contact-inner a {
  color: inherit;
  text-decoration: underline;
}
.home article.hentry .button {
  position: absolute;
  bottom: 18px;
  left: 2em;
}

.hentry.third.first {
  background-color: #15455b;
}
.hentry.third.middle {
  background-color: #2987b3;
}
.hentry.third.middle .button {
  background: #445a66;
}
.hentry.third.last {
  background-color: #445a66;
}

@media all and (max-width: 50em) {
  .home article.hentry .button {
    position: unset;
    margin: 1em;
    width: unset;
  }
  .home #content {
  }
  .home article.hentry {
    width: 50%;
  }
  .home article.hentry:nth-child(3) {
    width: 100%;
  }
}
@media all and (min-width: 35em) and (max-width: 50em) {
  .home article.hentry:nth-child(2) a.button,
  .home article.hentry:nth-child(1) a.button {
    position: absolute;
    bottom: 18px;
    left: 1em;
  }
  .home article.hentry:nth-child(2) p,
  .home article.hentry:nth-child(1) p {
    padding: 0 1em;
  }
}
@media all and (max-width: 35em) {
  .home #content {
    display: block;
  }
  .home article.hentry,
  home article.hentry:nth-child(3) {
    width: 100%;
    max-width: none !important;
    margin: 0 auto !important;
  }
}
@media all and (max-width: 643px) {
  .home #content article.hentry .entry-content {
    padding: 0;
  }
}
/* Contact */
.wpcf7 form input[type="submit"] {
  background: #2987b3;
}
.wpcf7 form input[type="submit"]:hover {
  background: #445a66 !important;
}
.wpcf7 form textarea {
  width: 100%;
}
.wpcf7 {
  color: #241c15;
}

.wpcf7 label {
  color: #777;
}

.wpcf7 input,
.wpcf7 textarea {
  border: 1px solid #999;
  padding: 10px;
  border-radius: 3px;
}

/* Home: Contact */
.home .wpcf7 form .wpcf7-response-output {
  color: #fff;
}
.home .wpcf7 form p:nth-child(6) {
  margin-bottom: 0;
}
#homepage-contact {
  background: #445a66;
  color: #fff;
  padding: 2em 0 5em;
}
#homepage-contact h2 {
  text-align: center;
}
#homepage-contact aside {
  margin: 0 auto;
  padding: 0 1.5em;
}
#homepage-contact label {
  color: #ddd;
}
#homepage-contact button,
#homepage-contact input,
#homepage-contact textarea {
  border-color: transparent;
}
.home-page-contact-inner {
}
.home-page-contact-inner > div {
  max-width: 50em;
  margin: 0 auto;
}
.home-page-contact-inner .wpcf7 {
  padding: 1em 0 0;
  background: transparent;
}

/* Home : Featured */
#featured-project {
  background: #eee;
  padding: 2em 0 5em;
  text-align: center;
}
#featured-project aside {
  margin: 0 auto;
}
#featured-projects-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 0 1.5em;
}
#featured-projects-grid a {
  width: 33%;
  display: inline-block;
  padding: 0.5em;
  flex-grow: 1;
}
@media all and (max-width: 60em) {
  #featured-projects-grid a {
    width: 50%;
  }
}
@media all and (max-width: 30em) {
  #featured-projects-grid a {
    width: 100%;
  }
}
#featured-projects-grid a img {
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
}
/* Projects */
body.single-projects .project-thumbnail {
  background: #eaeaea;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  border: 0 none transparent !important;
}
body.single-projects .project-thumbnail a {
  border-radius: 5px;
  border: 0 none transparent !important;
}
body.single-projects .project-thumbnail img {
  max-height: 23em;
  width: auto;
  display: block;
  margin: 0 auto 2em;
  border-radius: 5px;
  border: 0 none transparent !important;
}

body.single-projects .project-thumbnail.opensource-thumb img {
  max-height: 18em;
  padding: 1em;
}

body.single-projects #links {
  display: inline-block;
  margin: 0 0 1.5em 0;
}

body.single-projects #links .social a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.entry-meta > span{
  margin-right: 10px;
}

.opensource {
  display: inline-block;
  margin: 0.5em 0 1em;
  text-align: center;
  background: #2987b3;
  padding: 3px 9px;
  border-radius: 5px;
}
.opensource a {
  color: #fff;
  font-style: italic;
}
.opensource a:hover {
  color: #eaeaea;
}

body.single-projects .entry-content .genericon {
  vertical-align: middle;
  margin-right: 0.25em;
}

/* Archives */
.archive-header .term-description {
  /*   font: italic 300 16px "Source Sans Pro", Helvetica, sans-serif; */
  margin: -2.5em auto 0;
  max-width: 1040px;
  padding: 30px 0;
  width: 100%;
  display: block;
}

.archive .entry-header {
  min-height: 5em;
}
.project-archive-thumb {
  display: inline-block;
}
.project-archive-thumb img {
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
}

.archive .archive-text {
  clear: right;
  display: inline-block;
  float: right;
  height: auto;
  margin-left: 5%;
  width: 74%;
}

/* --- */
.entry-header .entry-meta {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
}

.entry-siblings,
.entry-children {
  background: #f2f2f2;
  padding: 0.5em 1em;
}

/* Footer */
footer img.curatescape-footer-logo {
  max-width: 25em !important;
  margin: 0 auto;
  display: block;
}

footer img.sponsor {
  width: 100%;
  transition: transform 0.25s linear;
}

footer img.sponsor:hover,
#featured-projects-grid a:hover,
.project-archive-thumb:hover {
  transform: scale(1.05);
}

footer input {
  color: inherit;
  width: 100%;
  background-color: auto;
  margin-bottom: 7px;
  padding: 10px;
  color: #241c15;
}
footer input[type="submit"] {
  background: #2e5e74;
  border: 1px solid #2e5e74;
  padding: 10px;
  border-color: #dadada;
  text-transform: uppercase;
}

footer .sponsors {
  display: flex;
  max-width: 50em;
  margin: 0 auto;
  font-size: 16px;
  padding: 1em 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

footer .sponsors a {
  width: 40%;
  margin-bottom: 2em;
}

@media all and (max-width: 500px) {
  footer .sponsors {
    flex-direction: column;
    text-align: center;
  }
  footer .sponsors a {
    width: 100%;
  }
  footer .sponsors a img {
    text-align: center;
    max-width: 80%;
  }
}

/* Media */
iframe,
article img,
div.wp-audio-shortcode,
div.format-audio,
.format-audio .wp-audio-shortcode {
  max-width: 100% !important;
}

iframe,
object,
embed {
  width: 100%;
  max-width: 100%;
}

/* Swipe.js */

#position {
  list-style-type: none;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: -3em auto 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

@media all and (min-width: 60em) {
  #position {
  }

  #position li {
  }
}

#position li:hover {
  cursor: pointer;
}

#position li {
  display: inline-block;
  height: 0.85em;
  width: 0.85em;
  color: transparent;
  border-radius: 50%;
  background: #999;
  border: 1px solid #fff;
  margin: 0 0.5em;
}

#position li.current {
  background: #fff;
  border: 1px solid #999;
  box-shadow: 0 0 0.25em #eee inset;
}

#position li:first-child {
  margin-left: 0;
}

#slider {
  box-shadow: 0 -1em 1em rgba(0, 0, 0, 0.25) inset;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}

.swipe-inner-html {
  background-repeat: repeat;
  padding: 0 1em;
  text-align: center;
  background-size: cover, 70%;
  display: flex;
  flex-direction: column;
  min-height: 60vh;
  justify-content: center;
}
.swipe-inner-html .slide-text {
  max-width: 500px;
  margin: 0 auto;
}
.swipe-inner-html .slide-text h2 {
  font-size: 38px;
  margin: 15px 0 15px 0;
}
.swipe-inner-html .slide-text p {
  font-size: 1.6em;
  text-shadow: 0 0 3px #fff;
}
@media all and (max-width: 37em) {
  img.slider-logo {
    box-shadow: -5px -5px 0 #aaa, -10px -10px 0 #ddd, -15px -15px 0 #fff;
  }
  img.slider-logo {
    width: 80%;
  }
  .swipe-inner-html .slide-text {
    width: 80%;
  }
  .swipe-inner-html .slide-text h2 {
    font-size: 24px;
  }
  .swipe-inner-html .slide-text p {
    font-size: 1.2em;
  }
}

.blog article img,
.single-post article img,
video {
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #aaa;
  margin-bottom: 1em;
}

/* mailchimp newsletter */
#mc-newsletter {
  background: #241c15;
  color: #fff;
  padding: 2em 0 5em;
  text-align: center;
}
.mc-newsletter-inner {
  max-width: calc(50em + 3em);
  margin: 0 auto;
  padding: 0 1.5em;
}
.mc-newsletter-inner input[type="email"] {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 10px;
  border-radius: 3px;
}
#mc_embed_signup {
  max-width: 50em;
  margin: 0 auto;
  text-align: left;
}
.optionalParent {
  display: flex;
}
.brandingLogo {
  flex-shrink: 1;
}
.brandingLogo img {
  max-width: 100%;
}

.newsletter-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 3em auto 0;
  width: 100%;
}
.newsletter-social a {
  background: transparent;
  color: #fff;
  margin: 0 2%;
  border-radius: 50%;
}
.newsletter-social a:hover {
  background: #2987b3;
  overflow: hidden;
}
.newsletter-social .genericon::before {
  font-size: 2em;
  line-height: 1.75em;
}
.newsletter-social .genericon {
  display: block;
  text-align: center;
  width: 3.5em;
  height: 3.5em;
}
.newsletter-social .genericon::before {
}
