/** Style.scss Main SCSS File @package AA @since   0.0.1 */
/* DO NOT EDIT ORDER OF FILES */
/* ---------------------------------------------------------------------------- Variables ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- Variables ------------------------------------------------------------------------- */
/** Colors @package AA @since 0.0.1 */
/* ---------------------------------------------------------------------------- Colors ------------------------------------------------------------------------- */
/** Colors @type HEX */
/* ---------------------------------------------------------------------------- Colors that can be used ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- Fonts ------------------------------------------------------------------------- */
/** Roboto Family 300 Roboto Light 400 Roboto Normal */
/* ---------------------------------------------------------------------------- Mixins, Reset ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- Mixins ------------------------------------------------------------------------- */
/** Transition @include transition(all .4s ease); */
/* Mixin for clearfix @include clearfix; */
/* Apply a CSS3 linear gradient $from - The original colour stop of the gradient, eg #FF0000 or #FF0000 20% $to - The final colour stop of the gradient $fallback - A fallback background-color; if none is provided, the $from colour is used $start - The starting point of the gradient @include linearGradient(red, green); @include linearGradient(red, green, transparent); @include linearGradient(red 50%, green 100%); */
/* Mixin for placeholder styling */
/* Used to normalise select dropdowns Styles from formalize.me @include normaliseSelect(); */
/* @font-face mixin Bulletproof font-face via Font Squirrel @include fontface('family', 'assets/fonts/', 'myfontname'); */
/** Retina Image @include image-2x(/img/image.png, 100%, auto); */
/* ---------------------------------------------------------------------------- Responsive Usage @include r(240)  { } @include r(320)  { } @include r(480)  { } @include r(768)  { } @include r(1024) { } @include r(1280) { } ------------------------------------------------------------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* ---------------------------------------------------------------------------- Partials ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- CFC Main CSS File Contains normailization of forms ------------------------------------------------------------------------- */
#cfc form { width: 100%; /* ---------------------------------------------------------------------------- File ------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------------- Button ------------------------------------------------------------------------- */ }

#cfc form *, #cfc form *:after, #cfc form *:before { box-sizing: border-box; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; }

#cfc form input, #cfc form textarea { /*width: 100%;*/ /*margin: 0 0 20px 0;*/ }

#cfc form input[type="radio"], #cfc form input[type="checkbox"] { width: auto !important; }

#cfc form input[type="number"], #cfc form input[type="tel"], #cfc form input[type="date"] { width: 100%; /*padding: 0.5278em;*/ cursor: pointer; }

#cfc form .wpcf7-not-valid-tip { background-color: #f44336; color: #ffffff; font-size: 14px; padding: 10px; border: none; }

#cfc form img { /*margin: 25px 0;*/ }

#cfc form select { width: 100% !important; }

#cfc form .wpcf7-validation-errors { background: #e57373; border: none !important; padding: 25px; color: #ffffff !important; margin: 10px 0; width: 100%; font-size: 14px; }

#cfc form .wpcf7-mail-sent-ok { background: #35ad68; border: none !important; padding: 25px; color: #ffffff !important; margin: 10px 0; width: 100%; font-size: 14px; }

#cfc form input[type="file"] { width: 100% !important; padding: 15px; border: none; cursor: pointer !important; }

#cfc form input[type="file"]:focus, #cfc form input[type="file"]:active, #cfc form input[type="file"]:hover { border: none !important; }

#cfc form .wpcf7-submit { margin-bottom: 0 !important; transition: all 0.4s ease-in; }

/*# sourceMappingURL=style.css.map */