.cwp-subscription-form label{
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.cwp-subscription-form input{
    height: 52px;
    max-width: 358px;
    width:100%;
    background-color: #fff;
    font-size: 18px;
}

.cwp-subscription-form{
    max-width: 358px;
    float: right;
    width: 100%;
}

.cwp-subscription-form input.email-address{
    padding: 0 15px;
    margin-bottom: 20px;
}

.cwp-subscription-form input.home-city{
    padding-left: 36px;
    background-image: url('https://sofar-blog-images.s3.eu-west-2.amazonaws.com/wp-content/uploads/search.svg');
    background-repeat: no-repeat;
    background-position: 13px center;

}

.cwp-subscription-form .results{
    position: absolute;
    width: 100%;
    z-index: 1;
}

.results{
    display: none;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px 0px;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    max-height: 300px;
    width: auto;
    overflow-y: auto;
    border: 1px solid rgb(229, 229, 229);
}


.cwp-subscription-form a.continue-reading{
	padding: 16px 12px; 
}

.results .ptitle{
	font-size: 16px;
	font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.6;
    margin: 0px;
    padding: 4px 16px;
    background: rgb(255, 255, 255);
    position: sticky;
    display: block;
    top: 0px;
    color: rgb(0, 0, 0);
}

.results li{
	margin-top: 0px;
    list-style: none;
    padding: 10px 16px;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.results li:hover{
	background-color: rgb(229, 229, 229);
}

.closediv{
	display: block;
	margin-top: 0px;
    margin-bottom: 24px;
	border-bottom: 1px solid rgb(162, 153, 146);
}

.results li span:not(.cityname){
	font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 140%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: rgb(148, 148, 148);
}

.cw-down{
	background: url('https://sofar-blog-images.s3.eu-west-2.amazonaws.com/wp-content/uploads/down.svg') no-repeat;
	height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
	right: 10px;
    top: 42px;
}

.dropdown-content{
	position: relative;
}

.allcities{
    display: none;
}

.warning{
    display: none;
    position: relative;
    top: -20px;
    color: red;
}

.home-city .warning{
    top:0
}

.confirm h3{
    font-size: 45px;
    font-weight: 600;
    margin: 0px 0px 16px;
    padding: 0px;
    color: rgb(51, 51, 51);
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
}

.confirm p{
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 140%;
    margin: 0px;
    padding: 0px;
    color: rgb(51, 51, 51);
    font-size: 20px;
    text-align: center;
}