/* APP FRAME */

/*Arif: Fix for incorrect icon sizes */
.app-info img {
width:56px !important;
}

.photo-frame {
    background: url(https://surfcityapps.com/wp-content/uploads/2016/10/app-background.jpg);
}
.icon-watch a.loaded {
    background: transparent;
}
.icon-watch a.loaded:hover {
    background: url(https://surfcityapps.com/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;
}


footer img
{
width: 40px !important;
height: auto !important;
}

/* Arif */
/* Fix mobile footer */
@media only screen and (max-width: 767px) {
#footer-menu { 
float: left; 
display: block !important; 
clear: both !important; 
}
#menu-footer li {
    margin-left: 0 !important;
    margin-right: 20px !important;
  }   
#copyright { display: block !important; 
clear: both !important; }
}
body {
-webkit-font-smoothing: antialiased !important;
}