/**general**/
body{
	background:$white;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}
.text-align-center{
	text-align: center;
}
p{
	margin:1.85em 0px 1.85em 0px;
	word-wrap:break-word;
	line-height:1.5;
}
.customizer-placeholder{
	text-align:center;
	border:1px dashed #cccccc;
}