/*-----------------------------------------------------------------------------------
	ASGS 2021
	About: A shiney new Blocs website.
	Author: David Smerdon
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#DEDAD1;
    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 ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


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


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}


/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}



/* = Cards
-------------------------------------------------------------- */
.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:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.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;
}

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	color:#424242!important;
}
.container{
	max-width:1140px;
}
.max-width{
	max-width:1140px;
	margin-right:auto;
	margin-left:auto;
}
.no-pad{
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:-8px;
	margin-top:-3px;
}
.h4-style{
	font-size:24px;
}
.h1-style{
	font-family:Lato;
	font-weight:700;
	font-size:60px;
	margin-top:5px;
	margin-bottom:0px;
}
.h2-style{
	font-family:Lato;
	font-weight:400;
	margin-top:0px;
	margin-bottom:10px;
}
.h2-bloc-2-style{
	font-family:Lato;
	font-weight:700;
	font-size:36px;
	background-color:#0D572C;
	padding-bottom:7px;
	margin-top:0px;
	padding-top:3px;
}
.botpad15{
	padding-bottom:15px;
}
.toppad40{
	margin-top:0px;
	padding-top:40px;
}
.h3-commercial-style{
	font-family:Lato;
	font-weight:700;
	font-size:28px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.button{
	margin-top:22px;
	padding-right:36px;
	padding-left:36px;
	color:#0D572C!important;
	background-color:#DED9CF;
}
.image-link{
	padding:0px 0px 0px 0px;
}
.botpad25{
	padding-bottom:25px;
}
.h4-color{
	font-size:16px;
	margin-bottom:8px;
}
.topmar{
	margin-top:0px;
	padding-top:0px;
}
.footer{
	padding-top:20px;
	padding-bottom:24px;
}
.p-style{
	font-size:14px;
}
.p-bloc-7-style{
	font-size:14px;
}
.p-4-style{
	font-size:14px;
}
.p-5-style{
	font-size:14px;
}
.page-text-area{
	padding-left:15px;
	padding-right:20px;
	padding-bottom:20px;
}
.toppad30{
	padding-top:38px;
}
.right-indent10{
	padding-right:10px;
}
.text-span-color{
	color:#ffffff;
	padding-top:0px;
}
.left-indent40{
	padding-left:40px;
}
.bot-mar0{
	margin-bottom:0px;
}
.h2-5-style{
	font-family:Lato;
	font-weight:700;
	color:#ffffff;
	font-size:32px;
	line-height:50px;
}
.topmar0{
	margin-top:0px;
}
.botmar0{
	margin-bottom:0px;
}
.toppad15{
	padding-top:15px;
}
.left-indent20{
	padding-left:20px;
	padding-right:5px;
}
.toppad{
	padding-top:20px;
	padding-right:16px;
}
.botpad20{
	padding-bottom:20px;
}
.header{
	padding-top:0px;
	margin-top:5px;
	margin-bottom:5px;
}
.h1-build-cleans-style{
	font-size:36px;
	font-family:Lato;
	font-weight:700;
}
.bullets{
	padding-top:12px;
	padding-left:35px;
	color:#0D572C!important;
	font-weight:bold;
	font-size:30px;
	line-height:30px;
}
.heading{
	color:#005828!important;
	font-weight:bold;
}
.botmar20{
	margin-bottom:20px;
}
.top-pad30{
	padding-top:24px;
}
.bot-pad30{
	padding-bottom:30px;
}
.gap-close{
	margin-top:-30px;
	margin-bottom:-20px;
}
.p-19-style{
	width:100%;
}
.footer-space{
	padding-top:5px;
	padding-bottom:5px;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FEFFFF;
}
.bgc-cal-poly-pomona-green{
	background-color:#0D572C;
}
.bgc-timberwolf{
	background-color:#DEDAD1;
}
.bgc-navajo-white{
	background-color:#FFE0AD;
}

/* Text colour styles */

.tc-white{
	color:#FEFFFF!important;
}
.tc-cal-poly-pomona-green{
	color:#0D572C!important;
}
.tc-davys-grey{
	color:#5E5E5E!important;
}

/* Button colour styles */

.wire-btn-cal-poly-pomona-green{
	color:#0D572C!important;
	border-color:#0D572C!important;
}




/* = 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: 991px){
	.h1-style{
		font-size:54px;
		line-height:54px;
	}
	.h2-style{
		font-size:22px;
	}
	.h4-color{
		font-size:16px;
	}
	.h2-5-style{
		font-size:28px;
		line-height:48px;
	}
	.toppad30{
		padding-top:25px;
	}
	.botpad25{
		padding-bottom:25px;
	}
	.bullets{
		padding-left:16px;
	}
	.toppad15{
		padding-top:15px;
	}
	
}

@media (max-width: 767px){
	.h2-bloc-2-style{
		font-size:24px;
		line-height:30px;
	}
	.h1-style{
		line-height:40px;
		font-size:40px;
	}
	.h2-5-style{
		font-size:20px;
		line-height:34px;
	}
	
}

@media (max-width: 575px){
	.h1-style{
		line-height:40px;
		font-size:36px;
	}
	.h2-style{
		line-height:30px;
		font-size:24px;
	}
	.h4-color{
		color:#ffffff;
		font-size:14px;
	}
	.left-indent20{
		padding-left:0px;
	}
	.bullets{
		font-size:24px;
	}
	
}

