/*   
Theme Name: moovit new features
Description: What's New Template
Author: Daniel Sagi
Version: 1.1
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

a {
  text-decoration: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

body {
  background: #fff;
  color: #292A30;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  width: 100%; }

.content-container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px; }
  .content-container.features {
    background: #ECF0F1; }
  @media only screen and (min-width: 768px) {
    .content-container.post {
      max-width: 460px; } }

header {
  background: #292A30;
  display: none;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%; }
  header h1 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0; }
  header .header-logo,
  header .header-link {
    display: none; }
  @media only screen and (min-width: 768px) {
    header {
      background: url("//static.moovitapp.com/content/email/desktop-banner.jpg") center center no-repeat;
      background-size: cover;
	  display: block;
      height: 400px;
      padding: 0; }
      header .hero-container {
        background: #001926;
        width: 100%;
        -webkit-animation: fade-in-down 1s ease-out;
        -webkit-animation-fill-mode: both;
        animation: fade-in-down 1s ease-out;
        animation-fill-mode: both; }
        header .hero-container .content {
          display: table;
          height: 90px;
          margin: 0 auto;
          max-width: 960px;
          padding: 0 20px;
          width: 100%; }
        header .hero-container .header-logo,
        header .hero-container .header-link {
          display: table-cell;
          vertical-align: middle;
          width: auto; }
        header .hero-container .header-logo {
          text-align: left; }
	  header .hero-container .header-link {
          text-align: right; }
        header .hero-container img {
          width: 140px; }
        header .hero-container a {
          border: 1px solid #BDC3C7;
          border-radius: 2px;
          color: #BDC3C7;
          display: inline-block;
          text-align: right;
          padding: 4px 15px; }
          header .hero-container a:hover {
            border-color: #fff;
            color: #fff; }
      header h1 {
        display: block;
        font-size: 42px;
        font-weight: 400;
        position: absolute;
        text-align: center;
        top: calc(50% + 45px);
        width: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation: fade-in 1s 0.3s;
        -webkit-animation-fill-mode: both;
        animation: fade-in 1s 0.3s;
        animation-fill-mode: both; } }

section.latest,
section.previous,
section.features {
  padding-bottom: 18px; }
  @media only screen and (min-width: 768px) {
    section.latest,
    section.previous,
    section.features {
      display: table;
        width: 100%; }}
  section.latest .section-title,
  section.previous .section-title,
  section.features .section-title {
    color: #292A30;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 32px 0 0;
    text-transform: uppercase; }
  section.latest .post,
  section.previous .post,
  section.features .post {
    display: table;
    margin-top: 18px;
    width: 100%; }
    section.latest .post:last-child .post-summary,
    section.previous .post:last-child .post-summary,
    section.features .post:last-child .post-summary {
      border-bottom: none;
      padding-bottom: 0; }
      @media only screen and (min-width: 768px) {
        section.latest .post:last-child .post-summary,
        section.previous .post:last-child .post-summary,
        section.features .post:last-child .post-summary {
          padding-bottom: 18px; } }
    @media only screen and (min-width: 768px) {
      section.latest .post,
      section.previous .post,
      section.features .post {
        border: 1px solid #BDC3C7;
        display: inline-table;
        margin-right: 2%;
        padding: 0 20px;
        vertical-align: top;
        width: 32%; }
        section.latest .post:nth-of-type(3),
        section.previous .post:nth-of-type(3),
        section.features .post:nth-of-type(3) {
          margin-right: 0; }
        section.latest .post .post-image,
        section.previous .post .post-image,
        section.features .post .post-image {
          display: block;
          display: block;
        padding: 0;
    	margin-bottom: 23px;
		border-bottom: 1px solid #BDC3C7;} }
  section.latest .post-image,
  section.previous .post-image,
  section.features .post-image {
    display: table-cell;
    min-width: 112px;
    padding-right: 18px;
    vertical-align: top;
    width: auto;
    }
    @media only screen and (min-width: 768px) {
      section.latest .post-image,
      section.previous .post-image,
      section.features .post-image {
        display: block;
        margin-left: -20px;
        width: calc(100% + 40px); } }
    section.latest .post-image img,
    section.previous .post-image img,
    section.features .post-image img {
      border: 1px solid #BDC3C7;
      height: auto;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        section.latest .post-image img,
        section.previous .post-image img,
        section.features .post-image img {
          border: none; } }
  section.latest .post-summary,
  section.previous .post-summary,
  section.features .post-summary {
    border-bottom: 1px solid #BDC3C7;
    display: table-cell;
    padding-bottom: 18px;
    vertical-align: top;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      section.latest .post-summary,
      section.previous .post-summary,
      section.features .post-summary {
        border: none;
        display: block; } }
    section.latest .post-summary .post-title,
    section.previous .post-summary .post-title,
    section.features .post-summary .post-title {
      color: #292A30;
      display: block;
      font-size: 14px;
      font-weight: 500; }
    section.latest .post-summary p,
    section.previous .post-summary p,
    section.features .post-summary p {
      color: #525357;
      display: block;
      font-size: 14px;
      max-height: 60px;
      margin: 4px 0;
      overflow: hidden; }
      section.latest .post-summary p:last-child,
      section.previous .post-summary p:last-child,
      section.features .post-summary p:last-child {
        margin-bottom: 0; }
  section.latest .post-link,
  section.previous .post-link,
  section.features .post-link {
    color: #2196F3;
    font-size: 14px; }
    section.latest .post-link:hover,
    section.previous .post-link:hover,
    section.features .post-link:hover {
      color: #0c7cd5; }

section.latest {
  border-bottom: 1px solid #BDC3C7; }

@media only screen and (min-width: 768px) {
body.single-post header {
background: #001926;
height: auto; }
body.single-post header h1 {
display: none; } }


@media only screen and (min-width: 768px) {
  section.post-content .content {
     } }
section.post-content {
    margin: 0 auto;
        max-width: 560px;
        padding: 20px 0;
}
section.post-content .post-title {
  color: #292A30;
  font-size: 25px;
  margin: 0;
  padding: 32px 0 0; }
section.post-content .post-date {
  color: #7A7C7F;
  display: block;
  font-size: 10px;
  margin-bottom: 18px;
  vertical-align: top; }
section.post-content p {
  font-size: 15px;
  margin: 4px 0; }
  section.post-content p:last-child {
    margin-bottom: 0; }
section.post-content img {
  border: 1px solid #BDC3C7;
  height: auto;
  margin: 18px 0;
  width: 100%; }

footer {
  background: #292A30;
  height: 80px;
  text-align: center;
  padding: 20px 0 120px;
  width: 100%; }
  footer img {
    width: 70px; }
  footer span {
    color: #BDC3C7;
    display: block;
    font-size: 12px;
    margin-top: 4px; }

.content li {
   margin:0 0 6px 0;   
}

  
.content p {
        font-size:  14px;
        color: #292A30;
}

.content h1{
        font-size: 25px;
        font-weight: 500;
        color: #292A30;         
}

.content h2{
        font-size: 16px;
        font-weight: 700;
        color: #292A30;         
}

.content h3{
        font-size: 14px;
        font-weight: 700;
        color: #292A30;         
}

/*Share plugin custom styling */
body .a2a_floating_style {
  box-shadow: 0 0 6px -1px rgba(0,0,0,.5);
  }
@media only screen and (max-width: 768px) {
  body .a2a_floating_style {
  		bottom: 0 !important;
	  	border-radius: 0;
		line-height: initial !importatnt;
	  	right: 0 !important;
		text-align: center;
		width: 100%;
	}
  body .a2a_floating_style.a2a_default_style a {
	display: inline-block;
	float: none;
	line-height: initial;
	vertical-align: middle;
  }
}

/*Accessibility button */
button.wahout:focus {border:1px solid #000}