/*-----------------------------------------------------------------------------------
	Colorado Wildbuds
	About: A collection Colorado wildflower photos and descriptions.
	Author: Tom Lebsack
	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-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}


/* = 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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = 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);
}

.btn-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-clean:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15)!important;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.glow-t{
	text-shadow:0 0 10px #FFF;
}


/*
    Lists
*/

.list-horizontal-layout{
	padding-left:0px;
}

.list-horizontal-layout li{
	display:inline-block;
	margin:0 .5rem;
}

.list-is-0:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:0px!important;
}

.list-is-1:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:.25rem!important;
}

.list-is-2:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:.5rem!important;
}

.list-is-3:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:1rem!important;
}

.list-is-4:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:1.5rem!important;
}

.list-is-5:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:3rem!important;
}


/* --- Small (sm) --- */
@media (min-width: 576px) {
	
  .list-is-sm-0:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 0rem!important;
	 }
  .list-is-sm-1:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .25rem!important;
	 }
  .list-is-sm-2:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .5rem!important;
	 }
  .list-is-sm-3:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1rem!important;
	 }
  .list-is-sm-4:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1.5rem!important;
	 }
  .list-is-sm-5:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 3rem!important;
	 }
}

/* --- Medium (md) --- */
@media (min-width: 768px) {
	
  .list-is-md-0:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 0rem!important;
	 }
  .list-is-md-1:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .25rem!important;
	 }
  .list-is-md-2:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .5rem!important;
	 }
  .list-is-md-3:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1rem!important;
	 }
  .list-is-md-4:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1.5rem!important;
	 }
  .list-is-md-5:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 3rem!important;
	 }
}

/* --- Large (lg) --- */
@media (min-width: 992px) {
	
  .list-is-lg-0:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 0rem!important;
	 }
  .list-is-lg-1:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .25rem!important;
	 }
  .list-is-lg-2:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .5rem!important;
	 }
  .list-is-lg-3:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1rem!important;
	 }
  .list-is-lg-4:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1.5rem!important;
	 }
  .list-is-lg-5:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 3rem!important;
	 }
}

/* --- Clear Botton Margin on Last List Item --- */
[class*="list-is-"]:not(.list-horizontal-layout):not(.navbar-nav) li:last-child {
	margin-bottom: 0 !important;
}



/* --- Small (sm) --- */
@media (min-width: 576px) {
	
  .list-horizontal-layout.list-is-sm-0 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-0 li {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

  .list-horizontal-layout.list-is-sm-1 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-1 li {
	margin-left: .25rem !important;
	margin-right: .25rem !important;
}

  .list-horizontal-layout.list-is-sm-2 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-2 li {
	margin-left: .5rem !important;
	margin-right: .5rem !important;
}

  .list-horizontal-layout.list-is-sm-3 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-3 li {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

  .list-horizontal-layout.list-is-sm-4 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-4 li {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

  .list-horizontal-layout.list-is-sm-5 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-5 li {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

}

/* --- Medium (md) --- */
@media (min-width: 768px) {
	
  .list-horizontal-layout.list-is-md-0 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-0 li {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

  .list-horizontal-layout.list-is-md-1 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-1 li {
	margin-left: .25rem !important;
	margin-right: .25rem !important;
}

  .list-horizontal-layout.list-is-md-2 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-2 li {
	margin-left: .5rem !important;
	margin-right: .5rem !important;
}

  .list-horizontal-layout.list-is-md-3 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-3 li {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

  .list-horizontal-layout.list-is-md-4 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-4 li {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

  .list-horizontal-layout.list-is-md-5 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-5 li {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

}

/* --- Large (lg) --- */
@media (min-width: 992px) {
	
  .list-horizontal-layout.list-is-lg-0 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-0 li {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

  .list-horizontal-layout.list-is-lg-1 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-1 li {
	margin-left: .25rem !important;
	margin-right: .25rem !important;
}

  .list-horizontal-layout.list-is-lg-2 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-2 li {
	margin-left: .5rem !important;
	margin-right: .5rem !important;
}

  .list-horizontal-layout.list-is-lg-3 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-3 li {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

  .list-horizontal-layout.list-is-lg-4 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-4 li {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

  .list-horizontal-layout.list-is-lg-5 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-5 li {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

}

.list-horizontal-layout.list-is-0 li,.navbar-nav.list-is-0 li{
	margin-left:0px;
	margin-right:0px;
}

.list-horizontal-layout.list-is-1 li,.navbar-nav.list-is-1 li{
	margin-left:.25rem;
	margin-right:.25rem;
}

.list-horizontal-layout.list-is-2 li,.navbar-nav.list-is-2 li{
	margin-left:.5rem;
	margin-right:.5rem;
}

.list-horizontal-layout.list-is-3 li,.navbar-nav.list-is-3 li{
	margin-left:1rem;
	margin-right:1rem;
}

.list-horizontal-layout.list-is-4 li,.navbar-nav.list-is-4 li{
	margin-left:1.5rem;
	margin-right:1.5rem;
}

.list-horizontal-layout.list-is-5 li,.navbar-nav.list-is-5 li{
	margin-left:3rem;
	margin-right:3rem;
}


/* --- Clear Left and Right Margin on First and Horizontal Last List Item --- */
.list-horizontal-layout[class*="list-is-"] li:first-child,div:not(.blocsapp-special-menu) .navbar-nav[class*="list-is-"] li:first-child {
	margin-left: 0!important;
}

.list-horizontal-layout[class*="list-is-"] li:last-child,div:not(.blocsapp-special-menu) .navbar-nav[class*="list-is-"] li:last-child {
	margin-right: 0!important;
}


/* --- Prevent Spacing on Collapsed Menu and Special Menu Items --- */
.navbar:not(.navbar-expand-sm):not(.navbar-expand-md):not(.navbar-expand-lg):not(.navbar-expand-xl):not(.navbar-expand-xxl) [class*="list-is-"] li, blocsnav [class*="list-is-"] li{
	margin-left: 0;
	margin-right: 0;
}


@media (max-width: 991.98px) {
	
  .navbar-expand-lg [class*="list-is-"] li {
	margin-left: 0!important;
	margin-right: 0!important;
}

}

@media (max-width: 767.98px) {
	
  .navbar-expand-md [class*="list-is-"] li {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

}

@media (max-width: 575.98px) {
	
  .navbar-expand-sm [class*="list-is-"] li {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

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

.hide-indicators{
	display:none;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


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

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	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:"Montserrat";
}
.container{
	max-width:1140px;
}
.h1-style{
	font-family:"Permanent Marker";
	font-size:144px;
	letter-spacing:12px;
	font-weight:300;
	text-shadow:8px 6px 3px #000000;
	opacity:1.0;
	height:auto;
	width:auto;
	color:#6C9DD9!important;
	text-align:center;
	position:relative;
	bottom:150px;
}
.p-58-style{
	font-size:16px;
	font-family:Montserrat;
	line-height:12px;
}
.lightbox-caption{
	text-decoration:none;
	background-position:center center;
	border-style:none;
	overflow:visible;
	font-family:"Montserrat";
	font-size:20px;
	text-align:center;
	float:none;
	color:#FFFFFF!important;
	background-size:auto auto;
	display:none;
	margin-bottom:60px;
	background-color:rgba(66,66,66,0.33);
	width:auto;
	padding:5px 0px 5px 0px;
}
.h1-20175-style{
	font-family:Montserrat;
	font-weight:300;
	font-size:40px;
	text-align:center;
}
.link-style-flower-tables{
	text-decoration:none;
	font-family:"Montserrat";
	font-weight:normal;
	color:#0096FF!important;
	width:100%;
	font-size:20px;
}
.p-20744-style{
	font-family:Montserrat;
}
.p-50-style{
	line-height:22px;
	font-family:Montserrat;
}
.img-style{
	width:640px;
}
.img-leaf-shapes2-m-style{
	width:640px;
}
.img-leaf-shapes3-m-style{
	width:640px;
}
.img-leaf-shapes4-m-style{
	width:578px;
}
.img-leaf-shapes5-m-style{
	width:578px;
}
.img-leafshapes-style{
	width:1200px;
}
.p-54-style{
	font-family:Montserrat;
	line-height:12px;
}
.img-33-style{
	width:640px;
}
.p-55-style{
	line-height:12px;
	font-family:Montserrat;
}
.img-34-style{
	width:640px;
}
.p-56-style{
	line-height:12px;
	font-family:Montserrat;
}
.img-35-style{
	width:640px;
}
.p-57-style{
	line-height:12px;
	font-family:Montserrat;
}
.img-36-style{
	width:640px;
}
.img-37-style{
	width:640px;
}
.p-35565-style{
	font-family:Montserrat;
}
.img-leaf-arrangeme-style{
	width:740px;
}
.p-60-style{
	font-family:Montserrat;
	line-height:24px;
	font-size:16px;
}
.p-61-style{
	font-family:Montserrat;
}
.img-41-style{
	width:740px;
}
.img-tip-shapes-med-style{
	width:800px;
}
.h3-5-style{
	font-family:Montserrat;
}
.p-bloc-23-style{
	font-size:12px;
}
.p-69-style{
	font-size:14px;
}
.p1-style{
	color:rgba(0,0,0,0.65)!important;
	text-decoration:none;
	font-family:"Montserrat";
	font-weight:normal;
	text-align:left;
	font-size:18px;
	line-height:28px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.navigation-link{
	font-family:"Montserrat";
	font-weight:bold;
	text-align:center;
	font-size:18px;
	color:#006CB7!important;
	margin-left:8px;
	margin-right:8px;
}
.navigation-link:hover{
	color:#000000!important;
	font-family:"Montserrat";
	font-weight:bold;
}
.h2-style{
	font-family:"Montserrat";
	font-size:40px;
	font-weight:200;
	text-shadow:1px 1px 4px #797979;
}
.h3-style{
	font-size:32px;
	text-shadow:1px 1px 3px #797979;
	color:#424242!important;
	font-weight:lighter;
}
.h4-bloc-36-style{
	font-family:"Montserrat";
	color:#D50000!important;
	font-weight:bold;
}
.img-bloc-3-style{
	width:300px;
	margin:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
}
.link-style-flower-tables:hover{
	color:#000000!important;
	font-family:"Montserrat";
	font-weight:normal;
}
.txwb-box-style{
	background:linear-gradient(45deg, #929292 0%, #FFFFFF 73%);
	box-shadow:5px 5px 10px #5E5E5E;
}
.twb-image-overlay{
	font-family:"Montserrat";
	font-weight:normal;
	text-shadow:1px 1px 3px #000000;
	text-align:center;
	margin:5px 5px 5px 5px;
	width:auto;
}
.carousel-text{
	font-size:20px;
	position:relative;
	top:50px;
}
.link-flowercolor-style{
	font-size:24px;
	color:#0096FF!important;
	font-weight:normal;
}
.link-flowercolor-style:hover{
	color:#000000!important;
}
.p-style{
	line-height:28px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border-style:solid;
	border-color:#0096FF!important;
	border-radius:10px 10px 10px 10px;
	border-width:2px 2px 2px 2px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover{
	border-color:#0096FF!important;
}
.thumbnail-org{
	margin-left:auto;
	margin-right:auto;
}
.image-caption{
	height:auto;
	color:#797979!important;
	font-size:14px;
	font-weight:normal;
	font-family:"Montserrat";
	margin:0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
}
.img-bloc-44-style{
	width:270px;
	border-style:solid;
	border-color:#919191!important;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.flowers-by-color-img{
	width:250px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}
.co-flower-header-h1{
	font-family:"Montserrat";
	font-weight:normal;
	color:#5E5E5E!important;
	font-size:48px;
	text-align:center;
	font-style:italic;
}
.co-header-h2{
	font-family:"Montserrat";
	color:#919191!important;
	font-weight:normal;
	font-size:40px;
	text-align:center;
}
.flower-tables{
	width:auto;
	font-size:18px;
	font-weight:normal;
	font-family:"Montserrat";
	color:#424242!important;
}
.nav-dropdown-style{
	font-family:"Montserrat";
	color:#006CB7!important;
	font-weight:bold;
	text-align:center;
}
.nav-dropdown-style:hover{
	font-family:"Montserrat";
	font-weight:bold;
	color:#000000!important;
}
.link-0-style{
	font-weight:normal;
	font-family:"Montserrat";
	color:#0096FF!important;
}
.carousel-image{
	border-style:solid;
	box-shadow:4px 4px 10px #797979;
	border-color:#005392!important;
	border-width:5px 5px 5px 5px;
}
.button-redpink{
	background-color:rgba(225,6,106,0.52);
	font-size:24px;
	position:relative;
	border-style:solid;
	border-color:rgba(0,0,0,0.50)!important;
	border-width:3px 3px 3px 3px;
}
.button-redpink:hover{
	background-color:#FF385B;
	font-family:"Montserrat";
	color:#E5E5E5!important;
}
.row-style{
	background-color:#FEFFFF;
}
.headings-flower-tables{
	font-weight:bold;
	color:#006CB7!important;
}
.headings-flower-tables:hover{
	font-weight:bold;
	color:#797979!important;
}
.flower-tables:hover{
	font-weight:normal;
	font-family:"Montserrat";
	font-size:18px;
	color:#424242!important;
}
.p-flower table text30-style:hover{
	font-weight:bold;
}
.recent-images{
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:20px 0px 0px 0px;
}
.recent-button{
	margin-bottom:10px;
	margin-top:0px;
	font-size:16px;
	background-color:#6B9CD9;
	box-shadow:4px 0px 7px #000000;
}
.recent-code-widget{
	box-shadow:2px 0px 7px #000000;
	font-family:"Montserrat";
	color:#000000!important;
	font-weight:normal;
	margin-bottom:10px;
}
.table-alpha-letters{
	font-size:32px;
	font-weight:bold;
	text-align:center;
	font-family:"Montserrat";
}
.button-whitegreen{
	background-color:#EAEAEA;
	font-size:24px;
	position:relative;
	border-style:solid;
	border-color:#000000!important;
	color:#494949!important;
	border-width:3px 3px 3px 3px;
}
.button-whitegreen:hover{
	background-color:#95C76D;
	font-family:"Montserrat";
	color:#EAEAEA!important;
}
.link-0-style:hover{
	color:#000000!important;
	font-family:"Montserrat";
}
.bloc-divider-b-fill{
	fill:#FEFFFF;
	height:150px;
}
.arrows{
	color:#008BED!important;
	border-color:#0432FF!important;
}
.button-yelloworange{
	color:#797979!important;
	background-color:#FFD478;
	font-size:24px;
	border-style:solid;
	border-color:#797979!important;
	border-width:3px 3px 3px 3px;
}
.button-yelloworange:hover{
	background-color:#FF9300;
	color:#EAEAEA!important;
}
.recent-column{
	margin-bottom:30px;
}
.conps-images{
	width:400px;
	padding-left:20px;
}
.conps-text{
	font-family:"Montserrat";
	font-size:18px;
}
.conps-caption{
	text-align:center;
	font-family:"Montserrat";
	font-size:24px;
	margin-bottom:5px;
}
.link-style{
	font-family:"Montserrat";
	color:#0069FF!important;
	font-weight:normal;
}
.link-style:hover{
	color:var(--swatch-var-5321)!important;
	font-weight:normal;
}
.banner-image{
	height:auto;
}
.flowers-by-color-column{
	width:300px;
	height:---------px;
}
.button-bluepurple{
	background-color:#7980FF;
	font-size:24px;
	position:relative;
	border-style:solid;
	border-color:#000000!important;
	color:#FEFFFF!important;
	border-width:3px 3px 3px 3px;
}
.button-bluepurple:hover{
	background-color:#9437FF;
	font-family:"Montserrat";
	color:#EAEAEA!important;
}
.overlay-title{
	font-family:"Montserrat";
	font-weight:normal;
	font-size:20px;
	color:#424242!important;
	text-shadow:1px 1px 2px #000000;
}
.site-search-style{
	border-style:solid;
	position:relative;
	font-family:"Montserrat";
	border-color:#6797D0!important;
	border-radius:10px 10px 10px 10px;
	border-width:1px 1px 1px 1px;
}
.p-bloc-1062-style{
	opacity:0.6;
}
.p-bloc-1423-style{
	opacity:0.9;
}
.recent-caption:hover{
	color:var(--swatch-var-5321)!important;
	font-weight:bold;
}
.overlay-btn{
	background-color:var(--swatch-var-7461);
	border-radius:8px 8px 8px 8px;
}
.overlay-btn:hover{
	background-color:#003582;
}
.p-bloc-36-style{
	opacity:0.1;
}
.thumbnail-style{
	width:270px;
	padding-left:5px;
	padding-right:5px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-389:rgba(99,99,99,0.70);
	
	--swatch-var-5664:#FFE100;
	
	--swatch-var-1828:rgba(0,0,0,0.70);
	
	--swatch-var-4196:#941100;
	
	--swatch-var-3649:rgba(255,190,0,0.50);
	
	--swatch-var-4645:rgba(0,150,255,0.16);
	
	--swatch-var-1400:#FF2600;
	
	--swatch-var-3379:rgba(214,214,214,1.00);
	
	--swatch-var-27:#11A5C5;
	
	--swatch-var-3877:rgba(255,255,255,1.0);
	
	--swatch-var-587:rgba(99,99,99,0.85);
	
	--swatch-var-7034:#D4D5D4;
	
	--swatch-var-122:#11A5C5;
	
	--swatch-var-4038:#6C9DD9;
	
	--swatch-var-3139:#0096FF;
	
	--swatch-var-5321:rgba(0,0,0,1.00);
	
	--swatch-var-7461:rgba(0,114,199,1.00);
	
	--swatch-var-650:rgba(255,255,255,1.00);
	
	--swatch-var-6336:#6C9DD9;
	
}



/* Text colour styles */

.tc-5664{
	color:var(--swatch-var-5664)!important;
}
.tc-4038{
	color:var(--swatch-var-4038)!important;
}
.tc-1828{
	color:var(--swatch-var-1828)!important;
}
.tc-587{
	color:var(--swatch-var-587)!important;
}

/* Link colour styles */

.ltc-3139{
	color:var(--swatch-var-3139)!important;
}
.ltc-3139:hover{
	color:#0063CC!important;
}

/* Bloc image backgrounds */

.bg--DSC7229-Edit-Edit-Edit-2520copy{
	background-image:url("http://www.lebsack.net/co/redpink/antennaria_rosea/_DSC7229-Edit-Edit-Edit%2520copy.jpg");
}
.bg-D81-2378{
	background-image:url("http://www.lebsack.net/co/bluepurple/penstemon-strictus%2520/D81_2378.jpg");
}
.bg-D82-6919-Edit{
	background-image:url("img/D82_6919-Edit.jpg");
	background-image: -webkit-image-set(url("img/D82_6919-Edit.webp") 1x,
url("img/D82_6919-Edit.webp") 2x);background-image: image-set(url("img/D82_6919-Edit.jpg") 1x,
url("img/D82_6919-Edit.jpg") 2x,url("img/D82_6919-Edit.webp") 1x,
url("img/D82_6919-Edit.webp") 2x);
}

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

/* 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);
}
.cocoen{
	box-sizing:border-box;
	cursor:pointer;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none}.cocoen *{
	box-sizing:inherit}.cocoen ::after,.cocoen ::before{
	box-sizing:inherit}.cocoen img,.cocoen picture>img{
	max-width:none}.cocoen>img,.cocoen>picture>img{
	display:block;
	width:100%}.cocoen>div:first-child,picture .cocoen > div{
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:50%}.cocoen-drag{
	background:#fff;
	bottom:0;
	cursor:ew-resize;
	left:50%;
	margin-left:-1px;
	position:absolute;
	top:0;
	width:2px}.cocoen-drag::before{
	content: "";
	height: 10%;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
	border-radius: 3px;
	background: white;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.mag-icon [data-blocs-search="true"]{
	  padding-left:30px;
}
.mag-icon::after{
	  content:"";
	  position: absolute;
	  display: block;
	  height: 20px;
	  width: 20px;
	  margin: auto 0 auto 8px;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==") no-repeat center center;
	  background-size: 20px;
}
.dark-search-theme [data-blocs-search="true"]{
	  background:rgba(0,0,0,.8);
	  color: rgba(255,255,255,.8);
}
.dark-search-theme.mag-icon::after{
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTUuODUzIDE2LjU2Yy0xLjY4MyAxLjUxNy0zLjkxMSAyLjQ0LTYuMzUzIDIuNDQtNS4yNDMgMC05LjUtNC4yNTctOS41LTkuNXM0LjI1Ny05LjUgOS41LTkuNSA5LjUgNC4yNTcgOS41IDkuNWMwIDIuNDQyLS45MjMgNC42Ny0yLjQ0IDYuMzUzbDcuNDQgNy40NC0uNzA3LjcwNy03LjQ0LTcuNDR6bS02LjM1My0xNS41NmM0LjY5MSAwIDguNSAzLjgwOSA4LjUgOC41cy0zLjgwOSA4LjUtOC41IDguNS04LjUtMy44MDktOC41LTguNSAzLjgwOS04LjUgOC41LTguNXoiLz48L3N2Zz4=") no-repeat center center;
	  background-size: 20px;
}
.blocs-search-results a:hover{
	background:rgba(0,0,0,.1);
}
.dark-results-theme .blocs-search-results{
	background: #212529;
}
.search-input-rounded [data-blocs-search="true"]{
	border-radius: 1.5rem;
}
.search-trans-fill [data-blocs-search="true"]{
	background:rgba(255,255,255,.5);
}
.search-trans-fill [data-blocs-search="true"]:focus{
	background:rgba(255,255,255,1);
}
.search-trans-fill.dark-search-theme [data-blocs-search="true"]{
	background:rgba(0,0,0,.5);
}
.search-trans-fill.dark-search-theme [data-blocs-search="true"]:focus{
	background:rgba(0,0,0,1);
}
.blocs-search-results{
	width:100%;
	max-height: 282px;
	overflow-y: scroll;
}
.blocs-search-results a{
	overflow: hidden;
	text-overflow: ellipsis;
}
.blocs-search-results a:focus{
	background:rgba(0,0,0,.15);
}
.dark-results-theme .blocs-search-results a:hover,.dark-results-theme .blocs-search-results a:focus{
	background:rgba(255,255,255,.1);
}
.dark-search-theme [data-blocs-search="true"]::placeholder {
	color: rgba(255,255,255,.3);
}
.blocs-search-results span{
	font-size: 13px;
}
.hide-search-results .blocs-search-results{
	display: none!important}

/* = 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: 991px){
	.img-bloc-3-style{
		width:300px;
	}
	.h4-bloc-36-style{
		font-family:"Montserrat";
		color:#FF0000!important;
	}
	.twb-image-overlay{
		margin:20px 20px 20px 20px;
		font-size:24px;
		font-weight:200;
	}
	.img-contest-entries{
		padding-top:0px;
		margin-bottom:30px;
	}
	.p1-style{
		width:auto;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.p-50-style{
		line-height:22px;
	}
	.navigation-link{
	}
	.navigation-link:hover{
	}
	.link-style-flower-tables:hover{
		font-family:"Montserrat";
	}
	.img-bloc-44-style{
		width:400px;
	}
	.image-caption{
		width:auto;
		font-size:16px;
		line-height:24px;
		text-align:center;
		margin:0px 0px 15px 0px;
	}
	.flowers-by-color-img{
		height:auto;
		width:300px;
	}
	.button-redpink{
		font-size:24px;
	}
	.recent-images{
		padding-top:20px;
		padding-bottom:0px;
		margin:30px 30px 0px 30px;
	}
	.button-whitegreen{
		font-size:24px;
	}
	.button-yelloworange{
		border-style:solid;
		border-color:#797979!important;
		color:#797979!important;
		border-width:2px 2px 2px 2px;
	}
	.recent-column{
		margin-bottom:30px;
	}
	.recent-code-widget{
		margin-left:40px;
		margin-right:40px;
	}
	.link-style:hover{
		font-family:"Montserrat";
	}
	.h1-style{
		font-size:96px;
	}
	.flowers-by-color-column{
		width:280px;
	}
	.banner-image{
		height:auto;
	}
	.button-bluepurple{
		font-size:24px;
	}
	.recent-caption{
	}
	.overlay-title{
		font-size:20px;
	}
	.h2-style{
		text-align:center;
		font-size:36px;
		font-weight:lighter;
	}
	.overlay-btn{
	}
	.overlay-title:hover{
	}
	.h3-style{
		font-size:28px;
		font-family:"Montserrat";
		font-weight:lighter;
	}
	.container-div-style{
		width:100%;
	}
	.arrows{
	}
	.thumbnail-org{
		margin-left:0px;
	}
	.thumbnail-style{
		width:400px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.text-center{
	}
	.h4-bloc-36-style{
		font-size:18px;
	}
	.link-style-flower-tables{
	}
	.img-contest-entries{
	}
	.p-50-style{
		line-height:24px;
	}
	.image-caption{
		text-align:center;
		margin-bottom:15px;
		width:auto;
	}
	.img-bloc-44-style{
		width:400px;
	}
	.flowers-by-color-img{
		width:243px;
		height:auto;
	}
	.co-header-h2{
		font-size:34px;
	}
	.button-redpink{
		font-size:20px;
	}
	.recent-code-widget{
		padding-bottom:0px;
	}
	.recent-images{
		padding-top:0px;
		margin:0px 0px 0px 0px;
	}
	.button-whitegreen{
		font-size:20px;
	}
	.lightbox-caption{
		margin-bottom:40px;
	}
	.button-yelloworange{
		font-size:20px;
		padding:5px 5px 5px 5px;
	}
	.button-whitegreen:hover{
		font-size:20px;
	}
	.h1-style{
		font-size:72px;
		bottom:100px;
	}
	.twb-image-overlay{
		margin:20px 20px 20px 20px;
		font-weight:normal;
	}
	.link-style{
	}
	.banner-image{
		height:auto;
	}
	.thumbnail-org{
		width:auto;
	}
	.flowers-by-color-column{
		width:243px;
	}
	.button-bluepurple{
		font-size:20px;
	}
	.button-bluepurple:hover{
		font-size:20px;
	}
	.bloc-divider-b-fill{
		height:50%;
	}
	.overlay-title{
		font-weight:lighter;
		font-size:22px;
		font-family:"Montserrat";
	}
	.h2-style{
		text-align:center;
		font-size:32px;
	}
	.headings-flower-tables{
		text-align:center;
	}
	.overlay-btn{
		font-weight:normal;
	}
	.conps-text{
		padding-bottom:20px;
	}
	.h3-style{
		font-weight:lighter;
	}
	.arrows{
	}
	
}

@media (max-width: 575px){
	.h1-style{
		font-weight:400;
		text-align:center;
		text-shadow:3px 3px 3px #000000;
		font-size:44px;
		bottom:100px;
	}
	.h3-style{
		font-size:20px;
		font-weight:lighter;
		font-family:"Montserrat";
	}
	.link-style-flower-tables{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.p-50-style{
		line-height:24px;
	}
	.p-20744-style{
		line-height:24px;
	}
	.image-caption{
		margin-bottom:15px;
	}
	.row-style{
		width:100%;
	}
	.flower-tables{
		overflow:scroll;
		width:auto;
		font-size:14px;
		margin:0px 0px 0px 0px;
	}
	.co-header-h2{
		font-size:24px;
	}
	.co-flower-header-h1{
		font-size:30px;
	}
	.button-redpink{
		font-size:18px;
	}
	.recent-images{
		margin:0px 0px 0px 0px;
	}
	.button-whitegreen{
		font-size:18px;
		padding:5px 5px 5px 5px;
	}
	.lightbox-caption{
		font-size:12px;
		margin-bottom:20px;
	}
	.flowers-by-color-img{
		width:400px;
		height:187px;
		margin:0px 0px 0px 0px;
	}
	.arrows{
	}
	.button-yelloworange{
		background-color:#FFD478;
		color:#797979!important;
		font-size:18px;
		padding:0px 0px 0px 0px;
		border-width:3px 3px 3px 3px;
	}
	.button-yelloworange:hover{
		background-color:#FF9300;
		padding:5px 5px 5px 5px;
	}
	.button-whitegreen:hover{
		font-size:18px;
	}
	.recent-code-widget{
		padding-bottom:0px;
		margin-bottom:20px;
		color:#000000!important;
		font-family:"Montserrat";
		margin-left:0px;
		margin-right:0px;
	}
	.recent-button:hover{
	}
	.conps-text{
		padding-bottom:20px;
	}
	.conps-images{
		padding:0px 0px 0px 0px;
	}
	.img-contest-entries{
		margin-bottom:10px;
	}
	.link-style{
	}
	.flower-tables:hover{
		width:auto;
		margin:0px 0px 0px 0px;
	}
	.img-bloc-44-style{
		width:400px;
	}
	.banner-image{
		position:relative;
		height:auto;
	}
	.button-bluepurple{
		font-size:18px;
		padding:5px 5px 5px 5px;
	}
	.button-bluepurple:hover{
		font-size:18px;
	}
	.bloc-divider-b-fill{
		height:108px;
	}
	.flowers-by-color-column{
		margin-left:0px;
		margin-right:0px;
		height:auto;
		width:300px;
	}
	.nav-dropdown-style{
		text-align:center;
	}
	.recent-caption{
		font-size:20px;
	}
	.h2-style{
		font-size:24px;
	}
	.h1-20175-style{
		font-size:36px;
		font-weight:300;
	}
	.overlay-title{
		font-size:18px;
		font-weight:normal;
	}
	.twb-image-overlay{
		width:280px;
		margin:0px 0px 0px 0px;
	}
	.conps-caption{
		font-size:18px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
}

