/* general */
a {
  text-decoration:none;
}
header {
  padding: 20px 0;
  margin-bottom: 2%;
  background: #2b0079;
}
h1 {
  font-size:3rem;
}
.top-space {
  padding-top:10%;
}
.bottom-space {
  padding-bottom:5%;
}
/* Shared */
.button {
  border-radius: 100px;
}
.copyright {
  display:block;
  text-align:center;
  padding-top:20px;
}
.title {
  display: block;
  float:right;
  margin-right:11%;
  font-size:2rem;
  font-weight: bold;
}
.post-list{ 
 margin-bottom:20px;
 font-size: 16px;
}
.noshow {
  display:none;
  border: 1px solid #1EAEDB;
  margin: 5px 15px 2px;
  padding: 8px 12px;
  background-color:#F1F1F1;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  height: auto;
}
#link-form form {
  margin-bottom:0;
}
/* Sections */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero  */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Values */
.values {
  background-image: url('images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories */
.categories {
  background-image: url('images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}
/* site details */
.site-detail {
  width:90%;
}
.indv-detail {
  color:#333;
}
.sd-top {
  padding-bottom:20px;
}
.sd-block {
  float:left;
}
.sd-title {
    display:block;
    width:100%;
    height: 49px;
    font-size:1.6em;
    margin-top:5%;
}
.sdscreenshot {
    width: 100%;
    height:auto;
    padding-bottom: 10px;
}
.detail-wrap {
  word-wrap:break-word;
}
.search-right {
  float:right;
}
.search-left {
  float:left;
}
/* display items */
div.list-item {
border: 1px solid #1EAEDB;
margin: 5px 15px 2px;
padding: 8px 12px;
background-color:#F1F1F1;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
height: auto;
}
div.list-item p {
margin: .5em 0;
padding: 2px;
font-size: 13px;
line-height: 1.5;
}
.list-item a {
text-decoration: none;
padding-bottom: 2px;
color: #1EAEDB;
-webkit-transition-property: border,background,color;
transition-property: border,background,color;-webkit-transition-duration: .05s;
transition-duration: .05s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.list-item a:hover{ 
text-decoration:none;
}
/* buttons */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  color:#fff;
}
.btn-primary {
  background: #1EAEDB;
  background-image: -webkit-linear-gradient(top, #1EAEDB, #224f6b);
  background-image: -moz-linear-gradient(top, #1EAEDB, #224f6b);
  background-image: -ms-linear-gradient(top, #1EAEDB, #224f6b);
  background-image: -o-linear-gradient(top, #1EAEDB, #224f6b);
  background-image: linear-gradient(to bottom, #1EAEDB, #224f6b);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-primary:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color:#fff;
}

.btn-primary.disabled,
.btn-primary.disabled:hover {
  background: #f7df72;
}
.btn-small {
  padding: 0px 4px 0px 4px;
  font-size: 15px;
  margin-top:35px;
}
/* Pagination style */
.pagination{
  display:inline-block;
  margin:38px 0;
  padding:0;
}
.pagination li{
  display: inline;
  padding: 6px 10px 6px 10px;
  border: 1px solid #ddd;
  margin-right: -1px;
  font: 15px/20px Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  box-shadow: inset 1px 1px 5px #F4F4F4;
}
.pagination li a{
    text-decoration:none;
    color: #1EAEDB;
}
.pagination li.first {
    border-radius: 5px 0px 0px 5px;
}
.pagination li.last {
    border-radius: 0px 5px 5px 0px;
}
.pagination li:hover{
  background: #1EAEDB;
  color:#fff;
}
.pagination li a:hover {
  color:#fff;
  }
.pagination li.active{
  background: #1EAEDB;
  color: #fff;
}
/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-top: 10rem;
    text-align: left;
  }
  .phone {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 97%;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -3rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 10rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -20rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -5rem;
    max-height: 570px;
  }
}