
div.intel-demo-menu {
  font-size: 18px;
}

div.intel-demo-post-content div.social-wrapper {
  height: 32px;
}

div.intel-demo-post-content div.social-wrapper div.social-text {
  font-size: 26px;
  display: inline;
  padding-bottom: 2px;
}

div.intel-demo-post-content div.social-wrapper div.social-buttons {
  display: inline;
}

div.intel-demo-post-content div.social-wrapper a.social-link {
  box-shadow: none;
  text-decoration: none;
}

div.intel-demo-post-content div.social-wrapper .social-icon {
  font-size: 32px;
  width: 32px;
  height: 32px;
}

div.intel-demo-post-content div.intel-demo-social-share {
  margin-bottom: 1em;
}

div.intel-demo-post-content div.intel-demo-social-profile {
  margin-top: 1em;
}

div.intel-demo-post-content div.intel-demo-terms {
  font-size: .9em;
  margin-bottom: 1em;
}

div.intel-demo-post-content form textarea#edit-message {
  width: 100%;
}

div.intel-demo-post-content .contact-wrapper .col-left  {
  float: left;
  width: 66.6%;
  padding-right: 32px;
}
div.intel-demo-post-content .contact-wrapper .col-right  {
  float: left;
  width: 33.3%;

}
div.intel-demo-post-content .intel-demo-footer  {
  clear: both ;
}

div.intel-demo-post-content p.lead {
  font-size: 1.6em;
}

div.intel-demo-post-content a.icon-link {
  box-shadow: none;
  text-decoration: none;
}

div.intel-demo-nav-links {
  padding: 1em 0;
}

div.intel-demo-nav-links .intel-demo-nav-previous {
  float: left;
  width: 50%;

}

div.intel-demo-nav-links .intel-demo-nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.intel-notice.notice {
  background: #fff;
  border-left: 4px solid #fff;
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
  margin: 5px 0 15px;
  padding: 8px 12px 1px 12px;
}

.intel-notice.notice.notice-error {
  border-left-color: #dc3232;
}

.intel-notice.notice.notice-warning {
  border-left-color: #ffb900;
}

.intel-notice.notice.notice-success {
  border-left-color: #46b450;
}

.intel-notice.notice.notice-info {
  border-left-color: #00a0d2;
}

/* initially hide notice, javascript will display it if needed. */
.intel-notice.ga-embed-error {
  display: none;
}

/* hack to hide post-thumbnails set by the absolute value of post->ID */
/*
img.attachment-post-thumbnail {
  display: none !important;
}
*/