/*----------------------------------------------------------------------------------- Texas Wildbuds About: A collection Texas 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 */ /* 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; } /* = 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; } /* Flip Edge Divider */ .bloc-divider-flip-x svg{ transform:scale(-1,1); } .bloc-divider-flip-y svg{ transform:scale(1,-1); } .bloc-divider-flip-x.bloc-divider-flip-y svg{ transform:scale(-1,-1); } /* 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); } :where(.d-bloc) .bloc-link{ fill: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); } :where(.l-bloc) .bloc-link{ fill: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); } /* Correct Dropdown Links */ .d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{ color:initial; } /* Row Margin Offsets */ .voffset{ margin-top:30px; } /* = 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; fill:#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; } .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-controls svg{ transform:scale(0.8); transition:transform .30s ease,background .50s ease; } .carousel-nav-controls:hover svg{ transform:scale(1.0); } .carousel-nav-controls:active svg{ transform:scale(0.9); } .carousel-caption{ left:6%; right:6%; } .carousel-item:not(:has(> img, > picture, > a)) .carousel-caption { position: relative; transform: none; width: 80%; left:10%; right:10%; top:0; bottom:0; padding-top: 0; margin-bottom: 20px; z-index:0; color: #000000; } .carousel-nav-icon{ fill: none; stroke: #fff; stroke-width: 3px; fill-rule: evenodd; stroke-linecap:round; } .hide-indicators{ display:none; } [data-bs-theme="dark"] .carousel-nav-icon{ stroke: #000; } [data-bs-theme="dark"] .carousel-indicators [data-target] { background-color:#000; } /* 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:140px; letter-spacing:12px; font-weight:300; text-shadow:8px 6px 3px #000000; opacity:1.0; color:var(--swatch-var-27)!important; text-align:center; } .h4-style{ font-family:"Montserrat"; font-weight:normal; font-size:24px; text-align:center; } .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:28px; text-align:center; float:none; color:#FEFFFF!important; background-size:auto auto; display:none; width:auto; background-color:transparent; text-shadow:1px 2px 4px #000000; margin:0px 0px 40px 0px; padding:5px 5px 5px 5px; } .h1-20175-style{ font-family:Montserrat; font-weight:bold; font-size:40px; text-align:center; } .link-style{ text-decoration:none; font-family:"Montserrat"; font-weight:bold; color:#0096FF!important; width:100%; } .h4-yellow-orange-style{ font-family:Montserrat; } .h4-red-pink-style{ font-family:Montserrat; } .h4-blue-purple-style{ font-family:Montserrat; } .h4-white-green-style{ font-family:Montserrat; } .mt-1{ margin:0px 0px 0px 0px; padding:6px 0px 0px 0px; } .p-48-style{ font-family:Montserrat; line-height:12px; } .p-20744-style{ font-family:Montserrat; } .p-49-style{ line-height:12px; font-family:Montserrat; } .p-50-style{ line-height:12px; font-family:Montserrat; } .p-51-style{ line-height:12px; font-family:Montserrat; } .p-52-style{ font-family:Montserrat; line-height:12px; } .img-style{ width:auto; height:auto; } .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:center; font-size:18px; line-height:28px; margin-bottom:20px; } .navigation-link{ font-family:"Montserrat"; font-weight:bold; text-align:center; font-size:18px; color:#0096FF!important; margin-left:8px; margin-right:8px; } .navigation-link:hover{ color:#000000!important; font-family:"Montserrat"; font-weight:bold; } .img-sm-style{ font-family:"Montserrat"; width:220px; height:150px; text-align:center; line-height:10px; font-size:20px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; } .link-npsot-website-style{ font-weight:bold; font-family:"Montserrat"; color:#0096FF!important; } .h2-style{ font-family:"Montserrat"; font-size:38px; font-weight:normal; color:#424242!important; } .h3-style{ font-size:32px; text-shadow:1.62px 1.18px 2px #919191; color:#424242!important; font-weight:lighter; } .bloc-style{ font-family:Montserrat; opacity:1.0; } .img-sm-style:hover{ font-size:20px; } .h4-bloc-36-style{ font-family:"Montserrat"; color:#D50000!important; font-weight:bold; } .img-bloc-3-style{ width:400px; margin-bottom:10px; } .button-wildflowers{ background-color:#0096FF; font-family:"Montserrat"; } .link-npsot-website-style:hover{ font-family:"Montserrat"; color:#000000!important; } .link-style:hover{ color:#000000!important; } .txwb-box-style{ background:linear-gradient(45deg, #929292 0%, #FFFFFF 43%); box-shadow:5px 5px 10px #5E5E5E; } .image-overlay-msxs{ font-family:"Montserrat"; } .twb-image-overlay{ margin:5px 5px 5px 5px; } .p-33-style{ width:100%; } .flower-tables{ width:auto; font-weight:normal; font-family:"Montserrat"; color:#424242!important; border-style:_popUpItemAction:; font-size:18px; } .flower-tables:hover{ font-weight:normal; font-family:"Montserrat"; font-size:18px; color:#424242!important; } .nav-dropdown-style{ font-family:"Montserrat"; color:#006CB7!important; font-weight:normal; text-align:center; } .nav-dropdown-style:hover{ font-family:"Montserrat"; font-weight:normal; color:#000000!important; } .link-bloc-1-style{ font-weight:bold; text-align:right; } .headings-flower-tables{ font-weight:bold; color:#006CB7!important; } .headings-flower-tables:hover{ font-weight:bold; color:#797979!important; } .table-alpha-letters{ font-size:32px; font-weight:bold; text-align:center; font-family:"Montserrat"; } .banner-image{ height:auto; } .link-common-name-style{ font-weight:bold; } .recent-images-copper breaks{ padding-bottom:0px; padding-right:0px; padding-left:0px; margin-left:0px; margin-right:0px; margin-bottom: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; } .recent-column{ margin-bottom:30px; } .thumbnail-style{ width:270px; padding-left:5px; padding-right:5px; } .button-yelloworange{ background-color:#F3CC42; color:#000000!important; font-family:"Montserrat"; border-style:solid; border-color:#000000!important; } .button-yelloworange:hover{ background-color:#FF9300; color:#FEFFFF!important; } .row-style{ justify-content:center; } .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; } .flowers-by-color-img{ width:250px; height:auto; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; opacity:0.8; } .flowers-by-color-column{ width:300px; height:---------px; } .arrows{ margin-left:20px; margin-right:20px; } .co-flower-header-h1{ color:#5E5E5E!important; font-family:"Montserrat"; font-size:48px; font-style:italic; } .co-header-h2{ font-family:"Montserrat"; color:#919191!important; font-size:40px; } .p-bloc-101-style{ opacity:1.0; } .bloc-divider-b-style{ height:100px; fill:#FEFFFF; } .button-redpink{ background-color:#FF2600; font-size:20px; } .button-redpink:hover{ background-color:#FF89D8; } .button-bluepurple{ background-color:#0096FF; font-size:20px; position:relative; border-style:solid; border-color:#000000!important; color:#FEFFFF!important; border-width:3px 3px 3px 3px; } .button-bluepurple:hover{ background-color:#521B92; font-family:"Montserrat"; font-size:20px; color:#FEFFFF!important; } .lightbox-size{ height:1200px; } .bloc-divider-b-fill{ fill:#FEFFFF; height:150px; } .site-search-style{ border-style:solid; position:relative; font-family:"Montserrat"; border-color:#6797D0!important; border-radius:15px 15px 15px 15px; border-width:2px 2px 2px 2px; padding:5px 5px 5px 5px; box-shadow:1.62px 1.18px 3px #797979; } .row-bloc-36-style{ width:100%; } .button-whitegreen{ background-color:#EAEAEA; font-size:20px; position:relative; border-style:solid; border-color:#000000!important; color:#000000!important; border-width:3px 3px 3px 3px; } .button-whitegreen:hover{ background-color:#4E8F00; font-family:"Montserrat"; color:#FEFFFF!important; } .img-d81-61-style{ opacity:0.6; } .icon-style{ opacity:0.6; } .p-5569-style{ font-size:24px; } .p-5561-style{ font-size:20px; } .text-box-style{ background-color:var(--swatch-var-5664); border-width:3px 3px 3px 3px; border-radius:10px 10px 10px 10px; border-style:solid; border-color:var(--swatch-var-27)!important; color:#4F4F4F!important; font-weight:400; background:linear-gradient(90deg, #FFD478 0%, #FEFFFF 51%); padding-top:5px; padding-right:5px; padding-left:5px; } .html-widget-style{ opacity:0.1; color:#000000!important; font-weight:normal; font-family:"Montserrat"; } .carrousel-caption{ position:relative; top:40px; } .text-span-style{ font-weight:bold; font-style:italic; } .p-bloc-5-style{ width:92.17%; } .overlay-btn{ background-color:#0073C9; border-radius:8px 8px 8px 8px; } .overlay-btn:hover{ background-color:#012D97; } .img-bloc-13-style{ width:600px; padding-bottom:40px; } .img-img-13-style{ width:600px; } .winners{ background-color:var(--swatch-var-6169); border-width:2px 2px 2px 2px; border-color:var(--swatch-var-27)!important; margin:0px 0px 0px 0px; border-style:solid; border-radius:4px 4px 4px 4px; } .link-winner-style{ font-weight:bold; } .link-0-style{ font-weight:bold; } .npsot{ margin-top:10px; margin-bottom:10px; padding-left:5px; padding-right:5px; padding-top:5px; border-width:2px 2px 2px 2px; border-radius:4px 4px 4px 4px; border-style:solid; border-color:var(--swatch-var-27)!important; } .home-page-banner{ font-family:"Permanent Marker"; font-size:40px; font-weight:normal; color:var(--swatch-var-27)!important; } .img-d81-7229-ed-style{ width:328px; height:219px; } .img-d81-7062-ed-style{ width:328px; height:219px; } .img-d81-7029-ed-style{ width:328px; height:219px; } .img-d81-6973-ed-style{ width:328px; height:219px; } .link-bloc-2370-style{ width:328px; height:219px; } .img-d81-7302-ed-style{ width:328px; height:219px; } .img-bloc-2370-style{ height:219px; } .img-d81-6948-ed-style{ width:328px; height:219px; } .img-d81-7101-ed-style{ width:328px; height:219px; } .img-d81-7250-edit-style{ width:328px; height:219px; } .img-d81-7118-ed-style{ width:328px; height:219px; } .img-d81-7153-ed-style{ width:328px; height:219px; } .img-d81-7196-ed-style{ width:328px; height:219px; } .img-d81-7283-ed-style{ width:328px; height:219px; } .img-d81-7336-ed-style{ width:328px; height:219px; } .img-d81-7180-ed-style{ width:328px; height:219px; } .img-d81-6997-ed-style{ width:328px; height:219px; } .img-5723-style{ width:328px; height:219px; } .img-d81-7208-ed-style{ width:328px; height:219px; } .img-d81-7090-ed-style{ width:328px; height:219px; } .img-d81-7320-ed-style{ width:328px; height:219px; } .img-d81-7131-ed-style{ width:328px; height:219px; } .img-d81-7257-ed-style{ width:328px; height:219px; } .text-span-bloc-5-style{ font-style:italic; } .button-fungus{ background-color:#EAEAEA; font-size:20px; position:relative; border-style:solid; border-color:#000000!important; color:#000000!important; border-width:3px 3px 3px 3px; } .button-fungus:hover{ background-color:#D39D5F; font-family:"Montserrat"; color:#000000!important; } .h5-style{ opacity:1.0; } .list-item{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; } .list-style{ opacity:1.0; } .row-bloc-2379-style{ width:100%; } .button-grasses{ background-color:#EAEAEA; font-size:20px; position:relative; border-style:solid; border-color:#000000!important; color:#000000!important; border-width:3px 3px 3px 3px; } .button-grasses:hover{ background-color:#4E8F43; font-family:"Montserrat"; color:#FEFFFF!important; } .media-award{ border-width:0px 0px 0px 0px; border-color:#005392!important; box-shadow:7.07px 7.07px 9px #797979; padding:0px 0px 0px 0px; margin-bottom:10px; width:400px; } .p-style{ opacity:0.6; } .p-bloc-1055-style{ opacity:0.7; } .bloc-fill{ fill:transparent; } .bloc-bloc-0-fill{ fill:#FFFFFF; } /* = Colour -------------------------------------------------------------- */ /* Swatch Variables */ :root{ --swatch-var-5664:rgba(255,243,156,1.00); --swatch-var-4645:rgba(0,150,255,0.16); --swatch-var-27:rgba(0,150,255,1.00); --swatch-var-587:rgba(99,99,99,0.85); --swatch-var-6169:rgba(185,229,255,0.54); --swatch-var-3710:#D4D5D4; --swatch-var-6526:rgba(118,214,255,1.00); --swatch-var-394:rgba(255,255,255,1.00); } /* Text colour styles */ .tc-587{ color:var(--swatch-var-587)!important; } /* Link colour styles */ .ltc-27{ color:var(--swatch-var-27)!important; fill:var(--swatch-var-27); } .ltc-27:hover{ color:#0063CC!important; fill:var(--swatch-var-27); } /* Bloc image backgrounds */ .bg-IMG-1176-Edit{ background-image:url("http://www.lebsack.net/tx/home-page/IMG_1176-Edit.jpg"); } .bg-D85-3058-1{ background-image:url("http://www.lebsack.net/tx/yelloworange/trixis-inula/D85_3058-1.jpg"); } .bg-D85-4827{ background-image:url("http://www.lebsack.net/tx/white/smilax-bona-nox/D85_4827.jpg"); } .bg-D85-5158-Edit{ background-image:url("http://www.lebsack.net/tx/white/toxicodendron-radicans/D85_5158-Edit.jpg"); } .bg-D85-6550-Edit-1{ background-image:url("http://www.lebsack.net/tx/white/phoradendron-leucarpum/D85_6550-Edit-1.jpg"); } .bg-D85-3885-Edit{ background-image:url("http://www.lebsack.net/tx/redpink/indigofera-spicata/D85_3885-Edit.jpg"); } .bg-D85-3833{ background-image:url("http://www.lebsack.net/tx/yelloworange/argemone-aenea/D85_3833.jpg"); } .bg-D85-3971-Edit{ background-image:url("http://www.lebsack.net/tx/white/lantana-velutina/D85_3971-Edit.jpg"); } /* = 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;} .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;} .link-with-icon.text-sm-center{justify-content: center;} .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;} } @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;} .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;} .link-with-icon.text-md-center{justify-content: center;} .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;} } @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;} .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;} .link-with-icon.text-lg-center{justify-content: center;} .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;} } /* = 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){ .mt-md-0{ } .mt-md-4{ } .img-sm-style{ margin-bottom:20px; } .img-bloc-3-style{ width:400px; padding-top:30px; } .h4-bloc-36-style{ font-family:"Montserrat"; color:#FF0000!important; } .image-overlay-md{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; } .twb-image-overlay{ margin-bottom:10px; margin-right:0px; margin-left:0px; } .h1-style{ font-size:110px; } .navigation-link{ } .navigation-link:hover{ } .banner-image{ height:auto; } .p1-style{ width:auto; margin:0px 0px 0px 0px; padding-right:0px; padding-bottom:0px; padding-left:0px; } .recent-images-copper breaks{ padding-top:20px; padding-bottom:0px; margin:30px 30px 0px 30px; } .recent-code-widget{ margin-left:40px; margin-right:40px; } .recent-column{ margin-bottom:30px; } .link-style:hover{ font-family:"Montserrat"; } .thumbnail-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; } .flowers-by-color-column{ width:280px; } .thumbnail-org{ margin-left:0px; } .arrows{ } .container-div-style{ width:100%; } .button-bluepurple{ font-size:24px; } .button-whitegreen{ font-size:24px; } .lightbox-caption{ font-size:22px; font-weight:bold; } .img-bloc-13-style{ width:400px; } .mt-1{ } .mt-lg-0{ } .npsot{ } .button-fungus{ font-size:24px; } .button-grasses{ font-size:24px; } /* MD Row Margin Offsets */ .voffset-clear-md{ margin-top:0; } } @media (max-width: 767px){ .text-center{ } .img-sm-style{ width:223px; margin-left:20px; padding-bottom:50px; margin-top:50px; } .h4-bloc-36-style{ font-size:18px; } .link-style{ } .image-overlay-size-ms-xs{ width:100%; } .image-overlay-msxs{ width:100%; padding-bottom:10px; } .twb-image-overlay{ margin-left:0px; margin-right:0px; margin-bottom:5px; } .h1-style{ font-size:84px; position:relative; text-shadow:4.79px 3.61px 3px #000000; } .banner-image{ height:auto; } .recent-images-copper breaks{ padding-top:0px; margin:0px 0px 0px 0px; } .recent-code-widget{ padding-bottom:0px; } .image-caption{ text-align:center; margin-bottom:15px; width:auto; } .flowers-by-color-img{ width:340px; height:auto; } .flowers-by-color-column{ width:280px; } .arrows{ } .button-bluepurple{ font-size:20px; } .button-bluepurple:hover{ font-size:20px; } .bloc-divider-b-fill{ height:50%; } .button-whitegreen{ font-size:20px; } .button-whitegreen:hover{ font-size:20px; } .img-bloc-3-style{ width:400px; } .lightbox-caption{ font-size:18px; margin-bottom:20px; } .home-page-banner{ height:1200px; } .npsot{ margin:10px 10px 10px 10px; } .button-fungus{ font-size:20px; } .button-fungus:hover{ font-size:20px; } .button-grasses{ font-size:20px; } .button-grasses:hover{ font-size:20px; } } @media (max-width: 575px){ .mt-1{ } .h1-style{ font-weight:400; text-align:center; font-size:44px; text-shadow:2.40px 1.81px 3px #000000; } .h4-style{ font-size:18px; letter-spacing:0px; } .img-sm-style{ margin-left:30px; padding-bottom:20px; padding-top:20px; margin-top:20px; font-size:20px; line-height:10px; } .h3-style{ font-size:28px; } .link-style{ } .image-overlay-msxs{ padding-top:20px; text-align:center; font-weight:normal; font-size:10px; } .image-overlay-rows{ height:auto; width:auto; } .button-wildflowers{ line-height:38px; font-size:24px; margin:10px 10px 10px 10px; padding:0px 0px 0px 0px; } .twb-image-overlay{ margin-right:0px; margin-left:0px; } .flower-tables{ overflow:scroll; width:auto; font-size:14px; margin:0px 0px 0px 0px; } .flower-tables:hover{ width:auto; margin:0px 0px 0px 0px; } .banner-image{ position:relative; height:auto; } .recent-images-copper breaks{ margin:0px 0px 0px 0px; } .recent-button:hover{ } .recent-code-widget{ padding-bottom:0px; margin-bottom:20px; color:#000000!important; font-family:"Montserrat"; margin-left:0px; margin-right:0px; } .image-caption{ margin-bottom:15px; } .flowers-by-color-img{ margin-bottom:0px; } .button-bluepurple{ font-size:18px; padding:5px 5px 5px 5px; } .button-bluepurple:hover{ font-size:18px; } .bloc-divider-b-fill{ height:108px; } .nav-dropdown-style{ text-align:center; } .img-bloc-3-style{ font-size:9px; text-align:center; font-family:"Montserrat"; margin-bottom:5px; } .lightbox-1-caption{ font-size:14px; font-family:"Montserrat"; } .gallery-2{ font-size:24px; } .button-whitegreen{ font-size:18px; padding:5px 5px 5px 5px; } .button-whitegreen:hover{ font-size:18px; } .co-flower-header-h1{ font-size:40px; } .co-header-h2{ font-size:28px; } .lightbox-caption{ font-size:12px; font-weight:bold; } .carrousel-caption{ font-size:14px; } .home-page-banner{ height:1200px; } .npsot{ } .button-fungus{ font-size:18px; padding:5px 5px 5px 5px; } .button-fungus:hover{ font-size:18px; } .button-grasses{ font-size:18px; padding:5px 5px 5px 5px; } .button-grasses:hover{ font-size:18px; } .recent-images-copperbreaks{ } /* Mobile Row Margin Offsets */ .voffset-xs{ margin-top:30px; } }