/*
Theme Name: JERICO-RI
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Blue Lobster IT Limited
Author URI: http://www.bluelobster.co.uk
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.jerico-logo {
  width: 300px;
  height: 111px;
  float: left;
  position: relative;
  top: 0px;
  z-index: 9999999;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .jerico-logo {
    top: 20px;
  }
}

@media (min-width: 1200px) {
  .jerico-logo {
    position: absolute;
	z-index: 0;  
    top: 20px;
  }
	.admin-bar  .jerico-logo {
    position: absolute;
    top: 50px;
  }
}

@media (max-width: 575.98px) {
  .jerico-logo {
    width: 180px;
    height: 66px;
    float: left;
    position: relative;
    top: 10px;
  }
  .mean-container a.meanmenu-reveal {
    position: relative;
    top: 15px !important;
  }
}

.jerico-nav {
  width: 100%;
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .jerico-nav {
    width: 100%;
    position: relative;
    top: -80px;
    margin-bottom: -60px;
  }
  #main-nav {
    margin-top: 4em;
  }
  .interact-nav {
    position: relative;
    top: -20px;
  }
  #mobile-main-nav {
    margin-top: -2.5em;
    margin-bottom: -2.5em;
    position: relative;
    left: 3px;
  }
}

#news-signup {
  width: 290px;
}

.social-icons {
  color: #0d7fc2;
  margin-right: 1em;
  position: relative;
  z-index: 500;
}

.social-icons a:hover {
  text-decoration: none;
  color: #6c757d;
}

.social-icons-footer {
  color: #0d7fc2;
  float: right;
  margin-top: 110px;
  font-size: 2em;
}

.social-icons-footer a:hover {
  text-decoration: none !important;
  color: #0d7fc2;
}

@media (max-width: 767.98px) {
  .social-icons-footer {
    margin-top: 1em;
    margin-bottom: 2em;
    float: none;
    text-align: center;
    width: 100%;
    display: block;
  }
}

.interact-nav {
  text-align: right;
  margin-bottom: 1.5em;
  position: relative;
  top: -18px;
  /*margin-top: .5em;*/
}

.navbar-toggler {
  float: right;
  position: absolute;
  right: 0.3em;
  top: 0em;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
}

@media (max-width: 1199.98px) {
  .navbar-toggler {
    display: none;
  }
  .fa-home {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .jerico-nav {
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: -5em;
    top: -66px;
  }
  #main-nav {
    margin-top: 5em;
    padding-bottom: 1em;
    margin-bottom: -5em;
  }
}

.menu-home {
  display: none;
}

.fa-home {
  color: #0d7fc2;
}

/* Carousel */

.carousel-wave {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.carousel img {
  min-height: 300px;
  max-height: 505px;
}

.carousel-indicators {
  bottom: 2em;
}

.carousel-caption {
  text-align: left;
  top: 3em;
  left: 0;
  width: 100%;
}

.carousel-caption-inner {
  position: relative;
}

.container-inner {
  max-width: 100%;
}

.carousel a:hover {
  text-decoration: none !important;
}

.carousel-caption h2 {
  font-size: 3em;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.carousel-caption h3 {
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.carousel-caption p {
  margin-top: 1em;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199.98px) {
  .container-inner {
    max-width: 100%;
  }
  .carousel-caption h2 {
    font-size: 2em;
  }
  .carousel-caption h3 {
    font-size: 1.1em;
  }
}

@media (max-width: 991.98px) {
  .carousel-caption {
    text-align: center;
    top: 0;
    max-width: 100%;
  }
  .container-inner {
    max-width: 100%;
  }
  .carousel-caption h2 {
    font-size: 2em;
  }
  .carousel-caption h3 {
    font-size: 1.1em;
  }
  .carousel-caption .btn-lg {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

@media (max-width: 575.98px) {
  .carousel-indicators {
    display: none;
  }
}

/* Info Section */

.info-wrapper {
  width: 100%;
  height: auto;
  background: #f2f4fa;
  padding-bottom: 1em;
}

.wave {
  width: 100%;
  height: auto;
  margin-top: -6px;
}

.buoy {
  position: relative;
  top: 1.5em;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .buoy {
    max-width: 200px;
  }
}

.page-title {
  font-size: 1.8em;
  color: #0d7fc2;
  font-weight: 700;
  margin-bottom: 1em;
}

/* Divider */

.divider {
  width: 100%;
  height: 24px;
  overflow: hidden;
  background: url("../jerico-ri/inc/assets/images/divider.png") center no-repeat;
  text-align: center;
  margin: 2em 0;
}

@media (max-width: 575.98px) {
  .divider {
    width: 100%;
    background-size: 215.6px 12px;
  }
}

/* News */

.more-news {
  position: relative;
  top: 6px;
}

#news-title {
  font-size: 1.8em;
  color: #0d7fc2;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.news-img {
  width: 255px;
  height: 186px;
  max-width: 100%;
  overflow: hidden;
  /* float: left; */
  display: inline-block;
  box-sizing: border-box;
  margin-right: 1em;
}

.news-img img {
  width: 255px;
  height: 186px;
  max-width: 100%;
  object-fit: cover;
}

.news-feature-img {
  width: 445px;
  height: 325px;
  max-width: 100%;
  margin-bottom: 1em;
}

.news-feature-img img {
  width: 445px;
  height: 325px;
  max-width: 100%;
  object-fit: cover;
}

.news-content {
  display: inline-block;
  width: calc(100% - 255px - 2em);
  box-sizing: border-box;
}

.news-item {
  width: 100%;
  position: relative;
  display: flex;
  clear: both;
  padding-bottom: 2em;
}

.news-item-feature {
  width: 100%;
  position: relative;
  display: flex;
  clear: both;
  padding-bottom: 1em;
}

.news-feature-title,
.news-title {
  font-size: 1.1em;
  color: #0d7fc2;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

.news-feature-title a:hover,
.news-title a:hover {
  color: #0d7fc2;
  text-decoration: none;
}

.news-date,
.news-feature-date {
  color: #6c757d;
  font-size: 0.9em;
  margin-bottom: 1em;
}

.news-feature-link,
.news-link {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .news-feature-img {
    width: 370px;
    height: 270px;
  }

  .news-feature-img img {
    width: 370px;
    height: 270px;
  }

  #language-selector {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .news-feature-img {
    width: 255px;
    height: 186px;
    max-width: 100%;
    overflow: hidden;
    /* float: left; */
    display: inline-block;
    box-sizing: border-box;
    margin-right: 1em;
  }

  .news-feature-img img {
    width: 255px;
    height: 186px;
    max-width: 100%;
    object-fit: cover;
  }
  .news-feature-content {
    display: inline-block;
    width: calc(100% - 255px - 2em);
    box-sizing: border-box;
  }
}

@media (max-width: 575.98px) {
  .news-item,
  .news-item-feature {
    display: block;
  }

  .news-img,
  .news-img img,
  .news-feature-img,
  .news-feature-img img {
    width: 100%;
    height: auto;
    float: none;
    display: block;
    margin: 0;
  }

  .news-img,
  .news-feature-img {
    margin-bottom: 1em;
  }

  .news-content,
  .news-feature-content {
    display: block;
    width: 100%;
  }
}

/* End News */

/* Events */

#events-title {
  font-size: 1.8em;
  color: #0d7fc2;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
#events a {
  text-decoration: none !important;
  color: inherit;
}

.event {
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 1px #e0e0e0 solid;
  min-height: 261px;
  margin-bottom: 2em;
}

.event-day {
  font-size: 4.2em;
  font-weight: 700;
  line-height: 1em;
}

.event-month {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.25em;
}

.event-year {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.5em;
}

.event-title {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.event.first {
  background: #0d7fc2;
  border: 1px #0d7fc2 solid;
  color: #fff;
}

.event.first a {
  color: #c3eeff;
}

/* Roundals */

.roundal {
  display: block;
  margin: 0 auto;
  max-width: 250px;
}

/* End Events */

.eu-flag {
  background: url("../jerico-ri/inc/assets/images/eu-flag.png") no-repeat;
  background-size: 40px 27px;
  width: 40px;
  height: 27px;
  display: block;
  float: left;
  margin-right: 0.5em;
  position: relative;
  top: 30px;
}

.eu-text {
  padding-left: 55px;
}

.flag-row {
  clear: both;
  padding: 0 1em;
}

.footer-svg {
  width: 100%;
  height: 576px;
  overflow: hidden;
  background: url("../jerico-ri/inc/assets/images/footer.svg") center no-repeat;
  background-size: 3620px 576px;
  text-align: center;
  margin-bottom: -80px;
}

@media (max-width: 575.98px) {
  .footer-svg {
    background-size: 1885px 300px;
    height: 300px;
  }
}

header#masthead {
  margin-bottom: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem 0.25rem 1rem;
}

@media (max-width: 1199.98px) {
  header#masthead {
    padding: 0.5rem 1rem 0;
  }
}

@media (max-width: 575.98px) {
  header#masthead {
    padding: 0.5rem 1rem 0;
  }
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #6c757d;
  font-weight: 700;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  #masthead nav {
    top: -18px;
  }
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #6c757d;
  padding: 0.5rem;
  /* font-weight: 500; */
  font-size: 1rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active)
  #masthead
  .navbar-nav
  > li.current_page_item
  > a {
  color: #0d7fc2;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children
  > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children:hover
  > .dropdown-menu {
  display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children:hover
  > a:after {
  border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children.pull-left
  > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
  font-size: 1rem;
}

.dropdown-menu {
  min-width: 14rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Language Selector
--------------------------------------------------------------*/
.lang-container {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  font-size: 1rem !important;
}

.lang-selector {
  z-index: 9999999;
}

.lang-dropdown-btn {
  background-color: #ffffff;
  color: #6c757d;
  padding: 0.25rem;
  margin-right: 0.2rem;
  margin-bottom: 0.5em;
  border: none;
  width: 7rem;
  cursor: pointer;
  text-align: right;
}

.lang-dropdown-btn:hover,
.lang-dropdown-btn:focus {
  color: #0d7fc2;
  border: none;
  outline: 0;
}

.lang-dropdown-content {
  display: none;
  position: absolute;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  width: 7rem;
  z-index: 9999999;
  background-color: #ffffff;
  font-size: 1rem !important;
}

.lang-dropdown-content a {
  color: #6c757d;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  width: 7rem;
  display: block;
}

.lang-dropdown-content p {
  color: #afb0b1;
  padding: 0.5rem 1rem;
  margin: 0;
  line-height: 1.5;
  cursor: default;
  text-decoration: none;
}

/* Change color of dropdown links on hover */
.lang-dropdown-content a:hover {
  color: #0d7fc2;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

@media screen and (max-width: 991px) {
  .lang-container {
    float: none;
    margin-left: 60%;
    font-size: 0.95rem;
  }

  .lang-selector {
    position: relative;
    margin-top: 0.85rem;
    margin-bottom: -4rem;
  }

  .lang-dropdown-btn {
    text-align: center;
  }

  .lang-dropdown-content {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .lang-container {
    display: inline;
    float: right;
    margin-top: -0.7rem;
    margin-bottom: -1.8rem;
  }

  .lang-selector {
    position: relative;
  }

  .lang-dropdown-btn {
    text-align: right;
  }

  .lang-dropdown-content {
    text-align: center;
  }
}

@media screen and (max-width: 575.98px) {
  .lang-container {
    margin-top: -1.15rem;
    margin-bottom: -1.1rem;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.sticky .entry-title::before {
  content: "\f08d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/* Content */

h1.entry-title {
  color: #0d7fc2;
  font-size: 1.8em;
  font-weight: 700;
}

h3.entry-title.single-title {
  color: #0d7fc2;
  font-size: 1.8em;
  font-weight: 700;
}

/* Table */

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 1px solid #dee2e6;
}

table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.css-events-list table.events-table td {
  padding: 0.75rem;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

table th,
table td {
  border: 1px solid #dee2e6;
}

table thead th,
table thead td {
  border-bottom-width: 2px;
}

table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-wave {
  width: 100%;
  margin-bottom: -5px;
  height: auto;
}

#jerico-footer-widget {
  color: #fff;
  min-height: 608px;
  background-color: #121c2f;
  background: url("../jerico-ri/inc/assets/images/eu-map.jpg") bottom right
    no-repeat;
}

#jerico-footer-widget .nav-link {
  padding: 0.5rem 0;
}

#jerico-footer-widget h3.widget-title {
  color: #fff;
}

#jerico-footer-widget .nav-link:hover {
  background: transparent;
}

.footer-logo {
  width: 300px;
  position: relative;
  top: -4em;
  float: right;
}

.sign-up-footer {
  width: 300px;
}

.sign-up-footer .form-control {
  width: 100%;
}

.lobster-link {
  width: 100%;
  text-align: right;
}

@media (max-width: 575.98px) {
  .sign-up-footer {
    width: 180px;
  }
  .footer-logo {
    width: 200px;
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .site-info {
    margin-top: 1em;
    text-align: center;
  }
}

footer#jerico-footer {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#jerico-footer {
  color: #fff;
  background-color: #121c2f;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#jerico-footer a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/* 
#wpadminbar, .grecaptcha-badge {
  display: none;
}

html {
  margin-top: 0 !important; 
} */

#tna-text {
  margin: 30px 0;
  font-family: "Lato-Light";
}

#map {
  height: 70vh;
  position: relative;
}

.ol-attribution {
  display: none;
}

.fill {
  width: 100%;
  height: 100%;
}

#popmap {
  height: 100%;
  width: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

#popmap .ui-dialog {
  width: 90% !important;
  height: 90% !important;
  overflow: auto;
  top: 5% !important;
  left: 5% !important;
  border: 1 solid #c5c5c5;
  backgorund: #fff;
}

#popmap table {
  width: 100%;
}

.ui-widget {
  font-family: "Lato-Regular" !important;
}

.view-button {
  margin-bottom: 10px !important;
  background-color: #0d7fc2 !important;
  color: white !important;
  border: none !important;
  float: right !important;
  padding: 5px 10px;
}

#sidebar1 .textwidget {
  padding-left: 18px;
  font-family: "Lato-Regular";
}

.google-maps {
  height: 300px;
}

#partner-address-content {
  min-height: 150px;
  border: 1px solid grey;
  padding: 10px;
  border-radius: 5px;
  margin-right: 2%;
}

#partner-address-content p {
  margin-bottom: 0px;
}

#loginform input.input,
#lostpasswordform input.input,
#registerform input.input,
#registerform input[type="text"],
#registerform select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#wp-submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #0d7fc2;
  border-color: #0d7fc2;
}

#wp-submit:hover {
  color: #fff;
  background-color: #0d7fc2;
  border-color: #0d7fc2;
}

.wpcf7 .form-control {
  margin-bottom: 1em;
}
#post-469 #map.tna-map {
  width: 100% !important;
  margin-left: 0 !important;
}

a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
  color: #0d7fc2 !important;
}

.grecaptcha-badge {
  display: none;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0 !important;
}

.menu-previous-project .dropdown.menu-item-has-children > .dropdown-menu {
  right: 100% !important;
  left: auto !important;
}

.menu-item-6470 .dropdown.menu-item-has-children > .dropdown-menu {
  right: 100% !important;
  left: auto !important;
}

.post-edit-link {
  display: none;
}

.mean-bar {
  position: relative;
  top: 20px;
  margin-bottom: -1em;
}

.mean-bar span span {
  position: relative;
  top: -7px;
}

.carousel-wave {
  margin-bottom: -1px;
}

/* .menu-previous-project .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
  right: 100% !important;
  margin-left: 0px !important;
} */

.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 0px !important;
}

.mean-container .mean-nav ul {
  padding-top: 80px !important;
}

@media (max-width: 767.98px) {
  #partner-address {
    margin-bottom: 1em;
  }
}

.widget_yikes_easy_mc_widget .widget-title,
.widget_yikes_easy_mc_widget span.EMAIL-label,
.widget_yikes_easy_mc_widget .edit-link {
  display: none;
}

.yikes-easy-mc-email {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
  padding: 0.375rem 0.75rem !important;
  min-height: 10px !important;
  /*position: relative;
  top: -23px;*/
}

.empty-label {
  display: none;
}

@media (max-width: 575.98px) {
  .yikes-easy-mc-form label.label-inline {
    padding-right: 0 !important;
  }
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

#sign-up-2 input {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  display: block;
  width: 290px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#sign-up-2 button.yikes-easy-mc-submit-button {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
  width: 80px;
}

#sign-up-2 {
  width: 430px;
  position: relative;
  top: 25px;
  left: 30px;
}

@media (max-width: 991.98px) {
  #sign-up-2 {
    display: none;
  }
}

section#yikes_easy_mc_widget-3,
section#yikes-mailchimp-container-2 {
  display: inline !important;
}

#sign-up-2.yikes-easy-mc-form label.label-inline {
  width: unset !important;
}

footer.entry-footer {
  display: none !important;
}

#post-6313 h1.entry-title {
  display: none;
}

#post-6313 iframe {
  border: 0;
}

#post-6313 .entry-content {
  margin-top: -1em;
}

@media all and (-ms-high-contrast: none) {
  #wave,
  #footer-wave {
    display: none;
  } /* IE10 */
  *::-ms-backdrop,
  #wave {
    display: none;
  } /* IE11 */
  *::-ms-backdrop,
  #footer-wave {
    display: none;
  } /* IE11 */
  *::-ms-backdrop,
  .infographic {
    width: 800px;
    height: 1700px;
    display: block;
    margin: 0 auto;
  } /* IE11 */

  *::-ms-backdrop,
  .footer-svg {
    margin-bottom: -160px;
  }
}

#bl-widgets-2 ul,
#bl-widgets-3 ul {
  margin: 0;
  padding: 0;
}

#bl-widgets-2 ul li,
#bl-widgets-3 ul li {
  list-style: none;
  margin-bottom: 1em;
}

#bl-widgets-2 img,
#bl-widgets-3 img {
  margin-left: 1em;
  width: 100%;
  height: 68px;
  object-fit: cover;
}

#bl-widgets-2 div,
#bl-widgets-3 div {
  color: #757575;
}

#bl-widgets-2 a,
#bl-widgets-3 a {
  margin-bottom: 0.5em;
}

#bl-widgets-2 h3,
#bl-widgets-3 h3 {
  color: #0d7fc2;
  font-weight: 700;
}

#nav_menu-6 .widget-title,
#nav_menu-7 .widget-title,
#nav_menu-9 .widget-title {
  color: #0f74ba;
  padding-left: 10px;
  margin-top: 0px;
}

#nav_menu-6.widget_nav_menu,
#nav_menu-7,
#nav_menu-9.widget_nav_menu {
  background-color: #ededed;
  padding: 10px;
}

#nav_menu-6 a.nav-link,
#nav_menu-7 a.nav-link,
#nav_menu-9 a.nav-link {
  padding-top: 0px;
  padding-bottom: 2px;
}

#nav_menu-6 ul.sub-menu,
#nav_menu-7 ul.sub-menu,
#nav_menu-9 ul.sub-menu {
  margin-left: 15px;
}

#nav_menu-3 .widget-title {
  color: #0f74ba;
  padding-left: 10px;
  margin-top: 0px;
}

#nav_menu-3.widget_nav_menu {
  background-color: #ededed;
  padding: 10px;
}

#nav_menu-3 a.nav-link {
  padding-top: 0px;
  padding-bottom: 2px;
}

#nav_menu-3 ul.sub-menu {
  margin-left: 15px;
}

.home .breadcrumbs {
  display: none;
}

.post .byline {
  display: none;
}
