/*
Theme Name:   Neauxware Framework
Theme URI:    http://neauxware.com/
Description:  The Neauxware Theme
Author:       Synerge-marketing
Author URI:   http://synergemarketing.com/
Version:      1.8.0.355
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         custom, minimalist
Text Domain:  neauxware
*/

/****** HTML Reset ******/
html, body, div, span, object, iframe, img,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li,
abbr, address, area, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0; padding: 0; border: 0;
  font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;
  vertical-align: baseline; background: transparent; }

/****** HTML5 Reset ******/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; max-width: 100%; }

/****** HTML Global Customizations ******/
html { font-size: 10px; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { line-height: 1; }
:focus { outline: none; }
img { border: 0; vertical-align: middle; max-width: 100% !important; -ms-interpolation-mode: bicubic; }
img.responsive { display: block; height: auto; }
img.circular { border-radius: 50%; }
a { text-decoration: none; background-color: transparent; }
a:focus { outline: thin dotted; }
a:hover { text-decoration: underline }
a:hover, a:active { outline: 0; }
a[href^=tel] { color: inherit; text-decoration: none; } /* <a href="tel:###"> added to phone #s on IOS */
strong, b { font-weight: 700; }
em, cite, dfn, i { font-style: italic; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
textarea { resize: none; overflow: auto; vertical-align: top; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { padding: 0; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
ul { list-style-type: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; vertical-align: top; }

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

/****** Theme styles  ******/
/* group class addresses zero height container issue for container containing floated elements  */
.group:after { content: ""; display: table; clear: both; } /* AKA Clearfix */
.group { zoom: 1; /* IE 6/7 (to trigger hasLayout) */ }

/* container to prevent reflow for responsuve images */
/* Specify the inverse aspect ration as padding-bottom expressed as a percentage in the container */
.no-reflow { position: relative; height: 0; overflow: hidden; background-color: #fff; }
.no-reflow img { position: absolute; top: 0; left: 0; width: 100%; }

/* Simple CSS3 Animation */
.animate { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.no-animate { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

.menu { list-style-type: none; }
.menu li { float: left; line-height: 1; }
.menu a { text-decoration: none; }
.circle { border-radius: 50%; }
.ease { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.clear { clear: both; }
.hidden { display: none; }
.float-left { float: left; }
.float-right { float: right; }


/*** Standard WordPress Styles ***/
.alignnone { margin: 5px 20px 20px 0; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
img.alignleft { margin: 12px 24px 12px 0; }
img.alignright { margin: 12px 0 12px 24px; }
img.aligncenter { margin-top: 12px; margin-bottom: 12px; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/*** Standard WordPress Styles ***/

.wp-caption { background: #fff; border: 1px solid #f0f0f0; padding: 5px 3px 10px; text-align: center; max-width: 96%; /* Image does not overflow the content area */ }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

.gx-printable-frame { position: absolute; width: 0; height: 0; border: none; left: 0; top: 0; }

.gx-invalid { background: pink !important; color: red !important; }
.gx-lightbox { position: fixed; z-index: 10000; display: none; background: rgba(0,0,0,0.4); padding: 20px; box-sizing: border-box;  }
.gx-lightbox-close { position: absolute; top: -16px; right: -16px; width: 40px; height: 40px; background: url(images/lightbox-close.png) no-repeat; z-index: 100; cursor: pointer; }

.gx-video-image { width: 100%; cursor: pointer; }
.gx-video-button { position: absolute; display: none; top: 0; left: 0; width:56px; height: 40px; background: url(images/you-tube-btn.png) no-repeat; cursor: pointer; z-index: 1; opacity: 0.85; filter: alpha(opacity=85); }
.gx-video-button:hover { background: url(images/you-tube-btn-hover.png) no-repeat; opacity: 1; filter: alpha(opacity=100); }

