.widget-area .widget:not(.widget_shopping_cart) a:not(.button) {
  color: #181e23;
}

.widget_siteorigin-panels-postloop .entry-thumbnail img {
  width: 100%;
}

h3.widget-title {
  background-color: #5c8264;
  padding: 2px 10px;
  color: #ffffff;
}

/* put share buttons lower */

#shr_canvas2 {
  margin-top: 200px;
  margin-bottom: 20px;
}

.button {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

.post {
  padding-bottom: 0px !important;
}

.da-slide p {
  font-style: normal !important;
}
h3.widget-title { margin-bottom:5px !important;}
div.menu-left-sidebar-1-container {padding-top: 10px !important;}


a.easy-sidebar-menu-widget-toggler {background-color: #f6f5f3 !important; border: 5px solid white;}
li.easy-sidebar-menu-widget-link {font-family: Playfair Display !important;}

.wp-caption-text {line-height:115% !important; margin:0; padding:0px; opacity: .8;}

.pulse:hover, 
.pulse:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 1.5em rgba(0,0,0,0.3);
}

@keyframes pulse {
  0% { box-shadow: 0px 0px 40px rgba(0,0,0,0.3); }
}