#empty-container{text-align:center;color:#2c3e50;padding:0 0 10px;display:none}#load-more-button-container{display:flex;padding:10px 0;align-items:center;justify-content:center;width:100%;flex-wrap:wrap}#load-more-button-container #load-more-button{border-color:#8f8f8e;border-width:2px;background-color:transparent;color:#201f1d;text-transform:unset;width:170px;font-weight:bold}#photo-gallery-widget{font-family:Poppins,sans-serif;text-transform:uppercase}#photo-gallery-widget{display:flex;flex-direction:column}#photo-gallery .photo-gallery-image-link{width:240px;height:160px;margin:10px;display:inline-block;overflow:hidden}#photo-gallery .photo-gallery-image-link .album-overlay{height:100%;width:100%;position:absolute;display:flex;justify-content:space-between;align-content:center}#photo-gallery .photo-gallery-image-link .album-overlay .album-name-overlay{margin:auto;background:#000;color:#fff;width:140px;height:40px;text-align:center;display:flex;font-size:18px;font-weight:bold;align-items:center;justify-content:center}.album-name-overlay span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 10px}#photo-gallery .photo-gallery-image-link .image-overlay{height:100%;width:100%;background:#fff;position:absolute;opacity:.6}#photo-gallery .photo-gallery-image-link.center-cropped{position:relative}#photo-gallery .photo-gallery-image-link.center-cropped img{object-fit:cover;object-position:center;position:absolute;left:0;top:0;height:100%;width:100%;background:no-repeat 50%;background-size:cover;user-select:none;-webkit-user-drag:none}#photo-gallery img{width:100%;height:100%}#albums{display:flex;min-height:62px;padding:10px 0;align-items:center;justify-content:center;width:100%;flex-wrap:wrap}#photo-gallery-widget .album{margin:5px 5px;min-width:130px;max-width:100%;color:rgba(23,23,23,1);font-size:14px;background-color:#ebebeb;font-family:Poppins,sans-serif;text-transform:uppercase;font-weight:bold;text-decoration:none;color:#2c3e50;border:10px;min-height:32px;padding:7px 20px;display:flex;justify-content:center;align-items:center}#photo-gallery-widget .album span{word-break:break-word}#photo-gallery-widget .album:hover{text-decoration:none;cursor:pointer}#photo-gallery-widget .album.active{background-color:rgba(203,170,92,1);color:#2c3e50;cursor:default}#pagination-container{padding:10px 0}#pagination-container ul{display:inline-block}#pagination-container ul li{display:inline}#pagination-container a,#pagination-container span{color:#2c3e50;float:left;padding:8px 16px;text-decoration:none;transition:background-color .3s}#photo-gallery-widget .current{background-color:#0665b4;color:#fff}#photo-gallery-widget a:hover:not(.active){background-color:#ddd}.main-inner-header{width:100%}