.cookie-pop-up {
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 80px;
  background-color: #fff;
  border: 2px solid black;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .cookie-pop-up {
    bottom: 60px; } }
@media screen and (max-width: 768px) {
  .cookie-pop-up {
    bottom: 15px; } }
.cookie-pop-up--wrapper {
  width: 60%;
  margin: auto;
  display: flex;
  padding: 2%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
@media screen and (max-width: 1024px) {
  .cookie-pop-up--wrapper {
    width: 65.1%;
    padding-bottom: 45px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media screen and (max-width: 768px) {
  .cookie-pop-up--wrapper {
    width: 87.5%;
    padding: 40px 0 35px; } }

.cookie-pop-up--wrapper .cookie-pop-up-link {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: black; }
.cookie-pop-up-submit {
  margin-left: 50px;
  cursor: pointer;

  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  border: none;
  color: #fff;
  background-color: black;
  padding: 12px 57px;
  transition: background-color 150ms ease; }
@media screen and (max-width: 1024px) {
  .cookie-pop-up-submit {
    margin-top: 35px;
    margin-left: 0; } }
.cookie-pop-up-submit:hover {
  background-color: grey; }

/*cookie Pop up*/
/* Cookie policy page*/
.cookiePolicy {
  margin-top: 130px;
  width: 100%; }

.cookiePolicy-content-block-title {
  width: 100%;
  margin-right: 12%;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin-bottom: 45px; }

.cookiePolicy-title {
  width: 60%;
  font-family: 'Avenir Medium';
}

.cookiePolicy-content-text-subtitle {
  width: 60%; }

.cookiePolicy-content {
  width: 80%;
  margin: auto; }

@media screen and (max-width: 768px) {
  .cookiePolicy-content-block-title {
    display: block;
    width: 60%;
    margin-right: 12%;
    margin-left: 28%; }

  .cookiePolicy-title,
  .cookiePolicy-content-text-subtitle {
    width: 100%;
    padding: 0; }

  .cookiePolicy-title {
    margin-bottom: 25px; } }
.cookiePolicy-content-block {
  margin-bottom: 45px; }

.cookiePolicy-title {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black; }

h2.cookiePolicy-content-title {
  font-family: 'Avenir','Helvetica',Arial, Helvetica, sans-seri;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 15px; }

p.cookiePolicy-content-text {
  font-family: 'Avenir','Helvetica',Arial, Helvetica, sans-seri;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000000; }

p.cookiePolicy-content-text a {
  display: inline;
  font-weight: 600;
  color: black; }

p.cookiePolicy-content-text {
  margin-top: 15px; }

.cookiePolicy-list-item {
  margin-bottom: 15px;
  list-style-type: disc;
  list-style-position: inside;
  font-family: 'Avenir','Helvetica',Arial, Helvetica, sans-seri;
  font-size: 14px; }

.cookiePolicy-list-item a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: black;
  word-break: break-all; }

.cookiePolicy-list-item {
  margin-top: 15px; }

.cookiePolicy-list-item:last-of-type {
  margin-bottom: 0px; }

.cookiePolicy-list-item:first-of-type {
  margin-top: 30px; }

table.cookieTable {
  font-family: 'Avenir','Helvetica',Arial, Helvetica, sans-seri;
  font-size: 14px;
  min-width: 823px;
  width: 100%;
  overflow-x: scroll; }

table.cookieTable tr td {
  padding-right: 30px; }

table.cookieTable tr:nth-last-of-type(2) {
  border-bottom: 1px solid #e2e0e0;
  border-top: 1px solid #e2e0e0; }

table.cookieTable th,
table.cookieTable td {
  padding: 14px 0; }

table.cookieTable th {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000000; }

@media screen and (max-width: 1200px) {
  .table-wrapper {
    overflow-x: scroll; } }
.privacy--policy ul {
  counter-reset: item; }

.privacy--policy li {
  display: block; }

.privacy--policy li:before {
  content: counters(item,".") ". ";
  counter-increment: item; }

.privacy--policy li li li {
  margin-left: 25px; }

.privacy--policy {
  margin-bottom: 90px; }

.privacy--title {
  font-family: 'Avenir Medium';
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 45px; }

.privacy--content {
  font-family: 'Avenir','Helvetica',Arial, Helvetica, sans-seri;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000000; }

.privacy--content li {
  margin-top: 15px; }

.privacy--content a {
  font-weight: 600;
  color: black;
  display: inline; }

.with-bullet {
  font-family: 'Avenir','Helvetica',Arial, Helvetica, sans-seri;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000000;
  position: relative;
  text-indent: 20px;
  margin-top: 15px; }

.with-bullet:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #000;
  top: 8px;
  left: 0;
  border-radius: 50%; }

.with-bullet span {
  font-weight: 600; }

div.privacy--content p {
  margin-top: 15px; }

.last-time-updated {
  font-family: 'Avenir','Helvetica',Arial, Helvetica, sans-seri;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000000; }

div.cookiePolicy-wrapper.privacyPolicy {
  display: flex; }

.privacy-policy-page-title {
  width: 80%;
  font-family: 'Avenir Medium';
  font-size: 32px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  text-transform: uppercase; }
.preesedSubmit{
  display: none;
}
div.cookiePolicy-content.privacyPolicy {
  margin: auto;
  width: 80%;
}

@media screen and (max-width: 768px) {
  div.cookiePolicy-content.privacyPolicy {
    margin: 0 12% 0 28%; }

  div.cookiePolicy-wrapper.privacyPolicy {
    display: block; }

  .privacy-policy-page-title {
    width: 100%;
    margin-left: 28%;
    margin-bottom: 25px; } }

/*# sourceMappingURL=style.css.map */

.cookiePopUp.preesedSubmit{
  display: none;
}

.cookie-pop-up--wrapper .cookie-pop-up-link.bold-link{
  font-weight: bold;
  text-decoration: underline;
}


/*FOOTER*/
footer{
  border-top: 3px solid #282828;
  float: left;
  width: 94%;
  margin-left: 3%;
}
.footer-content{
  display: flex;
  flex-wrap: wrap;
}
.footer-item {
  width: 25%;
}
@media screen and (max-width: 1150px) {
  .footer-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .footer-item {
    width: 100%;
  }
}

.footer-content .gridly-copy{
  width: unset;
}


footer #copyright {
   /*clear: unset ;*/
  background: none;
  display: block;
  float: unset;

}


/*SEARCH PAGE*/

.search-results-page{
  margin:50px 0 100px;
}
.search-results-page-title{
  margin-bottom: 25px;
  color: #858585;
  font-weight:bold
}



/*ABOUT PAGE*/
html body.page-id-2, html body .post-2{
  background-color: #e4e4e4;
}

.gridly-copy #mc_embed_signup{
  background-color: transparent;
  background: transparent;
}

/*FOTERIO SOCIAL MEDIA */
.social-media-icon{
  /*width: 30px;*/
  height: 30px;
  margin-right: 10px;
}

.footer-social-block{
  margin-bottom: 15px;
}

 .footer-social-block a{
  display: flex;
  align-items: center;
}
 .partners-title{
   text-align: center;
   font-size: 24px;
   color: #858585;
   margin-bottom: 25px;
 }

.homepage-partners{
  height: 300px;
  display: block;
  /*width: 100%;*/
  margin: 50px 0 ;
}

.homepage-partners .siema{
  height: 100%;
  width: 50%;
  margin: auto;
}
.homepage-partners .siema img{
  /*height: 100%;*/
  /*width: auto;*/
  width: 100%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}


.footer-privacy-links{
  margin-bottom: 15px;
}

#copyright .footer-privacy-links a{
  text-decoration: underline;
}

.footer-column{
  padding-top: 20px;
}
.homepage-partners .siema div{
  width: 300px;
  height: 300px;
  display: block;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .homepage-partners .siema div{
    width: 100%;
  }
  .homepage-partners .siema img {
    /* height: 100%; */
    /* width: auto; */
    width: 84%;
    top: 50%;
    left: 50%;
    margin: auto;
    display: block;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  }