/* PARAGRAFI */
/*.paragraph--type--unutarnji-linkovi,*/
.paragraph--type--vanjski-linkovi,
.paragraph--type--dokumenti {
  margin: 30px 0;
}

/*.paragraph--type--unutarnji-linkovi .field-field-unutarnja-poveznica .field-item,*/
.paragraph--type--vanjski-linkovi .field-field-vanjska-poveznica .field-item {
  border-bottom: 1px solid #105f3e;
  width: 50%;
}
#block-views-block-novosti-skupne-block-1 #view-novosti-skupne,
#view-skupni-projekti,
#view-skupni-plan-nabave,
#view-skupni-sluzbeni-vjesnik,
#view-skupni-proracun ,
#view-sklopljeni-ugovori{
  margin-top: 30px;
}
#view-skupni-plan-nabave .views-field-title,
#view-skupni-sluzbeni-vjesnik .views-field-title,
#view-skupni-proracun .views-field-title,
#view-sklopljeni-ugovori .views-field-title,
.paragraph--type--dokumenti .field-field-dokument .field-item {
  border-radius: 5px;
  border: solid 1px #105f3e;
  background-color: #ffffff;
  margin-bottom: 15px;
}
a.link-design {
  border-bottom: 1px solid #105f3e;
  width: 225px;
  margin-bottom: 25px;
}
a.link-design,
/*.paragraph--type--unutarnji-linkovi .field-field-unutarnja-poveznica .field-item a,*/
.paragraph--type--vanjski-linkovi .field-field-vanjska-poveznica .field-item a {
  font-size: 0px;
  display: block;
  padding: 25px 0 24px 55px;
}
a.link-design:after,
/*.paragraph--type--unutarnji-linkovi .field-field-unutarnja-poveznica .field-item a,*/
.paragraph--type--vanjski-linkovi .field-field-vanjska-poveznica .field-item a:after{
  content: 'POSJETI WEB STRANICU';
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #105f3e;
  display: block;
  transform: translateY(-50%);
  position: absolute;

}
a.link-design:before,
/*.paragraph--type--unutarnji-linkovi .field-field-unutarnja-poveznica .field-item a:before,*/
.paragraph--type--vanjski-linkovi .field-field-vanjska-poveznica .field-item a:before {
  content: '';
  background: url(/sites/default/files/link-strelica.svg) no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

a.link-design:hover:before,
/*.paragraph--type--unutarnji-linkovi .field-field-unutarnja-poveznica .field-item a:hover:before,*/
.paragraph--type--vanjski-linkovi .field-field-vanjska-poveznica .field-item a:hover:before {
  background: url(/sites/default/files/link-hover-strelica.svg) no-repeat;
  transition: all 0.3s;
}

#view-skupni-plan-nabave .views-field-title a,
#view-skupni-sluzbeni-vjesnik .views-field-title a,
#view-skupni-proracun .views-field-title a,
#view-sklopljeni-ugovori .views-field-title a,
.paragraph--type--dokumenti .field-field-dokument span a {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  color: #000000;
  display: block;
  padding: 12px 20px;
  position: relative;
}

#view-skupni-plan-nabave .views-field-title a:after,
#view-skupni-sluzbeni-vjesnik .views-field-title a:after,
#view-skupni-proracun .views-field-title a:after,
#view-sklopljeni-ugovori .views-field-title a:after,
.paragraph--type--dokumenti .field-field-dokument span a:after {
  content: '';
  background: url(/sites/default/files/dokument-strelica.svg) no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#view-skupni-plan-nabave .views-field-title a:hover:after,
#view-skupni-sluzbeni-vjesnik .views-field-title a:hover:after,
#view-skupni-proracun .views-field-title a:hover:after,
#view-sklopljeni-ugovori .views-field-title a:hover:after,
.paragraph--type--dokumenti .field-field-dokument span a:hover:after {
  background: url(/sites/default/files/dokument-hover-strelica.svg) no-repeat;
  transition: all 0.3s;
}
.paragraph--type--galerija-slika .field-field-slika-u-galeriji > .field-items {
  font-size: 0;
}
.paragraph--type--galerija-slika .field-field-slika-u-galeriji > .field-items > .field-item {
  display: inline-block;
  width: 33.33%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.paragraph--type--galerija-slika .field-field-slika-u-galeriji > .field-items .field-item .field-field-media-image {
  padding: 0 5px;
}
.paragraph--type--galerija-slika .field-field-slika-u-galeriji > .field-items .field-item .field-item {
  height: 260px;
  position: relative;
  margin-bottom: 10px;
}
.paragraph--type--galerija-slika .field-field-slika-u-galeriji > .field-items .field-item img {
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100% !important;
}
.paragraph--type--galerija-slika .field-field-slika-u-galeriji > .field-items > .field-item .field-item:after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  background-image: url(/sites/default/files/gal.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding-top: 74px;
  font-size: 18px;
  pointer-events: none;
}
/* END PARAGRAFI */

/* 404 */

.not-found-helper .img-wrapper img {
  max-width: 100%;
  height: auto;
}
.not-found-helper .text-part {
  margin-top: 3%;
}
.not-found-helper span.tekst {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.23;
  color: #000;
  display: inline-block;
  margin-bottom: 45px;
}
.not-found-helper {
  background-color: #f4f2e8;
  position: relative;
  padding: 190px 0 160px 0;
  margin-top: 36px;
}
.not-found-helper:before,
.not-found-helper:after {
  content: '';
  width: 150%;
  height: 100%;
  top: 0;
  background-color: #f4f2e8;
  position: absolute;
  z-index: -1;
}
.not-found-helper:before {
  left: -150%;
}
@media (max-width: 991px) {
  .not-found-helper .text-part {
    margin-top: 0;
    margin-bottom: 45px;
  }
}
/* END 404 */

/* FOOTER */
.footer-full {
    background: #105f3e;
    height: 340px;
}

footer #block-copyrightpoweredby .col a,
footer #block-copyrightpoweredby p {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #cee4db;
}
footer #block-copyrightpoweredby .col:last-child p {
    text-align: right;
}
#block-footer {
    height: 296px;
}
#block-copyrightpoweredby {
    border-top: 1px solid #438469;
    height: 46px;
    padding-top: 11px;
    position: relative;
    z-index: 2;
}
#block-copyrightpoweredby:before {
    content: '';
    display: block;
    background: #438469;
    height: 1px;
    position: absolute;
    top: -1px;
    left: -100%;
    width: 100%;
}
#block-copyrightpoweredby:after {
    content: '';
    display: block;
    background: #438469;
    height: 1px;
    position: absolute;
    top: -1px;
    right: -100%;
    width: 100%;
}
footer #block-footer {
    padding-top: 42px;
  margin-top: 80px;
}
footer #block-footer .col:first-of-type img {
    width: 230px;
    height: auto;
}
footer #block-footer .col:nth-of-type(2) a#face-logo,
footer #block-footer .col:nth-of-type(2) a#insta-logo {
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
footer #block-footer .col:nth-of-type(2) a#face-logo {
    background: url(/sites/default/files/face.svg);
    -webkit-background-size: contain;
    background-size: contain;
}
footer #block-footer .col:nth-of-type(2) a#insta-logo {
    background: url(/sites/default/files/insta.svg);
    -webkit-background-size: contain;
    background-size: contain;
}
footer #block-footer .col:nth-of-type(2) a#face-logo:hover {
    text-decoration: none;
    background: url(/sites/default/files/face-hover.svg);
}
footer #block-footer .col:nth-of-type(2) a#insta-logo:hover {
    background: url(/sites/default/files/insta-hover.svg);
    text-decoration: none;
}
#block-footer p {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
}
#block-footer p.greenish {
    color: #cee4db;
}
#block-footer .footer-inline {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
#block-footer .footer-inline:nth-of-type(2) {
    padding-left: 50px;
}
#block-footer .footer-inline:nth-of-type(3) {
    padding-left: 65px;
}
#block-footer .col:last-child .content {
    font-size: 0;
}
#block-footer .footer-inline a {
    color: #fff;
}
#block-footer .footer-inline a#face-logo,
#block-footer .footer-inline a#insta-logo {
    color: transparent;
}
#block-copyrightpoweredby .col a {
    font-weight: 700;
    color: #fff !important;
}
#block-footer .col:first-of-type img {
    z-index: 2;
    position: relative;
}
#block-footer .col:first-of-type:before {
    content: '';
    background: url(/sites/default/files/kuca.svg);
    height: 340px;
    width: 834px;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 50px;
    top: -42px;
    z-index: 1;
}
/* END FOOTER */

/* NOVOSTI */

.page-node-type-novost .field-field-naslovna-fotografija {
  margin-top: -55px;
}

.page-node-type-novost .field-field-naslovna-fotografija img {
  width: 100%;
  height: auto;
}
.page-node-type-novost .field-body .field-item {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56;
  color: #000;
}
.page-node-type-novost .field-body img {
  max-width: 100%;
  height: auto;
}
.page-node-type-novost .field-body h3 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.23;
  color: #000;
  display: inline-block;
  margin-bottom: 12px;
}
.page-node-type-novost .field-field-kategorija,
.page-node-type-novost .field-field-datum-novosti {
  display: inline-block;
}
.page-node-type-novost .field-field-datum-novosti .field-item {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #727272;
  margin-left: 14px;
}
.page-node-type-novost .field-field-kategorija .field-item {
  display: inline-block;
  margin: 24px 0;
  padding: 4px 8px;
  border-radius: 2px;
  border: solid 1px #105f3e;
  background-color: #105f3e;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  color: #fff;
}
.page-node-type-novost .field-body .field-item p > a {
  color: #105f3e;
  text-decoration: underline;
}
.page-node-type-novost .field-body .field-item p > a:hover {
  color: #105f3e;
  text-decoration: none;
}
/* END NOVOSTI */


/* STATICNA STRANICA */
.page-node-type-page .field-field-slika {
  margin-top: -55px;
}
.page-node-type-page .field-field-slika .field-field-media-image img {
  width: 100%;
  height: auto;
}
/*.page-node-type-page main .field-body {*/
  /*margin-top: 30px;*/
/*}*/
.page-node-type-page article {
  margin-top: 8px;
}

.page-node-type-page .field-body h2 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  color: #000;
}
.page-node-type-page .field-body p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  color: #000;
}
.page-node-type-page .field-body p a {
  text-decoration: underline;
  color: #105f3e;
}
.page-node-type-page .field-body p > strong > span > span > span > span > span > span > a {
  text-decoration: underline;
  color: #105f3e;
}
.page-node-type-page .field-body p > strong > span > span > span > span > span > span > a:hover {
  text-decoration: none;
  color: #105f3e;
}
.page-node-type-page .field-body p a:hover {
  text-decoration: none;
  color: #105f3e;
}
#block-perpetuumsocialshareblock {
  padding-top: 24px;
  margin-top: 23px;
  border-top: 1px solid #bdbdbd;
}
#block-perpetuumsocialshareblock ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#block-perpetuumsocialshareblock ul li {
  display: inline-block;
  margin-right: 10px;
}
#block-perpetuumsocialshareblock ul li.facebook a {
  position: relative;
}
#block-perpetuumsocialshareblock ul li a:after {
  content: '';
  height: 46px;
  width: 46px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: block;
}
#block-perpetuumsocialshareblock ul li.facebook a:after {
  background: url(/sites/default/files/facebook.svg);
}
#block-perpetuumsocialshareblock ul li.facebook:hover > a:after{
  background: url(/sites/default/files/facebook-hover.svg);
  transition: all 0.3s;
}
#block-perpetuumsocialshareblock ul li.email a:after {
  background: url(/sites/default/files/email.svg);
}
#block-perpetuumsocialshareblock ul li.email:hover a:after{
  background: url(/sites/default/files/email-hover.svg);
  transition: all 0.3s;
}

/* END STATICNA STRANICA */

/* IMENIK GRADSKE UPRAVE & KONTAKTI */

.green-card-shadow {
  padding: 18px 10px 18px 38px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.green-line,
.green-card-shadow .border-helper {
  border-left: 4px solid #105f3e;
  padding: 12px 0 12px 18px;
}
.green-line {
  margin-left: 38px;
  margin-bottom: 31px;
}
.title-part {
  margin-top: 32px;
}
.green-card-shadow h3 {
  margin-bottom: 12px;
}
.title-part h3 {
  margin-bottom: 29px;
}
.djelatnici p,
.green-card-shadow p,
.title-part p {
  margin: 0;
}
.green-card-shadow h3,
.title-part h3 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.23;
  color: #000;
}

.djelatnici p,
.djelatnici a,
.green-card-shadow p,
.green-card-shadow a,
.title-part a,
.title-part p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56;
  color: #000;
}
.djelatnici a,
.green-card-shadow a,
.title-part a {
  text-decoration: underline;
}
.djelatnici .djelatnik:first-of-type {
  border-top: 1px solid #bdbdbd;
}
.djelatnici .djelatnik > div {
  padding-left: 0;
}
.djelatnici .djelatnik {
  padding: 14px 0;
  border-bottom: 1px solid #bdbdbd;
}
.djelatnici > p:first-of-type {
  padding-bottom: 14px;
  margin-left: -15px;
}
.kontakti .green-card-shadow {
  margin-bottom: 31px;
}
.kontakti .djelatnici > p:first-of-type {
  font-size: 26px;
}
.kontakti .imenik {
  padding-left: 0;
}
.kontakti .imenik .imenik-helper {
  height: 100%;
  border: 1px solid #105f3e;
  border-radius: 5px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.kontakti .imenik .imenik-helper a {
  padding: 44px 0 44px 35px;
  display: inline-block;
  text-align: left;
  width: 60%;
  text-decoration: none;
}
.kontakti .imenik .imenik-helper a:before {
  background: url(/sites/default/files/book.svg) no-repeat;
  background-size: contain;
  height: 62px;
  width: 59px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 20px;
  margin-right: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.kontakti .imenik .imenik-helper a:after {
  content: '';
  background: url(/sites/default/files/link-strelica.svg) no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.kontakti .imenik .imenik-helper:hover {
  background-color: #105f3e;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.kontakti .imenik .imenik-helper:hover a {
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.kontakti .imenik .imenik-helper:hover a:before {
  background: url(/sites/default/files/bookhover.svg) no-repeat;
}

/* END IMENIK GRADSKE UPRAVE & KONTAKTI */

/* TABLICA OLAKŠICE ZA PODUZETNIKE*/
th,td{
  padding: 10px 10px 10px 30px;
}
#tablefield-paragraph-25-field_tablica-0 > tbody  td.row_1.col_0 , td.row_7.col_0, td.row_12.col_0, td.row_17.col_0 {
  text-align: right;
  font-weight: bold;
}
#tablefield-paragraph-25-field_tablica-0 > tbody  .row_1.col_1 ,  .row_7.col_1,  .row_12.col_1, .row_17.col_1 {
  font-weight: bold;
}

#tablefield-paragraph-25-field_tablica-0 > thead > tr{
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 5px;
}
#tablefield-paragraph-25-field_tablica-0 > tbody > tr{
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 5px;
}
#tablefield-paragraph-25-field_tablica-0{
  width: 100%;
}
#tablefield-wrapper-paragraph-25-field_tablica-0
{
  position: relative;
}





   /* END TABLICA OLAKŠICE ZA PODUZETNIKE */

/* SIDEBAR NAVIGATION */
.sidebar-navi {
  margin-top: 32px;
  padding: 24px 40px 16px;
  border-radius: 5px;
  background-color: #f4f2e8;
}
.sidebar-navi > h2 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #105f3e;
  margin-bottom: 16px;
}
.sidebar-navi .parent-li {
  display: none;
}
.sidebar-navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-navi ul ul {
  padding-left: 8px;
  margin-top: 8px;
  padding-top: 7px;
  border-top: 1px solid #bdbdbd;
}
.sidebar-navi ul ul li {
  margin-top: 7px;
}
.sidebar-navi ul > li {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 7px;
  margin-bottom: 8px;
}
.sidebar-navi ul > li a {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  color: #000;
  display: block;
  position: relative;
}
.sidebar-navi ul > li.menu-expanded > a:after {
  content: '';
  background: url(/sites/default/files/dropdown.svg) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.sidebar-navi ul > li:not(.menu-expanded) > a:after {
  content: '';
  background: url(/sites/default/files/dropdown.svg) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 10px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
}
.sidebar-navi ul > li:not(.menu-expanded) > a:hover:after {
  opacity: 1;
  right: 0;
}
.sidebar-navi ul > li.menu-expanded > a.opened:after {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}
.sidebar-navi ul > li.menu-expanded ul {
  display: none;
}

@media (min-width: 991px) {
  .sidebar-navi ul > li.menu-expanded.menu-active-trail > ul,
  .sidebar-navi ul > li.menu-expanded .is-active + ul,
  .sidebar-navi ul > li.menu-expanded.menu-active-trail .is-active + ul {
    display: block;
  }
}

/* END SIDEBAR NAVIGATION */

@media (max-width: 1199px) {
    #block-footer .col:first-of-type:before {
        right: -15px;
    }
    footer #block-footer .col:nth-of-type(2) a#face-logo, footer #block-footer .col:nth-of-type(2) a#insta-logo {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 991px) {
  .kontakti .imenik {
     padding-left: 15px;
      margin-top: 25px;
  }
  .green-card-shadow {
    padding: 18px 10px 18px 16px;
  }
  .kontakti .row > .info {
    border-left: 4px solid #105f3e;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .green-card-shadow .border-helper {
    border-left: none;
  }
    .sidebar-navi {
      margin-top: 10px;
      padding: 50px 0 0 0;
    }
    #block-breadcrumbs {
        left: 0;
    }
  .sidebar-navi ul ul li {
    margin-top: 13px;
  }
    .sidebar-navi > h2 {
      display: none;
    }
    .sidebar-navi ul > li {
      display: none;
    }
    .sidebar-navi ul > li.menu-expanded.menu-active-trail {
      display: block;
    }
    .sidebar-navi ul > li a {
      font-size: 16px;
      color: #105f3e;
    }
    .sidebar-navi ul ul li a {
      color: #000;
    }
    .sidebar-navi ul ul {
      height: calc(100vh - 210px);
    }
  .djelatnici .djelatnik {
    margin-left: 0;
    margin-right: 0;
  }
  .kontakti .djelatnici > p:first-of-type {
    font-size: 20px;
  }
  .djelatnici > p:first-of-type {
    margin-left: 0;
  }
    .page-node-type-page .field-field-slika {
      margin-top: -40px;
    }
    /*.paragraph--type--unutarnji-linkovi .field-field-unutarnja-poveznica .field-item, */
    .paragraph--type--vanjski-linkovi .field-field-vanjska-poveznica .field-item {
      width: 100%;
    }
    footer #block-footer .col:first-of-type img {
        width: 150px;
    }
    #block-footer .footer-inline:nth-of-type(3) {
        padding: 0;
        width: 26%;
    }
    #block-footer .footer-inline:nth-of-type(2) {
        padding-left: 10px;
        width: 36%;
    }
    #block-footer .footer-inline:nth-of-type(1) {
        width: 38%;
    }
}
@media (max-width: 767px) {
    #block-footer .row {
        flex-direction: column;
    }
    #block-footer .col:first-of-type:before {
        display: none;
    }
    .footer-full,
    #block-footer,
    #block-copyrightpoweredby {
        height: auto;
    }
    #block-copyrightpoweredby {
        padding-top: 20px;
    }
    footer #block-footer img {
        width: 220px;
    }
    footer #block-footer {
        padding-top: 30px;
    }
}
@media (max-width: 575px) {
    .footer-full {
        padding-left: 10px;
        padding-right: 10px;
    }
    #block-footer .footer-inline {
        display: block;
        padding: 0 !important;
        width: 100% !important;
    }
    #block-copyrightpoweredby .row {
        flex-direction: column;
    }
    footer #block-copyrightpoweredby .col:last-child p {
        text-align: left;
    }
}
