/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.blur-border{
	width: 80%;
	margin: 10px;
border : 5px solid white;
border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 2px 2px 5px 0px /* spread */,  rgba(0,0,0,0.4) 3px 3px 15px 0px /* spread */ inset; 
	box-shadow: rgba(0,0,0,0.4) 0px 0px 5px 0px /* spread */,  rgba(0,0,0,0.4) 0px 0px 5px 0px /* spread */ inset; 
}

.mfp-container{
 overflow: scroll;
}


@media (orientation: landscape) {
	.min-vh-md-25 {
		min-height: 50vh!important;
	}

	.min-vh-md-50 {
		min-height: 75vh!important;
	}
  }

  .mfp-wrap > .mfp-close{
	  display: none;
  }

  .mfp-close{
	  opacity: 1;
  }