/*
Theme Name: Humanconstanta.by
Description: Права человека в РБ
Author: Ilya Shyla
Author URI: ilya.shyla@gmail.com
Version: 1.0.0
License: GNU General Public License
*/

.hc-mobile {
  display: none;
}

@media (max-width: 960px) {
  .hc-desktop {
    display: none;
  }
  
  .hc-mobile {
    display: block;
  }
}

.news .items .item {
  position: relative;
}

.slider, .page__header {
  overflow: hidden;
}

.page__header .triangle, .napr__title .triangle {
  right:0;
}

/* Focuspoint */ 

.focuspoint {
  width: 100%!important;
  height: 100%!important;
  overflow: hidden!important;
  position: relative!important;
}

.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

/* */

.title__results {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}

.search-form {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
  
.search-form input[type="text"] {
  border: 1px solid #6a727c;
  outline: none;
  padding: 0 15px;
  height: 45px;
  font-size: 15px;
  color: #000000;
  padding: 15px 120px 15px 20px!important;
  width: 100%;
}

.search-form button {
  position: absolute;
  right: 0;
  width: 80px;
  height: 100%;
  font-size: 20px;
  color: #ffffff;
  background-color: #59076a;
  outline: none;
  border: 1px solid #59076a;
  cursor: pointer;
}
  
.search-form button:hover {
  background-color: transparent;
  color: #59076a;
}
  
.svg-inline--fa.fa-w-16 {
  width: 0.875em;
}

.svg-inline, .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.search-link {
  margin-left: 20px;
  font-size: 20px;
}

/* */

.dmi-paginate {
  /*display: flex;
  flex-direction: row;
  justify-content: center;*/
  margin: 20px auto;
  font-size: 14px;
}

.dmi-paginate ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.dmi-paginate ul li {
  margin: 0 5px 5px 5px;
}

.dmi-paginate ul li a.page-numbers {
  color: #ffffff;
  background-color: #59076a;
}

.dmi-paginate ul li a:hover {
  background-color: #cccccc;
}

.dmi-paginate ul li a.page-numbers, .dmi-paginate ul li .current, .dmi-paginate ul li .dots {
  display: block;
  padding: 8px 13px;
  border-radius: 3px;
}

.dmi-paginate ul li .current {
  color: #ffffff;
  background-color: #cccccc;
}

@media (max-width: 960px) {
  .container {
    width: 100%!important;
    padding:0 30px;
  }
}

header {
  top: 0;
}

.hc-banners {
  position: absolute;
  margin: 0 auto; 
  width: 100%;
  z-index: 102;
  top: 90px;
  padding: 20px;
}

@media (max-width: 960px) {
  .hc-banners {
    top: 55px;
  }
}

.hc-banner {
  margin: 0 auto;
  max-width: 920px;
  height: auto;
}

.hc-banner img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.page__header-contacts {
  height: 360px;   
}

.napr__title {
  padding-top: 250px;
}

@media (max-width: 960px) {
  .page__header-contacts {
    height: 420px;   
  }

  .napr__title {
    padding-top: 350px;
  }
}

@media (max-width: 768px) {
  .page__header-contacts {
    /*height: 220px;*/   
  }

  .napr__title {
    /*padding-top: 180px;*/
  }
}

.wp-block-file *+.wp-block-file__button {
   
}

.wp-block-file__button {
  background: #59076a!important;
  color: #fff!important;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}