/*------------------------------
Theme Name:   lawyerist-wp
Theme URI:    https://lawyerist.com
Description:  A theme for Lawyerist.com
Author:       Sam Glover
Author URI:   http://samglover.net
Version:      [see https://github.com/Lawyerist/lawyerist-wp for version history]

License:      Copyright 2018 Lawyerist Media, LLC
------------------------------*/


/*------------------------------
Index

Load Fonts
Layout
Layout & Design Elements
Typography
Images
Header
  Title
Menu
Card Styles
Front Page
  Insider Dasboard
    Scorecard Widget
  Sticky Post
  Call to action
  New Content Blocks
Content
	Posts
  Scorecard Results
  Tables
  Resource Pages
  Product Pages
  Affinity Pages
  Team Profiles
  Full Width Template
  No Sidebar Template
	Comments
Author Bios
Sidebar
Footer
Forms
	Buttons
  Gravity Forms Customizations
  HubSpot Forms Customizations
WooCommerce
LawDroid
Print

------------------------------*/


/*------------------------------
Load Fonts
------------------------------*/

/* Adler */
@font-face {
    font-family: 'adler';
    src: url('./fonts/adler/adler-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Concourse (headings) */
@font-face {
    font-family: 'concourse-headings';
    src: url('./fonts/concourse/concourse_t6_regular-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'concourse-headings';
    src: url('./fonts/concourse/concourse_t6_italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


/* Concourse (meta) */
@font-face {
    font-family: 'concourse';
    src: url('./fonts/concourse/concourse_t4_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'concourse';
    src: url('./fonts/concourse/concourse_t4_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'concourse';
    src: url('./fonts/concourse/concourse_t4_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'concourse';
    src: url('./fonts/concourse/concourse_t4_bold_italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


/* Equity (body text) */
@font-face {
    font-family: 'equity';
    src: url('./fonts/equity/equity_text_b_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'equity';
    src: url('./fonts/equity/equity_text_b_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'equity';
    src: url('./fonts/equity/equity_text_b_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'equity';
    src: url('./fonts/equity/equity_text_b_bold_italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


/* Triplicate (code) */
@font-face {
    font-family: 'triplicate';
    src: url('./fonts/triplicate/triplicate_t4_code_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Genericons */
@font-face {
  font-family: 'Genericons';
  src: url('./fonts/genericons/Genericons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*------------------------------
Layout
------------------------------*/

html {
	font-size: 62.5%;
}

body {
  background-color: #fff;
	line-height: 1em;
	margin: 0;
	padding: 0;
  width: 100%;
}

#header_container {
  background-color: #111;
  width: 100%;
}

  #header {
    margin: 0 auto;
    max-width: 100.4rem;
    padding: 1.2rem 1rem;
  }

#main_menu_container {
  background: #c00;
  box-shadow: 0 .2rem .3rem rgba(0, 0, 0, 0.2);
	margin-bottom: 2rem;
	width: 100%;
}

	#menu-main-menu {
		display: block;
    font-size: 0; /* Removes space between li elements. */
		line-height: 1em;
		list-style: none;
		margin: 0 auto;
		padding: 0;
    max-width: 101.4rem; /* Same width #header and #column_container, minus padding. */
	}

#column_container {
	margin: 0 auto 2rem auto;
	width: 100.4rem;
}

	#content_column {
		float: left;
    max-width: 68.4rem;
    width: 68.4rem;
	}

	#sidebar_column {
		float: right;
		margin: 0;
    padding: 0;
		max-width: 30rem;
	}

    @media only screen and ( max-width: 1023px ) {
    /* Includes 20px for padding (10px on each side). */

      .headline_postmeta {
        padding: 0;
      }

      #column_container {
      	width: 100%;
      }

        #content_column {
          box-sizing: border-box;
      		float: none;
          margin: 0 auto;
          padding:0 1rem;
          width: 100%;
      	}

        #sidebar_column {
          display: none;
        }

    }

#footer_container {
  background-color: #ddd;
	margin: 0;
	padding: 0;
	width: 100%;
}

	#footer {
		margin: 0 auto;
    max-width: 100.4rem;
		padding: 6rem 1rem;
	}


/*------------------------------
Layout & Design Elements
------------------------------*/

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

.dismissible-notice,
.card.dismissible-notice {
  display: none;
}

.remove_bottom {
	margin-bottom: 0 !important;
}

.separator_3rem {
  margin-bottom: 3rem;
  width: 100%;
}

.separator_6rem {
  margin-bottom: 6rem;
  width: 100%;
}

.text_right {
    text-align: right;
}


/*------------------------------
Typography
------------------------------*/

/* Equity is the default font. */
body {
	font-family: equity, serif;
  font-variant-ligatures: common-ligatures;
}


/* Things that use Concourse */
h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6,
.headline,
th,
.affinity-partners-heading,
.current_posts_heading,
#dashboard-title,
.featured_products_heading,
#menu-main-menu .sub-menu .menu-item-has-children > a,
.product-pages-list .title,
.toc_title,
.woocommerce-tabs .tabs {
  font-family: concourse-headings, sans-serif;
}

.affinity-partner-link,
aside blockquote,
.breadcrumbs,
button,
.button,
.drop_cap,
.category_list,
#cancel-comment-reply-link,
.comment-author,
.comment-meta,
.comment .reply,
#current_posts,
.dashboard-widget-label,
.product-page .headline_container .excerpt,
.profile-page .headline_container .excerpt,
#footer,
#header,
input[type="button"],
input[type="submit"],
label,
.logged-in-as, /* Logged-in message on comment form. */
#menu-main-menu,
.onsale,
#opc-product-selection,
.page_links,
.postmeta,
.price_tag,
.product_meta,
.resource-page .headline_container .excerpt,
#review,
  .rating-breakdown,
#sponsored_product_updates,
.sponsored_testimonial_label,
p.pullout,
p.pullquote,
#scorecard_results #grade_box,
.scorecard-results-wrapper,
.post_label,
.tag_list,
.theiaPostSlider_nav ._text,
.toc_list,
ul.blogroll,
.user-rating,
p.woocommerce-result-count,
.woocommerce a.added_to_cart,
.woocommerce-account .woocommerce-LostPassword,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce nav.woocommerce-pagination,
.wp-review-feedback {
  font-family: concourse, sans-serif;
}


/* Things that use Triplicate */
code,
pre {
  font-family: triplicate, monospace;
}

/* Font overrides. */
#description,
.gfield_checkbox label,
.gfield_radio label,
#gform_wrapper_45 .gfield_label,
#gform_wrapper_47 .gfield_label,
input,
select,
select option,
textarea {
  font-family: equity, serif;
}


/* Typography */
body {
	color: #111;
}

.type-product,
.page,
.post,
.post_body,
.sidebar,
.single,
#footer {
	font-size: 2rem;
	line-height: 1.5;
}

p,
pre,
ol,
ul {
  margin-bottom: 1.5em;
}

a,
a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #aa0000;
	text-decoration: underline;
}

blockquote {
	border-left: .4rem solid #ddd;
	color: #666;
  font-size: 2.4rem;
	margin: 0 0 2rem 0;
	padding: 0 0 0 2rem;
}

  aside blockquote,
  p.pullquote {
    border: none;
    clear: both;
    color: #888;
    font-size: 3.2rem;
    font-style: italic;
    margin: 0 3rem 3rem 3rem;
    padding: 0;
  }

  aside blockquote em,
  p.pullquote em {
    font-style: normal;
  }

code {
	color: #777;
  font-size: 1.8rem;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.drop_cap {
	float: left;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1em;
	padding-right: .5em;
}

em,
i,
italic,
italics {
  font-style: italic;
}

embed,
iframe,
.wistia_responsive_padding {
  margin-bottom: 3rem !important;
  max-width: 100%;
}

p > embed,
p > iframe {
  margin-bottom: 0 !important;
}

h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
	color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
}

h1 em,
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
h5 em,
h6 em {
	color: #333;
  font-style: italic;
  font-weight: bold;
  margin-top: 0;
}

h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1,
.headline {
	font-size: 4.2rem;
	margin-bottom: .25em;
}

h2,
.h2 {
	font-size: 3.2rem;
	margin-bottom: .5em;
}

h3,
.h3 {
	font-size: 2.8rem;
	margin-bottom: .5em;
}

h4 {
	font-size: 2.4rem;
	margin-bottom: .5em;
}

h5 {
	font-size: 2rem;
	margin-bottom: .75em;
}

h6 {
	font-size: 1.8rem;
	margin-bottom: .75em;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 1rem 0 1em;
}

p {
  margin-top: 0;
}

p:empty {
  height: 0;
  margin: 0;
}

p.note {
	background-color: #f5f5f5;
  border: .1rem solid #ddd;
  border-radius: .2rem;
  box-shadow:
    .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
  ;
  margin-left: .1rem;
  margin-right: .3rem;
	padding: 2rem;
}

p.alert {
	background-color: #ffffa0;
  border: .1rem solid #ddd;
  border-radius: .2rem;
  box-shadow:
    .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
  ;
  margin-left: .1rem;
  margin-right: .3rem;
	padding: 2rem;
}

p.pullout {
  background-color: #fbfbfb;
  border: .1rem solid #ddd;
  border-radius: .2rem;
  box-shadow:
    .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
  ;
  box-sizing: border-box;
  color: #777;
  display: inline-block;
  float: right;
  font-size: 1.8rem;
  margin: 0 .3rem 1.5rem 1.5rem;
  padding: 2rem;
	width: 40%;
}

	p.pullout .pullout_label {
    color: #888;
		display: block;
    font-size: 1.6rem;
    font-weight: bold;
		margin-bottom: .5em;
	}

	p.pullout.left {
		float: left;
		margin: 0 1.5rem 1.5rem 0;
	}

  @media only screen and ( max-width: 499px ) {

    p.pullout {
      margin: 0 0 3rem 0;
    	width: 100%;
    }

  }

.wp-caption-text {
  color: #666;
  font-size: 1.4rem;
  padding: 0 1rem 1rem 1rem;
}

.postmeta,
.product_meta,
.user-rating,
.product-page .headline_container .excerpt,
.resource-page .headline_container .excerpt,
.profile-page .headline_container .excerpt {
	color: #777;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1em;
}

  .postmeta cite {
    font-style: normal;
  }

  .comment_link:before {
    content: '\f300';
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: normal 1.6rem/1 'Genericons';
    speak: none;
    -webkit-transform: scale(-1, 1);
  	-moz-transform: scale(-1, 1);
  	-ms-transform: scale(-1, 1);
  	-o-transform: scale(-1, 1);
  	transform: scale(-1, 1);
    vertical-align: top;
  }

pre {
	color: #555;
	margin-left: 3rem;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

small {
	font-size: 80%;
}

strong,
b,
bold {
	font-weight: bold;
}

sup {
	font-size: 75%;
  font-style: normal;
  top: 0;
  vertical-align: super;
}

.syntaxhighlighter {
	font-size: 1.4rem;
	margin-bottom: 3rem;
}

ol,
ul {
	margin-bottom: 1.5em;
	margin-left: 3rem;
  -webkit-margin-before: 0;
  padding: 0;
}

ol.footnotes li {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

li {
	margin-bottom: 1.4rem;
  padding: 0;
}

li:first-child {
  margin-top: 1.4rem;
}

  .woocommerce ul.order_details li:first-child {
    margin-top: unset;
  }


/*------------------------------
Images
------------------------------*/

img {
  box-sizing: border-box;
  height: auto;
  margin-bottom: 3rem;
  max-width: none;
}

img.alignone {
  clear: both;
  display: block;
}

img.aligncenter {
	clear: both;
	display: block !important;
	margin-left: auto;
  margin-right: auto;
}

img.alignleft,
.wp-caption.alignleft {
	padding-right: 1.5rem;
}

img.alignright,
.wp-caption.alignright {
	padding-left: 1.5rem;
}

img.size-full {
  max-width: 100%;
}

img.size-large {
  max-width: 100%;
  width: 100%;
}

img.size-medium,
img.wp-post-image.attachment-medium {
  max-width: 39rem;
  width: 30rem;
}

img.wp-post-image.attachment-medium {
  float: right;
  padding-left: 1.5rem;
}

  /* 2x the max width of the image (600px), plus 2x the image margin (630px),
  plus 2x the #content_column padding (650px). */
  @media only screen and (max-width:649px) {

    img.size-medium,
    img.wp-post-image.attachment-medium {
      clear: both;
    	display: block;
      float: none;
    	margin-left: auto;
      margin-right: auto;
      max-width: none;
      padding: 0;
    }

  }

img.size-thumbnail {
  max-width: 33.333%;
  width: 15rem;
}

  /* 2x the max width of the image (300px), plus 2x the image padding (330px),
  plus 2x the #content_column padding (350px). */
  @media only screen and (max-width:349px) {

    img.size-thumbnail {
      clear: both;
    	display: block;
      float: none;
    	margin-left: auto;
      margin-right: auto;
      max-width: none;
    }

  }

img.avatar {
	border-radius: 50%;
}

img.inline {
  display: inline !important;
}

.page img.wp-post-image.size-standard_thumbnail,
.single img.wp-post-image.size-standard_thumbnail {
  margin-bottom: 2rem;
  width: 100%;
}

.wp-caption {
  background-color: #e9e9e9;
  margin-bottom: 3rem;
  max-width: 100%;
}

.wp-caption img {
  display: inline-block;
  margin-bottom: .1rem;
}

  /* 2x the max width of the image (600px), plus 2x the image margin (630px),
  plus 2x the #content_column padding (650px). */
  @media only screen and (max-width:649px) {

    .wp-caption {
      clear: both;
      display: block;
      float: none;
      margin-left: auto !important;
      margin-right: auto !important;
      width: auto;
    }

  }


  /* The Gallery container (div) */
  .gallery {
    clear: both;
    margin-bottom: 3rem;
  }

    /* A Gallery item container for 2, 3, and 4 column galleries */
    .gallery .gallery-item {
      border: none !important;
      box-sizing: border-box;
      display: inline-block;
      float: left;
      margin: 0 0 3rem 0;
      padding-right: 1.5rem;
      text-align: center;
      width: 40%;
    }

    .gallery-columns-2 .gallery-item {
      padding-right: 3rem;
      width: 50%;
    }

    .gallery-columns-3 .gallery-item {
      padding-right: 2rem;
      width: 33.33333%;
    }

    .gallery-columns-4 .gallery-item {
      padding-right: 1rem;
      width: 25%;
    }

    /* The actual image inside a container for 2, 3, and 4 column galleries */
    .gallery img,
    .gallery-columns-2 .attachment-medium,
    .gallery-columns-3 .attachment-medium,
    .gallery-columns-4 .attachment-thumbnail {
      border: .1rem solid #ddd;
      border-radius: .2rem;
      box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 0.2);
      height: auto;
      margin: 0 .3rem 0 .1rem;
      max-width: unset;
      width: 100%;
    }

    /* A gallery image caption */
    .gallery .gallery-caption {
      text-align: center;
      -webkit-margin-start: 0;
    }

    /* Definition lists elements */
    .gallery dl,
    .gallery dt {

    }

    /* Pick the second line break if two line breaks are adjacent */
    .gallery br+br {
    }

    /* About */   .page-id-3379 .gallery img {
      border-radius: 50%;
    }


/*------------------------------
Header
------------------------------*/

#header a:hover,
#header a:focus {
	text-decoration: none;
}


  /*------------------------------
  Title
  ------------------------------*/

  #title {
  	display: block;
  	float: left;
    font-size: 3.2rem;
    font-family: 'adler', serif;
    font-weight: normal;
    height: 3.2rem;
    line-height: 1.2;
    margin: 0;
    padding: 0;
  	width: auto;
  }

  	#title a {
      color: #fff;
  		display: block;
  	}

    #title a:hover,
    #title a:focus {
      color: #ddd;
    }

  #description {
    color: #ccc;
    float: right;
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin: 0;
  }


    /* 780px */
    @media only screen and (max-width:779px) {

      #description {
        display: none;
      }

    }


/*------------------------------
Menu
------------------------------*/

#menu-main-menu {
  position: relative;
}

#menu-main-menu > .menu-item {
	display: inline-block;
	margin: 0;
  width: 20%;
}

#menu-main-menu .menu-item {
  margin: 0;
  padding: 0;
}

  #menu-main-menu .menu-item a {
  	color: #fff;
  	display: block;
  	font-size: 1.6rem;
    line-height: 3.2rem;
  	padding: .5rem;
  	text-decoration: none;
  }

    #menu-main-menu .menu-item a.open,
    #menu-main-menu > .menu-item:hover a {
      background: #a00;
      color: #fff;
    }

    #menu-main-menu > .menu-item > a:before {
      display: inline-block;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font: normal 3.2rem/1 Genericons;
      speak: none;
      vertical-align: top;
    }

      /* Default/Topics menu item. */
      #menu-main-menu > .menu-item > a:before {
        content: '\f505';
      }

      /* Home */
      #menu-main-menu .menu-item-home > a:before {
        content: '\f409';
      }

      /* Community */
      #menu-main-menu .menu-item-211724 > a:before {
        content: '\f417';
      }

      /* About */
      #menu-main-menu .menu-item-208331 > a:before {
        content: '\f455';
      }

      /* Log In/Account */
      #menu-main-menu .menu-item-loginout > a:before {
        content: '\f304';
      }


#menu-main-menu > .menu-item-has-children {
  position: relative;
}

  #menu-main-menu .menu-item-has-children > a:after {
    content: '\f431';
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: normal 1.6rem/3.2rem Genericons;
    speak: none;
    text-align: center;
    vertical-align: top;
    width: 3.2rem;
  }

  #menu-main-menu .menu-item-has-children > a.open:after {
    content: '\f405';
  }

  #menu-main-menu .sub-menu {
    display: none;
    margin: 0;
  }

    /* The next two expand the Join the Lawyerist Community sub menu. */
    #menu-main-menu #menu-item-270912.menu-item-has-children > a:after {
      content: '';
    }

    #menu-main-menu #menu-item-270912.menu-item-has-children > .sub-menu {
      display: block !important;
    }

    #menu-main-menu > .menu-item-has-children > .sub-menu {
      background: #a00;
      box-shadow: 0 .2rem .3rem rgba(0, 0, 0, 0.2);
      padding: .25rem 0 .75rem 0;
      position: absolute;
        left: 0;
      width: 150%;
      z-index: 10;
    }

      #menu-main-menu > .menu-item-has-children > .sub-menu:last-child {
        right: 0;
      }

    #menu-main-menu .sub-menu a {
      padding: .5rem 1rem;
    }

      #menu-main-menu .sub-menu .menu-item a:hover,
      #menu-main-menu .sub-menu .menu-item a:focus {
        color: #ddd;
      }

      #menu-main-menu ul.sub-menu .sub-menu .menu-item a {
        margin-left: 1rem;
      }

        #menu-main-menu ul.sub-menu .sub-menu .menu-item a:before {
          color: #c00;
          content: "\f428";
          display: inline-block;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font: normal 1.6rem/3.2rem 'Genericons';
          speak: none;
          text-indent: -1em;
          vertical-align: top;
        }


/* Mobile menu. */
@media only screen and ( max-width: 749px ) {

  #menu-main-menu > .menu-item {
    position: static;
  }

  #menu-main-menu > .menu-item a {
    font-size: 1.2rem;
    padding: .5rem .5rem .7rem .5rem;
    text-align: center;
  }

    #menu-main-menu > .menu-item > a {
      line-height: 1;
    }

    #menu-main-menu .menu-item > a:before {
      display: block;
      margin: 0;
    }

    #menu-main-menu > .menu-item-has-children > a:after {
      display: none;
    }

  #menu-main-menu > .menu-item > .sub-menu {
    left: 0;
    width: 100%;
  }

    #menu-main-menu .menu-item-has-children > .sub-menu > .menu-item {
      float: none;
      width: unset;
    }

    #menu-main-menu > .menu-item > .sub-menu a {
      font-size: 1.8rem;
      padding: 1rem;
      text-align: left;
    }

}

/*------------------------------
Card Styles

Selectors
.has-post-thumbnail
.has-avatar-thumbnail
.has-post-label
.category-lawyerist-podcast
.category-blog-posts
.sponsored
.type-product
.page

------------------------------*/

.card,
#sponsored_product_updates {
  border-radius: .2rem;
  box-shadow:
    0 0 0 .1rem #ddd,
    .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
  ;
  display: block;
  margin: 0 .3rem 1rem .1rem;
  text-decoration: none;
}

  .index .card {
    background-color: #fff;
    padding: 2rem;
  }

  .card.has-post-thumbnail {
    padding: 0;
  }

  .card.front_page_sticky_post,
  .card.has-post-label,
  .card.has-avatar-thumbnail,
  #sponsored_product_updates {
    padding: 2rem;
  }

  #sponsored_product_updates li:last-child {
    margin-bottom: 0;
  }

  /* Highlight colors. */

  .card.type-product {
    border-top: .7rem solid #ed9c28;
  }

  .card.sponsored {
    border-top: .7rem solid #ffffa0;
  }

.card a {
  color: inherit;
  text-decoration: none;
}

.card a:hover,
.card a:focus{
  color: #a00;
  text-decoration: none;
}

.card .headline-excerpt {
  color: #111;
  position: relative;
}

  .card .headline {
    color: #333;
    margin-bottom: .2em;
  }

  .card .headline:hover,
  .card .headline:focus {
    color: #a00;
    text-decoration: none;
  }

  .card .excerpt {
    font-size: 1.6rem;
  }

  .card .postmeta {
    font-size: 1.4rem;
    margin-bottom: .5rem;
  }

  .card p,
  .card p {
    margin-bottom: .75em;
  }


/* Post label styles. */

.post_label {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .5em;
  text-transform: uppercase;
}

  .home .card .post_label,
  .home .card .post_label {
    margin-bottom: 0;
  }

  .post_label a {
    color: #666;
  }

  .post_label > a:before {
    content: '\f505';
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: normal 1.4rem/1.5 Genericons;
    margin-right: .25em;
    speak: none;
    vertical-align: top;
  }

  .post_label a:hover,
  .post_label a:focus {
    color: #a00;
    text-decoration: none;
  }


/* .headline-excerpt styles. */
.card.has-post-label .headline-excerpt {
  padding: 0;
}

.card.has-post-thumbnail .headline-excerpt {
  padding: 2rem 2rem 2rem 30%;
}

  .card.has-post-thumbnail .headline,
  .card.has-post-thumbnail .excerpt,
  .card.has-post-thumbnail .postmeta {
    margin-left: 2rem;
  }

.card.has-avatar-thumbnail .headline-excerpt {
  padding: 0;
}

  .card.has-avatar-thumbnail .headline,
  .card.has-avatar-thumbnail .excerpt,
  .card.has-avatar-thumbnail .postmeta {
    margin-left: 2rem;
    padding-left: 20%
  }

.card.type-product .headline-excerpt {
padding: 6rem;
}

.card.type-product.has-post-label .headline-excerpt {
  padding: 4rem;
}

  .card.type-product.has-post-thumbnail .headline,
  .card.type-product.has-post-thumbnail .excerpt,
  .card.type-product.has-post-thumbnail .postmeta {
    margin-left: 0;
    padding-right: 28rem;
  }

  .card.type-product a.button {
    margin-bottom: 0;
  }

@media only screen and ( max-width: 683px ) {

  .card.type-product .headline-excerpt {
    padding: 3rem;
  }

    .card.type-product.has-post-thumbnail .headline,
    .card.type-product.has-post-thumbnail .excerpt,
    .card.type-product.has-post-thumbnail .postmeta {
      padding: 0;
    }

}


/* Post image styles. */

.card .default_thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .2rem 0 0 .2rem;
  float: left;
  height: 100%;
  margin: 0;
  position: absolute;
    top: 0;
    left: 0;
  width: 30%;
}

  .card .has-post-label .default_thumbnail {
    border-radius: 0;
  }

.card .author_avatar {
  float: left;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  width: 20%;
}

  .card .author_avatar:before {
    content: '';
    display: block;
    padding-top: 100%;
  }

  .card .author_avatar img {
    border-radius: 50%;
    height: auto;
    margin: 0;
    position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    width: 100%;
  }

  .card .author_avatar img.size-thumbnail {
    max-width: unset;
  }


.card.type-product .product-thumbnail {
  float: right;
  margin: 0;
  transform: rotate( .015turn );
  width: 25rem;
}

  @media only screen and ( max-width: 683px ) {

    .card.type-product .product-thumbnail {
      display: block;
      float: none;
      margin: 0 auto 3rem auto;
    }

  }

/* Headline styles. */

.card .headline {
  font-size: 2.4rem;
  margin-bottom: .5rem;
}

.card.category-lawyerist-podcast .headline,
.card.category-blog-posts .headline {
  font-size: 3.2rem;
  margin-bottom: .25em;
}

.card.page .headline {
  font-size: 3.2rem;
  margin-bottom: 0;
}

@media only screen and ( max-width: 683px ) {

  .card .headline-excerpt .headline {
    font-size: 2.4rem !important;
  }

  .card.type-product .headline {
    margin-bottom: .75em;
  }

}


/* Excerpt styles. */

.card.type-product .excerpt {
  margin-bottom: 1.5em;
}

.card.type-product a:hover .excerpt,
.card.type-product a:focus .excerpt {
  color: #111;
}

@media only screen and ( max-width: 683px ) {

  .card .excerpt {
    display: none;
  }

}


/* Postmeta styles */

.sponsor {
  background-color: #ffffa0;
}


/*------------------------------
Front Page
------------------------------*/

.front_page_block {
  margin: 0 -.7rem 6rem .1rem;
  max-width: 68rem;
}

.front_page_block.fp_contains_boxes {
  max-width: unset;
}

.one_half {
  box-sizing: border-box;
  float: left;
  width: 50%;
}

.one_half .card {
  padding: 0 0 2rem 0;
  margin-right: 1rem;
}

  .one_half .card img {
    border-radius: .2rem .2rem 0 0;
    height: auto;
    margin-bottom: 1rem;
    width: 100%;
  }

  .one_half .card h3 {
    font-size: 2.4rem;
    margin: 0 2rem;
  }

  .one_half .card p {
    font-size: 1.6rem;
    margin: 0 2rem 2rem 2rem;
  }

  .one_half .card .button {
    display: block;
    margin: 0 2rem;
    text-align: center;
  }

.home .has-post-thumbnail.has-post-label .headline-excerpt {
  margin-bottom: 2rem;
}

/* Sticky Post */

.front_page_sticky_post {
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}

  .front_page_sticky_post a:hover,
  .front_page_sticky_post a:focus,
  .front_page_sticky_post a:hover .headline,
  .front_page_sticky_post a:focus .headline {
    color: #a00;
    text-decoration: none;
  }

  .front_page_sticky_post.card .headline {
    font-size: 2.4rem;
    margin-bottom: 0 !important;
    margin-left: 2.4rem !important;
    text-indent: -2.9rem !important;
  }

  .front_page_sticky_post .headline::before {
    color: #c00;
    content: "\f456";
    display: inline;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: normal 2.4rem/1.2 Genericons;
    margin-right: .5rem;
    speak: none;
    vertical-align: top;
    width: 2.4rem;
  }

  .front_page_sticky_post:last-child {
    margin-bottom: 6rem;
  }


/* Insider Dashboard */

#insider-dashboard {
  background-color: #eee;
  border-radius: .2rem;
  box-sizing: border-box;
  margin-bottom: 3rem;
  padding: 2rem;
}

#dashboard-title {
  color: #555;
  line-height: 1;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

p.dashboard-widget-label {
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}

#insider-dashboard .logout-link {
  float: right;
  font-size: 80%;
}

p.dashboard-widget-note {
  font-size: 1.6rem;
  line-height: 1.2;
}

  /* Scorecard Widget */

  #dashboard-scorecard-widget.card {
    background-color: #fff;
    padding: 2rem;
  }

  #dashboard-scorecard-widget .scorecard-results-wrapper {
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

    #dashboard-scorecard-widget .scorecard-result-wrapper {
      display: inline-block;
      text-align: center;
    }

      #dashboard-scorecard-widget .scorecard-year {
        border-bottom: .1rem solid #ddd;
        color: #888;
        font-size: 1.6rem;
        margin-bottom: 1rem;
      }

      #dashboard-scorecard-widget .scorecard-month-day {
        color: #888;
        font-size: 1.2rem;
        margin-bottom: 1rem;
      }

      #dashboard-scorecard-widget .scorecard-bar-wrapper {
        background-color: #ddd;
        border-radius: .2rem;
        height: 10rem;
        margin: 0 auto 1rem auto;
        max-width: 3rem;
        min-width: 1rem;
        width: 20%;
        position: relative;
      }

        #dashboard-scorecard-widget .scorecard-bar {
          background-color: #c00;
          border-radius: 0 0 .2rem .2rem;
          position: absolute;
            bottom: 0;
          width: 100%;
        }

      #dashboard-scorecard-widget .scorecard-percentage {
        font-size: 1.2rem;
      }

/* Call to Action */

#big_hero_cta {
  margin: 0 auto 6rem auto;
  max-width: 68rem;
  padding: 0;
  position: relative;
}

  #big_hero_left {
    background-color: #ddd;
    box-sizing: border-box;
    height: 100%;
    padding: 2rem;
    position: absolute;
      top: 0;
    width: 21%;
  }

    #big_hero_left img {
      height: auto;
      margin: 0;
      padding: 0;
      width: 100%;
    }

    #big_hero_left .big_hero_label {
      color: #cc0000;
      display: none;
      font-family: concourse, sans-serif;
      font-size: 4rem;
      line-height: 1;
      margin-left: .1em;
      text-transform: uppercase;
      vertical-align: top;
    }

  #big_hero_right {
    margin-left: 21%;
    padding: 2rem;
    position: relative;
  }

    #big_hero_cta .dismiss-button {
      position: absolute;
        top: 2rem;
        right: 2rem;
    }

    #big_hero_cta .card a:hover p,
    #big_hero_cta .card a:focus p,
    #big_hero_cta .card a:hover ul,
    #big_hero_cta .card a:focus ul {
      color: #111;
    }

  #big_hero_cta .headline {
    font-size: 4.2rem;
    margin-bottom: .25em;
    text-transform: uppercase;
  }

  #big_hero_cta p {
    font-size: 1.8rem;
  }

  #big_hero_cta .button {
    display: block;
    font-size: 3.2rem !important;
    height: auto;
    margin: 2rem 0 0 0;
    padding: 1.5rem;
    position: relative;
    text-align: center;
  }

    #big_hero_cta .button.free-flag:after {
      background-color: #fff;
      border: .3rem solid #b00;
      border-radius: 50%;
      box-sizing: border-box;
      color: #b00;
      content: 'Free!';
      font-size: 1.8rem;
      line-height: 5.4rem;
      position: absolute;
        right: -1rem;
        top: -2rem;
      height: 6rem;
      text-align: center;
      text-transform: uppercase;
      transition: color .2s, box-shadow .2s;
      width: 6rem;
    }

    #big_hero_cta .button:hover:after,
    #big_hero_cta .button:focus:after {
      border-color: #c00;
      box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 0.4);
      color: #c00;
    }

    #big_hero_cta .button:active:after {
      border-color: #a00;
      box-shadow: none;
      color: #a00;
    }

    #big_hero_cta .button:focus:after {
      box-shadow: none;
    }

  @media only screen and ( max-width: 499px ) {

    #big_hero_cta .headline {
      font-size: 3.2rem;
    }

      #big_hero_left {
        height: 6rem;
        padding: 1rem 2rem;
        position: relative;
        width: 100%;
      }

        #big_hero_left img {
          width: 4rem;
        }

        #big_hero_left .big_hero_label {
          display: inline-block;
        }

      #big_hero_right {
        margin-left: 0;
      }

  }

  @media only screen and ( max-width: 349px ) {

    #big_hero_cta .button {
      text-align: left;
    }

  }

/* New Content Blocks */

.home .lens_playlist iframe {
  margin-bottom: 0 !important;
}

.home #blog-posts {
  padding: 2rem;
}

  .home #blog-posts .headline-excerpt {
    margin-bottom: 2rem;
    padding: 0;
  }

    .home #blog-posts .headline,
    .home #blog-posts .postmeta {
      margin-left: 1.5rem;
      padding-left: 7.5rem;
    }

    .home #blog-posts .author_avatar {
      float: left;
      font-size: 1rem;
      line-height: 1;
      width: 7.5rem;
    }

      .home #blog-posts .author_avatar img {
        height: auto;
        margin: 0;
        width: 100%;
      }

.home .type-product.has-post-label .headline-excerpt {
  padding: 4rem;
}


/*------------------------------
Content
------------------------------*/

.index,
.archive,
.search-results {
  background-color: #f9f9f9;
}

.breadcrumbs {
  color: #777;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: .5em;
}

  .breadcrumbs:before {
    content: '\f417';
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: normal 1.6rem/1.4 'Genericons';
    speak: none;
    vertical-align: top;
  }

.error404 .tag_cloud {
	margin-bottom: 1em;
}

#lawyerist_content_search {
	margin-bottom: 1em;
}

  #search-input-container {
    box-sizing: border-box;
    padding-right: 9.05rem;
    width: 100%;
  }

  #search-field {
    float: left;
    width: 100%;
  }

  .search-form input[type="submit"] {
    margin-left: .8rem;
  }


#archive_header {
  background-color: #eee;
  margin-bottom: 2rem;
  padding: 2rem;
}

  body.search #archive_header {
    margin-bottom: 3rem;
  }

#archive_header img {
  float:left;
  margin-bottom: 1.5rem;
}

#archive_header p,
.woocommerce .term-description p {
  color:#333;
  font-size: 1.8rem;
  line-height: 1.5;
}

#archive_header p.author_descr {
  padding-left: 11.5rem;
  margin-bottom: 0;
}

#archive_header p:last-child,
.woocommerce .term-description p:last-child {
  margin-bottom: 0;
}

#archive_header li {
  color:#333;
  font-size: 1.8rem;
  line-height: 1.2
}

#lawyerist_display_ad {
  margin: 0 auto 3rem auto;
  width: 30rem;
}

  .mobile.index #lawyerist_display_ad {
    margin-bottom: 1rem;
  }


    /* WP Review Pro styles */

    /* The header user rating. */
    .user-rating {
      margin-bottom: .5em;
    }

      .user-rating a:hover {
        text-decoration: none;
      }

      .user-rating .review-star {
        color: #bbb;
      }

      .user-rating .review-total-only {
        background: transparent;
      }

    /* Our star rating (as opposed to WP Review Pro's) */
    .lawyerist-star-rating {
      display: inline-block;
      margin-right: .5rem;
      position: relative;
    }

      .lawyerist-star-rating-wrapper {
        display: inline-block;
        white-space: nowrap;
      }

        .lawyerist-star-rating .rating-star {
          display: inline-block;
          padding-right: .4rem;
        }

          .lawyerist-star-rating .rating-star:last-child {
            padding: 0;
          }

        .lawyerist-star-rating .rating-star:before {
          color: #bbb;
          content: '\f005';
      		display: inline-block;
      		-webkit-font-smoothing: antialiased;
          font-family: FontAwesome;
          font-size: inherit;
          line-height: inherit;
          speak: none;
          vertical-align: top;
        }

        .lawyerist-star-rating-result {
          overflow: hidden;
          position: absolute;
            left: 0;
            top: 0;
          white-space: nowrap;
        }

          .lawyerist-star-rating-result .rating-star:before {
            color: #c00;
          }

    /* Displays the author review. */
    .rating-box {
      margin-bottom: 4rem;
      padding: 2rem;
    }

      #review {
        border: 0;
        padding: 0;
      }

      #review .review-list li {
        border-bottom: 0;
        margin-bottom: 1rem;
        padding: 0;
      }

      #review .review-list li:nth-child(2n) {
        background: unset;
      }

        #review .review-list li span {
          font-size: 1.6rem;
        }

      #review .comments-review-area {
        display: none;
      }

      .rating-breakdown {
        margin-bottom: 1em;
      }

        .rating {
          margin-bottom: 0;
        }

        .composite-rating {
          border-top: .1rem dotted #bbb;
          padding-top: 1rem;
        }

        .rating-breakdown small {
          color: #777;
          font-family: equity, serif;
        }

      .review-total-wrapper {
        display: none;
      }

    .review-total-only,
    .review-star {
      margin: 0;
      padding: 0;
    }

    .review-total-only {
      padding: 0 .25em 0 0 !important;
    }

    .review-star .review-result-wrapper {
      color: #bbb;
    }

    .review-point .review-result-wrapper {
      background-color: #bbb !important;
    }

    .review-point .review-result-wrapper .review-result {
      background-color: #c00 !important;
    }

    .wp-review-feedback {
      color: #777;
      font-size: 1.4rem;
      line-height: 1.5;
    }

    .wp-review-feedback a.review-btn {
      background: #bbb;
      border: none;
      border-radius: .2rem;
      color: #fff;
      height: auto;
      line-height: 2.1rem;
      margin-bottom: 0;
      padding: 0 .8rem;
    }

    .wp-review-feedback a.review-btn[data-value="yes"]:hover,
    .wp-review-feedback a.review-btn[data-value="no"]:hover {
      background: #ccc;
    }

    .wp-review-feedback a.review-btn[data-value="yes"]:active,
    .wp-review-feedback a.review-btn[data-value="no"]:active {
      background: #aaa;
      color: #e9e9e9;
    }

    form.wp-review-comment-form > div,
    #commentform.wp-review-comment-form > div {
      width: 100%;
      margin-bottom: 0;
      float: none;
    }

    #commentform.wp-review-comment-form .wp-review-comment-form-rating {
      margin-bottom: .4rem;
    }

    #commentform.wp-review-comment-form .wp-review-comment-form-rating label {
      line-height: 1.5;
    }

    #commentform.wp-review-comment-form .wp-review-comment-form-email {
      margin-bottom: 1em;
    }

    #commentform.wp-review-comment-form .wp-review-comment-form-url {
      display: none;
    }

  #sponsored_product_updates {
    border-top: .7rem solid #ffffa0;
	}

    .page #sponsored_product_updates {
      margin-bottom: 3rem;
    }

    #sponsored_product_updates ul {
      list-style: none;
      margin: 0;
    }

      #sponsored_product_updates li {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-top: 0;
      }

        #sponsored_product_updates a {
          color: #c00;
          text-decoration: none;
        }

        #sponsored_product_updates a:hover,
        #sponsored_product_updates a:focus {
          color: #a00;
          text-decoration: none;
        }

    #sponsored_product_updates .product_updates_heading,
    #sponsored_product_updates h2 {
      color: #666;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: .5em;
      text-transform: uppercase;
    }

    #sponsored_product_updates .product_updates_heading:before,
    #sponsored_product_updates h2:before {
      content: '\f420';
      display: inline-block;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font: normal 1.4rem/1.5 Genericons;
      margin-right: .25em;
      speak: none;
      vertical-align: top;
    }


	/*------------------------------
	Posts
	------------------------------*/

	.comments:before {
		content: '\f300';
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 1.6rem/1 'Genericons';
		margin-right: .1em;
    speak: none;
    vertical-align: text-top;
	}

  .post_body {
    margin-bottom: 4rem;
  }

    @media only screen and ( max-width: 499px ) {

      .post_body {
        margin: 0 auto;
      }

    }

  .single .category-blog-posts .headline_postmeta {
    min-height: 10rem;
  }

    .single .category-blog-posts .author_avatar {
      float: left;
    }

      .single .category-blog-posts .author_avatar img {
        margin: 0;
      }

    .single .category-blog-posts .headline,
    .single .category-blog-posts .headline_postmeta .postmeta {
      padding-left: 11.5rem;
    }

  #toc_container {
    margin-bottom: 3rem;
  }

    .toc_title {
      font-size: 3.2rem;
      line-height: 1.2;
    	margin-bottom: .5em;
    }

    #toc_container > ul {
			margin-left:0;
		}

    #toc_container ul {
			list-style: none;
		}

      #toc_container ul ul {
        margin-bottom: 0;
        margin-left: 1.5rem;
      }

    #toc_container li {
			margin: 0 0 .5rem 0;
		}

    #toc_container li li:first-child {
      margin-top: .5rem;
    }

  .theiaPostSlider_bodyWithMultiplePages .theiaPostSlider_slides {
    background-color: #fafafa;
    border: .1rem solid #ddd;
    border-radius: .2rem;
    box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 0.2);
    margin-left: .1rem;
    margin-right: .3rem;
  	padding: 2rem;
  }

  .theiaPostSlider_nav._lower {
    margin: 1em 0 6rem 0;
  }

  .page_links,
  .woocommerce nav.woocommerce-pagination {
    color: #777;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 6rem 0;
    text-align: center;
  }

    .woocommerce nav.woocommerce-pagination ul.page-numbers {
      background: none;
      border: 0;
      margin: 0;
      padding: 0;
    }

    .woocommerce nav.woocommerce-pagination ul li {
      border: 0;
      margin: 0;
      padding: 0;
      float: none;
      display: inline-block;
    }

    .page_links .page-numbers,
    .woocommerce nav.woocommerce-pagination .page-numbers {
      background-color: #ddd;
      border-radius: 2.1rem;
      box-sizing: border-box;
      display: inline-block;
      height: 4.2rem;
      line-height: 1.5;
      min-width: 4.2rem;
      padding: 1rem;
    }

      .page_links a.page-numbers:hover,
      .page_links a.page-numbers:focus,
      .woocommerce nav.woocommerce-pagination a.page-numbers:hover,
      .woocommerce nav.woocommerce-pagination a.page-numbers:focus {
        background-color: #bbb;
        text-decoration: none;
      }

    .page_links .current,
    .woocommerce nav.woocommerce-pagination ul li span.current {
      background: none;
      border: .1rem solid #ddd;
      border-radius: 2.1rem;
      box-sizing: border-box;
      display: inline-block;
      padding: 1rem;
    }

    .page_links .dots {
      background: none;
      min-width: unset;
      padding: 1rem 0;
    }

  #child_pages_list {
    margin-bottom: 4rem;
  }

    #child_pages_list .page {
      margin-bottom: 1rem;
      position: relative;
    }

      #child_pages_list .page:last-child {
        margin-bottom: 0;
      }

    #child_pages_list .child_pages_heading {
      color: #666;
    }

    #child_pages_list .child_pages_heading:before {
      content: '\f505';
      display: inline-block;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font: normal 1.4rem/1.5 Genericons;
      margin-right: .25em;
      speak: none;
      vertical-align: top;
    }

    #child_pages_list .wp-post-image {
      border-radius: 50%;
      float: left;
      height: 7.5rem;
      margin: 0 1.5rem 0 0;
      width: 7.5rem;
    }

    #child_pages_list .headline-excerpt {
      padding: 0 0 0 9rem;
      position: absolute;
        top: 50%;
      transform: translateY(-50%);
     }

      #child_pages_list .headline {
        font-size: 2.4rem;
        margin-bottom: 0;
      }

      #child_pages_list a:hover,
      #child_pages_list a:focus {
        text-decoration: none;
      }

        #child_pages_list a:hover .headline,
        #child_pages_list a:focus .headline {
          color: #a00;
        }

  #related_podcasts,
  #related_posts,
  #related_pages {
    margin-bottom: 4rem;
  }

    .page-template-product-page #related_podcasts,
    .page-template-full-width #related_podcasts,
    .page-template-product-page #related_posts,
    .page-template-full-width #related_posts {
      box-sizing: border-box;
      float: left;
      max-width: 50%;
      padding-right: 1rem;
    }

      @media only screen and ( max-width: 683px ) {

        .page-template-product-page #related_podcasts,
        .page-template-full-width #related_podcasts,
        .page-template-product-page #related_posts,
        .page-template-full-width #related_posts {
          float: none;
          padding-right: 0;
          max-width: unset;
        }

      }

    #related_podcasts .card,
    #related_posts .card,
    #related_pages .card {
      background-color: #f5f5f5;
      min-height:7.5rem;
      padding: 2rem;
      position: relative;
    }

      #related_podcasts .author_avatar,
      #related_posts .author_avatar,
      #related_pages .author_avatar {
        width: 7.5rem;
      }

      #related_podcasts .headline-excerpt,
      #related_posts .headline-excerpt {
        padding: 0 0 0 9rem;
      }

      #related_pages .headline-excerpt {
        padding: 0 2rem 0 9rem;
        position: absolute;
          top: 50%;
        transform: translateY(-50%);
      }

        #related_podcasts .headline,
        #related_posts .headline,
        #related_pages .headline,
        #related_podcasts .postmeta,
        #related_posts .postmeta,
        #related_pages .postmeta {
          margin-left: 0;
          padding-left: 0;
        }

        #related_podcasts .headline,
        #related_posts .headline {
          font-size: 2.4rem;
          margin-bottom: .5rem;
        }

  #current_posts {
    background-color: #fbfbfb;
    border-radius: .2rem;
    border-top: .7rem solid #c00;
    box-shadow:
      0 0 0 .1rem #ddd,
      .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
    ;
    display: block;
    margin-bottom: 6rem;
    padding: 2rem 0 0 2rem; /* Right padding and bottom margin are provided by #current_posts a. */
    text-decoration: none;
  }

    .current_posts_heading > a {
      color: #666;
      display: block;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: .75em;
      text-transform: uppercase;
    }

    .current_posts_heading > a:before {
      display: inline-block;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font: normal 1.4rem/1.5 Genericons;
      margin-right: .25em;
      speak: none;
      vertical-align: top;
    }

    .current_posts_heading > a:before {
      content: '\f409';
    }

    #current_posts a.current_post  {
      box-sizing: border-box;
      color: inherit;
      display: inline-block;
      float: left;
      margin: 0 0 2rem 0;
      padding-right: 2rem;
      width: 25%;
    }

      /* 700px */
      @media only screen and ( max-width:699px ) {

        #current_posts a.current_post {
          width: 50%;
        }

        #current_posts a.current_post:nth-child( even ) {
          clear: left;
        }

      }

      #current_posts a:hover,
      #current_posts a:focus {
        color: #a00;
        text-decoration: none;
      }

    #current_posts .wp-post-image {
      margin-bottom: 1rem;
      width: 100%;
    }

    .current_post_title,
    .discussion_title {
      font-size: 1.8rem;
      line-height: 1.2;
      margin-bottom: .2rem;
    }


  /*------------------------------
  Scorecard Results
  ------------------------------*/

  #scorecard_results {
    background-color: #fafafa;
    border: .1rem solid #ddd;
    border-radius: .2rem;
    box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 0.2);
    margin: 0 .3rem 3rem .1rem;
    padding: 2rem 4rem;
    position: relative;
  }

  #scorecard_results #grade_box {
    box-sizing: border-box;
    float: left;
    padding-right: 2rem;
    width: 15rem;
  }


    #scorecard_results .grade_label {
      color: #666;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: .75rem;
      text-transform: uppercase;
    }

    #scorecard_results .grade {
      font-size: 14.4rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
    }

    #scorecard_results .score {
      text-align: center;
    }

  #scorecard_results #get_results {
  }

    #scorecard_results #get_results .button {
      height: 3.6rem;
      position: absolute;
        right: 4rem;
        top: 50%;
      margin-top: -1.8rem;
    }

    #scorecard_results #get_results p {
      display: block;
      font-size: 1.6rem;
      padding-left: 17rem;
    }

  @media only screen and ( max-width:449px ) {

    #scorecard_results {
      padding: 2rem;
    }

    #scorecard_results #get_results .button {
      right: 2rem;
    }

  }


  /*------------------------------
  Tables
  ------------------------------*/

  table {
    margin-bottom: 3rem;
  }

  td,
  th {
    border: 1px solid #ddd;
    padding: .75rem 1.5rem;
  }

  th {
    background-color: #eee;
    font-weight: bold;
    text-align: left;
  }

  .tablepress {
    font-size: 80%;
  }

    .tablepress td,
    .tablepress th,
    .tablepress thead th {
      min-width: 9rem;
      vertical-align: top;
    }


    /* LPMS Main Landing Page */

    .page-id-121024 #tablepress-40-scroll-wrapper {
      position: relative;
    }

    .page-id-121024 #tablepress-40-scroll-wrapper .dataTables_scrollBody {
      position: static !important;
    }

    .page-id-121024 .lpms-features-table .column-1 {
      position: absolute;
        left: 0;
    }


    /* LPMS Individual Landing Pages */

    .lpms-features-table .column-1 {
      background-color: #fff;
      border-right: .1rem solid #ddd;
    }

    .lpms-features-table tr th {
      min-width: 16rem;
    }

    /* Lab Curriculum Table */

    .lab-curriculum .column-1 {
      font-family: concourse;
      font-weight: bold;
      padding-left: 0;
    }

    .lab-curriculum ul br {
      display: none;
    }

    .lab-curriculum li:first-child {
      margin-top: 0;
    }

    /* Memberships Pricing Chart */

    .memberships-pricing-chart {
      margin-bottom: 4rem;
    }

    .memberships-pricing-chart td {
      line-height: 1.2;
    }

    /* Borders & Background Colors */

    .memberships-pricing-chart tbody tr td,
    .tablepress.memberships-pricing-chart tbody tr:first-child td {
      border-left: .1rem solid #ddd;
      border-top: .1rem solid #ddd;
    }

    .memberships-pricing-chart .column-4,
    .tablepress.memberships-pricing-chart tbody tr:first-child td.column-4 {
      border-left: .3rem double #ddd;
    }

    .memberships-pricing-chart tbody tr td:last-child {
      border-right: .1rem solid #ddd;
    }

    .memberships-pricing-chart tbody tr:last-child td {
      border-left: 0;
      border-right: 0;
    }

    .memberships-pricing-chart .column-1 {
      background-color: #efefef;
    }

    .memberships-pricing-chart .row-1 .column-1,
    .tablepress.memberships-pricing-chart tbody tr:first-child .column-1,
    .memberships-pricing-chart .row-2 .column-1 {
      background-color: unset;
      border-top: 0;
      border-left: 0;
    }

    .memberships-pricing-chart .row-14 .column-1 {
      background-color: unset;
    }

    .memberships-pricing-chart .row-1 .column-2,
    .memberships-pricing-chart .row-1 .column-3,
    .memberships-pricing-chart .row-1 .column-4,
    .memberships-pricing-chart .row-1 .column-5 {
      background-color: #efefef;
    }

    .memberships-pricing-chart .row-2 .column-2,
    .memberships-pricing-chart .row-2 .column-3,
    .memberships-pricing-chart .row-2 .column-4,
    .memberships-pricing-chart .row-2 .column-5 {
      background-color: #efefef;
      border-top: 0;
    }

    .memberships-pricing-chart .row-14 .column-1 {
      border-left: 0;
      border-bottom: 0;
    }


    /* Rows */

    .memberships-pricing-chart .row-1 {
      color: #333;
      font-family: concourse-headings, sans-serif;
      font-size: 2.8rem;
      font-weight: bold;
      line-height: 1.2;
    	margin-bottom: .5em;
    }

    .memberships-pricing-chart .row-13 {
      font-family: concourse, sans-serif;
    }

    /* Columns */

    .memberships-pricing-chart .column-1 {
      font-family: concourse, sans-serif;
      width: 15%;
    }

    .memberships-pricing-chart .column-2,
    .memberships-pricing-chart .column-3,
    .memberships-pricing-chart .column-4,
    .memberships-pricing-chart .column-5 {
      text-align: center;
      width: 21.25%;
    }

    /* Cells */

    .memberships-pricing-chart .row-1 td,
    .memberships-pricing-chart .row-2 td {
      text-align: left;
    }

    .memberships-pricing-chart .row-14 td .button {
      margin-bottom: 0;
      width: 100%;
    }


  /*------------------------------
  Resource Pages
  ------------------------------*/

  .resource-page .headline_container {
    margin-bottom: 3rem;
  }

  .resource-page div[itemprop="image"] {
    background-color: #ddd;
    border-radius: .2rem;
    box-sizing: border-box;
    float: left;
    height: 10rem;
    margin: 0 1.5rem 0 0;
    padding: .5rem;
    width: 10rem;
  }

    .resource-page .headline_container img.wp-post-image {
      height: 100%;
      margin: auto 0;
      max-width: none;
      width: auto;
    }

  .resource-page .has-post-thumbnail .headline_container .headline,
  .resource-page .has-post-thumbnail .headline_container .excerpt {
    padding-left: 11.5rem;
  }


  /*------------------------------
  Product Pages
  ------------------------------*/

  .product-page #content_column {
    box-sizing: border-box;
    max-width: none;
    width: 100%;
  }

  .product-page .headline_container {
    margin-bottom: 3rem;
  }

    .product-page .headline_container div[itemprop="image"] {
      background-color: #ddd;
      border-radius: .2rem;
      box-sizing: border-box;
      float: left;
      height: 10rem;
      margin: 0 1.5rem 0 0;
      padding: .5rem;
      width: 10rem;
    }

      .product-page .headline_container img.wp-post-image {
        height: 100%;
        margin: auto 0;
        max-width: none;
        width: auto;
      }

    .product-page .has-post-thumbnail .headline_container .headline,
    .product-page .has-post-thumbnail .headline_container .user-rating,
    .product-page .has-post-thumbnail .headline_container .excerpt,
    .product-page .has-post-thumbnail .headline_container .affinity-partner-link {
      padding-left: 11.5rem;
    }


  .list-products-trial-button {
    position: absolute;
      right: 2rem;
      top: 2rem;
  }

    a.button.trial-button {
      border-radius: .3rem;
      font-size: 1.8rem !important;
      height: 4.2rem;
      line-height: 4.2rem;
      margin: 0 auto;
      padding: 0 1.8rem;
    }

      a.button.trial-button:after {
        content: "\f442";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font: normal 1.8rem/1 Genericons;
        margin-left: .1em;
        speak: none;
        vertical-align: text-top;
      }

    .affinity-partner-link {
      display: block;
      font-size: 1.6rem;
      text-align: center;
    }

      .product-page .has-post-thumbnail .headline_container .affinity-partner-link {
        text-align: unset;
      }

  .product-pages-list {
    list-style: none;
    margin-top: 0;
    margin-left: 0;
  }

    .product-pages-list li {
      background-color: #f5f5f5;
      border: .1rem solid #ddd;
      border-radius: .2rem;
      box-shadow:
        .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
      ;
      display: block;
      margin: 0 .3rem 1rem .1rem;
      min-height: 11rem;
      overflow: hidden;
      padding: 2rem;
      position: relative;
    }

      .product-pages-list li.page_type-silver-product {
        background-color: #ffffa0;
      }

      .product-pages-list .image {
        height: 11rem;
        position: absolute;
          top: 2rem;
          bottom: 0;
        width: 11rem;
      }

        .product-pages-list img {
          background-color: #ddd;
          border: .2rem;
          box-sizing: content-box;
          height: auto;
          margin: auto 0;
          max-width: none;
          padding: .5rem;
          position: relative;
            bottom: auto;
            top: auto;
          width: 10rem;
        }

      .product-pages-list .title_container {
        margin: 0 0 2rem 12.5rem;
      }

        .product-pages-list .title {
          display: inline-block;
          font-size: 2.4rem;
          line-height: 1.2;
          margin-bottom: .33em;
          padding: 0 2rem 0 0;
        }

        .product-pages-list a.title {
          color: #333;
        }

        .product-pages-list a.title:hover,
        .product-pages-list a.title:focus {
          color: #a00;
          text-decoration: none;
        }

    .product-pages-list .excerpt {
      display: block;
      font-size: 1.6rem;
      margin-left: 12.5rem;
      padding: 0;
    }

    .featured_products_heading {
      color: #666;
      display: block;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: .75em;
      text-transform: uppercase;
    }

    .featured-products-list li {
      min-height: 16rem;
    }

      .featured-products-list .image {
        height: 16rem;
        width: 16rem;
      }

        .featured-products-list .image img {
          width: 15rem;
        }

      .featured-products-list .title_container {
        margin: 0 0 2rem 17.5rem;
      }

      .featured-products-list .excerpt {
        margin-left: 17.5rem;
      }

      /* When the width reaches 700px. */
      @media only screen and (max-width:699px) {

        .product-pages-list li {
          padding: 1rem;
        }

        .product-pages-list .image {
          height: 8.5rem;
          width: 8.5rem;
          top: 1rem;
        }

          .product-pages-list .image img {
            height: 7.5rem;
            width: 7.5rem;
          }

        .product-pages-list .title_container {
          margin: 0;
          min-height: 8.5rem;
          padding-left: 9.5rem;
        }

          .review_count {
            display: block;
          }

          .list-products-trial-button {
            margin: 0 auto 2rem auto;
            position: relative;
              right: auto;
              top: auto;
            text-align: center;
          }

            .list-products-trial-button .trial-button {
              display: block;
            }

        .product-pages-list .excerpt {
          margin-left: 0;
        }

      }

  blockquote.testimonial {
    background-color: #fff;
    border-radius: .2rem;
    border-top: .7rem solid #ffffa0;
    box-shadow:
      0 0 0 .1rem #ddd,
      .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
    ;
    color: #333;
    display: block;
    font-family: unset;
    font-size: 2.4rem;
    font-style: unset;
    margin: 0 .3rem 1em .1rem;
    padding: 2rem;
  }

  blockquote.testimonial .sponsored_testimonial_label {
    color: #888;
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: right;
    text-transform: uppercase;
  }

  blockquote.testimonial .sponsored_testimonial_quotation {
    display: block;
    margin-bottom: 1rem;
  }


  /*------------------------------
  Affinity Pages
  ------------------------------*/

  .affinity-partners-heading {
    color: #666;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: .75em;
    text-transform: uppercase;
  }

  .list-affinity-partners-claim-button {
    position: absolute;
      right: 2rem;
      top: 2rem;
  }

    a.button.claim-button {
      margin: 0 auto;
    }

  /* When the width reaches 700px. */
  @media only screen and (max-width:699px) {

    .affinity-partners-list .title_container {
      margin-bottom: 1.5rem;
    }

    .list-affinity-partners-claim-button {
      margin: 0 auto 2rem auto;
      position: relative;
        right: auto;
        top: auto;
      text-align: center;
    }

      .list-affinity-partners-claim-button .claim-button {
        display: block;
      }

  }


  /*------------------------------
  Team Profiles
  ------------------------------*/

  .profile-page .headline_container {
    margin-bottom: 3rem;
    position: relative;
  }

    .profile-page .has-post-thumbnail .headline_container {
      min-height: 17.5rem;
    }

    .profile-page .has-post-thumbnail .headline_container .headline,
    .profile-page .has-post-thumbnail .headline_container .excerpt {
      padding-left: 17.5rem;
    }

    .profile-page .headline_container div[itemprop="image"] {
      background-color: #ddd;
      border-radius: .2rem;
      height: 15rem;
      padding: .5rem;
      position: absolute;
        top: 0;
        bottom: 0;
      width: 15rem;
    }

    .profile-page .headline_container img.wp-post-image {
      height: auto;
      margin: auto 0;
      max-width: none;
      position: absolute;
        top: 0;
        bottom: 0;
      width: 15rem;
    }


  /*------------------------------
  Full Width Template
  ------------------------------*/

  .page-template-full-width #content_column {
    box-sizing: border-box;
    max-width: none;
    width: 100%;
  }


  /*------------------------------
  No Sidebar Template
  ------------------------------*/

  .no-sidebar #content_column {
    float: none;
    margin: 0 auto;
  }


	/*------------------------------
	Comments
	------------------------------*/

  ol.commentlist,
  ul.children {
    list-style: none;
  }

  ul.children {
    border-left: .3rem solid #ddd;
    margin-left: 0;
    padding-left: 2rem;
  }

  .commentlist {
    margin: 0 0 3rem 0;
  }

  .comment-body {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }

  .comment-body blockquote {
    background-color: #eee;
    color: #444 ;
    font-size: 2rem;
    margin-bottom: 1.8rem;
    padding: 1.8rem;
  }

    .comment-body blockquote > p:last-of-type {
      margin-bottom: 0;
    }

    .comment-author {

    }

      .comment-author .avatar {
        float: left;
        margin: 0 1rem 1rem 0;
      }

      .comment-author cite {
        font-style: normal;
      }

    .comment-meta {
      font-size: 1.4rem;
      margin-bottom: 1em;
    }

      .comment-meta a {
        color: #777;
      }

    .comment-body > p:last-of-type {
      margin-bottom: .75rem;
    }

  .comment .reply {
    font-size: 1.6rem;
  }

  #commentform {

  }

    #respond {
      background-color: #fbfbfb;
      border: .1rem solid #ddd;
      border-radius: .2rem;
      box-shadow:
        .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
      ;
      display: block;
      margin: 0 .3rem 3rem .1rem !important;
      padding: 2rem;
    }

    #cancel-comment-reply-link {
      color: #777;
      display: block;
      font-size: 1.2rem;
      font-weight: normal;
      line-height: 1.5;
      text-transform: uppercase;
    }

    #commentform p {
      margin-bottom: .75rem;
    }

    #commentform p.logged-in-as {
      font-size: 1.4rem;
      margin-bottom: 1em;
    }

    .comment-notes {
      font-size: 1.4rem;
    }

    .comment-form-comment {
      margin-bottom: .6rem;
    }

    textarea#comment {
      width: 100%;
    }

    #commentform .comment-form-email {
      margin-bottom: 1em;
    }

    .comment-form-url {
      display: none;
    }

    #commentform input#submit {
      margin-bottom: 0;
    }

p.comment-subscription-form input[type="checkbox"] {
  display: inline;
}


/*------------------------------
Author Bios
------------------------------*/

#author_bio,
#author_connect {
  color: #666;
  font-size: 1.6rem;
}

#author_bio {
  line-height: 1.5;
  margin-bottom: 1.5em;
}

#author_connect p {
  line-height: 1em;
  margin-bottom: 1.3rem;
}

#author_connect p:last-child {
  margin-bottom: 3rem;
}

p.author_twitter:before,
p.author_website:before {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: 'Genericons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

p.author_twitter:before {
  color: #4099ff;
  content: '\f202';
}

p.author_website:before {
  color: #555;
  content: '\f475';
}

#author_bio_footer {
  clear: both;
  margin: 6rem 0;
  min-height: 10rem;
}

  #author_bio_footer img {
    float: left;
    margin-bottom: 3rem;
    margin-right: 2rem;
  }

  #author_bio_footer #author_bio,
  #author_bio_footer #author_connect {
    padding-left: 12rem;
  }

#author_header {
  border-bottom: .1rem solid #ddd;
  margin-bottom: 2rem;
  min-height: 30rem;
  padding-bottom: 2rem;
}

  #author_header img {
    border-radius: 0;
    float: left;
    height: auto;
    margin: 0 2rem 1em 0;
    width: 30rem;
  }

  #author_header #author_bio,
  #author_header #author_connect {
    padding-left: 32rem;
  }

@media only screen and (max-width: 683px) {

  #author_header img {
    float: none;
    height: auto;
    width: 100%;
  }

    #author_header #author_bio,
    #author_header #author_connect {
      padding-left: 0;
    }

}


/*------------------------------
Sidebar
------------------------------*/

#sidebar_column h3 {
  color: #888;
  font-size: 1.8rem;
  text-transform: uppercase;
}

#sidebar_column > li {
  list-style: none;
  margin-bottom: 4rem;
}

#lawyerist_display_ad {
  margin-bottom: 4rem;
}

#lawyerist_display_ad.stick {
  position: fixed;
  top: 2rem;
}

.admin-bar #lawyerist_display_ad.stick {
  top: 5.2rem;
}


/* Platinum Sponsors widget. */
#custom_html-2 a,
#custom_html-2 img,
#custom_html-2 p {
  display: block;
  margin: 0;
}

#custom_html-2 a {
  margin-bottom: .1rem;
}

ul.blogroll {
  font-size: 1.8rem;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 1.5em 0;
}


/*------------------------------
Footer
------------------------------*/

#footer p {
    color: #666;
    font-size: 1.6rem;
}


/*------------------------------
Forms
------------------------------*/

input,
input[type="text"],
input[type="email"],
input[type="file"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
select,
textarea,
#commentform.wp-review-comment-form input,
#commentform.wp-review-comment-form textarea {
  background-color: #fff;
  border: .1rem solid #bbb;
  border-radius: .2rem;
  box-shadow: none;
  box-sizing: border-box;
  color: #555;
  display: block;
  font-size: 1.8rem !important;
  height: auto;
  outline: none;
  line-height: 2.4rem;
  margin-bottom: .4rem;
  margin-top: 0 !important;
  padding: .5rem .4rem;
  -webkit-appearance: none;
}

  input::-webkit-input-placeholder {
    padding-top: 2px;
  }

input[type="search"] {
  width: 100%;
}

#sidebar_column input,
#sidebar_column input[type="text"],
#sidebar_column input[type="email"],
#sidebar_column input[type="file"],
#sidebar_column input[type="tel"],
#sidebar_column input[type="url"],
#sidebar_column input[type="number"],
#sidebar_column input[type="password"],
#sidebar_column input[type="search"],
#sidebar_column select,
#sidebar_column textarea {
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin-left: .1rem;
}

  input[type="checkbox"] {
    -webkit-appearance: checkbox;
  }

  input[type="radio"] {
    -webkit-appearance: radio;
  }

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
#commentform.wp-review-comment-form input:focus,
#commentform.wp-review-comment-form textarea:focus {
  border-color: #c00;
  color: #333;
}

label {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0;
}

  #lawyerist_content_search label span {
    display: block;
    margin-bottom: .25em;
  }

.post-password-form {
  background-color: #fbfbfb;
  border-radius: .2rem;
  box-shadow:
    0 0 0 .1rem #ddd,
    .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
  ;
  display: block;
  margin-bottom: 1rem;
  max-width: 32rem;
  padding: 2rem;
  text-decoration: none;
}

.post-password-form input[type="password"] {
  width: 100%;
}

select {
  -webkit-appearance: menulist;
}


/*------------------------------
Buttons
------------------------------*/

button,
.button,
a.button,
input.button,
input[type="button"],
input[type="submit"],
a.review-btn,
#commentform.wp-review-comment-form input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #b00;
  border: 0;
  border-radius: .2rem;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem !important;
  font-weight: normal;
  height: 3.6rem;
  line-height: 3.6rem;
  margin-bottom: 3rem;
  outline: none;
  padding: 0 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  transition: background-color .2s, color .2s, box-shadow .2s;
  width: auto;
}

  a.button.big-button {
    border-radius: .3rem;
    font-size: 1.8rem !important;
    height: 4.2rem;
    line-height: 4.2rem;
    margin: 0 auto;
    padding: 0 1.8rem;
  }

  a.button.really-big-button {
    border-radius: .6rem;
    font-size: 3.2rem !important;
    height: 6rem;
    line-height: 6rem;
    margin: 0 auto;
    padding: 0 3.2rem;
  }

  .woocommerce button.button:disabled,
  .woocommerce button.button:disabled:hover,
  .woocommerce button.button:disabled[disabled],
  .woocommerce button.button:disabled[disabled]:hover {
    background-color: #ddd;
    box-shadow: none;
    color: #bbb;
    padding: 0 1.6rem;
  }

  #sidebar_column button,
  #sidebar_column .button,
  #sidebar_column a.button,
  #sidebar_column input.button,
  #sidebar_column input[type="button"],
  #sidebar_column input[type="submit"] {
    margin-bottom: 0;
  }

  .woocommerce-notices-wrapper button,
  .woocommerce-notices-wrapper a.button,
  .woocommerce input.button {
    margin: 0;
  }

  .woocommerce #respond input#submit.loading::after,
  .woocommerce a.button.loading::after,
  .woocommerce button.button.loading::after,
  .woocommerce input.button.loading::after {
    top: unset;
  }

  .woocommerce .download-file a.button {
    line-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
  }

    .woocommerce .download-file a.button:after {
      content: "Download";
      display: block;
      line-height: 3.6rem;
      text-indent: 0;
    }

button:focus,
.button:focus,
a.button:focus,
input.button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
a.review-btn:focus,
#commentform.wp-review-comment-form input[type="submit"]:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
  box-shadow: none;
  color: #fff;
  outline: none !important;
}

button:hover,
.button:hover,
a.button:hover,
input.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
a.review-btn:hover,
#commentform.wp-review-comment-form input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #c00;
  box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
}

button:active,
.button:active,
a.button:active,
input.button:active,
input[type="button"]:active,
input[type="submit"]:active,
a.review-btn:active,
#commentform.wp-review-comment-form input[type="submit"]:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active {
  background-color: #a00;
  box-shadow: none;
  color: #ddd;
}

button.dismiss-button {
  border-radius: 50%;
  height: 3rem;
  line-height: 3rem;
  margin: 0;
  padding: 0;
  width: 3rem;
}

  button.dismiss-button::before {
    content: '\f405';
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: normal 3rem/1 Genericons;
    position: relative;
      left: -.03em;
      bottom: -.04em;
    speak: none;
    vertical-align: top;
  }

button.greybutton,
a.greybutton,
.woocommerce input.button[name="update_cart"] {
  background-color: #ccc;
  color: #fff;
}

button.greybutton:hover,
a.greybutton:hover,
.woocommerce input.button[name="update_cart"]:hover {
  background-color: #ddd;
  color: #fff;
}

button.greybutton:active,
a.greybutton:active,
.woocommerce input.button[name="update_cart"]:active {
  background-color: #bbb;
  color: #efefef;
}

.mce-toolbar button {
  text-transform: none;
}

.mce-toolbar button:hover,
.mce-toolbar button:focus,
.mce-toolbar button:active {
  background-color: unset;
  box-shadow: unset;
}


  /*------------------------------
  Gravity Forms Customizations
  ------------------------------*/

  .gform_wrapper,
  .gform_confirmation_message {
    background-color: #fbfbfb;
    border: .1rem solid #ddd;
    border-radius: .2rem;
    box-shadow:
      .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
    ;
    display: block;
    margin: 0 .3rem 1.5em .1rem !important;
    padding: 2rem;
    text-align: left;
    text-decoration: none;
  }

  .gform_confirmation_message {
    padding-top: 2rem;
  }

  .gform_heading .gform_title:first-child,
  .gform_heading .gform_description:first-child {
    margin-top: 2rem;
  }

  .gform_footer {
    padding-top: 0 !important;
  }

  .gform_ajax_spinner {
    display: inline;
    line-height: 3.6rem;
    margin: 0;
    vertical-align: middle;
    width: auto;
  }

  @media only screen and ( max-width: 761px ), ( max-device-width: 1024px ) and ( min-device-width: 768px ) {

    #gform_wrapper_45 ul.gform_fields table.gsurvey-likert td:after,
    #gform_wrapper_47 ul.gform_fields table.gsurvey-likert td:after {
      margin-left: 2.5rem;
    }

  }

  #sidebar_column .gform_wrapper {
    font-size: 1.8rem;
  }

  #sidebar_column .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }

  /* Lawyerist Insider Survival Guide Form */
  #gform_wrapper_38 .gform_description,
  #gform_wrapper_38 .gform_body {
    font-size: 1.8rem;
  }

  /* Small Firm Scorecard styles. */
  #gform_wrapper_45,
  #gform_wrapper_47,
  #gform_confirmation_message_45,
  #gform_confirmation_message_47 {
    background-color: unset;
    border: none;
    box-shadow: none;
    padding: 0 0 3rem 0;
  }

    #gform_wrapper_45 .gsurvey-survey-field,
    #gform_wrapper_47 .gsurvey-survey-field {
      margin: 0 0 6rem 0;
    }

    #gform_wrapper_45 .gsurvey-survey-field:last-child,
    #gform_wrapper_47 .gsurvey-survey-field:last-child {
      margin-bottom: 0;
    }

    #gform_wrapper_45 .gfield_label,
    #gform_wrapper_47 .gfield_label {
      font-weight: normal;
    }

    #gform_wrapper_45 .gfield_required,
    #gform_wrapper_47 .gfield_required {
      display: none;
    }

  /*------------------------------
  HubSpot Forms Customizations
  ------------------------------*/

  .hbspt-form fieldset {
    margin-bottom: .75em !important;
  }

    .hbspt-form fieldset:last-of-type {
      margin-bottom: 1em;
    }

    .hbspt-form .form-columns-2 .hs-form-field input,
    .hbspt-form .form-columns-2 .hs-form-field select {
      width: 90%;
    }

  .hbspt-form label {
    display: block;
    line-height: inherit;
    margin-bottom: .5em;
  }

  .hbspt-form ul.hs-error-msgs {
    list-style: none;
    margin: 0;
  }

    .hbspt-form ul.hs-error-msgs li label:before {
      color: #c00;
      content: '\f456';
      display: inline-block;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font: normal 1.6rem/1 Genericons;
      margin-right: .25em;
      speak: none;
      vertical-align: text-top;
    }

/*------------------------------
WooCommerce
------------------------------*/

.woocommerce-page {
  background-color: #f9f9f9;
}

.woocommerce #content_column {
  font-size: 2rem; /* WooCommerce uses em sizing, so this sets the base size to 20px. */
}

@media only screen and (max-width: 683px) {

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: unset;
    float: none;
    clear: both;
    margin: 0 .3rem 1rem .1rem;
  }

}

.woocommerce-page ul.products li.product-category {
  background-color: #fff;
  border-radius: .2rem;
  box-shadow:
    0 0 0 0.1rem #ddd,
    .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
  ;
  box-sizing: border-box;
  color: #111;
  float: none !important;
  height: 10rem;
  margin: 0 .3rem 1rem .1rem !important;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

  .woocommerce-page ul.products li.product-category a img {
    border-right: .1rem solid #ddd;
    height: 10rem;
    margin: 0 1.5rem 0 0;
    position: absolute;
    width: 10rem;
  }

  .woocommerce-page ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 3.2rem;
  	margin-bottom: .5em;
    padding: 2rem 2rem 0 11.5rem;
  }

  .woocommerce-page ul.products li.product-category .woocommerce-loop-category__title:hover {
    color: #a00;
  }

  .woocommerce ul.products li.product .woocommerce-loop-category__title mark {
    background: none;
    color: #777;
  }

  p.woocommerce-result-count {
    color: #777;
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 1em;
  }

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    background-color: #fbfbfb;
    border-radius: .2rem;
    box-shadow:
      0 0 0 0.1rem #ddd,
      .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
    ;
    color: #111;
    line-height: 1.5;
    margin: 0 .3rem 1.5em .1rem !important;
    padding: 2rem;
    text-decoration: none;
  }

    .woocommerce-info a.button {
      margin-bottom: 0;
    }

  .woocommerce-error {
    border-top: .5rem solid #c00;
  }

  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    content: none;
    display: none;
  }

  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text {
    width: auto;
  }

  .woocommerce div.product form.cart .variations td,
  .woocommerce div.product form.cart .variations th {
    line-height: unset;
  }

  .woocommerce-variation-price {
    margin-bottom: 1em;
  }

  .woocommerce-checkout .headline,
  .woocommerce-checkout h2,
  .woocommerce-checkout h3,
  .woocommerce-checkout h4,
  .woocommerce-checkout h5,
  .woocommerce-checkout h6,
  .woocommerce section h2,
  .woocommerce-Tabs-panel h2:first-child,
  .woocommerce-table thead,
  .woocommerce .additional_information_tab {
    text-transform: capitalize;
  }


  p.woocommerce.add_to_cart_inline {
    background-color: #efefef;
    border: .1rem solid #ddd;
    border-radius: .2rem;
    box-shadow:
      .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
    ;
    margin-left: .1rem;
    margin-right: .3rem;
  	padding: 2rem;
  }

    p.woocommerce.add_to_cart_inline a.button {
      margin-bottom: 0;
      margin-left: 1em;
    }

.woocommerce .product-remove a.remove {
  background-color: #ddd;
  color: #fff !important;
  font-size: 2rem;
  line-height: 86.5%;
  margin: .5rem 1rem .5rem 0;
  transition: background-color .2s, color .2s, box-shadow .2s;
}

  .woocommerce .product-remove a.remove:hover {
    background-color: #c00;
    box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 0.4);
  }

  .woocommerce .product-remove a.remove:active {
    background-color: #a00;
    box-shadow: none;
  }

  .woocommerce table.shop_attributes td {
    padding: 0 .75rem;
  }


/* WooCommerce Product Category Pages */

.tax-product_cat ul.products li.product {
  background-color: #fff;
  border-radius: .2rem;
  border-top: .7rem solid #ed9c28;
  box-shadow:
    0 0 0 .1rem #ddd,
    .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
  ;
  box-sizing: border-box;
  display: block;
  float: none !important;
  margin: 0 1.3rem 1rem 0;
  overflow: hidden;
  padding: 3rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}

  .tax-product_cat ul.products li.product a img {
    margin: 0 1.5rem 1.5rem 0;
    position: absolute;
      left: 4rem;
      top: 4rem;
    transform: rotate( .015turn );
    width: 15rem;
  }

  .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    color: #333;
    font-size: 3.2rem;
    line-height: 1.2;
    margin: 0 0 .2em 0;
    padding: 0 0 0 20rem;
  }

  .tax-product_cat ul.products li.product .woocommerce-loop-product__title:hover {
    color: #a00;
    text-decoration: none;
  }

  .tax-product_cat ul.products li.product a .price {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 .75em 20rem;
  }

  .tax-product_cat ul.products li.product .button {
    margin: 0 0 0 20rem;
  }

@media only screen and (max-width: 500px) {

  .tax-product_cat ul.products li.product a img {
    margin: 0 0 1.5rem 0;
    padding: 2rem;
    position: relative;
      left: unset;
      top: unset;
    width: 100%;
  }

  .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    display: block;
    padding-left: 0;
  }

  .tax-product_cat ul.products li.product a .price,
  .tax-product_cat ul.products li.product .button {
    margin-left: 0;
  }

}

  .woocommerce a.added_to_cart {
    font-size: 1.6rem;
    margin-left: .5rem;
  }

    .woocommerce li.product a.added_to_cart:hover,
    .woocommerce li.product a.added_to_cart:focus {
      text-decoration: underline;
    }

.woocommerce span.onsale {
  background-color: #aaa;
  border-radius: 0 0 .2rem .2rem;
  box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 0.2);
  font-weight: normal;
  font-size: 1.4rem;
  left: 3rem !important;
  line-height: 1.2;
  margin: 0 !important;
  min-height: unset;
  padding: .6rem .8rem .4rem .8rem;
  text-transform: uppercase;
}

  .single-product span.onsale {
    border-radius: .2rem .2rem 0 0;
    box-sizing: border-box;
    display: block;
    margin-bottom: 1em !important;
    position: relative;
      left: unset !important;
    width: 100%;
  }


/* WooCommerce Single Product Pages */

.single-product {
  background-color: #fff;
}

.single-product .breadcrumbs {
  margin-bottom: 1em;
}

/* WooCommerce Shopping Cart */

a.cart-in-header {
    background-color: #333;
    border-radius: .2rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 3.2rem;
    padding: .8rem;
    margin-left: .75em;
  }

  a.cart-in-header:hover {
    color: #ddd;
  }

  .cart-in-header:before {
    content: '\f447';
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: normal 2rem/3.2rem Genericons;
    margin-right: .25em;
    speak: none;
    vertical-align: top;
  }

.woocommerce-cart img {
  margin-bottom: unset;
}

.woocommerce-checkout #customer_details {
  margin-bottom: 6rem;
}

.woocommerce-checkout .product-file a.button {
  margin-bottom: unset;
}

.woocommerce-checkout #payment #wc-stripe-cc-form div.form-row {
  padding: unset;
}


/* WooCommerce Product Lists */

.woocommerce ul.products li.product span.onsale {
  box-shadow: none;
  left: 0 !important;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 1.5rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding-top: 0;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 1em;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

@media only screen and ( max-width: 768px ) {

  .page-template-full-width ul.products.columns-2 li.product {
    float: left;
    width: 48%;
  }

}

/* WooCommerce Account Pages */

body.woocommerce-account {
  background-color: #fff;
}

.woocommerce-account form.login {
  background-color: #f5f5f5;
  border: .1rem solid #ddd;
  border-radius: .2rem;
  box-shadow:
    .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
  ;
  box-sizing: border-box;
  margin: 0 auto 3rem auto;
  max-width: 32rem;
}

  .woocommerce-account input[type="submit"] {
    float: right;
  }

  .woocommerce-account .woocommerce-form__label-for-checkbox.inline .woocommerce-form__input-checkbox {
    display: inline-block;
  }

  .woocommerce-account .woocommerce-LostPassword {
    font-size: 1.6rem;
  }

.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #f5f5f5;
  border: .1rem solid #ddd;
  border-radius: .2rem;
  box-shadow:
    .1rem .1rem .3rem rgba(0, 0, 0, 0.2)
  ;
  box-sizing: border-box;
  float: left;
  margin-bottom: .3rem;
  margin-left: .1rem;
  margin-right: .3rem;
  padding: 2rem;
  width: 20%;
}

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
  }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
      font-size: 1.6rem;
      line-height: 1.2;
      margin-top: 0;
      text-transform: capitalize;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
      margin-bottom: 0;
    }

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 78%;
}

@media only screen and ( max-width: 768px ) {

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 3rem;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
  }

}

body.woocommerce-cart .actions button  {
  margin-bottom: 0;
}


/*------------------------------
LawDroid
------------------------------*/

.chatprompt .chatprompt-img {
  box-shadow: -2px 2px 45px -3px;
  background-position: center center !important;
  border-radius: 50%;
  height: 50px !important;
  width: 50px !important;
  display: inline-block;
  cursor: pointer;
  background-size: cover !important;
  position: relative;
  z-index: 10;
}
.chatprompt .chatprompt-img:after, .chatprompt .chatprompt-img:before {
  content: '';
  margin: 0 auto;
  width: 50px !important;
  height: 50px !important ;
  border: 2px solid #cc0000;
  border-radius: 50%;
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  z-index: 0;
}


/*------------------------------
Print
------------------------------*/

@media print {

  /* Don't Print */
  #lawyerist_ap1,
  .sharedaddy,
  #categories_tags,
  #current_posts,
  #respond,
  #comments_container,
  #mobile_ad,
  #sidebar_column {
    display: none !important;
  }

  body {
    background: white;
    margin: 0;
    -webkit-print-color-adjust: exact;
  }

  #header_container {
    background: #111;
  }

  #main_menu {
    background: #c00;
  }

  #content_column {
    float: none;
    margin: 0 auto;
    max-width: 80%;
    width: auto;
  }


  /* Page Breaks */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  #author_bio_footer,
  #footer,
  img {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

}
