/* Custom text styles */
.bang:after { 
  background : url(https://itry.uk/wp-content/uploads/2022/01/ex-s.png) no-repeat ;
	background-size:.3em 1.0em;
	background-position: 0 .1em;
	vertical-align: bottom;
	width:.4em;
	height:1.2em;
	content : "";
	display:inline-block;
}

.blue-button { 
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
}

.red-button {
	background-color:#bc3315;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
}
/* end custom text styles */

.elementor-page-10 .site-header,
.elementor-page-10 .site-footer,
.elementor-page-10 .page-header{display:none;}
.elementor-page-6 .site-header,
.elementor-page-6 .site-footer,
.elementor-page-6 .page-header{display:none;}

body.single-post header.page-header h1.entry-title:after{
	background : url(https://itry.uk/wp-content/uploads/2022/01/ex-s.png) no-repeat ;
	background-size:12px 38px;
	background-position: 0 5px;
	vertical-align: bottom;
	width:.4em;
	height:1.2em;
	content : "";
	display:inline-block;
}

article.post h2.entry-title a:after{
	background : url(https://itry.uk/wp-content/uploads/2022/01/ex-s.png) no-repeat ;
	background-size:.3em 1.0em;
	background-position: 0 2px;
	vertical-align: bottom;
	width:.4em;
	height:1.2em;
	content : "";
	display:inline-block;
}