@media screen {

	
/************* Site Specific Styling  *************/

/*-- Container of Personalisation Widget -- */
#personalise-container {
	background-color:rgba( 255, 255, 255, 0.94 );
	border:1px solid #e6e6e6;
	box-shadow:0 0 5px #000;
	color: #4c4841;
	position: absolute;
    	left: 30px;
    	bottom: 140px;
}

/*--  Close link -- */
.close { 
    	background: #678080;
}

/*-- Font Awesome Icon --*/
#close-link i {
	color: #fff;
}

#personalise-container a {
	color: #c0995d;
}

/*-- Separator lines for each Message --*/
.sepp {
	border-bottom: 1px solid #DEDEDE;
}	
	
/*-- Message Styling --*/	

/*-- Welcome Message M0 Header --*/	
.personalise.m0 h1, .personalise.greeting {
    color:#4c4841;
}

.personalise.m0 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}

/*-- Sub Header --*/	
.personalise  h2 {
    color: #678080;
    font-family: 'EB Garamond', serif;
}
	
/************* Standard Layout Structre  *************/
/*-- Container of Personalisation Widget -- */
#personalise-container {
	display:none;
	font-size: 12px;
	padding:10px;
	width: 320px;
	z-index:1000;
}
	
/*--  Close link -- */
.close { 
	float:right;
   	border-radius: 50%;
	font-size: 12px;
    	padding: 1px;
}
	
/*-- Font Awesome Icon --*/
#close-link i {
	cursor:pointer;
	text-decoration:none;
}
	
#personalise-container a {
	font-weight: 700;
    	text-decoration: none;
}
	
.personalise {
	font-size:12px;
}

/*.personalise.greeting {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}*/

.personalise {
	width:90%;
	margin: 10px;
}

.personalise img {
	max-height:50px;
	margin: 0px 15px 10px 0px;
}

.personalise span {
	margin: 8px 10px 10px 10px;
	display:block;
}

.personalise img, personalise span {
	float:left;
}

/*-- Separator lines for each Message --*/
.sepp {
   	clear: both;
   	margin: 5px 0px 10px 10px;
    	width: 90%;
}
	
	
/*-- Message Styling --*/	

/*-- Welcome Message M0 Header --*/	
.personalise.m0 h1, .personalise.greeting {
    border-bottom:0;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 10px 0px 15px 10px;
    padding:0;
}	


/*-- Sub Header --*/	
.personalise  h2 {
    border-bottom:0;
    font-size: 16px; /*-- Edit to Structure was 14px --*/
    font-weight: 500;
    line-height: 18px;
    margin: 5px 0px 5px 0;
    padding:0;
}

	
}/*-- /media screen --*/


/* -- If required --
@media screen and (max-width: 990px){		
	

}*//*-- /media screen max-width:990px --*/
