/*
Theme Name: David Lizerbram Law
Theme URI: http://www.lizerbramlaw.com
Description: Theme for lizerbramlaw.com
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}

/* Base Tags
====================================================*/
html {
	background: #103746;	
}
	html.popup {
		background-color: #fff;
	}
body {
	position: relative;
	font: normal 15px/1.6em 'lato', Arial, sans-serif;
	color: #000;
}
a {
	color: #154457;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
p {
	margin: 0 0 25px;
}
	p.no-padding {
		margin-bottom: 2px;	
	}
	* > *:last-child {
		margin-bottom: 0 !important;	
	}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 12px;
	letter-spacing: 1px;
	line-height: 1em;
}
h1, .h1 {
	font-size: 37px;
}
h2, .h2 {
	font-size: 33px;
}
h3, .h3 {
	font-size: 29px;	
}
h4, .h4 {
	font-size: 25px;	
}
h5, .h5 {
	font-size: 21px;	
}
h6, .h6 {
	font-size: 17px;	
}
img {
	max-width: 100%;
	height: auto;
	border: none;	
}
	.mid a:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);	
	}
th {
	text-align: left;
}
ul, ol {
	padding-left: 30px;
	margin-bottom: 17px;	
}
ul li, ol li {
	padding-bottom: 8px;	
}
	ul ul, ol ol {
		margin: 8px 0 -8px;	
	}
p + ul, p + ol {
	margin-top: -10px;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 25px 0;
	background-color: #cfcfcf;
	border: none;
}
table {
	width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
}
	table td {
		vertical-align: top;
		padding: 10px;	
	}
	.align-middle td {
		vertical-align: middle !important;
		padding: 0 10px;
	}
		table td img {
			max-width: none;
		}
		table tr td:first-child, table tr th:first-child {
			padding-left: 0;
		}
		table tr td:last-child, table tr th:first-child {
			padding-right: 0;
		}
	table ul, table ol {
		padding-left: 20px;
	}
	table hr {
		width: 55px;
		height: 1px;
		margin: 20px 0;
		background-color: #f9bd9f;
		border: none;
	}
button {
	border: none;
	background: none;
	cursor: pointer;	
}
iframe {
	display: block;
	max-width: 100%;
	margin-bottom: 25px;
	border: none;
}
blockquote {
	padding: 20px 20px 20px 63px;
	margin-bottom: 25px;
	background: #ebebeb url(assets/images/blockquote.png) 3% 50% no-repeat;
}

/* Important and Shared Classes
====================================================*/
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.relative, .pie {
	position: relative;
}
.float-left {
	float: left;	
}
.float-right {
	float: right;	
}
.bg-white {
	background-color: #fff !important;
}
.font-orange {
	color: #f37132;
}
.no-underline {
	text-decoration: none !important;	
}
.display-block {
	display: block;	
}
.upper {
	text-transform: uppercase;	
}
.text-replace {
	display: block;
	text-indent: -9999px;
	overflow: hidden;	
}
.text-center {
	text-align: center;
}
.clickable {
	cursor: pointer;	
}
.button, .gform_button {
	display: inline-block;
	width: auto;
	padding: 14px 24px;
	background-color: #f37132;
	border-color: #f37132;
	color: #fff;
	cursor: pointer;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
	.button:hover {
		background-color: #c05e2e;
		border-color: #c05e2e;
		color: #fff;
	}
	.button .fa {
		margin-left: 5px;
	}
.alignleft {
	float: left;
	margin: 0 25px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 25px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 15px auto;
}
.wp-caption {
	background-color: #f0f0f0;
}
	.wp-caption img {
		display: block;
	}
.wp-caption-text {
	padding: 15px;
	margin-bottom: 0;
	color: #979797;
	font-size: 13px;
	line-height: 1.35em;
}
	.wp-caption-text strong {
		display: block;
		padding: 8px 0 0 8px;
	}
.loading-gif {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}
.border-header {
	clear: both;
	margin-bottom: 40px;
	border-bottom: 1px solid #f37132;
	text-align: center;
}
	.border-header span {
		position: relative;
		top: 15px;
		padding: 0 12px;
		background-color: #fff;
		color: #f37132;
		font-size: 26px;
		letter-spacing: 2px;
		text-align: center;
		text-transform: uppercase;
	}
	.border-header span.gray {
		background-color: #ececec;
	}
.wrapper {
	clear: both;
	float: left;
	width: 100%;
}
.container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0 5px;
}
.orange-subhead {
	color: #f37132;
	font-size: 120% !important;
	font-weight: bold;
}

/* #top-bar
====================================================*/
#top-bar {
	position: relative;
	padding: 8px 0 7px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
	color: #9f9f9f;
}
	.logged-in #top-bar {
		top: 32px;
	}
	#top-bar a {
		color: #9f9f9f;
	}
	#top-bar a:hover {
		color: #000;
	}
	#top-bar .sm-icons {
		margin-bottom: 0;
	}
	#top-bar .menu-top-corner-menu-container {
		display: inline-block;
	}
	#top-bar ul, #top-bar li, #top-bar li a {
		display: inline-block;
		padding: 0;
		line-height: 13px;
		vertical-align: middle;
	}
	#top-bar ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#top-bar li {
		height: 11px;
		padding: 0 10px;
		margin: -10px 0 0;
		border-left: 1px solid #9f9f9f;
		line-height: 1em;
		overflow: visible;
	}
		#top-bar ul li:first-child {
			padding-left: 0;
			border-left: none;
		}
		#top-bar li a {
			position: relative;
			top: -3px;
			font-size: 12px;
			letter-spacing: 1px;
			text-decoration: none;
			text-transform: uppercase;
		}
		#top-bar li a:hover {
			text-decoration: underline;
		}
	#top-bar h6 {
		display: inline-block;
		margin: 4px 25px 0 0;
		font-weight: normal;
		letter-spacing: 2px;
	}

/* #page-wrapper
====================================================*/
#page-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fff;
}
	.logged-in #page-wrapper {
		margin-top: 32px !important;
	}

/* Header
====================================================*/
header {
	position: fixed;
	top: 49px;
	left: 0;
	z-index: 999;
	padding-top: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
	.logged-in header {
		top: 74px !important;
	}
	.scrolled header {
		top: 0;
		padding-top: 10px;
		padding-bottom: 2px;
		background: #fff;
		-webkit-box-shadow: 0 8px 6px -6px #aeaeae;
     	-moz-box-shadow: 0 8px 6px -6px #aeaeae;
        box-shadow: 0 8px 6px -6px #aeaeae;
	}
		.logged-in .scrolled header{
			top: 32px !important;
		}
#site-logo {
	text-align: center;
}
	#site-logo img {
		width: auto !important;
		height: auto !important;
		max-height: 71px !important;
	}
.mobile-phone {
	margin: 10px 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

/* Nav
====================================================*/
nav {
	margin-top: 22px;
}
	nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
		nav ul li {
			display: inline-block;
			position: relative;
			padding: 0 5px;
			margin-bottom: 0;
		}
		nav ul li:first-child {
			padding-left: 0;	
		}
	nav a {
		display: block;
		padding: 12px;
		color: #000;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 1em;
		text-decoration: none;
		text-transform: uppercase;
	}
		nav .current_page_item a, nav .current-menu-item a, nav a:hover, nav .current-page-ancestor a, .single-resources .menu-item-3280 {
			background-color: #cecdc1;
			color: #000;
		}
li .sub-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 225px;
	height: auto !important;
	top: 100%;
	left: 5px;
	padding: 0;
	margin: -1px 0 0;
	background-color: #f8f8f8;
	text-align: left;
}
	li:hover .sub-menu {
		display: block !important;	
	}
	li .sub-menu:after {
		display: none;
	}
	nav .sub-menu li, nav .sub-menu a {
		display: block !important;
		float: none !important;
		height: auto !important;
		margin: 0 !important;
		background: none !important;
	}
	nav .sub-menu li {
		padding: 0 !important;	
	}
	nav .sub-menu a {
		padding: 13px !important;
		font-size: 12px;
		letter-spacing: normal;
		line-height: 1em;
		color: #000 !important;
	}
		nav .sub-menu .current-menu-item a, nav .sub-menu li a:hover {
			background-color: #cecdc1 !important;
			color: #000 !important;
		}
.mobile-nav-click {
	display: none;
	float: right;
	width: auto;
	padding: 8px 15px;
	margin-top: 15px;
	background: #fff;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mobile-nav {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	right: -220px;
	width: 190px;
	height: 100%;
	padding: 0 15px;
	padding-top: 1%;
	padding-bottom: 1%;
	min-height: 100%;
	background: #fff;
	border-left: 2px solid #eee;
}
.mobile-nav.show-nav {
	display: block;
}
	.mobile-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.mobile-nav li {
		display: block;
		padding: 10px 0;
	}
		.mobile-nav li .sub-menu {
			display: block;
			position: relative;
			width: auto !important;
			top: 0;
			left: 0;
			padding: 0 0 0 10px !important;
			margin-bottom: -10px !important;
			background: none !important;
		}
	.mobile-nav a {
		display: block;
		margin: 0;
		padding: 0;
		text-decoration: none;
		text-align: right;
		color: #000;
		text-transform: uppercase;
		font-weight: bold;
	}
		.mobile-nav .sub-menu a {
			font-weight: normal;
			text-transform: none;
		}
	.mobile-nav form {
		display: none;
	}
	.mobile-nav hr {
		clear: both;
		width: 50px;
		height: 1px;
		margin: 15px 0 15px 140px;
		background: #000;
		border: none;
	}
	.mobile-nav .sm-icons {
		margin-top: 20px;
		text-align: right;
	}
		.mobile-nav .sm-icons a {
			font-size: 20px;
			margin: 0 10px;
			color: #000;
		}

/* #banner
====================================================*/
#banner {
	min-height: 31px;
	margin-top: 166px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
	.home #banner {
		position: relative;
		min-height: 250px;
		height: 250px;
	}
.banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80%;
  	height: 100%;
  	margin: 0 auto;
	padding: 2%;
	box-sizing: border-box;
	text-align: center;
}
	.banner-content .inner {
		width: 100%;
		padding: 15px;
		background: rgba(255, 255, 255, 0.9);
		box-sizing: border-box;
	}
@-moz-document url-prefix() {
    .banner-content {
	  	top: 25%;
	  	left: 0;
    }
}
	.banner-content h1 {
		margin-bottom: 25px;
		font-size: 40px;
		line-height: 1.15em;
		text-transform: uppercase;
	}
	.banner-content .button-wrapper {
		margin: 0;
	}
	.banner-content .button {
		background-color: #fff;
		border: 1px solid #000;
		color: #000;
		font-size: 16px;
	}
	.banner-content .button:hover {
		background-color: #f8f8f8;
		color: #000;
	}
	
/* Mid, Content
====================================================*/
.mid, .row-wrapper {
	padding: 25px 0;
	background: #fff;
}

/* Homepage
====================================================*/
.home-box {
	position: relative;
	float: left;
	width: 33%;
	margin-left: .5%;
	margin-bottom: 120px;
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
	.home-box.box1 {
		margin-left: 0;
	}
	.home-box a {
		display: block;
		height: 140px;
		padding: 56px 20px 0;
		font-size: 28px;
		font-weight: bold;
		line-height: 30px;
		letter-spacing: 1px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		background: rgba(53, 43, 31, 0.65);
	}
	.home-box a:hover {
		height: 148px;
		padding-top: 48px;
		background: #352b1f;
	}
	.home-box .box-title {
		display: block;
	}
	.home-box .hover {
		display: none;
	}
		.home-box a:hover .still {
			display: none;
		}
		.home-box a:hover .hover {
			display: block;
			font-size: 15px;
			line-height: 19px;
		}
	.home-box img {
		position: absolute;
		z-index: 50;
		bottom: 0;
		left: 50%;
		margin-left: -31px;
	}
		.home-box a:hover img {	
			opacity: 1 !important;
			filter: alpha(opacity=100) !important;
		}
.part-business-statement {
	background-color: #154457;
	color: #fff;
}
	.part-business-statement td {
		position: relative;
		padding: 40px !important;
	}
	.part-business-statement .statement-image {
		width: 45%;
	}
	.part-business-statement h4 {
		font: normal 26px/1.45em 'Lobster', 'lato', Arial, sans-serif;
		margin-bottom: 0;
	}
	.part-business-statement img {
		position: absolute;
		z-index: 99;
		bottom: -25px;
		left: 0;
	}
.part-resource-kit {
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
}
	.part-resource-kit td {
		vertical-align: middle;
	}
	.part-resource-kit .resource-kit {
		width: 65%;
		padding: 40px 40px 40px 0 !important;
	}
	.part-resource-kit h2, .part-resource-kit h4 {
		margin-bottom: 20px;
	}
	.part-resource-kit .resource-kit .upper {
		margin-top: -10px;
	}
	.part-resource-kit .resource-kit img {
		position: relative;
		top: 9px;
		left: 10px;
	}
	.part-resource-kit .gform_heading {
		display: none;
	}
.part-testimonial {
	border-bottom: 1px solid #e2e2e2;
}
	.part-testimonial td {
		padding: 15px 40px !important;
		vertical-align: middle;
	}
	.part-testimonial .testimonial-logo {
		width: 20%;
	}
	.part-testimonial .quote {
		font-size: 18px;
		line-height: 1.45em;
		margin-bottom: 0;
	}
	.part-testimonial .byline {
		margin-bottom: 0;
		margin-top: 12px;
		color: #6b6b6b;
	}

/* Pages
====================================================*/
.page-title {
	margin: 10px 0 30px;
	text-align: center;
}
.page-title.no-content {
	margin-bottom: 5px;
}
	.page-title h1 {
		margin-bottom: 0;
		font-size: 40px;
		text-transform: uppercase;
	}
	.page-title h2 {
		margin: 15px 0 30px;
		font-size: 22px;
		font-style: italic;
		font-weight: normal;
		letter-spacing: normal;
		line-height: 1.2em;
	}
	.entry-content .border-header {
		margin-bottom: 50px;
	}
#col-left {
	width: 68%;
}
#col-right {
	width: 260px;
}
.intro-content {
	margin-bottom: 50px;
}
.featured-logos {
	width: auto;
	margin: 0 auto 25px;
	text-align: center;
}
	.featured-logos td {
		padding: 0 25px ;
	}
.legend {
	border: 1px solid #cfcfcf;
	text-align: center;
}
	.entry-content table.legend td {
		padding: 20px !important;
	}
.appearance {
	text-align: left !important;
}
	.appearance td {
		padding-top: 15px;
		padding-bottom: 15px;
		vertical-align: middle;
	}
	.appearance .icon, .appearance .icon img {
		width: 52px;
	}
		.appearance .icon img {
			display: block;
		}
.featured-podcasts {
	table-layout: fixed;
}
	.featured-podcasts .image {
		width: 20%;
		text-align: center;
	}
	.featured-podcasts td {
		padding-bottom: 30px;
	}
	.featured-podcasts p {
		margin-bottom: 12px;
		line-height: 1.3em;
	}
	.featured-podcasts a {
		text-decoration: none;
	}
		.featured-podcasts a span {
			text-decoration: underline;
		}
		.featured-podcasts a:hover span {
			text-decoration: none;
		}
.mejs-container {
	margin-top: 30px;
}

/* Part - Rows
====================================================*/
.row-wrapper table {
	table-layout: fixed;
	margin-bottom: 0;
}
.bg-odd {
	background-color: #efefef !important;
}

/* Part - Extras, Testimonials
====================================================*/
.part-extras-testimonial {
	table-layout: fixed;
}
	.part-extras-testimonial td {
		vertical-align: middle;
	}
	.part-extras-testimonial .testimonial-image {
		width: 30%;
	}
	.part-extras-testimonial .testimonial-image img {
		display: block;
		border: 1px solid #cecdc1;
	}

/* Part - Featured Posts
====================================================*/
.part-featured-posts, .part-featured-posts .border-header span {
	background-color: #ebebeb;
}
	.part-featured-posts table {
		color: #000;
		text-align: center;
	}
	.part-featured-posts td {
		padding: 10px 20px 0 !important;
	}
	.part-featured-posts h6, .part-featured-posts p {
		margin-bottom: 15px;
	}
		.part-featured-posts h6 a {
			color: #000;
			text-decoration: none;
		}
		.part-featured-posts h6 a:hover {
			color: #f37132;
		}
	.part-featured-posts .read-more, .brackets.read-more {
		color: #f37132;
		font-size: 17px;
		text-decoration: none;
	}
	.brackets.read-more {
		font-size: 20px;
		text-transform: uppercase;
	}
		.part-featured-posts .read-more span, .brackets.read-more span {
			position: relative;
			top: -1px;
			font-size: 13px;
		}
		.brackets.read-more span {
			font-size: 16px;
		}
		.part-featured-posts .read-more:hover, .brackets.read-more:hover {
			color: #000;
		}
		.part-featured-posts .read-more:hover span, .brackets.read-more:hover span {
			text-decoration: underline;
		}

/* Part - CTA
====================================================*/
.part-cta {
	margin-top: 15px;
	padding: 40px 0;
	background-color: #e3e3e3;
	text-align: center;
}
	.single .part-cta {
		margin-top: 0;
	}
	.part-cta h4 {
		margin-bottom: 0;
		font-size: 22px;
		text-transform: uppercase;
	}
	.part-cta span {
		position: relative;
		top: 2px;
	}

/* Blog
====================================================*/
.post {
	clear: both;
}
.featured-image {
	float: right;
	width: 22%;
	border: 1px solid #cecdc1;
}
	.featured-image img {
		display: block;
	}
.post-excerpt {
	float: left;
	width: 72%;
}
.post-title {
	margin-bottom: 15px;
}
.post-title, .post-title a {
	color: #f37132;
	text-decoration: none;
	text-transform: uppercase;
}
.post-title a:hover {
	color: #000;
}
.post-meta {
	color: #87867d;
	font-weight: normal;
	text-transform: uppercase;
}
.post-hr {
	width: 80px;
	background-color: #cecdc1;
}
.blog-featured-image {
	margin-bottom: 30px;
}
	.blog-featured-image img {
		display: block;
		width: 100%;
	}
.read-more a {
	color: #f37132;
	text-transform: uppercase;
}
.read-more a:hover {
	color: #000;
}
div.sharedaddy div.sd-block {
	clear: both !important;
	margin: 35px 0 !important;
	border: none !important;
}
	.bar-sharing div.sharedaddy div.sd-block {
		margin: 20px 0 0 !important;
	}
#respond {
	margin-top: 35px;	
}
.screen-reader-text {
	display: none;	
}
.result {
	margin-bottom: 50px;
}
.blog-cta {
	padding: 15px;
	background-color: #f37132;
	color: #fff;
	text-align: center;
}
	.blog-cta h5 {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 1.2em;
	}
	.blog-cta .button {
		padding: 10px 18px;
		background-color: #fff;
		border-color: #fff;
		color: #000;
		font-size: 15px;
	}
	.blog-cta .button:hover {
		background-color: #eaeaea;
		border-color: #eaeaea;
	}
.blog-sidebar {
	padding: 15px;
	margin-top: 30px;
	background-color: #f2f1e9;
	border: 1px solid #eaeaea;
}
	.blog-sidebar hr {
		width: 80px;
		margin: 15px 0;
		background-color: #dfded4;
	}
.blog-sidebar.centered {
	background-color: #fff;
	border-color: #fff;
	text-align: center;
}
	.blog-sidebar.centered hr {
		margin-left: auto;
		margin-right: auto;
	}
	.blog-sidebar.centered .search-input, .blog-sidebar.centered .search-submit {
		background-color: #f2f1e9;
	}
	.blog-sidebar.centered .wpp-list {
		text-transform: uppercase;
	}
.widget {
	margin-top: 40px;
	font-size: 15px !important;
}
	#col-right .widget:first-child {
		margin-top: 0;
	}
	.widget p {
		margin: 12px 0 0;
	}
	.widget ul {
		padding: 0;
		list-style: none;
	}
	.widget li {
		padding: 0;
		margin-top: 12px;
		line-height: 1.5em;
	}
		.widget li a {
			color: #000;
			font-family: 'lato', Arial, sans-serif !important;
		}
	.widget .sm-icons a {
		color: #154457;
	}
	.widget .sm-icons a:hover {
		color: #000;
	}
.search-input {
	display: block;
	width: 190px;
	padding: 8px 30px 8px 8px;
	font-size: 13px;
	font-weight: normal;
	background: #fff;
	border: none;
}
.search-input::-webkit-input-placeholder {
   color: #969696;
}
.search-input::-moz-placeholder {
   color: #969696; 
}
.search-input:-ms-input-placeholder {  
   color: #969696;
}
.search-submit {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 7px;
	background: #fff;
	color: #f37132;
	border: none;
	cursor: pointer;
}
.search-submit:hover {
	color: #000;
}
	.tw-pagination a, .tw-pagination .current {
		top: 0 !important;
		padding: 7px 12px !important;
		margin: 0 4px !important;
		background-color: #f37132 !important;
		border: none !important;
		color: #fff !important;
		font-size: 18px !important;
	}
	.tw-pagination .current, .tw-pagination a:hover {
		background-color: #fff !important;
		color: #000 !important;
	}
.yarpp-thumbnails-horizontal {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 50px !important;
}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		float: left;
		width: 20% !important;
		height: auto !important;
		padding: 1.5%;
		margin: 0 0 0 2% !important;
		border: none !important;
		text-align: center !important;	
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail:first-child {
		margin-left: 0 !important;
	}
	.yarpp-thumbnail > img, .yarpp-thumbnail-default {
		width: 100% !important;
		height: auto !important;
		margin: 0 0 10px !important;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
		max-height: 100% !important;
		margin: 0 !important;
		overflow: visible !important;
	}
.blog-pagination {
	font-size: 20px;
}
	.blog-pagination span {
		width: 48%;
		text-align: left;
	}
	.blog-pagination .float-right {
		text-align: right;
	}

/* Resources
====================================================*/
.post-type-archive .resource-post {
	margin-bottom: 60px;
}
	.resource-post .featured-image {
		float: left;
		width: 19%;
	}
		.resource-post .featured-image img {
			display: block;
			border: 1px solid #cecdc1;
		}
	.resource-post .post-excerpt {
		float: right;
		width: 77.5%;
	}
.resource-type {
	color: #87867d;
	text-transform: uppercase;
}
	.resource-post hr, .podcast-post hr {
		width: 80px;
		background-color: #cecdc1;
		margin: 15px 0;
	}

/* Podcasts
====================================================*/
.podcast-post {
	padding: 20px;
	background-color: #f2f1e9;
}
	.post-type-archive .podcast-post {
		font-size: 13px;
		line-height: 1.5em;
	}
	.podcast-post .featured-image {
		width: 27%;
	}
	.podcast-post .post-excerpt {
		width: 69%;
	}
	.podcast-post .post-title {
		min-height: 54px;
		padding-left: 64px;
		background: url(assets/images/podcast-thumb.jpg) no-repeat;
	}
body.spp .spp-player-container .spp-track, body.spp .smart-track-player .spp-track {
	padding: 12px;
	margin-top: 25px;
	background-color: #154457;
	color: #fff;
}
.spp-artist {
	opacity: 1 !important;
}
.spp-track-title {
	margin-top: 4px !important;
	font-size: 20px !important;
	text-transform: uppercase !important;
}
body.spp .spp-player-container .spp-track .spp-controls, body.spp .smart-track-player .spp-track .spp-controls {
	right: 10px !important;
}
.bar-title {
	float: left;
}
	.bar-title h4 {
		margin-bottom: 0;
	}
	.bar-title h6 {
		margin-bottom: 4px;
		font-size: 13px;
	}
.bar-buttons {
	float: right;
	line-height: 1em;
	text-align: right;
}
	.bar-buttons .fa {
		cursor: pointer;
	}
	.bar-buttons .fa-share-alt {
		position: relative;
		top: -6px;
		font-size: 28px;
	}
	.bar-buttons .fa-play-circle-o {
		font-size: 44px;
	}
	.bar-buttons .fa:hover {
		color: #f37132;
	}
.bar-sharing {
	margin-top: 30px;
	text-align: center;
}
	.bar-sharing .share-print {
		display: none !important;
	}
.bar-player {
	margin-top: 20px;
}

/* Thank-You Page
====================================================*/
#thank-you {
	max-width: 640px;
	min-height: 350px;
	margin: 15px auto 45px;
	background: url(/wp-content/uploads/2015/07/lizerbram-featured.jpg) bottom right no-repeat;
}
.speech-bubble-ds {
    background: #efefef;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 40px;
    max-width: 360px;
    padding: 15px;
    position: relative;
}
.speech-bubble-ds p {
    margin-bottom: 10px;
}
.speech-bubble-ds p:last-of-type {
    margin-bottom: 0;
}
.speech-bubble-ds-arrow {
    border-left: 21px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.2);
    bottom: -25px;
    position: absolute;
    right: 15px;
}
.speech-bubble-ds-arrow::before {
    border-left: 23px solid transparent;
    border-top: 23px solid #a7a7a7;
    bottom: 2px;
    content: "";
    position: absolute;
    right: 5px;
}
.speech-bubble-ds-arrow::after {
    border-left: 21px solid transparent;
    border-top: 21px solid #efefef;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 6px;
}
.speech-bubble-ds a {
	color: #f37132;
}
.follow-text {
	max-width: 360px;
	margin-top: 30px;
	text-align: center;
}
.follow-header {
	display: inline-block;
	width: auto;
	padding-bottom: 10px;
	margin: 0 auto 15px;
	border-bottom: 1px solid #cfcfcf;
	color: #154457;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.follow-text .sm-icons a {
	color: #154457;
}

/* Landing Pages
====================================================*/
.single-landing .container {
	width: 99%;
	max-width: 1200px;
	padding: 0 .5%;
}
.single-landing #page-wrapper, .single-landing .mid, .single-landing .row-wrapper {
	background-color: #fdfdfd !important;
}
.single-landing header {
	top: 0 !important;
	padding: 15px 0 !important;
	background-color: #fdfdfd !important;
}
	.logged-in.single-landing header {
		top: 32px !important;
	}
	.single-landing #site-logo {
		float: left;
	}
	.single-landing .mobile-nav-click {
		display: block;
	}
.single-landing #banner {
	min-height: 1px;
	margin-top: 110px;
	background-image: none !important;
	border-top: 2px solid #eee;
}
.single-landing .page-title {
	margin-bottom: 45px;
}
.single-landing .landing-content {
	float: left;
	width: 64%;
}
.single-landing .landing-form {
	position: relative;
	float: right;
	width: 32%;
	background: #fff;
	outline: 2px solid #eee;
}
.landing-form .form-arrow {
	position: absolute;
	width: 38px;
	top: -19px;
	left: 50%;
	margin-left: -19px;
}
.landing-form .inner {
	padding: 30px;
}
.landing-form .h4 {
	margin-bottom: 15px;
	letter-spacing: normal;
	text-align: center;
}
.landing-form .gfield {
	margin-top: 20px !important;
	padding: 0 !important;
}
.landing-form .gform_wrapper .gfield_label {
	display: block !important;
	margin-bottom: 5px !important;
	font-weight: normal !important;
	text-align: center !important;
	text-transform: none !important;
}
.landing-form .gfield_required {
	color: #e00 !important;
}
.landing-form .gfield input, .landing-form .gfield select, .landing-form .gfield textarea {
	padding: 6px !important;
	background-color: #eee !important;
	border: none !important;
}
.single-landing .button {
	background-color: #008c6c !important;
	color: #fff !important;
	font-family: 'lato', Arial, sans-serif;
	font-size: 20px !important;
}
.single-landing .button:hover {
	background-color: #00a07b !important;
}
.landing-form .button {
	width: 100% !important;
	border: none !important;
}
.form-privacy {
	margin: 25px 0 0;
	font-size: 85%;
	line-height: 1.5em;
	text-align: center;
}
.landing-testimonials {
	margin-top: 60px;
	position: relative;
	padding: 45px 30px 30px;
	background-color: #fafafa;
	border: 2px solid #eee;
}
.landing-quotes {
	position: absolute;
	width: 48px;
	top: -24px;
	left: 50%;
	margin-left: -24px;
}
.landing-testimonials h4 {
	margin-bottom: 30px;
}
.landing-testimonials .slideshow-wrapper {
	width: 88%;
	margin: 0 auto;
	text-align: center;
}
#landing-prev, #landing-next {
	position: absolute;
	width: 32px;
	height: 100%;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 0;
}
#landing-prev {
	left: 30px;
	background-image: url(assets/images/landing-slider-left.png);
}
#landing-next {
	right: 30px;
	background-image: url(assets/images/landing-slider-right.png);
}
.landing-logos {
	margin-top: 45px;
}
.single-landing .h3 {
	margin-bottom: 30px;
}
.single-landing hr {
	margin: 45px auto;
}
.landing-logos table {
	width: auto !important;
	table-layout: auto !important;
	margin: 0 auto !important;
}
.landing-logos img {
	max-width: 80px;
	height: auto;
}

/* Social Media Icons
====================================================*/
.sm-icons {
	margin-bottom: 15px;
}
	.sm-icons a {
		display: inline-block;
		margin-right: 15px;
		color: #fff;
		font-size: 24px;
	}
	.sm-icons a:hover {
		color: #000;
	}
		.sm-icons a:hover .fa-facebook {
			color: #3765a3;
		}
		.sm-icons a:hover .fa-twitter {
			color: #5ea9dd;
		}
		.sm-icons a:hover .fa-linkedin {
			color: #0274b3;
		}
		.sm-icons a:hover .fa-google-plus {
			color: #df4b38;
		}
		.sm-icons a:hover .fa-yelp {
			color: #c31200;
		}

/* #above-footer
====================================================*/
#above-footer {
	padding: 25px 0;
	background-color: #1f4e61;
	color: #ebeae2;
	font-size: 13px;
	line-height: 1.4em;
}
	#above-footer p {
		margin-bottom: 12px;
	}
	#above-footer a {
		color: #ebeae2;
	}
	#above-footer a:hover {
		color: #fff;
	}
	#above-footer .column {
		float: left;
		width: 16%;
		margin-left: 3%;
	}
	#above-footer .column:first-child {
		margin-left: 0 !important;
	}
	#above-footer .branding {
		width: 7%;
	}
	#above-footer .col1 {
		width: 52%;
	}
	#above-footer .sm-icons a {
		margin-bottom: 13px;
		margin-right: 13px;
		font-size: 21px;
	}

/* Footer
====================================================*/
footer {
	padding: 20px 0;
	color: #ebeae2;
	font-size: 10px;
}
	footer p {
		margin-bottom: 15px;
	}
	footer a {
		color: #ebeae2;
	}
	footer a:hover {
		color: #fff;
	}
	.footer-nav ul {
		padding: 0;
		margin: -2px 0 15px;
		list-style: none;
		text-align: right;
	}
	.footer-nav li {
		display: inline-block;
		height: 10px;
		padding: 0 4px;
		border-left: 1px solid #ebeae2;
		line-height: 1em;
		overflow: hidden;
	}
		.footer-nav ul li:first-child {
			padding-left: 0;
			border-left: none;
		}
		.footer-nav li a {
			text-transform: uppercase;
			font-weight: bold;
		}
	footer .float-left {
		width: 30%;
	}
	footer .float-right {
		width: 63%;
	}
.footer-logos {
	margin: 15px 0;
	text-align: center;
}
	.footer-logos img {
		display: inline-block;
		width: auto;
		max-height: 74px;
		margin: 0 3px;
	}
.copyright {
	font-size: 10px;
	line-height: 13px;
}

/* Popups
====================================================*/
.fancybox-skin {
	background: #fff !important;
	color: #000 !important;
}

/* Forms
====================================================*/
.gform_wrapper {
	margin: 0 !important;
}
	.gform_wrapper .gfield_label {
		margin: 0 0 2px !important;
	}
	.gform_wrapper .ginput_container {
		margin: 0 0 10px !important;
	}
	.gform_wrapper label {
		text-transform: uppercase;
	}
	.gform_wrapper .gform_footer {
		margin: 10px 0 0 !important;
		padding: 0 !important;
	}
	.gform_wrapper .validation_error {
		display: none;
	}
	.gform_wrapper .gfield_error {
		background: none !important;
		border: none !important;
	}
.gform_wrapper ul.gfield_checkbox li label {
	padding-left: 10px;
	text-transform: none !important;
}
.paytrace-form {
	margin: 30px auto;
	text-align: center;
	vertical-align: middle;
}
	.paytrace-form label {
		font-weight: bold;
	}
	.paytrace-form #amount {
		margin: 0 5px;
		padding: 5px;
	}
.button.smaller {
	padding: 8px 14px !important;
	border: none !important;
	font-size: 15px !important;
	vertical-align: top;
}

/* Comments
====================================================*/
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px 'Lato', Arial, sans-serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:2px solid #f2f2f2; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.comment-meta { font-size:11px; }
ol.commentlist li.comment div.comment-meta a { color:#4b4b4b; }
ol.commentlist li.comment p { font-size:13px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:13px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:13px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #303030; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #dcdcdc; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #303030; margin:0 0 .25em .25em; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f2f2f2; }
ol.commentlist li.parent { border-left:5px solid #303030; }
#commentform input, #commentform textarea {
	padding: 4px;
	background: #f2f2f2;
	border: none;
}

/* Responsive styles
====================================================*/
@media screen and (min-width: 990px) {
	.footer-nav ul #menu-item-137 {
		padding-left: 0;
		border-left: none;
	}
}
@media screen and (max-width: 990px) {
	.container {
		width: 96% !important;
		padding: 0 2% !important;
	}
	table td img {
		max-width: 100%;
	}
	img.size-medium {
		max-width: 31% !important;	
	}
	#site-logo {
		float: left;
	}
	header {
		padding-top: 16px;
	}
	nav {
		display: none;
	}
	.mobile-nav-click {
		display: block;
	}
	#banner {
		margin-top: 101px;
	}
	.home-box {
		margin-bottom: 0;
	}
	.part-business-statement h4 {
		font-size: 22px;
	}
	#above-footer .column {
		clear: both !important;
		float: none !important;
		width: 100% !important;
		margin-bottom: 40px;
		margin-left: 0;
		text-align: center;
	}
	#above-footer .col3 {
		margin-bottom: 0 !important;
	}
	footer .float-right, footer .float-left {
		float: none !important;
		width: 100%;
		margin-bottom: 12px;
		font-size: 11px;
		text-align: center;
	}
	.footer-nav ul {
		text-align: center;
	}
}
@media screen and (max-width: 900px) {
	.single-landing .landing-content, .single-landing .landing-form {
		float: none;
		width: 100%;
	}
	.single-landing .landing-content {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 768px) {
	img {
		image-rendering: -moz-crisp-edges;
		image-rendering: -o-crisp-edges;
		image-rendering: crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		-ms-interpolation-mode: nearest-neighbor;
	}
	table.break-mobile td {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 0 20px;
		text-align: center !important;
	}
	table.break-mobile ul {
		white-space: normal !important;
		list-style: inside;
		padding-left: 0;
	}
	body.spp .smart-track-player {
		float: left !important;
		height: auto !important;
		margin: 0 0 30px !important;
		background-color: #154457 !important;
	}
	.logged-in #page-wrapper {
		margin-top: 46px !important;
	}
	.logged-in header {
		top: 46px !important;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px !important;
	}
	h1, .h1 {
		font-size: 28px !important;
	}
	h2, .h2 {
		font-size: 24px !important;
	}
	h3, .h3 {
		font-size: 21px !important;
	}
	h4, .h4 {
		font-size: 18px !important;
	}
	h5, .h5 {
		font-size: 16px !important;
	}
	h6, .h6 {
		font-size: 14px !important;
	}
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
		line-height: 1.3em;
	}
	.button {
		padding: 8px 16px !important;
		font-size: 14px !important;
	}
	table td, .part-business-statement td, .part-testimonial td, .part-featured-posts td {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 0 20px;
		text-align: center !important;
	}
	table tr td:last-child {
		margin-bottom: 0 !important;
	}
	table.featured-podcasts tr td:last-child {
		margin-bottom: 30px !important;
	}
	table ul {
		white-space: normal !important;
		list-style: inside;
		padding-left: 0;
	}
	table hr {
		margin: 20px auto;
	}
	#top-bar {
		display: none;
	}
	header {
		top: 0 !important;
		background: #fff !important;
	}
	#site-logo {
		width: 240px;
		margin-top: 0 !important;
	}
	.mobile-phone {
		display: block;
	}
	.mobile-nav-click {
		padding: 5px 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.mid {
		padding: 20px 0;
	}
	.home #banner {
		height: 300px;
	}
	.banner-content h1 {
		margin-bottom: 10px;
	}
	.border-header span {
		top: 11px;
		padding: 0 8px;
		font-size: 19px;
	}
	.home-box {
		float: none;
		width: 316px;
		margin: 20px auto !important;
	}
	.part-business-statement img {
		position: relative;
		bottom: 0;
	}
	.part-testimonial .quote {
		font-size: 15px;
	}
	#col-left, #col-right {
		float: none !important;
		clear: both !important;
	}
	#col-left {
		width: 100% !important;
	}
	#col-right {
		margin: 50px auto 0;
	}
	.alignright, .alignleft {
		max-width: 45% !important;
	}
	.entry-content .border-header {
		margin-bottom: 30px;
	}
	.post-type-archive .resource-post {
		margin-bottom: 40px;
	}
	.part-cta {
		padding: 25px 0;
	}
	.part-cta span {
		display: block;
		top: 0;
		margin-bottom: 12px;
	}
	.part-cta br {
		display: none;
	}
	.part-extras-testimonial .testimonial-image img, .appearance .icon img {
		margin: 0 auto;
	}
	.appearance .icon  {
		margin-bottom: 4px !important;
	}
	table.appearance tr td:last-child {
		margin-bottom: 30px !important;
	}
	.footer-nav {
		display: none;
	}
	.mobile-footer-nav {
		display: inline-block;
		margin: 0 auto;
		padding: 5px;
	}
	footer .float-left {
		margin-top: 15px;
	}
	.gform_wrapper .gform_body .top_label li.gfield.gf_right_half { 
		float: left; 
		clear: left !important;
		width: 99%;
	} 
	.gform_wrapper .gform_body .top_label li.gfield.gf_left_half { 
		float: left; 
		clear: left !important;
		width: 99%;
	}
	.bio-image, .bio-content, .webinars-left, .webinars-right {
		float: none;
		width: 100%;
	}
	.webinars-left {
		margin-bottom: 30px;
	}
	.steps {
		position: relative;
		width: 320px;
		left: -3.5%;
	}
	.steps-list {
		width: 40px;
	}
	.steps-list li {
		width: auto;
		padding: 8px;
		text-align: center;
	}
	.steps-list .circle {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.steps-list .right {
		display: none;
	}
	.pane {
		width: 255px;
		padding: 10px;
	}
	.pane .show-mobile {
		display: block !important;
	}
	.blog-pagination {
		font-size: 15px;
	}
	#landing-prev {
		left: 10px;
	}
	#landing-next {
		right: 10px;
	}
	.landing-testimonials .slideshow-wrapper {
		width: 82%;
	}
}
@media screen and (max-width: 660px) {
	#thank-you, .speech-bubble-ds {
		background: none;
	}
	#thank-you {
		min-height: 1px;
		margin-top: 0;
		margin-bottom: 30px !important;
	}
	.speech-bubble-ds {
		max-width: 100%;
		border: none;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		text-align: center;
	}
	.speech-bubble-ds-arrow {
		display: none !important;
	}
	.follow-text {
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.show-phone {
		display: block;
	}
	header {
		padding-top: 5px !important;
	}
	#site-logo {
		width: 180px;
	}
	.mobile-nav-click {
		margin-top: 7px;
	}
	#banner {
		margin-top: 57px;
	}
	.home #banner {
		height: 150px;
	}
	.banner-content {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.6);
	}
	@-moz-document url-prefix() {
	    .banner-content {
		  	top: 0;
	    }
	}
	.banner-content h1 {
		margin: 15px;
		font-size: 20px !important;
	}
	.featured-image, .post-excerpt {
		float: none !important;
		width: 100% !important;
	}
	.featured-image {
		margin: 0 0 15px;
		border: none;
	}
		.featured-image img {
			margin: 0 auto;
			border: 1px solid #cecdc1;
		}
	span.break-mobile {
		display: block;
	}
	#commentform input, #commentform textarea {
		width: 96%;
		padding: 2%;
	}
	.blog-pagination {
		font-size: 14px;
	}
	.blog-pagination span {
		display: block;
		float: none !important;
		width: 100%;
		margin: 10px 0;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnails-horizontal .yarpp-thumbnail:first-child {
		display: block !important;
		float: none !important;
		width: 120px !important;
		margin: 0 auto 20px !important;
	}
	.bar-sharing div.sharedaddy div.sd-block {
		margin-top: 12px !important;
	}
	.bar-sharing .sd-content ul li {
		margin-top: 8px !important;
	}
	.paytrace-form .button {
		margin-top: 15px;
	}
}
@media print {
	body {
		background: white;
		color: black;
	}
	#top-bar, nav {
		display: none;
	}
	header {
		position: relative;
		top: 0 !important;
	}
	#banner {
		margin-top: 0 !important;
	}
}