/*-----------------------------------------------------------------------------------
	Jace Photos
	About: Jace Photography Press PR
	Author: Graeme Whitworth
	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 */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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;}}

/* = 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;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Dark theme */

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


/* 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);
}
.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);
}


/* = 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}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

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



/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



.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;
}



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


/* 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;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"PTSans-NarrowBold";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:120px;
}
.img-style{
	width:334px;
	border-radius:0px 0px 0px 0px;
}
.img-6-style{
	width:300px;
}
.img-7-style{
	width:300px;
}
.btn-style{
	width:71.67%;
}
.btn-button-style{
	width:71.94%;
}
.btn-4-style{
	width:100%;
}
.h1-style{
	font-size:36px;
	font-family:"PT Sans Narrow";
}
.row-style{
	width:95.61%;
}
.container-div-style{
	height:2284px;
	width:100%;
}
.img-84-style{
	width:300px;
}
.img-93-style{
	width:165px;
}
.html-widget-style{
	width:49.91%;
}
.img-71rteeq8h-style{
	width:250px;
}
.img-cache-28154-style{
	width:255px;
}
.img-177-style{
	width:355px;
}
.img-186-style{
	width:355px;
}
.btn-padding{
	padding-top:0px;
	padding-bottom:0px;
	border-radius:7px 7px 7px 7px;
}
.btn-button-padding{
	padding-top:0px;
	padding-bottom:0px;
	width:98.53%;
	border-radius:7px 7px 7px 7px;
}
.p-style{
	font-size:13px;
}
.h1-privacy-style{
	font-family:"PT Serif";
}
.p-10-style{
	font-size:12px;
}
.h1-11-style{
	font-size:38px;
	font-family:"PT Serif";
}
.img-5d1a00-style{
	width:260px;
}
.img-lancpa474-style{
	width:260px;
}
.btn-3-style{
	width:71.94%;
}
.carousel-style{
	width:100%;
}
.row-bloc-2-style{
	width:100%;
}
.h1-red-arrows-style{
	font-family:"helvetica";
	font-weight:700;
}
.img-2-style{
	width:248px;
}
.img-7-5d1a00-style{
	width:300px;
}
.img-8-style{
	width:300px;
}
.img-217-style{
	width:134px;
}
.img-218-style{
	width:136px;
}
.img-215-style{
	width:177px;
}
.img-2998-style{
	width:238px;
}
.img-216-style{
	width:234px;
}
.img-222-style{
	width:183px;
}
.img-imag-style{
	width:165px;
}
.img-newspape-style{
	width:525px;
}
.p-16-style{
	width:98.46%;
	font-size:16px;
}
.p-bloc-58-style{
	width:100%;
	font-family:"PT Sans Narrow";
}
.img-11-style{
	width:300px;
	height:200px;
	border-radius:43px 43px 43px 43px;
}
.img-194-style{
	width:186px;
}
.img-188-style{
	width:263px;
}
.img-191-style{
	width:172px;
}
.p-12-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
}
.h2-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
}
.h2-bloc-12-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
}
.p-bloc-12-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
}
.p-bloc-8-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
}
.p-bloc-7-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
}
.h2-bloc-7-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
}
.p-bloc-4-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
}
.h3-music-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:32px;
}
.p-bloc-3-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
}
.h3-bloc-2-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
}
.p-bloc-2-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
	font-size:25px;
}
.p-1-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:25px;
}
.p-bloc-35-style{
	font-family:"PT Sans Narrow";
}
.p-2-style{
	font-family:"PT Sans Narrow";
	font-size:25px;
}
.p-3-style{
	font-family:"PT Sans Narrow";
	font-size:25px;
}
.p-4-style{
	font-family:"PT Sans Narrow";
	font-size:25px;
}
.p-5-bloc-2-style{
	font-family:"PT Sans Narrow";
	font-size:25px;
}
.p-5-style{
	font-family:"PT Sans Narrow";
	width:100%;
	font-size:17px;
}
.h2-tear-sheets-style{
	font-family:"PT Sans Narrow";
}
.p-21-style{
	font-family:"PT Sans Narrow";
}
.p-22-style{
	font-family:"PT Sans Narrow";
}
.p-23-style{
	font-family:"PT Sans Narrow";
}
.p-bloc-40-style{
	font-family:"PT Sans Narrow";
}
.h1-music-style{
	font-family:"PT Sans Narrow";
}
.h1-celebs-style{
	font-family:"PT Sans Narrow";
}
.h1-aviation-style{
	font-family:"PT Sans Narrow";
}
.h1-proms-style{
	font-family:"PT Sans Narrow";
}
.h1-bloc-53-style{
	font-family:"PT Sans Narrow";
}
.h2-6-style{
	font-family:"PT Sans Narrow";
	font-size:48px;
}
.p-25-style{
	font-family:"PT Sans Narrow";
	font-size:18px;
}
.img-bloc-14-style{
	width:300px;
	height:200px;
}
.h3-bloc-13-style{
	font-family:"PT Sans Narrow";
	font-size:24px;
}
.p-bloc-13-style{
	font-family:"PT Sans Narrow";
}
.h2-7-style{
	font-family:"PT Sans Narrow";
}
.p-27-style{
	font-family:"PT Sans Narrow";
	font-weight:300;
	font-size:15px;
}
.p-28-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.h3-5-style{
	font-family:"PT Sans Narrow";
}
.p-29-style{
	font-family:"PT Sans Narrow";
}
.p-30-style{
	font-family:"PT Sans Narrow";
}
.p-31-style{
	font-family:"PT Sans Narrow";
}
.p-32-style{
	font-family:"PT Sans Narrow";
}
.p-33-style{
	font-family:"PT Sans Narrow";
}
.p-34-style{
	font-family:"PT Sans Narrow";
}
.p-35-style{
	font-family:"PT Sans Narrow";
}
.p-36-style{
	font-family:"PT Sans Narrow";
}
.p-37-style{
	font-family:"PT Sans Narrow";
	font-size:19px;
}
.p-38-style{
	font-family:"PT Sans Narrow";
	font-size:19px;
}
.p-39-style{
	font-family:"PT Sans Narrow";
}
.p-40-style{
	font-family:"PT Sans Narrow";
	font-size:19px;
}
.p-41-style{
	font-family:"PT Sans Narrow";
	font-size:19px;
}
.p-42-style{
	font-family:"PT Sans Narrow";
}
.p-43-style{
	font-family:"PT Sans Narrow";
}
.p-44-style{
	font-family:"PT Sans Narrow";
}
.p-45-style{
	font-family:"PT Sans Narrow";
}
.p-46-style{
	font-family:"PT Sans Narrow";
}
.p-47-style{
	font-family:"PT Sans Narrow";
}
.p-48-style{
	font-family:"PT Sans Narrow";
}
.p-49-style{
	font-family:"PT Sans Narrow";
}
.p-50-style{
	font-family:"PT Sans Narrow";
}
.p-51-style{
	font-family:"PT Sans Narrow";
}
.p-52-style{
	font-family:"PT Sans Narrow";
}
.p-53-style{
	font-family:"PT Sans Narrow";
}
.p-54-style{
	font-family:"PT Sans Narrow";
}
.p-55-style{
	font-family:"PT Sans Narrow";
}
.p-56-style{
	font-family:"PT Sans Narrow";
}
.h3-6-style{
	font-family:"PT Sans Narrow";
}
.p-57-style{
	font-family:"PT Sans Narrow";
}
.p-58-style{
	font-family:"PT Sans Narrow";
}
.p-59-style{
	font-family:"PT Sans Narrow";
}
.p-60-style{
	font-family:"PT Sans Narrow";
}
.p-61-style{
	font-family:"PT Sans Narrow";
}
.p-62-style{
	font-family:"PT Sans Narrow";
}
.p-63-style{
	font-family:"PT Sans Narrow";
}
.p-64-style{
	font-family:"PT Sans Narrow";
}
.p-65-style{
	font-family:"PT Sans Narrow";
}
.p-66-style{
	font-family:"PT Sans Narrow";
}
.p-67-style{
	font-family:"PT Sans Narrow";
}
.p-68-style{
	font-family:"PT Sans Narrow";
}
.p-69-style{
	font-family:"PT Sans Narrow";
}
.h3-7-style{
	font-family:"PT Sans Narrow";
}
.p-70-style{
	font-family:"PT Sans Narrow";
}
.p-71-style{
	font-family:"PT Sans Narrow";
}
.p-72-style{
	font-family:"PT Sans Narrow";
}
.p-73-style{
	font-family:"PT Sans Narrow";
}
.p-74-style{
	font-family:"PT Sans Narrow";
}
.p-75-style{
	font-family:"PT Sans Narrow";
}
.p-76-style{
	font-family:"PT Sans Narrow";
}
.p-77-style{
	font-family:"PT Sans Narrow";
}
.p-78-style{
	font-family:"PT Sans Narrow";
}
.p-81-style{
	font-family:"PT Sans Narrow";
}
.p-80-style{
	font-family:"PT Sans Narrow";
}
.p-79-style{
	font-family:"PT Sans Narrow";
}
.p-84-style{
	font-family:"PT Sans Narrow";
}
.p-83-style{
	font-family:"PT Sans Narrow";
}
.p-82-style{
	font-family:"PT Sans Narrow";
}
.p-16349-style{
	font-family:"PT Sans Narrow";
}
.p-36092-style{
	font-family:"PT Sans Narrow";
}
.p-87-style{
	font-family:"PT Sans Narrow";
}
.p-90-style{
	font-family:"PT Sans Narrow";
}
.p-89-style{
	font-family:"PT Sans Narrow";
}
.p-88-style{
	font-family:"PT Sans Narrow";
}
.p-8364-style{
	font-family:"PT Sans Narrow";
}
.p-32877-style{
	font-family:"PT Sans Narrow";
}
.h3-8-style{
	font-family:"PT Sans Narrow";
}
.p-93-style{
	font-family:"PT Sans Narrow";
}
.p-34341-style{
	font-family:"PT Sans Narrow";
}
.h3-9-style{
	font-family:"PT Sans Narrow";
}
.p-763-style{
	font-family:"PT Sans Narrow";
}
.p-2151-style{
	font-family:"PT Sans Narrow";
}
.h3-sinclair-c5-style{
	font-family:"PT Sans Narrow";
}
.p-97-style{
	font-family:"PT Sans Narrow";
}
.p-98-style{
	font-family:"PT Sans Narrow";
}
.p-99-style{
	font-family:"PT Sans Narrow";
}
.p-100-style{
	font-family:"PT Sans Narrow";
}
.p-101-style{
	font-family:"PT Sans Narrow";
}
.p-102-style{
	font-family:"PT Sans Narrow";
}
.p-103-style{
	font-family:"PT Sans Narrow";
}
.h3-11-style{
	font-family:"PT Sans Narrow";
}
.p-104-style{
	font-family:"PT Sans Narrow";
}
.p-bloc-62-style{
	font-family:"PT Sans Narrow";
}
.p-33939-style{
	font-family:"PT Sans Narrow";
}
.h3-bloc-89-style{
	font-family:"PT Sans Narrow";
}
.h3-2021-style{
	font-family:"Pt Sans Narrow";
}
.p-107-style{
	font-family:"PT Sans Narrow";
}
.p-200-style{
	font-family:"PT Sans Narrow";
}
.p-36501-style{
	font-family:"PT Sans Narrow";
}
.p-109-style{
	font-family:"Pt Sans Narrow";
}
.h2-8-style{
	font-family:"PT Sans Narrow";
}
.h2-9-style{
	font-family:"PT Sans Narrow";
}
.p-110-style{
	font-family:"PT Sans Narrow";
}
.p-111-style{
	font-family:"PT Sans Narrow";
}
.p-112-style{
	font-family:"PT Sans Narrow";
}
.p-113-style{
	font-family:"PT Sans Narrow";
}
.h2-10-style{
	font-family:"PT Sans Narrow";
}
.h2-11-style{
	font-family:"PT Sans Narrow";
}
.p-114-style{
	font-family:"PT Sans Narrow";
}
.p-bloc-103-style{
	font-family:"PT Sans Narrow";
}
.p-116-style{
	font-family:"PT Sans Narrow";
}
.h2-bloc-59-style{
	font-family:"PT Sans Narrow";
}
.p-116-bloc-103-style{
	font-family:"PT Sans Narrow";
}
.h2-44364-style{
	font-family:"PT Sans Narrow";
}
.img-402-style{
	width:339px;
}
.img-401-style{
	width:347px;
}
.img-becky-baby-128-style{
	width:300px;
	height:200px;
}
.p-14-style{
	font-family:"PT Sans Narrow";
}
.img-12-style{
	width:300px;
	height:200px;
}
.h3-family-shoot -style{
	font-family:"PT Sans Narrow";
	font-size:32px;
}
.p-117-style{
	font-family:"PT Sans Narrow";
}
.h2-12-style{
	font-family:"PT Sans Narrow";
}
.h3-12912-style{
	font-family:"PT Sans Narrow";
	font-size:32px;
}
.img-13-style{
	width:300px;
	height:200px;
}
.h1-coming-soon -style{
	font-family:"PT Sans Narrow";
}
.h3-11772-style{
	font-family:"PT Sans Narrow";
}
.img-14-style{
	width:300px;
	height:200px;
}
.h2-corporate -style{
	font-family:"PT Sans Narrow";
}
.p-118-style{
	font-family:"PT Sans Narrow";
}
.h3-14-style{
	font-family:"PT Sans Narrow";
	font-size:32px;
}
.p-118-bloc-103-style{
	font-family:"PT Sans Narrow";
}
.p-119-style{
	font-family:"PT Sans Narrow";
}
.img-whitburn--25-style{
	width:381px;
}
.img-whitburn--26-style{
	width:381px;
}
.h3-15-style{
	font-family:"PT Sans Narrow";
	font-size:32px;
}
.p-121-style{
	font-family:"PT Sans Narrow";
}
.p-120-style{
	font-family:"PT Sans Narrow";
}
.h2-13-style{
	font-family:"PT Sans Narrow";
	width:100%;
}
.h2-14-style{
	font-family:"PT Sans Narrow";
}
.p-40828-style{
	font-family:"PT Sans Narrow";
}
.p-6-style{
	font-family:"PT Sans Narrow";
	font-size:25px;
}
.h2-1-style{
	font-family:"PT Sans Narrow";
}
.p-bloc-98-style{
	font-family:"PTSans-NarrowBold";
}
.h4-style{
	font-family:"PT Sans Narrow";
	font-weight:900;
	font-size:32px;
}
.p-122-style{
	font-family:"PT Sans Narrow";
}
.p-123-style{
	font-family:"PT Sans Narrow";
}
.h4-2-style{
	font-size:32px;
	font-family:"PT Sans Narrow";
}
.h4-3-style{
	font-size:32px;
	font-family:"PT Sans Narrow";
}
.custom-menu-icon{
	font-size:30px;
}
.p-38236-style{
	font-family:"PT Sans Narrow";
}
.p-49285-style{
	font-family:"PTSans-NarrowBold";
	width:100%;
}
.p-24020-style{
	font-family:"PTSans-Narrow";
}
.p-32826-style{
	font-family:"PTSans-Narrow";
}
.h3-bloc-12-style{
	font-size:32px;
}
.h3-style{
	font-size:28px;
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.h3-bloc-7-style{
	font-size:32px;
}
.h3-school-proms-style{
	font-size:32px;
}
.p-7-style{
	font-family:"PT Sans Narrow";
}
.text-span-style{
	font-weight:bold;
}
.p-127-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.p-133-style{
	font-size:18px;
	font-family:"PT Sans Narrow";
}
.p-134-style{
	font-size:20px;
}
.p-37252-style{
	font-size:19px;
	font-family:"PT Sans Narrow";
}
.p-136-style{
	font-size:20px;
}
.p-bloc-135-style{
	font-size:20px;
}
.p-8-style{
	font-size:25px;
}
.h3-christening -style{
	font-family:"PT Sans Narrow";
}
.h3-1-style{
	font-family:"PT Sans Narrow";
}
.h3-proms -style{
	font-family:"PT Sans Narrow";
}
.h3-weddings-style{
	font-family:"PT Sans Narrow";
}
.img-bloc-45-style{
	width:305px;
}
.img-bloc-46-style{
	width:304px;
}
.img-bloc-47-style{
	width:306px;
}
.img-145-style{
	width:304px;
}
.img-146-style{
	width:331px;
}
.img-bloc-2-style{
	width:1040px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3564:#000000;
	
	--swatch-var-2265:rgba(255,255,255,1.0);
	
	--swatch-var-6338:#6D0001;
	
	--swatch-var-7891:#330001;
	
	--swatch-var-2336:#5F0703;
	
	--swatch-var-4968:#000000;
	
	--swatch-var-4643:rgba(0,0,0,1.00);
	
	--swatch-var-116:rgba(4,51,255,1.00);
	
	--swatch-var-3502:rgba(170,121,66,1.00);
	
	--swatch-var-439:rgba(0,253,255,1.00);
	
	--swatch-var-5488:rgba(0,249,0,1.00);
	
	--swatch-var-7876:rgba(255,64,255,1.00);
	
	--swatch-var-823:rgba(255,147,0,1.00);
	
	--swatch-var-5234:rgba(148,33,146,1.00);
	
	--swatch-var-3572:rgba(255,38,0,1.00);
	
	--swatch-var-793:rgba(255,251,0,1.00);
	
	--swatch-var-4008:rgba(255,255,255,1.00);
	
	--swatch-var-4818:rgba(95,7,3,1.00);
	
}


/* Background colour styles */

.bgc-2265{
	background-color:var(--swatch-var-2265);
}
.bgc-2336{
	background-color:var(--swatch-var-2336);
}

/* Text colour styles */

.tc-3564{
	color:var(--swatch-var-3564)!important;
}
.tc-4968{
	color:var(--swatch-var-4968)!important;
}
.tc-4643{
	color:var(--swatch-var-4643)!important;
}
.tc-2265{
	color:var(--swatch-var-2265)!important;
}

/* Link colour styles */

.ltc-3564{
	color:var(--swatch-var-3564)!important;
}
.ltc-3564:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}
/* Image Overlay */.img-overlay-main-container{
		position:relative;
}
.img-overlay-container{
		opacity:0;
		position:absolute;
		width:100%;
		text-align:center;
		background:rgba(0,0,0,.7);
		height:100%;
		color:#FFF;
		transition: all .3s ease-in-out;
}
.overlay-btn{
	border:none;
}
.img-overlay-main-container:hover .img-overlay-container{
		opacity:1;
		transition: all .3s ease-in-out;
}
.overlay-light .img-overlay-container{
	background:rgba(255,255,255,.7);
	color:rgba(0,0,0,.7);
}
.overlay-push-right,.overlay-push-left,.overlay-push-up,.overlay-push-down,.overlay-zoom-out{
	overflow: hidden;
}
.overlay-blur{
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
/* Zoom In */.overlay-zoom-in .img-overlay-container{
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
}
.overlay-zoom-in:hover .img-overlay-container{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
/* Zoom Out */.overlay-zoom-out .img-overlay-container{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
}
.overlay-zoom-out:hover .img-overlay-container{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
/* Push Up,Down,Left,Right */.overlay-push-up .img-overlay-container{
		-webkit-transform: translateX(0) translateY(100%);
		-ms-transform: translateX(0) translateY(100%);
		transform: translateX(0) translateY(100%);
}
.overlay-push-down .img-overlay-container{
		-webkit-transform: translateX(0) translateY(-100%);
		-ms-transform: translateX(0) translateY(-100%);
		transform: translateX(0) translateY(-100%);
	}
.overlay-push-right .img-overlay-container{
		-webkit-transform: translateX(100%) translateY(0);
		-ms-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
.overlay-push-left .img-overlay-container{
		-webkit-transform: translateX(-100%) translateY(0);
		-ms-transform: translateX(-100%) translateY(0);
		transform: translateX(-100%) translateY(0);
	}
.overlay-push-up:hover .img-overlay-container,.overlay-push-down:hover .img-overlay-container,.overlay-push-right:hover .img-overlay-container, .overlay-push-left:hover .img-overlay-container{
		-webkit-transform: translateX(0%) translateY(0);
		-ms-transform: translateX(0%) translateY(0);
		transform: translateX(0%) translateY(0);
		transition: all .3s ease-in-out;
}
/* 3D Rotate */.overlay-3d-container{
		perspective: 1000px;
		-webkit-perspective: 1000px;
}
.overlay-flip-y,.overlay-flip-x{
		-webkit-transform-style: preserve-3d;
	  	transform-style: preserve-3d;
	  	transition: transform 1s;
	  	pointer-events: none;
}
.overlay-flip-x .img-overlay-container,.overlay-flip-y .img-overlay-container{
		pointer-events: all;
}
.overlay-flip-y img,.overlay-flip-x img, .overlay-flip-y .img-overlay-container,.overlay-flip-x .img-overlay-container {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity: 1;
}
.overlay-3d-container:hover .overlay-flip-y {
	  	-webkit-transform: rotateY(180deg);
	  	-ms-transform: rotateY(180deg);
	  	transform: rotateY(180deg);
}
.overlay-flip-y .img-overlay-container {
	  	-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
}
.overlay-3d-container:hover .overlay-flip-x {
	  	transform: rotateX(180deg);
	  	-webkit-transform: rotateX(180deg);
	  	-ms-transform: rotateX(180deg);
}
.overlay-flip-x .img-overlay-container  {
		-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
	  	transform: rotateX(180deg);
}


/* = 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;}
}
@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;}
}
@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;}
}


/* = 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: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	
}

