/*
Theme Name: When I Work 2016
Author: the When I Work team
Author URI: http://wheniwork.com/
Description: The 2016 design for When I Work's blog.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wiw
*/
/*----------------------------------------
  Variables
----------------------------------------*/
/*----------------------------------------
  Global Styles
----------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  font-family: Source Sans Pro, sans-serif;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: Source Sans Pro;
  font-weight: lighter;
  -webkit-font-smoothing: auto;
  line-height: 1.3em;
  color: #333; }

h1 {
  font-size: 36px; }

p {
  font-family: PT Serif, sans-serif;
  color: #333;
  -webkit-font-smoothing: auto;
  line-height: 1.6em;
  margin-top: 1.6em;
  margin-bottom: 1.6em; }

a {
  text-decoration: none;
  color: #51a33d; }

hr {
  border: 0;
  border-bottom: 1px solid #ddd; }

.row {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.content {
  max-width: 1220px; }

.entry-views:before {
  content: '\f06e  ';
  font-family: FontAwesome;
  margin-right: 4px; }

.entry-comments-count:before {
  content: '\f075  ';
  font-family: FontAwesome;
  margin-right: 4px; }

.entry-date:before {
  content: '\f133  ';
  font-family: FontAwesome;
  margin-right: 4px; }

.post-edit-link:before {
  content: '\f040  ';
  font-family: FontAwesome;
  margin-right: 4px; }

/*----------------------------------------
  Utility classes for easy styling
----------------------------------------*/
.nowrap {
  white-space: nowrap; }

.clear {
  clear: both; }

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

@media only screen and (max-width: 40em) {
  .hide-small, .show-medium, .show-large, .show-large-up, .show-medium-up {
    display: none !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .hide-medium, .show-large, .show-large-up {
    display: none !important; } }

@media only screen and (min-width: 64.063em) {
  .hide-large, .show-medium {
    display: none !important; } }

@media only screen and (min-width: 40.063em) {
  .hide-medium-up, .show-small {
    display: none !important; } }

.inline-justify, .post-list-main .post-list-posts, .front-page-main .justify-container, .front-page-main section[role=main], .archive .archive-main .archive-posts {
  font-size: 0.1px;
  text-align: justify; }
  .inline-justify > *, .post-list-main .post-list-posts > *, .front-page-main .justify-container > *, .front-page-main section[role=main] > *, .archive .archive-main .archive-posts > * {
    display: inline-block;
    vertical-align: top; }
  .inline-justify::after, .post-list-main .post-list-posts::after, .front-page-main .justify-container::after, .front-page-main section[role=main]::after, .archive .archive-main .archive-posts::after {
    content: '';
    width: 100%;
    display: inline-block; }

/*----------------------------------------
  Menu Styles
----------------------------------------*/
.nav-header {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.92);
  margin-left: auto;
  margin-right: auto;
  min-height: 91px;
  position: absolute;
  top: 36px;
  width: 100%;
  z-index: 5; }
  @media only screen and (max-width: 40em) {
    .nav-header {
      min-height: 65px; } }

/* Stuck fixes it in place, sticky gets toggled */
.nav-header.stuck,
.nav-header.sticky {
  position: fixed;
  top: 0; }

.admin-bar .nav-header.stuck,
.admin-bar .nav-header.sticky {
  margin-top: 32px; }

#nav-bar {
  margin: 0 60px;
  padding-top: 30px; }
  @media only screen and (max-width: 40em) {
    #nav-bar {
      margin: 0 15px;
      padding-top: 15px; } }
  #nav-bar img {
    max-width: none !important; }
    #nav-bar img.menu {
      display: inline-block;
      max-width: none !important;
      padding-left: 30px;
      vertical-align: middle; }
      @media only screen and (max-width: 40em) {
        #nav-bar img.menu {
          margin-top: 0;
          padding-left: 22px; } }
    #nav-bar img:hover {
      cursor: pointer; }
  #nav-bar .right-nav {
    float: right;
    font-weight: 500;
    font-size: 14px;
    margin-top: 6px;
    text-transform: uppercase; }
    #nav-bar .right-nav .nav-items {
      display: inline-block;
      vertical-align: middle; }
      #nav-bar .right-nav .nav-items.hidden {
        opacity: 0; }
      @media only screen and (max-width: 680px) {
        #nav-bar .right-nav .nav-items {
          display: none; } }
      #nav-bar .right-nav .nav-items a {
        color: #666666;
        margin-left: 30px; }
        #nav-bar .right-nav .nav-items a:visited {
          color: #666666; }
  @media only screen and (max-width: 705px) {
    #nav-bar .nav-show-medium {
      display: none; } }
  @media only screen and (max-width: 1140px) {
    #nav-bar .nav-show-large {
      display: none; } }

/*----------------------------------------
  Side Nav area
----------------------------------------*/
#menu {
  position: fixed;
  z-index: 100;
  height: 100%;
  top: 0;
  right: -420px;
  width: 420px;
  background-color: #3d3d3d;
  background-color: rgba(61, 61, 61, 0.95);
  overflow: auto;
  padding-right: 60px;
  box-sizing: border-box; }
  @media only screen and (max-width: 40em) {
    #menu {
      right: -100%;
      width: 100%;
      padding-right: 15px;
      overflow: scroll; } }
  #menu.expanded {
    right: 0; }
  #menu #top-nav-block {
    display: inline-block;
    float: right;
    margin-top: 7px; }
    @media only screen and (max-width: 40em) {
      #menu #top-nav-block {
        margin-top: 0; } }
    #menu #top-nav-block .nav-items {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      display: inline-block; }
      @media only screen and (max-width: 680px) {
        #menu #top-nav-block .nav-items {
          display: none; } }
      #menu #top-nav-block .nav-items a {
        color: white;
        margin-left: 30px; }
        #menu #top-nav-block .nav-items a:visited {
          color: white; }
  #menu img {
    max-width: none !important;
    padding: 30px 0 30px 30px;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 40em) {
      #menu img {
        padding: 20px 0 20px 15px; } }
    #menu img:hover {
      cursor: pointer; }
  #menu #main-menu-items {
    width: 100%;
    text-align: right;
    margin-top: 30px; }
    @media only screen and (max-width: 40em) {
      #menu #main-menu-items {
        margin-top: 0; } }
    #menu #main-menu-items ul {
      list-style-type: none;
      margin: 0; }
      #menu #main-menu-items ul a {
        color: #aaaaaa;
        font-size: 30px;
        line-height: 1.4em;
        font-weight: 300;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
        @media only screen and (max-width: 40em) {
          #menu #main-menu-items ul a {
            font-size: 28px;
            line-height: 1.2em; } }
        #menu #main-menu-items ul a:hover {
          color: #ffffff; }
        #menu #main-menu-items ul a.current-link {
          color: #ffffff; }
  #menu #menu-nav-bottom {
    width: 100%;
    text-align: right;
    padding-bottom: 60px; }
    @media only screen and (max-width: 40em) {
      #menu #menu-nav-bottom {
        padding-bottom: 15px; } }
    #menu #menu-nav-bottom ul {
      list-style-type: none;
      margin: 0; }
      #menu #menu-nav-bottom ul a {
        color: #888888;
        font-size: 16px;
        line-height: 1.6em;
        font-weight: 600;
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease; }
        @media only screen and (max-width: 40em) {
          #menu #menu-nav-bottom ul a {
            line-height: 1.4em; } }
        #menu #menu-nav-bottom ul a:hover {
          color: #ffffff; }
        #menu #menu-nav-bottom ul a.current-link {
          color: #ffffff; }
  #menu .padder {
    height: 4%;
    height: calc(20% - 215px);
    max-height: 60px;
    min-height: 20px; }
    @media only screen and (max-width: 40em) {
      #menu .padder {
        max-height: 40px; } }
  #menu .rule-grey {
    border-bottom: 2px solid #cfcfcf;
    width: 100px;
    border-color: #555555;
    float: right; }

/*----------------------------------------
  Index.php Styles
----------------------------------------*/
.entry-title a {
  color: inherit; }

.header {
  padding-left: 8%;
  padding-right: 8%;
  background-color: #f5f5f5; }
  @media only screen and (max-width: 40em) {
    .header {
      padding-top: 64px; } }
  .header .content {
    max-width: 1220px;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 40em) {
      .header .content {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .header h1 {
    margin: 0; }
    @media only screen and (max-width: 40em) {
      .header h1 {
        font-size: 30px; } }
  .header p {
    margin-top: 0.2em;
    margin-bottom: 0;
    color: #666; }

.no-posts {
  font-size: 18px; }

span.gray {
  color: #999; }

/*----------------------------------------
  Post List Styles
----------------------------------------*/
.post-list-main {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 50px;
  padding-bottom: 50px; }
  .post-list-main .content {
    max-width: 1220px; }
  .post-list-main #nav-below {
    width: 65.90909%;
    margin-left: auto;
    margin-right: auto; }
    .post-list-main #nav-below a {
      box-sizing: border-box;
      width: 100%; }
  .post-list-main #infscr-loading {
    display: none !important; }

/*----------------------------------------
  Search Result Entry Styles
----------------------------------------*/
.section-block p.section-description {
  margin: 0; }

.entry {
  width: 31.06061%;
  position: relative;
  margin-bottom: 45px;
  opacity: 0;
  text-align: left;
  transition: opacity 400ms; }
  @media only screen and (max-width: 40em) {
    .entry {
      width: 100%; } }
  @media only screen and (min-width: 641px) and (max-width: 1000px) {
    .entry {
      width: 47.00599%; } }
  .entry .wp-post-image {
    width: 100%;
    height: auto;
    display: block; }
  .entry .entry-category {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px; }
  .entry h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px; }
  .entry p {
    margin-top: 1em;
    line-height: 1.3em;
    color: #666;
    font-size: 16px; }
  .entry a {
    color: inherit; }
  .entry .rule-small {
    width: 120px;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px; }
  .entry .entry-meta {
    color: #999;
    font-size: 14px; }
    .entry .entry-meta a {
      color: #51a33d; }
    .entry .entry-meta .entry-date, .entry .entry-meta .entry-views {
      margin-left: 15px; }

/*----------------------------------------
  Sidebar Styles
----------------------------------------*/
.section-block.featured-blog-posts .section-col {
  max-width: 49%;
  display: inline-block; }

.section-block.featured-blog-posts .section-col:last-child {
  display: none; }
  @media only screen and (min-width: 900px) {
    .section-block.featured-blog-posts .section-col:last-child {
      display: inline-block; } }

.section-block.featured-blog-posts .section-col .col-pad {
  padding-left: 10px;
  padding-right: 10px; }

.section-block.featured-blog-posts .section-col img {
  margin-bottom: 20px; }

.section-block.featured-blog-posts .section-col p {
  margin: 0; }

.section-block.featured-blog-posts .section-cols + .section-cols {
  padding-top: 30px; }

#sidebar-scroll-box {
  box-sizing: border-box;
  bottom: 0;
  right: -440px;
  max-height: 100%;
  overflow-x: auto;
  z-index: 6;
  padding: 20px;
  position: fixed;
  width: 400px;
  transition: right 400ms ease;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.3);
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px; }
  @media only screen and (max-width: 40em) {
    #sidebar-scroll-box {
      width: 100%;
      right: -110%; } }
  #sidebar-scroll-box.show {
    right: 0; }
  #sidebar-scroll-box .close-btn img {
    position: absolute;
    top: 20px;
    right: 20px; }
  #sidebar-scroll-box .widget-title {
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0.6em; }
  #sidebar-scroll-box .signup-form-container.simple .signup-form {
    margin-top: 0; }
  #sidebar-scroll-box .trial-terms {
    color: #999; }

.sidebar-testimonial .testimonial-stars {
  float: right;
  color: #ffcc33; }

.sidebar-testimonial h4,
.sidebar-testimonial h5 {
  font-size: 13px;
  font-weight: bold; }

.sidebar-testimonial h5 {
  color: #d4d4d4;
  margin-bottom: 0; }

.sidebar-testimonial p {
  font-size: 14px;
  line-height: 21.5px; }

.cm_ajax_widget_form p,
#sidebar-scroll-box .widget p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  text-align: left !important;
  font-family: "Source Sans Pro", sans-serif; }
.cm_ajax_widget_form label,
#sidebar-scroll-box .widget label {
  display: none; }
.cm_ajax_widget_form input[type=text],
#sidebar-scroll-box .widget input[type=text] {
  padding: 8px;
  width: 100%;
  box-sizing: border-box; }
.cm_ajax_widget_form input[type="submit"],
#sidebar-scroll-box .widget input[type="submit"] {
  background-color: #51a33d;
  border: 0;
  padding: 6px 12px;
  color: white;
  border-radius: 3px; }

/*----------------------------------------
  Top Line and Feature Box Styles
----------------------------------------*/
.entry-top-line {
  padding-top: 91px;
  border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 40em) {
    .entry-top-line {
      padding-top: 65px; } }

.top-feature-box {
  background-color: #51a33d;
  overflow: hidden;
  position: relative;
  padding: 40px 8% 40px 8%; }
  .top-feature-box::before {
    position: absolute;
    top: 0;
    background-size: cover;
    right: 0;
    width: 50%;
    height: 650px;
    background: url(library/images/feature-box-woman.jpg) bottom center no-repeat;
    display: none; }
  .top-feature-box .btn {
    background-color: #f1cf11;
    border-width: 0;
    color: #6c6c6b;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    padding-bottom: 17px;
    padding-top: 17px;
    text-transform: uppercase; }
  .top-feature-box h1, .top-feature-box h2, .top-feature-box h3, .top-feature-box h4, .top-feature-box p, .top-feature-box ul {
    color: #FFF; }
  .top-feature-box h2 {
    font-size: 32px;
    margin-top: 0; }
  .top-feature-box h3 {
    font-size: 24px; }
  .top-feature-box h4, .top-feature-box p {
    margin-top: 5px;
    margin-bottom: 0; }
  .top-feature-box ul {
    padding-left: 1.4em; }
  @media only screen and (min-width: 850px) {
    .top-feature-box::before {
      display: block; }
    .top-feature-box .content-inner {
      padding-right: 55%; } }

.home .top-feature-box {
  padding-left: 0;
  padding-right: 0; }

.home .top-feature-box .content {
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px; }

/*----------------------------------------
  Front Page Styles
----------------------------------------*/
.featured {
  background-color: #f5f5f5; }
  .featured h1 {
    margin-top: 0; }
    @media only screen and (max-width: 40em) {
      .featured h1 {
        font-size: 30px; } }
  .featured .content {
    max-width: 1440px;
    padding: 40px 50px 60px;
    text-align: justify;
    font-size: 0; }
    @media only screen and (max-width: 40em) {
      .featured .content {
        padding: 94px 8% 50px; } }
    .featured .content > div {
      font-size: medium; }
    .featured .content:after {
      content: '';
      width: 100%;
      /* Ensures there are at least 2 lines of text, so justification works */
      display: inline-block; }
  .featured .featured-container {
    width: 49.24242%;
    padding-top: 29.54545%;
    position: relative;
    display: inline-block; }
  .featured .featured-post {
    width: 48.46154%;
    padding-top: 28.46154%;
    position: absolute;
    background-color: #ccc; }
    .featured .featured-post.single-post {
      width: 100%;
      height: 100%;
      padding: 0;
      left: 0;
      top: 0; }
    .featured .featured-post:nth-of-type(1) {
      left: 0;
      top: 0; }
    .featured .featured-post:nth-of-type(2) {
      right: 0;
      top: 0; }
    .featured .featured-post:nth-of-type(3) {
      left: 0;
      bottom: 0; }
    .featured .featured-post:nth-of-type(4) {
      right: 0;
      bottom: 0; }
    .featured .featured-post .wp-post-image {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .featured .featured-post .entry-overlay {
      display: block;
      opacity: 0;
      color: white;
      font-size: 14px;
      text-align: left;
      transition: opacity 200ms ease; }
      .featured .featured-post .entry-overlay:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7); }
      .featured .featured-post .entry-overlay .read-entry {
        font-size: 18px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -85px;
        margin-top: -25px; }
      .featured .featured-post .entry-overlay .meta-left, .featured .featured-post .entry-overlay .meta-right {
        padding: 20px; }
        .featured .featured-post .entry-overlay .meta-left span:before, .featured .featured-post .entry-overlay .meta-right span:before {
          display: inline-block;
          margin-right: 8px; }
      .featured .featured-post .entry-overlay .meta-left {
        position: absolute;
        left: 0;
        bottom: 0; }
        .featured .featured-post .entry-overlay .meta-left span {
          margin-right: 10px; }
      .featured .featured-post .entry-overlay .meta-right {
        position: absolute;
        right: 0;
        bottom: 0; }
    .featured .featured-post:hover .entry-overlay {
      opacity: 1; }
  @media only screen and (max-width: 40em) {
    .featured .featured-container {
      width: 100%;
      display: none;
      padding-top: 60%; }
      .featured .featured-container:first-of-type {
        display: block; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .featured .featured-container {
      padding-top: 39.586%; }
      .featured .featured-container:nth-of-type(1) {
        width: 65.97666%; }
      .featured .featured-container:nth-of-type(2) {
        width: 31.85884%; }
    .featured .featured-post {
      width: 100%;
      padding-top: 58.73016%; }
      .featured .featured-post:nth-of-type(1) {
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
      .featured .featured-post:nth-of-type(2) {
        left: 0;
        right: auto;
        top: auto;
        bottom: 0; }
      .featured .featured-post:nth-of-type(n+3) {
        display: none; } }

.front-page-main {
  padding-top: 50px;
  padding-bottom: 50px; }
  .front-page-main .row.content {
    max-width: 1440px;
    padding-left: 50px;
    padding-right: 50px; }
    @media only screen and (max-width: 40em) {
      .front-page-main .row.content {
        padding-left: 8%;
        padding-right: 8%; } }
  .front-page-main .justify-container > * {
    font-size: 16px; }
  .front-page-main section[role=main] {
    width: 100%; }
    .front-page-main section[role=main] > * {
      font-size: 16px; }
  @media only screen and (max-width: 40em) {
    .front-page-main .entry.duplicate:first-of-type {
      display: none; } }
  .front-page-main #nav-below {
    width: 65.90909%;
    margin-left: auto;
    margin-right: auto; }
    .front-page-main #nav-below .btn-gray, .front-page-main .post-list-main #nav-below a, .post-list-main .front-page-main #nav-below a {
      box-sizing: border-box;
      width: 100%; }
  .front-page-main #infscr-loading {
    display: none !important; }

/*----------------------------------------
  Single Post and Page (Article) Styles
----------------------------------------*/
.single-post .entry-title,
.page .entry-title {
  font-weight: normal;
  margin-top: 0;
  font-size: 26px; }
  @media only screen and (min-width: 40.063em) {
    .single-post .entry-title,
    .page .entry-title {
      font-size: 36px; } }
  @media only screen and (min-width: 64.063em) {
    .single-post .entry-title,
    .page .entry-title {
      font-size: 42px; } }

.single-post .article-container,
.page .article-container {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 30px; }
  @media only screen and (min-width: 40.063em) {
    .single-post .article-container,
    .page .article-container {
      padding-top: 50px; } }
  @media only screen and (min-width: 64.063em) {
    .single-post .article-container,
    .page .article-container {
      padding-top: 80px; } }

.single-post article,
.page article {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.single-post article hr,
.page article hr {
  margin: 40px 0; }
  @media only screen and (max-width: 40em) {
    .single-post article hr,
    .page article hr {
      margin-top: 15px; } }

.page .entry-content > *:first-child {
  margin-top: 0; }

.single-post .entry-meta,
.page .entry-meta {
  color: #999; }
  .single-post .entry-meta .meta-left,
  .page .entry-meta .meta-left {
    font-size: 18px; }
    @media only screen and (min-width: 40.063em) {
      .single-post .entry-meta .meta-left,
      .page .entry-meta .meta-left {
        height: 36px;
        max-width: 50%;
        float: left;
        overflow: hidden; } }
  .single-post .entry-meta .meta-right,
  .page .entry-meta .meta-right {
    font-size: 14px;
    margin-top: 11px; }
    @media only screen and (max-width: 40em) {
      .single-post .entry-meta .meta-right,
      .page .entry-meta .meta-right {
        margin-top: 15px; } }
    @media only screen and (min-width: 40.063em) {
      .single-post .entry-meta .meta-right,
      .page .entry-meta .meta-right {
        max-width: 45%;
        float: right;
        overflow: hidden;
        height: 1em;
        text-align: right; } }
    .single-post .entry-meta .meta-right > span,
    .page .entry-meta .meta-right > span {
      margin-left: 17px;
      white-space: nowrap; }
      @media only screen and (max-width: 40em) {
        .single-post .entry-meta .meta-right > span:first-of-type,
        .page .entry-meta .meta-right > span:first-of-type {
          margin-left: 0; } }
  .single-post .entry-meta .entry-author > *,
  .page .entry-meta .entry-author > * {
    vertical-align: middle; }
  .single-post .entry-meta .entry-author img,
  .page .entry-meta .entry-author img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block; }
  @media only screen and (max-width: 40em) {
    .single-post .entry-meta .entry-author span,
    .page .entry-meta .entry-author span {
      display: inline-block;
      line-height: 1.3em;
      font-size: 16px; } }
.single-post .entry-content,
.page .entry-content {
  font-family: "Lora", "PT Serif", sans-serif;
  font-size: 16px; }
  .single-post .entry-content p, .single-post .entry-content ol, .single-post .entry-content ul,
  .page .entry-content p,
  .page .entry-content ol,
  .page .entry-content ul {
    line-height: 1.6em;
    font-size: inherit;
    color: #333; }
  .single-post .entry-content ol, .single-post .entry-content ul,
  .page .entry-content ol,
  .page .entry-content ul {
    display: block;
    padding-left: 40px;
    margin-left: 0; }
  .single-post .entry-content ul,
  .page .entry-content ul {
    list-style-type: disc; }
  .single-post .entry-content li + li,
  .page .entry-content li + li {
    margin-top: .8em; }
  .single-post .entry-content p,
  .page .entry-content p {
    font-family: "Lora", "PT Serif", sans-serif;
    font-size: 16px; }
  .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6,
  .page .entry-content h1,
  .page .entry-content h2,
  .page .entry-content h3,
  .page .entry-content h4,
  .page .entry-content h5,
  .page .entry-content h6 {
    font-family: "Lora", "PT Serif", sans-serif;
    font-weight: bold; }
  .single-post .entry-content h1,
  .page .entry-content h1 {
    font-size: 1.6em;
    clear: both; }
  .single-post .entry-content h2,
  .page .entry-content h2 {
    font-size: 1.2em;
    clear: both; }
  .single-post .entry-content h3,
  .page .entry-content h3 {
    font-size: 0.9em; }
  .single-post .entry-content h4,
  .page .entry-content h4 {
    font-size: 0.8em; }
  .single-post .entry-content img,
  .page .entry-content img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto; }
  @media only screen and (min-width: 40.063em) {
    .single-post .entry-content, .single-post .entry-content p,
    .page .entry-content,
    .page .entry-content p {
      font-size: 18px; } }
  @media only screen and (min-width: 64.063em) {
    .single-post .entry-content, .single-post .entry-content p,
    .page .entry-content,
    .page .entry-content p {
      font-size: 20px; } }
  .single-post .entry-content .attachment-post-thumbnail ~ p:first-of-type img,
  .page .entry-content .attachment-post-thumbnail ~ p:first-of-type img {
    display: none; }
  .single-post .entry-content span[itemprop='name'],
  .single-post .entry-content span[itemprop='author'],
  .page .entry-content span[itemprop='name'],
  .page .entry-content span[itemprop='author'] {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
.single-post .entry-tags,
.page .entry-tags {
  display: block;
  margin: 40px 0; }
  @media only screen and (min-width: 40.063em) {
    .single-post .entry-tags,
    .page .entry-tags {
      margin-bottom: 70px; } }
  .single-post .entry-tags a,
  .page .entry-tags a {
    color: #4f4d45;
    font-size: 14px;
    background-color: #eee;
    border-radius: 2px;
    padding: 10px;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 600; }
.single-post .entry-tags .category-title,
.page .entry-tags .category-title {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  text-transform: uppercase; }
.single-post .entry-tags .post-categories,
.page .entry-tags .post-categories {
  display: inline-block;
  margin: 0; }
  .single-post .entry-tags .post-categories li,
  .page .entry-tags .post-categories li {
    display: inline-block; }

.author-bio {
  border: 1px solid #ddd;
  padding: 30px;
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 50px; }
  .author-bio .avatar {
    border-radius: 50%;
    display: block;
    width: 65px; }
  .author-bio .avatar.big {
    width: 100px; }
  .author-bio .bio-container {
    font-size: medium; }
  @media only screen and (max-width: 40em) {
    .author-bio .avatar {
      margin: 0 auto 20px; } }
  @media only screen and (min-width: 40.063em) {
    .author-bio .avatar {
      float: left; }
    .author-bio .avatar + .bio-container {
      margin-left: 95px; }
    .author-bio .avatar.big + .bio-container {
      margin-left: 130px; } }
  .author-bio h3 {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 500; }
  .author-bio p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #666; }
  .author-bio a.twitter {
    white-space: nowrap; }

.entry-content img.alignleft {
  float: left;
  margin-right: 20px; }

.entry-content img.alignright {
  float: right;
  margin-left: 20px; }

.entry-content img.alignleft,
.entry-content img.alignright {
  clear: both;
  margin-bottom: 40px; }

.entry-content p.alignleft,
.entry-content p.alignright {
  clear: both; }

.entry-content p.alignleft {
  text-align: left; }

.entry-content p.alignright {
  text-align: right; }

.footer {
  padding: 100px 5%; }
  .footer .footer-icons {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0; }
    .footer .footer-icons img {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px; }
  .footer .footer-text {
    color: #999;
    font-size: 14px;
    text-align: center;
    width: 90%;
    margin: 0 auto; }
    .footer .footer-text a {
      color: inherit; }
  .footer .rule {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
    border-bottom: 2px solid #cfcfcf; }
    @media only screen and (max-width: 40em) {
      .footer .rule {
        margin-top: 24px; } }

/*----------------------------------------
  Comment Styles
----------------------------------------*/
#comments ul,
#trackbacks-list ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding-left: 0; }

#comments #comments-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 30px; }
#comments ul li {
  position: relative;
  padding-top: 30px;
  margin-top: 30px; }
  @media only screen and (max-width: 40em) {
    #comments ul li {
      padding-top: 20px;
      margin-top: 20px; } }
  @media only screen and (min-width: 40.063em) {
    #comments ul li {
      padding-left: 70px; } }
  #comments ul li::before {
    content: '';
    display: block;
    border-bottom: 1px solid #ccc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  #comments ul li.depth-1 {
    margin-top: 30px; }
#comments ul img {
  position: absolute;
  width: 50px;
  height: auto;
  left: 0; }
#comments ul .says {
  display: none; }
#comments ul .fn {
  height: 16px;
  margin-bottom: 20px;
  margin-left: 60px;
  font-size: 16px;
  font-weight: bolder;
  font-style: normal; }
  @media only screen and (min-width: 40.063em) {
    #comments ul .fn {
      float: left;
      margin-left: 0; } }
#comments ul .comment-awaiting-moderation {
  height: 16px;
  font-size: 16px;
  font-style: italic;
  margin-top: -2px;
  margin-left: 20px;
  color: #999; }
  @media only screen and (max-width: 40em) {
    #comments ul .comment-awaiting-moderation {
      margin-left: 60px; } }
  @media only screen and (min-width: 40.063em) {
    #comments ul .comment-awaiting-moderation {
      float: left; } }
#comments ul .comment-meta {
  height: 16px;
  margin-bottom: 20px;
  margin-left: 60px;
  font-size: 14px; }
  #comments ul .comment-meta > * {
    vertical-align: bottom; }
  @media only screen and (max-width: 40em) {
    #comments ul .comment-meta {
      margin-top: 5px;
      margin-bottom: 28px; } }
  @media only screen and (min-width: 40.063em) {
    #comments ul .comment-meta {
      float: right;
      margin-left: 0; } }
#comments ul br {
  display: none; }
#comments ul p {
  clear: both; }
#comments .comments > ul > li:first-of-type {
  margin-top: 0; }
#comments .comment-respond .logged-in-as {
  margin-top: 0;
  padding: 0;
  border: none; }
#comments .comment-respond .comment-form-comment {
  margin-bottom: 0; }
#comments .comment-respond label[for=comment] {
  display: none; }
#comments .comment-respond #comment {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border-color: #ccc;
  padding: 20px;
  height: 68px; }
#comments .comment-respond #comment:focus {
  height: auto; }
#comments .comment-respond .form-allowed-tags {
  font-size: 14px;
  color: #999;
  margin-top: 5px; }
  #comments .comment-respond .form-allowed-tags code {
    color: #999;
    font-weight: normal; }
#comments #submit {
  padding: 13px 20px;
  border: 0;
  background-color: #51a33d;
  border-radius: 3px;
  color: white;
  text-transform: uppercase; }

/*----------------------------------------
  Archive Styles
----------------------------------------*/
.archive .archive-main {
  padding-left: 8%;
  padding-right: 8%; }
  .archive .archive-main .content {
    max-width: 1220px; }
  .archive .archive-main .archive-posts {
    width: 64.51613%; }

/*----------------------------------------
  404 Page Styles (Not Found)
----------------------------------------*/
.error404 .content-404 {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 50px;
  padding-bottom: 50px; }
  .error404 .content-404 .content {
    font-size: 0; }
    .error404 .content-404 .content > * {
      font-size: medium; }
  .error404 .content-404 .left-content, .error404 .content-404 .right-content {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box; }
  .error404 .content-404 .left-content {
    padding-right: 2%; }
    .error404 .content-404 .left-content h2 {
      font-size: 36px;
      margin-top: 0; }
    .error404 .content-404 .left-content .trial-text {
      margin-bottom: 10px;
      color: #666;
      font-family: "Source Sans Pro", sans-serif; }
      .error404 .content-404 .left-content .trial-text strong {
        text-transform: uppercase; }
    .error404 .content-404 .left-content .demo-text {
      margin-top: 10px;
      color: #999;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 12px; }
  .error404 .content-404 .right-content {
    padding-left: 2%; }
  .error404 .content-404 .video {
    width: 100%;
    padding-top: 56.25%;
    position: relative; }
    .error404 .content-404 .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }

/*----------------------------------------
  Category Menu
----------------------------------------*/
.category-menu-bar {
  border-bottom: 1px solid #ddd;
  line-height: 45px;
  padding: 0 60px; }

@media screen and (max-width: 1024px) {
  .category-menu-bar {
    display: none; } }
.category-menu-bar h3,
.category-menu-bar ul,
.category-menu-bar li {
  display: inline;
  color: #666; }

.category-menu-bar h3,
.category-menu-bar li {
  margin-right: 10px; }

.category-menu-bar h3 {
  font-size: 14px;
  text-transform: uppercase; }

.category-menu-bar ul {
  font-size: 18px;
  margin: 0; }

.category-menu-bar a {
  color: #666; }

.category-menu-bar .current-menu-item a {
  font-weight: 400; }

/*----------------------------------------
  Graphic Headings
----------------------------------------*/
.wiw_graphicHeader {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Breakout Section */
.breakout-section {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: 1.6em;
  margin-bottom: 1.6em; }

.breakout-section.inline-cta {
  background-color: inherit;
  border-width: 0;
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
  padding: 0;
  position: relative; }

.breakout-section.inline-cta.c-grey {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ddd; }

.breakout-section.inline-cta.c-grey.i-top {
  padding-top: 0; }

.breakout-section.inline-cta.c-grey.i-bottom {
  padding-bottom: 0; }

.breakout-section .breakout-section.inline-cta {
  margin: 0;
  border-width: 0; }

.breakout-section.inline-cta .cta-image.right {
  position: absolute;
  right: 0;
  width: 30%; }

.breakout-section.inline-cta.c-grey .cta-image.right {
  bottom: 0; }

.breakout-section.inline-cta .cta-image.bottom {
  margin-top: 20px; }

.breakout-section.inline-cta .cta-image img {
  float: none !important; }

.breakout-section.inline-cta.t-campaign_monitor:after,
.breakout-section.inline-cta.t-mail_chimp:after,
.breakout-section.inline-cta.t-marketo:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.breakout-section.inline-cta.t-campaign_monitor .cta-image.right,
.breakout-section.inline-cta.t-mail_chimp .cta-image.right,
.breakout-section.inline-cta.t-marketo .cta-image.right {
  float: none !important;
  margin: 0 auto 20px;
  position: static; }

.breakout-section.inline-cta .cta-content {
  padding: 0 20px; }

.breakout-section.inline-cta.has-image .cta-content {
  padding-top: 5px;
  padding-bottom: 5px; }

.breakout-section.inline-cta.has-image.i-bottom .cta-content {
  text-align: center; }

.breakout-section.inline-cta .cta-container {
  padding-top: 20px; }

.breakout-section.inline-cta .cta-container ul {
  list-style-type: none;
  padding: 0; }

.breakout-section.inline-cta .cta-container ul.inline-form {
  display: inline; }

@media only screen and (min-width: 730px) {
  .breakout-section.inline-cta.t-campaign_monitor .cta-image.right,
  .breakout-section.inline-cta.t-mail_chimp .cta-image.right,
  .breakout-section.inline-cta.t-marketo .cta-image.right {
    float: right !important; }

  .breakout-section.inline-cta.has-image.i-right .cta-content {
    width: 70%;
    padding-right: 40px; }

  .breakout-section.inline-cta .cta-container form.single-signup {
    max-width: 575px; }

  .breakout-section.inline-cta .cta-container form.single-signup .inline-form .field-email,
  .breakout-section.inline-cta .cta-container form.single-signup .inline-form + .submit-container .btn {
    width: 274px; } }
/*----------------------------------------
  Game Grid
----------------------------------------*/
.game_grid {
  margin: 1.6em 0;
  overflow: hidden; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .game_grid {
      margin-left: -1%; } }

.game_grid a {
  background-color: #e3a610;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  float: left;
  font-family: Source Sans Pro, sans-serif;
  font-size: 21px;
  font-style: italic;
  height: 150px;
  padding: 20px;
  width: 50%; }
  @media only screen and (min-width: 40.063em) {
    .game_grid a {
      height: 185px;
      width: 33.3%; } }
  @media only screen and (min-width: 64.063em) {
    .game_grid a {
      width: 25%; }
      .game_grid a.wide {
        width: 50%; } }
  .game_grid a span {
    color: #000;
    color: rgba(0, 0, 0, 0.6);
    font-style: normal;
    display: block; }
  .game_grid a.color1 {
    /* Yellow */
    background-color: #e3a610; }
  .game_grid a.color2 {
    /* Pink */
    background-color: #bf1f5f; }
  .game_grid a.color3 {
    /* Green */
    background-color: #31c531; }
  .game_grid a.color4 {
    /* Blue */
    background-color: #28b5bc; }
  .game_grid a.color5 {
    /* Orange */
    background-color: #cd4e2d; }

.game_grid.image {
  border-width: 1px 0 0 1px;
  border-color: #f1f1f1;
  border-style: solid; }

.game_grid.image a {
  background-color: #FFF;
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 125px;
  padding: 30px 5px; }

.game_grid br {
  display: none; }

/*----------------------------------------
	Signup Lightboxes
----------------------------------------*/
.dialog-kit-modal {
  z-index: 1044; }

.dialog-kit {
  z-index: 1045; }

#scheduling-signup .submit_b {
  background-color: #cfb10b; }

/*# sourceMappingURL=style.css.map */
