/*-----------------------------------------------------------------------------------
	Liesel Kopp - Acting Site
	About: Liesel Kopp | Acting Stie
	Author: Liesel Kopp
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'OldStandardTT-Regular';
	src: url('./fonts/OldStandardTT-Regular/old-standard-tt.woff2');
	src: url('./fonts/OldStandardTT-Regular/old-standard-tt.woff2') format('woff2'),
	url('./fonts/OldStandardTT-Regular/old-standard-tt.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OldStandardTT-Regular/old-standard-tt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}

.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}





.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}


.carousel-nav-controls svg{
	transform:scale(0.8);
	transition:transform .30s ease,background .50s ease;
}
.carousel-nav-controls:hover svg{
	transform:scale(1.0);
}
.carousel-nav-controls:active svg{
	transform:scale(0.9);
}

.carousel-caption{
	left:6%;
	 right:6%;
}

.carousel-item:not(:has(> img, > picture, > a)) .carousel-caption {
	position: relative;
	transform: none;
	width: 80%;
	left:10%;
	right:10%;
	top:0;
	bottom:0;
	padding-top: 0;
	margin-bottom: 20px;
	z-index:0;
	color: #000000;
}

.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}

/* Pill Indicators */
.carousel-pill-indicators [data-bs-target], .carousel-pill-indicators [data-target]{
	height: 8px;
	border-radius: 8px;
	background-clip: border-box;
	margin-bottom:10px;
	border: 0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	color:#000000!important;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:200px;
	height:77px;
}
h1{
	font-family:"OldStandardTT-Regular";
}
h2{
	font-family:"OldStandardTT-Regular";
}
h3{
	font-family:"OldStandardTT-Regular";
}
h4{
	font-family:"OldStandardTT-Regular";
}
h5{
	font-family:"OldStandardTT-Regular";
}
h6{
	font-family:"OldStandardTT-Regular";
}
p{
	font-family:"Raleway";
	color:#111111!important;
	font-weight:300;
	font-size:13px;
}
label{
	font-family:"Josefin Sans";
}
a{
	font-family:"Raleway";
	font-weight:bold;
	font-size:13px;
	color:#B53C6A!important;
}
.navbar-nav li a{
	font-family:"OldStandardTT-Regular";
	font-size:22px;
	color:#000000!important;
}
.navbar-brand{
	font-family:"Raleway";
	font-weight:300;
}
.nav-style{
	text-transform:uppercase;
	font-weight:600;
	font-family:"OldStandardTT-Regular";
	color:#000000!important;
}
.page-header-img-style{
	border-radius:1px 1px 1px 1px;
	width:750px;
}
.img-hover{
	transition:transform 0.3s ease-out 0s;
}
.img-hover:hover{
	transform:translateY(-7px) scale(1.05);
	transition:all 0.5s ease 0s;
}
.p-style{
	font-family:"Raleway";
	font-size:16px;
}
a:hover{
	color:#27BFB2!important;
	font-weight:bold;
}
.nav-style:hover{
	color:#000000!important;
}
.navbar-nav li a:hover{
	color:#27BFB2!important;
}
.img-aa-logo-style{
	width:60px;
	margin-right:0px;
}
.img-imdb-logo-style{
	width:60px;
}
.img-ig-logo-style{
	width:60px;
	height:60px;
}
.caption-style{
	font-size:18px;
	margin:6px 0px 6px 0px;
	padding:5px 0px 5px 0px;
}
.about-page-text-style{
	font-size:16px;
	font-weight:400;
}
.copyright-style{
	margin-top:37px;
	text-align:right;
}
.about-link-style-italics{
	font-size:16px;
	font-style:italic;
}
.email-style{
	font-size:16px;
	margin-bottom:20px;
}
.about-link-style-plain{
	font-size:16px;
}
.active{
	color:#B53C6A!important;
}
.about-link-style-plain:hover{
	color:#27BFB2!important;
}
.navbar-nav li a.active{
	color:#B53C6A!important;
}
.img-2-style{
	width:65px;
	margin-top:50px;
	margin-bottom:15px;
}
.welcome-para-pos-style{
	margin-top:-25px;
}
.lld-heading-link{
	font-family:"OldStandardTT-Regular";
	font-size:14px;
	font-weight:500;
}
.link-style{
	font-weight:bold;
}
.headshot-carousel-img{
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
}
.carousel-item-center{
	text-align:center;
}
.carousel-control-color{
	background-color:#999595;
}
.resume-block-spacing{
	margin-top:60px;
	margin-bottom:0px;
}
.resume-credit-text{
	font-size:13px;
}
.link-style-resume{
	font-size:13px;
}
.resume-text-breakpoint-spacing{
	font-size:13px;
	line-height:20px;
	font-weight:400;
	color:#000000!important;
}
.video-text-style{
	margin-top:5px;
	font-size:16px;
	font-weight:400;
}
.video-link-style{
	font-size:16px;
}
.video-link-style-italics{
	font-size:13px;
	font-style:italic;
}
.about-page-link-style-italics{
	font-style:italic;
	font-size:16px;
}
.bold-fix{
	font-family:"Raleway";
	font-weight:bold;
}
.text-span-style{
	font-weight:bold;
}
.dropdown-nav-style{
	text-transform:none;
	font-weight:bold;
	font-family:"OldStandardTT-Regular";
	color:#000000!important;
}
.dropdown-nav-style:hover{
	color:#000000!important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
}



/* Bloc image backgrounds */




/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.navbar-brand img{
		width:200px;
		height:77px;
	}
	p{
		font-family:"Raleway";
		font-size:13px;
		font-weight:300;
	}
	.navbar-nav li a{
		font-size:18px;
	}
	.img-ig-logo-style{
		width:60px;
	}
	.caption-style{
		font-size:13px;
	}
	.ttwd-img-style{
	}
	.img-katyjennif-style{
	}
	.p-style{
		font-size:16px;
	}
	.about-page-text-style{
		font-size:12px;
		font-weight:400;
	}
	.icon-gap-style{
	}
	.img-aa-logo-style{
		width:60px;
		height:60px;
	}
	.img-imdb-logo-style{
		width:60px;
		height:60px;
	}
	.img-2-style{
	}
	.homephoto-pos-style{
		margin-top:75px;
	}
	.resume-credit-text{
		font-size:13px;
	}
	.resume-text-breakpoint-spacing{
		font-size:11px;
		line-height:18px;
	}
	.video-text-style{
		font-size:12px;
		line-height:17px;
	}
	.video-link-style{
		font-size:12px;
	}
	.video-link-style-italics{
		font-size:11px;
	}
	.email-style{
		font-size:12px;
	}
	.about-page-link-style-italics{
		font-size:12px;
	}
	.about-link-style-plain{
		font-size:12px;
	}
	.about-link-style-italics{
		font-size:12px;
	}
	
}

@media (max-width: 767px){
	.navbar-brand img{
		width:150px;
		height:58px;
	}
	p{
		font-family:"Raleway";
		font-weight:300;
		font-size:10px;
	}
	.img-katyjennif-style{
		margin-bottom:15px;
	}
	.ttwd-img-style{
	}
	.img-ig-logo-style{
		width:60px;
		height:60px;
	}
	.p-style{
		font-size:14px;
	}
	.about-page-text-style{
		font-size:14px;
		font-weight:400;
	}
	.caption-style{
		margin-left:0px;
	}
	.icon-center-style{
		margin-left:140px;
	}
	.d-flex{
	}
	.homephoto-pos-style{
		margin-top:0px;
	}
	.resume-credit-text{
		font-size:6px;
	}
	.h5-style{
		font-size:14px;
	}
	.link-style-resume{
		font-size:9px;
	}
	.resume-text-breakpoint-spacing{
		font-size:9px;
		line-height:14px;
	}
	.video-text-style{
		font-size:16px;
		line-height:21px;
		margin-top:7px;
	}
	.about-link-style-italics{
		font-size:14px;
	}
	.about-link-style-plain{
		font-size:14px;
	}
	.video-link-style{
		font-size:16px;
	}
	.video-link-style-italics{
		font-size:14px;
	}
	.page-header-img-style{
		width:541px;
	}
	.email-style{
		font-size:14px;
	}
	.about-page-link-style-italics{
		font-size:14px;
	}
	
}

@media (max-width: 575px){
	p{
		font-family:"Raleway";
		font-weight:300;
		font-size:9px;
	}
	.ttwd-img-style{
	}
	.img-katyjennif-style{
		margin-bottom:15px;
	}
	.img-imdb-logo-style{
		width:43px;
		height:43px;
	}
	.img-aa-logo-style{
		width:43px;
		height:43px;
	}
	.img-ig-logo-style{
		width:43px;
		height:43px;
	}
	.caption-style{
		font-size:10px;
		margin-left:0px;
	}
	.about-page-text-style{
		font-size:10px;
		font-weight:400;
	}
	.p-style{
		font-size:14px;
	}
	.icon-gap-style{
		margin-right:10px;
	}
	.icon-center-style{
		margin-left:75px;
		padding-left:0px;
	}
	.d-flex{
	}
	.justify-content-center{
	}
	.align-items-center{
	}
	.justify-content-md-start{
	}
	.justify-content-lg-start{
	}
	.justify-content-start{
	}
	.copyright-style{
		font-size:9px;
		text-align:right;
		margin-top:30px;
	}
	.email-style{
		margin-bottom:15px;
		font-size:10px;
	}
	.homephoto-pos-style{
		margin-top:0px;
	}
	.resume-credit-text{
		font-size:6px;
	}
	.h5-style{
		font-size:7px;
	}
	.resume-text-breakpoint-spacing{
		line-height:6px;
		font-size:4px;
	}
	.video-text-style{
		font-size:10px;
		line-height:14px;
		font-weight:400;
	}
	.video-link-style{
		font-size:10px;
	}
	.video-link-style-italics{
		font-size:9px;
	}
	.page-header-img-style{
		width:285px;
	}
	.about-page-link-style-italics{
		font-size:10px;
	}
	.about-page-text-link-plain{
	}
	.about-link-style-plain{
		font-size:10px;
	}
	.about-link-style-italics{
		font-size:10px;
	}
	.navbar-brand img{
		height:58px;
	}
	
}

