/* APP FRAME */

.photo-frame {
    background: url(http://3.221.203.96.nip.io/wp-content/uploads/2016/10/app-background.jpg);
}
.icon-watch a.loaded {
    background: transparent;
}
.icon-watch a.loaded:hover {
    background: url(http://3.221.203.96.nip.io/wp-content/themes/grizzly-theme/images/base-element/watch.png) center center no-repeat;
    background-position: 50% 50% !important;
}

.photo-frame-shadow {
visibility: hidden;
}

/* HIDE GRIZZLY DROPDOWN ON MOBILE */
div#primary-select-container {
display: none !important;
}

/* RESPONSIVE MENU */
div.responsivemenu-main-menu-button {
background-color: #ffffff;
border: 1px #999999 solid;
padding: 12px 12px;
margin: 4px 0 0 0;
}

.responsivemenu-by-hmg ul li a {
    max-width: 185px !important;
    width: 100% !important;
 }

/* FIX EXTRA SPACE IN APP BOX */

.app-frame > .app-info > p {
display: none;
}

/* LOGO SIZE */

h1#site-title img, div#site-title img {
height: 30px;
}