/**
 * All of the CSS for your includes functionality should be
 * included in this file.
 */
:root {
  --thm-vdp-color:#ffc425;
  --thm-vdp-color-dark:#dfa60d;
  --thm-vdp-text-color: #000;
  --thm-vdp-primary-hover-bg: #dfa60d;
  --thm-vdp-secondary-color: #dfa60d;
  --thm-vdp-secondary-color-dark: #e0e3e7;
  --thm-vdp-secondary-text-color: #121e24;
}
.cws-content-button {
  width: 125px;
  margin: 0 auto;
}
.cws-content-button>.post-edit-link,
.cws-content-button>.post-edit-link:hover {
  text-decoration: none;
  color: #fff;
}
.cws-content-manager {
  border: 1px solid;
  border-color: #0073aa #006799 #006799;
  border-radius: 5px;
  background: #0085ba;
}
.cws-content-manager.hover,
.cws-content-manager.focus,
.cws-content-manager:hover,
.cws-content-manager:focus {
  background: #008ec2;
  border-color: #006799;
}
.cws-content-manager .cws-content-link {
  margin: 14px 0;
  font-family: Raleway, Arial;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px #006799,
               1px 0 1px #006799,
               0 1px 1px #006799,
               -1px 0 1px #006799;
}
.cws-content-area img {
  max-width: 100%;
  height: auto;
}
