.hidden{
  display: none;
}

/*Sidebar CTA*/
.blog-cta-sunrays {
  background-color: #127cc0;
  background-image: url(../images/blog-cta-graphics/Blog_sunrays.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  margin-bottom: 24px;
}
.blog-cta-graphic-container {
  position: static;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.blog-cta-graphic{
  position: static;
  bottom: 0;
  width: 100%;
}
.blog-cta-graphic img{
  vertical-align: bottom;
}
.blog-cta-description {
  color:white;
  padding: 24px;
  padding-bottom: 24px;
}
h3.banner-title{
  margin-bottom: 0;
}
.thumbnail-nohover {
  display: block;
  padding: 4px;
  border: 1px solid #e5e9ed;
  border-radius: 0.1875em;
  background-color: white;
}
.island-light {
  background-color: #EEF5FA;
  border: 1px solid #CADFE8;
}
.blog-category-image:hover {
  opacity: 1;
}
.island-exterior-light {
  background-color: #F7F3EC;
  border: 1px solid #E7E0D1;
}
.button-middle {
  position: relative;
  margin-top: 4px;
}

/* Splash page theming */
.overlay-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-content {
  max-width: 624px;
  border-radius: 0.1875rem;
  box-shadow: 1px 1px 6px 3px rgba(46, 46, 46, 0.3);
  position: fixed;
  z-index: 1002;
  top: 10%;
  margin: auto;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .overlay-content {
    margin-top: 18px;
    margin-right: 18px;
    margin-left: 18px;
    top: 0;
    position: fixed;
  }
  .pop-up-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}


.close-button, .close-text {
  float: right;
  margin-right: -12px;
  margin-right: -0.75rem;
  margin-top: -12px;
  margin-top: -0.75rem;
  color: #A1A1A1;
}
.close-button:hover, .close-text:hover {
  cursor: pointer;
  color: #717171;
}

.close-text {
  clear: both;
  float: none;
  text-align: center;
  margin-top: .5em;
}

.ebook {
  max-width: 84%;
}
.pop-up-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 24px;
}
.ebook-cta-background {
  background-image: url(../images/blog-cta-graphics/cta3.png);
  height: 100%;
  padding: 24px;
  padding: 1.5rem;
  background-size: cover;
  background-position: bottom; /*For palm size remove this*/
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-radius: 0.1875rem;
}
.island-info-light {
  background-color: #FFFCD7;
  border: 1px solid #F7F5BE;
}
.ad-label {
  background-color: #F5F0BF;
  padding: 4px;
  border-radius: 0 2px 0 0;
  position: relative;
  margin-top: -12px;
  margin-right: -12px;
  border-bottom: 1px solid #EEECB9;
  border-left: 1px solid #EEECB9;
  border-bottom-left-radius: 2px;
  color: #C4B672;
}
.vendor-ad {
  text-align: center;
}
.vendor-ad img {
  vertical-align: middle;
  opacity: .85;
}
.vendor-ad img:hover {
  opacity: 1;
  box-shadow: 1px 1px 4px 1px rgba(121, 121, 121, 0.1);
}

/*Special Lightbox Styling */
/*Base*/
.base-island {
  padding-right: 24px;
  padding-left: 24px;
}
.base-lightbox .close-button,
.wrike-lightbox .close-button {
  position: absolute;
  top: 34px;
  right: 36px;
  color: white;
}
.base-lightbox {
  background-color: #3A455A;
  border: 1px solid #1BAC8D;
}
.base-lightbox-logo-wrapper,
.wrike-lightbox-logo-wrapper {
  margin: -24px -24px 18px -24px;
  padding: 24px 24px 18px 24px;
}
.base-lightbox-logo-wrapper,
.base-lightbox-logo {
  background-color: #303A4C;
}
.base-lightbox p {
  color: white;
  font-size: 28px;
}
.base-image,
.wrike-image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  .base-image,
  .wrike-image {
    z-index: -1;
    opacity: .3;
  }
}

.base-button {
  background-color: #00D3A6;
  color: white;
  border-radius: 6px;
  font-size: 21px;
  text-transform: uppercase;
  padding: 14px 0;
  box-shadow: 0 4px rgba(0,0,0,.4);
}
.base-button:hover {
  background-color: #02B690;
}
.base-button:focus {
  outline: none;
}

/*Wrike*/
.wrike-lightbox {
  background-color: #3A455A;
  border: 1px solid #AFED46;
}
.wrike-lightbox-logo-wrapper {
  background-color: #1C232F;
}
.wrike-image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 300px;
}
.wrike-lightbox p {
  color: white;
  font-size: 20px;
}
.wrike-button {
  padding: 14px 0;
  border-radius: 30px;
  background-color: #9bd23d;
  box-shadow: 0 6px #52B50A;

  font-size: 21px;
  text-transform: uppercase;
  text-shadow: 1px 1px #0fa07a;
  color: white;
}
.wrike-button:hover {
  background-color: #9bd23d;
}
.wrike-button:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .base-image {
    position: relative;
  }
}
/*In Blog Post Article CTA*/

.blog-island-dark {
  background-color: rgb(7,102,153);
  padding: 24px 24px 0 24px;
  border-radius: 2px;
  margin-bottom: 24px;
  border: 1px solid rgb(13, 82, 129);
}
.infographic-cta-image-container {
  position: relative;
  height: 212px;
  width: 100%;
}
.infographic-cta-image-container-large {
  position: relative;
  height: 242px;
  width: 100%;
}
.infographic-cta-image-container img, .infographic-cta-image-container-large img {
  position: absolute;
  bottom: 0;
  opacity: .95;
}

@media only screen and (max-width: 767px) {

  .infographic-cta-image-container, .infographic-cta-image-container-large {
    height: inherit;
  }
  .infographic-cta-image-container, .infographic-cta-image-container-large img {
    position: relative;
    margin-bottom: -6px;
  }

}

.blog-cta-underline {
  background: url(https://s3.amazonaws.com/capterra/infographics/ebooks/blog-cta-underline.svg) no-repeat bottom;
  padding-bottom: 4px;
  background-size: contain;
}

/*Blog Headings*/

.blog-title {
  font-size: 42px;
  color: #73ACD4;
}
.blog-title a {
  color: #73ACD4;
  text-decoration: none;
}
.blog-title a:hover {
  color: #5A91B7;
}
.blog-header {
  background: url(https://cdn0.capterra-static.com/assets/images/blog/blog-header-bg2.png) no-repeat;
  padding-top: 16px;
  border-bottom: 1px solid #d8dee4;
  margin-bottom: 24px;
  margin-top: -47px;
  background-size: cover;
}
.blog-subheading {
  font-size: 22px;
}
.blog-header-image-container {
  float: right;
  margin-bottom: -8px;
  margin-top: -16px;
  position: relative;
}
.blog-header-image-container img {
  width: 100%;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .blog-title {
    font-size: 36px;
    text-align: center;
  }
  .blog-header-image-container {
    position: none;
    margin-bottom: 0;
  }
  .blog-header-image-container img {
    width: 75%;
    float: left;
  }
  .blog-header {
    background: url(https://cdn0.capterra-static.com/assets/images/blog/blog-header-bg2.png);
  }
  .blog-subheading {
    text-align: center;
  }
}

.social-icons i {
    background-color: rgb(221, 228, 231);
    color: #99A1A7;
    padding: 12px 14px 10px 14px;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 0.1875em;
}
.social-icons i:hover {
  color: white;
  background-color: #127cc0;
  cursor: pointer;
}
.social-icons a {
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .hide-palm { display: none; }
}
