/*-----------------------------------------------------------------------------------
	    Humlie Website
        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 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;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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 50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* 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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
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);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-xl{
	font-size:100px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}

/* 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;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}


.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;
}





/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.img-style{
	width:300px;
	height:282px;
}
.img-bloc-1-style{
	width:300px;
	height:455px;
}
.link-style{
	font-size:35px;
	line-height:40px;
	margin:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
}
.img-3-style{
	width:300px;
	height:300px;
}
.img-1-style{
	width:124px;
	border-radius:92px 92px 92px 92px;
}
.html-widget-style{
	width:100%;
	color:#160B36!important;
	border-style:solid;
	border-color:#B2B2B1!important;
	text-align:center;
	background-size:auto auto;
	border-right-width:2px;
	text-shadow:0px 0px 0px #AEAFAE;
	border-radius:14px 14px 14px 14px;
}
.btn-email{
	height:0px;
	font-size:30px;
}
.html-widget-style:active{
	color:#160B36!important;
	border-style:solid;
	border-radius:7px 7px 7px 7px;
}
.container-div-style{
	height:74px;
	width:89.02%;
}
.p-style{
	line-height:50px;
	font-size:22px;
}
.h3-style{
	font-size:36px;
}
.p-bloc-2-style{
	font-size:16px;
}
.h3-bloc-3-style{
	font-size:20px;
	line-height:30px;
	width:31.01%;
}
.h3-2-style{
	font-size:26px;
}
.h3-consultations-style{
	font-size:26px;
}
.h3-shopping-lists-style{
	font-size:26px;
}
.p-3-style{
	font-size:20px;
}
.h3-about-me-style{
	font-size:36px;
}
.h3-4-style{
	width:83.16%;
	font-size:36px;
}
.row-style{
	width:92.22%;
}
.p-bloc-3-style{
	width:100%;
	font-size:20px;
}
.p-4-style{
	font-size:20px;
}
.p-5-style{
	font-size:20px;
}
.btn-button-style{
	width:45.12%;
}
.btn-6-style{
	width:44.53%;
}
.btn-7-style{
	width:44.86%;
}
.btn-4-style{
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	border-radius:26px 26px 26px 26px;
}
.h1-style{
	font-size:20px;
}
.p-3-bloc-3-style{
	width:72.12%;
}
.text-span-0-color{
	color:#160b36;
}
.h3-1-style{
	width:100%;
	font-size:26px;
}
.h4-style{
	font-size:20px;
}
.p-8-style{
	width:100%;
	font-size:20px;
	text-indent:0px;
	letter-spacing:0px;
	line-height:30px;
}
.p-3860-style{
	font-size:20px;
	width:89.76%;
}
.p-9-style{
	font-size:20px;
	width:89.27%;
}
.p-29381-style{
	font-size:20px;
	width:88.9%;
}
.p-7834-style{
	font-size:20px;
	width:88.54%;
}
.btn-style{
	width:45.26%;
	padding-top:8px;
	padding-bottom:8px;
}
.btn-intake-forms-style{
	width:45.12%;
}
.container-div-bloc-6-style{
	height:76px;
	width:89.02%;
}
.container-div-0-style{
	height:76px;
	width:88.9%;
}
.p-22694-style{
	font-size:20px;
}
.p-10-style{
	font-size:20px;
	width:58.41%;
	letter-spacing:0px;
	text-indent:10px;
	line-height:30px;
}
.btn-12-style{
	width:50.73%;
}
.btn-13-style{
	width:50.49%;
}
.p-11-style{
	width:58.41%;
}
.h3-bloc-2-style{
	font-size:20px;
}
.p-3-bloc-2-style{
	width:97.14%;
}
.container-div-bloc-2-style{
	width:67.5%;
}
.btn-padding{
	padding-top:8px;
	padding-bottom:8px;
}
.h3-6-style{
	font-size:36px;
	width:54.57%;
}
.h3-bloc-6-style{
	width:93.55%;
}
.h3-1-bloc-2-style{
	font-size:36px;
}
.h3-bloc-1-style{
	font-size:36px;
}
.p-36360-style{
	font-size:26px;
}
.img-5-style{
	height:500px;
	width:400px;
}
.btn-more-info-style{
	width:83.43%;
}
.btn-2-style{
	width:83.23%;
}
.h3-5-style{
	font-size:1px;
}
.img-bloc-6-style{
	height:630px;
	width:140px;
}
.container-div-bloc-7-style{
	width:89.63%;
}
.img-bloc-7-style{
	height:250px;
	width:140px;
}
.container-div-bloc-8-style{
	width:88.05%;
}
.img-bloc-8-style{
	width:140px;
	height:420px;
}
.h3-bloc-9-style{
	width:89.02%;
}
.img-bloc-9-style{
	width:136px;
	height:320px;
}
.container-div-bloc-4-style{
	height:68px;
}
.link-about-style{
	text-decoration:underline;
}
.link-services-style{
	text-decoration:underline;
}
.link-check-in-style{
	text-decoration:underline;
}
.row-bloc-2-style{
	width:97.88%;
}
.html-widget-bloc-6-style{
	width:87.62%;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-celestial-blue{
	background-color:rgba(73,154,214,0.11);
}

/* Text colour styles */

.tc-oxford-blue{
	color:#180C4A!important;
}
.tc-dark-jungle-green{
	color:#180C39!important;
}
.tc-dim-gray{
	color:rgba(105,105,105,0.99)!important;
}

/* Button colour styles */

.wire-btn-dark-jungle-green{
	color:#180C39!important;
	border-color:#180C39!important;
}
.wire-btn-dim-gray{
	color:#666666!important;
	border-color:#666666!important;
}

/* Link colour styles */

.ltc-dark-jungle-green{
	color:#180C39!important;
}
.ltc-dark-jungle-green:hover{
	color:#130a2e!important;
}
.ltc-dim-gray{
	color:rgba(105,105,105,0.99)!important;
}
.ltc-dim-gray:hover{
	color:#545454!important;
}

/* Icon colour styles */

.icon-dark-jungle-green{
	color:#180C39!important;
	border-color:#180C39!important;
}

/* Bloc image backgrounds */




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	.h1-style{
		font-size:14px;
	}
	.h3-bloc-3-style{
		width:45.44%;
	}
	.p-3-bloc-3-style{
		width:87.83%;
		font-size:16px;
	}
	.h1-about-style{
		line-height:20px;
	}
	.h1-color{
		line-height:20px;
	}
	.h1-check-in-style{
		line-height:20px;
	}
	.h3-1-style{
		width:90.49%;
	}
	.h3-9-style{
		font-size:26px;
	}
	.p-3860-style{
		width:100%;
	}
	.p-22694-style{
		width:100%;
	}
	.btn-13-style{
		width:91.67%;
	}
	.btn-12-style{
		width:91.04%;
	}
	.p-10-style{
		width:93.54%;
	}
	.h3-bloc-1-style{
		font-size:28px;
	}
	
}

@media (max-width: 575px){
	.btn-button-style{
		width:95.93%;
	}
	.btn-intake-forms-style{
		width:95.93%;
	}
	.btn-style{
		width:95.56%;
	}
	.btn-6-style{
		width:94.44%;
	}
	.btn-7-style{
		width:95.56%;
	}
	.btn-more-info-style{
		padding-top:22px;
		padding-bottom:22px;
	}
	
}

