/*-----------------------------------------------------------------------------------
	BorromeanBearsV2
	About: A shiny new Blocs website.
	Author: Chester Chu
	Version: 2.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;}


/* 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-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}


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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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-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;
}

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




/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

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

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* 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;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-10px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Arvo";
}
.container{
	max-width:1140px;
}
.link-style{
	font-family:"Oleo Script";
	font-size:40px;
}
.h3-color{
	color:#d16100;
}
.cc-h3{
	color:transparent!important;
}
.cc-para{
	font-family:"Arvo";
	color:#4A3825!important;
	line-height:160%;
	text-indent:-5%;
	padding-left:5%;
}
.cc-sidebkg{
	background-color:rgba(23,34,39,0.50);
	border-style:solid;
	border-color:#4D6D7F!important;
	padding:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	border-width:2px 2px 2px 2px;
}
.cc-sidetitle{
	font-family:"Oleo Script";
	text-align:center;
	font-size:30px;
	background-color:rgba(23,34,39,0.50);
	padding:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.cc-numberlist{
	font-family:"Arvo";
	font-size:20px;
	color:#FCF2D9!important;
	font-weight:normal;
}
.cc-mainbkg{
	background-color:#FDF3D9;
	border-style:solid;
	border-color:#4D6D7F!important;
	margin-bottom:0px;
	padding:15px 10px 15px 10px;
	border-radius:15px 15px 15px 15px;
	border-width:2px 2px 2px 2px;
}
.cc-h6margins{
	margin-bottom:0px;
}
.cc-photoframe{
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.cc-buttonbottomspacer{
	margin-bottom:30px;
}
.cc-inactivebutton{
	background-color:#D5D5D5;
	font-size:16px;
	color:#FCF2D9!important;
	border-style:solid;
	border-color:#D5D5D5!important;
	padding:5px 12px 5px 12px;
	border-radius:5px 5px 5px 5px;
	border-width:2px 2px 2px 2px;
}
.cc-activeh6linktext{
	color:#FCF2D9!important;
}
.h6-color{
	color:#000000;
}
.cc-inactivebutton:hover{
	background-color:#D5D5D5;
}
.cc-sublistmargin{
	margin-left:20px;
}
.cc-parablue{
	color:#4C6C7F!important;
	font-size:1.1em;
	font-style:italic;
}
.cc-spanhighlight{
	font-weight:bold;
	color:#D06100!important;
}
.cc-photodivmargin{
	margin-top:40px;
}
.cc-horizontallistmargins{
	background-color:#4D6D7F;
	padding-bottom:40px;
	border-radius:10px 10px 10px 10px;
}
.cc-listbkg{
	background-color:#4D6D7F;
}
.cc-activebluelinktext{
	color:#4D6D7F!important;
	font-weight:bold;
}
.cc-sessionlistmargins{
	margin:10px 10px 10px 10px;
}
.cc-photomargins{
	border-style:none;
	padding:20px 20px 20px 20px;
}
.link-bloc-2-style{
	text-decoration:underline;
}
.cc-photomarginbtm{
	border-style:solid;
	border-color:#FEFFFF!important;
	border-width:1px 1px 1px 1px;
}
.cc-rowunderline{
	padding-bottom:50px;
	border-style:solid;
	border-color:#FEF4D9!important;
	border-width:0px 0px 1px 0px;
}
.img-style{
	width:500px;
}
.cc-formmargins{
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
}
.p-style{
	font-size:16px;
}
.cc-subscribebuttonmargin{
	margin-top:10px;
}
.p-body-style{
	font-size:14px;
}
.h6-bloc-2-color{
	color:#f9efd5;
}
.cc-formatslisth6style{
	margin-bottom:0px;
	color:#2B2B2B!important;
	font-weight:normal;
}
.cc-activeboldlink{
	font-weight:bold;
	color:#FDF3D9!important;
	text-align:center;
}
.cc-headershadow{
	box-shadow:0px 5px 5px rgba(0,0,0,0.60);
}
.h6-6-color{
	color:#fff7e1;
}
.text-span-color{
	color:#fff7e1;
}
.cc-darkgreydiv{
	background-color:#424242;
	margin-bottom:100px;
	padding:50px 25px 50px 25px;
}
.h6-body-color{
	color:#000000;
}
.cc-bluebkg{
	background-color:#4D6D7F;
	border-color:#F7EDD5!important;
	border-style:solid;
	margin-top:30px;
	margin-bottom:30px;
	padding:10px 15px 25px 15px;
	border-radius:15px 15px 15px 15px;
	border-width:1px 1px 1px 1px;
}
.cc-warningh1title{
	font-family:"Oleo Script";
	color:#D06100!important;
	letter-spacing:2px;
	text-align:center;
	font-size:80px;
}
.cc-warningbkg{
	background-color:rgba(23,34,39,0.50);
	border-style:solid;
	border-color:#4D6D7F!important;
	padding:30px 30px 30px 30px;
	border-radius:15px 15px 15px 15px;
	border-width:2px 2px 2px 2px;
}
.cc-warningbtmspacer{
	height:150px;
}
.cc-h5beige{
	color:#FCF2D9!important;
	font-style:italic;
}
.cc-h5activelink{
	font-style:italic;
	color:#FCF3D9!important;
}
.cc-h5orange{
	color:#D06100!important;
}
.cc-h6highlight{
	background:linear-gradient(90deg, transparent 20%, #CF6100  100%);
	padding:5px 5px 5px 5px;
}
.h1-style{
	font-family:"Oleo Script";
}
.cc-maintitle{
	font-family:"Oleo Script";
	text-align:center;
	font-size:30px;
	padding:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.img-wattpad-icon-style{
	width:200px;
}
.cc-optionlink{
	padding-left:10px;
	padding-right:10px;
}
.img-epub-icon-style{
	width:140px;
}
.img-pdf-icon-style{
	width:140px;
}
.cc-ebooktitlesformat{
	font-weight:bold;
	color:#4D4D4D!important;
	font-style:italic;
}

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

/* Background colour styles */

.bgc-dark-jungle-green{
	background-color:#172227;
}
.bgc-dark-electric-blue{
	background-color:#4C6D80;
}

/* Text colour styles */

.tc-café-noir{
	color:#4B3825!important;
}
.tc-tenné-tawny{
	color:#D16100!important;
}
.tc-cornsilk{
	color:#FFF5D9!important;
}
.tc-dark-electric-blue{
	color:#4C6D80!important;
}

/* Button colour styles */

.btn-tenné-tawny{
	background:#D16100;
	color:#FFFFFF!important;
}
.btn-tenné-tawny:hover{
	background:#a74e00!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-tenné-tawny{
	color:#D16100!important;
}
.ltc-tenné-tawny:hover{
	color:#a74e00!important;
}
.ltc-café-noir{
	color:#4B3825!important;
}
.ltc-café-noir:hover{
	color:#3c2d1e!important;
}

/* Bloc image backgrounds */

.bg-RingsBkgBlueFade{
	background-image:url("img/RingsBkgBlueFade.png");
}

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



/* = 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){
	.cc-sidebkg{
		margin-top:30px;
	}
	.cc-mainbkg{
	}
	.cc-warningbkg{
		background-color:rgba(23,34,39,0.50);
		background-size:auto auto;
	}
	.cc-h5beige{
	}
	.cc-bluebkg{
		background-color:#436070;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
}

@media (max-width: 767px){
	.cc-photomarginbtm{
		padding-bottom:0px;
		margin-bottom:30px;
	}
	.cc-warningbkg{
		background-color:rgba(23,34,39,0.50);
	}
	
}

@media (max-width: 575px){
	.cc-photomargins{
	}
	.cc-photomarginbtm{
		margin-bottom:30px;
		padding-bottom:0px;
	}
	.cc-warningh1title{
		font-size:60px;
	}
	.cc-warningbkg{
		background-color:rgba(23,34,39,0.50);
	}
	
	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}
	
}

