/*
	Theme Name:		Leeham News
	Description:	Organic Purpose child theme
	Author:				Kern Co.
	Author URI:		https://joshkern.co/
	Template:			organic_purpose
	Version:			1.0.0
	Text Domain:	organicthemes
	License:			GNU General Public License v3 or later
	License URI:	https://www.gnu.org/licenses/gpl-3.0.en.html
*/

body {
	color:#000;
}

h5 {
	font-size: 1.2em;
}

#header #masthead .site-title {
	display: none;
}

ul#sitemap ul,
#sitemap ul.sub-menu {
	margin-left: auto;
}

.page div#comments {
	display: none;
}

ul#section_15 {
	height: auto !important;
}

.pricing {
		display: flex;
		align-items: flex-start;
		flex-flow: row wrap;
		justify-content: center;
		align-content: center;
}

.pricing p {
	display: none;
}

.pricing h5 a:hover {
	color:#000;
}

.content .printfriendly.pf-alignleft a {
	color: #999999 !important;
	float: right;
	display: inline-block;
	position: relative;
	font-family: 'Montserrat';
	font-weight: 400;
	text-transform: uppercase;
	margin: 12px 0px;
	padding: 2px 18px;
	border-radius: 24px;
	border: 2px solid #999999;
	border: 2px solid rgba(0, 0, 0, 0.4);
	font-size: 0.9em;
	-webkit-appearance: none;
}

.content .printfriendly.pf-alignleft a:hover {
		color: #333333 !important;
		text-decoration: none;
		border: 2px solid #333333;
		cursor: pointer;
		-webkit-appearance: none;
}

.content .printfriendly.pf-alignleft a span:before {
	content: "\f1c1";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	margin-right: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.article > .mp_wrapper > .mepr-login-form-wrap {
	display: none;
}

body #top-menu .logged-in,
body nav#navigation .logged-in {
	display: none;
}

body.logged-in #top-menu .logged-out,
body.logged-in nav#navigation .logged-out {
	display: none;
}

body.logged-in #top-menu .logged-in,
body.logged-in nav#navigation .logged-in {
	display: inline-block;
}

.headline,
.headline.small {
	font-size: 1.9em;
}

p.inline br {
	display: none;
}

#header {
	position: relative;
}

.content.no-thumb,
.no-thumb {
	padding-top: 0px;
}

#header .header-bg {
	display: none !important;
}

.organic-column.one-fourth p {
	font-size: 14px;
}

.comment-content blockquote {
	color: #000;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0px;
	padding: 0 0 0 20px;
	border: 0px;
	border-left: 4px solid #DDDDDD;
}

#banner_top {
		margin: 30px 0 -32px 0;
		display: block;
		width: 100%;
		text-align: center;
}

#banner_top img {
		margin: auto;
		text-align: center;
}

#banner_top ul {
	margin: 0px;
	list-style: none;
	text-align: center;
}

#banner_top li {
	margin:0px;
	padding:0px;
	list-style: none;
}

li.widget_adrotate_widgets {
		list-style: none;
}

li.widget.adrotate_widgets {
		list-style: none;
}

.single-memberpressproduct div#jp-relatedposts {
	display: none !important;
}

ul.display-posts-listing {
	margin: 0px;
	padding: 0px;
}

ul.display-posts-listing li {
	padding: 0 0 0 2px;
}

ul.display-posts-listing .title {
	text-transform: none;
}

.widget_rss h2 {
		display: none;
}

li.widget_rss {
	list-style: none;
}

div#swiffycontainer {
		margin: auto;
}

@media print {
	#header nav#navigation.navigation-main,
	#header #top-menu {
	display: none;
	}

	#header {
		margin-bottom: 40px;
	}

	.content .three.columns {
		display: none;
	}

	.content .nine.columns {
		width:100%;
	}

	.content .four.columns {
		display: none;
	}

	#comments {
		display: none;
		border:0px;
		padding: 0px;
		box-shadow: none;
	}

	#respond {
		display: none;
	}
}

/* begin from Bootstrap */

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
					background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}

.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

/* end from Bootstrap */
