/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.wd-popup {
	height: 390px !important;
}

#footer {
	background-position: center;
}

.footer-container .container {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.block_newsletter {
	padding: 100px !important;
}