rexjiang92
7/26/2017 - 10:23 PM

AW_Jericho - Strike QA

/*QA https://strikeestes.us1.advisor.ws/ Jericho*/
/*general*/
h2{
  font-size: 2em;
}
/*Header*/
.block-getintouch{
  height: auto;
}
.block-getintouch > div{
  display: block;
}
.block-getintouch ul[class*=getintouch-]{
  margin: 10px 0;
  display: block;
}
.block-getintouch .getintouch-labels{
  margin: 20px 0 10px 0;
}
.block-getintouch .getintouch-buttons{
  margin-bottom: 15px;
}

/*header contact is interfering with mobile menu*/
@media (max-width: 732px){
  .block-getintouch{
    display: none;
  }
}

/*banner*/
@media (max-width: 731px){
  .orbit-container .orbit-slides-container img{
    height: auto;
  }
  .orbit-container .orbit-slides-container > *{
    bottom: auto;
  }
  .slider .caption{
    top: 0;
    padding: 30px 15px 0 15px;
  }
  .slider .caption h2{
    font-size: 22px;
  }
}

/*content*/
.node--type-page .team-title{
  margin: 10px 0;
}

/*footer*/
.footer-block-wrapper #edit-actions .button{
  margin-top: 15px;
}