/*overwrite of add new styles to customize and modify adspot for your needs */

p{
    margin:20px 0 10px;
}

.inners .p{
    margin: 0 0 10px;
}

.doc-header.style3 .app-logo img{
    max-height: 60px;
}

.search-addon {
  width: 175px;
  height: 54px;
  border: 2px solid #e0e0e0;
  position: relative;
}

.search-addon > button {
  border: none;
  background: none;
  font-size: 14px;
  line-height: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 30px 0 15px;
  z-index: 0;
  text-align: left;
}

.search-addon > i {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 14px;
  line-height: 0;
  color: #b7b7b7;
  z-index: 25;
}

.mega-filtered-search .search-addon {
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #f4f4f4;
}

.callout{
    padding: 30px 15px;
    font-size: 25px;
    margin-bottom: 20px;
}

.callout-red{
    background: #db6989;
}
.callout-green{
    background: #77c04b;
}

.clonedInput:nth-child(even){
    background:#fdfdfd;
}

.item-single .item-content > .inner .quick-info ul li > .inner span.label {
    font-size: 100%;
    font-weight: normal;
    white-space: normal;
}

.mega-filtered-search {
    width: auto;
}
