/* jQuery Popup
****************************/

/* Outer */
/*.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	z-index: 1000;
	background:rgba(128, 128, 128, 0.75);
}*/

/* Inner */

.popup {
    position: fixed;
	right: 2rem;
	bottom: 0;
	z-index: 1000;
	visibility: hidden;
}

.popup.slideInUp{
	visibility: visible;
}

.popup__inner {
	max-width: 400px;
    width: 90%;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 2px 6px #000;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
    background: #122025 url(../png/polka.png) repeat center;
}

.popup__logo {
	max-width: 350px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.35));
}

.popup__title {
	font-size: 2rem;
	font-weight: 900;
}

/* Close Button */
.popup__close {
	width:2.625rem; /* 42px / 16px */
	height:2.625rem; /* 42px / 16px */
	display:block;
	padding: 0;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border: none;
	border-radius:1000px;
	background:#bf5d3d;
	font-family:Arial, Sans-Serif;
	font-size:1rem; /* 24px / 16px */
	text-align:center;
	vertical-align: middle;
	line-height:2.625rem; /* 42px / 16px */
	color:#ffffff;
	text-shadow: none;
}

.popup__close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:#739DA0;
	color: #fff;
	text-decoration:none;
	cursor: pointer;
}


.icon-close:before{
	margin: 0;
	font-size: 1.25rem;
}

/* Gravity Form */

.popup .gform_wrapper form{
	text-align: center !important;
}

.popup p,
.popup .gform_confirmation_wrapper {
	font-size: 1.3125rem; /* 21px / 16px */
	font-weight: 700;
	color: rgb(255, 255, 255);
	text-align: center;
	width: auto;
	border: 0px none rgb(255, 255, 255);
	border-radius: 0 0 0 0;
	margin: 0px 0px 22px;
	/*text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);*/
	margin-top: 20px;
}

.popup h3{
	margin: 1rem 0;
}

.popup .gfield_label{
	display: none !important;
}

.popup .gform_wrapper .gform_footer input.button,
.popup .gform_wrapper .gform_footer input[type=submit] ,
.popup .button{
    font-size: 1em;
    /*width: 300px;*/
    /*max-width: 75%;*/
    margin: 0 auto;
    border: none;
    padding: 12px 0;
    font-weight: 700;
    display: inline-block;
    padding: 15.5px 1.75rem;
    background-color: #bf5d3d;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.5s ease, color 0.5s ease !important;
    text-shadow: none;
}


.validation_error{
	display: none !important;
}

.popup .gform_wrapper .gform_footer input.button:hover,
.popup .gform_wrapper .gform_footer input[type=submit]:hover{
	cursor: pointer;
	background-color: #739DA0;
	color: #fff;
}

.popup input[type='text']{
	border: none !important;
	background: #f7f7f7 !important;
}

.popup .gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0 !important;
}

.popup .gform_wrapper .gform_footer{
	margin-top: 0 !important;
}


.popup .gform_wrapper div.validation_error{
    color: #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.popup .gform_wrapper li.gfield.gfield_error{
	background-color: rgba(255,255,255,0.4) !important;
	border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.popup .gform_wrapper .validation_message{
	color: #fff !important;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 568px){
	.popup{
		display: none !important;
	}
}

.popup .overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,0.25);
}


.enews-signup--center {
	text-align: center;
}

/* gform */

.gform_button {
	margin-right: 0;
	padding: 27.5px; /* 28px / 16px */
	border: none;
    outline: none;
    font-family: 'Overpass';
    font-size: 1.3125rem !important; /* 21px / 16px */
    font-weight: 700;
    line-height: 1;
    background-color: #BF5D3D;
    color: #ffffff;
}

	.gform_button:hover {
		cursor: pointer;
	}

#gform_2 .ginput_container {
	border: none;
}

#gform_2 .gform_body {
	width: 100%;
}

#input_2_2 {
	height: 3.25rem; /* 52px / 16px */
	padding: 0 1.3125em; /* 21px / 16px */
	border: none;
	font-family: 'Overpass';
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 3.25rem; /* 52px / 16px */
}

	#input_2_2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #BBB8B6;
	  opacity: 1; /* Firefox */
	}

	#input_2_2:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #BBB8B6;
	}

	#input_2_2::-ms-input-placeholder { /* Microsoft Edge */
	  color: #BBB8B6;
	}

li.gfield {
	padding: 0 !important;
}

#gform_2 div.gform_footer.top_label {
	vertical-align: top !important;
}


/* Custom */
.popup--contest .popup__inner {
	text-shadow: none !important;
	background-color: #f1f2f2 !important;
	color: #132228 !important;
}

.popup--contest .stroke::before {
	border-color: #132228 !important;
}

