/*
Theme Name: Mobile Moxie
Author: Roger Johnston
Author URI: http://www.rogerjohnston.com/
Description:
Version: 1.0
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

a.read-more {
	background: transparent none repeat scroll 0 0;
    border: 2px solid #19aeeb;
	box-shadow: none !important;
    color: #19aeeb;
    font-size: 12px;
    padding: 7px 18px 6px;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

a.read-more:hover,
a.read-more:active {
	background:#19aeeb;
	color:#fff;
	border-color:#19aeeb;
}

.post {
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  padding: 20px 20px 40px;
}

.post h2 {
  letter-spacing: -0.02em;
  text-transform: none;
}

.post-date {
  color: #999;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1px;
  text-transform: uppercase;
}

.widget {
  background: rgba(220, 220, 220, 0.25) none repeat scroll 0 0;
  margin: 10px 0;
  padding: 25px;
}

.widget ul {
  font-size: 14px;
  list-style: outside none none;
  padding-left: 0;
}

.widget > h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.post-navigation {
  padding: 40px 0 100px;
  color:#999;
}

.post-navigation::after {
  content: " ";
  display: table;
  clear:both;
}

.post-navigation a {
	color:#999;
}

.post-navigation .screen-reader-text {
  display: none;
}

.nav-previous, .nav-next {
  display: inline-block;
  font-size: 13px;
  width: 49.5%;
}

.nav-previous {
	text-align:left;
	float:left;
}

.nav-previous:before {
	content:"\f0a8";
	font-family:'FontAwesome';
	padding-right: 7px;
}

.nav-next {
	text-align:right;
	float:right;
}

.nav-next:after {
	content:"\f0a9";
	font-family:'FontAwesome';
	padding-left: 7px;
}

.nav-links .meta-nav {
  display: none;
}
.nav-links .screen-reader-text {
  display: none;
}
.ssba {
  margin-left: -3px !important;
}
embed, iframe, img, object, video {
	max-width: 100%;
}

.alphabet {
	font-size: 5px !important;
}
