/*
Theme Name: CYSY Framework 3
Description: Framework created for quick and easy wordpress assembly for each project.
Author: CYSY Development Staff
Version: 3.0
Tags: Florida Wordpress Developers, Real Estate Wordpress Developers, Wordpress Web Designers
*/


/* ---------------------------------------------- CSS RESETS
-------------------------------------------------------------- */
/* CYSY Framework 3 Copyright (c) 2012-2013 - CYber SYtes, Inc. All Rights Reserved */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  	background: transparent;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-weight: normal;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; padding:0 0 20px 0; }
input, select { vertical-align:middle; }

/* End of Reset CSS */

input:invalid, textarea:invalid {
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {  }

/* By default the selection color is pink */
::-moz-selection{ background: #468ab1; color:#fff; text-shadow: none; }
::selection { background:#468ab1; color:#fff; text-shadow: none; }
.ie7 img { -ms-interpolation-mode: bicubic; }



ul, ol, p {
	padding: 0 0 20px 0;
}

ul, ol {
	list-style: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

img, a img {
border:0;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Float Definitions -----------------------------------------------------------*/

.clear {
	clear:both;
} 

.right {
	float: right;
} 

.left {
	float: left;
}

.alignright {
	float: right;
	margin: 0 0 7px 15px;

}
.alignleft {
	float: left;
	margin: 0 15px 7px 0;
}

img.left, img.alignleft, .floated {
	float: left;
	margin: 0 30px 12px 0;
}

.floated {
	clear: both;
}

.page-id-25 h2 {
	clear: both;
}

img.right, img.alignright {
	float: right;
	margin: 0 0 12px 30px;
}

img.alignnone {
	display: block;
}

.post img.aligncenter, .attachment img.aligncenter, img.aligncenter {
	display:block;
	margin: 0 auto;
	text-align: center;
}

.nopad {
	padding: 0px !important;
}

.nomargin {
	margin: 0px !important;
}

.noborder {
	border: none !important;
}

.noshadow {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}





/*
    // ========================================== \\
   ||                                              ||
   ||               BASE CSS STYLES                  ||
   ||                                              ||
    \\ ========================================== //
*/

body{
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 28px;
	color: #221f1f;
	/*min-width: 1130px;*/
}

a {
	color: #a71c23;
	text-decoration: none;
}

a:hover {
	color: #4d9730;
}

strong {
	font-weight: bold;
	color: #000;
}

em {
	font-style: italic;
	font-weight: 300;
}



/*
    // ========================================== \\
   ||                                              ||
   ||               HEADER                   ||
   ||                                              ||
    \\ ========================================== //
*/

.notice {
    background-color: #fcf8e3;
    padding: 2%;
    text-align: center;
    margin-bottom: 1%;
    font-family: 'Californian FB';
    font-size: 24px;
    line-height: 38px;
}

.notice p {
    padding-left: 2%;
    padding-right: 2%;
}

header {
	position: relative;
	background: #fff;
	height: 110px;
	z-index: 5;
}

header .logo {
	position: absolute;
	left: 2%;
	top: 93px;
	width: ;
	height: ;
	display: block;
}

header .logo img {
	width: 100%;
	max-width: 240px;
	height: auto;
}

header .logo span {
	display: none;
}

header .contact_bar {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}

header .cart {
	float: right;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding: 0 20px 0 50px;
	background: url(images/cart.png) 20px 10px no-repeat #53b82b;
}

header .cart:hover {
	background-color: #a71c23;
}

header .contact_button {
	float: right;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding: 0 20px;
	background: #221f1f;
}

header .contact_button:hover {
	background-color: #a71c23;
}

.contact_bar ul {
	padding: 0;
	display: inline;
}

.contact_bar ul li {
	display: inline;
}

.contact_bar ul li a {
	float: right;
	display: block;
	width: 55px;
	height: 39px;
	background: url(images/facebook.png) 0px 0px no-repeat;
	margin-top: 5px;
	margin-right: 10px;
}

.contact_bar ul li a span {
	display: none;
}

.contact_bar ul li a.twitter {
	background-image: url(images/twitter.png);
}

.contact_bar ul li a:hover {
	opacity: .6;
}

header nav {
	float: right;
	text-align: right;
	width: 90%;
	margin-top: 20px;
    padding-left: 220px;
}

header nav ul {
	padding: 0;
	display: block;
}

header nav ul li {
	display: inline;
}

header nav ul li a {
	font-family: 'Californian FB';
	font-size: 24px;
	line-height: 38px;
	height: 38px;
	border-right: 1px solid #c8b7b7;
	color: #221f1f;
	text-transform: uppercase;
	padding: 0 25px;
	display: inline-block;
}

header nav ul li:last-child a {
	border-right: none;
}

header nav ul li a:hover {
	background: #a71c23;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



/*
    // ========================================== \\
   ||                                              ||
   ||                 SLIDESHOw                     ||
   ||                                              ||
    \\ ========================================== //
*/

.slideshow {
	position: relative;
	display: block;
}

.page-id-481 .slideshow {
    margin-bottom: 200px;
}


.slideshow img {
	display: block;
	width: 100%;
	height: auto;
}

.slideshow .top_swoop, .slideshow .bot_swoop {
	position: absolute;
	top: 0px;
	left: 0px;
}

.slideshow .bot_swoop {
	top: auto;
	bottom: 0px;
}

.slideshow .top_swoop img, .slideshow .bot_swoop {
	display: block;
	width: 100%;
	height: auto;
}


/*
    // ========================================== \\
   ||                                              ||
   ||                      MAIN                    ||
   ||                                              ||
    \\ ========================================== //
*/

.main {
	position: relative;
	width: 100%;
	background: #fff;
}

.main .content {
	width: 70%;
	float: left;
	padding: 30px 3% 10px 3%;
}

.main .content_wide {
	float: none;
	width: 100%;
}

.main .content a {
	font-weight: bold;
}

.main h1 {
	font-family: 'Aguafina Script';
	font-size: 80px;
	line-height: 1.6em;
	color: #98242a;
	font-weight: 300;
	display: block;
	position: relative;
}

.home .main h1 {
	padding-top: 25px;
	font-size: 133px;
}

.main h1 small {
	font-family: 'Californian FB';
	font-size: 34px;
	line-height: 34px;
	color: #221f1f;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 0px;
	left: 90px;
}

.main h3, .main h2 {
	font-family: 'Californian FB';
	font-size: 34px;
	line-height: 40px;
	color: #4d9730;
	text-transform: uppercase;
	display: block;
	padding-bottom: 20px;
}

.main ul li {
	padding: 0 0 5px 30px;
	background: url(images/li.png) 0px 6px no-repeat;
}

.more_link {
	font-weight: 300;
	font-family: 'Aguafina Script';
	font-size: 41px;
	line-height: 41px;
	color: #98242a;
	display: inline-block;
	padding-right: 60px;
	background: url(images/hand.png) top right no-repeat;
	background-size: 20%;
	padding-bottom: 20px;
}

.home .more_link {
	background-size: 13%;
}

#metaslider_container_33 {
    padding-top: 26px;
}


/*
    // ========================================== \\
   ||                                              ||
   ||                     ASIDE                    ||
   ||                                              ||
    \\ ========================================== //
*/


aside {
	float: right;
	width: 30%;
	padding: 70px 2% 10px 2%;
	background: #f9efdd;
	position: relative;
}

.page-id-481 aside {
    margin-top: 200px;
}

aside img {
	max-width: 100%;
}

aside .order_now {
	display: block;
	width: 505px;
	height: 343px;
	background: url(images/ordernow_bg.png) top left no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -300px;
	padding-top: 40px;
}

.order_now strong {
	font-family: 'Aguafina Script';
	font-size: 133px;
	line-height: 133px;
	color: #fff;
	text-shadow: 5px 1px #221f1f;
	font-weight: 300;
	display: block;
}

.order_now:hover strong {
	color: #fbff81;
}

.order_now span {
	font-family: 'Aguafina Script';
	font-size: 47px;
	line-height: 55px;
	color: #fff;
	font-weight: 300;
	margin-left: 60px;
	margin-right: 10px;
	display: block;
}

.order_now:hover span {
	color: #8bfb5f;
}

.order_now span em {
	display: block;
	float: right;
	margin-right: 120px;
	margin-top: -5px;
}

.banner_link {
	margin-bottom: 30px;
	display: block;
}

.banner_link:hover {
	opacity: .6;
}

/*
    // ========================================== \\
   ||                                              ||
   ||               FOOTER                  ||
   ||                                              ||
    \\ ========================================== //
*/

footer {
	padding: 40px 4%;
	background: url(images/footer_bg.jpg) top left no-repeat;
	background-size: cover;
	color: #fff;
}

footer .left, footer .right {
	width: 50%;
	float: left !important;
}

footer .column_small, footer .column_big {
	width: 33%;
	float: left;
	text-shadow: 0px 0px 10px #000, 0px 2px 30px #000, 0px 2px 50px #000;
}

footer .column_big {
	width: 66%;
}

footer .column_big {
	width: 66%;
}

footer h2 {
	font-family: 'Aguafina Script';
	font-size: 73px;
	line-height: 73px;
	color: #fff;
	font-weight: 300;
	padding-bottom: 30px;
}

footer ul li {
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 5px 30px;
	background: url(images/li.png) 0px 6px no-repeat;
}

footer ul li a {
	color: #fff;
}

footer ul li a:hover {
	color: #9eed7f;
}

.disclaimer a {
	color: #fff;
}

.disclaimer a:hover {
	color: #9eed7f;
}

.disclaimer {
	font-size: 15px;
	line-height: 19px;
	text-align: left;
	padding-top: 20px;
}

footer .footer_map {
	position: relative;
	width: 100%;
	display: block;
}

.footer_map strong {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 43px;
	font-size: 18px;
	height: 43px;
	background: #a71c23;
	padding: 0 30px;
	color: #fff;
	z-index: 5;
	font-weight: normal;
}

.footer_map span {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	line-height: 43px;
	font-size: 18px;
	height: 43px;
	background: #221f1f;
	padding: 0 30px;
	color: #fff;
	z-index: 5;
}

.footer_map:hover {
	opacity: .8;
}

.footer_map img {
	display: block;
	width: 100%;
	height: auto;
	border: 10px solid #fff;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 40px 0;
}
 
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

.page-id-1644 .variation,
.page-id-1647 .variation,
.page-id-1647 .wc-item-meta {
    font-size: 12px;
}

.order_details li {
    background: none !important;
}

.page-id-1647 .wc-item-meta li {
    padding: 0 0 5px 0 !important;
}

.woocommerce-page.columns-3 ul.products, .woocommerce.columns-3 ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.woocommerce-page.columns-3 ul.products::before, .woocommerce.columns-3 ul.products::before {
    display: none;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    background: none;
    width: 30% !important;
    margin: 0;
    padding: 20px;
    text-align: center;
    float: none;
    display: flex;
    flex-flow: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #000;
    font-weight: 700;
    width: 100%;
}

.woocommerce ul.products li.product .price {
    color: #4d9730;
    font-size: 1.25em !important;
    font-weight: 700 !important;
}

.woocommerce-page ul.products li.product img, .woocommerce ul.products li.product img  {
    width: 100%;
}

.woocommerce ul.products li.product .price {
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.woocommerce ul.products li.product .quantity {
    width: 50%;
    text-align: left;
    padding-left: 10px;
}

.woocommerce .quantity .qty {
    position: relative;
    top: -2px;
}

.woocommerce ul.products li.product .button {
    display: block;
    width: 100%;
}

.woocommerce ul.products li.product a.added_to_cart {
    display: block;
    width: 100%;
    padding-top: 0;
    margin-top: 10px;
}

.aside-cart-link {
    display: inline-block;
}

.aside-cart-icon {
    display: inline-block;
    width: 24px;
    position: relative;
    top: 3px;
}

.aside-cart-icon svg {
    fill: #a71c23;
}

.aside-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: calc(30% - 20px);
    margin-top: 20px;
    border: 1px solid rgba(0,0,0,.1);
    float: right;
    margin-right: 20px;
    padding: 10px;
}

.aside-cart-btn {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.aside-cart-btn:hover {
    background-color: #dcd7e2;
    text-decoration: none;
    background-image: none;
    color: #515151;
}

.woocommerce-error li {
    background: none !important;
}

#popmake-1826, #popmake-1830, #popmake-1834 {
    background-color: #a71c23;
    color: #fff;
    animation: flash-banner 1s infinite alternate;
}

#popmake-1826 .pum-content, #popmake-1830 .pum-content, #popmake-1834 .pum-content {
    text-align: center !important;
    font-weight: 700 !important;
    font-family: 'Californian FB' !important;
    color: #fff !important;
    font-size: 24px !important;
}

#popmake-1826 .pum-content p, #popmake-1830 .pum-content p, #popmake-1834 .pum-content p {
    padding-bottom: 5px !important;
}

@keyframes flash-banner {
    
  from {
    background-color: #a71c23;
  }

  to {
    background-color: #4d9730;
  }
    
}

#popmake-1826 .pum-content + .pum-close, #popmake-1830 .pum-content + .pum-close, #popmake-1834 .pum-content + .pum-close {
    background-color: #000;
}

#popmake-1830 .pum-content sup, #popmake-1830 .pum-content sup a,
#popmake-1834 .pum-content sup, #popmake-1834 .pum-content sup a {
    font-size: 14px;
    color: #fff !important;
    font-family: 'Open Sans';
    font-weight: 700;
}

.monday-special, .tuesday-special, .wednesday-special,
.thursday-special, .friday-special, .saturday-special {
    display: none;
}

.is_monday .monday-special, .is_tuesday .tuesday-special, .is_wednesday .wednesday-special,
.is_thursday .thursday-special, .is_friday .friday-special, .is_saturday .saturday-special {
    display: block;
}

.is_sunday #pum-1830, .is_sunday #pum-1834,
.is_monday #pum-1834, .is_tuesday #pum-1834 /* Seagrove closed on Mon + Tue for the offseason */ {
    display: none !important;
}

.admin-bar li.product_tag-24-hour-notice {
	position: relative;
}

li.product_tag-24-hour-notice::before {
	content: 'Requires 24 Hour Notice';
	position: absolute;
	top: 30px;
	left: 10px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	background-color: #a71c23;
    color: #fff;
    animation: flash-banner 1s infinite alternate;
	z-index: 9;
}

.variation dd p {
	padding-bottom: 0;
}

.grecaptcha-badge {
	display: none !important;
}

/*
    // ========================================== \\
   ||                                              ||
   ||                                 ||
   ||                                              ||
    \\ ========================================== //
*/

#comment {
	display: block;
}

/*
    // ========================================== \\
   ||                                              ||
   ||  two col responsive                          ||
   ||                                              ||
    \\ ========================================== //
*/
div.one{
    width:50%;
    min-width:100px;
    float:left;
}
@media screen and (max-width: 1050px){
    div.one{ width:100%}
}

/*
    // ========================================== \\
   ||                                              ||
   ||                                 ||
   ||                                              ||
    \\ ========================================== //
*/


/*
    // ========================================== \\
   ||                                              ||
   ||                                 ||
   ||                                              ||
    \\ ========================================== //
*/


/*
    // ========================================== \\
   ||                                              ||
   ||                                 ||
   ||                                              ||
    \\ ========================================== //
*/


/*
    // ========================================== \\
   ||                                              ||
   ||                                 ||
   ||                                              ||
    \\ ========================================== //
*/


/*
    // ========================================== \\
   ||                                              ||
   ||                                 ||
   ||                                              ||
    \\ ========================================== //
*/




/*
    // ========================================== \\
   ||                                              ||
   ||               PRINT STYLES                   ||
   ||                                              ||
    \\ ========================================== //
*/

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 960px) {
    
    .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
        width: 50% !important;
    }
    
}

@media screen and (max-device-width: 600px) {
    
    .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
        width: 100% !important;
    }
    
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}








/*
    // ========================================== \\
   ||                                              ||
   ||               QUICK CSS LIBRARY                  ||
   ||                                              ||
    \\ ========================================== //
*/


/* Quick CSS3 Library
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-top: 1px solid #afdd66;
border-bottom: 1px solid #194d70;
text-shadow: 0px -11px #C60, 0px -3px #FF0;

opacity:.80;
filter: alpha(opacity=80);
-moz-opacity: 0.8;

*/



/*
    // ========================================== \\
   ||                                              ||
   ||               FONT FACE FILES                ||
   ||                                              ||
    \\ ========================================== //
*/


/* This stylesheet generated by Transfonter (http://transfonter.org) on December 22, 2016 11:58 PM */

@font-face {
	font-family: 'Open Sans';
	src: url('font_files/OpenSans.eot');
	src: url('font_files/OpenSans.eot?#iefix') format('embedded-opentype'),
		url('font_files/OpenSans.woff') format('woff'),
		url('font_files/OpenSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('font_files/OpenSans-Bold.eot');
	src: url('font_files/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('font_files/OpenSans-Bold.woff') format('woff'),
		url('font_files/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Californian FB';
	src: url('font_files/CalifornianFB-Reg.eot');
	src: url('font_files/CalifornianFB-Reg.eot?#iefix') format('embedded-opentype'),
		url('font_files/CalifornianFB-Reg.woff') format('woff'),
		url('font_files/CalifornianFB-Reg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Aguafina Script';
	src: url('font_files/AguafinaScript-Regular.eot');
	src: url('font_files/AguafinaScript-Regular.eot?#iefix') format('embedded-opentype'),
		url('font_files/AguafinaScript-Regular.woff') format('woff'),
		url('font_files/AguafinaScript-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Californian FB';
	src: url('font_files/CalifornianFB-Italic.eot');
	src: url('font_files/CalifornianFB-Italic.eot?#iefix') format('embedded-opentype'),
		url('font_files/CalifornianFB-Italic.woff') format('woff'),
		url('font_files/CalifornianFB-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('font_files/OpenSans-Light.eot');
	src: url('font_files/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		url('font_files/OpenSans-Light.woff') format('woff'),
		url('font_files/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('font_files/OpenSansLight-Italic.eot');
	src: url('font_files/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),
		url('font_files/OpenSansLight-Italic.woff') format('woff'),
		url('font_files/OpenSansLight-Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Californian FB';
	src: url('font_files/CalifornianFB-Bold.eot');
	src: url('font_files/CalifornianFB-Bold.eot?#iefix') format('embedded-opentype'),
		url('font_files/CalifornianFB-Bold.woff') format('woff'),
		url('font_files/CalifornianFB-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

.woocommerce .quantity {
    display: none;
}


/* added 2-1-22 for new location maps */

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}










/* CYSY Framework 3 Copyright (c) 2012-2013 - CYber SYtes, Inc. All Rights Reserved */