.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}@media screen and (min-width: 720px) {
#logo > h1 > a,
#logo > .site-name > a {
width: 215px !important;
background-size: cover;
background-position: 0 5px;
}
}
.print-icon {
font-size: 16px;
cursor: pointer;
}
.print-icon:hover {
color: #295F65;
}
#page-content-title {
background-color: #F5F5F5 !important;
}
.pp_close {
text-transform: uppercase;
font-weight: bold;
width: auto !important;
background: none !important;
text-indent: 0px !important;
}
.pcz-button {
border: 2px solid #295F65 !important;
color: white;
background-color: #295F65;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
padding: 10px 20px;
line-height: normal !important;
border-radius: 0px !important;
}
.pcz-button-outline {
color: #295F65;
background-color: transparent !important;
-webkit-transform: all .2s ease-in-out;
-moz-transform: all .2s ease-in-out;
-ms-transform: all .2s ease-in-out;
-o-transform: all .2s ease-in-out;
transform: all .2s ease-in-out;
}
.pcz-button-outline:hover {
background-color: #295F65 !important;
color: white;
}
.unit-sidebar-widget {
display: flex;
flex-direction: column;
}
div[id^="pcz_units_sidebar"]:last-of-type {
margin-bottom: 30px;
}
.unit-sidebar-widget > h3 {
text-transform: uppercase;
color: #295F65;
margin-bottom: 20px !important;
padding-bottom: 10px !important;
border-bottom: 2px solid #EAEAEA;
background: none !important;
font-size: 18px !important;
}
.unit-sidebar:last-of-type {
margin-bottom: 30px;
}
.unit-sidebar-container > a.pcz-button {
float: right;
} .pcz-widget-title {
text-transform: uppercase;
color: #295F65;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #EAEAEA;
font-size: 18px !important;
}
.pcz-sub-pages-link {
text-transform: uppercase;
}
ul.pcz-sub-pages-links {
list-style-type: none;
}
ul.pcz-sub-pages-links > li {
padding-left: 1.3em;
margin-left: 0px;
margin-bottom: 5px;
font-size: 13px;
}
ul.pcz-sub-pages-links > li:before {
content: "\f101";
font-family: FontAwesome;
display: inline-block;
margin-left: -1.3em;
width: 1.3em;
color: #295F65;
} .pcz-single-accordion-element {
margin-bottom: 45px;
padding-bottom: 10px;
border-bottom: 1px solid #295F65;
}
.pcz-single-accordion-title {
width: 75%;
}
.pcz-single-accordion-title > h4 {
display: inline-block;
color: #295F65;
}
.pcz-single-accordion-content {
display: none;
margin-bottom: 45px;
margin-top: 15px;
overflow: hidden;
}
.pcz-single-accordion-content > .single-post-attachments {
margin-top: 45px;
margin-bottom: 45px;
}
.pcz-single-accordion-element > .pcz-button {
border-radius: 0px;
float: right;
cursor: pointer;
margin-top: -30px;
}
@media screen and (max-width: 767px) {
.pcz-single-accordion-title {
width: 100%;
}
.pcz-single-accordion-element > .pcz-button {
margin-top: 0px;
}
}
.pcz-single-accordion-element > .pcz-button > i.fa {
margin-left: 5px;
} .global-single-title {
margin-bottom: 30px;
text-transform: uppercase;
color: #295F65;
}
.pcz-about-social {
text-align: right;
font-size: 16px;
margin-top: -20px;
}
.pcz-about-social > a {
color: #295F65;
}
.pcz-about-social > a:hover {
color: white;
}
.pcz-about-social > a:hover > i.fa {
background-color: #295F65;
}
.pcz-about-social > a > i.fa {
border: 2px solid #295F65;
padding: 5px 10px 5px 10px;
}
#top-bar-links > a:not(:last-of-type)::after {
margin-right: 5px;
margin-left: 5px;
content: " • ";
}
td {
padding-right: 10px;
padding-bottom: 10px;
}
#navigation-menu ul.sf-menu a.sf-with-ul::after {
top: 15px !important;
} #rodo-modal {
opacity: 0;
visibility: hidden;
transition: all 0.5s ease;
}
#rodo-modal.active {
opacity: 1 !important;
visibility: visible !important;
}
.rodo-overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
z-index: 999;
}
.rodo-modal {
position: fixed;
left: calc(50% - 25vw); top: 100px;
width: 50vw;
background: white;
z-index: 999999;
}
.rodo-modal-header {
height: 60px;
text-align: center;
border-bottom: 1px solid #eaeaea;
display: flex;
align-items: center;
justify-content: center;
}
.rodo-modal-header h4 {
margin: 0;
}
.rodo-modal-content {
max-height: 50vh;
overflow-y: scroll;
}
.rodo-modal-content > div {
padding: 15px 30px;
}
.rodo-modal-footer {
height: 60px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.rodo-modal-footer > a {
margin-right: 15px;
}
@media screen and (max-width: 997px) {
.rodo-modal {
width: 80vw;
left: calc(50% - 40vw);
}
}
@media screen and (max-width: 600px) {
.rodo-modal {
width: 95vw;
left: calc(50% - 47.5vw);
height: 75vh;
top: calc(50% - 37.5vh);
}
.rodo-modal-content {
height: calc(70vh - 120px);
}
}