/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
ol.selectable,
ul.selectable{
	list-style-type: none!important;
	display: inline-block!important;
	margin: 0!important;
	padding: 0!important;
	position: relative!important;
}

ol.selectable li,
ul.selectable li{
	display: inline-block;
	margin: 0.5em 0.2em!important;
	padding: 0.5em 2em;
	position: relative;
	cursor: pointer;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 0.97em;
	background-color: #e5e1d6;
	background-image: none;
	color: #000000;
	-moz-box-shadow:    inset 0 -3px 0px #dcd6c6;
	-webkit-box-shadow: inset 0 -3px 0px #dcd6c6;
	box-shadow: inset 0 -3px 0px #dcd6c6;
}

ol.selectable li.ui-selected,
ul.selectable li.ui-selected{
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFFFFF;
	background-color: #ff9302;
	background-image: none;
}

.show_hide_all{
	cursor: pointer;
	color: #CD3E01;
	text-decoration: underline;
}

h2.grouping-header{
	font-weight: 600;
	text-align: left;
	font-size: 1.8em!important;
	text-transform: uppercase;
	padding: 0px 0px 10.08px 0px;
    margin: -9px 0px 10.8px 0px;
	display: block;
	position: relative;
	letter-spacing: 0.04em;
	font-family: Montserrat, sans-serif;
}


.hide-reveal-top-level-category-heading{
	font-weight: bold;
	font-size: 1.3em;
	padding: 0!important;
	margin: 1em 0em 0em 0em!important;
}

hr.norm-grey{
	color: #ebeae6;
	background-color: #ebeae6;
	border: 0;
	height: 1px;
	margin: 0.5em 0em 0.4em 0em;
}

hr.green-hr{
	color: #9bca4a;
	background-color: #9bca4a;
	border: 0;
	height: 3px;
	margin: 0em 0em 2.3em 0em;
}
hr.grey-posthr{
	color: #ebeae6;
	background-color: #ebeae6;
	border: 0;
	height: 1px;
	margin: 0.8em 0em;
}
.hide-reveal-content-holder{
	margin-top: 45px;
}
.piece-of-content{
	margin: 1.7em 0em 3em 0em;
}
body.postid-7700 .piece-of-content{
	margin: 1.7em 0em 2.25em 0em;
}
body.postid-9841 .piece-of-content{
	margin: 1.7em 0em 1em 0em;
}
.p-content{
	margin-top: 1.5em;
}
.piece-of-content-title{
	font-weight: 600;
	font-size: 1.1em;
}
span.piece-of-content-cat{
	background-size: initial;
	background-repeat: no-repeat;
	background-position: left 44%;
	color: #000000;
	padding: 0.5em 2em 0.5em 2.3em;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}
span.piece-of-content-cat#also-show-me-cro-best-practices{
	background-image: url('images/cro-best.png');
}
span.piece-of-content-cat#i-want-tactics-that-help{
	background-image: url('images/tactics.png');
}
span.piece-of-content-cat#i-want-to-optimize{
	background-image: url('images/optimize.png');
	background-position: left 49%;
}
p.sources-sec{
	font-size: 0.9em;
}

p.sources-sec span.sources_label{
	font-weight: bold;
	text-transform: capitalize;
}
.cat-titles-box{
	border-top: 1px solid #ebeae6;
	border-bottom: 1px solid #ebeae6;
	font-size: 0.7em;
}

span.piece-of-content-cat#show-me-only-brians-favorite-tools,
span.piece-of-content-cat#show-only-brians-favorite-tips{
	background-image: url('images/seo-tools/thumb.png');
	background-position: left 23%;
}
span.piece-of-content-cat#show-me-only-brians-favorite-tools[data-catval="no"],
span.piece-of-content-cat#also-show-me-cro-best-practices[data-catval="no"],
span.piece-of-content-cat#show-only-brians-favorite-tips[data-catval="no"]{
	display: none;
}

/* New SEO Tools Hide/Reveal */
span.piece-of-content-cat#i-want-tools-that-are{
	background-image: url('images/seo-tools/dollar.png');
	background-position: left 42%;
}
span.piece-of-content-cat#i-want-seo-tools-that-help-with{
	background-image: url('images/seo-tools/spanner.png');
	background-position: left 43%;
}

/* New SEO Tips Hide/Reveal */
span.piece-of-content-cat#i-want-tips-that-help-with{
	background-image: url('images/seo-tips/tip-category.png');
	background-position: left 42%;
}
span.piece-of-content-cat#i-want-tips-that-are-for{
	background-image: url('images/seo-tips/tip-level.png');
	background-position: left 59%;
}
