/*
 Theme Name:   The Lawyer
 Theme URI:    http://interconnectit.com
 Description:  Money Marketing child theme
 Author:       Interconnect IT, 36,770,674,675
 Author URI:   http://interconnectit.com
 Template:     moneymarketing
 Version:      1.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 To minify this and the JS run gulp from the theme root from inside the VM.
 Either run npm setup from the theme root to set up all the components or, if that causes problems, use this to install
 globally:

 sudo npm install -g myth gulp gulp-myth gulp-rename gulp-sourcemaps gulp-uglify
*/

/*
 * font sans: "aktiv-grotesk", "proxima-nova"
 * font serif: "ff-more-web-pro";
 */

#comments .comment-text p,
.more-pro,
article .entry-content,
.hentry-title,
.page-title,
.block-lead .excerpt,
.why-register p {
	font-family: 'ff-more-web-pro', serif;
	font-style: normal;
	font-weight: 400;
}

#comments .moderation-buttons a,
#comments .comment-buttons .comment-button,
#comments .comment-buttons a,
#comments #respond .comment-buttons input,
.title-wrap > h1,
.widget-title,
.post-tabs > a,
.spevent-title,
body, .button, input, select, textarea {
	font-family: 'proxima-nova', helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}

.aktiv-grotesk,
figcaption,
article .wp-caption-text,
.gallery-caption,
.entry-terms, .entry-author, .entry-terms *, .entry-author * {
	font-family: 'aktiv-grotesk', helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 500;
}

article .entry-content {
	font-size: 110%;
}

body {
	background-color: #343443;
	min-width: 300px
}

main#content > article {
	padding: 0 20px;
}

main#content > article.acumen {
	padding: 0
}

.entry-content a,
.entry-header .entry-terms,
.entry-content a, .entry-author a {
	color: #1199ff;
}

.entry-content a:visited,
.entry-content a:visited, .entry-author a:visited {
	color: #0c6db2;
}

article.has-sidebar #sidebar {
	background-color: inherit;
	margin-left: 67%
}

.entry-header .entry-terms {
	padding: 13px 0;
}

main#content {
	border-color: #343443;
}

.medium-small {
	font-size: 80%;
}

.widget-area .widget-title {
	text-align: left;
	font-family: inherit;
	margin-bottom: 10px;
}

.widget-area .widget-styled.dark-cards .widget-title:before,
.widget-area .widget-title:before {
	content: ' ';
	display: block;
	width: 100%;
	border-top: 2px solid #f6f6f6;
	margin: 0 0 10px;
}

.widget-title ~ .view-more.term-link {
	display: none;
}

.widget-title > a:after {
	font-family: 'icomoon';
	text-indent: 0;
	content: '\e60a';
	vertical-align: -0.15em;
	color: #9e9e9e;
}

.widget-styled .widget-title:before {
	display: none;
}

.widget-area > .widget-styled + .widget-styled {
	margin-top: -20px;
}

.login-register .login-register-title {
	background-color: #e4003b;
}

/*************************
 * Header
 *************************/
#head {
	padding: 0;
	border-bottom: 0 none;
	padding: 0;
	background-color: transparent;
	color: #ffffff;
}

.header-top {
	background-color: #e4003b;
	height: 40px;
	color: inherit;
	margin: 0;
	padding: 0;
	z-index: 10;
	position: relative;
}

.header-bottom {
	z-index: 9;
	background-color: #c20831;
	width: 100%;
	transition: top 0.5s;
}

.container {
	max-width: 1010px;
	position: relative;
}

header .container {
	padding: 0 20px;
}

.toggles {
	background-color: inherit;
	color: inherit;
	/*display: none;*/
}

.toggles a[class*=" icon-"], .toggles a[class^="icon-"] {
	color: inherit;
}

header .site-title a {
	background-image: url('images/logo.png');
	height: 40px;
}

.site-branding {
	float: left;
}

.site-tagline {
	display: none;
	position: absolute;
	right: 130px;
	left: 115px;

	line-height: 42px;
	margin-left: 20px;
	white-space: nowrap;
	max-height: 40px;
	overflow: hidden;
	font-size: 80%;
	font-weight: 100;
}

@media only screen and (min-width: 500px) {
	.site-tagline {
		display: block;
	}
}

@media only screen and (min-width: 640px) {
	.show-search .site-tagline,
	.show-login .site-tagline {
		display: none;
	}

	.site-tagline {
		line-height: 52px;
		max-height: 50px;
		font-size: 90%;
	}
}

@media only screen and (min-width: 900px) {
	.site-tagline {
		line-height: 62px;
		max-height: 60px;
		font-size: 100%;
		left: 225px;
	}
}

.masthead-navigation {
	overflow: visible;
	line-height: 50px;
	padding: 0 !important;
	width: 100%;
}

.masthead-navigation ul {
	max-width: 100% !important;
	line-height: 50px;
	max-height: 50px;
	text-transform: none;
	font-weight: 500;
	width: 100%;
	overflow: visible;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.masthead-navigation ul .menu-item-title {
	color: inherit;
}

.masthead-navigation li {
	margin-left: 0;
}

.masthead-navigation li > a {
	display: block;
	padding: 0 20px;
	margin: 0 -20px;
}

.masthead-navigation li > a:hover {
	background-color: #ab072b;
	box-shadow: inset 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.no-flexbox .masthead-navigation ul {
	display: table;
}

.no-flexbox .masthead-navigation ul > li {
	display: table-cell;
	text-align: center;
}

.no-flexbox .masthead-navigation ul > li > a {
	padding: 0;
	margin: 0;
}

.csstransforms .login-form,
.login-form,
.search-bar {
	background-color: #e4003b;
	border-bottom: 0 none;
	left: 0px;
	right: 0px;
}

.show-search .masthead-navigation,
.show-login .masthead-navigation {
	opacity: 1;
}

#login .logout-link, #login .account-link {
	background-color: #c20831;
	border: 0 none;
}

#login-header form .field {
	background-color: inherit;
	z-index: 100;
}

@media only screen and (min-width: 900px) {
	#search-header,
	#login-header {
		padding-top: 5px;
	}
}

@media only screen and (min-width: 640px) {
	#login-header.not-logged-in:target,
	.show-login .login-form.not-logged-in,
	#login-header.logged-in:target,
	.show-login .login-form.logged-in,
	#search-header:target,
	.show-search .search-bar {
		top: 0;
		right: 130px;
	}

	#login-header.logged-in:target,
	.show-login .login-form.logged-in {
		left: 120px;
	}

	header .site-title,
	.header-top,
	header .site-title a {
		height: 50px;
	}

	.toggles {
		padding-top: 10px;
	}

	#login .logout-link, #login .account-link {
		min-width: 150px;
		margin-top: 4px;
	}
}

@media only screen and (min-width: 900px) {
	#head {
		height: 110px;
	}

	#head .container {
		padding: 0 20px;
	}

	header .site-title,
	.header-top,
	header .site-title a {
		height: 60px;
	}

	.login-form.logged-in:target,
	.show-login .login-form.logged-in {
		left: 250px;
		top: 5px;
	}

	#search-header:target,
	.show-search .search-bar {
		left: 250px;
	}

	.toggles {
		padding-top: 13px;
	}
}

@media only screen and (min-width: 1060px) {
	#head .container {
		padding: 0 0;
	}
}

@media only screen and (min-width: 640px) {
	.masthead-navigation {
		display: block;
	}
}

.header-bottom.sticky-fixed,
.header-bottom.sticky-absolute {
	position: fixed !important;
	top: -40px !important;
	left: 0;
	right: 0;
	margin-top: 0;
}

.header-bottom.sticky-fixed,
body.scroll-up .header-bottom.sticky-absolute {
	top: 50px !important;
}

body.admin-bar .header-bottom.sticky-fixed,
body.admin-bar.scroll-up .header-bottom.sticky-absolute {
	top: 96px !important;
}

/* The admin bar shrinks at this point. */
@media only screen and (min-width: 782px) {
	body.admin-bar .header-bottom.sticky-fixed,
	body.admin-bar.scroll-up .header-bottom.sticky-absolute {
		top: 82px !important;
	}
}

@media only screen and (min-width: 900px) {
	.header-bottom.sticky-fixed,
	body.scroll-up .header-bottom.sticky-absolute {
		top: 60px !important;
	}

	body.admin-bar .header-bottom.sticky-fixed,
	body.admin-bar.scroll-up .header-bottom.sticky-absolute {
		top: 92px !important;
	}
}

/************************
 * Cards
 ************************/
.carousel-page .posts-wrap,
.js .carousel-me.tripple-card, .js .carousel-me.quad-card,
[class*=" card-"], [class^="card-"] {
	height: 350px;
}

@media only screen and (min-width: 560px) {
	.columns-2.lead-row > .card-excerpt:nth-child(2),
	.columns-3.lead-row > .card-excerpt:nth-child(2),
	.columns-4.lead-row > .card-excerpt:nth-child(2) {
		height: 350px;
	}
}

@media only screen and (min-width: 750px) {
	.columns-4.lead-row > .card-excerpt:nth-child(3),
	.columns-4.lead-row > .card-excerpt:nth-child(4) {
		height: 350px;
	}
}

@media only screen and (min-width: 800px) {
	.columns-3.lead-row > .card-excerpt:nth-child(3) {
		height: 350px;
	}
}

.card-excerpt .hentry-title {
	font-size: 105%;
}

.card-excerpt .block-lead {
	position: relative;
}

.card-excerpt .full-card-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.card-event .date-time-location {
	margin: -10px -10px 10px;
	background-color: #c20831;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 90%;
	line-height: 24px;
}

.card-event .date-time-location [class^="icon-"] {
	font-size: 125%;
	vertical-align: -0.1em;
	margin-right: 5px;
}

.card-event .event-location {
	color: inherit;
}

.card-event .hentry-title {
	font-size: 180%;
	max-height: 2.6em
}

.card-event .excerpt {
	margin-top: 10px;
	max-height: 2.8em;
	overflow: hidden
}

.card-event .excerpt p {
	margin-top: 0;
}

.card-excerpt .entry-terms {
	text-transform: none;
	font-size: 90%;
}

.card-excerpt .spevent-date {
	display: inline-block;
	min-width: 50%;
}

@media only screen and ( min-width: 500px ) {
	.card-event .date-time-location {
		margin: -10px -10px 20px;
	}

	.card-event .excerpt {
		max-height: 4.2em;
	}
}

@media only screen and ( min-width: 560px ) {
	.card-event .excerpt {
		max-height: 9.8em;
	}
}

.short-card {
	height: 140px;
}

.short-card > .block-lead {
	overflow: hidden;
}

.short-card > .block-lead footer {
	color: #656565;
	font-size: 90%;
	font-weight: 700;
	margin-top: 1em;
}

.columns-1 > .short-card > .block-lead footer,
.columns-2 > .short-card > .block-lead footer {
	display: block;
}

.short-card .entry-thumbnail.fixed-height {
	display: none;
}

@media only screen and (min-width: 400px ) {
	.short-card .entry-thumbnail.fixed-height {
		display: block;
		width: 120px;
		float: left;
		margin-right: 15px;
	}
}

.short-card > .block-lead {
	padding: 0;
}

.short-card > .block-lead > .excerpt-wrap {
	padding: 10px;
	height: 100%;
}

.card-excerpt .entry-terms {
	color: #1199ff;
	font-size: 85%;
	font-weight: 100;
	margin: 0;
}

.short-card.large-lead .excerpt {
	display: none;
}

.short-card > .block-lead > .excerpt-wrap > .entry-terms {
	margin: 0;
}

.card-excerpt.short-card .hentry-title {
	font-size: 108%;
	margin-top: 5px;
	max-height: 2.6em;
	height: 2.6em;
}

@media only screen and (min-width: 560px ) {

	.card-excerpt.short-card .hentry-title {
		max-height: 4.0em;
		height: 4.0em;
	}

	.bigger-lead .short-card.large-lead .excerpt {
		display: block;
		max-height: 12.5em;
		overflow: hidden;
	}

	.bigger-lead .short-card.large-lead .excerpt > p {
		margin: 1em 0;
	}

	.bigger-lead .short-card.large-lead > .block-lead footer {
		display: none;
	}

	.bigger-lead.widget-posts.large-leader > .expanded {
		height: 280px;
	}

	.bigger-lead .card-excerpt.short-card.large-lead .hentry-title {
		font-size: 180%;
		margin-top: 5px;
		line-height: 1.1;
		max-height: 4.4em;
		height: auto;
	}
}

@media only screen and (min-width: 800px) {
	.bigger-lead.widget-posts.large-leader.col-medium-depth > .expanded {
		height: 280px;
	}

	.bigger-lead.widget-posts.large-leader.col-max-depth > .expanded {
		height: 420px;
	}
}

@media only screen and (min-width: 560px) {
	.bigger-lead .card-excerpt.short-card.large-lead {
		height: 100%;
		max-height: none !important
	}

	.bigger-lead .card-excerpt.short-card.large-lead .entry-thumbnail {
		width: 51.5%;
		margin-right: 20px;
	}
}

/**
 * Carousel
 */

@media only screen and (min-width: 1100px) {
	.widget:not(.widget-styled) .slick-controls .slick-next,
	.widget:not(.widget-styled) .slick-controls .slick-prev {
		background-color: #c20831;
	}
}

section.widget-area .icit-analytics-data-collection-widget:last-child {
	margin-bottom: 0;
}

.dark-cards .card-excerpt > .block-secondary,
.dark-cards .card-excerpt > .block-lead {
	background-color: #333542;
	color: #ffffff;
}

.dark-cards .card-excerpt > .block-lead .hentry-title {
	color: inherit;
}

.widget-area .widget.widget-styled.dark-cards {
	margin: 20px 0;
	padding: 0;
}

.widget-area .widget.widget-styled.dark-cards .widget-title {
	margin: 0 0 10px 0;
	padding: 0;
}

.card-excerpt .hentry-title {
	margin-top: 3px;
}

@media only screen and (max-width: 749px) and (min-width: 560px) {
	.columns-4 > .expanded:not(:nth-child(2n)) .hentry-title {
		/*font-size: 150%;*/
		/*max-height: 3.9em;*/
	}
}

@media only screen and (min-width: 750px) {
	.columns-4.orphan-expand > .expanded:nth-child(4n+3) ~ :last-child:nth-child(4n) .hentry-title,
	.columns-4.orphan-expand > .expanded:nth-child(4n+2) ~ :last-child:nth-child(4n) .hentry-title,
	.columns-4.orphan-expand > .expanded:nth-child(4n+1) ~ :last-child:nth-child(4n) .hentry-title,
	.columns-4.orphan-expand > :last-child:nth-child(4n+1) .hentry-title,
	.columns-4.orphan-expand > .expanded:nth-child(4n+3) ~ :last-child:nth-child(4n+1) .hentry-title,
	.columns-4.orphan-expand > .expanded:nth-child(4n+2) ~ :last-child:nth-child(4n+1) .hentry-title,
	.columns-4.orphan-expand > .expanded:nth-child(4n+1) ~ :last-child:nth-child(4n+1) .hentry-title,
	.columns-4.orphan-expand > :last-child:nth-child(4n+2) .hentry-title,
	.columns-4.orphan-expand > .expanded:nth-child(4n+3) ~ :last-child:nth-child(4n+2) .hentry-title,
	.columns-4.orphan-expand > .expanded:nth-child(4n+2) ~ :last-child:nth-child(4n+2) .hentry-title,
	.columns-4.orphan-expand > .expanded:nth-child(4n+1) ~ :last-child:nth-child(4n+2) .hentry-title,
	.columns-4.orphan-expand > :last-child:nth-child(4n+3) .hentry-title,
	.columns-4 > .expanded:not(:nth-child(4n)) .hentry-title {
		/*font-size: 150%;*/
		/*max-height: 3.9em;*/
	}
}

.title-wrap {
	text-align: center;
	padding: 0 20px 16px;
	color: #ffffff;
	display: block;
}

.title-wrap > h1 {
	background-color: transparent;
	display: inline-block;
	border: 0 none;
	padding: 0;
}

.title-wrap > h1:after {
	content: '';
	border-bottom: solid 4px #e60146;
	display: block;
	width: 50%;
	margin: 6px auto 2px;
}

.title-wrap > h1.acumen-header:after {
	border-bottom: solid 4px #486dc5;
}

.acumen-banner {
	background-color: #21202e;
}

/**
 * Adtech plug-in breaks things
 */
.adtech-wallpaper ~ .floatyWrapper {
	z-index: auto
}

.footer-newsletter .signup-link,
.footer-optional {
	border-width: 1px 0;
	margin-left: 20px;
	margin-right: 20px;
}

.sub-content {
	border: 0 none;
}

.entry-author.grey {
	color: inherit;
}

.wp-caption, .media {
	background-color: #f6f6f6;
	text-align: left;
}

.entry-header .page-title, .entry-header .entry-author {
	max-width: none;
	width: auto;
}

@media only screen and (min-width: 640px) {
	.entry-header .page-title, .entry-header .entry-author {
		margin: 20px 0 20px 20px;
	}
}

.entry-content p,
.entry-content ul, .entry-content ol, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content table, .entry-content address, .entry-content dl, .entry-content hr, .breakout-box {
	max-width: 95%;
}

.media.aligncenter, .media.alignnone, .wp-caption.aligncenter, .wp-caption.alignnone {
	width: auto !important
}

.wp-caption-text, .gallery-caption {
	color: inherit;
	position: static;
	background-color: #f6f6f6;
	font-size: 14px;
}

article .entry-header h1.page-title.large {
	font-size: 25pt;
	font-weight: 100;
	margin-top: 15px;
}

@media only screen and ( min-width: 640px ) {
	article .entry-header h1.page-title.large {
		font-size: 35pt;
	}
}

.entry-header .entry-terms {
	text-transform: none;
	font-size: 90%;
	font-weight: 100
}

@media only screen and (min-width: 640px) {

	dddarticle.single-feature.has-sidebar.single-post .entry-content,
	article.single-feature.has-sidebar.single-post .entry-header .left-block {
		width: auto;
		float: none;
	}

	article.single-feature .entry-header .page-title,
	article.single-feature .entry-header .entry-author {
		margin: 20px;
	}

	/*.entry-content > .wp-caption:first-child {*/
	/*    max-width: none;*/
	/*    width: 150% !important;*/
	/*}*/
}

@media only screen and (min-width: 640px) {
	article.has-sidebar.single-post .entry-header .left-block, article.has-sidebar.single-post .entry-content {
		width: 66.6%;
	}
}

#sidebar.widget-area {
	padding: 0 0 0 20px;
}

.content-area > .media,
.content-area > figure {
	margin-bottom: 0;
}

.content-area > .media > img,
.content-area > figure > img {
	width: 100%;
}

#sidebar .inner-wrapper {
	overflow: hidden;
}

.header-top {
	transition: opacity 1s ease-in-out;
	width: 100%;
}

.header-top.sticky-fixed {
	/*opacity: 0.95*/
}

.author-firmware {
	display: table;
	border-bottom: solid 2px #f6f6f6;
	padding-bottom: 20px;
	margin: 20px
}

.author-firmware .description {
	display: table-cell;
	vertical-align: middle;
}

.author-avatar {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;

	border-radius: 50%;
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 30px 0 10px;

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);

	transition: all 1s;
}

.author-avatar:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

.author-avatar > img {
	visibility: hidden;
}

@media only screen and (min-width: 900px) {
	header .site-title a {
		width: 214px;
	}
}

.acumen-group, .acumen-count, .acumen-description, .acumen-firms-listing-alphabetical {
	margin: 20px
}

.acumen-firms-listing-alphabetical {
	font-size: 17pt;
	text-align: center;
}

.acumen-firms-listing-alphabetical span a {
	padding: 0.0em 0.03em 0.4em;
	text-transform: uppercase;
}

.acumen-firms-listing-alphabetical span a:hover,
.acumen-firms-listing-alphabetical span a.selected {
	color: #e4003b;
}

.unbreakable-group {
	white-space: nowrap;
}

@media only screen and (min-width: 640px) {
	.acumen-group, .acumen-count, .acumen-description, .acumen-firms-listing-alphabetical {
		margin: 40px 40px;
	}

	.acumen-firms-listing-alphabetical {
		font-size: 25pt;
	}
}

.type-acumen.card-excerpt > .block-lead {
	background-color: #c20831;
	color: #ffffff;
}

.search-filters {
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 20px 20px;
}

.search-filters .field-select:last-child {
	margin-bottom: 0;
}

.search-filters .more-options {
	margin-top: 20px;
	display: block;
}

.field {
	background-color: #ffffff
}

.toggle-search-form-options {
	color: #ffffff;
	font-weight: bold;
}

.toggle-search-form-options:hover {
	color: #f6f6f6;
}

.search-form .top-row > .button {
	margin-bottom: 20px;
	width: 49%;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	font-size: 75%;
	color: #ffffff;
}

.search-form .top-row > .button {
	background-color: #21202e
}

.search-form .top-row > .toggle-search-form-options {
	background-color: transparent;
}

body.all-companies .search-form .top-row > .button.all-companies {
	background: #21202e;
	color: #565478;
	cursor: default
}

.search-form .top-row > .toggle-search-form-options.active {
	color: #4e4e65;
}

.search-field {
	overflow: hidden;
}

.search-field .sub-button {
	width: 15.1%; /* the .1 hides rounding errors. */
	left: 85%;
	background-color: #486dc5;
}

.search-field .search-input {
	right: 85%;
	width: 85%;
	border: none;
}

@media only screen and (min-width: 640px) {
	.search-field {
		float: none;
		width: 50%;
		margin: 0 auto;
	}

	.search-form .top-row > .button {
		width: auto;
		max-width: 25%;
		margin-bottom: 0;
		font-size: 90%;
	}

	.search-form .top-row > .button {
		float: left;
	}

	.search-form .top-row > .toggle-search-form-options {
		float: right

	}

	.search-filters .field-select {
		max-width: 32.1%;
	}

	html.flexbox .search-filters .more-options {
		display: flex;
		justify-content: space-between;
		clear: both
	}

	html.flexbox .search-filters .field-select {
		/*max-width: 32.5%;*/
		max-width: 49.5%;
		margin: 0;
		/*flex: 1 1 33%;*/
		flex: 1 1 50%;
	}
}

@media only screen and (min-width: 820px) {
	.search-field {
		width: 60%;
	}

	.search-form .top-row > .button {
		max-width: 20%;
	}
}

body.search .search-filters, .post-type-archive-acumen .acumen-filters {
	border-bottom: 0 none;
	margin-bottom: 0;
}

.search-results article.search-result.acumen .entry-date {
	display: none;
}

#content > .sponsor-block-logo {
	margin: 20px 40px 0;
}

.card-excerpt.thumbnail-only {
	height: 120px
}

.card-excerpt.thumbnail-only .entry-thumbnail.fixed-height {
	background-size: contain
}

.card-excerpt.thumbnail-only > .block-secondary {
	background-color: transparent;
	border: solid 2px #f6f6f6
}

.card-acumen > .block-lead {
	height: 60%;
}

.card-acumen > .block-secondary {
	height: 40%;
	border: solid 2px #f6f6f6;
	padding: 5px;
}

.card-acumen > .block-secondary .entry-thumbnail.fixed-height {
	background-size: contain;
}

.top-jobs-widget,
.job-of-week-widget {
	padding: 10px;
}

.doubleclick-job-tinywide-block,
.doubleclick-job-small-block,
.doubleclick-job-large-block,
.adtech-job-tinywide-block,
.adtech-job-small-block,
.adtech-job-large-block {
	padding: 10px;
	overflow: hidden;
	background: transparent;
	text-align: center;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.adtech-job-tinywide-block {
	height: 80px
}

.adtech-job-small-block {
	height: 150px
}

.adtech-job-large-block {
	min-height: 300px
}

.menu-walker-jobs-widgets-menu.widget-styled > .anti-gutter {
	overflow: visible;
}

.header-bottom.sticky-fixed,
.header-top.sticky-fixed {
	width: 100%;
}

#sidebar .inner-wrapper {
	transition: padding 0.5s;
}

body.scroll-up #sidebar .inner-wrapper.sticky-absolute,
body.scroll-up #sidebar .inner-wrapper.sticky-fixed {
	padding-top: 50px
}

.content-login-form .login-username label, .content-login-form .login-password label {
	padding: 5px 0;
}

main#content #comments .moderation-buttons a, main#content #comments .comment-buttons .comment-button, main#content #comments .comment-buttons a, main#content #comments #respond .comment-buttons input {
	background: none #ce0031;
}

/* Page attachment downloads */

.download-row,
.product-link-row,
.whitepaper-link-row {
	position: relative;
	clear: both;
	cursor: pointer;
	font-size: 0.8em;
	margin: 20px auto;
	max-width: 80%;
}

.download-row *,
.product-link-row *,
.whitepaper-link-row * {
	font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
	text-decoration: none;
}

.download-row *:hover,
.product-link-row *:hover,
.whitepaper-link-row *:hover,
.sblf {
	text-decoration: none !important;
}

.download-row p,
.product-link-row p,
.whitepaper-link-row p {
	margin: 8px !important;
}

.download-row:before,
.product-link-row:before,
.whitepaper-link-row:before {
	width: 100%;
	left: 20px;
	bottom: 16px;
	position: absolute;
	display: block;
	content: "\e62c"; /* download icon. */
	font-family: 'icomoon' !important;
	font-size: 40px;
	color: #666666 !important;
	/*text-shadow: 5px 5px 5px rgba(0,0,0,0.1);*/
}

.product-link-row:before,
.whitepaper-link-row:before {
	font-size: 40px;
	content: "\e60b"; /* chain icon */
}

.download-row.download-mime-applicationpdf:before {
	/* get document icon? */
}

.download-row.download-mime-applicationmpeg3:before,
.download-row.download-mime-applicationxmpeg3:before,
.download-row.download-mime-applicationmpeg:before,
.download-row.download-mime-applicationxmpeg:before,
.download-row.download-mime-audiompeg3:before,
.download-row.download-mime-audioxmpeg3:before,
.download-row.download-mime-audiompeg:before,
.download-row.download-mime-audioxmpeg:before,
.download-row.download-mime-audiomp3:before {
	content: "\e60c"; /* microphone icon */
}

.download-row[class*='download-mime-video']:before {
	content: "\e62e"; /* Play icon. */
}

.download-info,
.product-link-info,
.whitepaper-link-info {
	border: 1px solid #e5e5e5;
	/*box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);*/
	padding: 10px 10px 10px 70px;
	display: block;
	color: black !important;
	margin: 0 !important;
}

.download-info h6,
.product-link-info h6,
.whitepaper-link-info h6 {
	font-size: 1.20em;
	margin-top: 0;
}

.download-info .filename,
.product-link-info .linkname,
.whitepaper-link-info .linkname {
	font-weight: bold;
	color: #1199ff;
}

/* Recolouring the MM footer. */

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/

.site-footer {
	background: #e4003b;
	color: #ffffff;
}

.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active {
	color: #ffffff;
}

.nav-taxonomy {
	padding: 20px 10px;
	border-top: none;
	background: #d30436;
}

.site-info {
	border-top: none;
}

.nav-footer {
	background: #c20831;
}

.menu-social a {
	color: #ffffff;
}

/***********************
   Post card symbols.
***********************/

/* Post card symbols use background image to display overlay on card. */
/* Video cards have play symbols on their image. */
.card-excerpt.post-card-symbol-videologo header a.entry-thumbnail {
	position: relative;
}

.card-excerpt.post-card-symbol-videologo header a.entry-thumbnail::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	background-image: url('images/videocard_play.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 35%;
	pointer-events: none;
}

/******************************
    Comment count on cards
******************************/

.comment-count {
	font-size: 10px;
	font-weight: 300;
	border: solid 1px;
	border-bottom: 0 none;
	border-color: #000000;
	padding: 0 0.5em;
	position: relative;
	float: right;
	color: #666666;
}

.columns-3 .comment-count,
.columns-4 .comment-count {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.dark-cards .comment-count {
	color: #ffffff;
	border-color: #ffffff;
}

#sidebar .comment-count {
	color: #000000;
	border-color: #000000;
}

.comment-count:before,
.comment-count:after {
	content: '';
	content: '';
	position: absolute;
	border-style: solid;
	border-color: inherit;
	height: 6px;
	bottom: -6px;
}

.comment-count:before {
	border-width: 1px 1px 0 0;
	width: 6px;
	left: -1px;
}

.comment-count:after {
	border-width: 1px 0 0 1px;
	left: 7px;
	right: 0;
	margin-right: 2px;

	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	transform: skewX(-45deg);
}

/* Ants stuff */
.close-footer-ad {
	display: none !important;
}
