#masthead .hgroup .logo img {
    height: 100px;
  	width: auto;
}

#colophon #theme-attribution{
 display: none; 
}

body.no-sidebar #primary {
    margin: 0 15% 0 15%;
}

.unclickable > a:hover {
  cursor: default;
}

/* Popup sizes in Open Street Map plugin are overwritten*/
.olPopup{
	width: 320px!important;
  height: 150px!important;
  white-space: normal;
}

.olPopupContent{
	width: 320px!important;
  height: 150px!important;
  white-space: normal;
}

/*Show links for telephone hrefs*/
a[href^="tel"]{
  color: #248cc8!important;
  text-decoration: underline!important;
}

/* Events Calendar customization */
.tribe-events-title-bar{
  display:none;
}

.tribe-bar-disabled{
  display:none;
}