/* CSS Document

Theme Name: Template Theme
Theme URI: https://www.wearewibble.com
Description: Theme for Irish Echo , Designed and Developed by Wibble.
Version: 1.4.12
Author: Wibble Web Design
Author URI: https://www.wearewibble.com/
*/
@import url("https://fonts.googleapis.com/css?family=Muli:400,700,900");
/* ---- General Styling ----------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}
a {
  color: inherit;
  text-decoration: none;
}

.is--page a,
.link {
  color: #2862dc;
}
h1 {
  line-height: 1;
  font-size: 2.4rem;
  flex-basis: 100%;
  margin: 0 0 2.4rem 0;
  letter-spacing: 1px;
  font-weight: 900;
}
h2 {
  font-size: 2rem;
  margin: 0 0 2rem 0;
  font-weight: 700;
}
h3 {
  font-size: 1.6rem;
  margin: 0 0 1.6rem 0;
}
h4 {
  font-weight: 100;
  font-size: 1.4rem;
  margin: 0 0 1.4rem 0;
}
h5 {
  font-weight: 100;
  margin: 0 0 1.2rem 0;
  font-size: 1.2rem;
}
h6 {
  color: #555;
  font-size: 0.9rem;
  font-weight: 100;
  margin: 0 0 1.1rem 0;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
p {
  font-size: 17px;
  margin: 0 0 30px 0;
  line-height: 1.6rem;
}
figure {
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  border-top: 1px solid lightgrey;
  margin: 0 0 20px 0;
}

iframe {
  max-width: 100%;
}

input[type="submit"] {
  -webkit-appearance: none;
}
/* ---- buttons and elements --------------------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  padding: 0 20px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row.sponsors {
  align-items: center;
}
.row-reverse {
  flex-direction: row-reverse;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  flex: 0 1 100%;
  flex-basis: 100%;
  padding: 0px;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}

.block {
  display: block;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

f-center {
  justify-content: center;
}
.btn {
  padding: 14px 40px;
  border-radius: 4px;
  display: inline-block;
  margin: 4px;
}
.btn.prime {
  background: #014892;
  color: white;
}
.btn.second {
  border: 1px solid #f3f3f3;
  background-color: white;
  color: #666;
}

main section input {
  border: none;
  padding: 10px !important;
  border-radius: 4px;
  background: #f6f5f6;
}

main section input[type="submit"] {
  cursor: pointer;
  width: 100%;
  background: #8bc34a;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px !important;
  transition: 0.2s ease-in-out all;
}

main section input[type="submit"]:hover {
  background: #79af3c;
}

main section select {
  background: #f6f5f6;
  height: 40px;
  border: none;
}

article.col-4.cat-1:hover .news-content {
  border-color: #cd2127 !important;
}

article.col-4.cat-16:hover .news-content {
  border-color: #29245f !important;
}

article.col-4.cat-3:hover .news-content {
  border-color: #f16523 !important;
}

article.col-4.cat-4:hover .news-content {
  border-color: #006838 !important;
}

article.col-4.cat-44:hover .news-content {
  border-color: #2b388f !important;
}

article.col-4.cat-105:hover .news-content {
  border-color: #8a5d3b !important;
}

article.col-4.cat-6:hover .news-content {
  border-color: #652d90 !important;
}

article.col-4.cat-147:hover .news-content {
  border-color: #26a9e0 !important;
}

article.col-4.cat-219:hover .news-content {
  border-color: rgb(24, 184, 152) !important;
}

body.error404 main form.search-form > input {
  width: 100%;
  padding: 1rem !important;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

/* ---- Header & Nav --------------------------------------------------------------------------------------- */
li#desktop-search {
  float: right;
  background: #2863dc;
  height: 53px;
}

li#desktop-search svg {
  width: 30px;
  height: 15px;
}

.desktop-nav {
  display: none;
  position: absolute;
  right: 0;
  z-index: 99;
  background: #cccccc;
  padding: 0.8rem;
  width: 500px;
  box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.19);
}

.desktop-nav > form > input {
  width: 66%;
  -webkit-appearance: none;
  background: white;
  font-size: 0.8rem;
  padding: 0.5rem;
  border-radius: 30px;
  border: none;
}

.desktop-nav > form > input[type="submit"] {
  background: #2863dc;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  width: 33%;
}

/*
#search {
    padding: 30px 0px;
}

div#search form {
    display:flex;
}

div#search input {
    background: rgba(0, 118, 57, 0.2);
    padding: 12px 20px !important;
    margin: 2px;
    border: none;
    font-size: 0.8rem;
    flex:1;
    border-radius: 50px;
    width:100%;
    max-width: 100%;
}

#search input[type="submit"] {
    background: #2862dc;
    border: none;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

*/

#search-results .result {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 30px;
  background: #fafafa;
}

#search-results .result img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.result span {
  color: #444;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
}

.result p {
  font-size: 1.1rem;
  margin: 0;
  padding-left: 10px;
  font-weight: 600;
}

header #logo {
  display: block;
  width: 280px;
}

header .col-3.ad {
  display: none;
}

.header-subscription-ad {
  background-color: #2962dc;
  color: #fff;
  font-size: 0.8rem;
  width: 22vw;
  max-width: 300px;
  min-height: 130px;
  padding: 20px;
  position: relative;
}

.header-subscription-ad-text {
  text-align: center;
}

.header-subscription-ad-button {
  background-color: #000;
  color: #fff;
  margin: 2px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.header-subscription-ad-button-left {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.header-subscription-ad-img-left img {
  position: absolute;
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  width: 40%;
  height: auto;
}

.header-subscription-ad-button-right {
  position: absolute;
  bottom: 10px;
  bottom: 10px;
  right: 80px;
}

.header-subscription-ad-img-right img {
  position: absolute;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  width: 25%;
  height: auto;
}

.header-subscription-ad-img-right-1 img {
  top: -10px;
  right: 20px;
  transform: rotate(10deg);
}

.header-subscription-ad-img-right-2 img {
  top: 30px;
  right: 60px;
  transform: rotate(-10deg);
}

header .col-3 > a {
  float: right;
}

a.menu-mobile > svg {
  width: 25px;
  height: 30px;
}

header .logo-sub {
  color: #808080;
  display: block;
  font-size: 0.8rem;
  margin: 10px 0;
  text-align: center;
}

ul.show > li > a > svg {
  width: 1.1rem;
  vertical-align: middle;
}

.dropdown a > svg {
  display: inline-block;
  width: 0.6rem;
  height: 0.4rem;
  position: relative;
  fill: white;
  top: -1px;
}

/* Below Nav ------------------------------------------------------- */

#below-nav {
  display: none;
  padding-top: 40px;
  padding-bottom: 20px;
}
#below-nav .col-6 {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
#below-nav h4 {
  color: #4ea374;
  font-size: 0.9rem;
  margin: 0 10px;
}

#social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

#social-links li {
  display: inline-block;
}

#social-links li a {
  background: #00aced;
  border-radius: 100%;
  padding: 12px;
  margin: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#social-links li:first-child a {
  background: #3b5998;
}

#social-links li:last-child a {
  background: #0077b5;
}

#social-links li a svg {
  width: 18px;
  height: 18px;
}

#below-nav input {
  background: rgba(0, 118, 57, 0.2);
  padding: 12px 20px !important;
  width: 165px;
  margin: 2px;
  border: none;
  font-size: 0.8rem;
  border-radius: 50px;
  max-width: 100%;
}

#below-nav input[type="submit"] {
  background: #2862dc;
  border: none;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  width: 120px;
}

/* ---- Mobile Navigation  ---------------------------------------------------------------------------------------------- */

.menu-mobile {
  cursor: pointer;
  display: none;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 1rem;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
}
nav.show li {
  padding: 10px 0;
}

.show-on-mobile .social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
  text-align: center;
  padding-top: 0;
}

.show-on-mobile .social-wrapper > a {
  background: #00aced;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 1rem;
}

.show-on-mobile .social-wrapper > a:first-child {
  background: #3b5998;
}

.show-on-mobile .social-wrapper > a:last-child {
  background: #0077b5;
}

.show-on-mobile > .social-wrapper > a > svg {
  display: block;
  width: 20px;
  height: 20px;
  transform: none;
}

/* ----- new nav ------------------------------------------------------------ */

nav > ul {
  position: relative;
  padding: 0;
  margin: 0;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
}

nav > ul li {
  display: inline-block;
  padding: 1rem 0;
}

nav > ul:before,
nav > ul:after {
  content: "";
  display: table;
}
nav > ul:after {
  clear: both;
}

nav > ul > li a {
  text-decoration: none;
  padding: 0em 1em;
  display: block;
  color: white;
  font-weight: 600;
  font-size: 0.76rem;
  font-size: 0.65rem;
}
nav > ul > li > ul {
  display: none;
  width: 100%;
  background: rgba(58, 58, 58, 0.98);
  padding: 20px;
  position: absolute;
  z-index: 99;
  right: 0;
  max-width: 1200px;
  margin: 2px;
  margin-left: 0px !important;
  margin-top: 10px;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav > ul > li > ul:before,
nav > ul > li > ul:after {
  content: "";
  display: table;
}
nav > ul > li > ul:after {
  clear: both;
}
nav > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
nav > ul > li > ul > li a {
  color: #f7f7f7;
  line-height: 20px;
  padding: 1rem;
  display: block;
}

nav > ul > li > ul > li a:hover {
  background: green;
}
nav > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav > ul > li > ul > li > ul:before,
nav > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
nav > ul > li > ul > li > ul:after {
  clear: both;
}
nav > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
nav > ul > li > ul > li > ul > li a {
  border: 0;
}
nav > ul > li > ul.normal-sub {
  width: 300px;
  right: auto;
  padding: 0;
  margin-top: 18px;
}
nav > ul > li > ul.normal-sub > li {
  width: 100%;
}
nav > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em;
}

nav > ul > li > ul > li > a {
  font-weight: 900;
}

nav > ul > li > ul > li > a {
  font-weight: 900;
}

nav > ul > li > .normal-sub > li > a {
  font-weight: 300;
}

header nav > ul > li > ul > li:first-child {
  display: none;
}

.show-on-mobile > .dropdown > a > svg {
  transform: rotate(-90deg);
}

.normal-sub > li > a > svg {
  width: 1.2rem;
  vertical-align: bottom;
  margin-right: 4px;
}

/* --- Front Page:Ads,Grid --------------------------------------------------------- */

.left-ad-outside {
  display: none;
  position: absolute;
  top: 0;
  width: 120px;
  left: -120px;
}

.right-ad-outside {
  display: none;
  position: absolute;
  top: 0;
  width: 120px;
  right: -120px;
}

@media (min-width: 1440px) {
  .left-ad-outside,
  .right-ad-outside {
    display: block;
  }
}

.fp-news-grid h2 {
  font-weight: 900;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  grid-template-rows: auto;
  margin: 5px;
}

.grid-inner {
  display: flex;
  border: 1px solid #cccccc;
  height: 100%;
}

.grid-wrapper .grid-item:first-child .grid-inner,
.grid-wrapper .grid-item:nth-child(2) .grid-inner {
  flex-direction: column;
  -ms-flex-direction: row;
}

.grid-wrapper .grid-item:first-child .grid-inner .news-content,
.grid-wrapper .grid-item:nth-child(2) .grid-inner .news-content {
  height: 100%;
}

.grid-wrapper .grid-item:first-child .grid-inner > a,
.grid-wrapper .grid-item:nth-child(2) .grid-inner > a {
  max-width: 100%;
  height: 240px;
}

.grid-inner > a {
  display: block;
  position: relative;
  max-width: 280px;
  width: 100%;
  flex: 2;
}

.grid-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

.grid-inner .news-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  flex: 3;
}

.grid-wrapper .grid-item:nth-child(3) .pt-link:after,
.grid-wrapper .grid-item:nth-child(4) .pt-link:after,
.grid-wrapper .grid-item:nth-child(5) .pt-link:after,
.grid-wrapper .grid-item:nth-child(6) .pt-link:after {
  content: "";
  display: none;
}

.grid-inner .newsDateEditor {
  color: #1a1a1a;
  font-weight: 600;
}

.grid-inner h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0 0 1.4em 0;
}

.grid-inner.smaller-news h3 {
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 1.2em 0;
}

.grid-inner.smaller-news .newsDateEditor {
  flex-direction: column;
  font-size: 0.7em;
}

.grid-inner.smaller-news .newsDateEditor svg {
  width: 12px;
}

span.nde-date > svg {
  width: 16px;
  height: 16px;
}

.col-12.rm a {
  margin: 1rem 0;
  padding: 0.6rem 1rem !important;
}

.grid-wrapper .grid-item {
  grid-column: 1 / 3;
  grid-row: auto;
}

@media (min-width: 600px) {
  .grid-wrapper {
    grid-gap: 25px;
    font-size: 18px;
  }

  .grid-wrapper .grid-item:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
  }

  .grid-wrapper .grid-item:nth-child(2) {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
  }

  .grid-inner.smaller-news .newsDateEditor {
    flex-direction: row;
    font-size: 0.9em;
  }
  .grid-inner.smaller-news .newsDateEditor svg {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 992px) {
  .grid-wrapper {
    grid-template-columns: 2fr 3fr;
  }
  .grid-wrapper .grid-item:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 3;
  }

  .grid-wrapper .grid-item:nth-child(2) {
    grid-column: 1 / 1;
    grid-row: 3 / 5;
  }

  .grid-wrapper .grid-item:nth-child(3) {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
  }

  .grid-wrapper .grid-item:nth-child(4) {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
  }

  .grid-wrapper .grid-item:nth-child(5) {
    grid-column: 2 / 2;
    grid-row: 3 / 3;
  }

  .grid-wrapper .grid-item:nth-child(6) {
    grid-column: 2 / 2;
    grid-row: 4/ 4;
  }

  .grid-inner h3 {
    font-size: 1.3em !important;
    line-height: 1.3em !important;
    margin: 0 0 1.4em 0 !important;
  }
}

/* ---- Contact Form ---------------------------------------------------------------------------------------------- */
.wpcf7 input,
textarea {
  background: rgba(0, 0, 0, 0.03);
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  width: 100%;
  max-width: 600px;
  margin: 10px 0;
  padding: 20px;
  outline: none;
}
.wpcf7 input[type="submit"] {
  background: #2d73b1;
  color: white;
  cursor: pointer;
}
.wpcf7 label {
  color: rgba(0, 0, 0, 0.6);
}
div.wpcf7-validation-errors {
  background: #fbc02d;
  border: none;
  color: white;
  border-radius: 4px;
  margin: 0;
  padding: 16px;
}
/* ---- index ---------------------------------------------------------------------------------------------- */

.newsDateEditor {
  display: flex;
  justify-content: space-between;
  color: #999;
  font-size: 0.8rem;
}

.newsDateEditor .nde-date img,
.newsDateEditor .nde-author img {
  width: 1rem !important;
  display: inline-block !important;
  vertical-align: sub;
}

article.col-4 {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 400px;
}

article.col-4.advert {
  align-self: center;
  align-items: center;
}

article.col-4.advert a {
  height: auto;
  overflow: auto;
}

article.col-4.advert img {
  min-height: auto;
  height: auto;
  width: auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 4px;
}

article.col-4 > a {
  //min-width: 340px;
  height: 220px;
  overflow: hidden;
  position: relative;
}

article.col-4 > a > img {
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  min-height: 220px;
  height: auto;
  object-fit: cover;
}

article.col-4:hover .news-content {
  border-color: #cd2127;
}

article.col-4 .news-content {
  padding: 10px 20px 20px 20px;
  border: 1px solid #d6d6d6;
  border-top: none;
  border-radius: 0px 0px 4px 4px;
  display: flex;
  justify-content: space-between;
  flex: 1;
  flex-direction: column;
  transition: 0.2s ease-in-out all;
}

article.col-4.no-image .news-content {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  padding: 20px;
}

.pt-link img {
  display: block;
}

hr.thick-fw {
  width: 100%;
  border-top: 2px solid lightgrey;
  margin-top: 50px;
}

h1 svg {
  height: 3rem;
  vertical-align: sub;
  padding-right: 0.5rem;
}

h2 svg {
  height: 1em;
  vertical-align: -3px;
}

p.date {
  background: #282361;
  color: white;
  display: inline-block;
  border-radius: 4px;
  padding: 12px;
  font-size: 0.9rem;
}

p.author {
  background: #282361;
  color: white;
  display: inline-block;
  border-radius: 4px;
  padding: 12px;
  font-size: 0.9rem;
}

p.author img,
p.date img {
  width: 20px;
  vertical-align: sub;
}

.col-12.rm {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
}
.col-12.rm a {
  color: #cd2127;
  background: white;
  padding: 1rem;
  border: 1px solid;
  border-radius: 4px;
}

.featured-image p {
  color: #999;
  font-size: 0.9rem;
}

.col-12.featured-image > img {
  width: 100%;
  height: 600px;
  object-fit: contain;
  background-color: #f5f5f5;
}

.col-12.featured-image {
  width: 100%;
  max-height: 600px;
  margin-bottom: 50px;
}

.advert-1 {
  max-height: 100px;
  width: 100%;
  max-width: 100%;
  margin: 5px auto 30px auto;
  text-align: center;
}

.advert-2 {
  max-height: 100px;
  width: 100%;
  max-width: 100%;
  margin: 5px auto 150px auto;
  text-align: center;
}

#footer-advert {
  padding-top: 0;
}

#footer-advert .advert-1 {
  margin: 0 auto;
}

#sign-up-newsletter {
  background: linear-gradient(
    20deg,
    rgb(70, 154, 111) 17%,
    rgb(127, 210, 130) 80%
  );
  color: white;
  text-align: center;
  padding: 40px 0;
}

#sign-up-newsletter input {
  background: rgba(255, 255, 255, 0.75);
  padding: 14px 20px !important;
  width: 300px;
  margin: 2px;
  border: none;
  font-size: 0.9rem;
  border-radius: 50px;
  max-width: 100%;
}

#sign-up-newsletter input[type="submit"] {
  background: white;
  border: none;
  border-radius: 50px;
  color: #606060;
  padding: 14px 32px;
  font-size: 0.9rem;
  text-transform: uppercase;
  cursor: pointer;
}

#sign-up-newsletter input.mce_inline_error {
  background: #f1c3c3;
}

div#mce-success-response {
  max-width: 500px;
  margin: 10px auto;
  background: #fff06b;
  color: #111;
  border-radius: 4px;
  padding: 20px;
  font-size: 0.8rem;
}

input:focus,
button:focus {
  outline: none;
}

.featured-news {
}

.featured-news .wp-post-image {
  width: 100%;
}

.featured-news .col-7 {
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 50px;
}

.featured-news .owl-dots {
  width: 100px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}

.featured-news .owl-dot {
  background: #eeeeee;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.featured-news .owl-dot.active {
  background: #9e9e9e;
}

a.pt-link:after {
  content: "";
  background: transparent;
  color: white;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.cat-1 a.pt-link:after {
  background: #cf1c24;
  content: "News & Views";
}

.cat-3 a.pt-link:after {
  background: #f16522;
  content: "Art & Leisure";
}

.cat-16 a.pt-link:after {
  background: #282460;
  content: "Sports";
}

.cat-44 a.pt-link:after {
  background: #2b388f;
  content: "This Irish America";
}

.cat-105 a.pt-link:after {
  background: #8a5d3b;
  content: "Our Irish World";
}

.cat-6 a.pt-link:after {
  background: #652d90;
  content: "Editorial";
}

.cat-4 a.pt-link:after {
  background: #006838;
  content: "Business";
}

.cat-219 a.pt-link:after {
  background: rgb(24, 184, 152);
  content: "Features";
}

.cat-147 a.pt-link:after {
  background: #26a9e0;
  content: "Larry Kirwan";
}

article.col-4.no-image .news-content > a:before {
  background: transparent;
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
article.col-4.no-image.cat-1 .news-content > a:before {
  background: #cf1c24;
  content: "News & Views";
}
article.col-4.no-image.cat-3 .news-content > a:before {
  background: #f16522;
  content: "Art & Leisure";
}
article.col-4.no-image.cat-16 .news-content > a:before {
  background: #282460;
  content: "Sports";
}
article.col-4.no-image.cat-44 .news-content > a:before {
  background: #2b388f;
  content: "This Irish America";
}
article.col-4.no-image.cat-105 .news-content > a:before {
  background: #8a5d3b;
  content: "Our Irish World";
}
article.col-4.no-image.cat-6 .news-content > a:before {
  background: #652d90;
  content: "Editorial";
}
article.col-4.no-image.cat-4 .news-content > a:before {
  background: #006838;
  content: "Business";
}

article.col-4.no-image.cat-219 .news-content > a:before {
  background: #18b898;
  content: "Features";
}

article.col-4.no-image.cat-147 .news-content > a:before {
  background: #26a9e0;
  content: "Larry Kirwan";
}

a.cat-16 {
  color: #29245f !important;
}

a.cat-1 {
  color: #d01c24 !important;
}

a.cat-3 {
  color: #f16523 !important;
}

a.cat-4 {
  color: #006838 !important;
}

a.cat-44 {
  color: #2b388f !important;
}

a.cat-105 {
  color: #8a5d3b !important;
}

a.cat-6 {
  color: #652d90 !important;
}
a.cat-219 {
  color: #18b898 !important;
}

a.cat-147 {
  color: #26a9e0 !important;
}

.sp-1 .date,
.sp-1 .author {
  background: #d01c24;
}

.sp-16 .date,
.sp-16 .author {
  background: #29245f;
}

.sp-3 .date,
.sp-3 .author {
  background: #f16523;
}

.sp-44 .date,
.sp-44 .author {
  background: #2b388f;
}

.sp-4 .date,
.sp-4 .author {
  background: #006838;
}

.sp-105 .date,
.sp-105 .author {
  background: #8a5d3b;
}

.sp-6 .date,
.sp-6 .author {
  background: #652d90;
}

.sp-219 .date,
.sp-219 .author {
  background: #18b898;
}

.sp-147 .date,
.sp-147 .author {
  background: #26a9e0;
}

.bread-cat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.single-cat {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.single-cat svg {
  height: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}
.single-cat a {
  display: inline-block;
  margin-right: 2px;
  margin-left: 5px;
  color: #222;
  font-weight: 600;
}

.classifieds {
  padding: 2rem;
  border: 1px solid #c3d2f5;
  margin-bottom: 20px;
}

.memorials {
  min-height: 150px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
}

.memorials h3 {
  padding-top: 1rem;
}

.memorials img {
  object-fit: cover;
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  float: left;
  margin-right: 1rem;
}
.memorials:after {
  content: "";
  display: block;
  clear: both;
}

div#message.updated p {
  margin: 0;
}

div#message.updated {
  background: #333333;
  color: white;
  font-weight: 600;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 4px;
}

/* ---- featured news ---------------------------------------------------------------------------------------------- */

.row.featured {
  margin-bottom: 50px;
}
.row.featured .featured-news-wrapper > a {
  position: relative;
  display: block;
  margin: 2px;
}

.featured--image {
  height: 300px;
  overflow: hidden;
}

.featured--image > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.featured--image:after {
  content: " ";
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 60%,
    rgba(0, 0, 0, 0.69) 90%
  );
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

.featured--title {
  position: absolute;
  width: 100%;
  background: rgba(208, 28, 36, 0.5);
  color: white;
  bottom: 0;
  padding: 10px;
  min-height: 80px;
}

.featured-news-wrapper.cat-16 .featured--title {
  background: rgba(40, 36, 96, 0.5);
}

.featured-news-wrapper.cat-3 .featured--title {
  background: rgba(241, 101, 34, 0.5);
}

.featured-news-wrapper.cat-4 .featured--title {
  background: rgba(0, 104, 56, 0.5);
}

.featured-news-wrapper.cat-44 .featured--title {
  background: rgba(43, 56, 143, 0.5);
}

.featured-news-wrapper.cat-105 .featured--title {
  background: rgba(138, 93, 59, 0.5);
}

.featured-news-wrapper.cat-6 .featured--title {
  background: rgba(101, 45, 144, 0.5);
}
.featured-news-wrapper.cat-219 .featured--title {
  background: rgba(24, 184, 152, 0.5);
}

.featured-news-wrapper.cat-147 .featured--title {
  background: rgba(38, 169, 224, 0.5);
}

.featured--title h2 {
  font-size: 1.2rem;
  margin: 0;
}

/* ---- archive ---------------------------------------------------------------------------------------------- */

.gallery-view .row .archive-image {
  display: block;
  margin: 10px auto;
  max-width: 400px;
  max-height: 400px;
  background: #111;
  overflow: hidden;
  border-radius: 4px;
}

.gallery-view .row .archive-image > img {
  min-height: 400px;
  width: 100%;
}

figure.gallery-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8bc53f;
  background: linear-gradient(30deg, #9ff1d2, #8bc53f);
  height: 400px;
  max-width: 400px;
}
figure.gallery-placeholder > svg {
  height: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-50 {
  margin-bottom: 50px;
}

figure.event-placeholder {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f48128;
  height: 240px;
  background-image: linear-gradient(
    57deg,
    rgba(250, 217, 97, 0.6313725490196078) 0%,
    rgba(247, 107, 28, 0.63) 100%
  );
}

figure.event-placeholder > svg {
  height: 70px;
}

.start-date {
  color: #888;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  margin: 8px 0;
}

a.event-link {
  background: #bf3137;
  color: white;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: 0.2s ease background;
}

a.event-link:hover {
  background: #ad262a;
}
.event-image-link {
  max-height: 300px;
  overflow: hidden;
  display: block;
  border-radius: 4px;
}

.event-image-link img {
  display: block;
  margin: 0 auto;
}

ul.page-numbers {
  list-style: none;
  display: flex;
  max-width: 500px;
  margin: 50px auto 0px auto;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
}

ul.page-numbers > li {
  height: 50px;
}

span.page-numbers,
a.page-numbers {
  border: 1px solid #eee;
  padding: 10px 14px;
  margin: 0px 0.2rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

span.page-numbers.dots {
  background: none;
  color: black;
  padding: 10px 0px;
  border-color: transparent;
}

span.page-numbers.current {
  //background: #93d578;
  border-color: transparent;
  background: #444;
  color: white;
}

.row.test img {
  margin: 1rem auto;
  display: block;
  padding: 1rem;
}

.headshots .col-3 {
  flex-basis: 25%;
}

.headshots .col-3 > div {
  height: 200px;
  padding: 0.5rem;
  padding-bottom: 3px;
}

.headshots .col-3 > div > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.headshots .col-3 > span {
  padding: 0.5rem;
  padding-top: 0;
  padding-bottom: 2rem;
  display: block;
}

/* ---- gallery ---------------------------------------------------------------------------------------------- */

.owl-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
  margin-top: 10px;
  position: absolute;
  top: -80px;
}

.owl-nav > div {
  background: #8a191e;
  color: white;
  padding: 8px;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 1px;
}

#gallery {
  background: #151515;
  padding: 100px 0;
}

.owl-prev.disabled,
.owl-next.disabled {
  opacity: 0.1;
  color: transparent;
}

#gallery .owl-dots {
  counter-reset: slides-num;
}

#gallery .owl-dots:after {
  content: counter(slides-num);
  padding-left: 5px;
}

#gallery .owl-dot {
  counter-increment: slides-num;
}

#gallery .owl-dot span {
  display: none;
}

#gallery .owl-dot.active:before {
  content: counter(slides-num) " of";
}

#gallery .owl-dots {
  display: flex;
  position: absolute;
  color: white;
  top: -70px;
}

/* -- Gallery List -- */

#gallery.list {
  background: #f5f5f5;
}
section#gallery.list img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section#gallery.list .col-3 {
  height: 200px;
  padding: 1px;
}

/* ---- Other ---------------------------------------------------------------------------------------------- */

div#cookie-bar {
  background: white;
  border-radius: 4px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 20px;
  padding: 25px;
  right: 20px;
  max-width: calc(100vw - 40px);
  z-index: 999999;
}

div#cookie-bar p {
  margin: 0;
  text-align: center;
}

a.cb-enable {
  background: #7fc379;
  color: white;
  display: block;
  border-radius: 4px;
  font-weight: 600;
  padding: 10px;
  margin: 0 auto;
  margin-top: 16px;
  text-align: center;
  width: 200px;
}

p#breadcrumbs {
  color: grey;
  font-size: 1rem;
}

span.breadcrumb_last {
  color: #424242;
}

.the-content {
  max-width: 600px;
  margin: 0 auto;
  border-bottom: 2px solid #ccc;
}

img.alignnone {
  margin: 20px auto;
  display: block;
}

.image-area {
  padding: 20px;
  background: #333;
}

.alignright {
  float: right;
  padding-left: 10px;
}

.alignleft {
  float: left;
  padding-right: 10px;
}

.major-advert {
  background-color: #01637a;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjM1OSAzMDYgNjAxIDM0OSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzAxNTQ2Nzt9LmJ7ZmlsbDojMDE0MzUyO30uY3tmaWxsOiMwMjM0NDA7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMCwwSDU5OS4yNTVBMS43NDUsMS43NDUsMCwwLDEsNjAxLDEuNzQ1djM0NS41MUExLjc0NSwxLjc0NSwwLDAsMSw1OTkuMjU1LDM0OUgzNDlBMzQ5LDM0OSwwLDAsMSwwLDBWMEEwLDAsMCwwLDEsMCwwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTYwIDY1NSkgcm90YXRlKDE4MCkiLz48cGF0aCBjbGFzcz0iYiIgZD0iTTAsMEg1NDUuNDNBMS41NywxLjU3LDAsMCwxLDU0NywxLjU3VjMxMi40M2ExLjU3LDEuNTcsMCwwLDEtMS41NywxLjU3SDMxNEEzMTQsMzE0LDAsMCwxLDAsMFYwQTAsMCwwLDAsMSwwLDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MDYgNjU1KSByb3RhdGUoMTgwKSIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNMCwwSDQ5MS42NkExLjM0LDEuMzQsMCwwLDEsNDkzLDEuMzRWMjY2LjY2YTEuMzQsMS4zNCwwLDAsMS0xLjM0LDEuMzRIMjY4QTI2OCwyNjgsMCwwLDEsMCwwVjBBMCwwLDAsMCwxLDAsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg1MiA2NTUpIHJvdGF0ZSgxODApIi8+PC9zdmc+");
  border-radius: 4px;
  background-size: 500px;
  background-position: bottom left;
  background-repeat: no-repeat;
  color: white;
  //height: 16rem;
  padding: 2rem;
}

.major-advert .btn {
  background: #2295a9;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  margin-top: 200px;
}

.major-advert h2 span {
  color: #35aec0;
  font-weight: 900;
}

.major-advert img {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  height: 330px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
}

.date-location.row {
  margin: 1rem 0;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
}

.date-location.row .col-6 {
  padding: 2rem;
  color: #444;
  font-weight: 600;
}

.date-location.row .col-6 span {
  display: block;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #999;
}

.cta-for-content {
  background: linear-gradient(
    20deg,
    rgb(70, 154, 111) 17%,
    rgb(127, 210, 130) 80%
  );
  color: white;
  padding: 1rem;
  width: calc(100% + 5rem);
  margin-bottom: 2rem;
}

.cta-for-content input {
  width: 95%;
  margin-right: 5%;
  font-size: 1rem;
  height: 100%;
}

.cta-for-content h4,
.cta-for-content h6 {
  font-weight: 900;
  color: white;
}
.cta-for-content h4,
.cta-for-content p {
  margin: 0;
}

.cta-for-content #social-links {
  display: block;
}

.cta-for-content #social-links li a {
  background-color: white;
}

.subscribe-link {
  display: inline-block;
  border-radius: 6px;
  background: linear-gradient(180deg, #03ad54 -20%, #007738 120%);
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.8rem;
  width: 100%;
  max-width: 200px;
  transition: 0.1s ease;
}
.subscribe-link:hover {
  background: linear-gradient(180deg, #535353 -20%, #444 120%);
}

.subscribe-link.grey {
  background: #535353;
  max-width: 260px;
  padding: 0.8rem !important;
}
.subscribe-link.grey:hover {
  background: #444;
}

@media (max-width: 991px) {
  .cta-for-content {
    text-align: center;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .cta-for-content p {
    margin-bottom: 1rem;
  }
  .cta-for-content input {
    margin: 0 0 1rem 0;
    height: auto;
    max-width: 100% !important;
    width: 100%;
  }
}

.home-titles {
  font-weight: 900;
}

.home-titles::after {
  content: "";
  display: block;
  width: 50%;
  margin-left: 25%;
  margin-top: 1rem;
  height: 2px;
  background: green;
}

/* ---- sidebar ---------------------------------------------------------------------------------------------- */

aside {
  flex-direction: column;
}

aside article {
  margin-bottom: 50px;
}

.event-sidebar {
  box-shadow: 0px 2px 11px -1px #c3c3c3;
  margin-bottom: 10px;
  color: #fff;
  border-left: 3px solid #f48128;
  padding: 14px 20px;
  text-align: left;
}

.event-sidebar.frontpage {
  margin: 0.5rem;
}

.event-sidebar h6 {
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}

aside article.ad a {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  display: block;
}

/* ---- Footer ----------------------------------------------------------------------------------------------- */
footer {
  background: #1a1a1a;
  color: white;
}

footer > div {
  position: relative;
  z-index: 99;
}

footer .col-4 {
  padding: 40px;
}

footer ul#social-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul#social-links li {
  padding: 0 20px;
}

footer ul#social-links li a svg {
  height: 22px;
  transition: 0.2s ease all;
}

footer ul#social-links li a svg:hover {
  opacity: 0.86;
}

footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
footer .footer-bottom .copyright {
}

.wibble a {
  color: #5c99af;
}

a.footer-latest {
  display: block;
  margin: 0 0 10px 0;
  background: #333;
  padding: 0.6rem;
  border-radius: 4px;
}

a.footer-latest > p {
  font-weight: 600;
  margin: 0;
}

a.footer-latest > span {
  color: #888;
}

#footer-directory {
  background: #f1f1f1;
  margin-top: 50px;
}

#footer-directory ul {
  list-style: none;
  padding: 0;
  max-width: max-content;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}

#footer-directory ul li {
  padding-bottom: 1.1rem;
  font-size: 1.1rem;
  font-weight: 600;
  min-width: 200px;
  flex: 1 0 33.33%;
}

#footer-directory ul li:last-child {
  flex: 1 0 66.66%;
}

#footer-directory svg {
  width: 25px;
  margin-right: 4px;
  vertical-align: bottom;
}

/* ---- Media Queries -------------------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
  html {
    font-size: 18px;
  }
  article.col-4 {
    padding: 0px 30px;
    padding-bottom: 30px;
  }
  .owl-nav {
    justify-content: flex-end;
  }
  header nav > ul li ul li {
    padding: 0px 0;
  }
  .featured-news .col-7 {
    max-height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .row.featured .featured-news-wrapper {
    flex-basis: 50%;
  }
  header .logo-sub,
  #social-links {
    display: none;
  }
  .desktop-nav {
    display: block !important;
    background: none;
    box-shadow: none;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding: 1rem 0;
  }
  .desktop-nav > form > input[type="search"] {
    background: rgba(0, 118, 57, 0.2);
    padding: 0.8rem;
    width: 60%;
  }
  .desktop-nav > form > input[type="submit"] {
    padding: 0.8rem;
    width: 38%;
  }
  #desktop-search {
    display: none;
  }
}

@media screen and (max-width: 1275px) {
  #subscribe-newsletter {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  #subscribe-link {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #subscribe-link,
  #subscribe-newsletter {
    background: #007639;
    float: right;
  }

  #subscribe-newsletter {
    background: #01ad54;
  }

  .major-advert .btn {
    margin-top: 0px;
  }

  nav > ul > li.mobile-close-menu {
    display: none;
  }
  .major-advert img {
    margin-top: -100px;
  }
  nav {
    margin: 2px;
    margin-top: 1rem;
    background: #333;
  }
  li.social-wrapper {
    display: none;
  }
  .container {
    padding: 0 50px !important;
  }
  //header {padding:0 50px;}
  //footer {padding:0 50px;}
  span.menu-button {
    display: none;
  }
  header .col-3.ad {
    display: flex;
  }
  #below-nav {
    display: block;
  }
  /*
    nav {display: block;}
    nav.show {display: block;}
    header nav>ul {flex-direction: row;margin:40px 0 0 0;}
    */
  header .col-6.logo {
    padding: 0 40px;
  }
  /*
    header nav>ul li ul {
        box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.37);
        flex-direction: row;
        position: absolute;
        top: 53px;
        left:0;
        border-radius: 0px 0px 4px 4px;
        border:none;
        padding: 50px;
    }
    */
  nav.show li {
    padding: 0;
  }
  .col-1 {
    flex-basis: calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1);
  }
  .col-2 {
    flex-basis: calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2);
  }
  .col-3 {
    flex-basis: calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3);
  }
  .col-4 {
    flex-basis: calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4);
  }
  .col-5 {
    flex-basis: calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5);
  }
  .col-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-7 {
    flex-basis: calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7);
  }
  .col-8 {
    flex-basis: calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8);
  }
  .col-9 {
    flex-basis: calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9);
  }
  .col-10 {
    flex-basis: calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10);
  }
  .col-11 {
    flex-basis: calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11);
  }
  .m-r-1 {
    margin-right: calc((100% / 12) * 1);
  }
  .m-l-1 {
    margin-left: calc((100% / 12) * 1);
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .show-on-mobile {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    padding: 1rem;
    background: black;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  #gallery.list .row {
    justify-content: center;
  }
  #gallery.list .col-3 {
    max-width: 300px;
  }

  nav > ul li {
    padding: 0.5rem;
  }

  .menu-mobile {
    display: block;
  }

  header .logo > .col-9 {
    flex: 2;
  }
  header .logo > .col-3 {
    flex: 1;
  }

  header nav > ul {
    display: none !important;
  }
  header nav > ul > li {
    width: 100%;
    float: none;
    display: block;
    position: relative;
  }
  header nav > ul > li a {
    padding: 0.5em !important;
    display: inline-block;
  }

  a.close-mobile-menu {
    width: 100%;
  }

  nav > ul > li.active {
    background: #007639;
  }

  header nav > ul > li > ul {
    position: relative;
  }
  header nav > ul > li > ul.normal-sub {
    box-shadow: none;
    border-radius: 0px;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    background: #1b1b1b;
    height: 100%;
    z-index: 999;
    flex-direction: column;

    opacity: 0.9 !important;

    transition: 0.2s ease-in-out all;
    transform: translateX(100%);
    transition-delay: 0.1s;
  }

  ul.show-on-mobile > li:first-child svg {
    height: 20px;
    width: 20px;
    display: block;
    margin-left: auto;
    transform: rotate(0);
  }

  .normal-sub.active-side-menu {
    display: flex !important;
    transform: translateX(0px);
    overflow-y: scroll;
  }

  ul.show-on-mobile.blur > li > a {
    filter: blur(5px);
  }

  .dropdown a > svg {
    margin-left: 0.5rem;
  }
  li#subscribe-newsletter {
    display: none;
  }

  header nav > ul > li > ul > li {
    float: none;
    width: 100%;
  }
  nav > ul > li a {
    font-size: 0.8rem;
  }
  header nav > ul > li > ul > li:first-child {
    margin: 0;
    text-align: right;
    display: block;
  }
  header nav > ul > li > ul > li:first-child a {
    font-weight: 900;
  }
  header nav > ul > li > ul > li:first-child a:hover {
    background: none;
  }
  header nav > ul > li > ul > li > ul {
    position: relative;
  }
  header nav > ul > li > ul > li > ul > li {
    float: none;
  }
  header nav .show-on-mobile {
    display: flex !important;
    width: 100%;
  }

  .dropdown .dark-area {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 20%;
    cursor: pointer;
    z-index: 999;
  }

  header.sticky nav .show-on-mobile {
    top: 90px;
  }
  .menu-dropdown-icon > a:after {
    display: inline-block;
  }
}

@media only screen and (max-width: 662px) {
  .headshots .col-3 {
    flex-basis: 33%;
  }
  .row.featured .featured-news-wrapper {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .headshots .col-3 {
    flex-basis: 50%;
  }
}

/*SMALL BIZ VOTING STYLES -- to be removed after voting is over*/
/*adds content after header img on small biz page*/
body.postid-92675 p.event-buttons:before {
  display: block;
  margin-bottom: 2rem;
  white-space: pre-line;
  content: "The Irish Echo and the Irish American Business Chamber and Network are joining forces to bring the 2018 Irish Small Business Big Impact 50 Awards to Philadelphia on Friday 18 May. \A \A The Irish Small Business Big Impact 50 in association with MRP will honor the entrepreneurs and business leaders who form the very backbone of the American economy: doers and risk-takers who have ensured that where businesses are being built and wealth created, there you will find the Irish. \A \A We are now inviting our readers to vote for their favorite Irish Small Business Big Impact from our list of 50 honorees. The winners will be announced on the night and will receive a special award.";
}

/*styling vote now button for small biz page*/
body.postid-92675 a.event-link:nth-child(1) {
  background: #5228b1;
  background: linear-gradient(to bottom right, #8a2e9a, #5228b1);
}
/*END SMALL BIZ VOTING STYLES*/

/*Podcast Styling*/
.featured--podcast {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.featured--podcast > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.featured--podcast .btn-listen {
  position: absolute;
  top: 80%;
  left: 53%;
  transform: translate(5%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  color: #01ad54;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
}

.featured--podcast .bob-logo {
  position: absolute;
  top: 20%;
  left: 30%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}

.featured--podcast .podcast-overlay {
  position: absolute;
  top: 55%;
  left: 28%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
}

.featured--podcast .podcast-overlay p {
  font-size: 12px;
  color: #fff;
}

.featured--podcast .podcast-overlay-white {
  position: absolute;
  top: 85%;
  left: 25%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}

.featured--podcast .podcast-overlay-white p {
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .featured--podcast .bob-logo {
    position: absolute;
    top: 20%;
    left: 34%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--podcast .btn-listen {
    position: absolute;
    top: 80%;
    left: 55%;
    transform: translate(5%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    color: #01ad54;
    font-size: 12px;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
  }

  .featured--podcast .podcast-overlay {
    position: absolute;
    top: 55%;
    left: 60%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--podcast .podcast-overlay {
    position: absolute;
    top: 56%;
    left: 32%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--podcast .podcast-overlay-white {
    position: absolute;
    top: 85%;
    left: 26%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--podcast .podcast-overlay-white p {
    font-size: 14px;
    color: #fff;
  }
}

@media only screen and (max-width: 375px) {
  .featured--podcast .bob-logo {
    position: absolute;
    top: 20%;
    left: 34%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--podcast .btn-listen {
    position: absolute;
    top: 80%;
    left: 55%;
    transform: translate(5%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    color: #01ad54;
    font-size: 12px;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
  }

  .featured--podcast .podcast-overlay {
    position: absolute;
    top: 56%;
    left: 29%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--podcast .podcast-overlay-white p {
    font-size: 14px;
    color: #fff;
  }
}
/*END OF PODCAST STYLING*/


/*Legal Notice Styling*/
.featured--legal--notices {
  position: relative;
  height: 300px;
  overflow: hidden;
  background:#1A1A1A;
  display:flex;
  flex:1;

}


.featured--legal--notices .btn-legal {
  position: absolute;
  top: 89%;
  left: 28%;
  transform: translate(5%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #01AD54;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  
}

.legal-overlay-logo{margin-top: 2rem;
  margin-left: 43%;}



.featured--legal--notices .legal-overlay {
  position: absolute;
  top: 66%;
left: 55%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
}
.featured--legal--notices .legal-overlay h2 {
  
  font-size: 28px;
  color: #fff;
  text-transform:uppercase;
  font-weight: bold;
}

.featured--legal--notices .legal-overlay p {
  font-size: 18px;
  color: #fff;
  margin-top: -1.5rem;
}

.featured--legal--notices .legal-overlay i {
  font-size: 16px;
  color: #fff;
}

.featured--legal--notices .legal-overlay-white {
  position: absolute;
  top: 71%;
  left: 45%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}

.featured--legal--notices .legal-overlay-white p {
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .featured--legal--notices .bob-logo {
    position: absolute;
    top: 20%;
    left: 34%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--legal--notices .btn-legal {
   

    position: absolute;
    top: 89%;
    left: 28%;
    transform: translate(5%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #01AD54;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    


  }

  .featured--legal--notices .legal-overlay {
    position: absolute;
    top: 58%;

left: 56%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--legal--notices .legal-overlay {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--legal--notices .legal-overlay-white {
    position: absolute;
    top: 65%;
    left: 35%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--legal--notices .legal-overlay-white p {
    font-size: 14px;
    color: #fff;
  }
}

@media only screen and (max-width: 375px) {
  .featured--legal--notices .bob-logo {
    position: absolute;
    top: 20%;
    left: 34%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--legal--notices .btn-legal {
    
    position: absolute;
    top: 89%;
    left: 23%;
    transform: translate(5%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #01AD54;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
  }

  .featured--legal--notices .legal-overlay {
    position: absolute;
    top: 56%;
    
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--legal--notices .legal-overlay-white p {
    font-size: 14px;
    color: #fff;
  }
}
/*END OF legal notice STYLING*/

/*subscribe Styling*/
.featured--subscribe{
  position: relative;
  height: 300px;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(0, 118, 57) 0%, rgb(39, 173, 84) 100%);

  display:flex;
  flex:1;

}


.featured--subscribe .btn-subscribe {
  position: absolute;
  top: 89%;
  left: 20%;
  transform: translate(5%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #1A1A1A;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  
}


.featured--subscribe .subscribe-overlay {
  position: absolute;
  top: 49%;
left: 55%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
}
.featured--subscribe .subscribe-overlay h2 {
  
  font-size: 28px;
  color: #fff;
  text-transform:uppercase;
  
}

.featured--subscribe .subscribe-overlay p {
  font-size: 18px;
  color: #fff;
  margin-top: -2rem;
  font-weight:bold;
}

.featured--subscribe .subscribe-sub-heading p {
  font-size: 14px;
  color: #fff;
  margin-top: -2rem;
  font-size: 14px;

margin-left: 1.5rem;
font-weight: normal;
}


.featured--subscribe .subscribe-overlay i {
  font-size: 16px;
  color: #fff;
}

.featured--subscribe .subscribe-overlay-white {
  position: absolute;
  top: 71%;
  left: 45%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}

.featured--subscribe .subscribe-overlay-white p {
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .featured--subscribe .bob-logo {
    position: absolute;
    top: 20%;
    left: 34%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--subscribe .btn-subscribe {
    position: absolute;
    top: 89%;
    left: 20%;
    transform: translate(5%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #1A1A1A;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
  }

  .featured--subscribe .subscribe-overlay {
    position: absolute;
    top: 55%;
    left: 61%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--subscribe .subscribe-overlay {
    position: absolute;
    top: 47%;
    left: 55%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--subscribe .subscribe-overlay-white {
    position: absolute;
    top: 65%;
    left: 35%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--subscribe .subscribe-overlay-white p {
    font-size: 14px;
    color: #fff;
  }
}

@media only screen and (max-width: 375px) {
  .featured--subscribe .bob-logo {
    position: absolute;
    top: 20%;
    left: 34%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--subscribe .btn-subscribe {
    position: absolute;
    top: 89%;
    left: 15%;
    transform: translate(5%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #1A1A1A;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
  }

  .featured--subscribe .subscribe-overlay {
    position: absolute;
    top: 46%;
    left: 52%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--subscribe .subscribe-overlay-white p {
    font-size: 14px;
    color: #fff;
  }
  
}
/*END OF subscribe  STYLING*/

/*readers Styling*/
.featured--readers {
  position: relative;
  height: 300px;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(0, 118, 57) 0%, rgb(39, 173, 84) 100%);
  display:flex;
  flex:1;

}


.featured--readers .btn-readers {
  position: absolute;
  top: 89%;
  left: 28%;
  transform: translate(5%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #1A1A1A;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  
}

.readers-overlay-logo svg{
  margin-top: 4.8rem;
margin-left: 60%;}



.featured--readers .readers-overlay {
  position: absolute;
  top: 58%;
left: 60%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
}
.featured--readers .readers-overlay h1 {
  
 
  color: #fff;
  text-transform:uppercase;
  font-size: 3.2rem;
  margin-top: -1rem;
}

.featured--readers .readers-overlay p {
  font-size: 18px;
  color: #fff;
  margin-left: -2rem;
}

.featured--readers .readers-overlay i {
  font-size: 16px;
  color: #fff;
}

.featured--readers .readers-overlay-white {
  position: absolute;
  top: 25%;
  left: 28%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}

.featured--readers .readers-overlay-white  p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;

}


.featured--readers .readers-heading-overlay-white {
  position: absolute;
  top: 50%;
left: 68%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}
.featured--readers .readers-heading-overlay-white  p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-left: -1.5rem;
  font-weight: bold;
  
}






@media only screen and (max-width: 1200px) {
  .featured--readers .bob-logo {
    position: absolute;
    top: 20%;
    left: 34%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--readers .btn-readers {
   

    position: absolute;
    top: 89%;
    left: 28%;
    transform: translate(5%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #1A1A1A;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;


  }

  .featured--readers .readers-overlay {
    position: absolute;
    top: 55%;
    left: 60%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--readers .readers-overlay {
    position: absolute;
    top: 56%;
    left: 57%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--readers .readers-overlay-white {
    position: absolute;
    top: 25%;
    left: 24%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--readers .readers-overlay-white p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
  }

  .featured--readers .readers-overlay h1 {
  
 
    color: #fff;
    text-transform:uppercase;
    font-size: 2.5rem;
    margin-top: -1rem;
    margin-left: 15%;
  }
}

@media only screen and (max-width: 375px) {
  .featured--readers .bob-logo {
    position: absolute;
    top: 20%;
    left: 34%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--readers .btn-readers{
    
    position: absolute;
    top: 89%;
    left: 23%;
    transform: translate(5%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #1A1A1A;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
  }

  .featured--readers .readers-overlay {
    position: absolute;
    top: 56%;

left: 56%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }
  

  .featured--readers .readers-overlay-white p {
    font-size: 14px;
    color: #fff;
  }
  .featured--readers .readers-heading-overlay {
    position: absolute;
    top: 56%;

left: 56%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .featured--readers .readers-heading-overlay-white p {
    font-size: 16px;
    color: #fff;
  }
  .featured--readers .readers-overlay h1 {
  
 
    color: #fff;
    text-transform:uppercase;
    font-size: 2rem;
    margin-top: -1rem;
    margin-left: 32%;
  }
}

/*END OF readers STYLING*/

/*The Big Irish Echo Campfire -- to be removed after event is over (28 August 2020) */
body.postid-108577 a.event-link {
  background: #ed8d41;
}
body.postid-108577 div.is--page a {
  color: #ed8d41;
}
body.postid-108577 .date-location.row {
  display: none;
}
body.page-id-108763 div.is--page a {
  color: #ed8d41;
  font-weight: bold;
  transition: 0.2s;
}
body.page-id-108763 div.is--page a:hover {
  color: #333339;
}
/* speakers page */
body.page-id-108767 div.campfire-speakers {
  border-left: 5px solid #E88D4B;
  margin: 30px 0;
  padding-left: 15px;
}
body.page-id-108767 div.campfire-speakers div.bio {
  display: flex;
  align-items: center;
}
/*END OF The Big Irish Echo Campfire*/