@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800|Lato:300,400,700|Mr+De+Haviland');
@import url('https://fonts.googleapis.com/css?family=Montserrat:700');
@media (min-width: 1200px) {
  .container {
    width: 1360px;
  }
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 1.6em !important;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    color:#2d2d2d;
}
p,
em {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: #2d2d2d;
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    margin: 0 0 20px;
    background: none;
    line-height: 1.2em;
    color:#2d2d2d;
}
h1 {
    font-size:30px;
}
h2 {
    font-size:24px;
}
h3 {font-size:20px;}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select,
textarea {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 42px;
    color: #828282;
    background: #fff;
    margin-right: 3px;
    outline: none;
    max-width: 100%;
    border: 1px solid #ebebeb;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    height: 42px;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    /* height: 7px; */
    /* width: 10px; */
    
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}

.active {
    font-weight: bold;
}
.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check {
    border: 5px solid #FFFFFF;
}
.check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=radio]:checked ~ .check {
    border: 2px solid;
}
input[type=radio]:checked ~ label {
    #color: #333;
}
input[type=checkbox]:checked ~ .box-check {
    border: 2px solid;
}
input[type=checkbox]:checked ~ label {
    #color: #333;
}
input[type=checkbox]:checked ~ .box-check:before {
    opacity: 1;
}
ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 2px 0px 0px 25px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}
label {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: #777;
}
.term-text{
    font-size: 12px;
}
img {
    max-width: 100%;
}
blockquote {
    margin: 15px auto 0px;
    border: 0;
    padding: 30px;
    width: 100%;
    position: relative;
    color: #777;
    font-size: 16px;
    font-style: italic;
}
blockquote:before {
    #background-image: url(../img/icons/double-qutation.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    content: '\f10d';
    width: 33px;
    height: 33px;
    position: absolute;
    background-size: 100% 100%;
    left: 0;
    top: 15px;
    font: normal normal normal 22px/1 FontAwesome;
    font-size: 22px;
}
.agree-terms {
    float: none;
    display:inline-block;
    width: 100%;
    position: relative;
}
.light-font {
    font-weight: 300;
}
.color-light {
    color: #fff;
}
.default-color {
    color: #333;
}

.white-bg {
    background-color: #fff;
}
.positionR {
    position: relative;
}
.positionA {
    position: absolute;
}
.positionS {
    position: Static;
}
.positionF {
    position: Fixed;
}
.clear {
    clear: both;
}

.pm-lombard-button,
.pm-lombard-button:visited {
    position: relative;
    line-height: 22px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border: 0;
    outline: none;
    color: #333;
    background-color: #e9e9e9;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-button,
.pm-lombard-button:visited {
    color:#ffffff;
    background:none;
}
.pm-lombard-button,
.pm-lombard-button:visited {
    color:#ffffff;
    background:none;
}
.pm-lombard-button.active,
.pm-lombard-button:hover {
    outline: none;
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    background:none;
}
.controls  .pm-lombard-button:not(.active){
    opacity:0.5;
}
.pm-lombard-button:focus {
    outline: none;
}
.dark-button,
.dark-button:hover {
    position: relative;
    padding: 10px 28px 10px 28px;
    line-height: 22px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border: 0;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    color: #fff;
}
.dark-button:focus, 
.dark-button:visited, 
.dark-button:hover {
    color: #fff;
}
.owl-pagination {
    padding: 20px 0px 0px;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
/*
    =========================
        Heading Style
    =========================
*/

.pm-lombard-heading-style1 {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
    line-height: 34px;
}
.pm-lombard-heading-style1 h2 {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 20px;
    color: #333;
    line-height: 34px;
}
.pm-lombard-heading-style1 h2{
 color: #b33484;
}
.pm-lombard-heading-style1 h2 {
 color: #4cac7c;
}
.ui-state-active {
    background:#b33484 !important;
    border-color:#b33484;
    color:#ffffff !important;
}
.ui-state-active {
    background:#79dbaa !important;
    border-color:#79dbaa;
}
.darker {
    color:#373737 !important;
}
.pm-lombard-heading-style1 h2:before {
    content: '';
    position: absolute;
    bottom: calc(20% - 2px);
    right: 0;
    width: 70%;
    height: 5px;
    z-index: 2;
}
.pm-lombard-heading-style1 em {
    max-width: 80%;
    display: inline-block;
    clear: both;
}
.pm-lombard-heading-style1-reverse {
    color: #333;
}
.pm-lombard-heading-style1-reverse h2:after {
    background-color: #333;
}
.pm-lombard-heading-style1.pm-lombard-heading-style1-reverse h2:before {
    background-color: #fff;
}
.pm-lombard-heading-style1.pm-lombard-heading-style1-reverse .pm-lombard-theme-color {
    color: #fff;
}
.pm-lombard-heading-style1-reverse em {
    color: #fff;
}
.grey-bg .call-to-action h2 {
    color: #333;
}
.screen-reader-text {
    font-size: 0px;
    height: 0;
    width: 0;
}
.textnormal {
    text-transform: lowercase;
}
ul.inline li {
    display: inline-block;
}
ul.inline {
    padding: 0px;
}
ul li i {
    margin-right: 5px;
}
section {
    float: left;
    position: relative;
    width: 100%;
}
.subscribe-box {
    display:inline-block;
    width:100%;
}
/****************
Padding top
******************/

.padT0 {
    padding-top: 0px;
}
.padT10 {
    padding-top: 10px;
}
.padT20 {
    padding-top: 20px;
}
.padT30 {
    padding-top: 30px;
}
.padT40 {
    padding-top: 40px;
}
.padT50 {
    padding-top: 50px;
}
.padT60 {
    padding-top: 60px;
}
.padT70 {
    padding-top: 70px;
}
.padT80 {
    padding-top: 80px;
}
.padT90 {
    padding-top: 90px;
}
.padT100 {
    padding-top: 100px;
}
/*******************
Padding Bottom
********************/

.padB0 {
    padding-bottom: 0px;
}
.padB10 {
    padding-bottom: 10px;
}
.padB20 {
    padding-bottom: 20px;
}
.padB30 {
    padding-bottom: 30px;
}
.padB40 {
    padding-bottom: 40px;
}
.padB50 {
    padding-bottom: 50px;
}
.padB60 {
    padding-bottom: 60px;
}
.padB70 {
    padding-bottom: 70px;
}
.padB80 {
    padding-bottom: 80px;
}
.padB90 {
    padding-bottom: 90px;
}
.padB100 {
    padding-bottom: 100px;
}
/*******************
Padding top Bottom
********************/

.padTB0 {
    padding: 0px 0px;
}
.padTB10 {
    padding: 10px 0px;
}
.padTB20 {
    padding: 20px 0px;
}
.padTB30 {
    padding: 30px 0px;
}
.padTB40 {
    padding: 40px 0px;
}
.padTB50 {
    padding: 50px 0px;
}
.padTB60 {
    padding: 60px 0px;
}
.padTB70 {
    padding: 70px 0px;
}
.padTB80 {
    padding: 80px 0px;
}
.padTB90 {
    padding: 90px 0px;
}
.padTB100 {
    padding: 100px 0px;
}
.padTB120{
    padding: 120px 0px;
}
/****************
Padding left
******************/

.padL0 {
    padding-left: 0px;
}
.padL10 {
    padding-left: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padL30 {
    padding-left: 30px;
}
.padL40 {
    padding-left: 40px;
}
.padL50 {
    padding-left: 50px;
}
.padL60 {
    padding-left: 60px;
}
.padL70 {
    padding-left: 70px;
}
.padL80 {
    padding-left: 80px;
}
.padL90 {
    padding-left: 90px;
}
.padL100 {
    padding-left: 100px;
}
/*******************
Padding right
********************/

.padR0 {
    padding-right: 0px;
}
.padR10 {
    padding-right: 10px;
}
.padR20 {
    padding-right: 20px;
}
.padR30 {
    padding-right: 30px;
}
.padR40 {
    padding-right: 40px;
}
.padR50 {
    padding-right: 50px;
}
.padR60 {
    padding-right: 60px;
}
.padR70 {
    padding-right: 70px;
}
.padR80 {
    padding-right: 80px;
}
.padR90 {
    padding-right: 90px;
}
.padR100 {
    padding-right: 100px;
}
/*******************
Padding left right
********************/

.padLR0 {
    padding: 0px 0px;
}
.padLR10 {
    padding: 0px 10px;
}
.padLR20 {
    padding: 0px 20px;
}
.padLR30 {
    padding: 0px 30px;
}
.padLR40 {
    padding: 0px 40px;
}
.padLR50 {
    padding: 0px 50px;
}
.padLR60 {
    padding: 0px 60px;
}
.padLR70 {
    padding: 0px 70px;
}
.padLR80 {
    padding: 0px 80px;
}
.padLR90 {
    padding: 0px 90px;
}
.padLR100 {
    padding: 0px 100px;
}
/*******************
Padding TBLR
********************/

.pad0 {
    padding: 0px;
}
.pad10 {
    padding: 10px;
}
.pad20 {
    padding: 20px;
}
.pad25 {
    padding: 25px;
}
.pad30 {
    padding: 30px;
}
.pad37 {
    padding: 37px;
}
.pad40 {
    padding: 40px;
}
.pad50 {
    padding: 50px;
}
.pad60 {
    padding: 60px;
}
.pad70 {
    padding: 70px;
}
.pad80 {
    padding: 80px;
}
.pad90 {
    padding: 90px;
}
.pad100 {
    padding: 100px;
}
/****************
margin top
******************/

.marT0 {
    margin-top: 0px;
}
.marT10 {
    margin-top: 10px;
}
.marT20 {
    margin-top: 20px;
}
.marT30 {
    margin-top: 30px;
}
.marT40 {
    margin-top: 40px;
}
.marT50 {
    margin-top: 50px;
}
.marT60 {
    margin-top: 60px;
}
.marT70 {
    margin-top: 70px;
}
.marT80 {
    margin-top: 80px;
}
.marT90 {
    margin-top: 90px;
}
.marT100 {
    margin-top: 100px;
}
/****************
less margin top
******************/

.marLessT0 {
    margin-top: -0px;
}
.marLessT10 {
    margin-top: 10px;
}
.marLessT20 {
    margin-top: -20px;
}
.marLessT30 {
    margin-top: -30px;
}
.marLessT40 {
    margin-top: -40px;
}
.marLessT50 {
    margin-top: -50px;
}
.marLessT60 {
    margin-top: -60px;
}
.marLessT70 {
    margin-top: -70px;
}
.marLessT80 {
    margin-top: -80px;
}
.marLessT90 {
    margin-top: -90px;
}
.marLessT100 {
    margin-top: -100px;
}
.marLessT150 {
    margin-top: -150px;
}
/*******************
margin Bottom
********************/

.marB0 {
    margin-bottom: 0px;
}
.marB10 {
    margin-bottom: 10px;
}
.marB20 {
    margin-bottom: 20px;
}
.marB30 {
    margin-bottom: 30px;
}
.marB40 {
    margin-bottom: 40px;
}
.marB50 {
    margin-bottom: 50px;
}
.marB60 {
    margin-bottom: 60px;
}
.marB70 {
    margin-bottom: 70px;
}
.marB80 {
    margin-bottom: 80px;
}
.marB90 {
    margin-bottom: 90px;
}
.marB100 {
    margin-bottom: 100px;
}
/****************
less margin bottom
******************/

.marLessB0 {
    margin-bottom: -0px;
}
.marLessB10 {
    margin-bottom: -10px;
}
.marLessB20 {
    margin-bottom: -20px;
}
.marLessB30 {
    margin-bottom: -30px;
}
.marLessB40 {
    margin-bottom: -40px;
}
.marLessB50 {
    margin-bottom: -50px;
}
.marLessB60 {
    margin-bottom: -60px;
}
.marLessB70 {
    margin-bottom: -70px;
}
.marLessB80 {
    margin-bottom: -80px;
}
.marLessB90 {
    margin-bottom: -90px;
}
.marLessB100 {
    margin-bottom: -100px;
}
.marLessB150 {
    margin-bottom: -150px;
}
/*******************
margin top Bottom
********************/

.marTB0 {
    margin: 0px 0px;
}
.marTB10 {
    margin: 10px 0px;
}
.marTB20 {
    margin: 20px 0px;
}
.marTB30 {
    margin: 30px 0px;
}
.marTB40 {
    margin: 40px 0px;
}
.marTB50 {
    margin: 50px 0px;
}
.marTB60 {
    margin: 60px 0px;
}
.marTB70 {
    margin: 70px 0px;
}
.marTB80 {
    margin: 80px 0px;
}
.marTB90 {
    margin: 90px 0px;
}
.marTB100 {
    margin: 100px 0px;
}
/****************
margin left
******************/

.marL0 {
    margin-left: 0px;
}
.marL10 {
    margin-left: 10px;
}
.marL20 {
    margin-left: 20px;
}
.marL30 {
    margin-left: 30px;
}
.marL40 {
    margin-left: 40px;
}
.marL50 {
    margin-left: 50px;
}
.marL60 {
    margin-left: 60px;
}
.marL70 {
    margin-left: 70px;
}
.marL80 {
    margin-left: 80px;
}
.marL90 {
    margin-left: 90px;
}
.marL100 {
    margin-left: 100px;
}
/*******************
margin right
********************/

.marR0 {
    margin-right: 0px;
}
.marR10 {
    margin-right: 10px;
}
.marR20 {
    margin-right: 20px;
}
.marR30 {
    margin-right: 30px;
}
.marR40 {
    margin-right: 40px;
}
.marR50 {
    margin-right: 50px;
}
.marR60 {
    margin-right: 60px;
}
.marR70 {
    margin-right: 70px;
}
.marR80 {
    margin-right: 80px;
}
.marR90 {
    margin-right: 90px;
}
.marR100 {
    margin-right: 100px;
}
/*******************
margin left right
********************/

.marLR0 {
    margin: 0px 0px;
}
.marLR10 {
    margin: 0px 10px;
}
.marLR20 {
    margin: 0px 20px;
}
.marLR30 {
    margin: 0px 30px;
}
.marLR40 {
    margin: 0px 40px;
}
.marLR50 {
    margin: 0px 50px;
}
.marLR60 {
    margin: 0px 60px;
}
.marLR70 {
    margin: 0px 70px;
}
.marLR80 {
    margin: 0px 80px;
}
.marLR90 {
    margin: 0px 90px;
}
.marLR100 {
    margin: 0px 100px;
}
/*******************
margin TBLR
********************/

.mar0 {
    margin: 0px;
}
.mar10 {
    margin: 10px;
}
.mar20 {
    margin: 20px;
}
.mar30 {
    margin: 30px;
}
.mar40 {
    margin: 40px;
}
.mar50 {
    margin: 50px;
}
.mar60 {
    margin: 60px;
}
.mar70 {
    margin: 70px;
}
.mar80 {
    margin: 80px;
}
.mar90 {
    margin: 90px;
}
.mar100 {
    margin: 100px;
}
/*
=======================
    Header Style
=======================
*/

.paged .aktualnosci-foto {
    display: none;
}

#top-bar {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
#top-bar ul {
    margin-bottom: 0px;
    text-transform: capitalize;
}
#top-bar ul li {
    position: relative;
}
#top-bar ul li a {
    margin-right: 20px;
    text-transform: inherit;
}
#top-bar ul li a:hover,
#top-bar ul li a:visited {
    color: #fff;
}
#top-bar ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    margin-right: 10px;
}
#top-bar ul li:last-child:after {
    width: 0px;
}
.pm-lombard-main-menu {
    position: relative;
    float: left;
    width: 100%;
    box-shadow: 0px 1px 9px #000000;
    z-index: 99;
}
.navbar-default {
    background:none;
    border-color: #fff;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px;
    border-radius: 0;
    border: 0;
}
.navbar-brand {
    padding: 5px 15px;
    height:auto;
}
.navbar-collapse {
    padding:0;
}
.navbar-default .navbar-nav{
    float:right;
    margin:27px 0 0;
}
.navbar-default .navbar-nav a {
    display:block;
    padding:10px 11px;
    color:#191509 !important;
}
.navbar-default .navbar-nav a:hover, .navbar-default .navbar-nav a.active{
    background-color: #191509 !important;
    color: #ffffff !important;   
}
.navbar-default .navbar-nav li ul {
    padding: 0px;
    border: 0px;
    display:none;
}
.navbar-default .navbar-nav li:hover a {
    background-color: #191509 !important;
    color: #ffffff !important;   
}
.navbar .dropdown-menu {
    min-width:250px !important;
}

.navbar-default .navbar-nav li ul a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #777 !important;
    white-space: nowrap;
    text-transform: capitalize;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    width: 100%;
}
.dropdown-submenu a:hover .dropdown-menu {
    display: block;
}
.boxed-version {
    max-width: 1170px;
    background-color: #fff;
    float: none;
    margin: auto;
    box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.2);
}
/*
  ===============================
      Home1 MAIN Slider CSS
  ===============================
*/

.pm-lombard-main-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.pm-lombard-main-wrap .banner{
    background:url('../img/banner.jpg') no-repeat center center;
    background-size:cover;
    height:600px;
}
.pm-lombard-main-wrap .sub-banner{
    position:relative;
    background:url('../img/sub-banner.jpg') no-repeat center center;
    background-size:cover;
    min-height:180px;
}
.pm-lombard-main-wrap .sub-banner:before {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    content:'';
    background-color:rgb(0,0,0,.6);
}
.pm-lombard-main-wrap .sub-banner h2 {
    color:#ffffff;
    text-shadow:0px 0px 4px #000000;
    margin:75px 0;
}
.pm-lombard-main-wrap figure {
    float: left;
    width: 100%;
    position: relative;
}
.pm-lombard-main-wrap figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -109px auto 0;
    text-align: center;
    color: #fff;
}
.pm-lombard-main-wrap figcaption span {
    font-size: 24px;
    font-weight: normal;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 0px;
}
.pm-lombard-main-wrap figcaption span:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 2px;
    width: 120px;
    background-color: inherit;
    margin: 0 auto;
}
.pm-lombard-main-wrap figcaption h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height:1.2em;
}
.pm-lombard-main-wrap figcaption h2 span {
    font-size: inherit;
    font-weight: inherit;
    padding-bottom:0px;
}
.pm-lombard-main-wrap figcaption p {
    color: inherit;
    margin: 0 0 30px 0;
    font-size: 16px;
    
}
.pm-lombard-main-wrap .owl-theme .owl-controls .owl-page span {
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-radius: 100%;
    margin: 0 4px;
    background-color: white;
    display: inline-block;
    opacity: 1;
}
.pm-lombard-main-wrap .owl-theme .owl-pagination {
    bottom: 0px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 22;
}
.pm-lombard-main-wrap .customNavigation {
    bottom: 0%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin: 0 0 0;
    z-index: 1;
}
.pm-lombard-main-wrap .customNavigation .btn {
    border: medium none;
    border-radius: 0;
    color: #fff;
    margin: 0;
    padding: 6px 6px;
    z-index: -1;
}
.pm-lombard-main-wrap .customNavigation .btn i {
    font-size: 16px;
    color: #fff;
}
.pm-lombard-main-wrap .customNavigation .btn.prev-1 i,
.pm-lombard-main-wrap .customNavigation .btn.next-1 i {
    font-size: 25px;
    font-weight: bold;
}
.pm-lombard-main-wrap .customNavigation .prev-1 {
    margin-right: 58px;
    margin-left: 60px;
}
.pm-lombard-main-wrap .owl-buttons {
    position: absolute;
    bottom: 50%;
    right: 0;
    width: 100%;
}

.email-wrap .ninja-forms-field.nf-element {
    text-transform: lowercase !important;
}


.pm-lombard-main-wrap .owl-buttons div {
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 0px;
    #text-indent: 200%;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    font-size: 0px;
}
.pm-lombard-main-wrap .owl-buttons div.owl-prev {
    left: 0;
}
.pm-lombard-main-wrap .owl-buttons div.owl-next {
    right: 0;
}
.pm-lombard-main-wrap .owl-buttons div.owl-prev:before {
    content: "\f104";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    color: #fff;
    right: 36%;
    font-size: 30px;
    line-height: 52px;
}
.pm-lombard-main-wrap .owl-buttons div.owl-next:before {
    content: "\f105";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    color: #fff;
    right: 45%;
    font-size: 30px;
    line-height: 52px;
}
.pm-lombard-main-wrap .owl-buttons{
    
}
.pm-lombard-main-wrap .owl-buttons div {  
    display: inline-block;
    text-align: center;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    font-size: 0px;
}
.pm-lombard-main-wrap .owl-page {
    display: inline-block;
}
.static-banner-caption {
    position: absolute;
    width: 100%;
    height: 100%;
}
.main-static-banner {
    position: relative;
    float: left;
    width: 100%;
    background-position: 0px 0px;
    background-size: cover;
}
.main-static-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    z-index: 1;
}
.main-static-banner .row {
    z-index: 2;
    position: relative;
}
.main-static-banner-dark:after {
    background-color: #333;
}
.main-static-banner-dark .pm-lombard-heading-style1 h2 {
    color: #fff;
}
/*
  ===============================
      Footer CSS
  ===============================
*/

.footer {
    float: left;
    width: 100%;
    position: relative;
    background:#000000;
    color:#ffffff;
}
.footer .bottom-bar {
    padding:20px 0;
    display:inline-block;
    width:100%;
}
.address-phone {
    display:inline-block;
}
.footer .bottom-bar ul {
    margin:0;
    padding:0;
}
.footer .bottom-bar ul li {
    list-style-type:none;
    padding:0 15px;
    border-left:1px solid #e8b121;
    float:left;
}
.footer .bottom-bar ul li:first-child {
    padding-left:0;
    border-left:0;
}
.footer .bottom-bar ul li a {
    color:#ffffff;
    text-decoration:none;
    font-size:16px;
    font-family: 'Cinzel', serif;
}
.footer .bottom-bar .donation{
    float:right;
    border:1px solid #e8b121;
    text-transform:uppercase;
    text-decoration:none;
    padding:5px 15px;
    line-height:18px;
    color:#e8b121;
}
.footer .bottom-bar .donation:hover {
    color:#ffffff;
    background:#e8b121;
    float:right;
}
    =================
        Box Style
    =================
*/

.pm-lombard-box-style1 {
    padding: 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-box-style1 i {
    font-size: 32px;
    margin-bottom: 15px;
}
.pm-lombard-box-style1 h4 {
    color: #333;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-box-style1 p {
    margin-bottom: 0px;
}
.pm-lombard-box-style1:hover,
.pm-lombard-box-style1:hover icon i.fa .pm-lombard-box-style1:hover p,
.pm-lombard-box-style1:hover h4 {
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-box-style1:hover,
.pm-lombard-box-style1 i,
.pm-lombard-box-style1:hover h4,
.pm-lombard-box-style1:hover i {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-box-style2 {
    padding: 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-box-style2 i {
    font-size: 32px;
    margin-bottom: 15px;
}
.pm-lombard-box-style2 h4 {
    line-height: 30px;
}
.pm-lombard-box-style2 p {
    margin-bottom: 0px;
}
.pm-lombard-box-style2:hover,
.pm-lombard-box-style2 h4,
.pm-lombard-box-style2 i,
.pm-lombard-box-style2:hover i {}

.older-pages {
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: bold;
    float: left;
    width: 100%;
}
/************
Partner
**************/

.pm-lombard-partner-carousel .owl-item  div {
    background-color: #fff;
    #border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-partner-carousel .owl-item div:hover {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-partner-carousel .owl-item div figure:before{
    background-color: rgba(51, 51, 51, 0);
}
.pm-lombard-partner-carousel .owl-item {
    #padding: 2.5px;
}
.pm-lombard-partner-carousel .owl-item div img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */    
    filter: grayscale(100%);
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-partner-carousel .owl-item div:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    
    filter: grayscale(0%) -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
/*
    ===================
    Owl Carousel Style
    ===================
*/

.owl-carousel-style1 .owl-buttons {
    position: absolute;
    left: -55px;
    width: 40px;
    top: 5px;
}
.owl-carousel-style1 .owl-buttons div {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #333;
    margin-right: 0;
    #text-indent: 200%;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
    position: relative;
    font-size: 0px;
    background-color: #ffffff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.owl-carousel-style1 .owl-buttons div:hover {
    color: #fff;
    background:#cb960c;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.owl-carousel-style1 .owl-buttons div.owl-prev:before {
    content: "\f104";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 36%;
    font-size: 30px;
    line-height: 38px;
}
.owl-carousel-style1 .owl-buttons div.owl-next:before {
    content: "\f105";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 36%;
    font-size: 30px;
    line-height: 38px;
}
/*
    ===================
     Theme Block Design
    ===================
*/

.pm-lombard-theme-design-block {
    float: left;
    width: calc(100% - 2px);
    border: 1px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
figure {
    float: left;
    width: 100%;
    position: relative;
}
figure img {
    width: 100%;
}
.pm-lombard-theme-design-block figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-theme-design-block:hover figure:before {
    opacity: 0.5;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-theme-design-block:hover h4 {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-theme-design-block:hover {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.2);
}
.pm-lombard-theme-design-block figure.dark-theme:before {
    background-color: #333;
}
.pm-lombard-theme-design-block figure.light-theme:before {
    background-color: #f2f5f6;
}

.theme-metabox {
    background-color: #fff;
}
.top-box,
.bottom-box {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 2px;
}
.top-box {
    background-color: #fff;
}
.light-metabox .bottom-box {
    color: #fff;
}
.no-shadow:hover {
    box-shadow: none;
}
.filter-1 {
    margin-bottom: 3px;
}
.container .mix,
.container .gap {
    display: inline-block;
}
.container .mix {
    text-align: left;
    #margin-bottom: 30px;
    display: none;
}
.container .mix:after {
    content: attr(data-myorder);
    color: white;
    font-size: 16px;
    #display: inline-block;
    vertical-align: top;
    font-weight: 700;
}

.container-fluid .mix,
.container-fluid .gap {
    display: inline-block;
}
.container-fluid  .mix {
    text-align: left;
    #margin-bottom: 30px;
    display: none;
}
.container-fluid .mix:after {
    content: attr(data-myorder);
    color: white;
    font-size: 16px;
    #display: inline-block;
    vertical-align: top;
    font-weight: 700;
}
.filter-1.btn {
    background-color: #fff;
    outline: none;
}
.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.special-style-dark-theme {
    color: #fff;
}
.block-detail-head {
    margin-bottom: 20px;
}
.bottom-light-grey {
    border-bottom: 1px solid #ebebeb;
}
.top-light-grey {
    border-top: 1px solid #ebebeb;
}
.margin-bottom-20 {
    margin-bottom:20px;
}
.no-margin-bottom {
    margin:0;
}
.signature span {
    font-family: 'Mr De Haviland', cursive;
    font-size: 52px;
    margin-bottom: 10px;
}
.error {
    font-size: 16em;
    font-weight: 900;
}
.blog-detail-caption {
    position: relative;
    float: left;
    width: 100%;
}
.our-team{
    margin:-8px 0 0;
}
.our-team .team-member h2{
    margin:20px 0;
    padding:0;
}
.row-shadow.shadow-up{
    box-shadow: 0px -10px 28px 0 #7B7B7B;
    position: relative;
}
.row-shadow.shadow-up.second{
    z-index: 101;
}
.row-shadow.shadow-up.third{
    z-index: 102;
}
.row-shadow.shadow-up.fourth{
    z-index: 103;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    outline: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background-color: #fff;
}
.ui-corner-all,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    color: #333;
}
.ui-accordion-header-active {
    color: #fff;
}
/*** 

====================================================================
  Tabs Style
====================================================================

***/

.pm-lombard-tabs {
    position: relative;
    #margin-bottom: 80px;
    max-width: 1024px;
}
.pm-lombard-tabs .tab-btns {
    position: relative;
    z-index: 1;
    #margin-bottom: 15px;
}
.pm-lombard-tabs .tab-btns .tab-btn {
    position: relative;
    padding: 10px 15px 10px 15px;
    line-height: 22px;
    text-transform: capitalize;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border-radius: 0;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin-right: 0px;
    margin-bottom: 0px;
}
.tabs-container {
    border: 1px solid #e1e1e1;
    margin-top: 10px;
}
.pm-lombard-tabs .tab-btns .tab-btn:hover,
.pm-lombard-tabs .tab-btns .tab-btn.active-btn,
.pm-lombard-tabs .tab-btns .tab-btn.active-btn:hover {
    color: #fff;
}
.pm-lombard-tabs .tab-btns .tab-btn.active-btn .pm-lombard-tabs .tabs-container {
    position: relative;
    color: #777777;
}
.pm-lombard-tabs .tabs-container .tab {
    position: relative;
    padding: 0px 0px 30px;
    display: none;
}
.pm-lombard-tabs .tabs-container .tab.active-tab {
    display: block;
}
.pm-lombard-tabs .tabs-container .tab h3 {
    font-size: 18px;
    text-transform: capitalize;
    color: #333;
}
.pm-lombard-tabs .tabs-container .tab h3 {
    font-size: 16px;
}
.pm-lombard-tabs .reviews-container {
    position: relative;
}
.pm-lombard-tabs .tab-btns .tab-btn i {
    font-size: 18px;
    margin-right: 10px;
    text-align: left;
    width: 20px;
}
.sidebar ul{
    margin:0;
    padding:0;
}
.sidebar-tab.pm-lombard-tabs .tab-btns .tab-btn,
.sidebar-tab.pm-lombard-tabs .tab-btns .tab-btn.active-btn {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid;
    border-bottom: 1px solid;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    padding-left: 0px;
}
.sidebar-tab.pm-lombard-tabs .tabs-container .tab {
    padding-bottom: 0px;
}
.sidebar-tab.pm-lombard-tabs .tab-btns .tab-btn {} .sidebar-tab.pm-lombard-tabs .tab-btns .tab-btn.active-btn {} .sidebar-tab .tabs-container {
    margin-top: 0px;
    border: 0px;
}
.sidebar-tab .tabs-container p {
    color: #777;
}
.login-page {
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;
    background-position: 0 0;
}
.login-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}
.login-page-dark:before {
    background-color: #000;
}
.login-page-light:before {
    background-color: #f2f5f6;
}
.login-page-dark p,
.login-page-theme p,
.login-page-dark label,
.login-page-theme label {
    color: #fff;
}
.ratings {
    position: relative;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}
.ratings li {
    display: inline-block;
    margin: 0px 0px;
}
.ratings li a {
    font-size: 16px;
    line-height: 24px;
}
span.price {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
span.price del {
    color: #333;
}
ul.list label {
    line-height: 24px;
    padding: 5px 0px;
    padding-left: 8px;
}
ul.list li {
    list-style: none;
    border-bottom: 1px solid rgba(120, 120, 120, 0.25);
    margin-bottom: 5px;
    position: relative;
}
.sidebar .widget .ratings li {
    margin-bottom: 0px;
    padding-bottom: 5px;
}
ul.pm-lombard-icons {
    padding: 0;
}
ul.pm-lombard-icons li {
    display: inline-block;
    margin: 0px 2px 0px;
    text-align: center;
}
ul.pm-lombard-icons li a {
    height: 36px;
    float: left;
    position: relative;
    padding-top: 4px;
    width: 36px;
    border-radius: 50%;
}
ul.pm-lombard-icons li a i {
    position: relative;
    display: inline-block;
    margin-right: 0px;
}
.figure-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    padding-left: 26px;
}
.pm-lombard-theme-design-block:hover .figure-caption {
    opacity: 1;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.figure-caption .pm-lombard-icons {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: -50px;
    width: 100%;
}
.figure-caption h3 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
 
    bottom: 50px;
    width: 100%;
    padding:40px 15px;
}
.figure-caption .pm-lombard-button {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    bottom: 0px;
   
}
.pm-lombard-theme-design-block .figure-caption .pm-lombard-icons li a,
.pm-lombard-theme-design-block:hover .figure-caption .pm-lombard-icons li a {
    color: #fff;
}
.pm-lombard-theme-design-block:hover .figure-caption .pm-lombard-icons,
.pm-lombard-theme-design-block:hover .figure-caption h3 {d
    bottom: inherit;
    bottom: 0px;
}
.pm-lombard-theme-design-block:hover .figure-caption h3{
     bottom: inherit;
    bottom: 100px;
}
.pm-lombard-theme-design-block:hover .figure-caption .pm-lombard-button{
     bottom: inherit;
    bottom: 90px;
}
.specials  {
    margin: 0px;
    padding:50px 0;
     background-image: url('../img/subscribe_bg.jpg');
     margin-top:-10px;
     background-size:cover;
}

.special-coupons{

}
.special-coupons .coupon {
    margin:0 0 25px;
    display:inline-block;
    width:100%;
}
.special-coupons .coupon img {
    width:100%;
    float:left;
    display:block;
    padding:5px;
    border:1px dashed #222222;
}
.special-coupons .coupon:last-child img {
    margin:0 0 50px ;
}
/*** 

====================================================================
    Page Title
====================================================================

***/

.page-header {
    display: inline-block;
    padding: 40px 0;
    margin: 0px;
    background-image: url('../img/breadcrumb_bg.jpg');
    position: relative;
    #background-attachment: fixed;
    width: 100%;
    background-size:cover;
}
.breadcrumb {
    border-radius: 0;
    background: none;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 11px 0;
    z-index: 2;
    position: relative;
}
.breadcrumb-section {
    color: #333;
}
.breadcrumb-section a {
    color: #777;
}
.home-sign-up {
    float: left;
    width: 100%;
}
.preloader.loaderout {
    top: -100%;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
.cssload-container {
    display: block;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -14px;
}
.cssload-loading i {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
}
.cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px);
}
.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}
.cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}
@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}
@-o-keyframes cssload-loading-ani1 {
    100% {
        -o-transform: translate(39px);
        opacity: 0;
    }
}
@-ms-keyframes cssload-loading-ani1 {
    100% {
        -ms-transform: translate(39px);
        opacity: 0;
    }
}
@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0;
    }
}
@-moz-keyframes cssload-loading-ani1 {
    100% {
        -moz-transform: translate(39px);
        opacity: 0;
    }
}
@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}
@-o-keyframes cssload-loading-ani2 {
    100% {
        -o-transform: translate(19px);
        opacity: 1;
    }
}
@-ms-keyframes cssload-loading-ani2 {
    100% {
        -ms-transform: translate(19px);
        opacity: 1;
    }
}
@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1;
    }
}
@-moz-keyframes cssload-loading-ani2 {
    100% {
        -moz-transform: translate(19px);
        opacity: 1;
    }
}
@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}
@-o-keyframes cssload-loading-ani3 {
    100% {
        -o-transform: translate(19px);
    }
}
@-ms-keyframes cssload-loading-ani3 {
    100% {
        -ms-transform: translate(19px);
    }
}
@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
    }
}
@-moz-keyframes cssload-loading-ani3 {
    100% {
        -moz-transform: translate(19px);
    }
}
/*
    ===================
     Theme Block Design
    ===================
*/

.fotokronika .pm-lombard-theme-design-block {
    float: left;
    width: 100%;
    height:220px;
    overflow:hidden;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.fotokronika .pm-lombard-theme-design-block figure {
    float: left;
    width: 100%;
    position: relative;
}
.fotokronika .pm-lombard-theme-design-block figure img {
    width: 150%;
    max-width:none;
}
.pm-lombard-theme-design-block figure {
    background:#ffffff;
}
.pm-lombard-theme-design-block figure a {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    display:flex;
    justify-content: center;
}
.pm-lombard-theme-design-block figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-theme-design-block:hover figure:before {
    opacity: 0.5;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-theme-design-block:hover h4 {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pm-lombard-theme-design-block:hover {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.2);
}
.pm-lombard-theme-design-block figure.dark-theme:before {
    background-color: #333;
}
.pm-lombard-theme-design-block figure.light-theme:before {
    background-color: #f2f5f6;
}
.block-sticker-tag {
    width: 0;
    height: 0;
    border-top: 100px solid;
    border-right: 100px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    color: #e8b121;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.off_tag {
    position: absolute;
    top: -90px;
    left: 14px;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
     -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
}
.block-sticker-tag i {
    position: absolute;
    top: -80px;
    left: 20px;
    font-size: 20px;
    color: #fff;
}
.pm-lombard-theme-design-block:hover figure .block-sticker-tag {
    opacity: 1;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.block-caption {
    position: relative;
    float: left;
    padding: 20px 30px 30px;
}
.block-detail .block-caption {
    padding: 20px 0px 30px;
}
.block-caption h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #333;
}
.block-caption h4 {
    color: #333;
    font-weight: 600;
}
.block-caption h3 a {
    color: inherit;
}
.block-caption h4 a {
    color: inherit;
}
.meta-block li {
    margin-right: 10px;
}
.block-caption p {
    margin-bottom: 15px;
}
.news-caption {
    position: relative;
    float: left;
    padding: 30px;
}
.news-caption h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
}
.news-caption h3 a {
    color: inherit;
}
.news-caption p {
    margin-bottom: 15px;
}
.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5,
.about-page h6,
.services h1,
.services h2,
.services h3,
.services h4,
.services h5,
.services h6,
.page_single h1,
.page_single h2,
.page_single h3,
.page_single h4,
.page_single h5,
.page_single h6 {
    color: #333;
}
.parallax-style{
    background-attachment:fixed;
}
.special-style-dark-theme::before {
    background:#831173;
}
.special-style-dark-theme::before{
    background:#79dbaa;
}
.special-style-dark-theme.darker::before {
    background:#73194e;
}
.special-style-dark-theme.darker::before{
    background:#50ba85;
}
.landing-main .special-style-dark-theme:before{
    opacity:0.6;
}
.landing-main .special-style-dark-theme.darker::before {
    background:#000000;
}
.landing-main h1,
.landing-main h2,
.landing-main h3,
.landing-main h4{
    color:#ffffff !important;
    text-transform:uppercase;
}
.landing-main h1 {
    font-size:60px;
}
.landing-main h2 {
    font-size:48px;
}
.landing-main, .landing-main p {
    color:#ffffff;
    font-size:30px;
}
.landing-main .pm-lombard-button{
    background:#ffffff;
    color:#222222;
    font-size:24px;
    padding:20px 35px;
    margin:40px 0 0;
}
.convince-main .special-style-dark-theme:before{
    opacity:0.6;
}
.convince-main .special-style-dark-theme.darker::before {
    background:#000000;
}
.convince-main h1,
.convince-main h2,
.convince-main h3,
.convince-main h4{
    color:#ffffff !important;
}
.convince-main h1 {
    font-size:60px;
}
.convince-main h2 {
    font-size:40px;
}
.convince-main ,.convince-main  p {
    color:#ffffff;
    font-size:24px;
    margin:0 0 35px;
}
.convince-main .pm-lombard-button{
    background:#ffffff;
    color:#222222;
    font-size:24px;
    padding:20px 35px;
    margin:30px 0 0;
}
.convince-main .img-full {
    display:inline-block;
    width:100%;
}
.special-area-color h2 {
    color:#ffffff;
    margin:0 0 20px;
}
{}
header .pm-lombard-main-menu {
    background:#ffffff;
    color:#191509;
}
.pm-lombard-main-menu .top-bar {
    background:#191509;
    padding:10px 0;
    display:inline-block;
    width:100%;
}
.address-phone {
    display:inline-block;
}
.pm-lombard-main-menu .top-bar ul {
    margin:0;
    padding:0;
}
.pm-lombard-main-menu .top-bar ul li {
    list-style-type:none;
    padding:0 15px;
    border-left:1px solid #e8b121;
    float:left;
}
.pm-lombard-main-menu .top-bar ul li:first-child {
    padding-left:0;
    border-left:0;
}
.pm-lombard-main-menu .top-bar ul li a {
    color:#ffffff;
    text-decoration:none;
    font-size:16px;
    font-family: 'Cinzel', serif;
}
.pm-lombard-main-menu .top-bar .donation{
    float:right;
    border:1px solid #e8b121;
    text-transform:uppercase;
    text-decoration:none;
    padding:5px 15px;
    line-height:18px;
    color:#e8b121;
}
.pm-lombard-main-menu .top-bar .donation:hover {
    color:#ffffff;
    background:#e8b121;
    float:right;
}
.contact-us .special-metabox {
    background-color:#46134e !important;
}
.contact-us i,
.contact-us i:before,
.contact-us .top-box{
    color:#46134e !important;
    line-height:36px;
}
.contact-us .special-metabox {
    background-color:#116951 !important;
}
.contact-us i,
.contact-us i:before,
.contact-us .top-box{
    color:#116951 !important;
    line-height:36px;
}
.who-we-are {
    color:#2d2d2d;
}
.page-tabs {
    float:right;
    margin-bottom:10px;
}
.page-tabs span {
    display:block;
    padding:13px 25px;
    margin:0 2px;
    text-transform:uppercase;
    font-size:20px;
    color:#ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    float:left;
    font-weight:bold;
    line-height:16px;
}
.page-tabs span.active {
    background:#ffffff;
    color:#21b58e;
}
.page-tabs span {
    background:#77daa9;
}
.form-small .contact-form-section h2{   
    font-size: 40px;
    line-height: 1.1em !important;
    margin:0 0 15px;
    color:#ffffff !important;
    margin: 0 0 50px;
}
.form-small .contact-form-section{
    background:#931867;
    padding:35px 25px;
}
.form-small button {
    background:#46124c;
}
.form-small .contact-form-section{
    background:#1fb48d;
    padding:35px 25px;
}
.form-small button {
    background:#0f6248;
}
.page-tabs span.active {
    color:#890c8c;
    background:#ffffff;
}
.page-tabs span {
    background:#a72f92;
    color:#ffffff;
}
.header-info {}
.header-info .line-one {
    width:100%;
    font-size:17px;
    font-weight:bold;
    color:#ffffff;
    margin:15px 0 0;
}
.header-info .line-one .address{
    display:inline-block;
    text-transform:uppercase;
}
.header-info .line-one .address i {
    margin-right:10px;
    font-size:22px;
}
.show-tablet {
    display:none;
}
.header-info .line-one .address i, .header-info .line-two a i{
    color:#ff9000;
}
.header-info .line-one .address i, .header-info .line-two a i{
    color:#c84799;
}
.header-info .line-one .social {
    float:right;
    margin-left:10px;
    padding: 0;
}
.header-info .line-one .social a {
    color:#ffffff;
    font-size:24px;
    float:left;
    margin-left:5px;
}
.header-info .line-two, .header-info .line-two:visited, .header-info .line-two:hover {
    margin:20px 0;
    width:100%;
    font-size:40px;
    font-weight:bold;
    font-family: 'Montserrat', sans-serif;
}
.header-info .line-two a, .header-info .line-two a:visited, .header-info .line-two a:hover, .header-info .line-two a:link {
    color:#fdffe0 !important;
}
.header-info .line-two a:hover {
    text-decoration:none;
    color:#ffffff;
}
.header-info .line-two a i {
    margin-right:10px;
}
.navbar-nav {}
.navbar-nav li {

}
.primary-row {
    background:#860995;
}
 .primary-row {
    background:#79dbaa;
}
.primary-row a, .primary-row i {
    color:#ffffff;
}
.cta-div {
    position:relative;
    padding:20px;
    box-sizing:border-box;
    min-height:350px;
    box-shadow: 0px 0px 5px #000000;
    color:#ffffff;
    margin:30px 0;
}
.cta-div p {
    color:#ffffff;
    font-size:14px;
}
.cta-div h1, .cta-div h2, .cta-div h3 {
    color:#ffffff;
    margin-bottom:10px;
    border-bottom:1px solid #ffffff;
    float;left;
    width:100%;
}
.cta-div h2 {
    font-size:24px;
}
.cta-div .pm-lombard-button {
    position:absolute;
    bottom:20px;
    right:20px;
}
.cta-div.nabozenstwa{
    background:url('../img/nabozenstwa.jpg') no-repeat center center;
    background-size:cover;
}
.cta-div.fotokronika{
    background:url('../img/fotokronika.jpg') no-repeat center center;
    background-size:cover;
}
.cta-div.intencje{
    background:url('../img/intencje.jpg') no-repeat center center;
    background-size:cover;
}
.date {
    margin: 0 0 10px;
    display: block;
    float: left;
    width:100%;
}
.block-caption {
    padding:15px 15px 30px;
    float:left;
    width:100%;
    background:#ffffff;
    border:1px solid #bdbdbd;
}
.aktualnosci-foto {
    width:100%;
    height:250px;
    overflow:hidden;
}
.aktualnosci-foto img{
    width:auto;
    max-width: none;
    height: auto;
    height: 100%;
  object-fit: contain;
  display: block;
  text-align: center;
}
.fotokronika-wrapper .aktualnosci-foto img{
    width: 100%;
    max-width: none;
    height: auto;
    height: 100%;
  object-fit: cover;
  display: block;
  text-align: center;
}
.prev-posts-link {
    float: right;
}
.next-posts-link {
    float: left;
}
.main-content{
        min-height:640px;
}
.main-content img {
    float:right;
    margin-bottom:20px;
    width:100%;
    height:auto;
}
.main-content ul {
    margin:10px 0;
}
.main-content hr {
    background:url('../img/hr.png') no-repeat center center;
    background-size:cover;
    height:50px;
    width:100%;
    display:inline-block;
    margin:45px 0;
    border:none;
}
.main-content iframe{
    width:100%;
}

.ui-state-active {
    border-color:#e8b121 !important;
    background:#e8b121 !important;
}
.mapa {
    width:100%;
}
.row.gray{
    background: #ededed;
}
.biuletyny{
    display:inline-block;
    width:100%;
    margin:20px 0;
}
.biuletyny .biuletyn{
    margin:0 0 10px;
    display:inline-block;
    width:50%;
}
.biuletyny .biuletyn a[href$=".pdf"] {
    color:#ffffff !important;
}
.biuletyny .biuletyn a[href$=".pdf"]:before {
    display:none;
}
.biuletyny .biuletyn .btn-info {
    background-color:#e8b121;
    min-width:300px;
    display:block;
    float:left;
    border:none;
}
.biuletyny .biuletyn .btn-info:hover {
    background:#000000;
}
.biuletyny .biuletyn .btn-info .glyphicon {
    margin-right:10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px)  {
    .page-tabs {
    float: right;
    margin-bottom: 10px;
    width: 100%;
    }
    .biuletyny .biuletyn{
    margin:0 0 10px;
    display:inline-block;
    width:100%;
    }
    .biuletyny .biuletyn .btn-info {
        min-width:100%;
    }
}
.switch-language {
    float:right;
    margin-right:10px;
    height: 30px;
}
#google_language_translator .goog-te-combo {
    min-height:30px;
    
}
#google_language_translator .goog-te-gadget .goog-te-combo {
    margin: 0;
    padding: 5px 0 !important;
    line-height: 12px !important;
    height: 16px !important;
}
.navbar-default .navbar-nav .current-menu-parent {
    background: #000000;
}
.navbar-default .navbar-nav .current_page_parent a ,
.navbar-default .navbar-nav .current_page_item a,
.navbar-default .navbar-nav .current-menu-parent a {
    color: #ffffff !important;
    background: #191509;;
}
.fotokronika-wrapper {
    margin: 0 0 30px;
    display: block;
    float: left;
}
.ninja-forms-field.nf-element  {
    position: relative;
    padding: 10px 28px 10px 28px;
    line-height: 22px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border: 0;
    outline: none;
    color: #333;
    background-color: #e9e9e9;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
input[type="button"]{
    background-color: #cb960c !important;
    color: #ffffff !important;
}
input[type="button"]:hover{
    background-color: #191509 !important;
    color: #ffffff;
}
.contact-form .nf-element{
    background:#ffffff;
}
.contact-form  input[type="button"]{
    background-color: #cb960c !important;
    color: #ffffff !important;
    
}
.contact-form .submit-container {
    padding: 0 !important;
}
.contact-form  input[type="button"]:hover {
    background-color: #191509 !important;
    color: #ffffff;
}
a[href$=".pdf"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".ppt"]:before{
    padding-left: 20px;
    display: inline-block;
    padding-top: 10px;
    position:relative;
    color:#a80909;
    font-weight:bold;
}
a[href$=".pdf"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".ppt"]:before
{
    position:absolute;
    left:0;
    content: "\e025";
    font-family: 'Glyphicons Halflings';
    color:#a80909;
}
.developed-by {
    text-align:center;
    margin-top:0;
}
    .developed-by a,
    .developed-by a:focus,
    .developed-by a:visited,
    .developed-by a:active,
    .developed-by a:hover {
        color:#e8b121 !important;
        margin:0;
        text-decoration-color:none !important;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition:none;
        display:inline-block;
        width:100%;
        text-align:center;
        margin-left:0;
    }
.pm-lombard-theme-design-block .block-caption img {
    height:auto !important;
}
#aktualnosci .block-caption p {
    display:none;
}
.the-content {
    margin:15px 0;
}
@media (min-width: 768px){
    .featured-import-imported p:first-child img{
    width:30%;
    float:right;
    margin-left:15px;
    }
    #aktualnosci .block-caption {
    height:150px;
    }
    .fotokronika-wrapper .block-caption {
    height:180px;
    }

    .featured-import-imported .pm-lombard-theme-design-block {
    height:150px;
    width:100%;
    margin:0 0 30px;
    overflow: hidden;
    position:relative;
    }
}

@media (min-width: 768px) and (max-width: 990px){
    .donation{
        display:inline-block;
        width:auto;
    }
    .switch-language{
        display:inline-block;
        width:auto;
    }
    .switch-language select.goog-te-combo {
        display:inline-block;
        width:100%;
    }

}
@media (max-width: 990px){
    iframe {
        display:inline-block;
        width:100%;
    }
    .col-md-4.col-sm-6 {
        float:left;
        width:100%;
    }
    .pm-lombard-main-menu .container {
        width:100%;
    }
    .address-phone {
        width:100%;
        text-align:center;
        margin:0 0 15px;
    }
    .address-phone ul li{
        float: none;
        display: inline-block;
        width: 100%;
        border: 0 !important;
    }
    .pm-lombard-main-menu .top-bar ul li {
        float:none;
        display:inline;
    }

    .contact-form {
        padding:0 15px;
    }
}
@media (min-width: 990px){
        .developed-by {
        text-align:right;
    }
    .developed-by a,
    .developed-by a:focus,
    .developed-by a:visited,
    .developed-by a:active,
    .developed-by a:hover {
        color:#e8b121 !important;
        margin:0;
        text-decoration-color:none !important;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition:none;
        display:block;
        float:right;
        margin-left:5px;
        width:auto !important;
        margin-top: 0 !important;
    }
}
@media (max-width: 768px){
        .switch-language{
        display:inline-block;
        width:100%;
        margin: 0;
    }
    .switch-language select.goog-te-combo {
        display:inline-block;
        width:100% !important;
    }
    .donation{
        display:inline-block;
        width:100%;
        text-align:center;
        margin: 0 0 15px;
    }
}
.row-main {
    padding:25px 0;
}
.box-shadow-box {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding:20px;
    background:#ffffff;
    margin: 0 0 15px;
}
.imp-links a {
    margin:0 0 10px;
    color:#222222;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    flex-direction: column;
    width:100%;
    text-align:center;
    text-transform: uppercase;
    padding: 10px;
    flex-direction: column;

}
.imp-links a img {
    margin:0 0 10px;
    max-height:40px;
}
.imp-links a:hover {
   text-decoration: underline;
}
.home .pm-lombard-theme-design-block figure {
    width:50%;
}
.home .block-caption {
  padding: 15px 15px 30px;
  float: left;
  width: 50%;
  background: #ffffff;
  border:none;
}
.home .pm-lombard-item {
    padding: 0 0 15px 0   !important;
    display: block;
  float: left;
  width: 100%;
    border:none !important;
    border-bottom:1px solid #cccccc!important;
    margin: 0 0 15px !important;
}
.home .pm-lombard-theme-design-block {
    border:none !important;
    padding:0;
    border-bottom:none!important;

}

.home .box-shadow-box {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  padding: 20px;
  background: #ffffff;
  margin: 0 0 15px;
  display: inline-block;
  width:100%;
}

.home .pm-lombard-theme-design-block:hover {
    box-shadow:none !important;
}

.home .block-caption span {
    font-size:14px;
    color:#c3c3c3;
    display:inline-block;
    width:100%;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.home .block-caption h4 {
    font-family: revert !important;
}

.button-bordered {
    float:right;
    padding:10px;
    border:1px solid #cccccc;
}

.button-bordered.black {
    background:#000;
    color:#ffffff;
}

.button-bordered.black:hover {
    background:#cb960c;
    color:#ffffff;
}

.button-bordered:hover {
    text-decoration: none;
    background:#000000;
    border-color:#000000;
    color:#ffffff;
}
.dotted-border {
  display: block;
  width: 100%;
  padding: 10px 0 0;
  border-bottom: 2px dotted #cb960c;
  margin: 0 0 10px;
}

.other-links a {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  font-weight: bold;
  padding: 0 0 10px;
  border-bottom: 1px dotted #292929;
  font-size: 13px;
  line-height: 1.3;
  text-align:center;
  flex-wrap:wrap;
  justify-content: center;
}

.other-links a img {
    display:block;
    margin: 0 0 10px;
    max-height:100px;
}

@media (max-width:450px) {
    .home .pm-lombard-theme-design-block figure,.home .block-caption {
        width:100%;
    }
}

/* ==========================================================
   2026 PARISH REDESIGN
   ========================================================== */

:root {
	--brown-dark: #2b1b12;
	--brown: #5a3825;
	--brown-soft: #8a623f;
	--gold: #c99a45;
	--gold-light: #efd08a;
	--cream: #fbf3e4;
	--cream-light: #fffaf1;
	--text: #35261d;
	--muted: #7a6a5e;
	--border-gold: rgba(201, 154, 69, 0.28);
	--shadow-soft: 0 18px 45px rgba(43, 27, 18, 0.10);
	--shadow-card: 0 22px 55px rgba(43, 27, 18, 0.14);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--cream-light);
	color: var(--text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.7;
}

body.site-menu-is-open {
	overflow: hidden;
}

.container {
	width: min(100% - 40px, 1320px);
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

a {
	color: var(--brown);
	text-decoration-color: rgba(201, 154, 69, 0.45);
	text-underline-offset: 3px;
}

a:hover,
a:focus {
	color: var(--gold);
}

img {
	max-width: 100%;
	height: auto;
}

#main-content {
	display: block;
	overflow: hidden;
}

.site-button,
.site-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 25px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-button:hover,
.site-button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.site-button--small {
	min-height: 36px;
	padding: 8px 18px;
	font-size: 13px;
}

.site-button--gold,
.site-button--gold:visited {
	background: var(--gold);
	border-color: var(--gold);
	color: var(--brown-dark);
}

.site-button--gold:hover,
.site-button--gold:focus {
	background: #b88736;
	border-color: #b88736;
	color: var(--brown-dark);
}

.site-button--brown,
.site-button--brown:visited {
	background: var(--brown);
	border-color: var(--brown);
	color: #fff;
}

.site-button--brown:hover,
.site-button--brown:focus {
	background: var(--brown-dark);
	border-color: var(--brown-dark);
	color: #fff;
}

.site-button--outline-light,
.site-button--outline-light:visited {
	border-color: rgba(255, 255, 255, 0.78);
	color: #fff;
}

.site-button--outline-light:hover,
.site-button--outline-light:focus {
	background: #fffaf1;
	color: var(--brown-dark);
}

.site-button--outline-dark,
.site-button--outline-dark:visited {
	border-color: rgba(43, 27, 18, 0.45);
	color: var(--brown-dark);
}

.site-button--outline-dark:hover,
.site-button--outline-dark:focus {
	background: var(--brown-dark);
	color: #fff;
}

.site-text-link,
.site-text-link:visited {
	color: var(--brown);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.site-text-link:hover,
.site-text-link:focus {
	color: var(--gold);
}

/* Header */

.site-header {
	position: relative;
	z-index: 100;
}

.site-top-bar {
	background: var(--brown-dark);
	color: #fff;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
}

.site-top-bar a {
	color: #fff;
	text-decoration: none;
}

.site-top-bar a:hover,
.site-top-bar a:focus {
	color: var(--gold-light);
}

.site-top-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 48px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.site-top-bar__contact,
.site-top-bar__actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.site-top-bar__address {
	max-width: 55vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-language-switcher {
	line-height: 1;
}

.site-language-switcher select {
	min-height: 34px;
	height: 34px;
	margin: 0;
	padding: 4px 30px 4px 10px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	background: var(--brown-dark);
	color: #fff;
	font-size: 12px;
}

.site-navigation {
	background: rgba(255, 250, 241, 0.97);
	box-shadow: 0 10px 35px rgba(43, 27, 18, 0.12);
	backdrop-filter: blur(12px);
}

.site-navigation__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 92px;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	color: var(--brown-dark);
	text-decoration: none;
}

.site-brand:hover,
.site-brand:focus {
	color: var(--brown-dark);
}

.site-brand__mark {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius: 50%;
	background:
		radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.22), transparent 28%),
		linear-gradient(135deg, var(--gold), var(--brown));
	box-shadow: 0 12px 28px rgba(43, 27, 18, 0.25);
	color: #fff;
}

.site-brand__mark svg {
	width: 39px;
	height: 39px;
}

.site-brand__text {
	display: block;
	max-width: 245px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
}

.site-brand__text span {
	display: block;
}

.site-primary-navigation {
	margin-left: auto;
}

.site-menu,
.site-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-menu {
	display: flex;
	align-items: center;
	gap: 2px;
}

.site-menu > li {
	position: relative;
}

.site-menu > li > a {
	display: block;
	padding: 34px 12px;
	color: var(--brown-dark);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.site-menu > li:hover > a,
.site-menu > li:focus-within > a,
.site-menu > li.current-menu-item > a,
.site-menu > li.current-menu-ancestor > a {
	color: var(--gold);
}

.site-menu .sub-menu {
	position: absolute;
	top: calc(100% - 12px);
	left: 0;
	z-index: 999;
	display: none;
	width: 250px;
	padding: 10px;
	border: 1px solid var(--border-gold);
	border-radius: 16px;
	background: var(--cream-light);
	box-shadow: 0 18px 45px rgba(43, 27, 18, 0.18);
}

.site-menu li:hover > .sub-menu,
.site-menu li:focus-within > .sub-menu {
	display: block;
}

.site-menu .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--brown-dark);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
}

.site-menu .sub-menu a:hover,
.site-menu .sub-menu a:focus {
	background: var(--cream);
	color: var(--brown);
}

.site-menu .sub-menu .sub-menu {
	top: 0;
	left: calc(100% + 8px);
}

.site-menu-toggle {
	display: none;
	width: 48px;
	height: 44px;
	padding: 11px;
	border: 1px solid rgba(90, 56, 37, 0.25);
	border-radius: 999px;
	background: var(--cream-light);
}

.site-menu-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	margin: 4px auto;
	border-radius: 99px;
	background: var(--brown-dark);
}

/* Shared section styles */

.site-section {
	float: none;
	width: 100%;
	padding: 92px 0;
}

.site-section-heading {
	margin-bottom: 42px;
}

.site-section-heading--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}

.site-section-heading--center {
	text-align: center;
}

.site-section-heading h2,
.site-subpage-hero h1,
.homepage-location h2 {
	margin: 0;
	color: var(--brown-dark);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.site-section-kicker {
	margin: 0 0 12px;
	color: var(--gold);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.site-section-divider {
	display: block;
	width: 78px;
	height: 3px;
	margin: 18px auto 0;
	background: var(--gold);
}

.homepage-grid {
	display: grid;
	gap: 28px;
}

.homepage-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Homepage hero */

.homepage-hero {
	float: none;
	width: 100%;
}

.homepage-hero-swiper {
	position: relative;
	width: 100%;
}

.homepage-hero-slide {
	position: relative;
	min-height: 700px;
	background-position: center;
	background-size: cover;
}

.homepage-hero-slide::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(43, 27, 18, 0.9), rgba(43, 27, 18, 0.58), rgba(43, 27, 18, 0.25)),
		linear-gradient(0deg, rgba(43, 27, 18, 0.34), rgba(43, 27, 18, 0.08));
}

.homepage-hero-slide__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 700px;
}

.homepage-hero-content {
	max-width: 760px;
	padding: 105px 0 145px;
	color: #fff;
}

.homepage-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
	color: var(--gold-light);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.homepage-hero-kicker::before {
	width: 42px;
	height: 2px;
	background: var(--gold);
	content: "";
}

.homepage-hero-title {
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(44px, 6vw, 86px);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.homepage-hero-text {
	max-width: 650px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, 0.9);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 19px;
	line-height: 1.8;
}

.homepage-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.homepage-hero-pagination {
	position: absolute;
	z-index: 5;
	bottom: 38px !important;
}

.homepage-hero-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: var(--gold-light);
	opacity: 0.55;
}

.homepage-hero-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.homepage-hero-prev,
.homepage-hero-next {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	background: rgba(43, 27, 18, 0.34);
	color: #fff;
	font-size: 32px;
	line-height: 1;
	transform: translateY(-50%);
}

.homepage-hero-prev {
	left: 24px;
}

.homepage-hero-next {
	right: 24px;
}

/* Homepage quick links */

.homepage-quick-links {
	position: relative;
	z-index: 6;
	float: none;
	width: 100%;
	margin-top: -88px;
}

.homepage-quick-card {
	display: block;
	height: 100%;
	padding: 30px;
	border: 1px solid var(--border-gold);
	border-radius: 22px;
	background: var(--cream-light);
	box-shadow: var(--shadow-card);
	color: var(--text);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.homepage-quick-card:hover,
.homepage-quick-card:focus {
	border-color: rgba(201, 154, 69, 0.62);
	box-shadow: 0 30px 70px rgba(43, 27, 18, 0.2);
	color: var(--text);
	transform: translateY(-6px);
}

.homepage-quick-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: rgba(201, 154, 69, 0.18);
	color: var(--brown);
	font-size: 26px;
	font-weight: 900;
}

.homepage-quick-card h2 {
	margin: 0 0 10px;
	color: var(--brown-dark);
	font-size: 22px;
	font-weight: 900;
}

.homepage-quick-card p {
	margin: 0;
	color: var(--muted);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

/* News */

.homepage-news {
	background: var(--cream);
}

.homepage-news-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(201, 154, 69, 0.24);
	border-radius: 24px;
	background: var(--cream-light);
	box-shadow: var(--shadow-soft);
}

.homepage-news-card__image {
	position: relative;
	display: block;
	height: 225px;
	background-position: center;
	background-size: cover;
}

.homepage-news-card__image::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(43, 27, 18, 0.05), rgba(43, 27, 18, 0.38));
}

.homepage-news-card__content {
	padding: 28px;
}

.homepage-news-card__date,
.gallery-archive-card__date,
.resource-card__date {
	margin: 0 0 10px;
	color: var(--gold);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 900;
}

.homepage-news-card h3 {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.25;
}

.homepage-news-card h3 a {
	color: var(--brown-dark);
	text-decoration: none;
}

.homepage-news-card h3 a:hover {
	color: var(--gold);
}

.homepage-news-card p {
	color: var(--muted);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Schedule */

.homepage-schedule {
	background:
		linear-gradient(rgba(43, 27, 18, 0.92), rgba(43, 27, 18, 0.88)),
		url("../img/banner.jpg") center / cover;
	color: #fff;
}

.site-section-heading--light h2,
.site-section-heading--light p {
	color: #fff;
}

.site-section-heading--light > div > p:last-child {
	color: rgba(255, 255, 255, 0.68);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.homepage-schedule-card {
	height: 100%;
	padding: 30px;
	border: 1px solid rgba(239, 208, 138, 0.28);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(8px);
}

.homepage-schedule-card h3 {
	margin: 0 0 20px;
	color: var(--gold-light);
	font-size: 26px;
}

.homepage-schedule-card__content,
.homepage-schedule-card__content p,
.homepage-schedule-card__content li {
	color: rgba(255, 255, 255, 0.92);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.homepage-schedule-card__content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.homepage-schedule-card__content li {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

/* Visit links */

.homepage-visit {
	background: var(--cream-light);
}

.homepage-visit-card {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 116px;
	padding: 20px;
	border: 1px solid var(--border-gold);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 35px rgba(43, 27, 18, 0.08);
	color: var(--brown-dark);
	text-decoration: none;
}

.homepage-visit-card:hover,
.homepage-visit-card:focus {
	border-color: rgba(201, 154, 69, 0.62);
	color: var(--gold);
	transform: translateY(-3px);
}

.homepage-visit-card__image {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 14px;
	background: var(--cream);
}

.homepage-visit-card__image img {
	max-width: 88%;
	max-height: 88%;
	object-fit: contain;
}

.homepage-visit-card strong,
.homepage-visit-card small {
	display: block;
}

.homepage-visit-card strong {
	font-size: 17px;
	line-height: 1.3;
}

.homepage-visit-card small {
	margin-top: 5px;
	color: var(--muted);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Location */

.homepage-location {
	background: #fff;
}

.homepage-location__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 60px;
}

.homepage-location__intro {
	margin: 20px 0 0;
	color: var(--muted);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 19px;
}

.homepage-location__card {
	margin-top: 28px;
	padding: 26px;
	border: 1px solid var(--border-gold);
	border-radius: 20px;
	background: var(--cream-light);
	box-shadow: var(--shadow-soft);
}

.homepage-location__card p:last-child {
	margin-bottom: 0;
}

.homepage-location__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.homepage-location__map {
	min-height: 430px;
	overflow: hidden;
	border-radius: 24px;
	box-shadow: var(--shadow-card);
}

.homepage-location__map iframe {
	display: block;
	width: 100%;
	height: 430px;
	border: 0;
}

/* Subpages */

.site-subpage-hero {
	float: none;
	width: 100%;
	padding: 82px 0;
	background:
		linear-gradient(90deg, rgba(43, 27, 18, 0.92), rgba(43, 27, 18, 0.65)),
		url("../img/banner.jpg") center / cover;
	color: #fff;
}

.site-subpage-hero h1 {
	max-width: 920px;
	color: #fff;
}

.site-page-section {
	background: var(--cream);
}

.site-content-card,
.contact-card,
.resource-card {
	padding: clamp(28px, 5vw, 58px);
	border: 1px solid var(--border-gold);
	border-radius: 24px;
	background: var(--cream-light);
	box-shadow: var(--shadow-soft);
}

.site-content-card--intro {
	margin-bottom: 38px;
}

.entry-content {
	color: var(--text);
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: var(--brown-dark);
}

.entry-content a {
	color: var(--brown);
}

.entry-content img {
	border-radius: 18px;
}

.resource-grid,
.gallery-archive-grid,
.gallery-grid,
.legacy-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.resource-card h2 {
	margin: 0 0 24px;
	color: var(--brown-dark);
	font-size: 24px;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	gap: 38px;
}

.contact-card h2 {
	margin-top: 0;
	color: var(--brown-dark);
	font-size: 36px;
}

.contact-card__office {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid var(--border-gold);
}

.contact-map {
	min-height: 520px;
	overflow: hidden;
	border-radius: 24px;
	box-shadow: var(--shadow-card);
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
}

.contact-form-section {
	padding-top: 0;
	background: var(--cream);
}

.pastor-list {
	display: grid;
	gap: 34px;
}

.pastor-card {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--border-gold);
	border-radius: 24px;
	background: var(--cream-light);
	box-shadow: var(--shadow-soft);
}

.pastor-card__image img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

.pastor-card__content {
	padding: 42px;
}

.pastor-card__content h2 {
	margin-top: 0;
	color: var(--brown-dark);
	font-size: 34px;
}

.featured-page-card,
.single-entry__split {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
	gap: 42px;
}

.featured-page-card {
	padding: clamp(28px, 5vw, 58px);
	border: 1px solid var(--border-gold);
	border-radius: 24px;
	background: var(--cream-light);
	box-shadow: var(--shadow-soft);
}

.featured-page-card__image img,
.single-entry__featured-image img {
	width: 100%;
	border-radius: 20px;
}

.gallery-archive-card,
.gallery-card,
.legacy-gallery-card {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--shadow-soft);
}

.gallery-archive-card__image {
	display: block;
	height: 260px;
	overflow: hidden;
}

.gallery-archive-card__image img,
.gallery-card img,
.legacy-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.gallery-archive-card:hover img,
.gallery-card:hover img,
.legacy-gallery-card:hover img {
	transform: scale(1.04);
}

.gallery-archive-card__content {
	padding: 24px;
}

.gallery-archive-card__content h2 {
	margin: 0 0 14px;
	font-size: 22px;
}

.gallery-archive-card__content h2 a {
	color: var(--brown-dark);
	text-decoration: none;
}

.gallery-card,
.legacy-gallery-card {
	display: block;
	aspect-ratio: 1 / 0.78;
}

.gallery-card__overlay,
.legacy-gallery-card span {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(43, 27, 18, 0.22);
	color: #fff;
	font-size: 38px;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.gallery-card:hover .gallery-card__overlay,
.legacy-gallery-card:hover span {
	opacity: 1;
}

/* Forms */

.nf-form-content input:not([type="button"]):not([type="submit"]),
.nf-form-content select,
.nf-form-content textarea {
	border: 1px solid rgba(90, 56, 37, 0.2) !important;
	border-radius: 12px !important;
	background: #fff !important;
	color: var(--text) !important;
}

.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
	padding: 12px 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--gold) !important;
	color: var(--brown-dark) !important;
	font-weight: 700 !important;
}

/* Footer */

.site-footer {
	float: none;
	width: 100%;
	padding: 68px 0 24px;
	background: var(--brown-dark);
	color: rgba(255, 255, 255, 0.78);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: var(--gold-light);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 0.8fr;
	gap: 48px;
}

.site-footer__brand {
	display: inline-block;
	margin-bottom: 14px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
}

.site-footer__heading {
	margin: 0 0 16px;
	color: var(--gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
}

.site-footer__links {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer__links li + li {
	margin-top: 9px;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 24px;
	margin-top: 46px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	font-size: 13px;
}


/* Redesign corrections v2 */
.site-top-bar__actions {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end;
	gap: 12px;
}

.site-language-switcher,
.site-language-switcher #google_language_translator,
.site-language-switcher .goog-te-gadget {
	display: flex !important;
	align-items: center !important;
	width: auto !important;
	height: 36px !important;
	margin: 0 !important;
	line-height: 1 !important;
}

.site-language-switcher select,
.site-language-switcher select.goog-te-combo,
.site-language-switcher .goog-te-gadget .goog-te-combo {
	display: block !important;
	width: 180px !important;
	min-width: 180px !important;
	height: 36px !important;
	min-height: 36px !important;
	margin: 0 !important;
	padding: 5px 32px 5px 12px !important;
	border: 1px solid rgba(255,255,255,.45) !important;
	border-radius: 999px !important;
	background: #fffaf1 !important;
	color: #2b1b12 !important;
	font-size: 13px !important;
	line-height: 24px !important;
}

.site-navigation__inner {
	position: relative;
	min-height: 84px;
	padding-left: 112px;
}

.site-brand {
	position: absolute;
	top: -34px;
	left: 0;
	z-index: 20;
}

.site-brand__mark {
	width: 94px;
	height: 94px;
	padding: 7px;
	border: 2px solid rgba(201,154,69,.42);
	background: #fff;
	box-shadow: 0 14px 34px rgba(43,27,18,.28);
}

.site-brand__mark img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: contain;
}

.homepage-news > .container,
.homepage-schedule > .container,
.homepage-visit > .container,
.homepage-location > .container,
.site-page-section > .container {
	display: block !important;
	float: none !important;
	width: min(100% - 40px, 1320px) !important;
	max-width: 1320px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.homepage-news .site-section-heading--split,
.homepage-news .homepage-grid {
	width: 100% !important;
	max-width: none !important;
}

.homepage-news .homepage-grid--three {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.homepage-news-card {
	display: flex !important;
	float: none !important;
	flex-direction: column;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
}

.homepage-news-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.homepage-news-card__content .site-text-link {
	margin-top: auto;
}

.contact-layout {
	display: grid !important;
	grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr) !important;
	align-items: stretch;
	width: 100% !important;
}

.contact-layout > * {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

.contact-card,
.contact-map {
	height: 100%;
}

.entry-content a[href$=".pdf"],
.entry-content a[href$=".doc"],
.entry-content a[href$=".docx"],
.entry-content a[href$=".ppt"] {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding-left: 0 !important;
}

.entry-content a[href$=".pdf"]::before,
.entry-content a[href$=".doc"]::before,
.entry-content a[href$=".docx"]::before,
.entry-content a[href$=".ppt"]::before {
	position: static !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0 !important;
	border-radius: 50%;
	background: rgba(201,154,69,.18);
	color: #8b1e1e;
	content: "↓" !important;
	font-family: inherit !important;
	font-size: 18px;
	font-weight: 900;
}

.homepage-location__map:empty {
	display: none;
}


/* Redesign additions v3: news archive, bulletins and groups */

.news-archive__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 290px;
	align-items: start;
	gap: 42px;
}

.news-archive__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.news-archive-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--border-gold);
	border-radius: 24px;
	background: var(--cream-light);
	box-shadow: var(--shadow-soft);
}

.news-archive-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: rgba(90, 56, 37, 0.08);
}

.news-archive-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.news-archive-card:hover .news-archive-card__image img {
	transform: scale(1.035);
}

.news-archive-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px;
}

.news-archive-card__date {
	margin: 0 0 10px;
	color: var(--gold);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.news-archive-card__title {
	margin: 0 0 16px;
	font-size: clamp(25px, 2.4vw, 34px);
	line-height: 1.08;
}

.news-archive-card__title a {
	color: var(--brown-dark);
	text-decoration: none;
}

.news-archive-card__title a:hover {
	color: var(--gold);
}

.news-archive-card__excerpt {
	margin-bottom: 24px;
	color: var(--muted);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.news-archive-card__excerpt img,
.news-archive-card__excerpt iframe,
.news-archive-card__excerpt video,
.news-archive-card__excerpt .wp-block-embed {
	display: none !important;
}

.news-archive-card__content .site-text-link {
	margin-top: auto;
}

.news-year-card {
	position: sticky;
	top: 120px;
	padding: 32px;
	border: 1px solid var(--border-gold);
	border-radius: 24px;
	background: var(--cream-light);
	box-shadow: var(--shadow-soft);
}

.news-year-card h2 {
	margin: 0 0 20px;
	color: var(--brown-dark);
	font-size: 30px;
}

.news-year-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.news-year-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid rgba(201, 154, 69, 0.24);
	border-radius: 999px;
	background: #fff;
	color: var(--brown);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.news-year-list a:hover,
.news-year-list a.is-active {
	border-color: var(--gold);
	background: var(--gold);
	color: var(--brown-dark);
}

.news-year-list li:first-child {
	grid-column: 1 / -1;
}

.site-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 42px;
}

.site-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 15px;
	border: 1px solid var(--border-gold);
	border-radius: 999px;
	background: var(--cream-light);
	color: var(--brown);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.site-pagination .page-numbers:hover,
.site-pagination .page-numbers.current {
	background: var(--gold);
	color: var(--brown-dark);
}

.bulletin-page .site-section-heading,
.groups-page .site-section-heading {
	margin-bottom: 34px;
}

.bulletin-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 42px;
}

.bulletin-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 24px;
	border-radius: 50%;
	background: rgba(201, 154, 69, 0.18);
	color: var(--brown);
	font-size: 27px;
	font-weight: 900;
}

.bulletin-card .site-button {
	align-self: flex-start;
	margin-top: auto;
}

.parish-groups {
	display: grid;
	gap: 16px;
}

.parish-group {
	overflow: hidden;
	border: 1px solid var(--border-gold);
	border-radius: 20px;
	background: var(--cream-light);
	box-shadow: var(--shadow-soft);
}

.parish-group__summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 28px;
	color: var(--brown-dark);
	cursor: pointer;
	list-style: none;
}

.parish-group__summary::-webkit-details-marker {
	display: none;
}

.parish-group__title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 900;
	line-height: 1.2;
}

.parish-group__toggle {
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(201, 154, 69, 0.18);
}

.parish-group__toggle::before,
.parish-group__toggle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background: var(--brown);
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.parish-group__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.parish-group[open] .parish-group__toggle::after {
	transform: translate(-50%, -50%) rotate(0);
}

.parish-group__content {
	padding: 0 28px 28px;
	border-top: 1px solid rgba(201, 154, 69, 0.2);
}

.parish-group__content > *:first-child {
	margin-top: 24px;
}


/* Redesign additions v4: refined mobile header and drawer */

.mobile-menu-header,
.mobile-menu-actions,
.mobile-submenu-toggle,
.site-menu-overlay {
	display: none;
}

.site-menu-toggle {
	margin-left: auto;
	cursor: pointer;
}

.site-menu-toggle:hover,
.site-menu-toggle:focus-visible {
	border-color: var(--gold);
	outline: none;
	box-shadow: 0 0 0 4px rgba(201, 154, 69, 0.15);
}

.site-top-bar__phone-label {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.site-primary-navigation {
		padding: 0 26px 36px;
	}

	.mobile-menu-header {
		position: sticky;
		top: 0;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
		min-height: 102px;
		padding: 18px 0;
		border-bottom: 1px solid rgba(201, 154, 69, 0.24);
		background: rgba(255, 250, 241, 0.98);
		backdrop-filter: blur(12px);
	}

	.mobile-menu-brand {
		display: flex;
		align-items: center;
		gap: 14px;
		min-width: 0;
		color: var(--brown-dark);
		text-decoration: none;
	}

	.mobile-menu-brand__logo {
		display: inline-flex;
		flex: 0 0 68px;
		align-items: center;
		justify-content: center;
		width: 68px;
		height: 68px;
		padding: 5px;
		overflow: hidden;
		border: 1px solid rgba(201, 154, 69, 0.38);
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 10px 24px rgba(43, 27, 18, 0.16);
	}

	.mobile-menu-brand__logo img {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		object-fit: contain;
	}

	.mobile-menu-brand__text {
		max-width: 210px;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 14px;
		font-weight: 900;
		line-height: 1.2;
	}

	.mobile-menu-close {
		position: relative;
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
		padding: 0;
		border: 1px solid rgba(90, 56, 37, 0.2);
		border-radius: 50%;
		background: #fff;
		cursor: pointer;
	}

	.mobile-menu-close span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		border-radius: 99px;
		background: var(--brown-dark);
	}

	.mobile-menu-close span:first-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.mobile-menu-close span:last-child {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.mobile-menu-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
		padding: 22px 0;
	}

	.mobile-menu-action {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 54px;
		padding: 10px 18px;
		border-radius: 18px;
		font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
		text-decoration: none;
	}

	.mobile-menu-action--phone {
		flex-direction: column;
		align-items: flex-start;
		border: 1px solid rgba(201, 154, 69, 0.32);
		background: #fff;
		color: var(--brown-dark);
	}

	.mobile-menu-action--phone span {
		color: var(--muted);
		font-size: 12px;
		font-weight: 700;
	}

	.mobile-menu-action--phone strong {
		font-size: 15px;
	}

	.mobile-menu-action--donate {
		background: var(--gold);
		color: var(--brown-dark);
		font-weight: 800;
	}

	.site-menu > li {
		position: relative;
		padding-right: 48px;
	}

	.site-menu > li > a {
		padding: 17px 0;
	}

	.site-menu .sub-menu li {
		position: relative;
	}

	.mobile-submenu-toggle {
		position: absolute;
		top: 8px;
		right: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
		cursor: pointer;
	}

	.mobile-submenu-toggle span {
		width: 10px;
		height: 10px;
		border-right: 2px solid var(--brown);
		border-bottom: 2px solid var(--brown);
		transform: translateY(-2px) rotate(45deg);
		transition: transform 0.2s ease;
	}

	.menu-item-has-children.is-open > .mobile-submenu-toggle span,
	.mobile-submenu-toggle[aria-expanded="true"] span {
		transform: translateY(2px) rotate(225deg);
	}

	.site-menu .sub-menu {
		padding-left: 0;
		margin-left: 0;
	}

	.site-menu .sub-menu a {
		padding: 11px 14px;
		border-left: 2px solid rgba(201, 154, 69, 0.35);
		border-radius: 0 10px 10px 0;
	}

	.site-menu-overlay {
		position: fixed;
		inset: 0;
		z-index: 190;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background: rgba(43, 27, 18, 0.46);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
	}

	.site-menu-overlay.is-visible {
		opacity: 1;
		pointer-events: auto;
	}
}

@media only screen and (max-width: 767px) {
	.site-top-bar__inner {
		justify-content: space-between;
		min-height: 52px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.site-top-bar__contact {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
	}

	.site-top-bar__address,
	.site-top-bar__donation {
		display: none !important;
	}

	.site-top-bar__phone {
		display: inline-flex !important;
		align-items: center;
		min-height: 36px;
		padding: 7px 13px;
		border: 1px solid rgba(255, 255, 255, 0.35);
		border-radius: 999px;
		font-size: 13px;
		font-weight: 700;
	}

	.site-top-bar__phone-label {
		display: inline;
		margin-right: 4px;
	}

	.site-top-bar__actions {
		order: -1;
		margin-left: 0;
	}

	.site-language-switcher {
		display: flex !important;
	}

	.site-language-switcher,
	.site-language-switcher #google_language_translator,
	.site-language-switcher .goog-te-gadget {
		height: 36px !important;
	}

	.site-language-switcher select,
	.site-language-switcher select.goog-te-combo,
	.site-language-switcher .goog-te-gadget .goog-te-combo {
		width: 144px !important;
		min-width: 144px !important;
		height: 36px !important;
		padding-right: 27px !important;
		font-size: 12px !important;
	}

	.site-navigation__inner {
		justify-content: flex-end;
		min-height: 74px;
		padding-left: 82px;
	}

	.site-brand {
		top: -18px;
	}

	.site-menu-toggle {
		position: relative;
		right: 0;
		margin-left: auto;
	}

	.site-primary-navigation {
		width: min(94vw, 420px);
		padding-right: 22px;
		padding-left: 22px;
	}

	.mobile-menu-actions {
		grid-template-columns: 1fr;
	}

	.mobile-menu-action--phone {
		align-items: center;
		text-align: center;
	}
}

@media only screen and (max-width: 420px) {
	.site-top-bar__phone-label {
		display: none;
	}

	.site-language-switcher select,
	.site-language-switcher select.goog-te-combo,
	.site-language-switcher .goog-te-gadget .goog-te-combo {
		width: 132px !important;
		min-width: 132px !important;
	}

	.site-top-bar__phone {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 12px;
	}

	.mobile-menu-brand__text {
		max-width: 155px;
		font-size: 12px;
	}
}


/* Site refinements v5 */

/* Keep homepage section layouts independent from legacy Bootstrap and float rules. */
.homepage-news,
.homepage-location {
	float: none !important;
	clear: both !important;
	width: 100% !important;
}

.homepage-news > .container,
.homepage-location > .container {
	box-sizing: border-box !important;
	width: min(calc(100% - 48px), 1320px) !important;
	max-width: 1320px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.homepage-news .homepage-grid.homepage-grid--three {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 30px !important;
	width: 100% !important;
	max-width: none !important;
}

.homepage-news-card {
	display: flex !important;
	float: none !important;
	flex-direction: column !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	overflow: hidden !important;
}

.homepage-news-card__image {
	display: block !important;
	width: 100% !important;
	min-height: 240px !important;
	aspect-ratio: 16 / 10 !important;
	background-position: center !important;
	background-size: cover !important;
}

.homepage-news-card__content {
	display: flex !important;
	flex: 1 !important;
	flex-direction: column !important;
	min-width: 0 !important;
	padding: 28px !important;
}

.homepage-news-card h3,
.homepage-news-card h3 a,
.homepage-news-card p {
	overflow-wrap: anywhere !important;
	word-break: normal !important;
}

/* Homepage contact and location section: text left, map right. */
.homepage-location > .container.homepage-location__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
	align-items: stretch !important;
	gap: 52px !important;
}

.homepage-location__grid > * {
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
}

.homepage-location__map {
	min-height: 470px !important;
	height: 100% !important;
}

.homepage-location__map iframe {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 470px !important;
}

/* Full posts archive uses the same image-led card treatment as the homepage. */
.news-archive__grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 30px !important;
	width: 100% !important;
}

.news-archive-card {
	display: flex !important;
	float: none !important;
	flex-direction: column !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
}

.news-archive-card__image {
	display: block !important;
	width: 100% !important;
	min-height: 250px !important;
	aspect-ratio: 16 / 10 !important;
	background-position: center !important;
	background-size: cover !important;
}

.news-archive-card__content {
	display: flex !important;
	flex: 1 !important;
	flex-direction: column !important;
}

/* Make all supported translation plugin controls readable. */
.site-language-switcher,
.site-language-switcher * {
	box-sizing: border-box;
}

.site-language-switcher select,
.site-language-switcher .goog-te-combo,
.site-language-switcher #gtranslate_selector,
.site-language-switcher .gt_selector,
.site-language-switcher .gt_switcher,
.site-language-switcher .gt_switcher a,
.site-language-switcher .gt_switcher .gt_selected,
.site-language-switcher .gt_switcher .gt_selected a,
.site-language-switcher .gt_switcher .gt_option,
.site-language-switcher .gt_switcher .gt_option a {
	color: var(--brown-dark) !important;
	background-color: #fffaf1 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.site-language-switcher .gt_switcher,
.site-language-switcher .gt_switcher .gt_selected {
	width: 160px !important;
}

.site-language-switcher .gt_switcher .gt_selected a,
.site-language-switcher .gt_switcher .gt_option a {
	display: flex !important;
	align-items: center !important;
	min-height: 34px !important;
	padding: 6px 28px 6px 10px !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

/* Mobile drawer starts at the viewport top. */
@media only screen and (max-width: 1199px) {
	.site-primary-navigation {
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: auto !important;
		z-index: 100000 !important;
		display: block !important;
		width: min(92vw, 430px) !important;
		height: 100vh !important;
		height: 100dvh !important;
		max-height: none !important;
		padding: 0 26px 34px !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		background: #fffaf1 !important;
		transform: translateX(105%) !important;
		transition: transform 0.3s ease !important;
	}

	.site-primary-navigation.is-open {
		transform: translateX(0) !important;
	}

	.admin-bar .site-primary-navigation {
		top: 0 !important;
		height: 100dvh !important;
	}

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

	.mobile-menu-actions {
		display: block !important;
		padding: 22px 0 !important;
	}

	.mobile-menu-action--phone {
		display: none !important;
	}

	.mobile-menu-action--donate {
		display: flex !important;
		width: 100% !important;
		min-height: 58px !important;
	}

	.site-menu-overlay {
		z-index: 99999 !important;
	}

	body.site-menu-is-open {
		overflow: hidden !important;
	}
}

/* Ninja Forms */
/*.nf-form-cont {
	padding: clamp(24px, 4vw, 46px) !important;
	border: 1px solid rgba(201, 154, 69, 0.34) !important;
	border-radius: 24px !important;
	background: #fffaf1 !important;
	box-shadow: 0 18px 45px rgba(43, 27, 18, 0.1) !important;
}*/

.nf-form-cont .nf-form-fields-required,
.nf-form-cont .nf-error-msg,
.nf-form-cont .ninja-forms-req-symbol {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.nf-form-cont .nf-field-label label {
	margin-bottom: 8px !important;
	color: var(--brown-dark) !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 14px !important;
	font-weight: 750 !important;
}

.nf-form-cont input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.nf-form-cont select,
.nf-form-cont textarea {
	width: 100% !important;
	min-height: 52px !important;
	padding: 12px 15px !important;
	border: 1px solid rgba(90, 56, 37, 0.24) !important;
	border-radius: 12px !important;
	background: #fff !important;
	color: var(--brown-dark) !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	box-shadow: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.nf-form-cont textarea {
	min-height: 180px !important;
	resize: vertical !important;
}

.nf-form-cont input:focus,
.nf-form-cont select:focus,
.nf-form-cont textarea:focus {
	border-color: var(--gold) !important;
	outline: none !important;
	box-shadow: 0 0 0 4px rgba(201, 154, 69, 0.16) !important;
}

.nf-form-cont input[type="button"],
.nf-form-cont input[type="submit"],
.nf-form-cont button[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 50px !important;
	padding: 12px 28px !important;
	border: 1px solid var(--gold) !important;
	border-radius: 999px !important;
	background: var(--gold) !important;
	color: var(--brown-dark) !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	cursor: pointer !important;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

.nf-form-cont input[type="button"]:hover,
.nf-form-cont input[type="submit"]:hover,
.nf-form-cont button[type="submit"]:hover {
	border-color: #b88736 !important;
	background: #b88736 !important;
	transform: translateY(-1px) !important;
}

.nf-form-cont .nf-error .ninja-forms-field {
	border-color: #b42318 !important;
}

.nf-form-cont .nf-error-msg {
	color: #b42318 !important;
}

@media only screen and (max-width: 991px) {
	.homepage-news .homepage-grid.homepage-grid--three,
	.news-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.homepage-location > .container.homepage-location__grid {
		grid-template-columns: 1fr !important;
	}

	.homepage-location__map,
	.homepage-location__map iframe {
		min-height: 420px !important;
	}
}

@media only screen and (max-width: 640px) {
	.homepage-news > .container,
	.homepage-location > .container {
		width: min(calc(100% - 30px), 1320px) !important;
	}

	.homepage-news .homepage-grid.homepage-grid--three,
	.news-archive__grid {
		grid-template-columns: 1fr !important;
	}

	.homepage-news-card__image,
	.news-archive-card__image {
		min-height: 220px !important;
	}

	.nf-form-cont {
		padding: 22px 18px !important;
	}
}


/* Layout refinements v7 */

html,
body {
	width: 100%;
	max-width: 100%;
	overflow-x: clip !important;
}

@supports not (overflow: clip) {
	html,
	body {
		overflow-x: hidden !important;
	}
}

#main-content,
.site-header,
.site-footer {
	max-width: 100%;
	overflow-x: clip;
}

/* Keep the closed mobile navigation completely outside the renderable page area. */
@media only screen and (max-width: 1199px) {
	.site-primary-navigation {
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		transform: translate3d(100%, 0, 0) !important;
	}

	.site-primary-navigation.is-open {
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: translate3d(0, 0, 0) !important;
	}

	.site-menu-overlay {
		visibility: hidden;
	}

	.site-menu-overlay.is-visible {
		visibility: visible;
	}
}

/* Homepage news: centered, full-width card grid. */

.homepage-news .site-section-heading--split {
	width: 100% !important;
}

.homepage-news .homepage-grid--three {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	justify-content: center !important;
	gap: 30px !important;
	width: 100% !important;
	margin: 0 auto !important;
}

.homepage-news-card {
	min-width: 0 !important;
	max-width: none !important;
}

.homepage-news-card__image {
	height: auto !important;
	min-height: 230px !important;
	aspect-ratio: 16 / 10 !important;
}

.homepage-news-card__content {
	min-width: 0 !important;
}

.homepage-news-card h3,
.homepage-news-card h3 a,
.homepage-news-card p {
	max-width: 100% !important;
	overflow-wrap: break-word !important;
	word-break: normal !important;
}

/* Homepage contact: contact details and map stay side by side on tablet and desktop. */
.homepage-location > .container.homepage-location__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
	align-items: stretch !important;
	gap: 42px !important;
	width: min(calc(100% - 48px), 1180px) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
}

.homepage-location__grid > div {
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
}

.homepage-location__map,
.homepage-location__map iframe {
	width: 100% !important;
	height: 100% !important;
	min-height: 480px !important;
}

/* Contact page: information and map stay in two columns on tablet and desktop. */
.site-page-section > .container.contact-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
	align-items: stretch !important;
	gap: 38px !important;
	width: min(calc(100% - 48px), 1320px) !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
}

.contact-layout > * {
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
}

.contact-card,
.contact-map {
	height: 100% !important;
}

.contact-map,
.contact-map iframe {
	min-height: 540px !important;
}

/* Bulletin year filter and resilient card titles. */
.bulletin-year-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -10px 0 34px;
}

.bulletin-year-filter a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 17px;
	border: 1px solid rgba(201, 154, 69, 0.34);
	border-radius: 999px;
	background: #fffaf1;
	color: var(--brown);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.bulletin-year-filter a:hover,
.bulletin-year-filter a.is-active {
	border-color: var(--gold);
	background: var(--gold);
	color: var(--brown-dark);
}

.bulletin-grid {
	align-items: stretch;
}

.bulletin-card {
	min-width: 0 !important;
	overflow: hidden !important;
}

.bulletin-card h2 {
	max-width: 100% !important;
	font-size: clamp(21px, 2vw, 28px) !important;
	line-height: 1.2 !important;
	overflow-wrap: anywhere !important;
	word-break: break-word !important;
	hyphens: auto;
}

.bulletin-card__button {
	position: relative !important;
	padding-left: 28px !important;
}

.bulletin-page a[href$=".pdf"]::before,
.bulletin-page a[href*=".pdf?"]::before,
.bulletin-page a[href$=".doc"]::before,
.bulletin-page a[href$=".docx"]::before,
.bulletin-page a[href$=".ppt"]::before,
.bulletin-page a[href$=".pptx"]::before,
.bulletin-page .bulletin-card__button::before {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	content: none !important;
}

@media only screen and (max-width: 900px) {
	.homepage-news .homepage-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media only screen and (max-width: 767px) {
	.homepage-location > .container.homepage-location__grid,
	.site-page-section > .container.contact-layout {
		grid-template-columns: 1fr !important;
		width: min(calc(100% - 30px), 1320px) !important;
		gap: 28px !important;
	}

	.homepage-location__map,
	.homepage-location__map iframe,
	.contact-map,
	.contact-map iframe {
		min-height: 380px !important;
	}
}

@media only screen and (max-width: 640px) {
	.homepage-news > .container {
		width: min(calc(100% - 30px), 1180px) !important;
	}

	.homepage-news .homepage-grid--three {
		grid-template-columns: 1fr !important;
	}

	.bulletin-year-filter {
		gap: 8px;
	}
}


/* Header and gallery refinements */

@media only screen and (min-width: 1200px) {
	.site-top-bar__inner {
		justify-content: flex-end !important;
		gap: 28px !important;
	}

	.site-top-bar__contact,
	.site-top-bar__actions {
		flex: 0 0 auto !important;
	}

	.site-brand,
	.site-brand__mark {
		width: 165px !important;
		height: 165px !important;
	}

	.site-brand {
		top: -62px !important;
		left: 0 !important;
	}

	.site-brand__mark {
		padding: 8px !important;
	}

	.site-navigation__inner {
		min-height: 96px !important;
		padding-left: 190px !important;
	}
}

@media only screen and (max-width: 1199px) {
	.site-primary-navigation {
		overscroll-behavior: contain !important;
		-webkit-overflow-scrolling: touch !important;
		touch-action: pan-y !important;
	}

	.mobile-menu-header--simple {
		display: flex !important;
		justify-content: flex-end !important;
		min-height: 72px !important;
		padding: 14px 0 !important;
	}

	.mobile-menu-brand {
		display: none !important;
	}
}

.gallery-year-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 36px;
}

.gallery-year-filter a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 17px;
	border: 1px solid rgba(201, 154, 69, 0.34);
	border-radius: 999px;
	background: #fffaf1;
	color: var(--brown);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.gallery-year-filter a:hover,
.gallery-year-filter a.is-active {
	border-color: var(--gold);
	background: var(--gold);
	color: var(--brown-dark);
}

.gallery-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.gallery-archive-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(201, 154, 69, 0.25);
	border-radius: 22px;
	background: #fffaf1;
	box-shadow: 0 16px 42px rgba(43, 27, 18, 0.08);
}

.gallery-archive-card__image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: rgba(90, 56, 37, 0.08);
}

.gallery-archive-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.gallery-archive-card:hover .gallery-archive-card__image img {
	transform: scale(1.035);
}

.gallery-archive-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.gallery-archive-card__content h2 {
	margin-bottom: 18px;
	font-size: clamp(21px, 2vw, 28px);
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.gallery-archive-card__content .site-text-link {
	margin-top: auto;
}

@media only screen and (max-width: 900px) {
	.gallery-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 640px) {
	.site-brand,
	.site-brand__mark {
		width: 112px !important;
		height: 112px !important;
	}

	.gallery-archive-grid {
		grid-template-columns: 1fr;
	}
}


/* Mobile navigation refinements v9 */

@media only screen and (max-width: 1199px) {
	.site-primary-navigation {
		top: 0 !important;
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.admin-bar .site-primary-navigation {
		top: 0 !important;
	}

	.mobile-menu-header--simple {
		position: sticky !important;
		top: 0 !important;
		z-index: 5 !important;
		min-height: 72px !important;
		margin: 0 !important;
		padding: 14px 0 !important;
		background: #fffaf1 !important;
	}

	.mobile-menu-actions {
		display: none !important;
	}

	.mobile-menu-footer {
		display: block;
		padding: 26px 0 10px;
		border-top: 1px solid rgba(201, 154, 69, 0.24);
	}

	.mobile-menu-footer .mobile-menu-action--donate {
		display: flex !important;
		width: 100% !important;
		min-height: 58px !important;
	}
}

/* Logo-aligned color refinements v10 */

:root {
	--brown-dark: #3f2118;
	--brown: #7f4637;
	--brown-soft: #a7604d;
	--gold: #b76852;
	--gold-light: #ddb2a5;
	--cream: #f6eee8;
	--cream-light: #fffaf7;
	--text: #3a251f;
	--muted: #806b63;
	--border-gold: rgba(183, 104, 82, 0.28);
	--shadow-soft: 0 18px 45px rgba(63, 33, 24, 0.1);
}

.site-top-bar,
.site-footer {
	background: #3f2118 !important;
}

.site-navigation,
.site-primary-navigation,
.mobile-menu-header--simple {
	background: #fffaf7 !important;
}

.site-button--gold,
.mobile-menu-action--donate,
.bulletin-year-filter a.is-active,
.gallery-year-filter a.is-active,
.site-pagination .page-numbers.current {
	border-color: #b76852 !important;
	background: #b76852 !important;
	color: #fffaf7 !important;
}

.site-button--gold:hover,
.mobile-menu-action--donate:hover {
	border-color: #964d3c !important;
	background: #964d3c !important;
	color: #fff !important;
}

.site-brand__mark,
.mobile-menu-brand__logo {
	border-color: rgba(183, 104, 82, 0.42) !important;
	box-shadow: 0 14px 34px rgba(63, 33, 24, 0.22) !important;
}

.site-section-kicker,
.homepage-hero-kicker,
.news-archive-card__date,
.resource-card__date {
	color: #b76852 !important;
}

.site-section-divider {
	background: #b76852 !important;
}

.site-menu > li > a:hover,
.site-menu > li.current-menu-item > a,
.site-menu > li.current-menu-ancestor > a {
	color: #b76852 !important;
}

/* Mobile-only donation footer must never appear in the desktop navigation. */
.mobile-menu-footer {
	display: none !important;
}

@media only screen and (max-width: 1199px) {
	.mobile-menu-footer {
		display: block !important;
	}
}
