img { border-radius: 12px; }

body > main {
  background-color: white !important;
}

/* -- START -- Headings -- */

h1 {
  color: #333;
  font-weight: bold;
}

article h1 { font-size: 2.25rem; }
article h2 { font-size: 1.8rem;  }
article h3 { font-size: 1.4rem;  }

/* -- END -- Headings -- */



.single-calendar .appointments-legend {
  display: block;
  font-weight: 500;
  margin: 0 0 0 0;
  font-size: 0.8rem;
  text-align: center;
  padding: 1rem 0 0;
}

@media (max-width: 520px) {
  .single-calendar .appointments-legend {
  text-align: left !important;
  margin-left: 4rem;
  }
  .single-calendar .appointments-legend > div {
  display: block !important;
  }
}

.single-calendar .appointments-legend > div {
  padding: 0.65rem;
  white-space: nowrap;
  display: inline-block;
}

.single-calendar .appointments-legend > div:before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  width: 30px;
  height: 30px;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 2.15rem;
  color: #ababab;
  margin-right: 0.5rem;
  text-align: center;
}

.single-calendar .appointments-legend > div.available:before {
  background: #3ec2cf;
  border: 1px solid #37a7b2;
}

.single-calendar .appointments-legend > div.not-available:before {
  background: #f2f2f2;
  border: 1px solid #EEE;
}

.single-calendar .appointments-legend > div.busy {
  background: transparent !important;
}

.single-calendar .appointments-legend > div.busy:before {
  content: '\f00d';
  border: 1px solid #EEE;
  background: #f2f2f2;
  font-weight: 900;
}

td.busy {
  text-align: center;
}

td.busy:after {
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 1.75rem;
  color: #BBB;
}

/* - Site Footer - */

body > footer {
  background: #111;
  color: white;
}

body > footer a,
body > footer a:visited {
  font-weight: 500;
  color: #FFF;
}

body > footer a:hover {
  color: #d5e9ec;
}

body > footer > section { padding: 1.5rem 0; }

body > footer section.hair-medica {
  background: #222;
  color: white;
}

body > footer section.cities-list a.nav-link {
  color: white;
}

/* Footer NavMenu */

#site-footer .nav-menu ul {
  list-style-type: none;
  padding-left: 10px;
  margin: 2rem 0;
}

#site-footer .nav-menu li > a {
  padding: 0.25rem 0rem;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  color: white;
}

#site-footer .nav-menu li > a:hover {
  color: #d5e9ec;
}

#site-footer .nav-menu ul ul { padding-left: 1.75rem; }






/** Global links styles **/

a {
  font-weight: 400;
  color: #222;
}

a:hover {
  text-decoration: none;
  color: #2C899A;
}

/** Site Header - Navigation Menus **/

/* Links with submenus */

#site-menu li.mega-menu-item,
#site-menu ul.menu > li.sEntry {
  position: relative;
  padding: 0 !important;
  margin: 0 -5px !important;
}

/* Menu dropdown container */

#site-menu li > ul {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #DEDDDD;
  background: #F0F0F0;
  display: none;
}

/* Area of pointer events for dropdowns */

#site-menu li > ul::before {
  background: transparent;
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  bottom: -5px;
  right: -5px;
  left: -5px;
  top: -5px;
}

/* Dropdown menu visibility */

#site-menu li:hover > ul {
  display: block;
}


ul.mega-sub-menu {
  border-radius: 0px !important;
  margin: 0 5px !important;
}

li.mega-menu-item > a.mega-menu-link {
  padding: 0 15px 0 10px !important;
}

li.mega-menu-item > a.mega-menu-link::after {
  margin-left: 2px !important;
}

li.mega-menu-item > a.mega-menu-link:hover {
  text-decoration: underline;
}


/* - V2 --- SITE HEADER BEGIN --- */

body > header {

}

/* - HEADER PROMO BUTTONS - */

@media (max-width: 991px) {

  /* Fallback 11rem zanim JS zmierzy realną wysokość #site-header */
  :root { --hm-mobile-header-h: 11rem; }

  body { padding-top: var(--hm-mobile-header-h); }

  #site-header div.servicesSearchForm {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    height: 0px;
  }

  body.ssf-is-visible #site-header div.servicesSearchForm {
    overflow: visible;
    height: 65px;
  }

}

@media ( max-width: 520px ) {
  body.ssf-is-visible #site-header div.servicesSearchForm {
    overflow: visible;
    height: 198px;
  }
	body.ssf-is-visible > main { margin-top: 200px; }
}

@media ( min-width: 520px ) and ( max-width: 991px ) {
	body.ssf-is-visible > main { margin-top: 68px; }
}

body > header div.promo-buttons { z-index: 999999; position: relative; }

body > header div.promo-buttons, body > header div.promo-buttons > div.col { height: auto; }

body > header div.promo-buttons > div.col {
  background: white;
  /* position: fixed; */
  right: 0;
  left: 0;
  padding-top: 10px;
  /* padding-bottom: 10px; */
}

body > header div.promo-buttons a.btn {
  padding: 0.35rem 0.6rem !important;
  min-width: 130px;
  flex: 0;
}

/* - V2 --- SITE HEADER END --- */

body > header .btn.btn-ssf strong { font-weight: 500 !important; }

@media (max-width: 991px) {

  body > header div.servicesSearchForm {
  flex-direction: row !important;
  align-items: stretch !important;
  flex-wrap: wrap;
  /* border-bottom: 1px solid #EAEAEA; */
  display: flex !important;
  justify-content: stretch;
  position: absolute;
  background: white;
  margin-top: 1px;
  z-index: 2;
  top: var(--hm-mobile-header-h);
  right: 0;
  left: 0;
  }

  body > header div.servicesSearchForm .citiesMenu { flex: 1; }

  body > header div.servicesSearchForm .searchInput .name {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  }

  body > header .btn.btn-hair-medica.servicesMenuGo {
  padding: 0.3rem 1.2rem !important;
  top: 5px;
  }

  div.servicesSearchForm {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  div.servicesSearchForm .text {
    max-width: 100% !important;
    padding: 10px 0;
  }

  #site-header { border-bottom: 1px solid #EAEAEA; }

  div.site-logo { max-width: 200px !important; }

  body > header .btn.btn-ssf { font-size: 0.85rem !important; }

}

@media (max-width: 650px) {

  body > header .btn.btn-hair-medica.servicesMenuGo > span {
  display: none !important;
  }

}

@media (max-width: 520px) {

  body > header div.servicesSearchForm {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    flex-direction: column !important;
/*    background: #40c2cf;*/
  }

  body > header div.servicesSearchForm .searchInput .name {
    /*border: 1px solid #51b5c7;*/
    /*background: white;*/
  }

/*  body > header div.servicesSearchForm .searchInput.categoriesMenu {
    flex-basis: 100% !important;
  }*/

  body > header div.servicesSearchForm .searchInput.citiesMenu {
    margin-left: 0 !important;
  }

  body > header .btn.btn-hair-medica.servicesMenuGo {
    /*background: #2c899a !important;*/
    margin-left: -1rem !important;
    display: block !important;
    top: 0 !important;
  }

  body > header .btn.btn-hair-medica.servicesMenuGo > span {
    display: inline !important;
  }

}

@media (max-width: 450px) {

  body > header .btn.btn-ssf { font-size: 0.75rem !important; }


}

@media (min-width: 992px) and (max-width: 1200px) {

  #site-header div.servicesSearchForm .menu.servicesMenu {
    right: -2.5rem;
    left: -2.5rem;
  }

}

div.flex-group {
  align-items: center;
  display: inline-flex;
}

div.servicesSearchForm {
  align-items: center;
  flex-direction: row;
  /* margin: 0 10px; */
}

div.servicesSearchForm .searchInput {
  line-height: 22px;
  display: inline-block;
  position: relative;
  min-width: 200px;
  margin: 10px 0;
}

div.servicesSearchForm .searchInput li {
  line-height: 30px;
}

div.servicesSearchForm .searchInput.inline li {
  display: inline-block;
  position: relative;
  width: 33%;
  margin: 10px 15px;
}

div.servicesSearchForm .text {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 0px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  text-align: left;
  max-width: 250px;
  padding-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  color: white;
}

.servicesMenu {
  flex: 1;
}

div.servicesSearchForm .searchInput .name {
  transition: all .1s ease-in-out;
  padding: 7px 20px;
  text-align: left;
  border: 1px solid #DEDDDD;
  position: relative;
  border-radius: 0;
  font-size: 14px;
  z-index: 1;
  cursor: pointer;
  color: #444;
}

#site-header div.servicesSearchForm .searchInput .name {
  color: #222;
  background: white;
  border-radius: 5px !important;
}

#site-header div.servicesSearchForm .searchInput .name > i { color: #222; }


.searchInput .required.name {
  box-shadow: 0 0 0 3px #db000099;
}

div.servicesSearchForm .searchInput.menuVisible .name {
  z-index: 10;
}

div.servicesSearchForm .searchInput.menuVisible .name {
  cursor: pointer;
  color: #2C899A;
}

div.servicesSearchForm .searchInput .name:hover {
  cursor: pointer;
  color: #2C899A;
}

.searchInput .menu .sName > span,
.searchInput .menu .cName > span {
  font-weight: 600;
  color: #555;
}

.searchInput .menu .sName > span:last-child,
.searchInput .menu .cName > span:last-child {
  color: #111;
}

.searchInput .menu .sName > span::after {
  font-weight: 600;
  margin: 0 5px;
  content: ">";
  color: #999;
}

.searchInput .menu .sName > span:last-child::after {
  display: none;
}

.searchInput .name > i {
  margin-top: -6px;
  position: absolute;
  font-size: 11px;
  right: 20px;
  color: #2C899A;
  top: 50%;
}

div.servicesSearchForm .menu { margin-left: 0 !important; }

div.servicesSearchForm .searchInput.menuVisible .name, div.servicesSearchForm .menu {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.08);
}

div.servicesSearchForm .menu {
  transition: opacity .1s ease-in-out;
  padding: 15px 20px 10px;
  border: 1px solid #DEDDDD;
  pointer-events: none;
  background: #F0F0F0;
  position: absolute;
  margin-top: 5px;
  max-height: 50vh;
  min-width: 350px;
  text-align: left;
  display: none;
  opacity: 0;
  top: 100%;
  right: 0;
  left: 0;
}

div.servicesSearchForm .menu.isVisible {
  transition: opacity .1s ease-in-out;
  pointer-events: initial;
  display: block;
  z-index: 12;
  opacity: 1;
}

div.servicesSearchForm .servicesMenu .menu.isVisible { z-index: 12; }
div.servicesSearchForm .citiesMenu .menu.isVisible   { z-index: 11; }

body > header div.servicesSearchForm .menu { background: white !important; }

.searchInput .sEntry {
  list-style-type: none !important;
  padding: 6px 0;
}

.searchInput .cEntry {
  list-style-type: none !important;
}

.searchInput .menu.expanded .hidden { display: block !important; }

.searchInput .sEntry.hidden, .searchInput .cEntry.hidden {
  display: none;
}

.searchInput .sEntry > ul {
  padding-left: 40px !important;
  /* border-left: 1px solid #E2E2E2; */
}

.searchInput .sEntry > .sTitle, .searchInput .cEntry > .cName {
  position: relative;
  cursor: pointer;
  color: #222 !important;
  display: block;
  padding: 2px 15px;
}

.searchInput .sEntry > .sTitle:hover, .searchInput .cEntry > .cName:hover {
  transition: all 0.15s ease-in-out;
  font-weight: 500;
  color: #111 !important;
}

.searchInput .sEntry.isService.isCurrent,
.searchInput .sEntry.isCategory.isCurrent,
.searchInput .cEntry.isCurrent { font-weight: 600; }

/*aside .searchInput.servicesMenu .sEntry > .sTitle {
  display: block;
  color: #777 !important;
  padding: 0 7px 0 30px;
  font-size: 12px;
  font-weight: 400;
}

aside .searchInput .sEntry.isGroup > ul {
  margin: 0 !important;
}

.searchInput .sEntry.isGroup > .sTitle:hover {
  text-decoration: none;
}

aside .searchInput .sEntry.isService.isCurrent .sTitle {
  display: inline-block;
  color: #222 !important;
  font-weight: 500 !important;
}

aside .searchInput .sEntry > ul {
  padding-left: 25px !important;
}

aside .searchInput .sEntry .sTitle:hover,
aside .searchInput .sEntry.isGroup > .sTitle:hover {
  color: #222 !important;
  font-weight: 400 !important;
}

aside .searchInput .sEntry.isCategory .sTitle:hover,
aside .searchInput .sEntry.isCurrent .sTitle:hover {
  font-weight: 500 !important;
}

aside .searchInput .sEntry.isGroup > .sTitle {
  font-weight: 400;
}*/

.searchInput .sEntry.isGroup > .sTitle {
  transition: all 0.15s ease-in-out;
  font-weight: 400;
  color: #2C899A;
}

/*aside .searchInput .sEntry.isGroup > .sTitle { color: #777 !important; }
aside .searchInput .sEntry.isGroup > .sTitle:hover { color: #222 !important; }
aside ul.ul-item > li:last-child > ul { margin-bottom: -5px; }
aside div.servicesSearchForm .searchInput .menu { overflow-x: hidden !important; }*/

.searchInput .sEntry.isGroup.isOpen > .sTitle::before {
  color:  #216970;
}

.searchInput .sEntry.isGroup > .sTitle::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  content: "\f150";
  color: #40c2cf;
  width: 25px;
  font-size: 16px
}

.searchInput .sEntry.isGroup > ul {
  overflow: hidden;
  opacity: 0;
  margin: 6px 0 0 0 !important;
  height: 0;
}

.searchInput .sEntry.isGroup.isOpen > ul {
  opacity: 1;
  height: unset;
}

#site-menu .searchInput .sEntry.isGroup > ul {
  display: none !important;
}

div.searchInput ul li {
  margin: 0px -5px 0 -15px !important;
}

.servicesMenuGo {
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  line-height: 30px;
  color: #333;
}

/* aside .servicesMenu li.sEntry {
  margin-top: 5px !important;
} */




/* Notifications Modal */

.swal2-container.swal2-shown { background-color: rgba(133, 165, 204, 0.75) !important; }
.swal2-modal .swal2-title { font-family: "Lato" !important; font-weight: 400 !important; margin-bottom: .8em !important; color: #3EC2CF !important; }
.swal2-modal .swal2-content { font-family: "Lato" !important; font-weight: 400 !important; }
.swal2-modal .swal2-styled { font-family: "Lato" !important; font-size: 14px !important; }
.swal2-modal .swal2-buttonswrapper { margin-top: 20px !important; }

/* Appointments Calendar overrides */

.appointments-pagination { position: relative; padding: 0 !important; margin: 0; height: 0; }
.appointments-pagination > div { position: absolute; font-size: 0; border: none !important; z-index: 5; }
.appointments-pagination > div a {font-size: 0; border: none !important; color: #666;}
.appointments-pagination > div a::after { display: block; font-family: "Font Awesome 5 Free"; font-size: 25px; line-height: 1; font-weight: 900; text-rendering: auto;  -webkit-font-smoothing: antialiased; }

.appointments-pagination > div.previous { left: 20px; top: 10px; }
.appointments-pagination > div.next { right: -30px; top: 10px; }

.appointments-pagination > div.previous a::after { content: "\f053"; }
.appointments-pagination > div.next a::after { content: "\f054"; }

.appointments-wrapper, .appointments-list { margin-top: 0 !important; }

div.row-spacing { height: 3rem !important; }

#calendars .appointments-datetime,
#calendars .appointments-instructions,
div.appointments-list table tfoot {
  display: none;
}

div.single-calendar {
  background: white;
  border: 1px solid #e8e8e8;
  padding: 25px 15px;
}

#calendars div.loading-animation {
  background-image: url("data:image/svg+xml,%3Csvg class='lds-spin' width='55px' height='55px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='translate(80,50)'%3E%3Cg transform='rotate(0)'%3E%3Ccircle cx='0' cy='0' r='15' fill='%2331395a' fill-opacity='1' transform='scale(1 1)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='-0.75s' values='1 1;1 1' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3Canimate attributeName='fill-opacity' keyTimes='0;1' dur='1s' repeatCount='indefinite' values='1;0' begin='-0.75s'%3E%3C/animate%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(50,80)'%3E%3Cg transform='rotate(90)'%3E%3Ccircle cx='0' cy='0' r='15' fill='%2331395a' fill-opacity='0.75' transform='scale(1 1)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='-0.5s' values='1 1;1 1' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3Canimate attributeName='fill-opacity' keyTimes='0;1' dur='1s' repeatCount='indefinite' values='1;0' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(20,50.00000000000001)'%3E%3Cg transform='rotate(180)'%3E%3Ccircle cx='0' cy='0' r='15' fill='%2331395a' fill-opacity='0.5' transform='scale(1 1)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='-0.25s' values='1 1;1 1' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3Canimate attributeName='fill-opacity' keyTimes='0;1' dur='1s' repeatCount='indefinite' values='1;0' begin='-0.25s'%3E%3C/animate%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(49.99999999999999,20)'%3E%3Cg transform='rotate(270)'%3E%3Ccircle cx='0' cy='0' r='15' fill='%2331395a' fill-opacity='0.25' transform='scale(1 1)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='0s' values='1 1;1 1' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3Canimate attributeName='fill-opacity' keyTimes='0;1' dur='1s' repeatCount='indefinite' values='1;0' begin='0s'%3E%3C/animate%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}

div.appointments-list table thead th.hourmin_column {
  border: none !important;
  white-space: normal;
  text-align: left;
}

div.appointments-list table thead th.hourmin_column + th {
  border-left: 0 !important;
}

div.appointments-list table thead th:last-of-type {
  border-right: 0 !important;
}

.appointments-list table td, .appointments-list table th {
  border: 1px solid #FEFEFE !important;
  color: #333;
}

div.appointments-list table tbody > tr:nth-child(odd) {
  background: #FFF;
}

#calendars table td.notpossible, #calendars table td.busy, #calendars table td.free {
  transition: background-color .15s ease-in-out, opacity .15s ease-in-out !important;
  line-height: 0;
  font-size: 0;
  height: 32px;
  padding: 0;
}

#calendars table td.free div.loading-animation {
  background-size: 20px;
  position: static;
  height: 100%;
  width: 100%;
}

#calendars table td:hover {
  background-color: #DCDCDC !important;
  opacity: 1 !important;
}

#calendars table td.free:hover {
  background-color: rgb(121, 217, 227) !important;
  opacity: 1 !important;
}

div.appointments-list table td:hover { transition: background-color .15s ease-in-out, opacity .15s ease-in-out; }

div.appointments-list table th {
  padding: 0.6rem 0 0.6rem 1rem;
  position: relative;
  white-space: nowrap;
  text-align: left;
  border-top: none;
  font-size: 13px;
}

div.appointments-list span.day-short-name,
div.appointments-list span.day-short-number {
  display: block;
}

div.appointments-list span.day-short-name {
  font-weight: bold;
  font-size: 17px;
}

td.appointments-weekly-calendar-hours-mins {
  /* border-left: none !important; */
  font-size: 0.9rem !important;
  font-family: "Roboto";
  white-space: nowrap;
  font-weight: 600;
  text-align: center !important;
  width: 1%;
}

/* Appointments Calendar Pagination */

div.appointments-list div.appointments-pagination a {

  color: #FFF;
  /* border-radius: 3px; */
  text-decoration: none;
  text-shadow:0 1px 0 #fff;
  background-color: #898989;
  background-clip: padding-box;
  box-shadow: 0 1px 1px #b2b2b2,
    inset 0 -1px 2px #f9f9f9,

}

div.appointments-list table tfoot span.day-short-number { display: none; }
table.appointments-legend-table tr td.class-name { padding-left: 1.6rem; }
table.appointments-legend-table tr td.class-name:first-child { padding-left: 10px; }

div.appointments-list table td.busy,
div.appointments-list table div.busy,
div.appointments-list table td.notpossible,
div.appointments-list table div.notpossible {
  background: rgba(228, 222, 222, 0.5) !important;
}



/* HTML & Body classes */

html, body {
  background: #FFF;
  font-family: "Roboto";
  line-height: 1.85em;
  overflow-x: hidden;
  font-size: 14px;
}

body {
  transition: 0.3s ease-in-out padding;
  overflow-y: hidden;
}

/* Page structure elements */

article > section {
  padding: 1.2rem 0 0;
  margin: 1.2rem 0 0;
}

div.container#services {
  padding: 0 5rem;
}

main > section { padding: 1rem 0; }

#page-content { padding: 2rem 0; }

/* Font classess */

p {
  line-height: 2rem;
  font-size: 1rem;
}

* p:last-child { margin-bottom: 0; }

/* Page headline */

#headline p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2rem;
}

#post-content, #post-content p {
  margin-top: 0rem;
  line-height: 2rem;
  font-size: 1rem;
}

#post-content p {
  padding: 1rem 0 0;
  margin: 1rem 0 0;
}

/* Site logo */

div.site-logo { max-width: 200px; }
div.site-logo img { width: 100%; }

/* Buttons */

.btn.btn-hair-medica {
  position: relative;
  font-size: 1rem !important;
  font-weight: normal !important;
  padding: 0.2rem 1.2rem !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px !important;
  background: #40C2CF !important;
  color: white !important;
}

header.site-header .btn.btn-hair-medica { padding-top: 0.4rem !important; padding-bottom: 0.4rem !important; }

.btn.btn-hair-medica-white {
  position: relative;
  font-size: 1rem !important;
  font-weight: normal !important;
  padding: 0.3rem 1.2rem !important;
  text-shadow: none;
  border: 1px solid #40C2CF;
  border-radius: 0 !important;
  color: #222 !important;
  background: white !important;
}

.btn.btn-hair-medica-white i {
  color: #40C2CF !important;
}

.btn.btn-hair-medica.btn-large {
  font-size: 1.2rem !important;
  padding: 0.6rem 1.5rem !important;
}

.btn.btn-hair-medica.btn-small {
  font-size: 0.85rem !important;
  padding: 0.25rem 0.8rem !important;
}

.btn.btn-extra-large {
  font-size: 1.5rem !important;
  padding: 0.85rem 2rem !important;
}

.btn.btn-hair-medica:hover {
  background: #5FCFD9 !important;
  cursor: pointer !important;
}

.btn.btn-hair-medica i.fa:first-child { margin-right: 10px; }
.btn.btn-hair-medica i.fa:last-child  { margin-left: 10px;  }

.btn.btn-hair-medica.btn-pink,
.btn.btn-hair-medica.btn-yellow,
.btn.btn-hair-medica.btn-greyish {
  transition: background 0.15s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.8);
  /*border-bottom: 1px solid transparent;*/
  padding: 0.4rem 1.2rem !important;
  /*line-height: 1.1rem !important;*/
	/*font-size: 0.85rem !important;*/
  font-weight: 700 !important;
  color: #FFF !important;
  white-space: initial;
  text-shadow: none;
  display: block;
}

#site-header .btn.btn-hair-medica.btn-pink,
#site-header .btn.btn-hair-medica.btn-yellow,
#site-header .btn.btn-hair-medica.btn-greyish {
  /*background: rgba(0, 0, 0, 0.25) !important;*/
  /*border: 2px solid rgba(0, 0, 0, 0.2);*/
  /*color: #222 !important;*/
}

.btn.btn-hair-medica.btn-pink:focus,
.btn.btn-hair-medica.btn-yellow:focus,
.btn.btn-hair-medica.btn-greyish:focus {
	box-shadow: none !important;
}

.btn.btn-hair-medica.btn-pink:hover,
.btn.btn-hair-medica.btn-yellow:hover,
.btn.btn-hair-medica.btn-greyish:hover {
	background: #B1EBE9 !important;
}

.btn.btn-hair-medica.btn-pink {
	background: #e48484 !important;
}

.btn.btn-hair-medica.btn-pink:hover {
	background: #d35d5d !important;
}

.btn.btn-hair-medica.btn-yellow {
	/*border-bottom-color: #E4DE84;*/
}

.btn.btn-hair-medica.btn-yellow:hover {}

.btn.btn-hair-medica.btn-greyish {
  /*background: #BCBCBC !important;*/
  background: #5d748c !important;
}

.btn.btn-hair-medica.btn-greyish:hover {
  /*background: #A6A6A6 !important;*/
  background: #45576a !important;
}

#site-header div.servicesSearchForm .btn.btn-hair-medica.btn-pink,
#site-header div.servicesSearchForm .btn.btn-hair-medica.btn-yellow,
#site-header div.servicesSearchForm .btn.btn-hair-medica.btn-greyish {
  background: rgba(0, 0, 0, 0.25) !important;
}

#site-header div.servicesSearchForm .btn.btn-hair-medica.btn-pink:hover,
#site-header div.servicesSearchForm .btn.btn-hair-medica.btn-yellow:hover,
#site-header div.servicesSearchForm .btn.btn-hair-medica.btn-greyish:hover {
  background: rgba(0, 0, 0, 0.45) !important;
}

header.site-header .dropdown .btn.btn-hair-medica.btn-pink,
header.site-header .dropdown .btn.btn-hair-medica.btn-yellow,
header.site-header .dropdown .btn.btn-hair-medica.btn-greyish {
  background: rgba(0, 0, 0, 0.25) !important;
}

header.site-header .dropdown .btn.btn-hair-medica.btn-pink:hover,
header.site-header .dropdown .btn.btn-hair-medica.btn-yellow:hover,
header.site-header .dropdown .btn.btn-hair-medica.btn-greyish:hover {
  background: rgba(0, 0, 0, 0.45) !important;
}

/* Horizontal Line */

hr { border-color: #CECCCC; }


/* -- Site Header -- */

body > header {
  transition: top 0.3s ease-in-out, padding 0.3s ease-in-out;
  /*background: #196779;*/
  padding-top: 0;
  z-index: 4;
}

@media (max-width: 991px) {

  body > header {
    position: fixed;
    z-index: 4;
    right: 0;
    left: 0;
    top: 0;
    /* auto — wysokość rośnie z bannerem; offsety synchronizuje JS przez --hm-mobile-header-h */
    height: auto;
  }

  body > header > .container {
    max-width: 100%;
    height: auto;
  }

}

body.admin-bar > header { top: 32px; }


/* Site Header - Toggle Menu Button */

/* body > header div.nav-button,
body > header div.ssf-button {
  position: absolute;
}

body > header div.nav-button { left: 1.5rem; }
body > header div.ssf-button { right: 1.5rem; } */

/* body > header div.nav-button.active { } */



@media (max-width: 991px) {

  #slider-wrapper {
  	background: #EAEAEA url('/assets/images/slider/01.png') no-repeat 45% 25% !important;
  }

  #slider-wrapper .container {
  background-image: none !important;
  /*height: 300px !important;*/
  }

  #slider-wrapper h1 {
    text-align: center !important;
    font-size: 56px !important;
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
  }

  #slider-wrapper div.subtitle {
  padding: 0.5rem 0rem !important;
  text-align: left !important;
  color:#555 !important;
  margin-top: 0rem !important;
  }

  #slider-wrapper div.subtitle > h2 {
  font-size: 13px !important;
  }

  #slider-wrapper .btn.btn-extra-large {
  font-size: 1rem !important;
  padding: 0.85rem 2rem !important;
  }


  #site-menu li.mega-menu-item { margin: 0 !important; }

  ul.mega-sub-menu { margin: 0 !important; }

  body > header .row { height: 5rem; }
  /* Banner i rząd przycisków promo — nie ściskaj do 5rem */
  body > header .row.promo-buttons { height: auto; }

  #site-menu {
    height: calc(100% - var(--hm-mobile-header-h)) !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    top: var(--hm-mobile-header-h) !important;
  }

  body.admin-bar #site-menu {
    height: calc(100% - 5rem - 32px) !important;
    top: 32px !important;
    padding-top: calc(15px + 5rem) !important;
  }

  body.admin-bar div.HM-Program { margin-top: 32px; }

  div.HM-Program {
  display: none !important;
  position: fixed;
  background: #E48484;
  border-bottom: 1px solid #cb7474;
  z-index: 4;
  height: 3rem;
  left: 0;
  right: 0;
  top: 5rem;
  }

}

@media screen and ( max-width: 782px ) {

  div.HM-Program { top: 5rem; }
  body.admin-bar > header { top: 46px; }
  body.admin-bar div.HM-Program { top: 46px; margin-top: 5rem; }

}

/* Site Main Navigation */


#site-menu.top-menu {
	/*background: #196779;*/
}

#site-menu {
  /*background: #196779;*/
  padding: 0.4rem 0;
  z-index: 2;
}

#site-menu a.mega-menu-link {
  text-transform: none !important;
  /*font-size: 0.85rem !important;*/
  font-weight: 400 !important;

  position: relative;
}

#site-menu a.mega-menu-link:hover {
  font-weight: 400 !important;
}

#site-menu ul.mega-menu > li.mega-menu-item > a.mega-menu-link { color: #333 !important; }
#site-menu ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { color: #222 !important; }

@media (max-width: 991px) {
  #site-menu.top-menu {
    background: #FFF !important;
  }
  #site-menu ul.mega-menu > li.mega-menu-item > a.mega-menu-link {
    color: #333 !important;
  }
}

#site-menu a.mega-menu-link > span::after {
  font-family: "Font Awesome 5 Free" !important;
  margin: 0 !important;
  color: #333333 !important;
  font-weight: 900 !important;
  content: "\f0d7" !important;
}
#site-menu a.mega-menu-link > span {
  text-align: center !important;
  position: absolute !important;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px !important;
}

#site-menu ul > li > ul .sEntry.isGroup > .sTitle {
  color: #444 !important;
  padding-right: 25px !important;
}

#site-menu ul.menu li {
  margin: 0 -5px !important;
}

#site-menu ul.menu > li {
  display: inline-block;
}

/* #site-menu ul.menu > li:first-child { margin-left: -15px !important; }
#site-menu ul.menu > li:last-child { margin-right: -15px !important; } */

#site-menu ul.menu > .sEntry > .sTitle {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

#site-menu ul.menu > .sEntry > .sTitle::before {
  display: none !important;
}

#site-menu li.sEntry.isGroup > .sTitle::before {
  content: "\f0d7";
}

/* #site-menu ul.menu > li.sEntry.isGroup > .sTitle::before {
  content: none;
} */

#site-menu ul.menu ul {
  padding: 5px !important;
  min-width: 300px;
}

#site-menu ul.menu > li > ul {
  position: absolute;
  margin-top: 0 !important;
  /* margin-right: -10px !important; */
  right: 0;
  top: 100%;
}

#site-menu .sEntry { padding: 0 !important; }
#site-menu .sEntry .sTitle { padding: 8px 15px !important; }

#site-menu .sEntry.isOpen > ul {
  overflow: visible;
  display: block;
  z-index: 5;
}

#site-menu .sEntry.isOpen > ul > .sEntry {
  position: relative;
}

#site-menu .sEntry.isOpen > ul > .sGroup > .sTitle {
  white-space: nowrap;
}

#site-menu .sEntry.isOpen > ul > .sEntry > ul {
  margin: 0 5px 0 0 !important;
  position: absolute;
  max-width: 450px;
  right: 100%;
  top: -5px;
}

#site-menu .sEntry.isGroup > .sTitle::before {
  position: absolute;
  content: "\f0da";
  color: #999;
  right: 5px;
}

#site-menu div.servicesSearchForm {
  min-width: 240px;
  position: relative;
  display: inline-flex;
  padding: 0;
}

#site-menu .top-decoration {
  border-bottom: 1px solid #DDD;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  font-family: Montserrat;
  min-width: 250px;
  position: absolute;
  text-align: center;
  margin-top: -2px;
  padding: 2px;
  bottom: 100%;
  right: 25px;
  left: 25px;
}

@media (max-width: 991px) {

  main > div.container {
  padding-top: 15px !important;
  }

  #site-menu div.servicesSearchForm, #site-menu div.servicesSearchForm .searchInput,
  #site-menu div.servicesSearchForm .searchInput .menu { display: block !important; }

  #site-menu div.servicesSearchForm {
    border-top: 1px solid #DDD;
    padding-top: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  #site-menu {
    display: none;
    padding: 0;
  }

  #site-menu.isSidePanel {
    display: block;
  }

  #site-menu.isOpen {
    border-right: 1px solid #EAEAEA;
  }

  #site-menu .sEntry.isCategory > .sTitle {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-right: 50px;
  }

  #site-menu ul.menu > li > ul {
    position: relative !important;
    margin-top: 0 !important;
    right: 0;
  }

  #site-menu .sEntry.isGroup {
    cursor: pointer;
  }

  #site-menu ul.menu > .sEntry > .sTitle::before {
    display: block;
  }

  #site-menu .sEntry.isGroup > .sTitle::before {
    text-align: center !important;
    width: 50px;
    /* right: 10px; */
  }

  #site-menu .sEntry.isGroup.isCategory > .sTitle::before {
    pointer-events: none;
    right: -50px;
  }

  #site-menu ul.menu > li > ul li {
    margin: 0 !important;
  }

  #site-menu ul.menu > li > ul > li {
    margin: 0 15px !important;
  }

  #site-menu ul.menu > li > ul .sEntry.isGroup > .sTitle {
    padding-left: 25px !important;
    padding-right: 60px !important;
  }

  #site-menu .sEntry.isOpen > ul > .sEntry > ul {
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    margin: 0 0 0 20px !important;
  }

  #site-menu .sEntry.isOpen > ul {
    border-bottom: 1px solid #DDD !important;
  }

  #site-menu ul.menu > li.sEntry,
  #site-menu ul.menu > li.sEntry:first-child,
  #site-menu ul.menu > li.sEntry:last-child {
    display: block !important;
    margin-right: initial !important;
    margin-left: initial !important;
  }

  #site-menu ul.menu ul {
    margin-right: -15px !important;
    margin-left: -15px !important;
    min-width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none;

  }

}

/* Site Containers */

/* Styles for mobile side panel classes */

body > main.push, body > footer.push { position: relative; }

body > main.push::after, body > footer.push::after, div.servicesSearchForm.push::after {
  content: "";
  transition: opacity .3s ease-in-out;
  background: rgba(228, 228, 228, 0.90);
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: 3;
  opacity: 0;
  bottom: -3px;
  right: 0;
  left: 0;
  top: 0;
}

body > main.push.isPushed::after,
body > footer.push.isPushed::after,
div.servicesSearchForm.push.isPushed::after {
  /* ! - FF fix */
  padding: 1px 0;

  pointer-events: all;
  opacity: 1;
}


main > div.container {
  padding-bottom: 25px;
  margin-bottom: 3rem;
  padding-top: 25px;
  margin-top: 3rem;
}

/* Home Page - Slider */

#slider-wrapper {
  background: #EAEAEA url('/assets/images/slider/01.png') no-repeat 75% center !important;
  overflow: visible !important;
}

#slider-wrapper .fluid-container {
  background: #F6F6F6;
}

#slider-wrapper .container {
  /* background: url('/assets/images/slider/01.png') no-repeat right center; */
  height: 500px;
}

#slider-wrapper h1 {
  text-align: left;
  font-family: "Abhaya Libre", serif;
  position: relative;
  /* top: 30px; */
  line-height: 1.1;
  font-size: 56px;
  color: #000;
  font-weight: 500;
  margin-top: 3rem;
  /* margin-left: 0.8rem; */
  /* width: 400px; */
}

#slider-wrapper div.subtitle {
  /* border-bottom: 1px solid #AAA; */
  /* border-top: 1px solid #AAA; */
  /*font-family: "Abhaya Libre", serif;*/
  padding: 1.2rem 0.8rem 1.2rem 0rem;
  /* font-family: "Lato"; */
  /* width: 270px; */
  /* position: static; */
  /* display: table-caption; */
  /* line-height: 0.2; */
  /*margin-top: 1rem;*/
  text-align: left;
  color: #555;
}

#slider-wrapper div.subtitle h2 {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  color: #000 !important;
  line-height: 2;
}

#slider-wrapper div.subtitle h3 {
  margin: 1rem 0 0;
  font-weight: 600;
  font-size: 16px;
  color: #888;
}

#slider-wrapper .searchInput {
  background: white;
}

/* Appointments Search Form - Home Page */

#appointments-search-form {
  background-color: #F9F9F9;
}

#appointments-search-form > div.row {
  align-items: center;
  display: flex;
}

#appointments-search-form h2 {
  margin: 0;
  font-size: 58px;
  color: #40C2CF;
  font-weight: 700;
}

#appointments-search-form h2 strong {
  font-size: 100px;
}

#appointments-search-form .SSF-Header {
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 500;
}

#appointments-search-form .servicesSearchForm {
  display: block !important;
  margin-left: 0 !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#appointments-search-form div.flex-group {
  display: block !important;
}

#appointments-search-form div.searchInput,
#appointments-search-form div.searchInput > div.name {
  display: block !important;
  width: 100% !important;
}

#appointments-search-form div.searchInput > ul.menu {
  left: 0 !important;
  right: 0 !important;
  margin-top: 5px !important;
  width: 100% !important;
}

#appointments-search-form div.searchInput > div.name,
#appointments-search-form div.searchInput > ul.menu {
  /* border: 1px solid DEDDDD; */
  font-size: 1.4rem;
  padding: 1rem 2rem;
  font-weight: normal;
  background: white;
}

#appointments-search-form div.searchInput > ul.menu li {
  font-size: 16px !important;
  padding: 10px 0 !important;
}

/* Appointments Search Form - Mobile Styles */

@media ( max-width: 991px ) {

  #appointments-search-form h2 {
    font-weight: 600;
    font-size: 36px;
  }

  #appointments-search-form h2 strong {
    font-weight: inherit;
    font-size: inherit;
  }

  #appointments-search-form .SSF-Header {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
  }

  #appointments-search-form div.servicesSearchForm {
    margin-top: 0 !important;
  }

}

/*  Appointments Search Form - Inside pages */



/* Pages Inner Header */

main > header {
  /* background: #FFF; */
  /* padding: 1rem 0; */
  padding: 1.5rem 0 1.5rem;
}

article > header, aside > header { padding: 0 0 1.5rem; }

article > header > div > div.row > div.col-12,
aside > header > div > div.row > div.col-12 { padding-left: 0; }

/* main > header > div {
  background: url(/assets/images/menu-background.png) no-repeat left 33%;
} */

main > header h1 + h2, article > header h1 + h2, aside > header h1 + h2 {
  margin-top: -10px;
}

main > header h1, article > header h1, aside > header h1, article header h1 {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}

main > header h2, article > header h2, aside > header h2 {
  font-size: 48px;
}

main > header h3, article > header h3, aside > header h3 {
  font-size: 17px;
}

main > header h2, main > header h3,
article > header h2, article > header h3,
aside > header h2, aside > header h3 {
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: 300;
  line-height: 1;
}

article > header h1, aside > header h1 { line-height: 0; }

main > header div.subtitle, article > header div.subtitle, aside > header div.subtitle {
  display: inline-block;
  /* font-weight: bold; */
  /* margin-left: 1.5rem; */
  font-size: 1.2rem;
}

main > header + #page-content {
  padding-top: 0;
}


/* #services-map > iframe { display: block; } */

#google-maps-container { height: 200px; }

.rvm-map-container path {
  stroke: #2c899a;
  /* fill: #eaeaea; */
  stroke-width: 2px;
  pointer-events: none;
}

.rvm-map-container circle {
  transition: all 0.15s ease-in-out;
  fill: #40c2cf;
  stroke-width: 2px;
  stroke: #216970;
}

.rvm-map-container circle:hover {
  transition: all 0.15s ease-in-out;
  stroke-width: 4px;
}

.jquery-modal .modal {
  top: unset;
  left: unset;
  height: unset;
  overflow: unset;
  outline: unset;
}

/*aside .searchInput .sEntry.isGroup > .sTitle::before,
aside .searchInput .sEntry.isService > .sTitle::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  left: 7px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

aside .searchInput .sEntry.isGroup > .sTitle::before {
  content: "\f152";
  color: #999;
}

aside .searchInput .sEntry.isGroup.isOpen > .sTitle::before {
  content: "\f150";
  color: #999;
}

aside .searchInput .sEntry.isService > .sTitle::before {
  color: #999;
  font-weight: 400;
  content: "\f0c8";
}
aside .searchInput .sEntry.isService.isCurrent > .sTitle::before {
  color: #999;
  font-weight: 900;
  content: "\f00c";
}

aside .searchInput .sEntry.isService.isCurrent > .sTitle::before {
  color: #40c2cf;
}

aside .searchInput .sEntry > ul { padding-left: 10px; }



*/

aside div.searchInput ul.menu li { margin: 0 -10px 0 -10px !important; }
aside div.searchInput.servicesMenu li { line-height: 15px; }
aside div.searchInput.servicesMenu li > a { padding: 2px 5px 2px 5px !important; }
aside ul.menu > li { margin: 0px -5px 0 -5px !important; }
aside ul.menu { background: white !important; min-width: 350px; z-index: 50; }
aside .sEntry.isGroup[group="Choroby"] { margin-top: 10px !important; padding-top: 16px !important; border-top: 1px solid #DDD; }
/*


aside div.servicesSearchForm { flex-direction: column; align-items: stretch; }
aside div.searchInput.citiesMenu, aside div.searchInput.categoriesMenu { background: white; }

aside div.searchInput.citiesMenu .menu > li:first-child { display: none; }
aside div.servicesSearchForm .searchInput { display: block; min-width: 200px; }
aside div.servicesSearchForm .searchInput > .name { border-radius: 5px !important; }*/

/* aside .searchInput .sEntry.isGroup.isOpen > .sTitle {
  font-weight: 500 !important;
} */

/*aside .searchInput .sEntry.isGroup.isOpen > ul {
  overflow: visible;
}
*/
#sidebar-map { height: 150px; margin: 1px; box-shadow: 0 0 0 1px #E8E8E8; }

aside > header { display: none; }

@media screen and (max-width: 991px) {

  article > header { display: none; }
  aside > header { display: block; }
  #sidebar-map { height: 300px; }

  div.site-logo {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  }

  div.servicesSearchForm .searchInput .name {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .btn.btn-hair-medica.servicesMenuGo {
    padding: 1rem 2.15rem 1rem 2.75rem !important;
  }
  /* .servicesSearchForm {
    /* padding: 0 15px !important;
  } */
  div.container#services {
    padding: 0 15px !important;
  }

  section#slider-wrapper > div.container > div.row {
    position: relative;
    z-index: 2;
  }

  #nav-right-menu { flex-direction: column; }

  nav ul.contact-phone {
    display: none !important;
    position: relative !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    top: 0 !important;
  }

}


@media (min-width: 992px) and (max-width: 1200px) {

	div.site-logo { max-width: 180px; }

  	li.mega-menu-item > a.mega-menu-link {
    	padding: 0 11px 0 10px !important;
  	}

  	#site-menu ul.menu > .sEntry > .sTitle {
    	padding-left: 12px !important;
    	padding-right: 12px !important;
  	}

}

nav ul.contact-phone {
  position: absolute;
  display: inline-block;
  margin: 8px 3px;
  right: 10px !important;
  top: -30px !important;
  font-size: 12px;
  line-height: 20px;
}

ul.contact-phone {
  padding: 0 !important;
  margin: 0;
}

ul.contact-phone li { display: inline-block; }

#site-menu.top-menu ul.contact-phone li a { color: #333; }

ul.contact-phone li a {
  display: inline-block;
  white-space: nowrap;
  padding: 0 8px;
  font-weight: 500;
  color: #777;
}

nav ul.contact-phone li a {
  font-weight: 400;
}

/* Navigation Menus */

/* #nav-left-menu li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  right: 100% !important;
  left: auto !important;
} */

#nav-right-menu { display: flex; justify-content: flex-end; flex-direction: row; }

@media (max-width: 991px) { #nav-right-menu { flex-direction: column; } }

/* #nav-left-menu li.mega-menu-flyout ul.mega-sub-menu { right: 0; } */



/* #nav-right-menu li.mega-menu-item-has-children > a.mega-menu-link::after { content: none !important; }

#nav-right-menu li.mega-menu-item-has-children > a.mega-menu-link::before {
  content: '\f141';
  display: inline-block;
  font-family: dashicons;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
} */

#breadcrumbs {
  font-size: 12px;
  border-top: 1px solid #EAEAEA;
  /* border-bottom: 1px solid #EAEAEA; */
  font-weight: 500;
  color: #777;
  padding: 1.2rem 0 0;
  background: #FFF;
}

#breadcrumbs span.separator {
  font-weight: normal !important;
  padding: 0 12px;
}

#breadcrumbs a {
  font-weight: normal !important;
  color: #777;
}

#breadcrumbs a:hover {
  text-decoration: none;
  color: #444;
  /* font-weight: 500 !important; */
}

#mega-menu-wrap-nav-left-menu #mega-menu-nav-left-menu li.mega-menu-item > ul.mega-sub-menu,
#mega-menu-wrap-nav-right-menu #mega-menu-nav-right-menu li.mega-menu-item > ul.mega-sub-menu,
#mega-menu-wrap-nav-left-menu #mega-menu-nav-left-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-nav-right-menu #mega-menu-nav-right-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  display: none;
}

#mega-menu-wrap-nav-left-menu #mega-menu-nav-left-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-nav-right-menu #mega-menu-nav-right-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  display: block;
}

#site-menu .sEntry.isGroup.isCategory, #site-menu .mega-menu-item {
  transition: color ease-in-out 0.3s;
  position: relative !important;
  margin-right: 10px !important;
  display: inline-block;
}

#site-menu .searchInput .sEntry > .sTitle, #site-menu .searchInput .cEntry > .cName {
  color: #FFF !important;
  font-size: 14px !important;
}

#site-menu .sEntry.isGroup.isCategory::before,
#site-menu #mega-menu-nav-left-menu > .mega-menu-item::before,
#site-menu #mega-menu-nav-right-menu > .mega-menu-item::before {
  transition: background-color ease-in-out 0.3s;
  pointer-events: none;
  z-index: 0 !important;
  position: absolute !important;
  display: block !important;
  bottom: 5px !important;
  top: 5px !important;
  width: auto !important;
  height: auto !important;
  content: "" !important;
}

#site-menu .sEntry.isGroup.isCategory::before {
  right: 7px !important;
  left: 7px !important;
  top: 41px !important;
  bottom: -5px !important;
}

#site-menu #mega-menu-nav-left-menu > .mega-menu-item::before,
#site-menu #mega-menu-nav-right-menu > .mega-menu-item::before {
  right: 0px !important;
  left: 5px !important;
}

#site-menu #mega-menu-nav-right-menu > li.mega-menu-flyout ul.mega-sub-menu { right: 0; }

#site-menu .sEntry.isGroup.isCategory:hover > span, #site-menu .mega-menu-item:hover > a {
  transition: color ease-in-out 0.3s;
  color: rgb(68, 130, 156) !important;
}

#site-menu .sEntry.isGroup.isCategory:hover::before {
  transition: background-color ease-in-out 0.3s;
  /*background-color: #EAEAEA !important;*/
  background-color: #40C2CF !important;
}

#site-menu .mega-menu-item:hover::before {
  transition: background-color ease-in-out 0.3s;
  background-color: #EAEAEA !important;
}

#site-menu.top-menu .mega-menu-item:hover::before,
#site-menu.top-menu #nav-right-menu .mega-menu-item::before {
  background-color: transparent !important;
  /*background-color: #404040 !important;*/
  right: 5px !important;
}

#site-menu.top-menu #nav-right-menu .mega-menu-item:hover::before {
	background-color: #2f2f2f !important;
}

#site-menu.top-menu #nav-right-menu li.mega-menu-item > a.mega-menu-link {
  padding: 0 15px 0 15px !important;
}

@media (min-width: 992px) {

  #site-menu #mega-menu-wrap-nav-right-menu #mega-menu-nav-right-menu > li.mega-menu-flyout ul.mega-sub-menu,
  #site-menu #mega-menu-wrap-nav-left-menu #mega-menu-nav-left-menu > li.mega-menu-flyout ul.mega-sub-menu {
    width: 390px !important;
  }

  #site-menu #mega-menu-nav-right-menu ul.mega-sub-menu,
  #site-menu #mega-menu-nav-left-menu ul.mega-sub-menu {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #CCC !important;
    margin: 0px 5px !important;
    padding: 0 5px !important;
  }

  #site-menu#mega-menu-nav-right-menu > li.mega-menu-item,
  #site-menu#mega-menu-nav-left-menu > li.mega-menu-item {
    margin-right: 3px !important;
  }

  #site-menu #mega-menu-item-15732 > ul.mega-sub-menu {
    /*min-width: 400px !important;*/
  }

  #site-menu #mega-menu-item-16192 > ul.mega-sub-menu {
    /*min-width: 350px !important;*/
  }

  #site-menu #mega-menu-item-15407 > ul.mega-sub-menu {
    /*min-width: 400px !important;*/
  }

  #site-menu #mega-menu-item-15429 > ul.mega-sub-menu {
    /*min-width: 300px !important;*/
  }

  #site-menu #mega-menu-item-15465 > ul.mega-sub-menu {
  /*min-width: 350px !important;*/
  }

  #site-menu #mega-menu-item-15409 > ul.mega-sub-menu {
  /* min-width: 400px !important; */
  }

  #site-menu #mega-menu-item-15484 > ul.mega-sub-menu {
  /* min-width: 400px !important; */
  }

  #site-menu li.mega-menu-item-has-children > a.mega-menu-link {
    padding-right: 20px !important;
  }

  #site-menu li.mega-menu-item-has-children > a.mega-menu-link::after {
    position: absolute !important;
    float: none !important;
    right: 2px !important;
  }

  #site-menu #mega-menu-wrap-nav-left-menu #mega-menu-nav-left-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu,
  #site-menu #mega-menu-wrap-nav-right-menu #mega-menu-nav-right-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: 150px;
    top: 70%;
    box-shadow: 1px 1px 5px
    rgba(0,0,0,0.25) !important;
  }


  #site-menu #mega-menu-wrap-nav-left-menu #mega-menu-nav-left-menu > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a,
  #site-menu #mega-menu-wrap-nav-right-menu #mega-menu-nav-right-menu > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a {
    /*border-bottom: 1px solid #DFDFDF;*/
  }

  #site-menu #mega-menu-wrap-nav-left-menu #mega-menu-nav-left-menu > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item:last-of-type > a,
  #site-menu #mega-menu-wrap-nav-right-menu #mega-menu-nav-right-menu > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item:last-of-type > a {
    border-bottom: none;
  }

  #site-menu #mega-menu-wrap-nav-left-menu #mega-menu-nav-left-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #site-menu #mega-menu-wrap-nav-right-menu #mega-menu-nav-right-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #fff !important;
  }

  #site-menu #mega-menu-wrap-nav-left-menu #mega-menu-nav-left-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  #site-menu #mega-menu-wrap-nav-right-menu #mega-menu-nav-right-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  	background: #EEE !important;
  }

  #site-menu #mega-menu-wrap-nav-left-menu #mega-menu-nav-left-menu > li.mega-menu-flyout ul.mega-sub-menu,
  #site-menu #mega-menu-wrap-nav-right-menu #mega-menu-nav-right-menu > li.mega-menu-flyout ul.mega-sub-menu {
	background: #FFF !important;
	/*border: none !important;*/
  }


}

article div.tags a {
  display: inline-block;
  margin-right: 0.65rem;
  font-size: 0.9rem;
  color: #0DB1C4;
}

article div.see-more-articles h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

article div.see-more-articles a.item {
  display: block;
}

article div.see-more-articles div.item-image {
  border: 1px solid #EEE;
  padding: 3px;
}

aside div.see-more-articles div.item-image {
  border: 1px solid #EEE;
  background: white;
  padding: 3px;
}

aside div.see-more-articles div.item-image div.image,
article div.see-more-articles div.item-image div.image {
  background-size: cover;
  width: 100%;
  height: 140px;
  padding: 0;
}

aside div.see-more-articles div.item-image div.image {
  border-radius: 5px;
  height: 140px;
}

aside div.see-more-articles div.item-title {
  margin-top: 5px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  aside div.see-more-articles div.item-image div.image {
  height: 50px;
  }
  aside div.see-more-articles div.item-title {
  margin-top: 0;
  text-align: left;
  }
  aside div.see-more-articles div.item-image {
  padding: 1px;
  }
}

article div.see-more-articles div.item-title {
  margin-top: 5px;
  text-align: center;
  font-size: 0.85rem;
}


#searchQuery {
  justify-content: flex-start;
}

@media (min-width: 992px) {
  #searchQuery {
    justify-content: flex-end;
  }
}

#searchQuery input.form-control {
  min-width: 280px;
}

header h1.search-title { padding: 3px 0; }




/* Wyszukiwarka w menu nawigacyjnym */

#site-search {
  /* position: relative; */
}

#site-search div.search-toggle {
  height: 40px;
  width: 40px;
  /* right: 0; */
  position: relative;
  float: none !important;
}

#site-search form.search-form {
  transition: all 0.3s;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
  width: 0px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  /* left: 95%; */
  margin-left: 50px;
  height: 40px;
  /* max-width: 400px; */

  z-index: 15;
}

@media (max-width: 991px) {
  #site-search {
  margin-bottom: 1.5rem;
  order: -1;
  }
  #site-search div.search-toggle {
  display: none;
  }
  #site-search form.search-form {
  position: relative;
  right: unset;
  top: unset;
  width: 100%;
  left: unset;
  margin-left: 0;
  }
  #site-search form.search-form.opened {
  width: 400px;
  }

}

#site-search form.search-form.opened {
  width: 400px;
}
/*
#site-search form.search-form.opened {
  width: 630px;
} */


@media (min-width: 992px) {
  #searchQuery {
  display: none;
  }
}

/*            #site-search div.search-toggle > div.button > span {
  position: absolute;
  visibility: hidden;
  display: block;
  right: 100%;
  opacity: 0;
  width: 0;
}

#site-search div.search-toggle > div.button:hover > span {
  visibility: visible;
  width: auto;
  opacity: 1;
}*/

#site-search div.button {
  transition: all 0.3s;
  position: absolute;
  font-size: 12px;
  text-align: center;
  display: block;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 13px;
}

#site-search form.search-form div.submit-button {
  font-size: 14px;
  padding: 3px;
}

#site-search div.button:hover {
  /*color: #2C899A !important;*/
  color: #8ADDE6 !important;
  cursor: pointer;
}

#site-search div.button.icon-search {
  visibility: visible;
  /*color: #777777;*/
  color: #333;
  opacity: 1;
}

#site-search div.button.icon-cancel {
  visibility: hidden;
  /*color: #777777;*/
  color: #333;
  opacity: 0;
}

#site-search div.search-toggle.opened div.button.icon-cancel {
  visibility: visible;
  opacity: 1;
}
#site-search div.search-toggle.opened div.button.icon-search {
  visibility: hidden;
  opacity: 0;
}

#site-search form.search-form > input {
  transition: all 0.3s;
  background: #FFFFFF;
  font-size: 14px;
  border: 1px solid #DDD;
  width: 100%;
  height: 100%;
  padding: 12px 20px 12px 20px;
}

#site-search form.search-form > input:focus {
  transition: all 0.3s;
  border: 1px solid #2C899A;
}

#site-search form.search-form div.submit-wrapper {
  position: absolute;
  color: #2C899A;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
}

#site-search form.search-form div.submit-wrapper:hover > div.button {
  color: #2C899A !important;
}

#site-search form.search-form div.submit-wrapper > input {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
}

@media screen and (max-width: 992px) {

  div#dwpb {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  span.dwpb-content {
    margin: 0 !important;
  }
}


.testimonial_group .testimonial {
  background: #FFF;
  border: 1px solid #EEE;

}

.testimonial_group .testimonial h3.rr_title {
  font-size: 20px;
  padding-left: 0px;
  margin-bottom: 0;
  color: #222;
}

.testimonial_group .testimonial h3.rr_title::before {
  display: none;
  content: unset;
}

.testimonial_group .testimonial span {
  color: #222;
}

.testimonial_group .testimonial .stars {
  color: #389da7;
}

.testimonial_group .testimonial a.read_more, .testimonial_group .testimonial a.show_less {
  border: 1px solid #AAA;
  color: #222;
}

#cookie-law-info-bar {
  background-color: rgb(17, 17, 17) !important;
  color: rgb(255, 255, 255) !important;
  border-top: 1px solid rgb(68, 68, 68) !important;
  z-index: 9999999999;
}

#cookie-law-info-bar > span {
  display: block;
  max-width: 1200px;
  margin: 0 auto 35px;
}

#cookie-law-info-bar > span > a {
  color: rgb(255, 255, 255) !important;
  background-color:rgb(11, 11, 11) !important;
  bottom: 10px;
  position: absolute;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  border-radius: 0px;
}

@media ( max-width: 991px ) {

	#site-header { border-bottom-color: #F3F3F3 !important; background-color: #fff; }

	body > header div.promo-buttons a.btn.btn-hair-medica {
		/*color: #00beb7 !important;*/
	  /*background: #e4f8f7 !important;*/
		flex: 1 !important;
	}

	/*body > header div.promo-buttons a.btn.btn-hair-medica:hover {*/
		/*color: #00beb7 !important;*/
	  /*background: #b1ebe9 !important;*/
	/*}*/

	/*body > header div.promo-buttons .btn.btn-hair-medica.btn-pink {*/
		/*color: #00beb7 !important;*/
	  /*background: #e4f8f7 !important;*/
	/*}*/

	/*body > header div.promo-buttons .btn.btn-hair-medica.btn-pink:hover {*/
		/*color: #00beb7 !important;*/
	  /*background: #b1ebe9 !important;*/
	/*}*/

	/*body > header div.promo-buttons .btn.btn-hair-medica.btn-greyish {*/
		/*color: #00beb7 !important;*/
	  /*background: #e4f8f7 !important;*/
	/*}*/

	/*body > header div.promo-buttons .btn.btn-hair-medica.btn-greyish:hover {*/
		/*color: #00beb7 !important;*/
	  /*background: #b1ebe9 !important;*/
	/*}*/

	body.home > main {
		margin-top: 0;
	}

	body.home > header div.servicesSearchForm {
  	/*display: none !important;*/
	}

	body.home #slider-wrapper {
		/* min-height: calc(100vh - 8rem - 28px); */
		background: #EAEAEA url('/assets/images/slider/01.png') no-repeat 50% -70px !important;
		/*background-size: cover !important;*/
    padding-bottom: 50px !important;
	}

	body.home #slider-wrapper > div.container {
		height: 100%;
	}

	body.home #slider-wrapper div.banner-text {
		padding-top: 2.5rem;
	}

	body.home #slider-wrapper div.banner-text > div {
		padding-right: 60px !important;
		padding-left: 40px !important;
	}

	body.home #slider-wrapper div.banner-text h1 {
		background: rgba(255, 255, 255, 0.5);
		font-size: 32px !important;
	}

	body.home #slider-wrapper div.banner-text h2 {
		/*background: rgba(255, 255, 255, 0.5);*/
		font-weight: 500 !important;
		font-size: 14px !important;
		line-height: 1.2 !important;
		visibility: hidden;
		/*display: none !important;*/
	}

	body.home #slider-wrapper div.banner-text h1,
	body.home #slider-wrapper div.banner-text h2 {
		color: #000 !important;
		/*text-align: center !important;*/

	}

	body.home #slider-wrapper div.banner-text div.subtitle h2 {
		font-style: normal !important;
	}

	body.home #slider-wrapper div.services-form {
    margin-bottom: 0.8rem !important;
		margin-top: 0.8rem !important;
	}

	body.home #slider-wrapper div.services-form div.servicesSearchForm > div {
		padding: 10px 0 !important;
		background: rgba(0, 0, 0, 0.4) !important;
	}

	body.home #slider-wrapper div.servicesSearchForm .searchInput .name {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  body.home #slider-wrapper div.servicesSearchForm .servicesMenuGo {
  	margin: 10px 0 !important;
    padding: 0.3rem 1.2rem !important;
    display: block;
  }

}

body.home #slider-wrapper div.services-form div.servicesSearchForm > div {
	background: rgba(0, 0, 0, 0.2);
}

.portfolio-item {
  height: 100%;
}







/* #site-search div.search-toggle {
  height: 40px;
  width: 40px;
  right: 15px;
  position: absolute;
  float: none !important;
}

#site-search form.search-form {
  transition: all 0.3s;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
  width: 0px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  height: 40px;
  max-width: 400px;
  top: 55px;
  z-index: 15;
}

#site-search form.search-form.opened {
  width: 400px;
}

@media (max-width: 991px) {
  #site-search {
  margin-bottom: 1.5rem;
  order: -1;
  }
  #site-search div.search-toggle {
  display: none;
  }
  #site-search form.search-form {
  position: relative;
  right: unset;
  top: unset;
  width: 100%;
  }
}

@media (min-width: 992px) {
  #searchQuery {
  display: none;
  }
}

#site-search div.button {
  transition: all 0.3s;
  position: absolute;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 10px;
}

#site-search form.search-form div.submit-button {
  font-size: 14px;
  padding: 3px;
}

#site-search div.button:hover {
  color: #2C899A !important;
  cursor: pointer;
}

#site-search div.button.icon-search {
  visibility: visible;
  color: #444444;
  opacity: 1;
}

#site-search div.button.icon-cancel {
  visibility: hidden;
  color: #777777;
  opacity: 0;
}

#site-search div.search-toggle.opened div.button.icon-cancel {
  visibility: visible;
  opacity: 1;
}
#site-search div.search-toggle.opened div.button.icon-search {
  visibility: hidden;
  opacity: 0;
}

#site-search form.search-form > input {
  transition: all 0.3s;
  background: #FFFFFF;
  font-size: 14px;
  border: 1px solid #DDD;
  width: 100%;
  height: 100%;
  padding: 12px 20px 12px 20px;
}

#site-search form.search-form > input:focus {
  transition: all 0.3s;
  border: 1px solid #2C899A;
}

#site-search form.search-form div.submit-wrapper {
  position: absolute;
  color: #2C899A;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
}

#site-search form.search-form div.submit-wrapper:hover > div.button {
  color: #2C899A !important;
}

#site-search form.search-form div.submit-wrapper > input {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
}
*/

#searchform {
  width: auto !important;
  height: auto !important;
}

#searchform > input[type='text'] {
  background: white;
  border-radius: 5px;
  color: #222;
  border: 1px solid #DEDDDD;
  transition: all .1s ease-in-out;
  padding: 7px 20px;
  font-size: 14px;
}

#searchform > input[type='submit'] {
  background: #ababab;
  border-radius: 5px;
  color: #FFF;
  border: 1px solid #A0A0A0;
  transition: all .1s ease-in-out;
  /*padding: 7px 20px;*/
  /*font-size: 14px;*/
}


aside div.widget ul.popular-posts {
  padding-top: 1rem;
  padding-left: 0;
  list-style: none;
}

aside div.widget ul.popular-posts > li {
  margin: 1rem 0;
}

aside div.widget ul.popular-posts > li > strong > a {
  padding: 0.3rem 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
}

aside div.widget ul.popular-posts > li a.arrow { display: none; }

aside #categories-2 ul,
aside #recent-posts-5 ul {
  list-style: none;
  padding-top: 1rem;
  padding-left: 1rem;
}

 aside #categories-2 ul li.cat-name {

 }

#cookie-law-info-bar a.cookie-info-link {
  position: static !important;
  margin-left: 0 !important;
  font-weight: 500 !important;
  width: unset !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: unset !important;
}