/*
Theme Name:  Read Child
Theme URI:   http://themeforest.net/user/pixelwars/portfolio?ref=pixelwars
Author:      Pixelwars
Author URI:  http://themeforest.net/user/pixelwars?ref=pixelwars
Template:    read
Description: Read is a responsive minimalist WordPress theme.
Version:     2.4
License:     ThemeForest License
License URI: http://themeforest.net/licenses?ref=pixelwars
Tags:        light, dark, white
Text Domain: read
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/

/* FONTS */
html, button, input, select, textarea, .toggle h4 { font-family: 'Lora', Georgia, serif; }
h1, h2, h3, h4, h5, h6, .main-navigation ul li, dt { font-family:"Domine", Georgia, serif; }
h1.site-title, h1.site-title a { font-family:"Domine", Georgia, serif; }

.single-post .attachment-post-thumbnail {
  display: none;
}

/* COLORS */
/* Text Selection */
::selection, ::-moz-selection {
  background: #FF9;
}


/* HEADER */
h1.site-title {
  font-size: 4em;
  letter-spacing: -1px;
  line-height: 1.05em;
  margin-bottom: 0;
}
h1.site-title a {
  border-bottom: none;
}
.site-description {
  color: #666;
  font-size: 1.6em;
  font-weight: 400;
  margin-top: 0;
}
.site-header hgroup {
  padding: 1.5em 0 1.875em 0;
}
.adLBTop {
padding-bottom:20px !important;
}

#dhLogoSVG {
    width:150px !important;
    fill:#0072B4 !important;
    margin:0 auto;
    
}

.display-posts-listing .listing-item {
	clear: both;
	padding-bottom: 30px;
}

.display-posts-listing .title {
    font-size: 18px;
    color: #444;
    font-weight: bold;
}

.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
}

.ntvBoap {
    float: none !important;
}


/* NAVIGATION */
.main-navigation ul li {
  display: inline;
  padding: .4em 0 1em;
}

ul.icon-navigation {
  font-size: 1.4em;
  margin: 0 35px;
}
ul.icon-navigation i {
  font-size: 1.4em;
  opacity: .6;
}
.icon-navigation img {
  height: auto;
  margin: 0 5px;
  opacity: .6;
  width: 20px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  display: block;
}


/* IMAGES */

/* Don't wrap images when it looks bad */
.entry-content .no-wrap, .entry-content .wp-caption.no-wrap {
  display: block;
  float: none;
  margin: 0 auto 10px;
}


/* WIDGETS */



/* Facebook Like button fix */
div.fb-like span {
  height: 16px !important;
}
.fb-like iframe {
  height: 20px !important;
  width: 100px !important;
  
}
.fb-like iframe.fb_iframe_widget_lift {
  height: 200px !important;
  width: 450px !important;
}


/* Facebook comment count styles */
.comment-count {
  display: inline-block;
  margin: 0 .8em;
}
.comment-count i {
  font-size: 1.5em;
  margin-right: .1em;
}
.comment-count a {
  border-bottom: 0;
}
div.fb-comments-count {
  margin: -2em 0 0 2em;
}

/* Subscribe by E-mail tweak */
#subscribe-by-email-form input.button {
  max-width: 200px;
}

/* Change post level hyperlinks */
.entry-content a {
  color: #2a5db0;
}
.entry-content a:hover {
  color: #144a7c;
}

/* Photogallery Rail Widget */
.gallery-rail-widget {
  display: inline-block;
}
.gallery-rail-item {
  padding: 0 2.5%;
  width: 45%;
}
.gallery-rail-item.left {
  clear: left;
  float: left;
}
.gallery-rail-item.right {
  clear: right;
  float: right;
}
.gallery-rail-item > a:hover {
  border-bottom: 0;
}
.gallery-rail-item p {
  margin: 2px 0 20px;
}


/* Media Queries */
@media (min-width: 979px) and (max-width: 1200px) {
  ul.icon-navigation {
    font-size: 1.2em;
  }
  .icon-navigation img {
    width: 18px;
  }
}

@media (min-width: 767px) and (max-width: 979px) {
  .main-navigation ul li {
    margin: 0 0.75em;
  }

  ul.icon-navigation {
    font-size: 1em;
  }
  .icon-navigation img {
    width: 15px;
  }

  .widget input[type=text], .widget textarea {
    margin-right: 0;
    width: 90%;
  }

  #secondary .flickr-badges {
    margin-right: -2em;
  }
}

@media (max-width: 767px) {
  h1.site-title {
    font-size: 3em;
    margin: .16em 0;
  }
  .site-description {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  h1.site-title {
    font-size: 2.5em;
  }
  .site-description {
    font-size: 1em;
  }
}