/*
 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.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * 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: #19f;
}

.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: #fff;
}

.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;
}

.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: flex;
    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;
}

@media only screen and (min-width: 640px) {
    .show-login .login-form.logged-in,
    .show-search .search-bar {
        top: 0;
        right: 130px;
    }
    .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;
	}

    .show-login .login-form.logged-in {
        left: 250px;
        top: 5px;
    }
    .show-search .search-bar {
        left: 250px;
        top: 2px;
    }
    .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 .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: #fff;
    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: capitalize;
    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: #19f;
    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: 115%;
    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: 3.9em;
        height: 3.9em;
    }

    .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;
    }
}


/**
 * Opinion
 */
article.type-opinion > .block-secondary {
    padding: 22px 0 0;
}

article.type-opinion > .block-secondary > .entry-thumbnail.fixed-height {
    border-radius: 50%;
    width: 120px;
    margin: 0 auto;
    height: 120px;
}

/**
 * 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: #fff;
}

.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: #fff;
    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: capitalize;
    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  {
    margin: 20px
}

@media only screen and (min-width: 640px) {
    .acumen-group, .acumen-count {
        margin: 40px 40px 0;
    }
}

.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 {
    display: none;
    overflow: hidden;
    margin-top: 20px
}

.show-search-form-options .search-filters .more-options {
    display: block;
}

.field {
    background-color: #fff
}

.toggle-search-form-options {
    color: #fff;
    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: #fff;
}
.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%;
}

@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: 48%;
    }

    html.flexbox .show-search-form-options .search-filters .more-options {
        display: flex;
        justify-content: space-between;
        clear: both
    }
    html.flexbox .search-filters .field-select {
        max-width: 49%;
        margin: 0;
        flex: 1;
    }
}

@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;
}

#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;
}

.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 {
	position: relative;
	clear: both;
	cursor: pointer;
	font-size: 0.8em;
}

.download-row *,
.product-link-row * {
	font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
	text-decoration: none;
}

.download-row *:hover,
.product-link-row *:hover,
.sblf {
	text-decoration:none !important;
}

.download-row p,
.product-link-row p {
	margin: 8px !important;
}

.download-row:before,
.product-link-row:before {
	width: 100%;
	left: 20px;
	bottom: 9px;
	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 {
	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 {
	border: 1px solid #aaa;
	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 {
	font-size: 1.20em;
	margin-top: 0;
}

.download-info .filename,
.product-link-info .linkname {
	font-weight: bold;
	color: #19f;
}

/* Recolouring the MM footer. */





/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/

.site-footer {
	background: #E4003B;
	color: #fff;
}

.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active {
	color: #fff;
}

.nav-taxonomy {
	padding: 20px 10px;
	border-top: none;
	background: #D30436;
}

.site-info {
	border-top: none;
}

.nav-footer {
	background: #C20831;
}

.menu-social a {
	color: #fff;
}