/*
Theme Name:         Bogost
Theme URI:          http://bogost.com
Description:        Website of Ian Bogost
Version:            1.0.0
Author:             Alex Hertz
Author URI:         http://hey.al
*/

/* fix for search display bug in firefox */
@-moz-document url-prefix() {
  .navbar-default .search-wrapper {
      margin-top: 0 !important;
      width: 480px;
  }
}



.single .banner {
  padding: 0;
}

.single .banner .container {
  width: 100%;
  padding: 3.0em 0;
}

.single .banner #container-gradient {
  width: 100%;
  padding: 3.0em 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

article div .inlinehead {
  font-family:"museo-slab",serif;font-weight:700;line-height:1.1;color:inherit;
  font-size:28px;
  page-break-after:avoid;
  margin-top:26px;
  margin-bottom:13px;
}

footer .widget a {
  color: #c9242f !important;
}

footer .widget a:hover {
  color: #9e1c25 !important;
  text-decoration: none;
}

footer #social-icons-list .site-label {
  margin-left:0.5em;
}

footer div.social-icons-list-item {
  float:left; margin-right: 0.5em;
}

footer div.widget-inner ul li {
	line-height: 1.5em;
}

main div.buy-image {
  float:left;
  height:150px;
  width:150px;
  margin:0.5em;
  background-position: center 15%;
}

footer img.buy-image {
  height:150px;
  width:auto;
  margin:0.2em;
}

footer div.buy-image {
  float:left;
  width:70px; 
  height:70px; 
  background-position: center 15%;
  margin:0.2em;
}

main article div p, div main p {
 font-size: 20px;
 line-height: 1.5;
}

.text_small {
  font-size: 12pt;
}

.site-title, 
body.category header.banner, 
body.home.page-template-template-home-php header.banner {
  display:none;
}

main article div figure {
  margin: 0 auto;
  margin-top:1em;
  margin-bottom:1em;
  width: 90%;
}

.single aside.pullquote, 
.single aside.pullquote span  {
  font-size: 20pt !important;
  line-height: 1.2em;
}

main div.date {
  text-align:right;
  margin-bottom:1.0em;
}


@media (max-width : 568px)  {
  .main {
    padding: 0 !important;
  }

  .main article {
      padding: 15px;
  }
}