/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.2
Text Domain: Avada
*/

/*styling for tag lists & tag box*/
#tagsDiv {
	background: none repeat scroll 0 0;
	}
.tag_date {
	display:none;
	}
div#sort_boxes {
	width:100%;
	text-align:center;
	}
button {
	width:116px;
	}
div.tag_list  {
	margin-bottom: 1em;
	margin-top: 1em;
	}
	.tag_list ul  {
		list-style: none outside none;
		}
	.tag_list ul, ol {
		margin: 0 0 0 0;
		}
		.tag_list ul li {
			line-height: 35px;
			float: left;
			width: 160px;
			}
	.tag_list br  {
		clear: left;
}

.s2member-protected .fusion-post-title > a {
  position: relative;
}
.s2member-protected .fusion-post-title > a:after {
	content:"\f112";
	font-family: dashicons;
	padding-left: 5px;
	position: absolute;
	top: 0;
}
@media (max-width:550px) {
	.s2member-protected .fusion-post-title > a:after {
		position: relative;
	}
}