.cld-main{ font-family: 'Satoshi';
  width: 100%;
}
.cld-main a{ font-family: 'Satoshi';
  color: #000;
}
  .cld-datetime{ font-family: 'Satoshi';
    position: relative;
    width: 66%;
    min-width: 100px;
    max-width: 420px;
    margin: auto;
    overflow: hidden;
	height: 100px;
  }
  .cld-datetime .today{ font-family: 'Satoshi';
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin: auto;
    text-align: center;
	

    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
	

  }
  .cld-nav{ font-family: 'Satoshi';
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  .cld-nav:hover{ font-family: 'Satoshi';
    cursor: pointer;
  }
  .cld-nav:hover svg{ font-family: 'Satoshi';
      fill: #666;
  }
  .cld-rwd{ font-family: 'Satoshi';
    float: left;
	margin-top: 8px;
  }
  .cld-fwd{ font-family: 'Satoshi';
    float: right;
	margin-top: 8px;
  }
    .cld-nav svg:hover{ font-family: 'Satoshi';

    }
.cld-labels, .cld-days{ font-family: 'Satoshi';
  padding-left: 0;
}
  .cld-label, .cld-day{ font-family: 'Satoshi';
    display: inline-block;
    width: 14.28%;
    text-align: center;
	 font-weight:bold; 
	     height: 100px;

  }
  .cld-day.today .cld-number{ font-family: 'Satoshi';
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50px;
       background-color: #a16c45;
    color: #fff;
	padding-top: 0px;
	padding-top: 13px;
  }
  .cld-day.disableDay{ font-family: 'Satoshi';
    opacity: 0.5;
  }
  .cld-day.nextMonth, .cld-day.prevMonth{ font-family: 'Satoshi';
    opacity: 0.33;
  }
    .cld-number{ font-family: 'Satoshi';
      position: relative;
      margin: 5px;
      padding: 5px;
    }
      .cld-title{ font-family: 'Satoshi';
        position: absolute;
        z-index: 5;
        display: none;
        top: 30px;
        left: 0;
        padding: 5px 10px;
        background: #fff;
        white-space: nowrap;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
      }
      .cld-number:hover .cld-title{ font-family: 'Satoshi';
        display: block;
		background-color: #e3b999;
      }
      .cld-title::before{ font-family: 'Satoshi';
        content: '';
        position: absolute;
        top: -7.5px; left: 7.5px;
        width: 0;
        height: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;

        border-bottom: 7.5px solid #ccc;
      }
      .cld-number.eventday{ font-family: 'Satoshi';
     display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #c97a3e;
    padding-top: 13px;
    background-color: #a16c45;
    color: #fff;
      }
      .cld-number.eventday:hover{ font-family: 'Satoshi';
        cursor: pointer;
        background: #eee;
      }
      .today .cld-number.eventday:hover{ font-family: 'Satoshi';
        background: #888;
      }
