/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.col-signmeup-container {
	/* background: #E0997A;
	padding: 30px 20px 50px; */
}
.col-signmeup-title {
	font-family: 'Quincy-Cf';
	font-size: 26px;
	line-height: 30px;
	max-width: 300px;
	color: #fff;
	text-align:left;
	width: 100%;
	margin-bottom: 10px;
}
.col-signmeup-content {
	font-family: 'GroteskPro-Light';
	color: #fff;
	margin-bottom: 30px;
	width:100%;
	text-align: left;
	line-height: 21px;
}
.col-signmeup-input {
	position: relative;
	display: block;
	height: 40px;
}
.col-signmeup-input input[type="text"],
.col-signmeup-input input[type="text"]:focus {
	font-family: 'GroteskPro-SemiBold';
	background: none;
	border: 1px solid #000;
	padding: 0px 10px;
	font-size: 16px;
	color: #fff;
	outline: none;
	width: 75%;
	float: left;
	height: 30px;
	line-height: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;

	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	
}

.col-signmeup-input input[type="text"]::placeholder {
	color: #fff;
}

.col-signmeup-button{
	display: block;
	text-align: center;
	height: 30px;
	background: none;
	width: 25%;
	color: #fff;
	font-size: 14px;
	font-family: 'GroteskPro-Bold';
	border-top: none;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	line-height: 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #000;
	border-left: none;
	padding-right: 15px;
	text-align: right;
}
.col-signmeup-button span{
	color: #fff;
	font-size: 14px;
	font-family: 'GroteskPro-Bold';
	margin-left:-50px;
}
.col-signmeup-button:hover, .col-signmeup-button:focus {
	color:	#fff;
}
.notification-area {
	margin-bottom: 20px;
}
.notification-area.error-msg {
	border:1px solid red;
	padding: 15px;
}
.notification-area.error-success {
	border:1px solid green;
	padding: 15px;
}
.success-signup-cont{
	display: none;
    max-width: 663px;
    height: auto;
    text-align: left;
    font-family: 'GroteskPro-Bold';
    font-size: 14px;
    background: #fff;
    color: #000;
    position: relative;
    padding: 15px;
}

#footer #notificationArea {
	text-align: left;
    font-size: 15px;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.col-signmeup-title {
		font-family: Gothic-semi;
		max-width: 300px;
		margin: 0 0 10px;
		color: #fff;
	}
	.col-signmeup-input input[type="text"],
	.col-signmeup-input input[type="text"]:focus {
		width: 75%;
		max-width: 480px;
		float: left;
		height: 30px;
		line-height: 30px;
		padding: 0px 10px;
		font-size:14px;
	}
	.col-signmeup-button{
		width: 25%;
		float: left;
		border: 1px solid #000;
		border-left: none;
		height: 30px;
		line-height: 30px;
	}
	.col-signmeup-input{
		max-width: 770px;
		height: 46px;
	}
	.col-signmeup {
		max-width: 100%;
	}
	.col-signmeup-content {
		width: 100%;
		max-width: 100%;
	}
	.success-signup-cont{
	    max-width: 662px;
	    font-size: 17px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.col-signmeup-container {
		padding-right: 70px;
	}
	.col-signmeup-title {
		max-width: 100%;
		margin: 0 0 10px;
	}
	.col-signmeup-content {
		font-size: 16px;
	}
	.col-signmeup-button{
		border-left: none;
	}
	.col-signmeup-title, .col-signmeup-content {
		text-align: left;
	}
	.success-signup-cont{
	    max-width: 666px;
	}
}
@media(min-width: 1200px) {
	.success-signup-cont{
		max-width: 674px;
	}
}
