html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: none;
text-decoration: none;
} b,
strong {
font-weight: 700;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 0px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 0px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: #5F8588;
}
a:visited {
color: #295356;
}
a:hover,
a:focus,
a:active {
color: #5F8588;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}    .site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 0px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
}  .sticky {
display: block;
} .updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}  .search-menu {
padding: 3em;
}
.js .search-menu {
position: fixed;
z-index: 999999;
top: 0;
left: 100%;
overflow: hidden;
width: 100%;
height: 100vh;
background: #fff;
}
.js .search-menu::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
}
.btn--search-close {
font-size: 2em;
position: absolute;
float: right;
right: 0;
top: 24px;
}
#menu-primary.navbar-nav>li {
float: none;
display: block;
}
.search-menu .container {
position: relative;
}
.search__input::-webkit-input-placeholder { color: #969696;
}
.search__input::-moz-placeholder {
opacity: 1; color: #969696;
}
.search__input:-ms-input-placeholder { color: #969696;
}
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
-webkit-appearance: none;
}
.search__input::-ms-clear {
display: none;
}
.search__info {
font-size: 90%;
font-weight: bold;
display: block;
width: 50%;
padding: 0.85em 0;
color: #000;
}
.search__related {
display: flex;
width: 35%;
padding: 4em 0 0 0;
pointer-events: none;
}
.search__suggestion h3 {
font-size: 1.35em;
margin: 0;
}
.search__suggestion h3::before {
content: '\21FE';
display: inline-block;
padding: 0 0.5em 0 0;
}
.search__suggestion p {
font-size: 1.15em;
line-height: 1.4;
margin: 0.75em 0 0 0;
color: #ff4848;
}   .js .main-wrap::after {
transition: opacity 0.3s;
transition-timing-function: ease-out;
}
.js .main-wrap--overlay::after {
opacity: 1;
transition-delay: 0s;
}
.js .search-menu {
pointer-events: none;
transition: transform 0.3s;
transition-delay: 0.4s;
transition-timing-function: ease-out;
}
.js .search--open {
pointer-events: auto;
transform: translate3d(-100%,0,0);
transition-delay: 0s;
}
.js .search-menu::after {
transition: transform 0.3s;
transition-timing-function: ease-out;
}
.js .search--open::after {
transform: translate3d(100%,0,0);
transition-delay: 0.4s;
}
.js .btn--search-close {
transition: opacity 0.1s;
transition-delay: 0.3s;
}
@media screen and (max-width: 40em) {
.btn--search-close {
font-size: 1.25em;
}
.search__related {
font-size: 80%;
width: 75%;
}
.search__input {
font-size: 2em;
width: 90%;
}
.search__info {
width: 90%;
}
} .icon {
display: block;
width: 1.5em;
height: 1.5em;
margin: 0 auto;
fill: currentColor;
}
.search-wrap {
float: right;
}  .main-wrap.main-wrap--overlay button#btn-search-close {
opacity: 1;
}
#menu-primary li a {
font-size: 40px;
margin-bottom: 21px;
color: #000;
padding-left: 0;
display: block;
}
.menu-wrap {
margin-top: 100px;
}
.menu-wrap h2 {
font-size: 56px;
margin-bottom: 60px;
}
#menu-primary li a:hover{
background: none !important;
color: #888 !important;
} button#btn-search, button#btn-search-close {
background: none;
padding: 0;
height: auto;
outline: 0 !important;
border: none !important;
}
.home button#btn-search i{
color:#fff;
}
button#btn-search i{
color:#000;
}
button#btn-search-close i {
color: #000;
}
button#btn-search i, button#btn-search-close i {
font-size: 35px;
}
nav#menu-primary {
max-height: 550px;
overflow: hidden;
overflow-y: scroll;
}
nav#menu-primary ul {
padding: 0;
margin: 0;
list-style: none;
}
.controls button.next, .controls button.previous {
background: none;
border: 1px solid #000 !important;
color: #000;
}
.controls button.next, .controls button.previous {
color: #000 !important;
font-size: 39px !important;
padding: 0 !important;
height: auto !important;
line-height: 51px !important;
outline: 0 !important;
}
.controls button.previous {
border-right: 0 !important;
}
.controls {
margin-top: 50px;
padding: 0;
margin-bottom: 30px;
}
a.about-second-wrap-link {
background: #fff;
font-size: 51px;
color: #000;
position: absolute;
bottom: 0;
left: 0;
padding: 0 59px;
}
.about-second-wrap {
position: relative;
}
.header-social .social-icon, .header-social .header-phone {
display: inline-block;
margin-right: 20px;
}
.header-social .social-icon a, .header-social .header-phone a {
color: #000;
font-size: 18px;
z-index: 9999;
position: relative;
cursor: pointer;
}
.header-social .header-phone {
margin-right: 25px;
border-right: 1px solid #000;
padding-right: 20px;
}
.home.page-template-template-home .header-social .header-phone {
border-right: 1px solid rgba(255, 255, 255, 0.36);
}
button#btn-search, .header-social {
display: inline-block;
}
.header-social {
margin-right: 25px;
}
.home.blog header#masthead {
position: relative;
top: auto;
z-index: 9999;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
.home.blog .header-social .social-icon a, .home.blog .header-social .header-phone a {
color: #000;
}
.home.blog header#masthead h2.site-title a {
color: #000;
}
.home.blog p.site-description {
color: #565656 !important;
} .home.blog button#btn-search i {
color: #000;
}
.home .header-social .social-icon a, .home .header-social .header-phone a{
color: #fff;
}
a:focus, a:focus-within {
outline: none;
border-bottom: 1px solid;
}
a.focus-visible {
outline: none !important;
border-bottom: 1px solid !important;
}
.header-social .social-icon a:focus, .header-social .header-phone a:focus,.header-social .social-icon a:focus-within, .header-social .header-phone a:focus-within,.header-social .social-icon a:focus-visible, .header-social .header-phone a:focus-visible{
outline: none !important;
border-bottom: 1px solid !important;
}
.blog article.hentry,.archive article.hentry,.search-results article.hentry {
margin-bottom: 50px;
}
.blog article a.btn.btn-default,.archive article a.btn.btn-default ,.search-results article a.btn.btn-default {
margin-top: 30px;
}
.single .entry-footer a.btn.btn-default {
display: none;
}
section.footer-sec a, section.footer-sec p, section.footer-sec span {
color: #fff;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-sec h3.widget-title {
color: #fff;
font-size: 29px;
margin-bottom: 20px;
}
.footer-sec ul li {
margin-bottom: 10px;
}
.footer-sec #wp-calendar tbody tr td {
color: #fff;
}
.footer-sec #wp-calendar thead tr th {
color: #fff;
}
.custom-logo-link, .logo-wrap {
float: left;
}
.custom-logo-link{
margin-right: 15px;
}
.hero-section .image:before {
background: rgba(0, 0, 0, 0.3);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
}
a.skip-link.screen-reader-text {
font-size: 16px;
}
.navbar-nav .dropdown-menu {
display: block !important;
left: -999em;
}
ul#menu-main li a,a.header-btn.btn.btn-default {
font-family: dm sans,sans-serif;
font-size: 16px;
font-weight: 400;
}
body a{
color:#295356!important;
}
ul#menu-main li a {
color:#333!important;
}
header#masthead {
background: #ececec;
}
a.header-btn.btn.btn-default {
background: #295356!important;
}
a.header-btn.btn.btn-default:hover {
background: #5F8588!important;
}
.wp-block-search__button {
background: #295356!important;
}
.wp-block-search__button:hover {
background: #5F8588!important;;
}
footer#colophon {
background: #ececec;
}
.breadscrum {
margin: 15px 40px;
}
h1.entry-title:after {
content: "";
width: 200px;
height: 1px;
background: #295356;
display: block;
margin-right: 20px;
float: left;
margin-top: 18px;
width: 100%;
}
.btn-default, button, .button, .comment-respond .comment-form input[type="submit"], .comments-area ol.comment-list .reply a, a.post-edit-link, div.wpcf7 input[type="submit"], .hb_button, .hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"]{
background: #295356!important;
}
.section {
padding: 20px 0!important;
}
body{
line-height: 1.5em;
}
.h1, .h2, .h3, h1, h2, h3 {
margin: 20px 0px;
}
section.footer-sec a, section.footer-sec p, section.footer-sec span {
color: #fff !important;
}
body{
line-height:1.5em;
}
p {
font-family: "Montserrat", sans-serif;
color: #564444;
font-size: 106.25%;
text-shadow: none;
line-height: 1.7;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: justify;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
font-weight: 300;
}
h1 {
color: #295356 !important;
font-family: "Montserrat", sans-serif; !important;
font-weight: 600 !important;
font-size: 27px !important;
line-height: 1.5em;
}
h2, h3, h4, h5, h6{
color: #295356 !important;
font-family: "Montserrat", sans-serif; !important;
font-weight: 600 !Important;
margin-top:25px;
}
footer{
color:#fff!important;
}
.widget-title{
color:#fbfbfb!important;
}
ul, ol {
list-style: disc;
list-style-position: inside;align-content;
padding-left:20px
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
color: #333!important;
text-decoration: none;
background-color: #ececec!important;
outline: 0;
}
.entry-content a, a:visited, a:active  {
color: #295356!important;
}
.entry-content a:hover{
color: #5F8588!important;
}
.portfolio-item a{
color: #333!important;	
}
.breadscrum a{
color: #333!important;	
}
.table-cennik tr td{
text-align:left;
}
.table-cennik tr:nth-child(even) {
background-color: #f2f2f2;
}
.content-area article p a,.content-area article .entry-content a,.comment-content p a, .content-area article li a, .comment-content li a,.textwidget p a {
text-decoration: none !important;
}
#back-to-top{
background:#295356!important
}
#back-to-top:hover{
background:#5F8588!important;
} h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", sans-serif;
font-weight: 300 !important;
color:#295356!important;
}
body {
font-size: 16px; line-height: 1.5; } h1 {
font-size: 32px!important; 
line-height: 1.2;
margin-top: 0.67em;
margin-bottom: 0.67em;
}
h2 {
font-size: 28px; line-height: 1.2;
margin-top: 0.83em;
margin-bottom: 0.83em;
}
h3 {
font-size: 24px; line-height: 1.3;
margin-top: 1em;
margin-bottom: 1em;
}
h4 {
font-size: 20px; line-height: 1.35;
margin-top: 1.33em;
margin-bottom: 1.33em;
}
h5 {
font-size: 16px; line-height: 1.4;
margin-top: 1.67em;
margin-bottom: 1.67em;
}
h6 {
font-size: 14px; line-height: 1.4;
margin-top: 2.33em;
margin-bottom: 2.33em;
} @media (max-width: 768px) {
h1 { font-size: 2.2em; } h2 { font-size: 1.8em; } h3 { font-size: 1.5em; } h4 { font-size: 1.3em; } h5 { font-size: 1.1em; } h6 { font-size: 1em; } }
ul#menu-main .navbar-nav>li>.dropdown-menu li a:focus, .navbar-nav>li>.dropdown-menu li a:focus-within {
background: #cbcbcb !important;
}
.footer-sec a{
font-size:15px;
}
.nav-links a, .nav-links span {
margin-right: 5px;
}
.sprawa-rodzinna-item{
background:#f9f9f9;
}
.content-area article .entry-content .sprawa-rodzinna-item a {
background: #f7f7f7;
border:1px solid #ccc;
}
.content-area article .entry-content .sprawa-rodzinna-item a:hover {
background: #f1f1f1;
border:1px solid #999;
}
.specjalizacje-home {
background:#f9f9f9;
padding:5px 20px;
}
.content-area article .entry-content .portfolio-item a{
background: #f7f7f7;
border:1px solid #ccc;
}
.content-area article .entry-content .portfolio-item a:hover{
background: #f1f1f1;
border:1px solid #999;
}
.link-sidebar-phone ::before {
content: "\f095"; font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 5px; }
.link-sidebar-kontakt ::after {
content: "\f1d8"; font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 5px; }
.link-sidebar-phone{
padding:0px 20px 10px 0px;
font-size:18px;
font-weight:500;
}
.link-sidebar-kontakt {
padding:10px 20px 10px 0px;
font-size:18px;
font-weight:500;
}
#menu-footer-menu {
text-transform: uppercase;
}
ul#menu-footer-menu{
list-style:none;
}
.site-footer {
background: #295356 !important;
}
.widget_recent_entries ul {
list-style: none !important;
}
a.read-more{
background: #f7f7f7;
border: 1px solid #ccc;
padding: 6px 15px;
margin-right: 5px;
display: inline-block;
font-size: 16px;
text-decoration: none !important;
}
a.read-more:hover{
background: #f1f1f1;
border: 1px solid #999;
}
.read-more-c {
margin-top: 12px;
}
i.fa.fa-chevron-right {
font-size: 12px;
}
i.fa.fa-chevron-left {
font-size: 12px;
}
span.nav-subtitle {
font-family: "Montserrat", sans-serif;
text-transform: lowercase;
font-size: 14px;
}
input.wpcf7-form-control.wpcf7-text {
height: 40px;
}
.articles-wrap img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
height: 210px;
width: 100%;
object-fit: cover;
}
.blog article.hentry, .archive article.hentry, .search-results article.hentry {
background-color: #f9f9f9;
border: 1px solid #e0e0e0;
padding: 10px;
}
@media only screen and (max-width: 991px) { ul#menu-main li a:focus {
background-color: #5F8588 !important;
color: #fff !important;
} ul#menu-main li a:hover,
ul#menu-main li a:active {
background-color: #5F8588 !important;
color: #fff !important;
} .main-navigation ul li a:focus,
.main-navigation ul li a:hover,
.main-navigation ul li a:active {
background-color: #5F8588 !important;
color: #fff !important;
} ul#menu-main li a {
transition: background-color 0.3s, color 0.3s;
}
}
@media only screen and (max-width: 991px) { button.close-menu:focus  {
background-color: #5F8588 !important;
}
}
.site-info p {
margin: 0;
text-align: center;
color: #e0e0e0;
font-size: 14px;
} .navigation.pagination {
text-align: center;
padding: 2em 0;
}
.navigation.pagination .nav-links {
display: inline-block;
}
.navigation.pagination .page-numbers {
padding: 8px 16px;
margin: 0 4px;
border: 1px solid #ddd;
text-decoration: none;
display: inline-block;
background: #fff;
color: #333;
}
.navigation.pagination .page-numbers.current {
background: #5F8588 !important;
color: #fff !important;
border-color: #295356;
}
.navigation.pagination .page-numbers:hover:not(.current) {
background: #f5f5f5;
}
.navigation.pagination .dots {
border: none;
padding: 8px 4px;
}  @media (max-width: 991px) { #navbar-collapse {
position: fixed;
top: 0;
right: -280px; bottom: 0;
width: 280px;
background: #fff;
z-index: 9999;
transition: right 0.3s ease;
overflow-y: auto;
box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}
#navbar-collapse.in {
right: 0; } .open-menu {
float: right;
background: none;
border: none;
padding: 15px;
} .dropdown-menu {
display: none;
padding-left: 15px;
background: #f9f9f9;
} .menu-item-has-children > a:after {
content: '\f107';
font-family: 'FontAwesome';
float: right;
margin-left: 5px;
transition: transform 0.3s;
}
.menu-item-has-children > a.submenu-open:after {
transform: rotate(180deg);
}
}
@media (max-width: 991px) {
.dropdown-menu {
display: none;
}
.menu-item-has-children > a {
position: relative;
}
.menu-item-has-children > a:after {
content: '\f107';
font-family: 'FontAwesome';
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
}
.menu-item-has-children > a.submenu-open:after {
transform: translateY(-50%) rotate(180deg);
}
}
@media (min-width: 992px) { .menu-close {
display: none; }
}
@media (max-width: 991px) { .menu-close {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
color: #333;
font-size: 24px;
padding: 10px;
cursor: pointer;
z-index: 1000;
display: block; }
#navbar-collapse {
position: fixed;
top: 0;
right: -280px;
width: 280px;
height: 100vh;
padding-top: 50px;
background: #fff;
z-index: 999;
transition: right 0.3s ease;
overflow-y: auto;
}
#navbar-collapse.in {
right: 0;
} .open-menu {
display: none;
}
@media (max-width: 991px) {
.open-menu {
display: block;
}
}
}
@media only screen and (max-width: 991px) {
div#navbar-collapse .navbar-nav {
margin-top: 60px;
}
}
@media only screen and (max-width: 991px) {
ul#menu-main li a {
font-size: 20px;
}
}
@media (max-width: 991px) {
.menu-item-has-children {
position: relative;
}
.submenu-toggle {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background: none;
border: none;
padding: 0;
color: #333;
z-index: 2;
}
.submenu-toggle .fa {
transition: transform 0.3s ease;
}
.submenu-toggle.active .fa {
transform: rotate(180deg);
} .menu-item-has-children > a {
padding-right: 50px !important;
}
}