/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*
=======================================
=======================================
Fonts
=======================================
=======================================
*/

/* @font-face {
  font-family: 'mnetmedium';
  src: url('fonts/instytut-webfont.eot');
  src: url('fonts/instytut-webfont.eot?#iefix') format('embedded-opentype'),f
       url('fonts/instytut-webfont.woff2') format('woff2'),
       url('fonts/instytut-webfont.woff') format('woff'),
       url('fonts/instytut-webfont.ttf') format('truetype'),
       url('fonts/instytut-webfont.svg#mnetmedium') format('svg');
  font-weight: 500;
  font-style: normal;

} */

@font-face {
  font-family: 'mnetmedium';
  src: url('fonts/instytut-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;

}

/* END Fonts */




/*
=======================================
=======================================
Global settings
=======================================
=======================================
*/

:root {
  --gray-color: #9d9e9e;
  --main-color: #ffcb05;
  --link-color: #810000; 
}

body {
  font-family: 'mnetmedium';
  font-weight: 400;
}

a {
  color: var(--link-color) !important;
}

a:hover, 
a:active {
  color: var(--main-color) !important;
}


/* END Global settings */


/*
=======================================
=======================================
Header
=======================================
=======================================
*/

#top-bar {
  width: 1800px;
  max-width: 95%;
}

.top-bar-right {
  float: none;
  width: 100%;
}

.idm-top-bar {
  display: flex;
  align-items: center;
}

.idm-top-bar a {
  color: white !important;
}

.idm-top-bar a:hover {
  color: var(--main-color) !important;
}


.idm-top-bar .idm-bip-img {
  max-width: 40px;
}

.idm-top-bar div:nth-of-type(1) {
  margin-right: auto;
}

.idm-top-bar div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 425px;
}

.idm-top-bar div:nth-of-type(2) img {
  border: 1px solid #fff;
  margin-right: 4px;
  max-width: 42px;
  max-height: 25px;
}

.idm-top-bar div p {
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 1.8rem;
  color: #fff;
}

.idm-top-bar div:nth-of-type(3) {
  margin-right: 30px;
  display: flex;
  align-content: center;
}

.idm-top-bar div:nth-of-type(3) span {
  color: #fff;
  font-size: 1.4rem;
  border: 2px solid #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 2px;
}

.idm-top-bar .idm-aaa span {
  cursor: pointer;
}

.idm-top-bar .idm-accessibility-page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  width: 4rem;
  height: 4rem;
  margin: 0 2px;
}

.idm-top-bar .idm-accessibility-page-link img {
  width: 2rem;
  height: auto;
}

#site-header {
  border-bottom: none;
}

#site-header-inner {
  width: 1800px;
  max-width: 95%;
  padding: 20px;
  border-bottom: 1px solid var(--gray-color);
}

#top-bar-wrap {
  background-color: var(--gray-color);
  border-bottom: none;
}

#site-navigation-wrap .dropdown-menu > li > a {
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 2.8rem;
  color: var(--gray-color) !important;
}

#site-navigation-wrap .dropdown-menu > li > a:hover {
  color: var(--main-color) !important;
}

#site-navigation-wrap .dropdown-menu > li > a.site-search-toggle {
  position: relative;
  top: 60px;
}

.site-search-toggle .icon-magnifier {
  background: var(--main-color);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-search-toggle .icon-magnifier:before {
  content: "\e090";
  font-size: 20px;
  padding: 9px;
  color: #fff;
}

#site-navigation-wrap .dropdown-menu > li:not(:last-of-type) > a:after {
  content: '';
  background-image: url(/wp-content/uploads/2022/09/logo_g.png);
  color: var(--main-color);
  width: 2rem;
  height: 1.8rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: 4px;
}

#site-navigation-wrap .dropdown-menu > li.idm-before-last-one {
  margin-right: 10px;
}

#site-navigation-wrap .dropdown-menu > li.idm-before-last-one > a:after {
  display: none;
}

.idm-logo-text {
  text-transform: uppercase;
  color: var(--gray-color);
  line-height: 1;
  display: inline-block;
  margin-top: 0;
  top: 60px;
  position: relative;
  left: 10px;
}

.kf-search-icon {
  margin-left: 15px;
}

.kf-search-icon img {
  width: 2.4rem;
}

.idm-top-bar .oceanwp-searchform {
  position: absolute;
  right: -5px;
  top: 70px;
  display: none;
}

.idm-top-bar .oceanwp-searchform.active {
  display: block;
}

.idm-top-bar .oceanwp-searchform input:focus,
.idm-top-bar .oceanwp-searchform input {
  color: var(--var);
  box-shadow: 0 2px 7px rgb(0 0 0 / 10%);
  border: 1px solid var(--link-color);
}

.idm-top-bar .oceanwp-searchform .search-submit i {
  color: var(--link-color);
  font-size: 20px;
}


/* custom menu after header */

.kf-menu-after-header {
  list-style-type: none;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  margin: 10px auto;
  width: 1800px;
  max-width: 95%;
  padding: 20px 0;
}

.kf-menu-after-header li {
  font-size: 2.2rem;
  padding: 0 15px;
}


/* END Header */





/*
=======================================
=======================================
Footer
=======================================
=======================================
*/

#footer-widgets,
.idm-footer-menus-section .fl-row-content-wrap {
  background-color: var(--gray-color);
}

#footer-widgets {
  padding-bottom: 0;
}

.footer-widgets-inner  {
  width: 1920px !important;
  max-width: 100%;
}

#footer-bottom {
  background-color: var(--gray-color);
}

.idm-bottom-footer { 
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 3rem;
}

.idm-bottom-footer a {
  color: white !important;
}

.idm-bottom-footer a:hover {
  color: var(--main-color) !important;
}

.idm-footer-menus-section .fl-col-group {
  display: flex;
}

.idm-bottom-footer,
.idm-bottom-footer a {
  font-size: 1.6rem;
}

.idm-footer-menu li a {
  color: white !important;
}


.idm-footer-menu li a:hover {
  color: var(--main-color) !important;
}

#scroll-top {
  color: white !important;
}

/* END Footer */




/*
=======================================
=======================================
Home page
=======================================
=======================================
*/
/* 
.idm-post-carousel::before,
.idm-slider:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 250px 0 0 155px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
  position: absolute;
  bottom: -28px;
  z-index: 99;
} */

/* .idm-post-carousel::before {
  content: "";
  background-image: url(/wp-content/uploads/2022/10/maskarotatora1.png);
  width: 1920px;
  height: 1080px;
  background-size: 1920px 1080px;
  background-position: 0 0;
} */



.idm-post-carousel {
  position: relative;
}

.idm-post-carousel::before {
  bottom: 0;
}

.idm-slider.fl-module-content-slider .bx-wrapper {
  margin-bottom: 0;
}

.idm-slider .fl-slide-content-wrap {
  position: relative;
  top: 190px;
  left: 160px;
}

.idm-slider .bx-wrapper .bx-pager {
  bottom: 25px;
  text-align: right;
  right: 10%;
}

.idm-post-carousel .bx-wrapper .bx-pager.bx-default-pager a,
.idm-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  width: 20px;
  height: 20px;
}

.idm-post-carousel .bx-wrapper .bx-pager.bx-default-pager a:focus {
  outline: none !important;
}

.idm-post-carousel .bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: var(--main-color);
}

.idm-post-carousel .bx-wrapper .bx-pager.bx-default-pager a.active:hover,
.idm-post-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover {
  border-color: #fff;
  background-color: #000;
}

.idm-button-icon .fl-button {
  text-decoration: none !important;
}

.idm-button-icon .fl-button svg {
  height: 42px;
  width: auto;
}

.idm-button-icon .fl-button:hover svg path {
  fill: #fff !important;
}

.idm-heading-menu .menu-item a {
  text-decoration: none !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.idm-heading-menu .menu-item a:hover {
  background-color: #c5c7c6;
}

.idm-heading-menu .menu-item:first-of-type a {
  background-color: #c5c7c6;
}

.idm-posts .fl-post-grid-post {
  border: none;
  background-color: transparent;
}

.idm-posts .fl-post-grid-text {
  padding: 20px 0 40px;
}

.idm-posts .fl-post-grid-title a {
  color: var(--gray-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.8rem;
  text-decoration: none !important;
}

.idm-posts .fl-post-grid-title a:hover {
  color: var(--main-color);
}

.idm-posts .fl-post-grid-more {
  background-color: var(--main-color);
  padding: 10px 20px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
}

.idm-posts .fl-post-grid-more:hover {
  background-color: var(--gray-color);
  color: var(--main-color) !important;
}

.idm-footer-logo-col img {
  filter: grayscale(1);
}

.wa-gallery-section .fl-row-content {
  position: relative;
}

.idm-gallery .fl-post-grid-post {
  border: none;
  position: relative;
  overflow: visible;
}

.idm-gallery .fl-post-grid-title {
  display: none;
}

.idm-gallery .fl-post-grid-more {
  background-color: var(--main-color);
  color: var(--gray-color) !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 25px 45px;
  font-size: 1.8rem;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none !important;
}

.idm-gallery .fl-post-grid-more:hover {
  background-color: var(--gray-color);
  color: var(--main-color) !important;
}


body:not(.fl-builder-edit) .idm-gallery-title {
  position: absolute;
  z-index: 9;
  background-color: var(--gray-color);
  transform: skewX(33deg);
  display: flex;
  align-items: flex-end;
  height: 100px;
  top: -80px;
  right: 55px;
} 

body:not(.fl-builder-edit) .idm-gallery-title .fl-rich-text p {
  color: #fff !important;
  margin-bottom: 0;
  transform: skewX(-33deg);
  letter-spacing: -1.5px;
}







.idm-home-sidebar .fl-post-grid-title a {
  text-decoration: none !important;
  color: var(--gray-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.8rem;
  text-decoration: none !important;
}

.idm-home-sidebar .fl-post-grid-title a:hover {
  color: var(--main-color);
}

.idm-home-sidebar .fl-post-grid-text {
  text-align: center;
}

.idm-home-sidebar .fl-post-grid-more {
  text-decoration: none !important;
  background-color: var(--gray-color);
  color: #fff !important;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
}

.idm-home-sidebar .fl-post-grid-more:hover {
  background-color: var(--main-color);
}

.idm-home-sidebar .idm-heading-title:not(:first-of-type) {
  margin-top: 40px;
}

/* 
.idm-post-carousel .fl-post-slider-background .fl-post-slider-content {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 8%;
} */

.idm-post-carousel .fl-post-slider-background .fl-post-slider-content .fl-post-slider-title a,
.idm-post-carousel .fl-post-slider-background .fl-post-slider-content {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.idm-post-carousel .fl-post-slider-title a:hover,
.idm-post-carousel .fl-post-slider-title a {
  color: transparent !important;
}

.idm-post-carousel.fl-module-post-slider .bx-wrapper .bx-pager {
  bottom: 40px;
  text-align: right;
  margin-right: 30px;
  right: 150px;
}




/* END Home page */



/*
=======================================
=======================================
Categories archive page and shortcode
=======================================
=======================================
*/

.archive.category .site-content {
  display: flex;
  flex-wrap: wrap;
}

.archive.category .idm-category-image {
  width: 43%;
  margin-right: 5%;
  margin-bottom: 30px;
}

.archive.category .tax-desc {
  width: 100%;
} 

.archive.category .idm-category-image ~ .tax-desc {
  width: 52%
}

.archive.category .blog-entries {
  width: 100%;
}

.archive.category .page-content {
  margin-top: 30px;
}

.idm-category {
  display: flex;
  padding: 20px;
}

.idm-category:nth-child(odd) {
  background-color: #f7f7f7;
}

.idm-category:nth-child(even) {
  flex-direction: row-reverse;
}

.idm-category-image {
  width: 33%;
  margin-right: 4%;
}

.idm-category:nth-child(even) .idm-category-image {
  margin-right: 0;
  margin-left: 4%;
}

.idm-category-desc {
  width: 63%;
}


/* END Categories archive page */


.idm-top-bar div > span > .kf-contrast-icon {
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%) !important;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
}

body .fl-post-feed-meta {
  font-size: 1.4rem;
}

.page-id-217 .fl-module-icon .fl-icon-text h4 {
  font-size: 1.7rem;
}

form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
  font-size: 1.4rem;
}

.wp-block-latest-posts__post-title {
  font-size: 1.3rem;
}

.single nav.post-navigation .nav-links .post-title,
.related-post-title {
  font-size: 1.6rem;
}

.wp-block-search__button[type=submit],
.blog-entry.thumbnail-entry .blog-entry-category,
time.published {
  font-size: 1.2rem;
}

.theme-heading,
.single nav.post-navigation .nav-links .title {
  font-size: 1.4rem;
  color: var(--link-color) !important;
}

.single nav.post-navigation .nav-links .title:hover {
  color: var(--main-color) !important;
}

.single-post ul.meta {
  font-size: 1.45rem;
}

.blog-entry.thumbnail-entry .blog-entry-bottom {
  font-size: 1.1rem;
}

.idm-polityka-prywatnosci ol li {
  font-size: 1.4rem;
}

/*
=======================================
=======================================
Media query
=======================================
=======================================
*/


@media all and (max-width: 1870px) {
  #site-navigation-wrap .dropdown-menu > li > a {
    font-size: 2.2rem;
  }

  .fl-builder-content .idm-post-carousel .bx-wrapper .bx-viewport {
    min-height: 630px;
  }

  .idm-post-carousel .fl-post-slider-post {
    min-height: 630px;
  }


} /* End 1870 */

@media all and (max-width: 1650px) {
  .fl-builder-content .idm-post-carousel .bx-wrapper .bx-viewport {
    min-height: 600px;
  }

  .idm-post-carousel .fl-post-slider-post {
    min-height: 600px;
  }
} /* End 1650 */


@media all and (max-width: 1540px) {
  #site-navigation-wrap .dropdown-menu > li > a {
    font-size: 1.7rem;
  }

  .idm-footer-menus-section .fl-icon-group {
    display: flex;
    flex-wrap: wrap;
  }

  .idm-footer-menus-section .fl-icon-group .fl-icon {
    width: 40%;
    margin-left: 0;
  }

  .fl-builder-content .idm-post-carousel .bx-wrapper .bx-viewport {
    min-height: 570px;
  }

  .idm-post-carousel .fl-post-slider-post {
    min-height: 570px;
  }
  
} /* End 1540 */

@media all and (max-width: 1480px) {
  .idm-post-carousel .fl-post-slider-post {
    min-height: 500px;
  }
} /* End 1480 */

@media all and (max-width: 1440px) {
  .idm-heading-menu .fl-menu .menu > li,
  .idm-heading-title.fl-module-heading .fl-heading {
    font-size: 3rem;
  }

  .idm-footer-heading .fl-rich-text p {
    font-size: 2rem;
  }

  .idm-bottom-footer {
    font-size: 2rem;
  }

  .idm-slider .fl-slide-content-wrap {
    position: relative;
    top: 90px;
    width: 55% !important;
    left: 50px;
  }

  .idm-top-bar div:nth-of-type(2) {
    margin-right: 175px;
  }

  /* .fl-builder-content .idm-post-carousel .bx-wrapper .bx-viewport {
    min-height: 580px;
  }

  .idm-post-carousel .fl-post-slider-post {
    min-height: 580px;
  } */

} /* End 1440 */

@media all and (max-width: 1280px) {
  .mobile-menu i {
    font-size: 3rem;
  }

  #mobile-dropdown ul li a {
    font-size: 1.8rem;
  }

  .idm-footer-menus-section .fl-col-group {
    display: flex;
    flex-wrap: wrap;
  }


  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(1),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(2),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(3),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(4),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(5),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(6),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(7) {
    width: 25%;
  }

  .idm-footer-menus-section .fl-icon-group .fl-icon {
    width: inherit;
  }

  .idm-footer-menus-section .fl-photo {
    text-align: left !important;
  }

  .idm-top-bar div:nth-of-type(2) {
    margin-right: 0;
  }

  .fl-builder-content .idm-post-carousel .bx-wrapper .bx-viewport {
    min-height: 455px;
  }

  .idm-post-carousel .fl-post-slider-post {
    min-height: 455px;
  }

  .idm-top-bar .oceanwp-searchform,
  .kf-search-icon {
    display: none;
  }


} /* End 1280 */


@media all and (max-width: 1180px) {
  .fl-builder-content .idm-post-carousel .bx-wrapper .bx-viewport {
    min-height: 405px;
  }

  .idm-post-carousel .fl-post-slider-post {
    min-height: 405px
  } ;
} /* End 1180 */


@media all and (max-width: 1024px) {
  .idm-bottom-footer {
    flex-direction: column;
  }

  .idm-bottom-footer div:first-of-type {
    margin-bottom: 30px;
  }

  .idm-heading-menu .fl-menu .menu > li, .idm-heading-title.fl-module-heading .fl-heading {
    font-size: 2rem;
  }

  .idm-top-bar div:first-of-type {
    /* margin-right: 30px; */
  }

  .fl-builder-content .idm-post-carousel .bx-wrapper .bx-viewport {
    min-height: 400px;
  }

  .idm-post-carousel .fl-post-slider-post {
    min-height: 400px;
  }



} /* End 1024 */

@media all and (max-width: 992px) {
  .idm-top-bar div:first-of-type {
    /* margin-right: -15px; */
  }

  .fl-builder-content .idm-post-carousel .bx-wrapper .bx-viewport {
    min-height: 310px;
  }

  .idm-post-carousel .fl-post-slider-post {
    min-height: 310px;
  }


} /* End 992 */

@media all and (max-width: 768px) {
  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 95%;
  }

  .idm-heading-title.fl-module-heading .fl-heading {
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .idm-heading-menu .fl-menu-horizontal {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }

  .idm-logo-section .fl-col-group.fl-col-group-equal-height {
    display: flex;
    flex-wrap: wrap;
  }

  .idm-logo-section .fl-col-group.fl-col-group-equal-height > div {
    width: 50% !important;
  }

  .idm-slider .fl-slide-content-wrap {
    position: relative;
    top: 0;
    width: 100% !important;
    left: 0;
  }

  .idm-slider .fl-slide-content-wrap .fl-slide-title {
    width: 80%;
    margin: 0 auto !important;
  }

  .idm-slider .fl-slide .fl-slide-content {
    background-color: var(--gray-color) !important;
  }

  .idm-slider:before {
    border-width: 100px 0 0 50px;
  }
  
  .idm-top-bar {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .idm-post-carousel .fl-post-slider-title, 
  .idm-post-carousel .fl-post-slider-title a {
    font-size: 3.5rem;
  }

  .idm-post-carousel .fl-post-slider-background .fl-post-slider-content {
    top: 30%;
    left: 0;
  }

  .idm-post-carousel.fl-module-post-slider .bx-wrapper .bx-pager {
    right: 0;
  }

  .idm-post-carousel::before {
    border-width: 190px 0 0 100px;
  }

  .fl-builder-content .idm-post-carousel .bx-wrapper .bx-viewport {
    min-height: 100%;
  }

  .idm-post-carousel .fl-post-slider-post {
    min-height: 100%;
  }

  .archive.category .idm-category-image,
  .archive.category .idm-category-image ~ .tax-desc {
    width: 100%
  }

  .archive.category .idm-category-image {
    margin-bottom: 20px;
  }

  .idm-category-desc,
  .idm-category-image {
    width: 100%;
  }

  .idm-category-desc {
    margin-top: 30px;
  }

  .idm-category {
    flex-wrap: wrap;
  }

  .idm-category:nth-child(even) {
    flex-direction: row;
  }

  .idm-topbar-fra3a {
    width: 100%;
    margin-bottom: 10px;
  }

} /* End 768 */


@media all and (max-width: 650px) {
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(1),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(2),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(3),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(4),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(5),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(6),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(7) {
    width: 50% !important;
  }

  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(7) {
    margin: 0;
  }

} /* End 650 */


@media all and (max-width: 500px) {
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(1),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(2),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(3),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(4),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(5),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(6),
  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(7) {
    width: 100% !important;
  }

  .idm-footer-menus-section .fl-photo {
    text-align: center !important;
  }

  .idm-footer-menus-section .fl-icon-group {
    justify-content: center;
  }

  .idm-footer-menus-section .fl-col-group .fl-col:nth-of-type(7) {
    margin: auto;
  }

  #site-logo #site-logo-inner a img {
    width: 70%;
  }

  #site-header-inner {
    display: flex;
    justify-content: space-between;
  }

} /* End 500 */



/* END Media query */
