/* Page Photo Captions */

.full_page_photo section.call_to_action {
  margin: 0;
  /*max-width: 960px;*/
  padding: 0px 0px;
  text-align: left;
  color: #fff !important;
  position: absolute;
  bottom: 10px;
}
.full_page_photo section.call_to_action img {
  display: block;
}
.full_page_photo section.call_to_action h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  margin: 0 0px 10px 0;
  padding: 16px 16px;
 background: #000000;
  background: rgba(0, 0, 0, 0.6); 
  display: inline-block;
  clear: both;
  /*text-shadow: 2px 2px #000;*/
}
.full_page_photo section.call_to_action h3.skincolored {
  background: #428bca;
  background-color: rgba(66, 139, 202, 0.6);
}
.full_page_photo section.call_to_action h4 {
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0px 10px 0;
  padding: 16px 16px;
 background: #000000;
  background: rgba(0, 0, 0, 0.6); 
  display: inline-block;
  clear: both;
}

.full_page_photo section.call_to_action h4.skincolored {
  background: #428bca;
  background-color: rgba(66, 139, 202, 0.6);
}
.full_page_photo section.call_to_action h4.top {
  margin: 0 0px 0px 0;
}
.full_page_photo section.call_to_action h3.top {
  margin: 0 0px 0px 0;
}


.full_page_photo section.call_to_action a {
text-decoration-color: #fff !important;
color: #fff !important;
}

.full_page_photo {
  height: 300px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #333;
      -moz-box-shadow:    inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
     box-shadow:        inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
}
.full_page_photo.slider_wrapper {
  height: 480px;
}

.full_page_photo #map {
  height: 400px;
}

.full_page_photo #map img {
  max-width: none !important;
}
@media only screen and (max-width: 767px) {
  .full_page_photo section.call_to_action h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .full_page_photo section.call_to_action h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .full_page_photo section.call_to_action h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .full_page_photo section.call_to_action h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
.clients-page img {
  padding: 4px;
  margin: 5px 0; 
  border: solid 1px #eee;
  background: #fafafa;
}

.clients-page:hover img {
  border-color: #bbb;
}
@media only screen and (max-width: 992px) {
  .clients-page img {
    margin: 0px auto 30px;
  }
}

/* adjust the tag name show all */
div#fd.eb .eb-tags-item>a b {
    max-width: none !important;
}

/* fix the category image full width */
div#fd.eb .eb-categories .eb-category-bio img {
  max-width: 100% !important;
}

div#fd.eb.eb-view-categories.eb-layout-listings .eb-category-bio img {
  max-width: 100% !important;
}

div#fd.eb.eb-view-blogger.eb-layout-listings .eb-authors-bio img {
  max-width: 100% !important;
}
