/*
Theme Name: Simple Calendar Docs
Author: Moonstone Media
Template: knowhow
*/
/* General
------------------------------------------------------------*/
code {
  display: inline; }

.entry-content img {
  display: block;
  margin: 1em 0 2em;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box; }

img.no-border {
  border: 0;
  padding: 0;
  border-radius: 0; }

.entry-content a,
.entry-content a:visited,
.entry-footer a,
.entry-footer a:visited {
  border-bottom: 1px dotted #4d963f; }

.entry-content a:hover,
.entry-footer a:hover {
  border-bottom: 1px dotted #61bd4f; }

.step-number {
  background: none repeat scroll 0 0 #3197d1;
  font-size: 15px;
  min-width: 28px;
  position: relative;
  top: -2px;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-weight: normal;
  line-height: 1.2em;
  margin-right: 10px;
  padding: 5px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: auto; }

.cta-wrapper {
  clear: both;
  margin: 20px 0;
  overflow: hidden; }

.cta-button {
  background-color: #61bd4f !important;
  /* green from logo/icon */
  color: #fff !important;
  font-size: 18px !important;
  text-decoration: none !important;
  border-radius: 3px;
  border: none !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
  width: auto; }

.entry-footer {
  clear: both;
  font-size: 13px; }
  .entry-footer .updated-on {
    float: right;
    text-align: right;
    font-style: italic; }

.event-template-tags-1 th {
  width: 33%; }

.full-calendar-settings-table .column-1 {
  width: 25%; }
