/*
Theme Name: GM
Theme URI: http://www.gourmetmarketing.net/
Author: Gourmet Marketing
Author URI: http://www.gourmetmarketing.net/
Description: Custom theme designed and built by the Gourmet Marketing Team
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, featured-images, theme-options, translation-ready
Text Domain: gm

This theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

Special Thanks to the fine folks that made the Underscores theme!

Developer(s) of this custom theme:
- Irish Constantino
*/

.popupOverlay{ position:fixed; width:100%; height:100%; left:0; top:0; display:none; z-index:150;background:rgba(255,255,255,0.5);}
.popupOverlay .thePopup{ font-size:14px; text-align:center; margin:0 auto; width:500px; box-sizing:border-box; padding:20px; background:#fff; position:relative; border-radius:10px; border:2px solid #611d59;}
.popupOverlay.justImage .thePopup{ width:380px; padding:0; border-radius:0;}
.popupOverlay.justImage .thePopup img{ display:block;}
.popupOverlay .thePopup p:first-child{ margin-top:0;}
.popupOverlay .thePopup p:last-child{ margin-bottom:0;}
.popupOverlay .thePopup .close{ position:absolute; right:0; top:0; width:26px; height:26px; border-radius:50%; transform:translate(50%,-50%); cursor:pointer; background:#611d59;}
.popupOverlay .thePopup .close:before{ position:absolute; left:12px; top:5px; display:block; content:''; width:2px; height:15px; transform:rotate(45deg) translate(0,0); background:#fff;}
.popupOverlay .thePopup .close:after{ position:absolute; left:12px; top:5px; display:block; content:''; width:2px; height:15px; transform:rotate(-45deg) translate(0,0); background:#fff;}
.displayTable{ display:table; width:100%; height:100%;  }
.popupOverlay .scrolled{ height:400px; overflow-y:scroll; text-align:left;}
.tableCell{ display:table-cell; width:100%; height:100%; vertical-align:middle;}

.buttonNew{ background:#611d59; color:#fff; padding:12px 28px; display:inline-block; margin:0 10px; border-radius:4px; font-size:25px;}

.androidIcon{ background:url(/wp-content/uploads/2020/09/34-349265_app-store-google-play-svg.png) no-repeat left top / 100% auto; width:180px; height:54px; display:inline-block; margin:0 15px; overflow:hidden; text-indent:-500px;}
.iosIcon{ background:url(/wp-content/uploads/2020/09/34-349265_app-store-google-play-svg.png) no-repeat left bottom / 100% auto; width:180px; height:54px; display:inline-block; margin:0 15px; overflow:hidden; text-indent:-500px;}

footer .androidIcon{ width:120px; height:36px; margin:10px 15px 10px 0; }
footer .iosIcon{ width:120px; height:36px; margin:10px 15px 10px 0; }

@media screen and (min-width:0px) and (max-width:767px){
	.popupOverlay .thePopup{ width:290px; padding:20px 10px;}
	.popupOverlay.justImage .thePopup{ width:300px; }
}