/*
Theme Name: Divi Child
Template: Divi
Author: Child Theme Configurator
Version: 1.0.1426100582
Updated: 2015-03-11 19:03:02
*/

@charset "UTF-8";

.tk-social-goodreads a {
   font-size: 250%;
}

h1, h2, h3, h4, h5, h6 { 
   line-height: 156%;
}

/* CUSTOMIZED CLASSES */

#small-section {
   padding: 0px;
}

#small-module {
  margin-bottom: 0px;
  margin-top: -20px;
}

.grooveshark object { /*for reducing the height of the grooveshark widget*/
   height: 300px;
}

.et_pb_column_2_3 > .grooveshark { 
    height: 300px;
}

/*BACKGROUND IMAGE ON HEADER BAR*/

header#main-header {
  background-image: url(http://aisylum.com/dev/wp-content/uploads/2015/03/IMG_1388.jpg);
  background-repeat: no-repeat;
  background-size: 100%; 
  background-position-y: 40%;
}

/*WHITE MENU BAR*/

@media (min-width: 980px) {
  div#et-top-navigation {
    margin-left: -730px;
    width: 240%;
  }
}

div#et-top-navigation {
  background: #fff;
}

/*WHITE BACKGROUND ON BLOG BOXES, HOME PAGE */
@media (max-width:480px) {
  .et_pb_blog_grid .et_pb_post {
    border: 1px solid #d8d8d8;
    float: left;
    padding: 12px;
    background-color: #fff;
    word-wrap: break-word;
    width: 80%;
  }
}

/*ADDING HORIZONTAL LINE TO BLOG PAGE */
.et_pb_post {
  border-bottom: solid 1px #DDD;
  padding-bottom: 4%;
}