  /*
Theme Name: 	Inside EVs Mobile Theme

Version: 		1.0
Author: 		CMS Web Solutions
Author URI: 	http://cmswebsolutions.com
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a img {
  border: none;
  outline: none;
}

.hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.clearfix {
  clear: both;
}

body {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  background: white;
}
body.menuactive {
  overflow: hidden;
}
body.menuactive header, body.menuactive main {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

nav {
  z-index: 5;
  width: 16em;
  position: absolute;
  left: -16em;
  top: 62px;
  background: #0271a4;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
nav ul {
  list-style-type: none;
}
nav ul li {
  display: block;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 1em;
  border-top: 1px solid #028ccc;
  border-bottom: 1px solid #015f8b;
}
nav.active {
  left: 0px;
  box-shadow: 10px -10px 50px black;
}

.menu {
  height: 62px;
  background: black;
  padding: 1em 0.5em;
  text-align: center;
  overflow: hidden;
}
.menu #menulink, .menu .gomobile, .menu .godesktop {
  text-decoration: none;
  float: left;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.2em 0.5em;
  background: none;
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.menu #menulink:hover, .menu #menulink:focus, .menu .gomobile:hover, .menu .gomobile:focus, .menu .godesktop:hover, .menu .godesktop:focus {
  color: #fccd3e;
}
.menu .gomobile, .menu .godesktop {
  float: right;
}
.menu img {
  height: 30px;
  margin: 0 auto;
}

header .logo {
  background: black;
}
header .scorecard {
  display: block;
  padding: 0.5em 0;
  background-color: #fccd3e;
  background: -webkit-gradient(linear, left top, left bottom, from(#fccd3e), to(#eab104));
  background: -webkit-linear-gradient(top, #fccd3e, #eab104);
  background: -moz-linear-gradient(top, #fccd3e, #eab104);
  background: -ms-linear-gradient(top, #fccd3e, #eab104);
  background: -o-linear-gradient(top, #fccd3e, #eab104);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  color: #9c0000;
}

header, main {
  max-width: 600px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

main blockquote p{
	margin: 1em 0;
}

main h2 {
  font-size: 1.3em;
  text-align: center;
  background: black;
  color: white;
  clear: both;
  padding: 0.2em 0.5em;
  border-bottom: 4px solid #0282bd;
}
main .content {
  padding: 0 0.8em;
}
main article {
  display: block;
  position: relative;
}
main article a {
  border-bottom: 1px solid #CCC;
  margin-bottom: 2em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  position: relative;
  display: block;
}
main article a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
main article a .date, main article a .flag {
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  top: 2em;
  padding: 0.5em;
  color: white;
  background: rgba(0, 0, 0, 0.8);
}
main article a .flag {
  background: rgba(128, 0, 0, 0.8);
}
main article a .text {
  padding: 1em;
  text-align: center;
}
main article a .text h3 {
  background: rgba(255, 255, 255, 0.9);
  color: #0282bd;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 0.9em;
  margin-bottom: 0.5em;
}
main article a .text p {
  color: #333;
}
main .details {
  margin-top: 1em;
  color: #666;
  font-size: 0.8em;
}
main .details a {
  text-decoration: none;
}
main .details .auth {
  color: #015f8b;
}
main .details .auth:hover, main .details .auth:focus {
  color: #0282bd;
  text-decoration: underline;
}
main .details .numcomments {
  color: #666;
  padding: 0 1em;
}
main .details .numcomments::before {
  content: url("img/comment.png");
  position: relative;
  left: -4px;
  top: 2px;
}
main #editor {
  font-family: "Helvetica", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 13px;
  color: #333;
  padding: 1em 0;
}

main #editor iframe{
	max-width: 100% !important;
}

main #editor img {
  max-width: 100%;
  height: auto;
}
main #editor p {
  margin: 1.25em 0;
  line-height: 19px;
  letter-spacing: 0.02em;
}
main #editor a {
  color: #015f8b;
  text-decoration: none;
}
main #editor a:hover, main #editor a:focus {
  color: #0282bd;
  text-decoration: underline;
}
main #editor blockquote {
  background: #F3F3F3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DDD;
  padding: 1em;
  color: black;
}
main #editor blockquote p {
  margin: 0;
}
main .wp-caption {
  max-width: 100%;
  padding: 0.5em;
  margin-bottom: 1.5em;
  text-align: center;
  background: #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #DDD;
}
main .wp-caption img {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0 none;
  width: 100%;
  height: auto;
}
main .wp-caption p {
  display: block;
  margin: 0.25em 0 !important;
  margin-top: 0.75em !important;
}

.single .social {
  margin: 1em 0;
}
.single .social ul {
  display: inline-block;
}
.single #comments {
  padding: 1em 0;
  overflow: hidden;
  margin: 1.5em 0;
  margin-top: 0;
  clear: both;
  color: #333;
}
.single #comments a {
  color: #015f8b;
  text-decoration: none;
}
.single #comments a:hover, .single #comments a:focus {
  color: #0282bd;
  text-decoration: underline;
}
.single #comments #cancel-comment-reply-link {
  color: maroon;
}
.single #comments ol.comment-list {
  font-size: 0.9em;
}
.single #comments ol {
  list-style-type: none;
}
.single #comments ol li.comment {
  display: block;
  background: #F6F6F6;
  border: 1px solid #DDD;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 1em 0;
  padding: 0.6em;
}
.single #comments ol li.comment .vcard {
  overflow: hidden;
}
.single #comments ol li.comment .vcard img {
  display: block;
  float: left;
  background: white;
  padding: 0.2em;
  margin-right: 0.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.single #comments ol li.comment .vcard cite {
  display: inline-block;
  height: 0.5em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0em;
  vertical-align: middle;
}
.single #comments ol li.comment .vcard .says {
  display: none;
}
.single #comments ol li.comment.even.parent {
  background: white;
}
.single #comments ol li.comment p {
  margin: 1em 0;
}
.single #comments ol li.comment a.comment-reply-link {
  color: #333;
  text-shadow: 1px 1px 1px white;
  font-size: 0.9em;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 0.5em;
  padding-bottom: 0.3em;
  margin: 0.2em 0;
  text-decoration: none;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #E3E3E3;
}
.single #comments ol li.comment a.comment-reply-link:hover, .single #comments ol li.comment a.comment-reply-link:focus {
  background: #EFEFEF;
  color: #0282bd;
}
.single #comments ol li.comment .comment-meta {
  margin-bottom: 1em;
}
.single #comments ol li.comment .comment-meta a {
  color: #333;
  text-decoration: none;
  font-size: 0.75em;
}
.single #comments ol li.comment .comment-meta a:hover, .single #comments ol li.comment .comment-meta a:focus {
  color: #0282bd;
  text-decoration: underline;
}
.single #comments #respond {
  margin: 20px 0;
  clear: both;
}
.single #comments #respond h3 {
  font-size: 1em;
  color: #0282bd;
}
.single #comments #respond form p {
  overflow: hidden;
  padding: 0.4em 0;
}
.single #comments #respond form input, .single #comments #respond form textarea {
  max-width: 100%;
  float: left;
  border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  padding: 0.3em 0.2em;
  outline: none;
}
.single #comments #respond form input:active, .single #comments #respond form input:focus, .single #comments #respond form textarea:active, .single #comments #respond form textarea:focus {
  border-color: #0282bd;
}
.single #comments #respond form textarea {
  width: 100%;
}
.single #comments #respond form label {
  font-size: 0.8em;
  color: #444;
}
.single #comments #respond form p.comment-form-comment label {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.single #comments #respond form #submit {
  clear: both;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px 6px;
  text-decoration: none;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #E3E3E3;
}
.single #comments #respond form #submit:hover, .single #comments #respond form #submit:focus {
  background: #EFEFEF;
  color: #0282bd;
}
.single #comments #respond form p.form-allowed-tags {
  display: none;
}
.single p.tags {
  letter-spacing: 0;
  font-size: 1.1em;
}
.single p.tags a {
  color: #015f8b;
  text-decoration: none;
}
.single p.tags a:hover, .single p.tags a:focus {
  color: #0282bd;
  text-decoration: underline;
}
.single .newsletter {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 1em;
}
.single .newsletter p {
  font-size: 0.7em;
  margin-bottom: 0.5em;
  color: #555;
}
.single .newsletter form {
  width: 100%;
}
.single .newsletter form .email {
  width: 75%;
  border: 1px solid #CCC;
  font-size: 0.9em;
  padding: 0.2em;
  outline: none;
}
.single .newsletter form .email:active, .single .newsletter form .email:focus {
  border-color: #0282bd;
}
.single .newsletter form .button {
  width: 20%;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px 6px;
  text-decoration: none;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #E3E3E3;
}
.single .newsletter form .button:hover, .single .newsletter form .button:focus {
  background: #EFEFEF;
  color: #0282bd;
}

ul.social {
  list-style-type: none;
  display: block;
}
ul.social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.2em;
}

.pagination {
  margin-bottom: 1em;
}
.pagination .left, .pagination .right {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  float: right;
  font-size: 1.1em;
  padding: 1em;
}
.pagination .left a, .pagination .right a {
  text-decoration: none;
  color: black;
}
.pagination .left {
  float: left;
}

.form {
  clear: both;
  background: #0282bd;
  padding: 1em 0;
}
.form form {
  width: 90%;
  margin: 0 auto;
  padding-left: 1.8em;
  font-size: 1.1em;
  background: white url("img/search.png");
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form form input {
  background: none;
  font-size: 0.8em;
  border: none;
  padding: 0.4em 0;
}
.form form button {
  float: right;
  cursor: pointer;
  height: 2.2em;
  border: 1px solid #8ec1da;
  background-color: #ddeef6;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
  -o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
  -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
  -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
  text-shadow: 0 1px #fff;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #014e71;
  padding: 0.25em 1em;
}

footer {
  clear: both;
  border-top: 1px solid #CCC;
  padding: 1em;
  color: #666;
  font-size: 0.8em;
}
footer a {
  text-decoration: none;
  color: #777;
}
footer a:hover, footer a.focus {
  color: #0282bd;
}

/* --------------------------------------------------------------  
   Basic WordPress Blog Styles
-------------------------------------------------------------- */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

div.gallery br {
  display: block;
  margin: 1em 0;
}
div.gallery dl {
  vertical-align: top;
  width: 30%;
  margin: 1em 1%;
  display: inline-block;
}
div.gallery dl dt img {
  display: block;
  margin: 0.5em auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DDD;
}
div.gallery dl dd {
  text-align: center;
  background: #DDD;
  border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.previous-post {
  float: left;
}

.next-post {
  float: right;
}

.post-nav {
  float: left;
  clear: both;
  margin-bottom: 15px;
  width: 100%;
}

/*********************
Comments
*********************/
#respond {
  margin: 20px 0;
}

#respond label {
  display: block;
  font-weight: bold;
}

#respond form .form-allowed-tags {
  padding: 5px;
  background: #eee;
}