/* @override 
	http://trippadvice.com/wp-content/themes/read/style.css

/*
Theme Name:  Read (TrippAdvice.com)
Theme URI:   http://pixeloft.com
Author:      Pixeloft
Author URI:  http://pixeloft.com
Description: Responsive WordPress theme.
Version:     1.0
Text Domain: read
*/

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

/* WordPress Core -------------------------------------------------------------- */

.alignnone {
    margin: .4em 0 1.4em 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 1.8em auto;
}

.alignright {
    float: right;
    margin: .3em 0 2em 2em;
}

.alignleft {
    float: left;
    margin: .3em 2em 2em 0;
}

.aligncenter {
    display: block;
    margin: 1.8em auto;
	clear: both;
}

a img.alignright {
    float: right;
    margin: .3em 0 2em 2em;
}

a img.alignnone {
    margin: 1em 0;
}

a img.alignleft {
    float: left;
    margin: .3em 2em 2em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	color: #777777;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 1.4em 0;
}

.wp-caption.alignleft {
    margin: .3em 1.6em 1em 0;
}

.wp-caption.alignright {
    margin: .3em 0 1em 1.5em;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: .80em;
    margin: 0;
    padding: .2em .4em;
}

.sticky {

}

.gallery-caption {
    line-height: 1.4;
    color: #666;
}

.bypostauthor {

}

.alignleft:first-child,
.alignright:first-child {
	margin-top:1.2em;
}

header .social-share{
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}
header .social-share li{
  display: inline-block;
  
}
header .social-share li a{
  color: #333;
  font-size: 20px;
  transition: all .3s ease-in-out;
  padding: 5px 7px;
}
header .social-share li a:hover{
  /*color: #CE6607;*/
  color:#000; background-color:#f7f7f7; 
}
h1.site-title a{
  border: none;
}
header hgroup{
  padding-bottom: 0!important;
  padding-top: 0!important;
}
.header-signup{  
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.header-signup span{
  display: inline-block;
  font-size: 14px;
}
.header-signup form{
  display: inline-block;
  margin-left: 10px;
}
.header-signup form input{
  max-width: 202px!important;
  font-size: 14px!important;
  background: transparent!important;
  border-color: #555!important;
  color: #fff!important;
  padding: 9px 10px!important;
}
.header-signup form #submit-form{
  background-color: #636463;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 10px;
  position: relative;
  top: 2px;
  transition: all .3s ease-in-out;
}
.header-signup form #submit-form:hover{
  background: #444;
}
header h1.site-title{
  margin-bottom: 10px;
}
header.site-header.wrapper{
  padding-bottom: 60px;
}
header #nav li{
  padding: 10px 0;
}