/*
Theme Name: Maa Baba
Description: Twitter First
Author: Amit Agarwal
Author URI: http://ctrlq.org/
*/
.post-content {
  margin: 2em 0;
}
.about {
  font-style: normal;
}
.how {
  text-transform: uppercase;
  font-size: .8em;
  float: right;
}
body {
  background-color: #3498db;
  padding: 20px 0;
}
.container {
  background-color: #fdfdfd;
  margin: 2em auto;
  padding: 10px 20px 0;
  max-width: 380px;
  border-radius: 5px;
}
.well {
  border: none;
  background-color: #fdfdfd;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0 20px;
}
h1, h2, h3 {
  color: #333;
  font-family: 'Mate SC', serif;
  font-size: 2.4em;
  font-weight: 400;
  text-align: center;
  text-transform: lowercase;
  margin: 1em 0;
}
h1 a { font-size: .8em; }
h2 a {
  color: #333;
}
h3 {
  font-size: 1.6em;
  text-transform: lowercase;
  color: #666;
  text-align: center;
  padding: 10px 20px;
}
input {
  background-color: #ECF0F1 !important;
  border: 2px solid transparent;
  border-radius: 3px;
  font-size: 15px !important;
  font-weight: 200 !important;
  padding: 10px 0 10px 10px !important;
  width: 95% !important;
  transition: border .5s !important;
  margin-top: 1em;
}
input:focus {
  border: 2px solid #3498DB;
  box-shadow: none;
}
.btn {
  border: 2px solid transparent;
  background: #3498db;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: .25s;
  display: block;
  width: 180px;
  margin: 0 auto
}
.btn:hover {
  background-color: #2980b9
}
.btn2 {
  font-family: arial;
  border: 1px solid #3498DB;
  background: #fdfdfd;
  color: #3498DB;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  transition: 0.1s;
  margin: 0 5px;
}
.btn2:hover {
  background-color: #3498DB;
  color: #fdfdfd;
  text-decoration: none;
}
.shareTweets {
  text-align: center;
  margin: 40px 0;
}
.help {
  font-size: 1em;
  color: #444;
  line-height: 1.5em;
}
label {
  font-size: 1.2em;
  font-variant: small-caps;
}
.social-share {
  display: inline;
  margin-top: 18px;
  padding-right: 20px;
}
.social {
  margin: 2em auto 0;
  width: 200px;
}
.navbar {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
#Output {
  height: 4px;
  position: relative;
}
@media (min-width:480px) {
  .form-horizontal .controls {
    margin-left: 120px;
  }
}
.form-horizontal .control-label {
  width: 100px;
}
.social-share {
  margin-top: 18px;
  display: inline;
  padding-right: 20px;
}
.ads {
  margin: 2.5em auto;
  width: 300px;
}
.animate {
  margin: 4em auto;
  width: 300px;
}
.results .btn {
  width: 132px !important;
  display: inline-block;
  font-size: 14px;
}
.platforms {
  margin: 15px 0 0;
  font-size: 11px;
  color: white;
  text-align: center;
}
.platforms a, .platforms a:link {
  color: white;
  text-decoration: none;
}
.go {
  width: auto;
}
@media (max-width:400px) {
  body {
    background: #fdfdfd;
    padding: 10px;
  }
}

@media (max-width:350px) {
  .btn2 {
    display: block;
    margin: 10px;
  }
}