.clickable {
    //box-shadow: 0 0 0 rgba(0,0,0,0.025), 0 0 0 rgba(0,0,0,0.022);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 1px solid transparent;
}

.clickable:hover {
  //box-shadow: 0 1px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.12);
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.125);
}

.modal-body {
  text-align:left;
}

ul.plan-list {
    list-style:none;
    padding: 0;
    margin: 0;
}

.planaby_widget {
    line-height: 1.42857143;
    letter-spacing: .0908em;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
}

.planaby_widget img.planaby-thumb {
    width: 100%;
}

.planaby_widget .planaby-title {
    font-weight: 400;
}

.planaby_widget .planaby-startDate {
    font-weight: 800;
}

.planaby_widget .plan-list li {
    padding: 2px;
    margin: 2px;
}

.event-div {
  padding: 5px;
  margin-bottom: 10px;
}

.event-title {
  color: black;
}

.event-date {
  color: #555;
}

.event-place {
  margin-top: 10px;
  color: black;
}

.event-btn, .more-btn {
  float: right;
  margin-left: 10px;
}

.event-btn a, .more-btn a {
  color: white !important;
}

#map {
  width: 100%;
  height: 300px;
}

#event-details {
  width: 100%;
  padding: 10px;
}


.sharrre .box{
  float:left;
}
.sharrre .count {
  color:#444444;
  display:block;
  font-size:17px;
  line-height:34px;
  height:34px;
  padding:4px 0;
  position:relative;
  text-align:center;
  text-decoration:none;
  width:50px;
  background-color:#eee;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; 
}
.sharrre .share {
  color:#FFFFFF;
  display:block;
  font-size:11px;
  height:16px;
  line-height:16px;
  margin-top:3px;
  padding:0;
  text-align:center;
  text-decoration:none;
  width:50px;
  background-color:#9CCE39;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; 
}
.sharrre .buttons {
  display:none;
  position:absolute;
  margin-left:50px;
  z-index:10;
  background-color:#fff;
}
.sharrre .button {
  float:left;
  max-width:50px;
  margin-left:10px;


}

/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


/* Blue */

/*.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 7px 25px;
    color: #fff;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background: rgb(66,129,244);
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 4px;
    zoom: 1;
}*/

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #000;
    color: #fff;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: rgb(66,129,244);
}
.atc-style-blue .atcb-item a:hover {
    box-shadow: none;
}
.event-btn a, .more-btn a {
    text-decoration: none;
    text-shadow: none;
    box-shadow: none !important;
    line-height: 25px;
    font-size: 15px;
}
#share-social a i.fa.fa-twitter {
    background: #00aced;
}
#share-social a i.fa.fa-linkedin {
    background: #0077b5;
}
.modal-footer button {
    padding: 7px 20px;
    font-weight: normal;

}
.event-btn, .more-btn {
    line-height: 25px;
    font-size: 15px;
    padding: 5px 15px;
    font-weight: normal;
    text-shadow: none;
    text-decoration: none;
    border-radius: 3px;
    background: #989494 !important;
}
.addtocalendar.atc-style-blue.event-btn {
    background: #989494 !important;
    border-radius: 3px;
}
#share-social a:hover {box-shadow: none;}
#share-social a i  {
    background: #325a97;
    padding: 10px;
    border-radius: 50%;
    line-height: 9px;
    font-size: 15px;
    color: #fff;
    margin: 10px;
    box-shadow: none;
    display: inline-flex;
}
#share-social a {

    line-height: 10px;
    border: none;
    box-shadow: none;
}
.event-title button a{text-decoration: none!important; box-shadow: none!important;}
.event-title button a:hover , .event-title button:hover a, .event-title ul li:hovers{
  box-shadow: none!important;
  text-decoration: none!important;
}
.modal-backdrop.in{
  display: none;
}
.widget-area .planaby_widget {
    width: 100%;
    display: inline-block;
}
#eventModal{
  top: 120px;
}