/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2019 | 21:38:56 */
input.search-submit.button {
    width: 80px !important;
    min-width: 80px;
    font-size: .75rem;
}
#mc_embed_signup{
 background:transparent !important; 
}

.birthday-cake a {
 width:146px;
}
.birthday-cake a:before{
    content: "\f1fd";
    font-family: FontAwesome;
    margin-right: 6px;
    color: #fa2fd6;
}

.dashicons-heart:before,
.dashicons-admin-comments:before {
   font-family: "dashicons" !important;
}

.top-bar-left .menu.medium-horizontal>li, .top-bar-left .menu>li {
 text-align:left; 
}

.img.blog{
 background-size:cover;
  background-position:center center;
  background-color:#ebebeb;

}

.img.blog img {

}

#blogMasonry .column-block{
 display:flex; 
}

.page-navigation {
 width:100%;
  text-align:center;
}

.owl-exhibits.upcoming {
    max-width: 920px;
	margin: 0 auto;
}
.upcoming .owl-item-exhibit {
 padding:0 2.5em; 
}

.pagination .current {
    background: #b3e0e5;
}

.upcoming-events-row .ecs-thumbnail {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border: solid 1px #ebebeb;
    height: 390px;
  padding:5px;
}

.ecs-thumbnail-bg {
 background-size:cover;
  background-position:center center;
}
.past-exhibits-grid {
max-width: 960px !important;
margin: 0 auto !important;
}
.past-exhibits-grid .column{
 padding:20px 25px; 
}

/* instagram feed */
.insta-gallery-feed {
	max-width: 1200px;
    margin: 0 auto;
  	border: solid 2px #000;
    padding: 4em 16px 2em 16px;
  	position:relative;
}

.insta-gallery-item-wrap {
    padding: 10px;
}

#insta-gallery-feed-1 .swiper-button-next,
#insta-gallery-feed-1 .swiper-button-prev{
 width:60px; 
 height:60px;
  top:calc(50% + 26px);
}
#insta-gallery-feed-1 .swiper-button-next > i,
#insta-gallery-feed-1 .swiper-button-prev > i{
	text-align: center;
    color: #fff;
    width: 60px;
    font-size: 2rem;
    background: rgba(138,208,215,0.75);
    font-weight: 900;
    height: 60px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.insta-title {
    font-size: 2rem;
  	font-weight:600;
  	text-align:center;
}
@media (min-width:600px) {
.insta-title {
    font-size: 3.25rem;
}
}
.insta-subtitle {
    font-size: 1.4rem;
  	font-weight:400;
  	text-align:center;
	margin-bottom:1em;
}
.swiper-pagination {
 display:none; 
}