/**
 * 	EventON Photos addon
 * 	@version 1.0
*/


/* old */
.evo_metarow_photo .evoep_image_collection{padding-top: 10px;}
.evo_metarow_photo .evoep_image_collection span{
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.evo_metarow_photo .evo-gallery a img{
	width: 100px;
	height: auto;
	border:#fff 2px solid;
	border-radius: 5px;
	cursor: pointer;
}
.evo_metarow_photo .evo-gallery a.thumb50 img{width: 50px;}
.evo_metarow_photo .evo-gallery a.thumb150 img{width: 150px;}
.evo_metarow_photo .evo-gallery a.thumb75 img{width: 75px;}
.evo_metarow_photo .evo-gallery a img:hover{
	opacity: 0.7;
}
.evo_metarow_photo .evo-gallery {width: 100%;height: auto;}
.evo_metarow_photo .evo-gallery a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    display: inline-block;
    margin: 6px 0px 6px 6px;
    line-height: 0;
}
.evo-gallery a:first-of-type {	margin-right: 0px;}
.evo-gallery-existing {
  width: 100%;
  height: auto;
  float: left;
}
.evo-gallery-existing a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    display: block;
    float: left;
    margin: 6px 0px 6px 6px;
    width: 100px;
    line-height: 0;
}

.evo-gallery-existing a:first-of-type {	margin-right: 0px;}
a.eventon-gallery__img--main {
  width: auto;
  height: auto;
}
button.pswp__button.pswp__button--share {   display: none;}
.evo-gallery figure {  display: none;}
.evo-gallery-existing figure {  display: none;}

.evo-gallery__title {
  line-height: 14px;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}
.share-buttons h2 {
  text-align: center;
  border: 0;  
}
.share-buttons {
  text-align: center;
  position: relative;
  margin: 0 0 24px;
}
.share-buttons a {
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  color: #FFF;
  text-decoration: none;
  background: #5AAF63;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.share-buttons a:hover { opacity: 0.7;}
#tweet {  background: #0096c4;}
#like {  background: #3b5998;}
#gplus {  background: #d34836;}

/* mobile or smaller view */
@media (max-width: 600px){}

/*Added styles to override z-index for event photos gallery */
.pswp {   z-index: 990000 !important;}
.pswp__ui--idle .pswp__top-bar { opacity: 1 !important;}