/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2021 | 14:28:12 */
/* @override https://www.paraaf.com/2020/wp-content/uploads/custom-css-js/2429.css?v=3263 */

html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow: hidden;
  position: fixed;
  width: 100%;
  vertical-align: top;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.pum-container.pum-scrollable .pum-content {
  overflow: auto;
  overflow-y: scroll;
  max-height:100%;
}
/* (orientation: landscape) and */

@media only screen and (min-width:991px)  {
  .pum-container {
     max-height:75%!important; 
    margin-bottom:0em!important;
  }
}
/* .pum-container p {
margin-bottom: 0px;
} */
.pum-close, .pum-close:focus, .popmake-close, .popmake-close:focus {
  outline:none;
}
.pum-alt {
  max-width:650px;
  padding: 5px 40px 40px;
}

.pum-form-alt {
    max-width:650px;
 padding: 25px 40px 40px;
  height: auto;
}

.pum-hero-alt {
  max-width:650px;
  margin-bottom: 0px;
  top: -5px;
  padding-top: 0;
  margin-top: 0;
  display: block;
  position: relative;
}
.pum-container, .pum-theme-enterprise-blue .pum-container {
  padding: 0px;
  border: 0px none #ffffff;
}
button.pum-close.popmake-close {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button.pum-close.popmake-close:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: white;
  color: black;
}
.pum-button-alt{
  margin-top:20px;
  margin-bottom:20px;
}
.pum-button-alt a {
  color: white;
}
.pum-button-alt:hover {
  background-color:#000
}
.pum-alt ul {
  list-style: none;
  padding-left: 20px;
}

.pum-alt li {
  list-style-type: none;
  padding-left: 0;
}

.pum-alt  li:before { 
/*content: '\1F95E';*/
margin-left: -20px;
margin-right: 10px; 
}

.pum-alt li:before {
  content: "";
  background-color: #ff543a;
  border-radius: 25%;
  display: inline-block;
  /*margin-right: 15px;*/
  height: 10px;
  width: 10px;
}
.pum-anchor-dot-helper {
  visibility: hidden;
}
.pum-icon-alt {
  float: right;
  font-size: 160%;
}

.pum-open-in-browser a {
	color: black;
	font-weight: 500;

	 }

.pum-open-in-browser a:hover {
	color: white;
}

.pum-open-in-browser, a.pum-open-in-browser {
 	 opacity: 0.2;
 	  background-color: #fff;
  border-radius: 20px;
			    display: inline-block;
			    
		    position: relative;
	width: auto;
	height: auto;
	padding: 2px 10px;
	font-size: 11px;
	border: 1px solid #000;
	color: #ff543a;
	margin-left: 40px;
	top: -27px;
	margin-bottom: 0;
	clear: both;
	float: left;
	margin-right: 20px;
	  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	letter-spacing: .2px;
}


.pum-open-in-browser:hover {
 	border: 1px solid #000;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
	  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	background-color: #000;
}