/*
	Theme Name: Yukon Wildlife Preserve Custom Theme
	Theme URI: https://www.yukonwildlife.ca/
	Description: Custom Theme
	Author: PR Services Ltd.
	Author URI: http://yukoninfo.com/
	
	Version: 1.0.0
	Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
	
	Template: Divi
*/



/*-----------------------------------------------------------------------------------------------------*/
/* HTML5 RESET */
/*-----------------------------------------------------------------------------------------------------*/

/*---------------------------------------------*/
/* BOX SIZING */
/*---------------------------------------------*/



/*-----------------------------------------------------------------------------------------------------*/
/* DEFAULTS */
/*-----------------------------------------------------------------------------------------------------*/

/*---------------------------------------------*/
/* DEFAULT CSS */
/*---------------------------------------------*/
@import url("../Divi/style.css");

/*---------------------------------------------*/
/* TYPOGRAPHICAL ELEMENTS */
/*---------------------------------------------*/

.text-shadow {
    text-shadow: 0px 0px 3px rgba(0,0,0,1.0), 0px 0px 6px rgba(0,0,0,0.7);
}

/*---------------------------------------------*/
/* HEADINGS */
/*---------------------------------------------*/
h1 {}
h2 {}
h4 {}
h5 {}
h6 {}

/* Webfont: NerettoSans-Round */
@font-face {
    font-family: 'NerettoSansRound';
    src: url('NerettoSans-Round.eot'); /* IE9 Compat Modes */
    src: url('NerettoSans-Round.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('NerettoSans-Round.woff') format('woff'), /* Modern Browsers */
         url('NerettoSans-Round.ttf') format('truetype'), /* Safari, Android, iOS */
         url('NerettoSans-Round.svg#NerettoSans-Round') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
	font-display: swap;
}

/* Open Sans CSS - embedded directly to decrease load time response */
/* cyrillic-ext */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	font-display: swap;
}
/* cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}
/* greek-ext */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
	font-display: swap;
}
/* greek */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
	unicode-range: U+0370-03FF;
	font-display: swap;
}
/* vietnamese */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
	font-display: swap;
}
/* latin-ext */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: swap;
}
/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}


/*---------------------------------------------*/
/* Animation */
/*---------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------*/
/* STRUCTURE AND LAYOUT */
/*-----------------------------------------------------------------------------------------------------*/

/*---------------------------------------------*/
/* HEADER */
/*---------------------------------------------*/

/*---------------------------------------------*/
/* NAVIGATION */
/*---------------------------------------------*/

/*---------------------------------------------*/
/* FOOTER */
/*---------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------*/
/* PAGE SPECIFIC OVERRIDE */
/*-----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------*/
/* HOME */
/*---------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------*/
/* VEEVART APPS */
/*-----------------------------------------------------------------------------------------------------*/
.modal{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
}
.cont-app{
    width: 90%;
    margin: 0 auto;
    background: #fff;
    height: 95vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iframe-app{
    width: 100%;
    border: 0;
    height: 100%;
    overflow: auto;
}
.icon-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 1;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.icon-close:hover {
    opacity: 1;
}
.icon-close:before, .icon-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #fff;
    top: 0;
}
.icon-close:before {
    transform: rotate(45deg);
}
.icon-close:after {
    transform: rotate(-45deg);
}
#modal-app-ticketing .cont-app{
    max-width: 1100px;
}
#modal-app-donate .cont-app{
    max-width: 700px;
}
#modal-app-members .cont-app{
    max-width: 700px;
}
#modal-app-donation .cont-app{
    max-width: 1000px;
}
