/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2025 | 14:54:32 */
#pop-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    cursor: pointer;
  }
  
  #pop-overlay #text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    text-align: center;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: #fff;
    color: red;
    border-radius: 8px;
    font-size: 16px;
    padding: 20px;
	  width: 500px;
    min-width: 380px;
	line-height: 1.6;
  }

#pop-overlay #text p:first-child {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: bold;
}

#pop-overlay #text p {
	margin: 0 0 24px;
}
  
  #pop-overlay .close-button {
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #333;
    padding: 6px 20px;
    width: 240px;
    margin: auto;
    display: block;
    border-radius: 4px;
  }
  
  #pop-overlay .close-button:hover,
  #pop-overlay .close-button:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }

@media screen and (max-width:480px) {
	#pop-overlay #text {
		width: auto;
	}
	#pop-overlay #text p br {
		display: none;
	}
}


.pop-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    cursor: pointer;
  }
  
  .pop-overlay #text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    text-align: center;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: #fff;
    color: red;
    border-radius: 8px;
    font-size: 16px;
    padding: 20px;
	  width: 500px;
    min-width: 380px;
  }

.pop-overlay #text p:first-child {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: bold;
}

.pop-overlay #text p {
	margin: 0 0 24px;
	line-height: 1.6;
}
  
  .pop-overlay .close-button {
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #333;
    padding: 6px 20px;
    width: 240px;
    margin: auto;
    display: block;
    border-radius: 4px;
  }
  
  .pop-overlay .close-button:hover,
  .pop-overlay .close-button:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }

@media screen and (max-width:480px) {
	.pop-overlay #text {
		width: auto;
	}
	.pop-overlay #text p br {
		display: none;
	}
}

