/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* header top bar links*/
.pwr-header-top {
  z-index:10 !important;
}

.pwr-header-top a {
  color:#fff !important;
  font-weight:300;
}

.pwr-sec__title-intro {
  font-weight:400;
  text-transform:uppercase;
}


.pwr-adc-content__title---1-1-1 {
  font-weight:400;
  text-transform:uppercase;
}

/* header language dropdown */

.pwr-dropdown--language {
  padding:5px 20px;
  top: 38px;
}
.pwr-dropdown__link {
  font-weight:normal;
}

/* radius */

.rounded img {
  border-radius:30px;
}

/* footer **/

.footer .footer-bottom__container {
  border-top:1px solid #948c83;
}
.footer .footer-bottom__container ul li a {
color: #f5f0e9 !important;
  text-transform:uppercase;
}

/* spacing below filters **/
.pwr-sec-image-boxes__intro-sec {
  margin-bottom:0!important;
  )

@media (max-width: 575px) {
    .pwr-header-top.pwr-header-top--mobile {
        padding: 100px 0 40px 0 !important;
    }
}