@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700|Oxygen:300,400');
body {
  font-family: 'Oxygen', sans-serif;
  background: #ededed;
}

.grid-x.site-content {
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
  background: #fbfbfb;
}

h1 {
  font-size: 1.41em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h4.sidebar-footer-h {
  padding-top: 0.5em;
  padding-bottom: 0.9em;
  padding-left: 10px;
}

h5 {
  font-size: 1.01em;
}

h1, h2, h3 {
  font-weight: 100;
}

h1.site-title {
  font-size: 1.72em;
}

h1.site-title a {
  text-decoration: none;
  color: #02599D;
  font-size: 1.6em;
}

h1.site-title, p.site-title {
  margin: .1em 0;
  font-weight: 100;
  font-family: Oxygen;
}

h2.widget-title {
  margin-top: 1.6em;
}

.top-bar {
  background-color: RGBA(245, 245, 245, 0.82);
  padding: 0;
}

.top-bar ul {
  background: none;
}

.site-branding {
  background-color: RGBA(245, 245, 245, 0.82);
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.18);
}

.site-header {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header-aria {
  height: 48vh;
}

.header-min-aria {
  min-height: 260px;
}

p.site-title a {
  text-decoration: none;
  color: #02599D;
  font-size: 1.9em;
}

p.site-description {
  padding: 0.2em 0 0.8em 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.85em;
}

p.site-destination {
  padding: 0.3em 0 0.01em 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.85em;
}

.vertical-center-parent {
  display: flex;
  align-items: center;
}

.site-logo img {
  border-radius: 3px;
  box-shadow: 0px 0px 0px rgba(30, 30, 30, 0.6);
}

.p-t-topbar {
  background: RGBA(245, 245, 245, 0.82);
  font-size: 0.85rem;
  box-shadow: -1px -1px -2px rgba(100, 100, 100, 0.18);
}

.p-t-topbar::before, .p-t-topbar::after {
  content: ' ';
  display: table;
}

.p-t-topbar::after {
  clear: both;
}

.p-t-topbar ul:first-child {
  float: left;
}

.p-t-topbar ul:last-child {
  /*float: right;*/
}

.p-t-topbar .topbar-title>a {
  font-size: 1rem;
  opacity: 0.9;
}

.p-t-topbar .topbar-title>a>img {
  position: relative;
  top: -1px;
}

.p-t-topbar .menu a {
  min-height: 45px;
  line-height: 45px;
  color: #02599D;
  padding-top: 0;
  padding-bottom: 0;
}

.p-t-topbar .menu a:hover:not(.button), .p-t-topbar .menu a:focus {
  background: RGBA(2, 88, 155, 0.90);
  color: #9CD5E6;
}

.p-t-topbar .menu a.button {
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
}

.p-t-topbar .menu.submenu {
  border: 0;
  margin-left: -1px;
}

.p-t-topbar .title {
  color: #8a8a8a;
  padding: 10px;
  padding-left: 15px;
  font-size: 0.8em;
  background: RGBA(245, 245, 245, 0.86);
}

.p-t-topbar .is-active a {
  background: RGBA(2, 88, 155, 0.80)!important;
  color: #fafafa!important;
}

.p-t-topbar .is-active a:hover {
  background: RGBA(2, 88, 155, 0.90)!important;
  color: white;
}

.p-t-topbar .menu img {
  position: relative;
  top: -2px;
}

.p-t-topbar .menu:last-child {
  /*  border-left: 1px solid #4e4e4e; */
}

.p-t-topbar .menu li:not(:last-child) {
  border-right: 1px solid RGBA(2, 88, 155, 0.90);
}

.current-menu-item {
  background-color: #c0c0c0;
}

.title-bar {
  min-height: 45px;
  background: #02599D;
  color: #fefefe;
}

#content {
  padding-top: 1.15em;
  padding-bottom: 1.75em;
}

.main-slider-container {
  width: 100%;
  min-height: 490px;
}

.main-p-slides {
  min-height: 400px;
  width: 100%;
}

.main-p-captions {
  min-height: 170px;
  width: 90%;
  background: rgba(40, 40, 40, 0.68);
  margin: 0 auto;
  margin-top: -220px;
  padding: 4px 12px;
  border-radius: 1px;
  border-bottom: 3px solid #02599D;
}

.main-p-slides .slick-prev {
  left: 10px;
  z-index: 100;
}

.main-p-slides .slick-next {
  right: 20px;
  z-index: 100;
}

.main-p-slides .slick-prev:before, .slick-next::before {
  color: #fcfcfc;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
}

.main-p-slides .slick-next:before, .slick-next::before {
  color: #fcfcfc;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
}

.main-p-slides .slick-slide {
  height: 440px;
}

.main-p-slides .slick-dots {
  top: 10px;
}

.main-p-slides .slick-dots li button::before {
  font-size: 12px;
  color: #02599D;
}

.main-p-slides .slick-dots li.slick-active button:before {
  color: #02599D;
}

.slider-box {
  overflow: hidden;
  height: 480px;
  width: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
}

.main-p-captions h3 {
  margin: 0;
  padding: 0;
}

.main-p-captions h3 a {
  color: #fefefe;
  font-size: 1.45em;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
  text-decoration: none;
}

.main-p-captions h3 a:hover {
  color: #5BA4D3;
}

.main-p-captions p {
  color: white;
  font-weight: 900;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
}

@media screen and (max-width: 39.9375em) {
  .home-slide-caption p {
    display: none;
  }
  h1.site-title a {
    font-size: 1.11em;
  }
  .main-slider-container {
    width: 100%;
    min-height: 320px;
    height: 320px;
    flex: 1;
    position: relative;
    margin-bottom: 20px;
  }
  .main-p-slides {
    min-height: 220px;
    width: 100%;
  }
  .main-p-slides .slick-prev:before, .slick-next::before {
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
  }
  .main-p-slides .slick-next:before, .slick-next::before {
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
  }
  .main-p-captions {
    min-height: 20px;
    width: 85%;
    background: rgba(40, 40, 40, 0.68);
    margin: 0 auto;
    padding: 4px 12px;
    border-radius: 1px;
    border-bottom: 3px solid #02599D;
    position: absolute!important;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-p-slides .slick-slide {
    height: 320px;
  }
  .main-p-captions h3 a {
    color: #fefefe;
    font-size: 1.25em;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
    text-decoration: none;
  }
  .main-p-slides .slick-prev {
    left: 0px;
    z-index: 100;
  }
  .main-p-slides .slick-next {
    right: 5px;
    z-index: 100;
  }
}

.site-footer {
  min-height: 80px;
  padding: 20px 0px;
  color: #b0b0b0;
}

.site-info {
  text-align: center;
}

.x-main-navigation {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  max-width: 2200px;
  margin: 0 auto;
}

.content-loop-main .card {
  border: 0;
  border-top: 4px solid #02599D;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.15);
}

.content-loop-main .card img {
  max-width: 100%;
  margin: 0 auto;
}

.content-loop-main .card-section {
  padding-top: 0;
}

h1, h2, h3, h4 {
  font-family: Oswald;
}

h1.entry-title {
  font-size: 2.3em;
  padding-top: 0.5em;
  padding-bottom: 0.75em;
}

h1.archive.page-title {
  border-bottom: 3px solid #f0f0f0;
  padding-bottom: 0.5em;
  margin-bottom: 1.1em;
}

h2.entry-title {
  margin-top: 1em;
}

h2.entry-title a {
  text-decoration: none;
}

.left-right-padder {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
}

a, a:visited {
  color: #02599D;
}

a:hover, a:active, a:focus {
  color: #5BA4D3;
}

.card .entry-footer {
  border-top: 1px solid #dfdfdf;
}

.cat-links {
  font-size: 0.8em;
}

.cat-links a {
  padding: 3px;
  text-transform: uppercase;
  font-size: 0.95em;
}

.tags-links {
  font-size: 0.8em;
}

.tags-links a {
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 0.75em;
  text-decoration: none;
}

a.p_t_read_more {
  font-size: 0.5em;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 2px 8px;
  text-transform: uppercase;
  font-size: 0.75em;
  text-decoration: none;
  display: inline-block;
}

.main-p-captions a.p_t_read_more {
  font-size: 0.5em;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  text-decoration: none;
  color: #f9fafa;
}

h4.side-menu-header {
  border-top: 1px solid #ebebeb;
  margin-top: 0;
  padding-top: 0.7em;
}

#secondary ul.vertical.menu.accordion-menu {
  border-top: 1px solid #9AD5E7;
  margin-bottom: 2rem;
}

#secondary ul.vertical.menu.accordion-menu li {
  border-bottom: 1px solid #9AD5E7;
}

#secondary ul.vertical.menu.accordion-menu li.current-menu-item {
  background-color: #f0f0f0;
}

#secondary ul.vertical.menu.accordion-menu .is-accordion-submenu-item a {
  margin-left: 15px;
}

.parrocchie-ref {
  border-top: 1px solid #9AD5E7;
  border-bottom: 1px solid #9AD5E7;
  display: block;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  padding: 0.6em 0.2em;
}

.parrocchie-links {
  font-size: 0.8em;
}

a.parrocchie-links {
  background-color: #5ba4d3;
  color: #fdfdfd;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 0.85em;
  text-decoration: none;
}

a.parrocchie-links:hover {
  background-color: #c0c0c0;
  color: #fdfdfd;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 0.85em;
  text-decoration: none;
}

.archive-loop {
  border-bottom: 1px solid #efefef;
  padding-bottom: 1em;
}

.nav-previous {
  float: left;
  width: 49%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 49%;
}

.nav-previous a::before {
  font-family: "dashicons";
  content: "\f341 ";
}

.nav-next a::after {
  font-family: "dashicons";
  content: " \f345";
}

.navigation.posts-navigation h2.screen-reader-text, .navigation h2.screen-reader-text {
  display: none;
}

.navigation.post-navigation {
  margin-top: 3.5em;
  padding-top: 0.7em;
  border-top: 1px solid #d0d0d0;
}

.p_t_gallery-item img {
  margin: 0.4em;
}

.posted-on, .byline {
  font-size: 0.78em;
  text-transform: uppercase;
}

.posted-on a, .author.vcard a {
  text-decoration: none;
}

.parrocchie-ref-small {
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
}

.parrocchie-ref-small .sing-parrocchia-ref {
  color: #5BA4D3;
}

div.entry-meta {
  margin-bottom: 20px;
}

.is-dropdown-submenu>li {
  width: 145%!important;
}

ul.list-sub-pages {
  list-style-type: none;
  margin-left: 1.2em;
  margin-left: 1.5em;
  padding: 0.5em;
}

ul.list-sub-pages li {
  border-bottom: 1px solid #9AD5E7;
  font-size: 1.1em;
  padding: 0.5em;
}

ul.list-sub-pages li a {
  text-decoration: none;
}

a.post-edit-link {
  text-decoration: none;
}

.edit-link {
  background: #e2e2e2;
  border-radius: 20px;
  height: 30px;
  width: 40px;
  display: inline-block;
  text-align: center;
  padding: 4px;
}

table.em-calendar td {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}

table.em-calendar tr.days-names {
  color: #90a6cb;
}

a.em-calnav {
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
}

table.em-calendar td.eventful a {
  color: #02599D;
}

table.em-calendar td.eventful {
  background: #b5d1ee;
}

.widget_em_widget ul {
  list-style-type: none;
  padding-left: 0.5em;
}

.widget_em_widget>ul {
  border-bottom: 1px solid #ebebeb;
}

.widget_em_widget>ul>li {
  border-top: 1px solid #ebebeb;
}

.widget_em_widget ul li a {
  font-size: 1.3em;
  text-decoration: none;
}

.widget_em_widget ul li ul {
  list-style-type: none;
  padding-left: 1em;
}

.widget_em_widget ul li ul li {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  padding-right: 0.5em;
  color: #3f3f3f;
}

.p-t-topbar .menu.vertical {
  width: 100%;
}

.wpba-attachment-list ul, ul.wpba-attachment-list {
  list-style-type: none;

}

.wpba-attachment-list ul li img, ul.wpba-attachment-list li img {
  margin-right: 1em;
}

.wpba-attachment-list ul li a, ul.wpba-attachment-list li a {
  text-decoration: none;
}


/*
.f-back {
padding-top: 1em;
padding-bottom: 1.4em;
margin-right: -0.9375rem!important;
margin-left: -0.9375rem!important;
box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
background-color: #f6f6f6;
border-top: 2px solid #fafafa;
}*/

.f-back {
  padding: 2em;
  padding-top: 1.6em;
  padding-bottom: 3.2em;
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
  background-color: #fafafa;
  /*border-top: 1px solid #EFEFEF;*/
  border-top: 3px solid #f7f7ff;
}

.callout {
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
  border: 1px solid rgba(200, 200, 200, .09);
  border-radius: 2px;
  background-color: #fff;
  color: #2f2f2f;
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.25);
}

.force-flex-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.no-padd {
  padding: 0;
}

img.p_t_thumbnail {
  width: 100%;
  padding-bottom: 1em;
}

.widget-title.link-utili {
  display: none;
}

.elem-footer .callout {
  font-family: 'Oswald';
  color: #2f2f2f;
  font-size: 0.9em;
}

.x-full-width {
  width: 100%!important;
}
