/* firefox fixes */
.ui-widget-overlay { z-index: 200; position: fixed !important; }
.ui-dialog { z-index: 300; }
#logo {margin-top: 20px !important;}

/*iPhone 6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
   #logo {margin-top: 40px !important; margin-left: 45px !important;}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) { #logo {margin-top: 40px !important; margin-left: 15px !important;}}



.nav li.menu-item-5142, .nav li.menu-item-5455 { display: none;}


div.gallery.gallery-columns-3 dl.gallery-item {
  width: 33% !important;
  display: inline-block !important;
}

div.store-message {
	background: #fafafa;
    padding: 5px 0 5px 10px;
    border: 1px solid #410035;
    border-radius: 50px;
    border-bottom-right-radius: 0;
    margin-bottom: 10px;
}

div.store-message a.button {
	float: right;
    margin: 0;
    top: 0;
    margin-top: -26px;
    margin-right: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 16px;
}