/* iGlobal Welcome Mat Styles */
/* Authored by iGlobal Stores (www.iglobalstores.com) */

/* Google Fonts - If you're using your own fonts, you can remove these */
@font-face { font-family: 'PT Sans'; font-style: normal; font-weight: 400; src: local('PT Sans'), local('PTSans-Regular'), url(//themes.googleusercontent.com/static/fonts/ptsans/v5/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff) format('woff'); }
@font-face { font-family: 'PT Sans'; font-style: normal; font-weight: 700; src: local('PT Sans Bold'), local('PTSans-Bold'), url(//themes.googleusercontent.com/static/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff'); }

.lean-overlay {top: 0; left: 0;position: fixed;width: 100%;height: 100%;background-color: #000;opacity: 0.5; padding-left: z-index: 9000;}

/* igFlag controls the placement of the country flag on your website */
#igFlag img { max-width: 35px; cursor: pointer;}

/* Begin Modal Styles */
#igSplashElement { top: 25%;left: 50%;transform: translateX(-50%) translateY(-25%); position: absolute; width: 100%; max-width: 600px; background-color: #fff; -webkit-box-shadow:  0px 0px 60px 0px rgba(0, 0, 0, 0.5); box-shadow:  0px 0px 60px 0px rgba(0, 0, 0, 0.5); font-family: 'PT Sans','Helvetica Neue', Helvetica, Arial, sans-serif; /* Set your preferred font here */ color: #666; }
.closeButton { position: absolute; top: 3px; right: 3px; }
.close { cursor: pointer; }
.igModalHeader { width: 100%; background-color: #fff; color: #333; overflow: auto; margin: 20px auto; }
.logoWrapper { width: 40%;float: left;text-align: center;background-color: white; }
.messageWrapper { width: 60%;float: right;margin: 20px 0;text-align: center;}
.modalLogo { /*! float: left; */ margin: 10px; max-width: 100%; /*!  */}
.igModalHeader img.headerFlag { max-width: 57px; margin-bottom: 2px; margin-right: 20px}
.headerZero { margin-bottom: 8px;  }
.headerOne { font-size: 30px; padding-left: 0.5em; color: #0068AC; /* Set the color of your choice here */ text-transform: uppercase; }
.headerTwo { color: #999; margin-top: 7px; font-size: 12px; }
.igModalBody { text-align: center; background-color: white; width: 100%; min-height: 320px; }
.countryDropDownWrapper { display: inline-block; width: 250px; min-height: 25px; border-bottom: 4px solid #333; margin: 0 auto; padding: 0; cursor: pointer; }
#countrySelect { transform: translate(0,-100%); position: relative; height: 35px; padding: 7px 10px; margin: 0px; font-size: 14px; line-height: 14px; color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; background: none !important; border: 0 !important; -webkit-appearance: none; -moz-appearance: window; appearance: none; ms-appearance: none; overflow: hidden; }
select::-ms-expand { display: none; }
p.countryP {margin-top: 15px;margin-bottom: 0;}
ul.featureList { padding: 20px; margin: 0; -webkit-padding-start: 0; background-color: #383838; color: #fff; }
ul.featureList li { list-style-type: none; padding: 10px 20px; font-size: 18px; }
ul.featureList li strong { color: white; }
ul.featureList li img { padding-top: 5px; max-width: 80px; margin-bottom: -15px; }
.igWelcomeCTAButton { background: white; width: 100%; height: 100px;}
.igWelcomeCTAButton button { width: 225px; height: 50px; color: white; margin: 20px auto; border: none; font-size: 20px; font-weight: normal; background-color: #383838; opacity: 1; text-shadow: none; float: none;}

@media screen and (max-width: 768px) {
	#igFlag img { max-width: 30px; cursor: pointer;}
}

@media screen and (max-width: 600px) { /* Responsive design sets a width of 400px for all devices <= 600px */
	#igSplashElement { max-width: 90%;top: 0;transform: translateX(-50%) translateY(0);}
	.igModalHeader { width: 100%; }
	.logoWrapper { /*!  */ width: 100%; text-align: center;padding: 0;max-height: 150px;margin-bottom:  20px;}
	.modalLogo { float: none; margin: 10px auto; max-height: 150px;}
	.messageWrapper { clear: both; width: 100%;float: none;}
	ul.featureList li img { display: none; }
	.countryDropDownWrapper { margin-bottom: 20px;}
}
