/*
Theme Name: Swift + Company Theme
Author: Chris Bibbs
Author URI: rpxcreativestudios.com
Theme URI: rpxcreativestudios.com
text-domain: omega */

@font-face { font-family: "Akzidenz-Grotesk Light"; src: url('fonts/akzidenz-grotesk-light.woff'); } 
@font-face { font-family: "Akzidenz-Grotesk Black"; src: url('fonts/akzidenz-grotesk-black.woff'); } 

* { box-sizing: border-box }
body, html { width: 100%; height: 100%; padding: 0; margin: 0; }
body { background-repeat: no-repeat; background-position: top center; background-size: 100% auto; background-attachment: fixed; }

/* Fonts & Buttons */
body { font-family: "Akzidenz-Grotesk Light", Verdana, Geneva, sans-serif; font-size: 14px; font-weight: 300; line-height: 125%; }
@media all and (min-width: 1200px ) { body { font-size: 16px; font-weight: 300; line-height: 125%; } }
.text-dark { color: #777; } .text-light { color: #fff; }
.text-dark a { color: #ff6600;} .text-light a { color: #fff; }
h1, h2, h3, h4 { font-weight: 300; font-family: "Akzidenz-Grotesk Light", Verdana, Geneva, sans-serif; font-size: 16px; line-height: 125%; padding: 0; margin: 0 0 12px 0; width: 100%; float: left; }
h1 { font-size: 36px; } h2 { font-size: 27px; } h3 { font-size: 21px; } h4 { font-size: 18px; }
p { margin: 0; padding: 0 0 1em 0; } .text-content p { float: none; }
.text-content p, .repeater section p { display: block; width: 100%; } 
article h1, article h2, header h1, header h2, aside h3 { color: #ff6600; }

@media (min-width: 1200px ) {
	h1 { font-size: 36px; } h2 { font-size: 27px; } h3 { font-size: 21px; } h4 { font-size: 18px; }
}
/* .page-content button, .page-content button[type="submit"], .page-content input[type="submit"], */ .page-content .click-here, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt  { padding: 12px 24px !important; border-radius: 24px !important; background-color: #ff6600 !important; color: #fff !important; font-weight: bold !important; font-size: 18px !important; line-height: normal !important; display: block !important; width: 100% !important; float: left !important;  border: none !important; }
.click-here a { color: #fff !important; font-family: "Akzidenz-Grotesk Light"; }
@media (min-width: 1200px ) {
	/* .page-content button, .page-content button[type="submit"], .page-content input[type="submit"], */ .page-content .click-here { display: inline-block !important; width: auto !important; float: none !important; }
}
/* .page-content button:hover, .page-content button[type="submit"]:hover, .page-content input[type="submit"]:hover, */ .page-content .click-here:hover { background-color: #e58900; }
strong { font-weight: 700; }
.uppercase { text-transform: uppercase; }
span { display: inline-block; }
a { text-decoration: none; }

/* Grid */

[class*="col"] {
    width: 100%;
	float: left;
}

@media (min-width: 1px) and (max-width: 600px) {
	.s-col1 { width: 8.33%; }
	.s-col2 { width: 16.66%; }
	.s-col3 { width: 25%; }
	.s-col4 { width: 33.33%; }
	.s-col5 { width: 41.66%; }
	.s-col6 { width: 50%; }
	.s-col7 { width: 58.33%; }
	.s-col8 { width: 66.66%; }
	.s-col9 { width: 75%; }
	.s-col10 { width: 83.33%; }
	.s-col11, .wrapper { width: 91.66%; }
	.s-col12, .element { width: 100%; }
}

@media (min-width: 601px) and (max-width: 1199px) {
	.m-col1 { width: 8.33%; }
	.m-col2 { width: 16.66%; }
	.m-col3 { width: 25%; }
	.m-col4 { width: 33.33%; }
	.m-col5 { width: 41.66%; }
	.m-col6 { width: 50%; }
	.m-col7 { width: 58.33%; }
	.m-col8 { width: 66.66%; }
	.m-col9 { width: 75%; }
	.m-col10 { width: 83.33%; }
	.m-col11, .wrapper { width: 91.66%; }
	.m-col12, .element { width: 100%; }
}

@media (min-width: 1200px) {
	.col1 { width: 8.33%; }
	.col2 { width: 16.66%; }
	.col3 { width: 25%; }
	.col4 { width: 33.33%; }
	.col5 { width: 41.66%; }
	.col6 { width: 50%; }
	.col7 { width: 58.33%; }
	.col8 { width: 66.66%; }
	.col9 { width: 75%; }
	.col10 { width: 83.33%; }
	.col11 { width: 91.66%; }
	.col12, .element { width: 100%; }
	.wrapper { width: 1160px; }
}

/* Text Alignments */
.align-center { text-align: center; } .align-left{ text-align: left; } .align-right{ text-align: right; } .align-justify{ text-align: justify; }
@media (min-width: 1px) and (max-width: 600px) {
	.s-align-center { text-align: center; } .s-align-left{ text-align: left; } .s-align-right{ text-align: right; } .s-align-justify{ text-align: justify; } }
@media (min-width: 601px) and (max-width: 1199px) {
	.m-align-center { text-align: center; } .m-align-left{ text-align: left; } .m-align-right{ text-align: right; } .m-align-justify{ text-align: justify; } }

/* Floats */
.float-left { float: left; } .float-right { float: right; } .float-center { float: none; margin: 0 auto !important; }
@media (min-width: 1px) and (max-width: 600px) {
	.s-float-left { float: left; } .s-float-right { float: right; } .s-float-center { float: none; margin: 0 auto !important; } }
@media (min-width: 601px) and (max-width: 1199px) {
	.m-float-left { float: left; } .m-float-right { float: right; } .m-float-center { float: none; margin: 0 auto !important; } }

/* Visibility */
.desktop { display: none; } .mobile { display: block; }
@media (min-width: 1200px ) {
	.desktop { display: block; } .mobile { display: none; } }

/* Images */
div img, figure img, section img, article img, li img, aside img, .size-auto, .size-full, .size-large, .size-medium {
	max-width: 100%; height: auto; display: block; }

img.alignleft, img.alignright { max-width: 40%; }
img.alignleft { float: left; margin: 1em 1.25em 1em 0; } 
div img.alignleft:first-of-type { margin: 0em 1.25em 1em 0; }
img.alignright { float: right; margin: 1em 0em 1em 1.25em; }
div img.alignright:first-of-type { margin: 0em 0em 1em 1.25em; }
img.aligncenter, img.alignnone { max-width: 100%; margin: 0 auto; padding: 0 0 18px 0; }
img.aligncenter:first-of-type, img.alignnone:first-of-type { margin: 0 auto 1em auto; }
.wp-caption.alignleft { max-width: 50%; float: left; padding: 1em 1.25em 1em 0; }
.wp-caption.alignright { max-width: 50%; float: right; padding: 1em 0em 1em 1.25em; }
.wp-caption.aligncenter, .wp-caption.alignnone { max-width: 100%; float: none; margin: 1em auto; }
.wp-caption.alignleft:first-of-type { max-width: 50%; float: left; padding: 0em 1.25em 1em 0; }
.wp-caption.alignright:first-of-type { max-width: 50%; float: right; padding: 0em 0em 1em 1.25em; }

/* Fields & Forms */
textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"] {
	box-sizing: border-box; padding: 12px; margin: 0; max-width: 100% !important; display: block; font-size: 14px; }
#searchform input[type="text"], #searchform input[type="email"], #searchform input[type="tel"], #searchform input[type="password"], #searchform input[type="search"] {
	box-sizing: border-box; padding: 9px; margin: 0; max-width: 75% !important; display: inline-block !important; font-size: 14px; }
input[type="radio"], input[type="checkbox"] { display: inline-block; padding: 0 12px 0 0; margin: 0; }
input[type="file"], input[type="hidden"] { padding: 0; margin: 0; } 
label { display: inline-block; padding: 6px 0; margin: 0; box-sizing: border-box; font-size: 1.05em; }
form { display: block; width: 100%; padding: 0 0 1em 0; box-sizing: border-box; float: left; }
.screen-reader-text { display: none !important; }
.frm_fields_container br { display: none; }

@media all and (min-width: 1200px ) {
	textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"] { 
		box-sizing: border-box; padding: 18px; margin: 0; max-width: 100% !important; display: block; font-size: 16px; }	
	#searchform input[type="text"], #searchform input[type="email"], #searchform input[type="tel"], #searchform input[type="password"], #searchform input[type="search"] {
	box-sizing: border-box; padding: 9px; margin: 0; max-width: 75% !important; display: inline-block !important; font-size: 16px; }
	input[type="radio"], input[type="checkbox"] { display: inline-block; padding: 0 12px 0 0; margin: 0; }
	input[type="file"], input[type="hidden"] { padding: 0; margin: 0; } 
	label { display: inline-block; padding: 6px 0; margin: 0; box-sizing: border-box; font-size: 1.05em; }
}

/* Flex Box */

.flex {display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; }
.flex.stretch { align-content: stretch; }
.flex.reverse { flex-direction: row-reverse !important; }
.flex.space { justify-content: space-between; }

/* Primary Elements */
header, main, footer, article, aside, figure { width: 100%; float: left; padding: 0; margin: 0; position: relative; }
/* div, */ section { position: relative; }

/* Embeds & Videos */
embed, iframe, object, video { max-width: 100%; margin: 12px auto; clear: both; display: block; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { border: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; }
.video-container.background { position: absolute; z-index: -100; top: -84px; left: 0; }
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load { width: 100% !important; height: 100% !important; }
.mejs-container { padding-top: 56.25%; }
.wp-video, video.wp-video-shortcode { max-width: 100% !important; }
video.wp-video-shortcode { position: relative; }
.wp-video { margin: -1em 0 2em 0 !important; }
.mejs-mediaelement { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.video-container .mejs-controls { display: none; }
.mejs-overlay-play { top: 0; right: 0; bottom: 0; left: 0; width: auto !important; height: auto !important; }

/* Panels & Elements */
.element { margin: 0 auto; padding: 0; } .page-header .element { padding: 0 1em; }
@media all and (min-width: 1200px) { .element { margin: 0 auto; padding: 0; } } 
.container { width: 100%; float: left; padding: 0; }
.panel { width: 100%; padding: 2em 0; margin: 0; float: left; background-repeat: no-repeat; } .panel.layout-auxiliary { padding: 0 0; } .panel.layout-auxiliary iframe { margin: 0 !important; }
.padded { padding: 2em 0; }
.element.padded {padding: 0 1.5em; }
.padded-extra { padding: 15vh 0; }
.page-header, .page-header.fixed, .menu-container.desktop ul li.menu-item-has-children ul.sub-menu { background-color: #fff; }
.page-header { padding: 18px 0; }
.page-header.fixed { margin-top: -1000px; transition: ease-in-out 0.4s; z-index: 5; position: fixed }
.page-header.fixed.show { margin-top: 0px; }
.page-navigation { background-color: #ff6600; padding: 6px 0; }
.wrapper > .page-title { background-color: #b2b4b2; padding: 0.75em 1.5em; text-transform: uppercase; } .page-title h3 { padding: 0; margin: 0 !important; }
.page-title.featured-image, .slideshow-image { max-width: 100%; width: 100%; height: 1px; padding-bottom: 40vh; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; overflow: hidden; } .slideshow-image img { max-width: 100%; height: auto; }
@media all and (min-width: 1200px) { .element { margin: 0 auto; padding: 0; } } 
.home .page-title.featured-image, .home .slideshow-image { max-width: 100%; width: 100%; height: 1px; padding-bottom: 40vh; background-position: 50% 50%; background-repeat: no-repeat; background-size: 100% auto; }
@media all and (min-width: 1px) and (max-width: 1199px) { .home .page-title.featured-image, .home .slideshow-image { background-size: cover; } } 
.woocommerce-products-header__title.page-title { display: none !important; }
.page-content { background: #fff; }
.page-content.page, .page-content.post, .page-content.archive { padding: 2em 0; }
.page-footer { padding: 2em 0; }
article.post { padding-bottom: 24px; }

/* Repeating Elements */
article.repeater, article.two-column { width: 100%; display: flex; flex-wrap: wrap; flex-direction: row; align-content: stretch; justify-content: space-between; }
.woocommerce .body article.repeater { display: block !important; list-style-type: none !important; }
article.text-content, article.one-column section { width: 100%; margin-bottom: 1.25em; float: left; }
article.two-column section { width: 49%; padding: 0em 0em 2em 0em; margin-bottom: 1.25em; }
article.two-column.image-right { flex-direction: row; }
article.two-column.image-left { flex-direction: row-reverse; }
article.repeater.three-column section { width: 32%; padding: 0em 0em 2em 0em; margin-bottom: 1.25em; }
article.repeater.four-column section { width: 22%; padding: 0em 0em 2em 0em; margin-bottom: 1.25em; }
article.repeater.one-column.full section { width: 100%; padding: 0em 0em 2em 0em; margin-bottom: 1.25em; }
article.repeater.two-column.full section { width: 50%; padding: 0em 0em 2em 0em; margin-bottom: 1.25em; }
article.repeater.three-column.full section { width: 33.3333%; padding: 0em 0em 2em 0em; margin-bottom: 1.25em; }
article.repeater.four-column.full section { width: 25%; padding: 0em 0em 2em 0em; margin-bottom: 1.25em; }
article.repeater section a.click-here { position: absolute; display: block; z-index: 10; bottom: 0; left: 0; right: 0; }
article.repeater section a.preview .label { position: absolute; display: block; z-index: 10; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.6); color: #fff !important; }
article.repeater.gallery.two-column section, article.repeater.gallery.three-column section, article.repeater.gallery.four-column section { padding-bottom: 1em !important; margin-bottom: 0 !important; }

@media all and (min-width: 1200px ) {
	article.repeater.three-column::after { content: ''; width: 33.333%; }
	article.repeater.four-column::after { content: ''; width: 50%; }
}

/* Repeater - Pop UP */

article.repeater .popup-link h3 { display: block; color: #fff; background-color: #ff6600; text-align: center; font-family: "Akzidenz-Grotesk Black"; font-size: 15px; padding: 12px; }
.popup-content { padding: 1.25em; background-image:url('bird-background.png') !important; background-repeat: no-repeat !important; background-position: 96% 90% !important; background-size: 30px auto !important; background-color: #ff6600 !important; color: #fff !important; }
.popup-content.alt { background-image: none !important; background-color: #fff !important; color: #777 !important; }
.popup-content header { padding-bottom: 1em; }
.popup-content h3 { padding: 0; margin: 0; }
.popup-content button { border: none !important; padding: 6px; margin: -24px 0 0 0; background-color: #ff6600 !important; color: #fff !important; font-family: "Akzidenz-Grotesk Light" !important; right: -24px;  top: 0px; font-size: 1.5em; }

@media all and (min-width: 1px) and (max-width: 600px) {
	article.repeater { display: block !important; }
	article.repeater section { float: left; }
	article.two-column section { width: 100%; padding: 1em 1em 2em 1em; margin-bottom: 1.25em; }
	article.repeater.three-column section { width: 100%; padding: 1em 1em 2em 1em; margin-bottom: 1.25em; }
	article.repeater.four-column section { width: 100%; padding: 1em 1em 2em 1em; margin-bottom: 1.25em; }
	article.repeater.two-column.full section { width: 100%; padding: 1em 1em 2em 1em; margin-bottom: 1.25em; }
	article.repeater.three-column.full section { width: 100%; padding: 1em 1em 2em 1em; margin-bottom: 1.25em; }
	article.repeater.four-column.full section { width: 100%; padding: 1em 1em 2em 1em; margin-bottom: 1.25em; }
}

@media all and (min-width: 601px) and (max-width: 1199px) {
	article.repeater.three-column section { width: 49%; padding: 1em 1em 2em 1em; margin-bottom: 1.25em; }
	article.repeater.four-column section { width: 49%; padding: 1em 1em 2em 1em; margin-bottom: 1.25em; }
	article.repeater.three-column.full section { width: 50%; padding: 1em 1em 2em 1em; margin-bottom: 1.25em; }
	article.repeater.four-column.full section { width: 50%; padding: 1em 1em 2em 1em; margin-bottom: 1.25em; }
}

/* Logos, Gallery & Images */
.logo img { max-width: 100%; width: auto; max-height: 36px; }
@media all and (min-width: 1200px) { .logo img { max-width: 100%; width: auto; max-height: 84px; } }
.show .logo img { max-width: 100%; width: auto; max-height: 36px; }
.gallery .gallery-image, .preview { width: 100%; height: 1px; padding-bottom: 56.25%; background-repeat: no-repeat; display: block; float: left; background-size: 100% auto; }
.cover { background-size: cover; }
.contain { background-size: contain; }
.page-content.post .preview { margin-bottom: 18px; }
.gallery .gallery-image { background-position: top center; background-size: cover; width: 100%; float: left; height: 1px; }
.gallery.square .gallery-image, .preview.square { padding-bottom: 100%; background-size: cover; background-position: center center; position: relative; }
.gallery.portrait .gallery-image, .preview.portrait { padding-bottom: 133%; }

/* Veil */
.preview.square.overlay { display: block; position: absolute; z-index: 10; width: 100%; height: 1px; padding-bottom: 100%; opacity: 0; -moz-box-shadow: inset 0 0 30px #fff; -webkit-box-shadow: inset 0 0 30px #fff; box-shadow: inset 0 0 30px #fff; }
.preview.square.overlay:hover { opacity: 1; /**/ }

/* Background */
body { background-color: #abadb0; }
.container.body { background-repeat: no-repeat; background-size: cover; background-attachment: fixed; }
.background-center { background-position: center center; }
.background-top { background-attachment: scroll; background-position: center top; }
.background-bottom { background-position: center bottom; }
.background-left { background-attachment: scroll; background-size: 100% auto; background-position: top left; }
.background-right { background-attachment: scroll; background-size: 100% auto; background-position: top right; }
.background-default { background-color: #fff; }

@media all and (min-width: 0px) and (max-width: 600px) {
	.background-right, .background-left { padding: 50vh 0 2em 0; background-position: center top; background-repeat: no-repeat; background-size: 100% auto !important; }
	.background-right.full, .background-left.full { padding: 50vh 0 2em 0; background-repeat: no-repeat; background-size: auto 30% !important; }
	.background-right.full { background-position: 100% 0%; }
	.background-left.full { background-position: 0% 0%; }
}

/* Special Content Classes */
div.sticky { top: 120px; position: sticky; }
.relative { position: relative; }
.absolute { position: absolute; }
.uppercase { text-transform: uppercase; }
.panel.whitebox section { padding: 1.5em; background-color: #fff; }
.panel.darkbox section { padding: 1.5em; background-color: rgba(22, 22, 22, 0.7); }
.credits { padding: 1em; }
@media all and (min-width: 1200px) { .credits { padding: 1em; } } 

/* Repeating Icons */
.icons { display: table; padding: 0; margin: 0; }
.icon { padding: 0 12px; text-align: center; vertical-align: middle; display: table-cell; width: auto !important; }
.icon img { max-width: 100%; height: auto; }

/* Unordered List */
ul { list-style-type: square; }
ul li { float: left; width: 100%; }
aside ul { list-style-type: none; padding: 0; margin: 0; }
aside ul li { float: left; width: 100%; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px dotted #efefef; }
aside.gallery-menu ul li a, aside.shop-menu ul li a { font-weight: normal !important; padding: 3px 0; display: block; font-size: 14px; } aside.gallery-menu ul li a, aside.shop-menu ul li a { color: #333 !important; } aside.gallery-menu ul li a:hover, aside.shop-menu ul li a:hover { color: #ff6600 !important; transition: ease-in-out 0.4s; }
aside.gallery-menu ul ul, aside.shop-menu ul ul { list-style-type: none; padding: 0 0 0 1em; margin: 0; }
aside.gallery-menu ul ul ul, aside.shop-menu ul ul ul { list-style-type: none; padding: 0 0 0 2em; margin: 0; }
aside.gallery-menu ul li, aside.shop-menu ul li { padding-bottom: 0px; margin-bottom: 0px; border-bottom: none; } 
aside h3 { padding: 0 0 12px 0; text-transform: uppercase; font-size: 18px; }
aside img { padding: 0 0 12px 0; }

/* Ordered List */
ol { column-count: 1; }
ol li { float: left; width: 100%; page-break-inside: avoid; break-inside: avoid;  }
ol.two { list-style-type: none; column-count: 2; -webkit-column-gap: 24px; -moz-column-gap: 24px; column-gap: 24px; padding: 0; margin: 0 0 24px 0; } ol.two .click-here { width: 100% !important; text-align: center; }
ol.three { list-style-type: none; column-count: 3; -webkit-column-gap: 24px; -moz-column-gap: 24px; column-gap: 24px; padding: 0; margin: 0 0 24px 0; }
ol.four { list-style-type: none; column-count: 4; -webkit-column-gap: 24px; -moz-column-gap: 24px; column-gap: 24px; padding: 0; margin: 0 0 24px 0; }

@media all and (min-width: 0px) and (max-width: 600px) { 
	ol.two, ol.three, ol.four { list-style-type: none; column-count: 1; -webkit-column-gap: 24px; -moz-column-gap: 24px; column-gap: 24px; padding: 0; margin: 0 0 24px 0; }
}

@media all and (min-width: 601px) and (max-width: 900px) { 
	ol.three { list-style-type: none; column-count: 3; -webkit-column-gap: 24px; -moz-column-gap: 24px; column-gap: 24px; padding: 0; margin: 0 0 24px 0; }
	ol.four { list-style-type: none; column-count: 3; -webkit-column-gap: 24px; -moz-column-gap: 24px; column-gap: 24px; padding: 0; margin: 0 0 24px 0; }
}

@media all and (min-width: 901px) and (max-width: 1200px) { 
	ol.four { list-style-type: none; column-count: 3; -webkit-column-gap: 24px; -moz-column-gap: 24px; column-gap: 24px; padding: 0; margin: 0 0 24px 0; }
}

/* Hours */
ul.hours { padding: 0; margin: 0; width: 300px; float: left; list-style-type: none; }
ul.hours li { width: 50%; margin: 0; float: left; }
ul.hours li:nth-child(odd) { padding: 6px 6px 6px 0; }
ul.hours li:nth-child(even) { padding: 6px 0 6px 6px; }

/* Recent Posts */
ul.recent-posts { padding: 0; margin: 0; float: left; list-style-type: none; }
ul.recent-posts li { padding: 0 0 6px 0; width: 100%; float: left; }
ul.recent-posts li a:hover, .page-footer a:hover { color: #ff6600; transition: ease-in-out 0.4s; }

/* Menu */
.menu-container.desktop, .menu-container.mobile { padding: 0; margin: 0; width: 100%; float: left; }
.menu, .menu-container.desktop ul { list-style-type: none; display: flex; align-items: center; justify-content: space-between; padding: 12px 0; margin: 0; }
.show .menu, .show .menu-container.desktop ul { list-style-type: none; display: flex; align-items: center; justify-content: space-between; padding: 0; margin: 0; }
.menu-container.desktop ul li { position: relative; padding: 0; margin: 0; width: auto !important; box-sizing: border-box !important; float: unset !important; }
.menu-container.desktop ul li a { display: block; text-align: center; padding: 9px; font-size: 14px !important; color: #777; }
.menu-container.desktop ul li a:hover { transition: color 0.4s ease-in-out; color: #ff6600; }
.menu-container.desktop ul li.menu-item-has-children ul.sub-menu { display: none; position: absolute; top: 100%; right: 0; padding: 0.5em 0 0 0; margin-right: 0; min-width: 150px; z-index: 10; }
.menu-container.desktop ul li.menu-item-has-children:hover ul.sub-menu { display: block !important; }
.menu-container.desktop ul li.menu-item-has-children:hover ul.sub-menu li { display: list-item; width: 100%; border: none !important; float: left; text-align: center; padding: 0; }
.menu-container.desktop ul li.menu-item-has-children ul.sub-menu li a { text-align: left; }
.menu, .menu-container.mobile ul { list-style-type: none; display: block; }
.menu-container.mobile ul li { display: list-item; position: relative; padding: 0; margin: 0; width: 100% !important; box-sizing: border-box !important; float: left !important; }
.menu-container.mobile ul li a { display: block; text-align: left; padding: 9px; }
.menu-container.mobile ul li.menu-item-has-children ul.sub-menu { padding: 0; margin: 0 0 0 0; height: 0; }
.menu-container.mobile ul li.menu-item-has-children.show ul.sub-menu { padding: 0.5em 0; margin: 0 0 0 0; height: auto; }
.menu-container.mobile ul li.menu-item-has-children ul.sub-menu li a { width: 100%; float: right; color: #fff; padding-left: 1em; }
.menu-wrapper.mobile { height: 100%; width: 0; position: fixed; z-index: 1000; top: 0; left: 0; padding: 0; background-color: #ff6600; overflow-x: hidden; transition: 0.5s; padding-top: 0px; }
.menu-wrapper.mobile.catalog { height: 100%; width: 0; position: fixed; z-index: 1000; top: 0; right: 0; padding: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; padding-top: 0px; }
.menu-wrapper.mobile .content { padding: 12px; }
.menu-wrapper.mobile .closebtn { color: #fff; position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; }
.menu-wrapper.mobile.catalog .closebtn { color: #ff9900; position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; }
.menu-wrapper.mobile a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 15px; color: #fff; display: block; transition: 0.3s; }

/* Formidable Pro */

.frm_style_formidable-style.with_frm_style .form-field { margin-bottom: 16px; }
.frm_form_field p { display: none !important; }
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 { border-top: none !important; }
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3, .frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label { font-family: "Akzidenz-Grotesk Light" !important; font-weight: 300 !important; }
.frm_form_field input { margin-bottom: 16px; }

/* WooCommerce */

.wocommerce div, .woocommerce section { position: static !important; }
.woocommerce-input-wrapper, .woocommerce-input-wrapper span select, .woocommerce-input-wrapper input  { width: 100%; padding: 0.9em !important; display: block !important; } 
.woocommerce-input-wrapper span { width: 100%; }
.woocommerce-MyAccount-navigation ul { list-style-type: none; margin: 0; padding: 0 0 1em 0; } .woocommerce-MyAccount-navigation ul li { padding: 1em 0; border-bottom: 1px solid #eee; } .woocommerce-MyAccount-navigation ul li:last-of-type { border-bottom: none; }
.woocommerce-checkout #payment ul.payment_methods li img { float: right; }
.woocommerce div.product div.images.woocommerce-product-gallery { width: 100%; float: left; }
.woocommerce div.product div.images img { width: auto; max-width: 100%; margin: 0 auto; }
.wc_payment_method.payment_method_square label { display: flex; }
.cat-parent .children { display: none; }
.cat-parent.current-cat-parent .children, .cat-parent.current-cat .children { display: list-item; }

ol.benefits { column-count: 1; list-style-type: none; padding: 0; margin: 0; width: 100%; }
ol.benefits > li { padding-bottom: 1em; display: flex; align-content: center; align-items: center; float: none !important; }
ol.benefits > li strong { width: 80%; text-align: left; padding: 0 0 0 1em; }
ol.benefits > li::before { content: "\f055"; font-family: "Font Awesome 5 Free"; text-align: center; font-weight: 900; float: left; padding: 0 8px 0 0; display: block; color: #ff6600; -webkit-border-radius: 50%;  -moz-border-radius: 50%; border-radius: 50%; font-size: 10px; }
@media all and (min-width: 1200px) { 
	ol.benefits { column-count: 2; -webkit-column-width: 50%; -moz-column-width: 50%; column-width: 50%; -webkit-column-gap: 4em; -moz-column-gap: 4em; column-gap: 4em; } 
	ol.benefits > li { font-weight: normal; } }

/* bxSlider */

.bx-wrapper { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; border: none !important; background: transparent !important; float: left; width: 100%; margin-bottom: 0px !important; }

/* WP Gallery */

.wp-caption-text.gallery-caption { background-color: #b2b4b2; color: #fff; width: 100%; padding: 12px; font-size: 16px; text-align: center; }
.gallery img { border: none !important; }
.gallery-columns-2.gallery, .gallery-columns-3.gallery { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; }
.gallery-columns-2 .gallery-item { width: 49% !important; margin-bottom: 1em !important; margin-top: 0 !important; }
.gallery-columns-3 .gallery-item { width: 30% !important; margin-bottom: 1em !important; margin-top: 0 !important; }

/* Products */

.woocommerce-loop-category__title, .woocommerce-loop-product__title { color: #fff !important; font-size: 15px; text-transform: uppercase; display: block; text-align: center; padding: 1em; background-color: #b2b4b2; } .woocommerce-loop-category__title .count { display: none; }

/* Pagination */

.wdi_pagination_container i {background: #b2b4b2; padding: 12px; color: #fff;} .woocommerce-pagination { float: left; width: 100%; } .page-numbers .woocommerce-pagination { margin: 0 auto; } .page-numbers li { width: auto; }

/* Slick */

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; padding: 1.5em; }
.slick-prev, .slick-next { width: 42px !important; height: 42px !important; padding: 1.5em !important; background: #b2b4b2 !important; }

/* Job Listings */

.job-listings h3 { margin-bottom: 0;}

.active,.toggle .toggle-title,.toggle .toggle-title:hover{ background-color: #eee; }
.toggle .toggle-title h3{ width: 80%; padding: 0; display: inline-block; margin-bottom: 0; }
.toggle .toggle-title{ position: relative; color: #777; cursor: pointer; padding: 1em; width: 100%; border: none; text-align: left; outline: 0; margin-top: 18px; transition: .4s }
.toggle .toggle-title:first-of-type{ margin-top: 0 }
.toggle .toggle-inner{ background-color: #fff; display: none; margin: -7px 0 6px; padding: 1em}
.toggle .toggle-title.active:after,.toggle .toggle-title:after{ border-radius: 50%; font-size: 36px; padding: 10px; color: #ff6600; float: right; margin-left: 5px }
.toggle .toggle-title:after{ content: '\0002B'; right: 18px; margin-top: -5px}
.toggle .toggle-title.active:after{ content: "\02212"; right: 0}
@media all and (min-width: 900px){ 
	.active,.toggle .toggle-title,.toggle .toggle-title:hover{ background-color: #eee; }
	.toggle .toggle-title h3{ padding: 0; display: inline-block; }
	.toggle .toggle-title{ position: relative; color: #777; cursor: pointer; padding: 1em; width: 100%; border: none; text-align: left; outline: 0; margin-top: 18px; transition: .4s }
	.toggle .toggle-title:first-of-type{ margin-top: 0}
	.toggle .toggle-inner{ background-color: #fff; display: none; margin: -7px 0 6px; padding: 1em}
	.toggle .toggle-title.active:after,
	.toggle .toggle-title:after{ border-radius: 50%; font-size: 36px; padding: 5px 10px; color: #ff6600; float: right; margin-left: 5px }
	.toggle .toggle-title:after{ content: '\0002B'; right: 18px; margin-top: -5px}.toggle .toggle-title.active:after{ content: "\02212"; right: 0} }