/*-----------------------------------------------------------------------------------
	79 Ranch
	About: A shiny new Blocs website.
	Author: Jessica How
	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;
	position:relative;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.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;
}


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

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* 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;
}
.voffset-lg{
	margin-top:80px;
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(254, 255, 255);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* 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;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

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

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

.btn-sq{
	border-radius: 0px;
}
.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-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

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

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

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}


/* = 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;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = 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;
}

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


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

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	background-image:url("img/79Ranch.jpg");
	background-image: -webkit-image-set(url("img/79Ranch.webp") 1x,
url("img/79Ranch.webp") 2x);background-image: image-set(url("img/79Ranch.jpg") 1x,
url("img/79Ranch.jpg") 2x,url("img/79Ranch.webp") 1x,
url("img/79Ranch.webp") 2x);
	background-image: -webkit-image-set(url("img/79Ranch.webp") 1x,
url("img/79Ranch.webp") 2x);background-image: image-set(url("img/79Ranch.jpg") 1x,
url("img/79Ranch.jpg") 2x,url("img/79Ranch.webp") 1x,
url("img/79Ranch.webp") 2x);
	background-size:length;
}
.icon-hero-margin-bottom{
	margin-bottom:28px;
}
.h4-style{
	font-family:"Oswald";
	font-weight:300;
}
.h1-style{
	font-family:"Lato";
	font-weight:900;
	font-size:100px;
}
.event-divider{
	width:128px;
	margin-top:28px;
	margin-bottom:28px;
	padding:1px 1px 1px 1px;
}
.event-speaker-panel{
	background-color:#FEFFFF;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:28px;
	padding:28px 28px 28px 28px;
}
.event-speaker-icon{
	color:#FEFFFF!important;
	margin-right:2px;
	margin-left:2px;
	width:50px;
	height:50px;
	padding-top:12px;
}
.event-section-title{
	font-family:"Lato";
	font-weight:700;
	font-size:40px;
	text-align:center;
}
.h2-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-2-style{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
}
.h3-style{
	font-family:"Lato";
	font-weight:700;
}
.p-style{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:18px;
}
.music-artist-card{
	background-color:rgba(0,0,0,0.3);
	margin-bottom:50px;
	padding-top:15px;
	padding-bottom:0px;
}
.music-icon-social{
	width:35px;
	color:#929292!important;
	text-shadow:0px 0px 30px rgba(255,255,255,0.2);
	font-size:28px;
}
.music-icon-social:hover{
	color:#FEFFFF!important;
	text-shadow:0px 0px 30px rgba(255,255,255,0.4);
}
.h1-2-style{
	font-family:"Lato";
	font-weight:900;
	font-size:60px;
}
.h4-2-style{
	font-family:"Oswald";
	font-weight:300;
	font-size:30px;
}
.entre-button-wire{
	background-color:transparent;
	color:#FFFFFF!important;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:1px;
	padding-right:14px;
	padding-left:14px;
	border-style:solid;
	border-color:#FFFFFF!important;
	font-family:"Lato";
	font-weight:400;
	border-radius:4px 4px 4px 4px;
	border-width:1px 1px 1px 1px;
}
.entre-button-wire:hover{
	background-color:#FFFFFF;
	color:#000000!important;
}
.entre-newsletter{
	max-width:350px;
	margin-right:auto;
	margin-left:auto;
}
.entre-newsletter-field{
	height:38px;
	text-align:center;
	font-family:"Lato";
	font-weight:400;
}
.entre-no-padding{
	padding:3px 3px 3px 3px;
}
.h2-3-style{
	font-family:"Oswald";
	font-weight:700;
}
.podcaster-wire-button{
	padding-right:28px;
	padding-left:28px;
	text-transform:none;
	font-size:16px;
	font-family:"Domine";
	line-height:26px;
	background-color:transparent;
	border-style:solid;
	border-color:#FEFFFF!important;
	color:#FEFFFF!important;
	border-width:1px 1px 1px 1px;
}
.podcaster-wire-button:hover{
	color:#FEFFFF!important;
	border-color:#000000!important;
	background-color:#000000;
}
.designer-twitter-icon{
	width:50px;
	color:#FEFFFF!important;
	background-color:#0096FF;
	height:50px;
	padding-top:11px;
	margin-top:-5px;
	margin-left:10px;
	padding-left:3px;
	border-radius:100px 100px 100px 100px;
}
.designer-twitter-icon:hover{
	background-color:#FEFFFF;
	color:#0096FF!important;
	box-shadow:0px 0px 14px rgba(255,251,0,0.3);
}
.designer-youtube-icon{
	width:50px;
	color:#FEFFFF!important;
	background-color:#FF2600;
	height:50px;
	padding-top:10px;
	margin-top:-5px;
	border-radius:100px 100px 100px 100px;
}
.designer-youtube-icon:hover{
	background-color:#FEFFFF;
	box-shadow:0px 0px 14px rgba(255,251,0,0.3);
	color:#FF2600!important;
}
.designer-bold{
	font-weight:900;
	font-family:"Lato";
}
.designer-wire-button{
	padding-right:28px;
	padding-left:28px;
	font-size:13px;
	text-transform:uppercase;
	line-height:25px;
	border-style:solid;
	background-color:transparent;
	border-width:1px 1px 1px 1px;
	stroke:#935100;
}
.designer-wire-button:hover{
	background-color:#FEFB00;
	border-style:solid;
	color:#000000!important;
	box-shadow:0px 0px 14px rgba(255,251,0,0.3);
	border-width:1px 1px 1px 1px;
}
.h1-3-style{
	font-family:"Teko";
	font-weight:700;
	font-size:70px;
	line-height:100px;
}
.agency-icon-margin-bottom{
	margin-bottom:22px;
}
.agency-button{
	text-transform:uppercase;
	font-size:25px;
	font-family:"Lato";
	font-weight:700;
	line-height:23px;
	padding-right:28px;
	padding-left:28px;
	background-color:rgba(255,217,102,0.51);
	color:#FEFFFF!important;
	letter-spacing:0.03em;
}
.agency-button:hover{
	background-color:#FEFFFF;
}
.h2-33783-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-bloc-4-style{
	font-family:"Lato";
	font-weight:300;
	font-size:25px;
}
.h3-5-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.h3-2024-fee-1-000-style{
	font-family:"Lato";
	font-weight:900;
	font-size:40px;
}
.h4-bloc-4-style{
	font-family:"Lato";
	font-weight:300;
}
.const-button{
	font-family:"Teko";
	font-weight:500;
	text-transform:uppercase;
	background-color:#FFD60A;
	color:#000000!important;
	padding-right:28px;
	padding-left:28px;
	padding-top:12px;
	border-width:0px 0px 0px 0px;
}
.const-button:hover{
	color:#FEFFFF!important;
	background-color:#000000;
	border-width:0px 0px 0px 0px;
}
.const-footer-logo{
	background-color:#FFD60A;
	font-family:"Teko";
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
	padding-top:20px;
	padding-bottom:14px;
	color:#000000!important;
	margin-bottom:28px;
	background-size:length;
	max-width:228px;
}
.const-footer-link{
	color:#FEFFFF!important;
}
.const-footer-link:hover{
	color:#FFD60A!important;
}
.const-footer-form{
	background-color:transparent;
	border-style:solid;
	border-color:rgba(255,255,255,0.28)!important;
	font-size:14px;
	color:#FEFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.const-footer-form:hover{
	border-color:#FFD60A!important;
	background-color:transparent;
}
.const-footer-form:active{
	background-color:transparent;
}
.img-79ran-style{
	width:246px;
}
.h3-the-79-ranch-style{
	font-family:"Lato";
	font-weight:900;
}
.link-style{
	text-decoration:none;
}
.link-our-services-style{
	text-decoration:none;
}
.link-our-projects-style{
	text-decoration:none;
}
.link-latest-news-style{
	text-decoration:none;
}
.link-0-style{
	text-decoration:none;
}
.hospital-record-icon{
	font-size:60px;
}
.hospital-text-shadow{
	text-shadow:0px 2px 15px rgba(0,0,0,0.2);
}
.h4-performance-style{
	font-family:"Lato";
	font-weight:900;
	font-size:50px;
}
.event-gallery{
	padding:0px 0px 0px 0px;
}
.april-hero-title{
	font-size:128px;
	text-transform:uppercase;
	font-family:"Open Sans";
	font-weight:800;
	line-height:128px;
	text-shadow:2px -1px 3px rgba(0,0,0,0.50);
}
.april-button{
	background-color:#005392;
	text-transform:uppercase;
	font-family:"Quicksand";
	font-weight:700;
	font-size:16px;
	line-height:32px;
	letter-spacing:0.03rem;
	padding-right:28px;
	padding-left:28px;
	box-shadow:0px 0px 28px rgba(0,0,0,0.20);
	color:#FFFFFF!important;
	border-width:0px 0px 0px 0px;
}
.april-button:hover{
	box-shadow:0px 2px 40px rgba(0,0,0,0.28);
	background:linear-gradient(90deg, #005392 0%, #007DDC 100%);
	color:#FFFFFF!important;
}
.entre-button{
	color:#FFFFFF!important;
	background:linear-gradient(90deg, #0066CC 0%, #0041A6 100%);
	font-size:18px;
	text-transform:capitalize;
	font-weight:700;
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	border-width:0px 0px 0px 0px;
}
.entre-button:hover{
	background:linear-gradient(270deg, #0066CC 0%, #0041A6 100%);
	color:#FFFFFF!important;
	box-shadow:0px 2px 14px rgba(0,0,0,0.14);
}
.bloc-divider-b-bloc-16-fill{
	fill:#F8F8F8;
	height:300px;
}
.event-logo{
	width:200px;
	border-color:#FEFFFF!important;
	border-style:solid;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Lato";
	font-weight:900;
	letter-spacing:7px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	border-width:3px 3px 3px 3px;
}
.event-hero-button{
	background-color:#FEFFFF;
	color:#000000!important;
	text-transform:uppercase;
	font-size:14px;
	font-family:"Lato";
	font-weight:700;
	padding-right:28px;
	padding-left:28px;
	letter-spacing:0.03em;
	margin-bottom:15px;
	border-style:solid;
	border-color:#FEFFFF!important;
	line-height:38px;
	border-width:2px 2px 2px 2px;
}
.event-hero-button:hover{
	background-color:transparent;
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	line-height:38px;
	letter-spacing:0.03em;
	border-style:solid;
	border-color:#FEFFFF!important;
	padding-right:28px;
	padding-left:28px;
	box-shadow:0px 0px 10px rgba(255,255,255,0.3);
	border-width:2px 2px 2px 2px;
}
.p-bloc-8-style{
	font-family:"Lato";
	font-weight:700;
	letter-spacing:0px;
	font-size:20px;
	width:96.94%;
}
.h1-bloc-8-style{
	font-size:16px;
}
.row-style{
	width:100%;
}
.factory-bold{
	font-weight:bold;
}
.factory-small-text{
	font-size:14px;
}
.factory-blue-line{
	border-style:solid;
	padding-left:10px;
	border-color:#0065CC!important;
	border-width:0px 0px 0px 7px;
}
.factory-about-stat{
	font-size:50px;
	font-weight:bold;
}
.factory-about-div{
	background-color:#0065CC;
	color:#FEFFFF!important;
	padding:28px 28px 28px 28px;
}
.bloc-divider-b-style{
	height:400px;
	fill:#000000;
}
.const-stat-number{
	font-size:60px;
	font-family:"Teko";
	font-weight:500;
	line-height:60px;
	margin-top:28px;
}
.const-2nd-column{
	margin-top:100px;
}
.freelancer-black-button{
	background-color:#000000;
	font-family:"PT Serif";
	color:#FEFFFF!important;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	line-height:22px;
	padding-right:28px;
	padding-left:28px;
	border-width:0px 0px 0px 0px;
}
.freelancer-black-button:hover{
	background-color:#424242;
}
.freelancer-padding{
	margin-right:auto;
	margin-left:auto;
	width:90vw;
	border-width:0px 0px 0px 0px;
}
.freelancer-services{
	margin-bottom:80px;
}
.music-tickets-button{
	font-family:"Oswald";
	text-transform:uppercase;
	font-size:16px;
	line-height:24px;
	border-style:solid;
	border-color:#C0C0C0!important;
	color:#FEFFFF!important;
	background-color:rgba(0,0,0,0.3);
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.music-tickets-button:hover{
	border-color:#FEFFFF!important;
	color:#000000!important;
	background-color:#FEFFFF;
}
.hotel-button{
	color:#FFFFFF!important;
	background-color:#935100;
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	line-height:28px;
	border-width:0px 0px 0px 0px;
}
.hotel-button:hover{
	background:linear-gradient(270deg, #521B92  0%, #812AE3 98%);
}
.img-style{
	height:130px;
}
.h1-who-we-are-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-our-story-style{
	font-family:"Lato";
	font-weight:900;
}
.p-bloc-10-style{
	width:100%;
	font-size:18px;
}
.p-bloc-11-style{
	font-family:"Vollkorn";
	font-size:50px;
}
.h1-future-events-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-waco-warm-up-3-style{
	font-size:27px;
}
.church-responsive-bloc-padding{
	padding-top:80px;
	padding-bottom:80px;
}
.church-button{
	font-family:"Source Sans Pro";
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	letter-spacing:0.03em;
	font-weight:bold;
	padding-right:28px;
	padding-left:28px;
}
.p-27-style{
	font-size:90px;
}
.h1-7-style{
	font-size:35px;
}
.h3-26-style{
	font-size:27px;
	width:100%;
}
.img-16-style{
	width:448px;
}
.card-body-style{
	width:100%;
}
.concert-hero-h1{
	font-size:80px;
	font-family:"Oswald";
}
.kitchen-image-shadow{
	text-shadow:0px 0px 0px #000000;
	box-shadow:6px -4px 30px rgba(0,0,0,0.1);
}
.kitchen-blog-post-title{
	font-family:"Lato";
	font-weight:700;
	color:#000000!important;
}
.kitchen-blog-post-title:hover{
	color:#FF7F7F!important;
}
.kitchen-wire-button{
	font-family:"Lato";
	font-weight:400;
	color:#FF7F7F!important;
	background-color:transparent;
	border-style:solid;
	border-color:#FF7F7F!important;
	font-size:16px;
	text-transform:none;
	line-height:24px;
	padding-right:28px;
	padding-left:28px;
	border-width:1px 1px 1px 1px;
}
.kitchen-wire-button:hover{
	color:#000000!important;
	border-color:#000000!important;
	background-color:transparent;
}
.kitchen-post{
	padding:28px 28px 28px 28px;
}
.kitchen-gradient-background{
	background:linear-gradient(0deg, #F8F8F8, #FEFFFF);
}
.flower-card{
	padding-top:100px;
	padding-bottom:100px;
	background:linear-gradient(0deg, #FEFFFF, #FFFFFF);
}
.flower-card:hover{
	background:linear-gradient(0deg, rgba(232,10,102,0.0), rgba(231,9,101,0.5));
}
.flower-button{
	background-color:#E70965;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	padding-right:28px;
	padding-left:28px;
	line-height:24px;
	color:#FEFFFF!important;
	box-shadow:0px 0px 28px rgba(255,255,255,0.3);
}
.flower-button:hover{
	background-color:#D3075C;
}
.flower-product-title{
	font-weight:bold;
	color:#212121!important;
}
.flower-price{
	font-size:28px;
	color:#E70965!important;
	font-weight:bold;
}
.hotel-room-price{
	background-color:#521B92;
	color:#FEFFFF!important;
	font-family:"Open Sans Condensed";
	font-weight:700;
	padding-top:10px;
	padding-bottom:10px;
	max-width:180px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-42px;
	background:linear-gradient(180deg, #935100 42%, #FFFFFF 100%);
}
.hotel-rooms-card{
	padding-top:10px;
	margin-bottom:28px;
	margin-top:28px;
}
.hotel-rooms-card:hover{
	padding-top:0px;
	margin-bottom:38px;
}
.hotel-rooms-card-shadow{
	box-shadow:4px 8px 30px rgba(0,0,0,0.10);
}
.hotel-rooms-card-shadow:hover{
	box-shadow:3px 7px 30px rgba(0,0,0,0.20);
}
.h2-4-style{
	font-family:"Oswald";
	font-weight:700;
	font-size:50px;
}
.h3-12-style{
	font-size:25px;
	font-family:"Oswald";
}
.img-untitled-style{
	width:175px;
	height:239px;
}
.img-14-style{
	height:239px;
}
.h3-13-style{
	font-family:"Oswald";
}
.h3-signature-room-style{
	font-family:"Oswald";
}
.designer-hero-logo img{
	height:44px;
}
.fitness-button{
	padding-right:28px;
	padding-left:28px;
	background-color:#935100;
	font-family:"Lato";
	font-weight:700;
	font-size:13px;
	text-transform:uppercase;
	line-height:23px;
	letter-spacing:0.03em;
	color:#FEFFFF!important;
}
.fitness-button:hover{
	background-color:#BB2100;
	font-family:"Lato";
	font-weight:700;
	font-size:13px;
	line-height:23px;
	color:#FEFFFF!important;
}
.h1-10-style{
	font-family:"Lato";
	font-weight:900;
}
.april-page-title{
	font-family:"Quicksand";
	font-weight:300;
	text-transform:uppercase;
	font-size:70px;
	line-height:70px;
	letter-spacing:5px;
}
.april-contact{
	max-width:850px;
	margin-right:auto;
	margin-left:auto;
	padding:80px 80px 80px 80px;
}
.april-form-column{
	max-width:550px;
	margin-right:auto;
	margin-left:auto;
}
.h5-style{
	width:100%;
	font-size:19px;
}
.p-35-style{
	font-size:50px;
}
.p-36-style{
	font-size:37px;
	width:100%;
}
.p-37-style{
	font-size:30px;
}
.p-38-style{
	font-size:50px;
}
.h4-bloc-8-style{
	font-size:16px;
}
.company-point-color{
	color:#FF9000!important;
}
.company-side-icon-padding{
	padding:0px 0px 0px 0px;
}
.company-side-icon-padding:hover{
	;
}
.h2-guarantees-style{
	font-family:"Oswald";
	font-size:60px;
}
.shopping-button{
	background-color:#005392;
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-right:28px;
	padding-left:28px;
	line-height:24px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.20);
	color:#FEFFFF!important;
	border-width:0px 0px 0px 0px;
}
.shopping-button:hover{
	background-color:#006ABB;
	box-shadow:0px 5px 28px rgba(0,0,0,0.28);
}
.shopping-email-newsletter{
	height:42px;
	margin-top:-1px;
}
.shopping-form{
	max-width:360px;
	margin-right:auto;
	margin-left:auto;
}
.h2-6-style{
	font-family:"Lato";
	font-weight:900;
}
.ramen-white-button{
	background-color:#FEFFFF;
	color:#000000!important;
	font-family:"Teko";
	font-weight:500;
	letter-spacing:0.03em;
	padding-top:12px;
	padding-right:20px;
	padding-left:20px;
	border-width:0px 0px 0px 0px;
}
.ramen-white-button:hover{
	color:#000000!important;
	background-color:rgba(255,255,255,0.80);
}
.ramen-white-button:active{
	color:#000000!important;
}
.ramen-custom-form{
	border-width:0px 0px 0px 0px;
}
.h1-pedigree-style{
	font-family:"Lato";
	font-weight:900;
	font-size:70px;
}
.h3-bloc-9-style{
	font-family:"Lato";
	font-weight:300;
	font-size:16px;
}
.h3-16-style{
	font-family:Helvetica;
	font-weight:300;
	font-size:16px;
}
.winter-menu-button{
	color:#FEFFFF!important;
	background-color:#000000;
	min-width:100px;
	text-align:center;
}
.winter-menu-button:hover{
	background-color:#FEFFFF;
}
.winter-black-button{
	text-transform:uppercase;
	font-size:14px;
	line-height:28px;
	font-family:"Lato";
	font-weight:700;
	letter-spacing:0.03rem;
	padding-right:28px;
	padding-left:28px;
	background-color:#000000;
}
.winter-black-button:hover{
	background-color:#424242;
}
.h1-6-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-bloc-13-style{
	font-family:"Open Sans";
	font-weight:600;
	width:100%;
	font-size:20px;
}
.h1-offspring-style{
	font-family:"Oswald";
	font-weight:700;
	font-size:200px;
	width:100%;
}
.stretched-link{
	font-family:"Teko";
	font-weight:500;
}
.const-capital-subtitle{
	text-transform:uppercase;
	font-family:"Teko";
	font-weight:300;
	letter-spacing:1px;
}
.const-project-bg-1{
	background-image:url("img/construction-project-4.jpg");
	background-image: -webkit-image-set(url("img/construction-project-4.webp") 1x,
url("img/construction-project-4.webp") 2x);background-image: image-set(url("img/construction-project-4.jpg") 1x,
url("img/construction-project-4.jpg") 2x,url("img/construction-project-4.webp") 1x,
url("img/construction-project-4.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.kitchen-category-image{
	width:100%;
	border-style:none;
	box-shadow:0px 0px 30px rgba(0,0,0,0.1);
	border-width:0px 0px 0px 0px;
}
.kitchen-category-image:hover{
	box-shadow:0px 0px 30px rgba(0,0,0,0.2);
}
.kitchen-category-button{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	height:300px;
	margin-top:-325px;
	padding-top:250px;
	background:linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.0));
	width:100%;
	border-width:0px 0px 0px 0px;
}
.kitchen-category-button:hover{
	background:linear-gradient(0deg, #000000, rgba(0,0,0,0.0));
}
.h2-5-style{
	font-family:"Pt Sans Narrow";
	font-size:45px;
	line-height:0px;
	font-weight:700;
}
.h4-7-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h3-guarantees-style{
	font-family:"Oswald";
	font-size:100px;
}
.p-5-style{
	font-size:50px;
	line-height:30px;
}
.p-4-style{
	font-size:40px;
	line-height:30px;
}
.img-mrjlo-style{
	height:120px;
}
.img-bloc-3-style{
	height:226px;
}
.img-stallions-comp-style{
	width:894px;
}
.img-bloc-16-style{
	width:407px;
	height:306px;
}
.h4-bloc-16-style{
	font-family:"Open Sans";
	font-weight:600;
}
.p-45-style{
	font-size:80px;
	font-family:"Oswald";
}
.h2-14-style{
	font-family:"Oswald";
	font-weight:500;
	font-size:40px;
}
.h4-18-style{
	font-family:"Lato";
	font-weight:300;
}
.designer-section-title{
	font-size:45px;
	line-height:53px;
	font-family:"Lato";
	font-weight:900;
}
.designer-section-title:hover{
	;
}
.designer-about-bottom{
	margin-bottom:50px;
}
.link-12532-style{
	text-decoration:none;
}
.h4-19-style{
	font-family:"Oswald";
	line-height:0px;
	font-weight:300;
	font-size:26px;
}
.p-46-style{
	font-family:"Pt Sans Narrow";
	font-weight:700;
	font-size:24px;
	line-height:24px;
}
.h3-fiestaware-style{
	line-height:0px;
}
.hotel-services-icon{
	margin-bottom:10px;
}
.hotel-services-amenities{
	background-color:rgba(0,0,0,0.50);
	padding-top:28px;
	padding-bottom:28px;
	border-style:solid;
	border-color:rgba(0,0,0,0.00)!important;
	margin-top:20px;
}
.h2-fiestaware-style{
	font-family:"Lato";
	font-weight:900;
}
.h5-2-style{
	font-size:22px;
}
.img-60-style{
	width:228px;
}
.img-61-style{
	width:257px;
}
.h4-20-style{
	font-family:"Oswald";
}
.h4-21-style{
	font-family:"Oswald";
}
.restaurant-hero-logo{
	width:696px;
}
.restaurant-hero-title{
	font-family:"Oleo Script";
	font-weight:100;
}
.restaurant-button{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	line-height:22px;
	padding-left:28px;
	padding-right:28px;
	background-color:#941100;
	color:#FEFFFF!important;
}
.restaurant-button:hover{
	background-color:#7F0E00;
}
.h4-22-style{
	font-family:"Oswald";
}
.p-49-style{
	font-family:"Lato";
	font-weight:700;
}
.p-50-style{
	font-family:"Lato";
	font-weight:300;
}
.h4-23-style{
	font-family:"Pacifico";
	font-size:18px;
}
.h4-the-79-ranch-style{
	font-family:"Oswald";
	font-size:16px;
}
.p-10-style{
	font-size:24px;
}
.p-12-style{
	font-size:24px;
}
.p-14-style{
	font-size:24px;
}
.p-16-style{
	font-size:24px;
}
.divider-background-color{
	background-color:transparent;
}
.divider-bloc-4-background-color{
	background-color:transparent;
}
.img-photocomingso-style{
	width:179px;
}
.h4-bloc-10-style{
	font-family:"Open Sans Condensed";
	font-weight:300;
}
.concert-hero-h3{
	font-family:"Pt Sans Narrow";
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2869:#000000;
	
	--swatch-var-2863:#010101;
	
	--swatch-var-6364:#FEFFFF;
	
	--swatch-var-973:#424242;
	
	--swatch-var-1052:#F2F2F2;
	
	--swatch-var-2178:#212121;
	
	--swatch-var-4282:#897528;
	
	--swatch-var-5092:#0066CC;
	
	--swatch-var-2923:#FBFBFB;
	
	--swatch-var-7415:#202020;
	
	--swatch-var-3855:#FFD966;
	
	--swatch-var-5877:#F8F8F8;
	
	--swatch-var-2807:#A9A9A9;
	
	--swatch-var-2017:#282828;
	
	--swatch-var-7901:#8975F2;
	
	--swatch-var-3438:#FFD60A;
	
	--swatch-var-5621:#935100;
	
	--swatch-var-4608:#468DFF;
	
	--swatch-var-4272:rgba(255,255,255,0.498039);
	
	--swatch-var-1381:#FF8080;
	
	--swatch-var-386:#171717;
	
	--swatch-var-4792:#444444;
	
	--swatch-var-7820:#521B92;
	
	--swatch-var-5276:#00B6FF;
	
	--swatch-var-5863:#151515;
	
	--swatch-var-2809:rgba(255,255,255,0.85);
	
	--swatch-var-4586:#FF9000;
	
	--swatch-var-7772:#0A0A0A;
	
	--swatch-var-4036:#FEFFFF;
	
	--swatch-var-6570:#EAEAEA;
	
	--swatch-var-3783:#FEFB00;
	
}


/* Background colour styles */

.bgc-2863{
	background-color:var(--swatch-var-2863);
}
.bgc-7415{
	background-color:var(--swatch-var-7415);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-7772{
	background-color:var(--swatch-var-7772);
}
.bgc-6364{
	background-color:var(--swatch-var-6364);
}
.bgc-5877{
	background-color:var(--swatch-var-5877);
}
.bgc-5863{
	background-color:var(--swatch-var-5863);
}
.bgc-2809{
	background-color:var(--swatch-var-2809);
}

/* Text colour styles */

.tc-1052{
	color:var(--swatch-var-1052)!important;
}
.tc-4282{
	color:var(--swatch-var-4282)!important;
}
.tc-2923{
	color:var(--swatch-var-2923)!important;
}
.tc-6364{
	color:var(--swatch-var-6364)!important;
}
.tc-3438{
	color:var(--swatch-var-3438)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-5092{
	color:var(--swatch-var-5092)!important;
}
.tc-973{
	color:var(--swatch-var-973)!important;
}
.tc-2863{
	color:var(--swatch-var-2863)!important;
}
.tc-6570{
	color:var(--swatch-var-6570)!important;
}
.tc-4036{
	color:var(--swatch-var-4036)!important;
}
.tc-4272{
	color:var(--swatch-var-4272)!important;
}
.tc-4792{
	color:var(--swatch-var-4792)!important;
}
.tc-5621{
	color:var(--swatch-var-5621)!important;
}
.tc-5877{
	color:var(--swatch-var-5877)!important;
}
.tc-2178{
	color:var(--swatch-var-2178)!important;
}
.tc-5863{
	color:var(--swatch-var-5863)!important;
}
.tc-2807{
	color:var(--swatch-var-2807)!important;
}

/* Button colour styles */

.btn-c-5621{
	background:var(--swatch-var-5621);
	color:#FFFFFF!important;
}
.btn-c-5621:hover{
	background:#601E00!important;
	color:#FFFFFF!important;
}
.btn-c-4282{
	background:var(--swatch-var-4282);
	color:#FFFFFF!important;
}
.btn-c-4282:hover{
	background:#564200!important;
	color:#FFFFFF!important;
}
.wire-btn-c-6364{
	color:var(--swatch-var-6364)!important;
	border-color:var(--swatch-var-6364)!important;
}
.wire-btn-c-5621{
	color:var(--swatch-var-5621)!important;
	border-color:var(--swatch-var-5621)!important;
}

/* Link colour styles */

.ltc-1052{
	color:var(--swatch-var-1052)!important;
}
.ltc-1052:hover{
	color:#BFBFBF!important;
}

/* Icon colour styles */

.icon-6364{
	color:var(--swatch-var-6364)!important;
	border-color:var(--swatch-var-6364)!important;
}
.icon-3438{
	color:var(--swatch-var-3438)!important;
	border-color:var(--swatch-var-3438)!important;
}
.icon-2869{
	color:var(--swatch-var-2869)!important;
	border-color:var(--swatch-var-2869)!important;
}
.icon-5092{
	color:var(--swatch-var-5092)!important;
	border-color:var(--swatch-var-5092)!important;
}
.icon-4282{
	color:var(--swatch-var-4282)!important;
	border-color:var(--swatch-var-4282)!important;
}

/* Bloc image backgrounds */

.bg--G9A3304-Edit{
	background-image:url("img/hr%20special%20lil%20whiz%204.JPG");
	background-image: -webkit-image-set(url("img/hr%20special%20lil%20whiz%204.webp") 1x,
url("img/hr%20special%20lil%20whiz%204.webp") 2x);background-image: image-set(url("img/hr%20special%20lil%20whiz%204.JPG") 1x,
url("img/hr%20special%20lil%20whiz%204.JPG") 2x,url("img/hr%20special%20lil%20whiz%204.webp") 1x,
url("img/hr%20special%20lil%20whiz%204.webp") 2x);
}
.bg-79Ranch{
	background-image:url("img/79Ranch.jpg");
	background-image: -webkit-image-set(url("img/79Ranch.webp") 1x,
url("img/79Ranch.webp") 2x);background-image: image-set(url("img/79Ranch.jpg") 1x,
url("img/79Ranch.jpg") 2x,url("img/79Ranch.webp") 1x,
url("img/79Ranch.webp") 2x);
	background-image: -webkit-image-set(url("img/79Ranch.webp") 1x,
url("img/79Ranch.webp") 2x);background-image: image-set(url("img/79Ranch.jpg") 1x,
url("img/79Ranch.jpg") 2x,url("img/79Ranch.webp") 1x,
url("img/79Ranch.webp") 2x);
}
.bg--G9A3261-Edit{
	background-image:url("img/hr%20special%20lil%20whiz%206.JPG");
	background-image: -webkit-image-set(url("img/hr%20special%20lil%20whiz%206.webp") 1x,
url("img/hr%20special%20lil%20whiz%206.webp") 2x);background-image: image-set(url("img/hr%20special%20lil%20whiz%206.JPG") 1x,
url("img/hr%20special%20lil%20whiz%206.JPG") 2x,url("img/hr%20special%20lil%20whiz%206.webp") 1x,
url("img/hr%20special%20lil%20whiz%206.webp") 2x);
}
.bg--G9A4968-Edit{
	background-image:url("img/jeanne-tom-twister-3.jpg");
	background-image: -webkit-image-set(url("img/jeanne-tom-twister-3.webp") 1x,
url("img/jeanne-tom-twister-3.webp") 2x);background-image: image-set(url("img/jeanne-tom-twister-3.jpg") 1x,
url("img/jeanne-tom-twister-3.jpg") 2x,url("img/jeanne-tom-twister-3.webp") 1x,
url("img/jeanne-tom-twister-3.webp") 2x);
}
.bg--G9A4737-Edit{
	background-image:url("img/jeanne-tom%203.jpg");
	background-image: -webkit-image-set(url("img/jeanne-tom%203.webp") 1x,
url("img/jeanne-tom%203.webp") 2x);background-image: image-set(url("img/jeanne-tom%203.jpg") 1x,
url("img/jeanne-tom%203.jpg") 2x,url("img/jeanne-tom%203.webp") 1x,
url("img/jeanne-tom%203.webp") 2x);
}
.bg--G9A4912-Edit{
	background-image:url("img/jeanne-tom-twister-11.jpg");
	background-image: -webkit-image-set(url("img/jeanne-tom-twister-11.webp") 1x,
url("img/jeanne-tom-twister-11.webp") 2x);background-image: image-set(url("img/jeanne-tom-twister-11.jpg") 1x,
url("img/jeanne-tom-twister-11.jpg") 2x,url("img/jeanne-tom-twister-11.webp") 1x,
url("img/jeanne-tom-twister-11.webp") 2x);
}
.bg--G9A4799-Edit{
	background-image:url("img/Jeanne-tom-mrj-7.jpg");
	background-image: -webkit-image-set(url("img/Jeanne-tom-mrj-7.webp") 1x,
url("img/Jeanne-tom-mrj-7.webp") 2x);background-image: image-set(url("img/Jeanne-tom-mrj-7.jpg") 1x,
url("img/Jeanne-tom-mrj-7.jpg") 2x,url("img/Jeanne-tom-mrj-7.webp") 1x,
url("img/Jeanne-tom-mrj-7.webp") 2x);
}
.bg--G9A4952-20-281-29{
	background-image:url("img/jeanne-tom-twister-6.jpg");
	background-image: -webkit-image-set(url("img/jeanne-tom-twister-6.webp") 1x,
url("img/jeanne-tom-twister-6.webp") 2x);background-image: image-set(url("img/jeanne-tom-twister-6.jpg") 1x,
url("img/jeanne-tom-twister-6.jpg") 2x,url("img/jeanne-tom-twister-6.webp") 1x,
url("img/jeanne-tom-twister-6.webp") 2x);
}
.bg--G9A4861-Edit-Edit{
	background-image:url("img/Jeanne-tom-mrj-3.jpg");
	background-image: -webkit-image-set(url("img/Jeanne-tom-mrj-3.webp") 1x,
url("img/Jeanne-tom-mrj-3.webp") 2x);background-image: image-set(url("img/Jeanne-tom-mrj-3.jpg") 1x,
url("img/Jeanne-tom-mrj-3.jpg") 2x,url("img/Jeanne-tom-mrj-3.webp") 1x,
url("img/Jeanne-tom-mrj-3.webp") 2x);
}
.bg--G9A5083-Edit-Edit-Edit-Edit{
	background-image:url("img/royal%20blue%20gun%20w%20logo%202.jpg");
}
.bg--G9A4754{
	background-image:url("img/Jeanne-tom-mrj-9.jpg");
	background-image: -webkit-image-set(url("img/Jeanne-tom-mrj-9.webp") 1x,
url("img/Jeanne-tom-mrj-9.webp") 2x);background-image: image-set(url("img/Jeanne-tom-mrj-9.jpg") 1x,
url("img/Jeanne-tom-mrj-9.jpg") 2x,url("img/Jeanne-tom-mrj-9.webp") 1x,
url("img/Jeanne-tom-mrj-9.webp") 2x);
}
.bg--G9A4994{
	background-image:url("img/jeanne-tom-twister-2.jpg");
	background-image: -webkit-image-set(url("img/jeanne-tom-twister-2.webp") 1x,
url("img/jeanne-tom-twister-2.webp") 2x);background-image: image-set(url("img/jeanne-tom-twister-2.jpg") 1x,
url("img/jeanne-tom-twister-2.jpg") 2x,url("img/jeanne-tom-twister-2.webp") 1x,
url("img/jeanne-tom-twister-2.webp") 2x);
}
.bg--G9A3362-Edit{
	background-image:url("img/hr%20special%20lil%20whiz%202.JPG");
	background-image: -webkit-image-set(url("img/hr%20special%20lil%20whiz%202.webp") 1x,
url("img/hr%20special%20lil%20whiz%202.webp") 2x);background-image: image-set(url("img/hr%20special%20lil%20whiz%202.JPG") 1x,
url("img/hr%20special%20lil%20whiz%202.JPG") 2x,url("img/hr%20special%20lil%20whiz%202.webp") 1x,
url("img/hr%20special%20lil%20whiz%202.webp") 2x);
}
.bg--G9A5194-Edit-Edit{
	background-image:url("img/royal%20blue%20gun%204.jpg");
}
.bg-image2-1{
	background-image:url("img/metalshighcat2.jpeg");
	background-image: -webkit-image-set(url("img/metalshighcat2.webp") 1x,
url("img/metalshighcat2.webp") 2x);background-image: image-set(url("img/metalshighcat2.jpeg") 1x,
url("img/metalshighcat2.jpeg") 2x,url("img/metalshighcat2.webp") 1x,
url("img/metalshighcat2.webp") 2x);
}
.bg-image1{
	background-image:url("img/metalshighcat3.jpeg");
	background-image: -webkit-image-set(url("img/metalshighcat3.webp") 1x,
url("img/metalshighcat3.webp") 2x);background-image: image-set(url("img/metalshighcat3.jpeg") 1x,
url("img/metalshighcat3.jpeg") 2x,url("img/metalshighcat3.webp") 1x,
url("img/metalshighcat3.webp") 2x);
}
.bg-image1-1{
	background-image:url("img/metalshighcat5.jpeg");
	background-image: -webkit-image-set(url("img/metalshighcat5.webp") 1x,
url("img/metalshighcat5.webp") 2x);background-image: image-set(url("img/metalshighcat5.jpeg") 1x,
url("img/metalshighcat5.jpeg") 2x,url("img/metalshighcat5.webp") 1x,
url("img/metalshighcat5.webp") 2x);
}
.bg-metalshighcat4{
	background-image:url("img/metalshighcat4.jpeg");
	background-image: -webkit-image-set(url("img/metalshighcat4.webp") 1x,
url("img/metalshighcat4.webp") 2x);background-image: image-set(url("img/metalshighcat4.jpeg") 1x,
url("img/metalshighcat4.jpeg") 2x,url("img/metalshighcat4.webp") 1x,
url("img/metalshighcat4.webp") 2x);
}
.bg-hr-20special-20lil-20whiz-203-1{
	background-image:url("img/hr%20special%20lil%20whiz%203-1.JPG");
	background-image: -webkit-image-set(url("img/hr%20special%20lil%20whiz%203-1.webp") 1x,
url("img/hr%20special%20lil%20whiz%203-1.webp") 2x);background-image: image-set(url("img/hr%20special%20lil%20whiz%203-1.JPG") 1x,
url("img/hr%20special%20lil%20whiz%203-1.JPG") 2x,url("img/hr%20special%20lil%20whiz%203-1.webp") 1x,
url("img/hr%20special%20lil%20whiz%203-1.webp") 2x);
}



/* = 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){
	.event-section-title{
		font-size:35px;
	}
	.music-icon-social{
		font-size:25px;
		width:35px;
	}
	.designer-twitter-icon{
		color:#FEFFFF!important;
		background-color:#0096FF;
	}
	.designer-twitter-icon:hover{
		color:#0096FF!important;
		box-shadow:0px 0px 14px rgba(255,251,0,0.3);
		background-color:#FEFFFF;
	}
	.designer-youtube-icon:hover{
		background-color:#FEFFFF;
		color:#FF2600!important;
		box-shadow:0px 0px 14px rgba(255,251,0,0.3);
	}
	.april-hero-title{
		font-size:100px;
		line-height:100px;
	}
	.factory-about-div{
		margin-bottom:28px;
	}
	.const-stat-column{
		margin-top:50px;
		margin-bottom:50px;
	}
	.church-responsive-bloc-padding{
		padding-top:50px;
		padding-bottom:50px;
	}
	.concert-hero-h1{
		font-size:60px;
	}
	.concert-hero-h3{
		font-size:20px;
	}
	.flower-card{
		padding-top:80px;
		padding-bottom:80px;
	}
	.april-page-title{
		font-size:60px;
		line-height:60px;
		letter-spacing:3px;
	}
	.april-contact{
		max-width:85%;
		padding:50px 50px 50px 50px;
	}
	.winter-menu-button{
		margin-top:0px;
	}
	.designer-section-title{
		font-size:40px;
		line-height:48px;
	}
	.hotel-services-amenities{
		padding-top:14px;
		padding-bottom:14px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
		.voffset-md-md{
		margin-top:50px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	.event-section-title{
		font-size:30px;
	}
	.music-artist-card{
		padding:0px 5px 0px 5px;
	}
	.music-artist-card:hover{
		;
	}
	.music-icon-social{
		width:30px;
		font-size:23px;
	}
	.designer-twitter-icon{
		margin-top:10px;
		margin-bottom:3px;
		padding-left:3px;
		margin-left:0px;
	}
	.designer-youtube-icon{
		margin-top:3px;
		margin-bottom:3px;
	}
	.april-hero-title{
		font-size:80px;
		line-height:80px;
	}
	.music-tickets-button{
		margin-top:20px;
	}
	.church-responsive-bloc-padding{
		padding-top:30px;
		padding-bottom:30px;
	}
	.concert-hero-h1{
		font-size:40px;
	}
	.kitchen-image-shadow{
		margin-bottom:28px;
	}
	.kitchen-post{
		padding:14px 14px 14px 14px;
	}
	.flower-card{
		padding-top:70px;
		padding-bottom:70px;
	}
	.april-page-title{
		font-size:50px;
		line-height:60px;
		letter-spacing:2px;
	}
	.april-contact{
		max-width:100%;
		margin-bottom:100px;
		padding:30px 30px 30px 30px;
	}
	.winter-menu-button{
		margin-top:10px;
	}
	.menu-icon-stroke{
		stroke:transparent!important;
		fill:transparent!important;
	}
	.menu-icon-bloc-0-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.kitchen-category-button{
		height:230px;
		padding-top:180px;
		margin-top:-255px;
	}
	.designer-section-title{
		font-size:35px;
		line-height:43px;
	}
	.hotel-services-amenities{
		padding-top:28px;
		padding-bottom:28px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-md-sm{
		margin-top:50px;
	}
		.voffset-lg-sm{
		margin-top:80px;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.event-section-title{
		font-size:28px;
		text-align:center;
	}
	.music-artist-card{
		margin-bottom:28px;
		padding-top:10px;
		padding-bottom:0px;
		max-width:300px;
		margin-right:auto;
		margin-left:auto;
	}
	.music-icon-social{
		width:35px;
	}
	.designer-twitter-icon{
		margin-top:10px;
		margin-bottom:3px;
	}
	.designer-youtube-icon{
		margin-top:3px;
		margin-bottom:3px;
	}
	.designer-bold{
	}
	.designer-wire-button{
	}
	.april-hero-title{
		font-size:60px;
		line-height:60px;
	}
	.april-small-padding{
		padding-right:5px;
		padding-left:5px;
	}
	.music-tickets-button{
		margin-top:5px;
	}
	.music-event-list{
		margin-bottom:15px;
	}
	.church-responsive-bloc-padding{
		padding-top:10px;
		padding-bottom:10px;
	}
	.flower-card{
		padding-top:50px;
		padding-bottom:50px;
	}
	.april-page-title{
		font-size:45px;
		line-height:55px;
		letter-spacing:1px;
	}
	.april-contact{
		padding:15px 15px 15px 15px;
	}
	.kitchen-category-button{
		height:250px;
		padding-top:200px;
		margin-top:-275px;
	}
	.designer-section-title{
		font-size:30px;
		line-height:38px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
		.voffset-md-xs{
		margin-top:50px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

