* {-webkit-overflow-scrolling: touch;}
html.of-hidden{overflow-y: hidden !important;}
body.of-hidden .scrollup{display: none !important}
#hidden-popup{display:none;position:fixed !important;width:100%;height:100%;left:0;top:0;z-index:99999 !important;background-color: rgba(0, 0, 0, 0.6);}
#hp-content{background: #444c55;padding:0;max-height: 85vh;min-height: 80vh;width:100%;overflow-y:auto;}

#hp-content a{color:#185dc4 !important;}
#hp-content a:hover{color:#00217a !important;}
.close_button {
    background-color:var(--primary_color, #555);
    width: 50px;
    height: 50px;
    left: 98%;
    top: 25px;
	display: block;
    position: relative;
	z-index: 999999;
}
.close_button:hover {
    background-color:var(--primary_color_light, #777);
  cursor:pointer;
}
.close_button:after {
    content: '';
    height: 50px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 24px;
}

.close_button:before {
    content: '';
    height: 50px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 24px;
}
#hidden-popup table tr th,
#hidden-popup table tr td {
    padding: 0 !important;
}
#hidden-popup table tr td:nth-child(2){
    padding-left: 10px !important;
}
iframe{width:100%;height: 100%;border: 0;}
iframe body{font-family:var(--secondary_font,sans-serif);}
iframe h1,iframe h2,iframe h3,iframe h4,iframe h5,iframe h6{font-family:var(--primary_font,sans-serif);}
iframe h1{color:var(--primary_color,#ceb574);}
iframe h2{color:var(--primary_color,#ceb574);font-size: 20px;}
iframe #sp-page-builder .page-content .sppb-section:first-child{padding-top: 0px;}
.show_popup.btn{
	background: #ebebeb;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.show_popup.btn:hover,
.show_popup.btn:active{
	background: #ccc;
}
.show_popup.link{
	background: none;
	border: none;
	margin: 0px;
	font-size: 1rem;
	padding: 0px;
	text-decoration: underline;
    color: var(--link_color, var(--primary_color,blue)); 
}

@media (max-width: 767px){
    #hidden-popup .container {
		max-width: none;
    	padding: 0;
	}
	#hp-content{
		max-height: none;
		min-height: 100vh;
		height:calc(100% - 50px);
		padding: 25px;
		width: 100vw;
	}
	.close_button{
		left: inherit;
		right: 0;
    	top: 0px;
    	position: fixed;
		z-index: 99999;}
	}