/*
Theme Name: Guardian 2016
Author: Ventra Media Group
Version: 1.0
*/
body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  /* == normal */
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 900;
  /* == bold */
  color: #333333; }

h1 {
  font-size: 2em;
  margin: 0 0 10px; }

article {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  line-height: 1.4em; }
  article p {
    margin: 0 0 1em; }

iframe {
  border: none;
  max-width: 100%; }

.summary {
  font-size: 10.5pt; }

.meta {
  font-size: 9pt; }

.clear {
  clear: both; }

.content {
  margin: 0 auto;
  max-width: 1220px; }

.nodisplay {
  display: none; }

input {
  font-family: Lato, Helvetica, Arial, sans-serif; }

a {
  text-decoration: none; }
  a img {
    border: none; }

.inline-block {
  display: inline-block; }

/* Tabular */
.table {
  display: table;
  width: 100%; }
  .table.table-spacing-10 {
    border-spacing: 10px;
    margin: -10px -10px 0;
    width: calc(100% + 20px); }

.row {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell form {
    display: inline-block; }

.row-2 .cell {
  width: 50%; }

.row-3 .cell {
  width: 33.3%; }

.row-4 .cell {
  width: 25%; }

.row-5 .cell {
  width: 20%; }

.row-6 .cell {
  width: 16.6%; }

.row-7 .cell {
  width: 14.28%; }

.row-8 .cell {
  width: 12.5%; }

.row-9 .cell {
  width: 11.11%; }

.row-10 .cell {
  width: 10%; }

.row-2 .cell-2 {
  width: 100%; }

.row-3 .cell-2 {
  width: 66.6%; }

.row-4 .cell-2 {
  width: 50%; }

.row-5 .cell-2 {
  width: 40%; }

.row-6 .cell-2 {
  width: 33.3%; }

.row-7 .cell-2 {
  width: 28.57%; }

.row-8 .cell-2 {
  width: 25%; }

.row-9 .cell-2 {
  width: 22.22%; }

.row-10 .cell-2 {
  width: 20%; }

.row-3 .cell-3 {
  width: 100%; }

.row-4 .cell-3 {
  width: 75%; }

.row-5 .cell-3 {
  width: 60%; }

.row-6 .cell-3 {
  width: 50%; }

.row-7 .cell-3 {
  width: 42.8%; }

.row-8 .cell-3 {
  width: 37.5%; }

.row-9 .cell-3 {
  width: 33.3%; }

.row-10 .cell-3 {
  width: 30%; }

.right {
  text-align: right; }

.relative {
  position: relative; }

/* List menus */
ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline; }
  ul.menu li {
    display: inline-block; }
    ul.menu li a {
      color: inherit; }

main {
  padding: 20px 0 20px; }

.pagination {
  text-align: center;
  margin-top: 20px;
  clear: both; }
  .pagination span, .pagination a {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #4A4A4A;
    font-size: 10pt;
    background-size: 8px 13px;
    background-position: center center;
    background-repeat: no-repeat; }
    .pagination span.current, .pagination a.current {
      background: #D8D8D8; }
    .pagination span.inactive, .pagination a.inactive {
      opacity: 0.25; }
  .pagination .next-page {
    color: transparent;
    background-image: url("/wp-content/themes/guardian2016/img/angle_right.png"); }
  .pagination .previous-page {
    color: transparent;
    background-image: url("/wp-content/themes/guardian2016/img/angle_left.png"); }

/* HEADER */
#adspace-top {
  background: #f2f2f2;
  padding: 0; }
  #adspace-top .ad-container:before {
    display: none; }
  #adspace-top img {
    display: block;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    margin: auto; }

header #topbar {
  background: white;
  line-height: 40px; }
  header #topbar .cell {
    width: 33%; }
  header #topbar .today {
    color: #7f7f7f;
    font-size: 10pt; }
    header #topbar .today img, header #topbar .today span {
      display: inline-block;
      vertical-align: middle; }
    header #topbar .today img {
      margin-right: 10px; }
  header #topbar a.full-height {
    background: #00adee;
    color: white;
    padding: 0 20px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 25px;
    font-size: 10pt; }
  header #topbar input {
    border: 1px solid rgba(151, 151, 151, 0.5);
    height: 19px;
    width: 230px;
    padding: 3px 10px;
    vertical-align: top;
    margin-top: 8px;
    font-size: 9pt;
    background-image: url("/wp-content/themes/guardian2016/img/search.png");
    background-size: 15px 15px;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    padding-right: 30px; }
  header #topbar .right {
    line-height: 40px;
    vertical-align: middle; }
    header #topbar .right .table {
      width: auto;
      float: right; }
    header #topbar .right a {
      display: table-cell;
      line-height: 40px; }
      header #topbar .right a img {
        vertical-align: middle;
        margin-left: 10px; }
header .logo {
  position: relative;
  text-align: center;
  height: 140px;
  /*
  .sites {
  	position: absolute;
  	bottom: 15px;
  	right: 0px;
  	a {
  		display: inline-block;
  		float: left;
  		padding: 0 15px;
  		&:last-child {
  			padding-right: 0;
  			border-left: 1px solid #dedede;
  		}
  		&:first-child {
  			padding-left: 0;
  			border-left: none;
  		}
  		img {
  			padding: 0;
  		}
  	}
  }*/ }
  header .logo img {
    display: block;
    margin: auto;
    padding-top: 10px; }
  header .logo .today {
    display: table;
    text-align: center;
    margin: 15px auto 0; }
    header .logo .today img {
      display: table-cell;
      padding: 0 10px 0 0;
      vertical-align: middle; }
    header .logo .today .date {
      vertical-align: middle;
      display: table-cell;
      color: rgba(51, 51, 51, 0.61);
      font-size: 10pt; }
header #site-menu {
  border-top: 1px solid #cfcecf;
  border-bottom: 2px solid black;
  /*line-height: 40px; */
  /* height: 40px; */ }
  header #site-menu .content .home-cell {
    /* width: 30px; */
    width: 22px;
    padding: 0 10px;
    background: #00adee;
    text-align: center; }
    header #site-menu .content .home-cell a {
      display: block;
      line-height: 1px; }
  header #site-menu .content ul.menu {
    display: table;
    width: 100%; }
    header #site-menu .content ul.menu li {
      display: table-cell;
      line-height: 32px;
      margin: 0;
      width: 14%;
      border: none;
      border-right: 1px solid rgba(155, 155, 155, 0.5);
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: bold;
      font-size: 10.9pt;
      padding: 3px 0;
      position: relative; }
      header #site-menu .content ul.menu li a {
        display: block; }
      header #site-menu .content ul.menu li:hover {
        position: relative;
        /*border-top-width: 3px !important; */
        padding: 0 0 3px;
        background-color: #f5f5f5; }
      header #site-menu .content ul.menu li:last-child {
        border-right: 0; }
      header #site-menu .content ul.menu li li {
        display: block;
        color: black; }
        header #site-menu .content ul.menu li li:hover {
          background: transparent; }
        header #site-menu .content ul.menu li li a:hover {
          background: transparent; }
  header #site-menu .content #more-sections {
    line-height: 37px;
    position: relative;
    background: #00adee;
    /* width: 176px; */
    width: 181px; }
    header #site-menu .content #more-sections a.full-height {
      position: relative;
      display: block;
      color: white;
      padding: 0 20px;
      text-decoration: none;
      text-transform: uppercase;
      box-sizing: border-box;
      font-size: 9pt;
      text-align: left;
      /* width: 176px; */
      width: 181px;
      padding-right: 40px;
      background-image: url("/wp-content/themes/guardian2016/img/menu.png");
      background-position: 90% 50%;
      background-position: calc(100% - 15px) 12px;
      background-repeat: no-repeat; }
    header #site-menu .content #more-sections .dropdown-menu {
      color: black; }
      header #site-menu .content #more-sections .dropdown-menu .cell {
        padding: 0 0 20px 20px; }
        header #site-menu .content #more-sections .dropdown-menu .cell h2 {
          font-size: 11pt;
          font-weight: bold;
          font-family: Lato, Helvetica, Arial, sans-serif;
          margin: 20px 0 10px;
          line-height: 1.4em; }
          header #site-menu .content #more-sections .dropdown-menu .cell h2 a {
            color: inherit; }
        header #site-menu .content #more-sections .dropdown-menu .cell .table .cell {
          padding: 0; }
          header #site-menu .content #more-sections .dropdown-menu .cell .table .cell li a {
            padding: 0 10px 0 0;
            font-size: 10.5pt; }
            header #site-menu .content #more-sections .dropdown-menu .cell .table .cell li a:hover {
              background: none; }
  header #site-menu .content img {
    vertical-align: middle; }

.content .dropdown-menu .table {
  width: auto; }
  .content .dropdown-menu .table.table-full-width {
    width: 100%; }
  .content .dropdown-menu .table .cell {
    vertical-align: top;
    /* width: 200px; */ }
  .content .dropdown-menu .table .cell-double {
    border-left: 1px solid #CCCCCC;
    width: 286px;
    /*background: #eee; */
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .content .dropdown-menu .table .cell-double.category-preview {
      padding: 10px 20px;
      position: relative; }
      .content .dropdown-menu .table .cell-double.category-preview .image {
        width: 100%;
        padding-bottom: 56.9%;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px; }
      .content .dropdown-menu .table .cell-double.category-preview .no-image {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        right: 0;
        bottom: 0;
        background: black;
        opacity: 0.5; }
      .content .dropdown-menu .table .cell-double.category-preview img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: auto; }
      .content .dropdown-menu .table .cell-double.category-preview .headline {
        font-family: Lato, Helvetica, Arial, sans-serif;
        font-size: 12pt;
        line-height: 1.4em;
        font-weight: bold;
        color: inherit; }
        .content .dropdown-menu .table .cell-double.category-preview .headline .title {
          display: inline-block; }
      .content .dropdown-menu .table .cell-double.category-preview .meta {
        line-height: 1.4em; }

/*

7pxw
e9e9e9
FFFFFF

*/
/* Gradient mixin -- http://www.sitepoint.com/building-linear-gradient-mixin-sass/ */
main .table {
  width: auto;
  min-width: 100%; }

.page-content-loaded:before {
  position: absolute;
  right: 320px;
  top: 0;
  bottom: 0;
  width: 7px;
  content: ' ';
  background: blue;
  background: #E9E9E9;
  background: -webkit-linear-gradient(left, #E9E9E9, #FFFFFF);
  background: linear-gradient(to right, #E9E9E9, #FFFFFF); }

.page-content {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  padding-bottom: 40px; }
  .page-content h2.category-title {
    font-weight: 700;
    margin: 15px 0 15px; }
  .page-content h1.single-headline {
    font-weight: 700;
    margin: 20px 0 0;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px; }
  .page-content aside {
    display: table-cell;
    vertical-align: top;
    /* background: red; */
    width: 281px;
    width: 300px;
    margin: 0 0 0 10px;
    position: relative;
    padding: 0px 10px; }
  .page-content main {
    width: calc( 100% - 327px - 10px );
    width: 100%;
    display: table-cell;
    /* background: yellow; */
    padding-right: 15px;
    padding-top: 0px; }
  .page-content .cell section {
    margin-top: 0;
    margin-bottom: 0; }
  .page-content section {
    margin-top: 20px;
    margin-bottom: 20px; }
    .page-content section h2 {
      font-family: Lato, Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 12pt;
      padding: 5px 5px;
      border-bottom: 2px solid black;
      /*#D13F41;*/
      /* border-top: 1px solid #D4D4D4; */
      margin: 0 0 10px;
      /* Latest: */
      color: #333333;
      line-height: 22px; }
      .page-content section h2 a {
        color: inherit; }
    .page-content section .category-table {
      display: table;
      border-spacing: 20px 0;
      list-style-type: none;
      margin: 0 -20px 5px;
      width: calc(100% + 40px);
      padding: 0; }
      .page-content section .category-table .row:first-child .cell {
        padding-top: 0; }
      .page-content section .category-table .cell {
        padding-top: 20px;
        vertical-align: top;
        width: 33%;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(155, 155, 155, 0.5);
        position: relative; }
        .page-content section .category-table .cell .subcell {
          border-bottom: 1px solid rgba(155, 155, 155, 0.5);
          padding: 5px 0;
          height: 50%; }
          .page-content section .category-table .cell .subcell:first-child {
            padding-top: 0; }
          .page-content section .category-table .cell .subcell:last-child {
            border-bottom: none; }
        .page-content section .category-table .cell .image {
          width: 100%;
          padding-bottom: 56.9%;
          overflow: hidden;
          position: relative;
          margin-bottom: 10px; }
        .page-content section .category-table .cell .no-image {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          right: 0;
          bottom: 0;
          background: black;
          opacity: 0.5; }
        .page-content section .category-table .cell img {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: auto; }
        .page-content section .category-table .cell .headline {
          font-family: Lato, Helvetica, Arial, sans-serif;
          font-size: 12pt;
          font-weight: 700;
          color: black; }
          .page-content section .category-table .cell .headline .title {
            display: inline-block; }
      .page-content section .category-table .row:last-child .cell {
        border-bottom: none; }
    .page-content section ul.category-list {
      list-style-type: none;
      margin: -10px 0 0 0;
      padding: 0; }
      .page-content section ul.category-list li {
        padding: 10px 5px;
        border-bottom: 1px solid rgba(155, 155, 155, 0.5); }
        .page-content section ul.category-list li .headline {
          font-family: Lato, Helvetica, Arial, sans-serif;
          font-weight: 700;
          /* == bold */
          font-size: 12pt;
          color: black; }
          .page-content section ul.category-list li .headline a {
            color: inherit; }
          .page-content section ul.category-list li .headline img {
            float: left;
            position: relative;
            top: 4px;
            margin-right: 10px; }
    .page-content section .news-headlines {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .page-content section .news-headlines .navigation-overlay {
        position: absolute;
        bottom: 0px;
        right: 5px;
        padding: 5px;
        min-width: 5px;
        min-height: 20px; }
        .page-content section .news-headlines .navigation-overlay img {
          margin: 0px 4px;
          cursor: pointer; }
    .page-content section .news-headline {
      /*position: relative;
      left: -100%;*/
      display: table;
      width: 200%; }
      .page-content section .news-headline .row {
        width: 100%; }
        .page-content section .news-headline .row .cell {
          display: inline-block;
          display: table-cell;
          width: 50%; }
          .page-content section .news-headline .row .cell .image {
            display: table-cell;
            float: left;
            margin-right: 10px;
            width: 60%; }
            .page-content section .news-headline .row .cell .image img {
              width: 100%;
              height: auto;
              display: block; }
          .page-content section .news-headline .row .cell .description {
            display: table-cell;
            width: 40%; }
            .page-content section .news-headline .row .cell .description .headline {
              font-size: 24pt;
              font-family: Lato, Helvetica, Arial, sans-serif;
              font-weight: 700;
              color: #4A4A4A; }
              .page-content section .news-headline .row .cell .description .headline a {
                color: inherit; }
            .page-content section .news-headline .row .cell .description .excerpt {
              margin: 20px 0 0;
              /* v2 */
              padding-bottom: 0;
              line-height: 1.4em;
              max-height: 5.6em;
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              text-overflow: ellipsis;
              /**/ }
            .page-content section .news-headline .row .cell .description .meta {
              padding-bottom: 20px; }
  .page-content .view-all {
    display: none;
    border-top: 1px solid white;
    background: #F2F2F2;
    text-align: right;
    line-height: 35px;
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 9pt;
    font-weight: bold; }
    .page-content .view-all a {
      color: #333333; }
  .page-content .row-3 .cell {
    position: relative;
    padding-bottom: 10px; }
    .page-content .row-3 .cell .view-all {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .page-content .excerpt {
    font-size: 10.5pt;
    color: #333333;
    line-height: 1.4em;
    padding-bottom: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.4em;
    font-size: 12pt; }

.meta {
  color: #9B9B9B;
  display: table;
  width: 100%;
  border-spacing: 5px;
  margin: 5px -5px 5px; }
  .meta span {
    vertical-align: middle;
    display: table-cell;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center left; }
    .meta span:last-child {
      text-align: right; }
  .meta .age {
    background-image: url("/wp-content/themes/guardian2016/img/time.png");
    padding-left: 17px;
    width: 72px; }
  .meta .comments {
    background-image: url("/wp-content/themes/guardian2016/img/comments.png");
    padding-left: 17px;
    width: 25px; }
  .meta .category {
    width: calc(100% - 70px - 17px - 25px - 17px - 7px); }

.breaking-news {
  display: none;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: white;
  margin-top: 10px; }
  .breaking-news .row {
    background: #D0021B; }
  .breaking-news .cell {
    padding: 0px 20px;
    line-height: 45px;
    width: 1000px; }
    .breaking-news .cell a {
      color: white; }
  .breaking-news .breaking-news-label {
    background: #333333;
    text-align: center;
    width: 183px;
    padding: 0; }
  .breaking-news .breaking-news-close {
    width: 45px;
    padding: 0; }
    .breaking-news .breaking-news-close button {
      cursor: pointer;
      outline: none;
      height: 45px;
      width: 45px;
      background: transparent;
      border: none;
      color: white;
      margin-right: 5px; }

.headline-holder section {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 20px; }

.article:hover {
  /* background: #f2f2f2; */
  color: #00adee !important; }
  .article:hover .headline, .article:hover .title {
    color: #00adee !important; }
    .article:hover .headline a, .article:hover .title a {
      color: inherit !important; }

.mid-section {
  padding: 20px 0 30px; }
  .mid-section .mid-section-content {
    width: 720px;
    height: 70px;
    background: Red;
    margin: auto; }

.view-more-link {
  display: block;
  float: right;
  font-size: 8pt;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  left: 0px;
  color: #777; }

.ad-container {
  position: relative;
  /* border: 1px solid #979797; */ }
  .ad-container:before {
    content: 'Advertisement';
    position: absolute;
    right: 0;
    bottom: 100%;
    top: -15px;
    height: 1.6em;
    font-size: 9pt;
    color: #9B9B9B;
    vertical-align: bottom; }

#primary-sidebar > div {
  margin-bottom: 10px; }

@media (max-width: 321px) {
  .ad-container {
    margin-left: -20px !important;
    margin-right: -20px !important; } }
footer {
  margin-top: -20px; }
  footer .full-height {
    background: #333333;
    padding: 2px 10px;
    text-transform: uppercase;
    color: white;
    line-height: 20px;
    font-size: 10.5pt; }
  footer .footer-line {
    background: #333333;
    height: 40px; }
  footer .site-structure {
    margin-top: 28px; }
    footer .site-structure ul {
      border-left: 1px solid rgba(151, 151, 151, 0.5);
      list-style-type: none;
      padding: 0 0 0 15px;
      font-size: 9pt; }
      footer .site-structure ul li a {
        display: block;
        padding: 2px 0 2px 5px;
        margin-right: 10px;
        color: black; }
        footer .site-structure ul li a:hover {
          font-weight: bold; }
      footer .site-structure ul li.list-header {
        padding-bottom: 10px;
        font-size: 10.5pt;
        font-weight: 600; }
  footer .social {
    margin: 30px auto;
    text-align: center;
    font-size: 10.5pt; }
    footer .social span {
      vertical-align: middle;
      padding-right: 30px; }
    footer .social li {
      vertical-align: middle;
      margin-right: 25px; }
  footer .footer-bottom {
    height: 75px;
    line-height: 75px;
    font-size: 9pt; }
    footer .footer-bottom a {
      padding-right: 15px; }
  footer .toplink {
    z-index: 9999;
    position: relative; }
  footer .cell {
    vertical-align: top; }
    footer .cell ul {
      margin-top: 0; }

.dropdown-button {
  cursor: pointer; }

.dropdown-menu {
  display: none;
  width: 184px;
  background-color: #f5f5f5;
  z-index: 10001;
  /* Ooy = 10000 */
  position: absolute;
  right: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
  border: 1px solid rgba(155, 155, 155, 0.5);
  border-radius: 2px;
  padding-top: 5px; }
  .dropdown-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .dropdown-menu li {
    display: block;
    border: none !important;
    margin: 0 !important;
    /* color: #28BD8B; */
    /* font-size: $font14; */
    text-align: left !important;
    padding: 0 !important;
    white-space: nowrap;
    width: 100% !important; }
    .dropdown-menu li a {
      background-position: 15px center;
      background-repeat: no-repeat;
      text-decoration: none;
      color: inherit;
      display: block;
      padding: 0px 20px;
      line-height: 40px; }
      .dropdown-menu li a:hover, .dropdown-menu li a:focus {
        background-color: rgba(0, 0, 0, 0.1); }
    .dropdown-menu li:after, .dropdown-menu li:before {
      display: none; }

.page-content .foo section.category-sport h2 {
  border-bottom-color: #55AD53; }
.page-content .foo section.category-business h2, .page-content .foo section.category-agro-care h2, .page-content .foo section.category-aviation-business h2, .page-content .foo section.category-business-roundup h2, .page-content .foo section.category-business-services h2 {
  border-bottom-color: #D33D3D; }
.page-content .foo section.category-politics h2, .page-content .foo section.category-policy-a-politics h2 {
  border-bottom-color: #EE6F3F; }
.page-content .foo section.category-lifestyle h2, .page-content .foo section.category-edible-lifestyle h2 {
  border-bottom-color: #E2A63B; }
.page-content .foo section.category-technology h2 {
  border-bottom-color: #E2A63B; }
.page-content .foo section.category-living-healthy-diet h2, .page-content .foo section.category-natural-health h2 {
  border-bottom-color: #E2A63B; }
.page-content .foo section.category-inside-guardian {
  /* Not found... */ }
  .page-content .foo section.category-inside-guardian h2 {
    border-bottom-color: #E2A63B; }

article {
  clear: both;
  padding-top: 10px; }
  article img {
    max-width: 100%;
    float: right;
    margin: 0 0 10px 10px;
    height: auto;
    /*
    &.alignleft {
    	float: left;
    	margin: 0 10px 10px 0;
    }*/ }
    article img.size-full.aligncenter {
      display: block;
      margin: auto;
      width: auto;
      height: auto;
      float: none;
      max-width: 100%;
      text-align: center; }
    article img.aligncenter {
      float: none;
      margin: 0 auto;
      text-align: center;
      display: block; }
  article .wp-caption {
    float: right;
    margin: 0 0 10px 10px;
    text-align: left;
    max-width: 100%;
    /*
    &.alignleft {
    	float: left;
    	margin: 0 10px 10px 0;
    	text-align: left;
    }*/ }
    article .wp-caption img {
      margin: 0;
      float: none; }
    article .wp-caption .wp-caption-text {
      text-align: left;
      font-size: 10pt;
      margin: 0 0 15px;
      font-style: italic; }

.social-share {
  width: 230px;
  clear: both; }
  .social-share a {
    background: red;
    height: 32px;
    width: 46px;
    overflow: hidden;
    display: block;
    float: left;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat; }
    .social-share a span {
      display: none; }
  .social-share .facebook {
    background-image: url("/wp-content/themes/guardian2016/img/social/facebook.png");
    background-color: #39579A; }
  .social-share .twitter {
    background-image: url("/wp-content/themes/guardian2016/img/social/twitter.png");
    background-color: #3A96FF; }
  .social-share .google-plus {
    background-image: url("/wp-content/themes/guardian2016/img/social/google-plus.png");
    background-color: #D74626; }
  .social-share .pinterest {
    background-image: url("/wp-content/themes/guardian2016/img/social/pinterest.png");
    background-color: #D01A10; }
  .social-share .whatsapp {
    background-image: url("/wp-content/themes/guardian2016/img/social/whatsapp.png");
    background-color: #59BC00; }
  .social-share .linkedin {
    background-image: url("/wp-content/themes/guardian2016/img/social/linkedin.png");
    background-size: 18px 18px;
    background-color: #1980BE; }
  .social-share .mail {
    background-image: url("/wp-content/themes/guardian2016/img/social/email.png");
    background-size: 23px 18px;
    background-color: #9F9F9F; }

.contributor-list .contributor-item {
  width: 190px;
  margin: 12.5px 5px;
  float: left;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: 600;
  text-align: center; }
  .contributor-list .contributor-item img {
    margin-bottom: 14px; }
  .contributor-list .contributor-item .title {
    color: black !important; }
.contributor-list .contributor-thumb-view {
  margin-bottom: 20px; }
.contributor-list .contributor-az-view {
  column-count: 3;
  column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  margin-top: 20px; }
  .contributor-list .contributor-az-view h3 {
    border-bottom: 1px solid rgba(155, 155, 155, 0.5);
    padding: 0 10px 10px;
    margin: 0 0 10px 0;
    font-size: 12pt;
    font-weight: normal; }
  .contributor-list .contributor-az-view section {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 20px 0; }
  .contributor-list .contributor-az-view ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px; }
    .contributor-list .contributor-az-view ul li {
      line-height: 1.7em; }
      .contributor-list .contributor-az-view ul li a {
        color: inherit; }
        .contributor-list .contributor-az-view ul li a:hover {
          font-weight: bold; }
.contributor-list h2 {
  margin: 10px 0 5px 0;
  clear: both; }
.contributor-list .clear {
  clear: both; }

.contributor-single {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 13.5pt; }
  .contributor-single h1 {
    border: none;
    font-weight: 700;
    line-height: 1.2em;
    margin: 20px 0 0;
    padding-bottom: 5px; }
  .contributor-single .contributor-meta {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 9pt;
    line-height: 1.5em;
    margin-bottom: 20px; }
    .contributor-single .contributor-meta img {
      display: inline-block;
      float: none;
      margin: 0 0 0 10px;
      vertical-align: baseline;
      position: relative;
      top: 5px; }

.page-content section .category-table .cell .listitem-contributor .headline > .title {
  /* Items without authors */
  padding-bottom: 10px; }
.page-content section .category-table .cell .listitem-contributor img.wp-post-image {
  width: 100px;
  height: 100px;
  float: right;
  position: static; }
.page-content section .category-table .cell .listitem-contributor span.title {
  display: inline-block;
  font-size: 12pt;
  font-weight: bold; }
.page-content section .category-table .cell .listitem-contributor span.author {
  display: inline-block;
  font-size: 9pt;
  font-weight: bold; }
.page-content section .category-table .cell .table {
  table-layout: auto;
  border-spacing: 0; }
  .page-content section .category-table .cell .table .cell:first-child {
    width: 100%; }
  .page-content section .category-table .cell .table .cell .table {
    height: 100px; }
    .page-content section .category-table .cell .table .cell .table .row .cell {
      padding-bottom: 0;
      vertical-align: bottom; }
    .page-content section .category-table .cell .table .cell .table .row:first-child .cell {
      vertical-align: top;
      padding-bottom: 10px;
      padding-top: 0; }

.contributor-link {
  color: #00ADEE;
  font-weight: bold; }

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