* {
    font-family: Roboto;
  }
  
  body > .dropdown {
    z-index: 999;
  }
  
  .main-nav-wrapper {
    background-color: #E62B34;
  }
  
  .single-article .cover-image.main-nav-wrapper {
    background-color: unset;
    position: absolute;
    width: 100%;
  }
  
  .single-article .standard-display.main-nav-wrapper {
      background-color: #FFFFFF;
      width: 100%;
  }
  
  .single-article .standard-display .main-nav {
      padding: 0;
  }
  
  .single-article .standard-display.main-nav-wrapper .navbar {
      border-bottom: 1px solid #00000033;
  }
  
  .single-article .standard-display.main-nav-wrapper .links a {
      color: #181818;
  }
  
  .single-article .standard-display.main-nav-wrapper .links i {
      color: #181818;
  }
  
  .single-article .main-nav-wrapper .navbar {
    border-bottom: 1px solid #ffffff33;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  
  .single-article .standard-display .internal-links .nav-button {
      background-color: #E62B34;
      color: #FFFFFF;
  }
  
  .single-article .standard-display .internal-links .nav-button:hover {
      background-color: #C82333;
  }
  
  .single-article .standard-display .epaper-link {
      color: #E62B34;
  }
  
  .single-article .standard-display .hamburger {
      color: #000000;
  }
  
  .main-nav {
    width: 100%;
    height: 100%;
  }
  
  .main-nav .navbar {
    display: flex;
    flex-direction: row;
    justify-content:  space-between;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  
  }
  
  .navbar .logo img {
    width: 250px;
  }
  
  .main-nav .links {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 50%;
    height: 100%;
  }
  
  .main-nav .links li {
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .pr-5-1{
    padding-right: 2.5em !important;

  }
  
  .main-nav .links > li:last-child {
      margin-right: 0;
  }
  
  .main-nav .links > li > a {
    font-family: "Domine";
  }
  
  .main-nav .links > li > a, .main-nav .links li i {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    text-decoration: none !important;
    transition: color 100ms linear;
  }
  
  .main-nav .links > li > a:hover, .main-nav .links li i:hover {
    color: red;
    text-decoration: none !important;
  }
  
  .main-nav .links .fa-search:hover {
      cursor: pointer;
  }
  
  .main-nav .hamburger {
      font-size: 25px;
      font-weight: 400;
      color: #181818;
      text-decoration: none !important;
      transition: color 100ms linear;
  }
  
  .main-nav .hamburger:hover {
      color: #181818;
      text-decoration: none !important;
  }
  
  .sub-links {
    opacity: 0;
    position: absolute;
    top: 100%;
    background-color: #FFF;
    list-style: none;
    color: #181818;
    transition: opacity 400ms ease,transform 300ms ease,visibility 300ms ease;
    padding: 0;
    transform: translateY(20px);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 60%);
    z-index: 1;
    visibility: hidden;
  }
  
  .links > li:hover .sub-links {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
  
  .sub-links > li {
    margin: auto;
  }
  
  .sub-links > li > a {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.8;
    padding: 1em 1.5em;
    color: #181818;
    width: 100%;
    position: relative;
    transition: box-shadow ease 300ms,color ease 600ms;
    font-family: "Domine";
  }
  
  .sub-links > li > a:hover {
    box-shadow: inset 5px 0 0.1px 0 #E62B34;
    color: #E62B34;
  }
  
  .sub-links > li:not(:last-child) > a::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 1.5em;
    right: 1.5em;
    bottom: 0;
    height: 1px;
    background-color: rgba(0,0,0,.1);
  }
  
  .secondary-nav .external-links {
      justify-content: center;
      align-items: center;
      display: flex;
  }
  
  .edge-logo,
  .fyah-logo {
      max-width: 55px;
      margin-right: 0.25rem;
  }
  
  .epaper-link {
      color: #000;
      margin-right: 0.25rem;
  }
  
  .epaper-link::first-letter {
      color: #E62B34;
  }
  
  .secondary-nav .internal-links {
      display: flex;
      justify-content: end;
      margin: auto 0;
      padding-right: 0;
  }
  
  .secondary-nav .nav-button {
      background-color: #E62B34;
      padding: 0.375rem 0.75rem;
      border-radius: 0.25rem;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      font-size: 12px;
      color: #FFF;
  }
  
  .secondary-nav .nav-button.login {
      margin-left: 0.5rem;   
  }
  
  .secondary-nav .nav-button:hover {
      background-color: #FFF;
      color: #000;
  }
  
  .main-hamburger {
    height: 100%;
  }
  
  .main-hamburger ul.links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
  }
  
  .main-hamburger ul.links li a{
    box-sizing: border-box;
  }
  
  .main-hamburger ul.links li a:hover {
    color: #E62B34;
    box-shadow: inset 5px 0 0.1px 0 #e62b34;
    transition: box-shadow ease 300ms,color ease 600ms;
  }
  
  #hamburgerDropdown::after {
    content: unset !important;
  }
  
  .main-hamburger-wrapper {
      top: 13.25% !important;
      right: 0;
      position: absolute;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: 0.25rem;
      height: 425px;
      width: 100%;
      z-index: 100;
  }
  
  .main-hamburger .links {
      padding-left: 0;
  }
  
  /**
    Frontpage featured
  */
  .frontpage-featured-article-image-wrapper {
    /*width:560px;*/
    /*height:560px;*/
    /* height: 100%; */
    overflow:hidden;
  }
  
  .frontpage-featured-article-image-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    opacity: 0.8;
    transition: all 800ms cubic-bezier(.215,.610,.355,1);
  }
  
  .frontpage-featured-article-image-wrapper:hover::after {
    opacity:0.9;
  }
  
  .frontpage-featured-article-image-wrapper:hover .frontpage-featured-article-image {
    transform:scale(1.05);
  }
  
  .frontpage-featured-article-image-wrapper:hover .frontpage-featured-article-meta  {
    margin-bottom: 1.75rem;
  }
  
  
  .frontpage-featured-article-image {
    height: 100% !important;
    width: 100% !important;
    transition: all 800ms cubic-bezier(.215,.610,.355,1);
  }
  
  .frontpage-featured-article-meta {
    font-size: .9rem;
    color: white;
    margin: 1.5em;
    transition: all 300ms ease-out;
    min-height: 15%;
  }
  
  .frontpage-featured-article-meta .section-name a {
    background-color: #e62b34;
    padding: .45em .5em .4em;
    margin: 0 3px 3px 0;
    font-size: .85em;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .frontpage-featured-article-meta .section-name::after {
    content: "|";
    padding: 0 .5em;
  }
  
  .frontpage-featured-article-meta .headline a {
    font-size: 1.5vw;
    color: white;
    line-height: 1.1em;
    font-family: "Domine";
  }

  .frontpage-featured-article-meta .headline a small.leadin{
    font-weight: 200;
    font-size: 1.1vw;
  }

  #frontpagetxt{
    font-family: "Domine";

  }

  .scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url(/wp-content/themes/jamaica/assets/icon_top.png) no-repeat;
}
  
  @media screen and (max-width: 768px) {
    .frontpage-featured-article-meta .headline a {
      font-size: 2rem;
    }
  }
  
  .author-image img {
    position: absolute;
    right: 0;
    bottom: 0;
    /*max-width: 150%;*/
  }
  
  @media screen and (max-width: 768px) {
    .author-image {
        min-height: 200px;
    }
    .author-image img {
        max-width: 65%;
    }
  }
  
  @media screen and (min-width:769px) and (max-width: 992px) {   
    .author-image img {
        max-width: 100%;
    }
  }
  
  @media screen and (min-width:993px) and (max-width: 1200px) {   
    .author-image img {
        max-width: 100%;
    }
  }
  
  @media screen and (min-width: 1201px) {   
    .author-image img {
        max-width: 100%;
    }
  }
  
  .frontpage-section-article-column .meta {
    font-size: 0.8vw;
  }
  
  .frontpage-section-article-column.main-teaser .meta {
    color: white;
    margin-bottom: 15px;
    left: 15px;
    right: 15px;
  }
  
  .frontpage-section-article-column .headline a {
      font-size: 1.5em;
      font-weight: 400;
      color: #FFF;
  }
  
  .frontpage-section-article-column .meta-bottom-wrapper::before {
      content: none;
  }
  
  .frontpage-section-article-column .section-name {
      color: #E62B34;
      font-size: 1.2em;
      font-weight: 400;
      line-height: 2em;
  }
  
  .frontpage-section-article-column .section-name a {
      color: #E62B34;
  }
  
  .frontpage-section-article-column .section-name a:hover {
      text-decoration: underline !important;
  }
  
  .frontpage-section-article-column.main-teaser .section-name::after {
    content: ' ';
    border-top: 1px solid;
    color: #FFF;
    display: block;
    opacity: .15;
    margin-bottom: .8em;
  }
  
  .frontpage-section-article-column.main-teaser .pubdate::after {
    content: "|";
    padding: 0 .5em;
  }
  
  .frontpage-section-article-column.secondary-teaser .pubdate::before {
    content: "|";
    padding: 0 .5em;
  }
  
  /**
    Frontpage sections
  */
  .menu-link a {
    font-size: 21px;
    line-height: 18px;
    font-family: "Domine";
  }
  
  .menu-link a:hover {
    opacity: 1 !important;
    text-decoration: underline!important;
  }
  
  .menu-link:first-child a {
    font-weight: 600;
    color: #E62B34;
    padding-right: 0.5em;
  }
  
  .menu-link:not(:first-child) a {
    padding: 0 0.5em;
    opacity: 0.5;
    color: #181818;
    font-weight: 400;
  }
  
  .section-stories-container {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  
  @media screen and (max-width: 768px) {
    .frontpage-section-article {
      margin-bottom: 25px;
    }
  }
  
  @media screen and (max-width: 992px) {
    .frontpage-section-article {
        margin-bottom: 25px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .frontpage-section-article {
        margin-bottom: 25px;
    }
  }
  
  .frontpage-section-article .image-wrapper {
    /*width:560px;*/
    /*height:560px;*/
    /* height: 100%; */
    overflow:hidden;
  }
  
  .frontpage-section-article .image-wrapper::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    opacity: 0.8;
    transition: all 800ms cubic-bezier(.215,.610,.355,1);
  }
  
  .frontpage-section-article .image-wrapper:hover::after {
    opacity:0.9;
  }
  
  .frontpage-section-article .image-wrapper:hover .image {
    transform:scale(1.05);
  }
  
  .frontpage-section-article .image-wrapper:hover .meta .headline {
    margin-bottom: 0.5rem;
  }
  
  
  .frontpage-section-article .image {
    height: 100% !important;
    width: 100% !important;
    transition: all 800ms cubic-bezier(.215,.610,.355,1);
  }
  
  .frontpage-section-article .meta {
    font-size: .75rem;
    color: white;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
  }
  
  .frontpage-section-article .meta .section-name a {
    text-transform: uppercase;
    color: #E62B34;
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
  }
  
  .frontpage-section-article .meta .section-name a:hover {
    color: #E62B34 !important;
    text-decoration: underline !important;
    text-decoration-color: #E62B34 !important;
  }
  
  .frontpage-section-article .meta .section-name::after {
    content: "|";
    padding: 0 .25em;
  }
  
  .frontpage-section-article .meta .headline {
    transition: all 300ms ease-out;
    font-weight: 700;
  }
  
  .frontpage-section-article .meta .headline a {
    font-size: 0.9vw;
    color: white;
    line-height: 1.1em;
    font-family: "Domine";
  }
  
  .frontpage-section-article .meta .summary {
    font-size: 1.05em;
  }

  @media screen and (max-width: 768px) {
    .frontpage-section-article .meta .headline a {
      font-size: 1rem;
    }
  }
  
  .meta-bottom-wrapper {
    white-space: nowrap;
    overflow: hidden;
  }
  
  .meta-bottom-wrapper::before {
    content: ' ';
    border-top: 1px solid;
    color: #FFF;
    display: block;
    opacity: .15;
    margin-bottom: .8em;
  }
  
  .article-meta .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .section-stories-featured .container {
    background-color: #FFF;
    margin-bottom: 25px;
    min-height: 250px;
  }
  
  .section-stories-featured .special-label {
    color: #E62B34;
    font-size: 1.5em;
    font-weight: 600;
    font-family: "Domine";
    margin-bottom: 7px;
  }
  
  .section-stories-featured .headline {
    margin-bottom: 7px;
  }
  
  .section-stories-featured .headline a {
    color: #181818;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 400;
    font-family: "Domine";
  }
  
  .section-stories-featured .headline a:hover {
    text-decoration: underline !important;
  }
  
  .section-stories-featured .section-name a {
    font-weight: 400;
    font-size: 0.85rem;
    color: #E62B34;
  }
  
  .section-stories-featured .section-name::after {
    content: "|";
    padding: 0 .25em;
    color: black;
  }
  
  .section-stories-featured .pubdate {
    font-weight: 400;
    font-size: 0.85rem;
  }
  
  #index-wrapper > div:nth-child(even) {
    background-color: #EFEFEF;
  }
  
  #index-wrapper > div:nth-child(n+3) .frontpage-section-menu {
    margin-top: 30px;
  }
  
  .frontpage-section-article-column .headline a {
    font-size: 1.5em;
    font-weight: 400;
    color: #FFF;
    font-family: "Domine";
  }
  
  .frontpage-section-article-column .image-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
    opacity: 0.8;
    transition: all 800ms cubic-bezier(.215,.610,.355,1);
  }
  
  .frontpage-section-article-column .image-wrapper:hover::after {
    opacity: 0.9;
  }
  
  .frontpage-section-article-column.secondary-teaser {
    background-color: #FFF;
    border-top: 1px solid #DDD;
  }
  
  .secondary-teaser:not(.last-item) {
    border-bottom: 0;
  }
  
  .frontpage-section-article-column.secondary-teaser .headline a {
    color: #000;
    font-size: 1.2em;
    font-weight: 400;
  }
  
  .frontpage-section-article-column.secondary-teaser .headline a:hover {
    text-decoration: underline !important;
  }
  
  .frontpage-section-article-column.secondary-teaser .section-name {
    font-size: 0.75rem;
    line-height: 2em;
    text-transform: uppercase;
  }
  
  .frontpage-section-article-column.secondary-teaser .pubdate {
    color: #000;
    font-size: 0.75rem;
  }
  
  .frontpage-section-article-column.secondary-teaser {
    padding: 15px;
  }
  
  .frontpage-section-stories-column {
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  
  .frontpage-section-stories-column .section-title {
    margin-bottom: 15px;
    padding: 0;
  }
  
  .frontpage-section-stories-column .section-title a {
    color: #000;
    font-size: 1.35em;
    font-weight: 600;
    line-height: 1.2rem;
    padding-bottom: 15px;
    font-family: "Domine";
  }
  
  .frontpage-section-stories-column .inner-wrapper {
      flex-grow: 1;
      border: 1px solid #DDD;
      border-top: none;
  }
  
  .main-teaser {
    padding: 0 !important;
  }
  
  body.home .container.menu {
      margin-top: 30px;
  }
  
  /* Frontpage YouTube videos and modal */
  
  .frontpage-youtube-modal {
      width: 75vw;
      max-width: 75vw !important;
      height: 75vh;
      max-height: 75vh !important;
  }
  
  .frontpage-youtube-modal iframe {
      width: 100%;
      height: 100%;
  }
  
  /**
    Footer styling
  */
  #footer-nav-wrapper {
    background-color: #101019;
    padding-top: 4rem;
  }
  
  .copyright-text {
    font-size: 12px;
    text-align: center;
    color: #cccccc;
  }
  
  .copyright-text a {
    color: #E62B34;
  }
  
  .copyright-text a:hover {
    text-decoration: underline !important;
  }
  
  .copyright-text p {
    display: inline-block;
    margin-bottom: 0;
  }
  
  #footer-nav .list-unstyled li {
    margin-bottom: 25px;
  }
  
  #footer-nav .list-unstyled a {
    color: #cccccc;
    border: 1px solid #E62B34;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
  
  }
  
  #footer-nav .list-unstyled a:hover {
    background-color: #2d2d45 !important;
  }
  
  /**
    Ads
  */
  
  /* Temp for demo before real implementation */
  .frontpage-section .leaderboard-ad-container {
    padding: 30px 0 0 0;
  }
  .frontpage-section .leaderboard-ad-container ~ .leaderboard-ad-container {
    padding: 0 0 30px 0;
  }
  
  .leaderboard-ad-container {
    padding: 40px 0 40px 0;
  }
  
  .leaderboard-ad-container .ad {
      width: 970px;
      height: 90px;
      background-color: lightgrey;
      text-align: center;
      line-height: 90px;
      margin: auto;
  }
  
  .mrec-ad-container {
    padding: 30px 0 30px 0;
  }
  
  .mrec-ad-container .ad {
      width: 300px;
      height: 250px;
      background-color: lightgrey;
      text-align: center;
      line-height: 250px;
      margin: auto;
  }
  
  .half-page-ad-container {
    padding: 30px 0 30px 0 !important;
  }
  
  .half-page-ad-container .ad {
      width: 300px;
      height: 600px;
      background-color: lightgrey;
      text-align: center;
      line-height: 600px;
      margin: auto;
  }
  
  .articles-column-ad.col-12 {
    padding: 0;
  }
  
  /**
   Theme site menu style
  */
  .do-not-use-yet {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    list-style: none;
    color: #181818;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 60%);
    transition: opacity 400ms ease,transform 300ms ease;
    max-width: 1240px;
    z-index: 1;
  }
  
  
  /**
    Frontpage section
  */
  
  .frontpage-section .menu {
    margin-bottom: 15px;
  }
  
  .frontpage-section .row.stories {
    padding-bottom: 30px;
  }
  
  .frontpage-section .article .image-wrapper {
    height: 100%;
    overflow:hidden;
  }
  
  .frontpage-section .article .image-wrapper::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    opacity: 0.8;
    transition: all 800ms cubic-bezier(.215,.610,.355,1);
  }
  
  .frontpage-section .article .image-wrapper:hover::after {
    opacity:0.9;
  }
  
  .frontpage-section .article .image-wrapper:hover .image {
    transform:scale(1.05);
  }
  
  .frontpage-section .article .image-wrapper:hover .meta .headline {
    margin-bottom: 0.5rem;
  }
  
  .frontpage-section .article .image {
    height: 100% !important;
    width: 100% !important;
    transition: all 800ms cubic-bezier(.215,.610,.355,1);
  }
  
  .frontpage-section .article .meta {
    font-size: .75rem;
    color: white;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
  }
  
  .frontpage-section .article .meta .section-name a {
    text-transform: uppercase;
    color: #E62B34;
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
  }
  
  .frontpage-section .article .meta .section-name a:hover {
    color: #E62B34 !important;
    text-decoration: underline !important;
    text-decoration-color: #E62B34 !important;
  }
  
  .frontpage-section .article .meta .section-name::after {
    content: "|";
    padding: 0 .25em;
  }
  
  .frontpage-section .article .meta .headline {
    transition: all 300ms ease-out;
  }
  
  .frontpage-section .article .meta .headline a {
    font-size: 0.8vw;
    color: white;
    line-height: 1.1em;
  }
  
  @media screen and (max-width: 768px) {
    .frontpage-section .article .meta .headline a {
      font-size: 0.8rem;
    }
  }
  
  .frontpage-section .article .meta-wrapper {
    white-space: nowrap;
    overflow: hidden;
  }
  
  .frontpage-section .article .meta-wrapper::before {
    content: ' ';
    border-top: 1px solid;
    color: #FFF;
    display: block;
    opacity: .15;
    margin-bottom: .8em;
  }
  
  .frontpage-section .menu {
    margin-top: 15px;
  }
  
  
  /** 
    New Footer CSS
  */
  
  #footer-nav {
    padding-bottom: 2rem;
  }
  
  #footer-nav .mrec-ad-container {
    padding-top: 0;
  }
  
  #footer-nav .label {
    color: #E62B34;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2em;
  }
  
  .logo-wrapper {
    padding-bottom: 3em;
  }
  
  .logo-wrapper .image img {
    margin-top: -16px;
    margin-left: -6px;
  }
  
  .logo-wrapper .description {
    color: #FFF;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 1em;
  }
  
  .tags-wrapper ul, .categories-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .tags-wrapper li {
    display: inline-block;
  }
  
  .tags-wrapper li a {
    color: #FFF;
    border-radius: 50px;
    padding: 0.7em 1.5em;
    font-size: .8em;
    box-shadow: 0 0 0 2px #E62B34 inset;
    transition: all 300ms ease;
    margin: 0 8px 8px 0;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
  }
  
  .tags-wrapper li a:hover {
    box-shadow: 0 0 0 2em #E62B34 inset;
  }
  
  .categories-wrapper li {
    border-bottom: 1px solid #FFFFFF33;
    padding: 0.8em 0;
  }
  
  .categories-wrapper li:first-child {
    padding-top: 0;
  }
  
  .categories-wrapper li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    transition: color 200ms ease;
    font-size: 0.9em;
    font-weight: 300;
  }
  
  .categories-wrapper li a:hover {
    color: #E62B34;
  }
  
  .links-wrapper {
    width: 100%;
    display: flex;
    border-top: 1px solid #ffffff33;
    padding-top: 1.5em;
  }
  
  .links-wrapper .copyright-text {
    width: 50%;
    text-align:start;
  }
  
  .links-wrapper .links {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  
  .links-wrapper .links li {
    list-style: none;
    display: inline-block;
    padding: 0 1em;
  }
  
  .links-wrapper .links li a {
    display: block;
    transition: color 200ms ease;
    color: #FFF;
    font-size: 0.9em;
    font-weight: 400;
  }
  
  .links-wrapper .links li a:hover {
    color: #E62B34;
  }
  
  /**
    Section pages
  */
  .subsection-small-article {
    display: flex;
    margin-bottom: 20px;
  }
  
  .subsection-small-article .image-wrapper {
    width: 25%;
    display: inline-block;
  
  }
  
  .subsection-small-article .meta-wrapper {
    width: 75%;
    display: inline-block;
    padding-left: 0.4rem;
  }
  
  .subsection-small-article .category a {
    display: flex;
  }
  
  .subsection-small-article .category a {
    color: #E62B34;
    font-size: 0.7rem;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0.15rem;
  }
  
  .subsection-small-article .category a:hover {
    color: #E62B34;
    text-decoration: underline !important;
  } 
  
  .subsection-small-article .headline a {
    color: #181818;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1;
    display: block;
  }
  
  .subsection-small-article .pubdate {
    color: #181818;
    font-size: 0.8em;
    line-height: 1.1;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
  }
  
  .more-articles-separator {
    border-bottom: 1px solid #ccc;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .more-articles {
    color: #181818;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.8; 
  }
  
  .more-articles a {
    color: #E62B34;
    transition: color 200ms ease;
  }
  
  .more-articles a:hover {
    color: #181818;
  }
  
  .subsection-label {
    color: #E62B34;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  
  /**
    Section Page Featured
  */
  
  #section-front {
    padding: 15px 0 0 0 !important;
  }
  
  .section-featured .article-meta {
    position: absolute;
    bottom: 0;
  }
  
  .section-featured .article-meta .section a {
    background-color: #E62B34;
    padding: 0.3em;
    margin: 0 3px 3px 0;
    display: inline-block;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
  }
  
  .section-featured .primary {
    position: relative;
    display: block;
  }
  
  .section-featured .primary .image-wrapper {
    height: 100%;
  }
  
  .section-featured .primary img {
    height: 100%;
    object-fit: cover;
  }
  
  .section-featured .primary .article-meta {
    margin: 2em;
  }
  
  .section-featured .primary .section a {
    font-size: 0.75rem;
  }
  
  .section-featured .primary .headline a {
    font-size: 2rem;
    color: #FFF;
    line-height: 1.25em;
    font-family: "Domine";

  }
  .section-featured .primary .pubdate {
    font-size: 0.95rem;
  }
  
  .section-featured .image-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    opacity: 0.8;
    transition: all 800ms cubic-bezier(.215,.610,.355,1);
  }
  
  .section-featured .image-wrapper:hover::after {
    opacity:0.9;
  }
  
  .section-featured .pubdate {
    color: #FFF;
  }
  
  .section-featured .secondary {
    margin-bottom: 15px;
    position: relative;
    display: block;
  }
  
  .section-featured .secondary:last-child {
    margin-bottom: 0;
  }
  
  .section-featured .secondary .section {
    display: inline-block;
  }
  
  .section-featured .secondary .section a {
    font-size: 0.57rem;
    line-height: 1rem;
  }
  
  .section-featured .secondary .headline a {
    font-size: 1rem;
    color: #FFF;
    font-family: "Domine";
  }
  
  .section-featured .secondary .pubdate::before {
    content: "|";
    padding-left: 0.5em;
    padding-right: 1em;
  }
  
  .section-featured .secondary .pubdate {
    font-size: 0.65rem;
    display: inline-block;
  }
  
  .section-featured .secondary .article-meta {
    margin: 1em;
  }
  
  @media screen and (max-width: 768px) {
    .section-featured .primary .headline a {
      font-size: 1.5rem;
    }
    .section-featured .primary {
      margin-bottom: 20px;
    }
  }
  
  @media screen and (min-width: 768px) {
    .section-featured .right {
      padding-left: 0;
    }
  
    .section-featured .primary {
      height: 100%;
    }
  }
  
  @media screen and (min-width:769px) and (max-width: 992px) {   
    
    .section-featured .primary .headline {
      margin: 10px 0 10px 0;
    }
  
    .section-featured .primary .headline a {
      font-size: 1.5rem;
    }
  }
  
  .section-header .link-home a {
    color: #000;
    transition: color 200ms ease;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 300;
  }
  
  .section-header .link-home a:hover {
    color: #E62B34;
  }
  
  .section-header .label {
    font-size: 3.5em;
    color: #E62B34;
    line-height: 1.25;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-family: "Domine";
  }

  .section-header .cglabel {
    font-size: 0.8em;
    color: #E62B34;
    line-height: 0.9;
    font-family: "Domine";
  }
  
  @media screen and (min-width:992px){
    .section-header .label {
        font-size: 5em;
    }
  }
  /** 
    Section Page list
  */
  
  @media screen and (min-width: 768px) {
    .section-list {
      padding-left: 0;
    }
    .recent-posts {
      padding-right: 0;
    }
  }
  
  .section-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4em;
  }
  
  .section-list .ad-wrapper {
    margin: auto;
    padding-bottom: 20px;
  }
  
  .section-list .row.articles {
    padding: 0!important;
    margin: 0;
  }
  
  @media screen and (min-width: 992px) {
    .section-list .row.articles > .col-12:nth-child(odd) {
        padding-left: 0;
    }
  
    .section-list .row.articles > .col-12:nth-child(even) {
        padding-right: 0;
    }
  }
  
  .section-list .article-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  
  .section-list .image-wrapper {
    display: block;
    border: 1px solid #ddd;
    border-bottom: none;
  }
  
  .section-list .article-meta {
    border: 1px solid #ddd;
    border-bottom: none;
    border-top: none; 
    padding: 1em;
    flex: 1;
  }
  
  .section-list .section a {
    color: #E62B34;
    text-transform: uppercase;
    font-size: 0.75em;
    font-family: "Domine";
  }
  
  .section-list .section a:hover {
    text-decoration: underline!important;
  }
  
  .section-list .headline a {
    transition: color 200ms ease;
    color: #000;
    font-size: 1.25em;
    font-family: "Domine";

  }
  
  .section-list .headline a:hover {
    color: #E62B34;   
  }
  
  .section-list .pubdate {
    font-size: 0.75em;
    opacity: 0.7;
  }
  
  .section-list .share {
    border-top: 1px solid #ddd;
    padding-top: 0.5em
  }
  
  .section-list .share-wrapper {
    padding: 0.5em 1em;
    border: 1px solid #ddd;
    border-top: none;
  }
  .section-list .share a {
    color: #E62B34;
    transition: color 300ms ease;
  }
  
  .section-list .share a:hover {
    color: #000;
  }
  
  #slider-root {
    padding: 0!important;
  }
  
  .section-slider {
    padding: 0!important;
    min-height: 100px;
  }
  
  .section-slider .slider-spacer {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
  }
  
  .section-slider .image-wrapper, .section-slider .article-meta {
    padding: 0;
  }
  
  .section-slider .row {
    margin: 0;
  }
  
  @media screen and (max-width: 767px) {
    .section-slider .image-wrapper, .section-slider .article-meta {
        padding: 0 7.5px!important;
    }
    .section-slider > .row > .col-12 {
      padding: 0 7.5px 0 7.5px;
    }
    .section-slider .slider-spacer {
      margin-left: 7.5px;
      margin-right: 7.5px;
    }
  }
  
  @media screen and (min-width: 768px) {
    .section-slider .image-wrapper, .section-slider .article-meta {
        padding: 0 3px 0 0!important;
    }
  }
  
  .section-slider .headline a {
    font-size: 0.85em;
    font-weight:  500;
    color:  #000;
  }
  
  .section-slider .section {
    display: inline-block;
  }
  
  .section-slider .section a {
    color: #E62B34;
    font-size: 0.7em;
    text-transform: uppercase;
  }
  
  .section-slider .section a:hover {
    text-decoration: underline!important;
  }
  
  .section-slider .pubdate {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 300;
    color: #000;
  }
  
  .section-slider .pubdate::before {
    content: "|";
    padding: 0 .5em;
  }
  
  .section-slider .slick-arrow {
      width: 20px;
      height: 20px;
      margin-top: -10px;
      background-color: rgba(255,255,255,.9);
      border-radius: 50%;
      box-shadow: 0 0 4px #888;
      transition: all 200ms ease;
      text-align: center;
      z-index: 1;
  }
  
  .section-slider .slick-arrow:hover {
      background-color: rgba(255,255,255,1);
      box-shadow: 0 0 8px #888;
  }
  
  .section-slider .slick-prev-custom {
      left: 0;
      transform: translateX(-50%);
      position: absolute;
      top: 50%;
      display: block;
  }
  
  .section-slider .slick-next-custom {
    right: 0;
    transform: translateX(-50%);
    position: absolute;
    top: 50%;
    display: block;
  }
  
  .slick-arrow i {
      color: #000;
      font-size: 6px;
      line-height: 20px;
  }
  
  .section-slider .slick-next-custom i {
      margin-left: 1px;
      display: block;
  }
  
  .section-slider .slick-prev-custom i {
      margin-right: 1px;
      display: block;
  }
  
  /*
    Pagination
  */
  
  .paginator {
    display: flex;
    justify-content: space-between;
    margin: 2em 0;
    padding: 0;
  }
  
  .paginator .page-numbers {
    display: flex;
    flex: 1;
    justify-content: space-between;
    text-align: center;
  }
  
  .paginator .page-first, .paginator .page-prev, .paginator .page-next, .paginator .page-last {
    text-align: center;
  }
  
  .paginator .page-first, .paginator .page-prev {
    margin-right: 20px;
  }
  
  .paginator .page-next, .paginator .page-last {
    margin-left: 20px;
  }
  
  .paginator .link, .paginator .link i {
    color: #181818;
    transition: all 500ms ease;
    display: inline-block;
    line-height: 35px;
  }
  
  .paginator .link i {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 1px solid #181818;
    line-height: inherit;
  }
  
  .paginator .link:hover, .paginator .link:hover i {
    color: #E62B34;
    border-color: #E62B34;
  }
  
  .paginator .page-prev .link i {
    margin-right: 10px;
  }
  
  .paginator .page-next .link i {
    margin-left: 10px;
  }
  
  /*
    Section Recent Posts
  */
  @media screen and (min-width: 992px) {
    .section-list {
        padding: 0 30px!important;
    }
  
    #section-sidebar {
        padding: 0 0 5em 30px !important;
        border-left: 1px solid #0000001a;
    }
  
  }
  
  .section-recent-posts {
    padding: 0 0 3em 0 !important;
  }
  
  .section-recent-posts .label {
    font-size: 1.25rem;
    font-weight:  500;
    line-height:  1.1;
    width: 100%;
    padding: 0 0 0.8rem 0;
    border-bottom: 1px solid #0000001a;
    font-family: "Domine";

  }
  
  .section-recent-posts .article {
    display: flex;
    border-bottom: 1px solid #0000001a;
    padding: 0.75em 0;
  }
  
  .section-recent-posts .article .image {
    max-width: 30%;
  }
  
  .section-recent-posts .article .image img {
    padding-right: 10px;
  }
  
  .section-recent-posts .article .metadata {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1.2vw;
  }
  
  .section-recent-posts .article .metadata .section-name {
    line-height: 0;
    margin-bottom: 0.25em;
  }
  
  .section-recent-posts .article .metadata .section-name a {
    color: #E62B34;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.2em;
    font-family: "Domine";
  }
  
  .section-recent-posts .article .metadata .section-name a:hover {
    text-decoration: underline !important;
  }
  
  .section-recent-posts .article .metadata .headline a {
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
    transition: color 200ms ease;
    font-family: "Domine";

  }
  
  .section-recent-posts .article .metadata .headline a:hover {
    color: #E62B34;
  }
  
  .section-recent-posts .article .metadata .pubdate {
    margin-top: auto;
    opacity: 0.6;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  
  /*
    Section Archives
  */
  
  #section-sidebar {
    margin-bottom: 4em;
  }
  
  #section-sidebar .mrec-ad-container {
    padding-top: 0;
    padding-left: 0 !important;
  }
  
  #section-sidebar .half-page-ad-container {
    padding-left: 0 !important;
  }
  
  .section-archives {
    padding: 3em 0 3em 0 !important;
  }
  
  .section-archives > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .section-archives .label {
    font-size: 1.25rem;
    font-weight:  500;
    line-height:  1.1;
    width: 100%;
    margin-bottom:  0.8rem;
    padding: 0 0 0.8rem 0;
    border-bottom: 1px solid #0000001a;
    font-family: "Domine";

  }
  
  .section-archives .link {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
  }
  
  .section-archives .link a {
    transition: color 200ms ease;
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  
  .section-archives .link a:hover {
    color: #E62B34;
  }
  
  /**
    Article Page
  */
  
  .single-article > #index-wrapper {
    padding-top: 0;
  }
  
  #header-wrapper {
    width: 100%;
    background-color: #000;
    background-position: 50% 0px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
  }
  
  #header-wrapper > .container {
    display: flex;
  }
  
  #header-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to bottom,rgb(19,19,21) 0%,rgba(0,0,0,0) 20%,rgba(19,19,21,.2) 30%,rgb(19,19,21) 100%);
    transition: all 800ms cubic-bezier(.215,.610,.355,1);
  }
  
  .article-page {
    display: flex;
    flex-wrap: wrap;
  }
  
  .article-page #leaderboard-1 {
      margin: auto;
  }
  
  .single-article .main-nav .links > li > a:hover,
  .single-article .main-nav .links li i:hover {
    color: #E62B34;
  }
  
  #article-header {
    padding-top: 4em;
    padding-bottom: 4em;
    margin-top: auto;
  }
  
  #article-header .section {
    text-align: center;
  }
  
  #article-header .section a {
    margin: 0 5px 5px 0 !important;
    background-color: #E62B34;
    color: white;
    padding: 0.45em 0.5em 0.4em;
    font-size: .85em;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  #article-header .headline {
    color: #FFF;
    font-size: 2.75em !important;
    font-weight: 400 !important;
    text-align: center;
    font-family: Domine !important;
  }
  
  @media screen and (min-width: 1200px) {
    #article-header .headline {
      font-size: 3.75em !important;
    }
  }
  
  #article-header .leadin {
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1.8em;
    color: #FFF;
    text-align: center;
  }
  
  #article-header .meta {
    margin: auto;
    padding: 1em;
    display: flex;
  }
  
  #article-header .author-photo {
    display: inline-block;
  }
  
  @media screen and (max-width < 992px) {
    #article-header .author-photo {
      margin-left: auto;
    }
  }
  
  #article-header .author-photo img {
    max-width: 60px;
    border-radius: 50%;
  }
  
  #article-header .author-photo .fa {
    font-size: 60px;
    border-radius: 50%;
    width: 60px;
    background-color: #181818;
    color: #FFF;
    text-align: center;
  }
  
  
  #article-header .byline {
    display: inline-block;
  }
  
  #article-header .info {
    margin: auto 0;
    padding-left: 5px;
  }
  
  @media screen and (max-width < 992px) {
    #article-header .info {
      margin-right: auto;
    }
  }
  
  #article-header .byline a {
    font-size: 0.9em;
    color: #FFF;
  }
  
  #article-header .byline a:hover {
    text-decoration: underline !important;
  }
  
  #article-header .byline .article__byline-link::after {
    content: "|";
    padding: 0 .5em;
  }
  
  #article-header .article-date {
    display: inline-block;
    color: #FFF;
    opacity: 0.5;
    font-size: 0.9em;
  }
  
  #article-header .email a {
    font-size: 0.9em;
    color: #FFF;
    opacity: 0.5;
  }
  
  #article-header .email a:hover {
    text-decoration: underline !important;
  }
  
  #article-header .social {
    display: flex;
    flex-direction: column;
    padding: 1em;
  }
  
  #article-header .social a {
    margin: auto;
  }
  
  #article-header .social a:hover i {
    color: #191919;
    box-shadow: 0 0 0 1em #fff inset;
    background-color: #FFF;
  }
  
  #article-header .social i {
    color: #FFF;
    font-size: 1.1em;
    width: 2em;
    height: 2em;
    border: 1px solid #FFF;
    border-radius: 50%;
    text-align: center;
    transition: all 280ms ease;
  }
  
  #article-header .social i::before {
    top: 25%;
    position: relative;
  }
  
  .single-article .article-feature-image {
      width: 100%;
  }
  
  #article-body {
    font-size: 1.1em;
  }
  
  #article-body blockquote {
    margin: 0 0 1em;
    font-size: 1.25em;
    line-height: 1.8;
    position: relative;
  }
  
  #article-body blockquote::before {
    content: '\f10d';
    font-family: FontAwesome;
    display: block;
    font-size: 5em;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #0000001a;
  }
  
  #article-body a {
    color: #E62B34;
    transition: color 200ms ease;
  }
  
  #article-body a:hover {
    color: #000;
  }
  
  #article-body .author-info {
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    width: 100%;
    padding: 2em 0;
  }
  
  .article-restofcontent {
    /* overflow: auto; */
  }
  
  .article-restofcontent > .image-container {
    margin-bottom: 1rem;
  }

  .article-restofcontent .image-caption {
    font-size: 0.8rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background-color: #E5E5E5;
}

.article-restofcontent .image-container + .image-caption {
    margin-top: -1rem;
}
  
  .article-restofcontent > p:first-of-type::first-letter {
    font-size: 530%;
    line-height: 1;
    padding-right: 0.1em;
    color: #E62B34;
    display: block;
    float: left;
    margin-top: -3px;
  }
  
  .responsive-embed.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 2em;
  }
  
  .responsive-embed.youtube iframe {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
  }
  
  .section-links {
    margin: 2em 0;
  }
  
  .section-links a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0.6em 2em 0.4em;
    margin: 0 8px 8px 0;
    font-size: .7em;
    box-shadow: 0 0 0 2px #e62b34 inset;
    color: #E62B34;
    transition: all 300ms ease !important;
    border-radius: 50px;
  }
  
  .section-links a:hover {
    box-shadow: 0 0 0 2em #e62b34 inset;
    color: #fff !important;
  }
  
  #article-body .gallery_image {
    margin: auto;
  }
  
  #article-body .author-name {
    color: #181818;
    font-size: 1.1em;
    padding-bottom: 0.3em;
    display: block;
  }
  
  #article-body .author-name:hover {
    text-decoration: underline !important;
    color: #181818;
  }
  
  #article-body .author-description {
    color: #181818;
    font-size: 15px;
    margin-bottom: 1em;
  }
  
  #article-body .author-photo .fa {
    font-size: 140px;
    border-radius: 50%;
    width: 140px;
    background-color: #181818;
    color: #FFF;
    text-align: center;
  }
  
  #article-body .social-link {
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    margin-right: 0.5em;
    color: #FFFFFF;
    box-shadow: 0 0 0 1em rgb(19 19 21) inset;
    transition: all 200ms ease;
  }
  
  #article-body .social-link:hover {
    box-shadow: 0 0 0 1px rgb(19 19 21) inset;
    color: #181818;
  }
  
  #article-body .social-link i::before {
    font-size: 15px;
  }
  
  #article-body .image-container {
    background-color: #181818;
    height: 100%;
    display: flex;
  }
  
  #article-body .image-container .image {
    margin: auto;
  }
  
  #article-body .gallery-image {
    margin: auto;
  }
  
  #article-body .slick-dots {
    display: flex;
    padding: 0 20px;
    position: absolute;
    bottom: 50px;
  }
  
  #article-body .slick-dots li {
    width: 100%;
    padding-bottom: 2em;
    margin: 0;
  }
  
  #article-body .slick-dots li button {
    width: 0;
    height: 0;
    padding: 0;
  }
  
  #article-body .slick-dots li button::before {
    content: none;
  }
  
  #article-body .slick-dots li::before {
    width: 100%;
    content: '';
    border: 1px solid rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms ease 300ms;
  }
  
  #article-body .slick-dots li.slick-active::before {
    border: 1px solid rgba(255,255,255,1);
  }
  
  #article-body .gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 34px;
    height: 34px;
    transition: all 200ms ease;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 0 4px #888;
  }
  
  #article-body .gallery-arrow:hover {
    background-color: rgba(255,255,255,1);
  }
  
  #article-body .gallery-arrow i {
    font-size: 12px;
    line-height: 34px;
  }
  
  #article-body .gallery-prev {
    left: 1em;
    padding-right: 2px;
  }
  
  #article-body .gallery-next {
    right: 1em;
    padding-left: 2px;
  }
  
  #article-body .article-factbox {
    background-color: #00000012;
    font-size: 15px;
    float: left;
    padding: 0;
    margin-right: 1em;
  }
  
  #article-body .content-part__header {
    padding: 1em 0 0 1em;
  }
  
  #article-body .content-part__title {
    font-size: 17px;
    color: #E62B34;
    font-weight: 600;
  }
  
  #article-body .content-part__text {
    padding: 0 1em 1em 1em;
  }
  
  #article_comments {
    margin-top: 1rem;
  }
  
  #comment_rules li {
    font-size: 15px;
  }
  
  #comment_rules ol {
    line-height: 1.6em;
    padding: 10px;
  }

  .disqus-cnt-txt{
    color: #ed1b24;
    /* padding-left: 20px !important; */
    font-weight: 500;
  }
  
  .article-page.standard-display .section a {
      color: #E62B34;
      font-size: 0.8 em;
      text-transform: uppercase;
      display: block;
      margin-top: 20px;
      font-family: "Domine";
  }
  
  .article-page.standard-display .section a:hover {
      text-decoration: underline!important;
  }
  
  .article-page.standard-display .headline {
      font-size: 1.75rem;
      font-family: "Domine";

  }
  
  .article-page.standard-display .leadin {
      font-size: 1.25rem;
      font-weight: 100;
      margin-top: 15px;
      
  }
  
  .article-page.standard-display #article-body .meta {
      margin-top: 15px;
  }
  
  .article-page.standard-display #article-body .meta .author-photo {
      display: inline-block;
  }
  
  .article-page.standard-display #article-body .meta .info {
      display: inline-block;
  }
  
  .article-page.standard-display #article-body .meta .info .byline {
      display: inline-block;
  }
  
  .article-page.standard-display #article-body .meta .info .byline .article__byline-link {
      color: #181818;
  }
  
  .article-page.standard-display #article-body .meta .info .article-date {
      display: inline-block;
  }
  
  .article-page.standard-display #article-body .meta .info .email {
      display: inline-block;
  }
  
  .article-page.standard-display .social {
      justify-content: end;
      margin-top: 15px;
  }
  
  .article-page.standard-display #article-body .meta, .article-page.standard-display .social {
      margin: auto;
      padding: 1em;
      display: flex;
    }
    
    .article-page.standard-display #article-body .meta .author-photo img {
      max-width: 60px;
      border-radius: 50%;
    }
    
    .article-page.standard-display #article-body .meta .author-photo .fa {
      font-size: 60px;
      border-radius: 50%;
      width: 60px;
      background-color: #181818;
      color: #FFF;
      text-align: center;
    }
    
    .article-page.standard-display #article-body .meta .info {
      margin: auto 0;
      padding-left: 5px;
    }
    
    .article-page.standard-display #article-body .meta .info .byline .article__byline-link {
        color: #181818;
        font-size: 0.8em;
    }
    
    .article-page.standard-display #article-body .meta .info .byline .article__byline-link:hover {
        text-decoration: underline!important
    }
    
    .article-page.standard-display #article-body .meta .info .byline .article__byline-link::after {
        margin: 0 5px;
        content: "|";
    }
    
    .article-page.standard-display #article-body .meta .info .article-date {
        font-size: 0.7em;
        opacity: 0.8;
    }
  
    .article-page.standard-display .social a {
      margin: auto;
      margin-right: 0;
    }
    
    .article-page.standard-display .social a:hover i {
      color: #FFF;
      box-shadow: 0 0 0 1em #181818 inset;
      background-color: #FFF;
    }
    
    .article-page.standard-display .social i {
      color: #181818;
      font-size: 1.1em;
      width: 2em;
      height: 2em;
      border: 1px solid #181818;
      border-radius: 50%;
      text-align: center;
      transition: all 280ms ease;
    }
    
    .article-page.standard-display .social i::before {
      top: 25%;
      position: relative;
    }
  
  /**
    Article Page Sidebar
  */
  @media screen and (min-width: 992px) {
    .article-body {
        padding: 0 30px!important;
    }
  
    #article-sidebar {
        padding: 0 0 5em 30px !important;
        border-left: 1px solid #0000001a;
    }
  
  }
  
  .advertisement {
    padding: 30px;
  }
  
  #mrec-footer {
      padding-top: 0;
  }
  
  /**
      All Woman header
  */
  .main-nav-allwoman-links .links {
      list-style: none;
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      width: 75%;
      padding-left: 0;
      margin: auto;
  }
  
  .main-nav-allwoman-links .links a {
      font-weight: 500;
      font-size: 1rem;
      color: #203656;
      transition: color .15s ease-in-out;
      line-height: 40px;
      padding: 0.5rem 0.75rem;
  }
  
  .main-nav-allwoman-links .links a:hover {
      color: #E6201D;
  }
  
  .main-nav-allwoman {
      padding: 1.5rem 0;
      border-bottom: 1px solid #E2E8F0;
  }
  
  
  .allwoman-nav-top {
      display: flex;
      width: 100%;
      justify-content: space-between;
  }
  
  .allwoman-nav-top .social-links,
  .allwoman-nav-top .other-links {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .allwoman-nav-top .social-links li,
  .allwoman-nav-top .other-links li {
      display: flex;
      align-items: center;
      font-size: 20px;
  }
  
  .allwoman-nav-top .other-links li {
      font-size: 2rem;
      padding: 0.5rem 1rem;
  }
  
  .allwoman-nav-top .social-links li > a {
      margin-right: 5px;
      min-height: 20px;
      min-width: 20px;
      text-align: center;
  }
  
  .allwoman-nav-top .other-links li > * {
      margin-left: 5px;
      min-height: 20px;
      min-width: 20px;
      text-align: center;
  }
  
  .allwoman-nav-top .social-links li > *,
  .allwoman-nav-top .other-links li > * {
      color: #203656;
  }
  
  .allwoman-nav-top .social-links li > *:hover,
  .allwoman-nav-top .other-links li > *:hover {
      color: #8F9BAD;
  }
  
  .allwoman-nav-top .o-logo {
      max-width: 2rem;
      max-height: 2rem;
  }
  
  .allwoman-nav-top .other-links .fa-search {
      -webkit-text-stroke: 2px white;
  }
  
  .allwoman-nav-top .other-links .fa-search:hover {
      color: #8F9BAD;
  }
  
  .allwoman-nav-top .allwoman-logo {
      max-width: 125px;
  }
  
  .allwoman-nav .navbar-toggler {
      border: none;
      outline: none;
  }
  
  .allwoman-hamburger {
      position: absolute !important;
      background-color: #FFFFFF;
      width: 100%;
      z-index: 1;
      max-height: 70vh;
      overflow-y: auto;
  }
  
  .allwoman-hamburger li {
      border-top: 1px solid #00000014;
  }
  
  .allwoman-hamburger a {
      padding: 15px !important;
      color: #203656;
      font-weight: 500;
      font-size: 1rem;
  }
  
  .allwoman-hamburger a:hover {
      color: #203656;
  }
  
  #allwoman-section-header {
      background-image: url(/wp-content/themes/jamaica/assets/all-woman-banner.jpeg);
      background-position: 50% 0px;
      background-attachment: fixed;
      background-position: center;
      background-size: cover;
  }
  
  #allwoman-section-header .allwoman-mask {
      background-color: #00000066;
  }
  
  #allwoman-section-header .container {
      padding-top: 6rem;
      padding-bottom: 6rem;
  }
  
  #allwoman-section-header * {
      display: flex;
      justify-content: center;
  }
  
  #allwoman-section-header .label {
      font-size: 2.5rem;
      font-weight: 600;
      color: #FFFFFF;
      line-height: 1.4;
      margin-bottom: 1rem;
  }
  
  #allwoman-section-header .link * {
      display: inline-block;
      font-size: 1rem;
      line-height: 1.7;
      color: #ffffffb3;
  }
  
  #allwoman-section-header .link a {
      color: #FFFFFF;
      padding-right: 0.25rem;
  }
  
  /**
      All Woman footer
  */
  .allwoman-footer .logo-wrapper .image img {
      margin: 0;
  }
  
  .allwoman-footer .logo-wrapper .description {
      color: #FFFFFFA6;
      padding-top: 1.5rem;
  
  }
  
  #footer-nav-wrapper.allwoman-footer .categories-wrapper .label {
      color: #FFFFFF !important;
      margin-bottom: 2rem;
      font-size: 1.25rem;
      font-weight: 600;
  }
  
  #footer-nav-wrapper.allwoman-footer .categories-wrapper ul li {
      border-bottom: none;
      padding: 0;
      line-height: 1.7;
  }
  
  #footer-nav-wrapper.allwoman-footer .categories-wrapper ul li:not(:first-child) {
      padding-top: 10px !important;
  }
  
  #footer-nav-wrapper.allwoman-footer .categories-wrapper ul li a {
      color: #FFFFFFA6;
      font-size: 1rem;
      font-weight: 400;
      display: inline-block;
  }
  
  #footer-nav-wrapper.allwoman-footer .categories-wrapper ul li a:hover {
      color: #FFFFFF;
  }
  
  .allwoman-footer > #footer-nav > .row > div {
      padding-bottom: 3rem;
  }
  
  .allwoman-footer .links-wrapper .links {
      justify-content: flex-start;
      margin-top: 1rem;
  }
  
  .allwoman-footer .links-wrapper .links li {
      padding: 0;
      margin-right: 0.5rem;
  }
  
  .allwoman-footer .links-wrapper .links a {
      background-color: #E6021D;
      width: 2rem;
      height: 2rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%
  }
  
  .allwoman-footer .links-wrapper .links a:hover {
      background-color: #FE1C47;
      color: #FFFFFF;
  }
  
  .allwoman-footer .links-wrapper .copyright-text {
      margin-top: 1rem;
      text-align: end;
      color: #FFFFFFA6;
      font-size: 1rem;
      line-height: 1.7;
  }
  
  .allwoman-footer .links-wrapper .links ul {
      padding: 0;
  }
  
  .allwoman-footer .links-wrapper {
      border-top: none;
      padding-top: 0;
  }
  
  .allwoman-footer .links-wrapper::before {
      content: ' ';
      width: 100%;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      margin: auto;
      background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
  }
  
  /**
      Allwoman Slider
  */
  .allwoman-slider {
      overflow: hidden;
  }
  
  .allwoman-slider .slick-slide {
      min-height: 65vh;
      max-width: 100vw;
      height: auto;
  }
  
  .allwoman-slider .slick-arrow {
      position: absolute;
      top: 50%;
      height: 40px;
      width: 25px;
      background: #FFFFFF;
      cursor: pointer;
      border: none;
      outline: none;
  }
  
  .allwoman-slider .slick-arrow .fa {
      font-size: 15px;
      color: #203656;
      -webkit-text-stroke: 2px white;
  }
  
  .allwoman-slider .allwoman-prev {
      left: 0;
      z-index: 1;
  }
  
  .allwoman-slider .allwoman-next {
      right: 0;   
  }
  
  .allwoman-slider .slick-list {
      z-index: 0;
  }
  
  .allwoman-slider .slider-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin-right: 10px;
      border-radius: 0.3rem;
  }
  
  .allwoman-slider .slider-metadata-container {
      padding-top: 20rem;
      padding-left: 5rem;
      padding-right: 0.75rem;
      padding-bottom: 5rem;
      min-height: 65vh;
  }
  
  .allwoman-slider .slider-metadata-container .headline {
      font-weight: 700;
      line-height: 1;
      color: #FFFFFF;
      padding-top: 1rem;
      font-size: 2.5rem;
      margin-bottom: 1rem;
  }
  
  .allwoman-slider .slider-metadata-container .preview {
      font-weight: 400;
      line-height: 1.25;
      color: #FFFFFFA6;
      margin-bottom: 1.5rem;
      font-size: 1.15rem;
  
  }
  
  .allwoman-slider .slider-metadata-container .read-more {
      color: #FFFFFF;
      background-color: #E6021D;
      border-color: #E6021D;
      display: inline-block;
      line-height: 1.7;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      padding: 0.65rem 1.25rem;
      font-size: 1rem;
      border-radius: 0.25rem;
      border: 1px solid transparent;
      transition: background-color 0.15s ease-in-out;
  }
  
  .allwoman-slider .slider-metadata-container .read-more:hover {
      background-color: #D8435F;
  }
  
  /**
      Allwoman section page templates
  */
  
  .allwoman-section {
      margin-bottom: 1rem;
  }
  
  @media(max-width: 991px) {
      #section-front.allwoman-section {
          padding-top: 0px !important;
      }
  }
  
  .allwoman-section .right-block > * {
      margin-top: 1.5rem;
  }
  
  .allwoman-grid .article-teaser {
      border-radius: .5rem;
      overflow: hidden;
      border: 1px solid #E2E8F0;
      margin-top: 1.5rem;
      transition: ease all 0.35s;
  }
  
  .allwoman-grid .article-teaser:hover {
      box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.625rem 1.5rem rgb(0 0 0 / 15%) !important;
  }
  
  .allwoman-grid .article-teaser:hover .headline a {
      background-size: 100% 2px;
  }
  
  .allwoman-grid .article-teaser:hover .pubdate {
      opacity: 1;
  }
  
  .allwoman-grid .article-teaser .pubdate {
      transition: ease-in-out all 0.35s;
      font-weight: 500;
      border-radius: 0.3rem;
      background-color: #E6021D;
      color: #FFFFFF;
      padding: 0.5rem 1rem;
      margin-left: 2rem;
      margin-top: 2.5rem;
      left: 0;
      top: 0;
      position: absolute;
      box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.5rem 1.2rem rgb(0 0 0 / 10%) !important;
      font-size: 0.875em;
      opacity: 0;
  }
  
  .allwoman-grid .article-teaser .headline {
      padding-top: 0.5rem;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.4;
      transition: all 0.35s ease;
  }
  
  .allwoman-grid .article-teaser .subheadline {
      margin-top: 1rem;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      padding-bottom: 0.5rem;
      font-size: 0.875rem;
      line-height: 1;
      color: #676868;
  }
  
  .allwoman-grid .article-teaser .headline a {
      color: #203656;
      background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
      background-position: 0px 100%;
      background-repeat: no-repeat;
      background-size: 0px 2px;
      transition: ease all 0.35s;
  }
  
  .allwoman-slider .slider-metadata-container {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 30%, black 100%) repeat-x !important;
      border-radius: 0.3rem;
  }
  
  .allwoman-grid .article-teaser img {
      width: 100%;
  }
  
  .allwoman-grid.allwoman-grid-section .article-teaser .pubdate {
      opacity: 1;
  }
  
  .allwoman-article .article-teaser .byline {
      font-weight: 500;
      color: #8F9BAD;
      font-size: 0.75em;
      border-top: 1px solid #e2e8f0;
      padding: 0.5rem 1.2rem;
      text-transform: uppercase;
  }
  
  .allwoman-header-label {
    color: #203656;
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-left: 15px;
}

.allwoman-header-label::after {
    content: '';
    background: #E62B34;
    border-radius: 25px;
    height: 4px;
    display: block;
}
  /*
      Overrides
  */
  .card {
      border-radius: 0.5rem!important;
  }
  
  /*
      Site layout
  */
  @media(max-width: 767px) {
      .left {
          width: 100% !important;
      }
  
      .right {
          width: 100% !important;
      }
  }
  
  .fixed-bottom {
      z-index: 1 !important;
  }
  
  #left-rail-dfp, #right-rail-dfp {
      position: sticky !important;
      top: 4.5%;
      align-self: flex-start;
  }

  .hide-overflow {
      overflow: hidden !important;
  }
  
  .pad-right-15 {
      padding-right: 15px;
  }

  /**
      Search Page
  */
  .search_page_container .teaser-content {
      padding-top: 35px;
  }
  
  .search_page_container .teaser__headline {
      display: inline-block;
  }
  
  .search_page_container .teaser__headline-marker {
      color: #181818;
      transition: color 200ms ease;
      font-size: 1.5rem;
  
  }
  
  .search_page_container .teaser__headline-marker:hover {
      color: #E62B34;
  }
  
  .search_page_container .teaser-article-date {
      margin-bottom: 1rem;
      font-size: 13px;
  
  }
  
  .search_page_container .teaser-body {
      font-size: 13px;
      padding-bottom: 1rem;
      border-bottom: 2px solid #DFDFDF;
  }
  
  #search-page .pagination {
      justify-content: center;
      margin-top: 1rem;
  }
  
  #search-page .pagination p {
      font-size: 13px;
  }
  
  #search-page .pagination .page-link {
      border: none;
      color: #E62B34;
      transition: color 150ms ease-in-out;
      font-weight: 600;
      font-size: 13px;
      padding: 0;
      margin-left: 10px;
      margin-right: 10px;
      line-height: 1.5;
  }
  
  #search-page .pagination .page-link:hover {
      background-color: unset;
      color: #000000;
  }
  
  #search-page .search_page_title {
      color: #E62B34;
      font-size: 3rem;
  }
  
  #nav-search {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
  }

#allwoman-search-backdrop {
    position: absolute;
    height: 100vh;
    top: 0;
    width: 100%;
    right: 0;
    background-color: #000000;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.allwoman-search-backdrop-show {
    opacity: 0.5 !important;
}

#allwoman-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background-color: #FFFFFF;
    transition: transform .3s ease-out;
    transform: translateX(100%);
    z-index: 99999;
    display: none;
}

.allwoman-search-show {
    transform: translateX(0) !important;
}

#allwoman-search .search-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0 !important;
}

#allwoman-search .label {
    font-weight: 600;
    font-size: 1.2rem;
    color: #203656;
    display: inline-block;
}

#allwoman-search .close-button {
    display: inline-block;
    vertical-align: bottom;
}

#allwoman-search .close-button i::before {
    font-size: 1.75rem;
    -webkit-text-stroke: 3px white;
}

#allwoman-search .close-button i:hover {
    opacity: 0.5;
    cursor: pointer;
}

#allwoman-search form {
    padding: 1rem;
}

#allwoman-search form .input-group .field {
    height:  auto!important;
}

#allwoman-search form .searchsubmit {
    background-color: #E6021D !important;
    border-color: #E6021D !important;
    padding: 1.25rem;
}

#allwoman-search form .searchsubmit:hover {
    background-color: #D8435F !important;
    border-color: #D8435F !important;
    
}

.allwoman-nav .fa-search {
    -webkit-text-stroke: 2px white;
    color: #203656;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.allwoman-nav .fa-search:hover {
    color: #8F9BAD;
}

/**
 * Megamenu Styling
*/
.megamenu > ul.sub-links {
    width: 100%;
    left: 0;
}

.megamenu-sections {
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgb(128 128 128 / 50%);
}

.megamenu-articles-left,
.megamenu-articles-right
{
    display: flex;
    flex-direction: column;
    white-space: normal;
}

.megamenu-sections > li > a {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    width: 100%;
    position: relative;
    transition: box-shadow ease 300ms,color ease 600ms;
    font-family: "Domine";
    color: #E62B34;
}

.megamenu-articles-left > div a,
.megamenu-articles-right > div a {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    width: 100%;
    position: relative;
    transition: box-shadow ease 300ms,color ease 600ms;
    font-family: "Domine";
}
.megamenu-articles-left > div a {
  font-weight: 800 !important;
  line-height: 0.7em !important;

}

.megamenu-articles-left > div,
.megamenu-articles-right > div {
    padding: 0.5em 0.5em;
}

.megamenu-articles-left > div > a:hover,
.megamenu-articles-right > div > a:hover,
.megamenu-sections > li > a:hover {
    color: #E62B34;
}

li.megamenu > ul.sub-links {
    padding: 1em;
}

.megamenu-adspot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.megamenu .article-item .section-label {
    display: block;
    font-weight: 400;
    font-size: 0.65rem;
    color: #E62B34;
}

.megamenu-sections {
    display: flex;
    justify-content: normal;
}

.megamenu-sections > li {
    display: block !important;
    height: auto !important;
    margin: unset !important;
    padding: 0.5em 1.5em;
    padding-left: 0;
}

.megamenu-image {
    padding: 0 !important;
}

 /*
      Food Awards
  */

  .foodawards-body {
    margin: 0px;
    padding: 0px;
    line-height:20px;
    color:#000000;
    
    font-family: 'Poiret One' !important;
    /* font-family:Georgia, "Times New Roman", Times, serif; */
    /* font-size:14px; */
     background-position:top center;
    background-color:#fff;

}

.foodawards-firstcharacter { float: left; color: #e52a33; font-size: 65px; line-height: 50px; padding-top: 4px; padding-right: 5px; padding-left: 3px; font-family: 'Poiret One'; }

.foodawards-h1 {color:#353535; font-size:25px; font-family: 'Poiret One'; font-weight:bold;}

.foodawards-h2 {color:#e52a33; font-size:18px; font-family: 'Poiret One';}

.foodawards-h5 {color:#535050; font-size:22px; font-weight:bold; font-family: 'Poiret One';}

.foodawards-h4 {color:#353535; font-size:12px; font-family: 'Poiret One';}

.foodawards-a {color:#e52a33; text-decoration:none;}

.foodawards-a:hover { color:#248f60; text-decoration: none; }

.foodawards-p {color:#000; font-size:1.2em; line-height: 1.2em; font-family: 'Poiret One';}

.foodawards-p strong { font-family: 'Poiret One'; }

#container {margin: 0 auto; width: 960px; background:#fff; padding-left:7px; padding-right:7px;}

#foodawards-header {margin: 0 auto; }

.foodawards-hr {
   border: 0;
   height: 1px;
   background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
   background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
   background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
   background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}


#foodawards-menu { 
   height:40px;
   margin: -16px 0 20px 0;
   font-family: 'Poiret One';
   font-weight:bold;
   /* text-transform: uppercase; */
   clear:both;
   /* background-color:#353535; */
   background-color:#fff;
   display: block;
}
    
#foodawards-menu ul {
   list-style-type:none; 
   margin-left: -45px;
}

#foodawards-menu li {
   float:left; 
   display:inline; 
   margin-top:14px;
   margin-bottom: -9px;
}

#foodawards-menu li a {
   display: block; 
   text-decoration:none; 
   padding-right:20px; 
   color:#535050;
   font-family: 'Poiret One';
   font-size:1.2em;

}

#foodawards-menu li a.current {
   text-decoration:none; color:#a9a4a4;
}

#foodawards-menu li a:hover {
   display: block; color:#a9a4a4; 
   text-decoration:none;
}

#imagerotator {
}

#foodawards-row1 {
   background-image:url(/wp-content/themes/jamaica/assets/row1bg.jpg); 
   background-position:top; 
   background-repeat:no-repeat;  
   padding-top:23px;}

#foodawards-story {

   background-image:url(/wp-content/themes/jamaica/assets/row1bg.jpg); 
   background-position:top; 
   background-repeat:no-repeat;  
   padding-top:23px; 
   padding-bottom:30px;}

/*---- For Story list page ----*/

#foodawards-storylist {

   padding-top:20px; 
   padding-bottom:30px;
}


.foodawards-itemHolder{margin:0; padding:0; }

.foodawards-itemHolder li { float:left; margin-bottom:10px; list-style:none; }
.foodawards-itemHolder li div { width:305px; }

/*---- End For Story list page ----*/

#foodawards-story #foodawards-col1{width: 633px; float:left; padding-bottom:35px;}

#foodawards-story #foodawards-col2 {width:305px; float:left; padding-top:72px; padding-left:22px;}

#foodawards-top-ad {padding: 30px 0 30px 0; clear:both; margin: 0 auto; width: 728px;}

#foodawards-bottom-ad {padding: 30px 0 30px 0; clear:both; margin: 0 auto; width: 728px;}

/* #row1 #col1 {width: 633px; float:left;} 

#row1 #col2 {width: 305px; float:left; padding-left:22px;} 

*/
#foodawards-row2 { }

#foodawards-row2 #foodawards-news {clear:both;}

#foodawards-row2 #foodawards-col1 { width:305px; float:left;}

#foodawards-row2 #foodawards-col2 { width:305px; float:left; padding-left:22px;}

#foodawards-row2 #foodawards-col3 { width:305px; float:left; padding-left:22px;}

#foodawards-row3 { height:740px; margin-bottom: 50px; clear:both; padding-top:40px;}

#foodawards-row4 { padding-top:20px; padding-bottom:8px;}

#foodawards-footer {
   width: 960px; 
   height: 156px; 
   padding-top:30px;}

   #countdown_dashboard {
    height: 96px;
    margin-left: 125px;
  }
  
  .dash {
    width: 138px;
    height: 96px;
    background: transparent url('/wp-content/themes/jamaica/assets/countdown/dash.png') 0 0 no-repeat;
    float: left;
    margin-left: 2px;
    padding-left: 13px;
    position: relative;
    color: #333;
  }
  
  .weeks_dash {
    background: transparent url('/wp-content/themes/jamaica/assets/countdown/dark_weeks_dash.png') 0 0 no-repeat;
  }
  
  .days_dash {
    background: transparent url('/wp-content/themes/jamaica/assets/countdown/dark_days_dash.png') 0 0 no-repeat;
  }
  
  .hours_dash {
    clear: left;
    background: transparent url('/wp-content/themes/jamaica/assets/countdown/dark_hours_dash.png') 0 0 no-repeat;
  }
  
  .minutes_dash {
    background: transparent url('/wp-content/themes/jamaica/assets/countdown/dark_minutes_dash.png') 0 0 no-repeat;
  }
  
  .seconds_dash {
    background: transparent url('/wp-content/themes/jamaica/assets/countdown/dark_seconds_dash.png') 0 0 no-repeat;
  }
  
  .dash .digit {
    font: bold 52pt Verdana;
    font-weight: bold;
    float: left;
    width: 59px;
    text-align: center;
    position: relative;
  }
  
  .dash_title {
    display: none;
  }