/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* FRESH MAIL*/
/*#freshMailPopUp__background{display: none;}*/
#freshMailPopUp__background [type="submit"]{position: absolute;top:23px;right:0;}
#freshMailPopUp__background [name="fm_form_agree"]+span{font-size: 14px;}
#freshMailPopUp__background [name="form[email]"]{text-indent: 12px;font-size: 14px;}
#freshMailPopUp__background .message_error{color:red;position: absolute;top: 0;}
#freshMailPopUp__background .message_success{color:#21db56;}

body:not(.logged-in) #account-content-block .quad-block-padding{max-width: 600px !important;}

.unsabscribed-block-wrapper .form-row:nth-child(2){margin-top:5px;}
.unsabscribed-block-wrapper.is-active:before{
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #fff;
	opacity: 0.8;
}
.unsabscribed-block-wrapper.is-active .is-active{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}