/*
Theme Name: RPX Omega
Author: Chris Bibbs
Author URI: rpxcreativestudios.com
Theme URI: rpxcreativestudios.com
text-domain: omega */

* { box-sizing: border-box; background-repeat: no-repeat; }
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: "interstate", Verdana, Geneva, sans-serif; font-size: 14px; line-height: 125%; }
@media all and (min-width: 1200px ) { body { font-size: 1.1em; line-height: 140%; } }
.text-dark { color: #34363B; } .text-light { color: #fff; }
.text-dark a { color: #34363B; font-weight: bold; } .text-light a { color: #fff; font-weight: bold; }
h1, h2, h3, h4 { font-family: "interstate", Verdana, Geneva, sans-serif; font-size: 16px; line-height: 115%; padding: 0; margin: 0 0 12px 0; width: 100%; }
.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, h1.text-dark, h2.text-dark , h3.text-dark , h4.text-dark { color: #73a53e; }
h1 { font-size: 36px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; }
.page-header h3 { padding: 0 0 0 0; margin: 0; font-size: 22px; }
p { margin: 0; padding: 0 0 1em 0; }
.text-content p, .repeater section p { display: block; width: 100%; } 

@media (min-width: 1200px ) {
	h1 { font-size: 54px; } h2 { font-size: 36px; } h3 { font-size: 27px; } h4 { font-size: 18px; }
}
button.click-here, .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, a.click-here  { padding: 12px 24px !important; border-radius: 0px !important; background-color: #73a53e !important; color: #fff !important; font-family: "interstate" !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; }
@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 .repeater .click-here { width: 60% !important; margin: -2em auto !important; text-align: center; }
}
.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 { width: 91.66%; }
	.s-col12, .element { width: 100%; }
}

@media (min-width: 601px) and (max-width: 899px) {
	.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 , .element{ width: 91.66%; }
	.m-col12 { width: 100%; }
}

@media (min-width: 900px) and (max-width: 1799px) {
	.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, .element { width: 83.33%; }
	.col11 { width: 91.66%; }
	.col12 { width: 100%; }
}

@media (min-width: 1800px) {
	.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, .element { width: 66.66%; }
	.col9 { width: 75%; }
	.col10  { width: 83.33%; }
	.col11 { width: 91.66%; }
	.col12 { width: 100%; }
}

/* 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: 900px ) {
	.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 2em 0; box-shadow: 0 8px 6px -6px black; } 
div img.alignleft:first-of-type { margin: 0em 1.25em 2em 0; box-shadow: 0 8px 6px -6px black; }
img.alignright { float: right; margin: 1em 0em 2em 1.25em; box-shadow: 0 8px 6px -6px black; }
div img.alignright:first-of-type { margin: 0em 0em 2em 1.25em; box-shadow: 0 8px 6px -6px black; }
img.aligncenter, img.alignnone { max-width: 100%; margin: 0 auto; padding: 0; box-shadow: 0 8px 6px -6px black; }
img.aligncenter:first-of-type, img.alignnone:first-of-type { margin: 0 auto 3em auto; box-shadow: 0 8px 6px -6px black; }
.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; }
aside { padding: 1em; background-color: #ececec; float:left;  }
/* 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%; margin: 0 !important; }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; box-shadow: 0 8px 6px -6px black; }
.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: 1em; }
@media all and (min-width: 900px) { .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; }
.padded { padding: 15vh 0; }
.padded.extra { padding: 20vh 0; }
.page-header.header-primary.container { border-bottom: 1px solid #eee; }
.page-header.header-primary.container.fixed { margin-top: -1000px; transition: ease-in-out 0.4s; z-index: 500; position: fixed !important; }
.page-header.header-primary.container.fixed.show { margin-top: 0px; padding: 0; }
.page-header { background-color: transparent; }
.page-header.header-primary { padding: 12px 0; }
.page-header .element.mobile { padding: 12px; }
.page-header.header-primary.fixed { box-shadow: 0px 1px 12px 1px #cecece; }
.header-primary, .header-primary.header-primary.fixed, .menu-container.desktop ul li.menu-item-has-children ul.sub-menu  { background-color: #fff; }
.header-secondary { padding: 9px 0; background-color: #73a53e; }
.page-title { background-color: #efefef; padding: 1.25em 0; } .page-title.featured-image { padding: 0; } .page-title h2 { padding: 0; margin: 0 !important; }
.page-title.featured-image { background-repeat: no-repeat; background-size: 100% auto; z-index: 1; padding: 15vh 0 0 0; background-position: center center; }
.page-title .title-wrap { padding: 12px 0; background-color: rgba(0, 0, 0, 0.6); }
.page-content { background: #fff; }
.page-content.page, .page-content.post, .page-content.archive { padding: 2em 0; }
.page-footer { padding: 2em 0; font-size: 14px; }

/* Slideshow */

.page-slideshow { float: left; }
.page-slideshow.mobile { background-image: url('')}
.slideshow-image { width: 100%; padding: 0 0 600px 0; height: 1px; background-repeat: no-repeat; background-position: top center; background-size: cover; position: relative; }
@media all and (min-width: 1200px) { .slideshow-image { width: 100%; padding: 0 0 750px 0; height: 1px; background-repeat: no-repeat; background-position: top center; background-size: cover; position: relative; } } 
.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; }

/* Repeating Elements */
article.repeater, article.two-column { padding: 2em 0; width: 100%; display: flex; flex-wrap: wrap; flex-direction: row; align-content: stretch; justify-content: space-between; align-items: flex-start; }
article.text-content { padding: 2em 0; }
article.one-column section { width: 100%; margin-bottom: 0; float: left; }
article.two-column section { width: 49%; padding: 0em 0em 2em 0em; margin-bottom: 1.25em; }
article.two-column section .content {min-height: 180px; }
article.two-column.image-right { flex-direction: row; align-items: center; }
article.two-column.image-left { flex-direction: row-reverse; align-items: center; }
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.three-column section::after { content: ''; flex: auto; }
article.repeater.four-column section::after { content: ''; flex: auto; }
article.repeater section a.click-here { position: absolute; display: block; z-index: 10; bottom: 0; left: 0; right: 0; }

@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 { width: auto; max-height: 48px; }
@media all and (min-width: 1200px) { .logo img { width: auto; max-height: 72px; } }
.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%; }
.gallery.portrait .gallery-image, .preview.portrait { padding-bottom: 133%; }
section img { box-shadow: 0 8px 6px -6px black; }
.no-shadow img { box-shadow: 0 0 0 0 !important; }

/* Background */
body { background-color: #2f3640; }
.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 */
header.sticky { position: static; z-index: 5; }
div.sticky { top: 180px; position: sticky; }
.relative { position: relative; }
.absolute { position: absolute; }
.uppercase { text-transform: uppercase; }
.whitebox section { padding: 1.5em; background-color: #fff; }
.darkbox section { padding: 1.25em !important; background-color: rgba(0, 0, 0, 0.7); }
.panel header{ padding-bottom: 1.25em; }
.two-column-text { -webkit-columns: 1; -moz-columns: 1; columns: 1; }
.credits { padding: 1em; }
@media all and (min-width: 1200px) { .credits { padding: 1em; } .two-column-text { -webkit-columns: 1; -moz-columns: 1; columns: 1; } } 

/* Repeating Icons */
ul.icons, .icons { display: table; padding: 0; margin: 0; }
ul.icons { list-style-type: none; }
ul.icons li { display: table-cell; }
ul.icons.two { display: block; }
ul.icons.two li { width: 50%; float: left; display: inline-block; }
.icon { padding: 0 12px; text-align: center; vertical-align: middle; display: table-cell; width: auto !important; }
ul.icons img, .icon img { max-width: 100%; height: auto; }
ul.icons img { padding: 12px; }

/* Unordered List */
.page-content ul { list-style-type: square; width: auto; overflow: hidden; margin: 0; padding-bottom: 1em; }
.page-content ul li { float: left; width: 100%; }
.page-content aside ul { list-style-type: none; padding: 0; margin: 0; width: 100%; }
.page-content aside ul a, .page-content aside ul li span { width: 100%; float: left; } .page-content ul li span { font-size: 13px; }
.page-content aside ul li { float: left; width: 100%; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px dotted #efefef; }
.page-content aside h3 { padding: 12px 0; }

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

@media all and (min-width: 0px) and (max-width: 1199px) { ol li { width: 50%; break-inside: avoid; page-break-inside: auto; padding-bottom: 18px; } }

/* Hours */
ul.hours { padding: 0; margin: 0; max-width: 300px; float: left; list-style-type: none; }
ul.hours li { margin: 0; float: left; }
ul.hours li:nth-child(odd) { width: 30%; padding: 6px 6px 6px 0; }
ul.hours li:nth-child(even) { width: 70%; padding: 6px 0 6px 6px; text-align: right; }
ul.two-column, ul.three-column { padding: 0; margin: 0; max-width: 100%; float: left; list-style-type: none; display: flex; align-items: flex-start; align-content: stretch; flex-wrap: wrap; flex-direction: row; }
ul.two-column li { margin: 0; float: left; width: 50%; padding: 0 1em 1em 0; }
ul.three-column li { margin: 0; float: left; width: 33.3333%; padding: 0 1em 1em 0; }

@media (min-width: 1px) and (max-width: 899px) { 
	ul.two-column li, ul.three-column li { width: 100%; padding: 0 1em 0 0 0; }
}

/* Menu */
.menu-container.desktop, .menu-container.mobile { padding: 0; margin: 0; width: 100%; float: left; font-family: "interstate"; font-size: 15px; }
.menu, .menu-container.desktop ul { list-style-type: none; display: flex; align-items: center; justify-content: space-between; padding: 12px 0; margin: 0; }
.page-header.show.fixed .menu, .page-header.show.fixed .menu-container.destkop ul { padding: 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: 0px; font-family: "interstate"; }
.page-header.show.fixed .menu-container.desktop ul li a { display: block; text-align: center; padding: 12px 0px; }
.menu-container.desktop ul li.menu-item-has-children ul.sub-menu { display: none; position: absolute; top: 100%; left: 0; padding: 0.5em 0 0 0; margin-left: -0.5em; min-width: 300px; 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 !important; padding: 9px !important; }
.page-header .menu-container.desktop ul li.desktop.last-item { display: none !important; background-color: #73a53e; } li.desktop.last-item a { font-family: "interstate"; color: #fff; padding: 12px 12px !important; }
.page-header.show.fixed .menu-container.desktop ul li.desktop.last-item { display: list-item !important; }
.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 { background-color: rgba(0, 0, 0, 0.35); color: #fff; }
.menu-wrapper.mobile { height: 100%; width: 0; position: fixed; z-index: 1000; top: 0; left: 0; padding: 0; background-color: #73a53e; 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 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: 0px; }
.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_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style { padding: 12px 24px !important; border-radius: 0px !important; background-color: #73a53e !important; color: #fff !important; font-size: 18px !important; line-height: normal !important; display: block !important; width: 100% !important; float: left !important;  border: none !important; font-family: "Open Sans"; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important }
.frm_style_formidable-style.with_frm_style .form-field { margin-bottom: 12px; }
.frm_style_formidable-style.with_frm_style input::-moz-placeholder, .frm_style_formidable-style.with_frm_style textarea::-moz-placeholder { color: #34363B; }
.frm_style_formidable-style.with_frm_style input::placeholder, .frm_style_formidable-style.with_frm_style textarea::placeholder { color: #34363B; }
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
color: #34363B !important; background-color: #f1f1f1 !important; border-color: transparent !important; border-width: 0px !important; border-style: solid !important; border-radius: 0px; font-family: "interstate" !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important }

/* Blog Post */

article.blog-post { padding-bottom: 2em !important; }
.gallery { display: flex; align-items: stretch; align-content: flex-start; flex-direction: row; flex-wrap: wrap; }
.gallery-item, .gallery-item .gallery-icon { display: flex; align-items: center; align-content: center; width: 100%; }
.gallery-icon img { max-width: 80%; border: none !important; margin: 0 auto; }

/* ASM FIX - johnvinsonASM */
/*
@media only screen and (min-width: 320px) and (max-width: 414px) {
	.padded.text-light.background-default{
		background-image:url("/wp-content/uploads/2024/09/houston-sound-production-company-720.webp") !important;
	}
}
@media only screen and (min-width:415px) and (max-width: 768px) {
	.padded.text-light.background-default{
		background-image:url("/wp-content/uploads/2024/09/houston-sound-production-company-720.webp") !important;
	}
}
*/
