/*
Theme Name:     ReGen
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Version:        1.0
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* 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"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 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; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

::-moz-selection { background: #FFE9A1; color: #000; text-shadow: none; }

::selection { background: #FFE9A1; color: #000; text-shadow: none; }

a { color: #146d99; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

a:hover { text-decoration: underline; }

a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 26px; font-family: "Source Sans Pro", sans-serif; font-weight: 600; color: #146d99; line-height: 1.2; text-rendering: optimizelegibility; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #146d99; text-decoration: none !important; }

h1 { font-size: 60px; font-size: 3.75rem; font-weight: 700; }

h2 { font-size: 30px; font-size: 1.875rem; }

h3 { font-size: 24px; font-size: 1.5rem; }

h4 { font-size: 20px; font-size: 1.25rem; }

h5 { font-size: 18px; font-size: 1.125rem; }

h6 { font-size: 16px; font-size: 1rem; margin: 0; }

p { margin: 0 0 26px; }

.attention { font-size: 24px; font-size: 1.5rem; color: #146d99; line-height: 1.3; }

ul, ol { padding: 0; margin: 0 0 26px 26px; }

strong { font-weight: 700; }

em { font-style: italic; }

abbr { cursor: help; }

.tm { font-weight: 300; }

hr { height: 0; margin-bottom: 26px; border: 0; border-top: 1px solid #DDD; border-bottom: 1px solid transparent; }

blockquote { padding: 26px; margin-bottom: 26px; background: #F5F5F5; border-left: 5px solid #EEE; font-style: italic; }

blockquote footer, blockquote small { display: block; color: #146d99; font-weight: 700; }

blockquote footer cite, blockquote small cite { font-style: normal; font-weight: normal; }

address { display: block; margin-bottom: 26px; font-style: normal; }

table { max-width: 100%; border-collapse: collapse; border-spacing: 0; }

.table { width: 100%; margin: 0 0 26px; background: #FFF; }

.table th, .table td { padding: 15px 20px; text-align: left; vertical-align: top; border-top: 1px solid #FFF; }

.table th { font-weight: 600; background: #146d99; color: #FFF; }

.table thead th { vertical-align: bottom; background-color: #FFF; }

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; }

.table tbody + tbody { border-top: 2px solid #FFF; }

.table tbody tr:first-child th, .table tbody tr:first-child td { border-top: none; }

.table-striped tbody tr:nth-child(even) th { background: #146d99 !important; }

.table-striped tbody tr:nth-child(even) td { background-color: #e1eef4 !important; }

.table-striped tbody tr:nth-child(odd) th { background: #146d99 !important; }

.table-striped tbody tr:nth-child(odd) td { background: #FFF !important; }

fieldset { margin-bottom: 26px; padding: 0; border: none; }

fieldset legend { width: 100%; display: block; color: #146d99; font-weight: bold; font-size: 1em; border-bottom: 1px solid #DDD; margin: 0 0 26px; padding: 0; }

label { display: block; font-weight: bold; margin: 0 0 3px; }

label.required::after { content: "*"; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple=multiple], textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 6px; outline: none; font-size: 16px; font-size: 1rem; color: #333; border: none; background: #EEE; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }

input[type="radio"], input[type="checkbox"] { margin: 0; cursor: pointer; }

input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

textarea { width: 100%; height: 150px; resize: vertical; overflow: auto; }

select[multiple], select[size] { height: auto; }

::-moz-focus-inner { border: 0; padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"], button, .button, .btn { padding: 10px 15px; display: inline-block; font-weight: 600; font-family: "Source Sans Pro", sans-serif; vertical-align: middle; cursor: pointer; color: #77c043; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 16px; font-size: 1rem; line-height: 1; border: 1px solid #77c043; border-radius: 0; outline: none; background: none; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

button:hover, button:active, input[type="button"]:hover, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active, button:hover, button:active, .button:hover, .button:active, .btn:hover, .btn:active { color: #FFF; text-decoration: none; background: #77c043; }

button.btn-fa-right .fa, input[type="button"].btn-fa-right .fa, input[type="reset"].btn-fa-right .fa, input[type="submit"].btn-fa-right .fa, button.btn-fa-right .fa, .button.btn-fa-right .fa, .btn.btn-fa-right .fa { margin-left: 3px; }

button.btn-fa-left .fa, input[type="button"].btn-fa-left .fa, input[type="reset"].btn-fa-left .fa, input[type="submit"].btn-fa-left .fa, button.btn-fa-left .fa, .button.btn-fa-left .fa, .btn.btn-fa-left .fa { margin-right: 3px; }

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled, .button:disabled, .btn:disabled { cursor: not-allowed; opacity: 0.5; }

input[type="image"] { border: 0; }

.form-row { margin: 0 0 10px; }

.alert-success, .alert-warning, .alert-error, #cancel-comment-reply-link { display: block; margin: 0 0 26px; padding: 10px 20px; border-radius: 3px; }

.alert-success { background: #DFF0D8; border: 1px solid #b2dba1; color: #529138; }

.alert-warning { background: #FCF8E3; border: 1px solid #f5e79e; color: #caad16; }

.alert-error, #cancel-comment-reply-link { background: #F2DEDE; border: 1px solid #e4b9b9; color: #c77070; }

div.wpcf7-validation-errors { text-align: center; border-radius: 1px; margin: 0px !important; color: #898137; padding: 10px !important; background-color: #FFFFE0 !important; border: 1px solid #E6DB55 !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.3; }

span.wpcf7-not-valid-tip, .ajax-loader { display: none !important; }

div.wpcf7-mail-sent-ok { background-color: #EBFFE0 !important; border: 1px solid #73D042 !important; border-radius: 2px 2px 2px 2px !important; color: #568937 !important; font-size: 10pt !important; margin: 0px !important; padding: 13px !important; text-align: center !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.wpcf7-not-valid { background-color: #FFE0E0 !important; border: 1px solid #E65555 !important; }

div.gform_wrapper { max-width: 100%; margin: 0; }

div.gform_wrapper .gform_heading { margin: 0 auto; padding: 0; }

div.gform_wrapper .gform_heading h3.gform_title { margin: 0; padding: 0; text-align: center; font-weight: 400; font-size: 36px; }

div.gform_wrapper .validation_error { font-size: 16px; line-height: 1.2; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield { margin: 0 0 20px; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gfield_label .gfield_required { display: none; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gfield_description { color: #555; font-size: 13px; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield.field_description_above .gfield_label { margin-bottom: 0; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield.field_description_above .gfield_description { padding: 0; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gfield_radio li input[type=radio] { margin: 6px 3px 0 0; vertical-align: top; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gfield_radio li input[type=radio]:checked + label { font-weight: 300; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gfield_radio li label { font-weight: 300; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gfield_checkbox li input[type=checkbox] { margin: 6px 3px 0 0; vertical-align: top; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gfield_checkbox li input[type=checkbox]:checked + label { font-weight: 300; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gfield_checkbox li label { font-weight: 300; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gsection { margin: 40px 0 15px; padding: 0; border: none; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gsection .gsection_title { margin: 0; padding: 0; text-align: left; text-transform: none; font-size: 24px; font-weight: 400; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gsection .gsection_description { padding: 0; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gform_button_select_files { margin: 0 10px; background: #CCC; font-size: 13px; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper div.gform_body ul.gform_fields li.gfield textarea { padding: 0 10px; font-size: 16px; line-height: 1; min-height: 0; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield textarea { padding: 10px; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield textarea.large { height: 195px; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error { padding: 0; background: none; border: none; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error .ginput_container { margin-top: 8px; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error .validation_message { padding-top: 5px; font-size: 13px; color: #790000; }

div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error textarea { border: 2px solid #790000; }

div.gform_wrapper div.gform_footer { margin: 20px 0 0; padding: 0; }

div.gform_wrapper div.gform_footer input[type="submit"].gform_button { line-height: 1 !important; min-height: 0 !important; }

div.gform_wrapper div.gform_footer .gform_ajax_spinner { display: inline-block; vertical-align: middle; }

.wp-caption { background: #DDD; text-align: center; padding-top: 5px; }

.wp-caption-text { color: #000; font-weight: 700; margin: 0; padding: 0 5px 5px; }

.widget_nav_menu ul, .widget_pages ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_archive ul, .widget_shoppcategorieswidget ul, .widget_product_categories ul { margin: 0; list-style: none; line-height: 1.2; }

.widget_nav_menu ul li, .widget_pages ul li, .widget_categories ul li, .widget_recent_entries ul li, .widget_meta ul li, .widget_archive ul li, .widget_shoppcategorieswidget ul li, .widget_product_categories ul li { display: block; margin-bottom: 10px; }

.widget_nav_menu ul li ul, .widget_pages ul li ul, .widget_categories ul li ul, .widget_recent_entries ul li ul, .widget_meta ul li ul, .widget_archive ul li ul, .widget_shoppcategorieswidget ul li ul, .widget_product_categories ul li ul { margin-top: 10px; font-weight: 300; }

.widget_nav_menu ul li.bold > a, .widget_pages ul li.bold > a, .widget_categories ul li.bold > a, .widget_recent_entries ul li.bold > a, .widget_meta ul li.bold > a, .widget_archive ul li.bold > a, .widget_shoppcategorieswidget ul li.bold > a, .widget_product_categories ul li.bold > a { font-weight: 600; }

.widget_recent_entries ul li .post-date { display: block; font-size: 0.8em; color: #AAA; }

#sitemap ul { margin-bottom: 10px; margin-top: 10px; }

@-webkit-viewport { width: device-width; }

@-moz-viewport { width: device-width; }

@-ms-viewport { width: device-width; }

@-o-viewport { width: device-width; }

@viewport { width: device-width; }

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

html { font-size: 16px; }

body { background: #FFF; color: #333; line-height: 1.612; font-family: "Source Sans Pro", sans-serif; font-weight: 300; }

img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1200px; margin: 0 5%; }

.container::after { content: ''; display: table; clear: both; }

.row::after { content: ''; display: table; clear: both; }

#header { width: 100%; position: relative; z-index: 500; }

#header .header-main { padding: 35px 0 30px; background: #146d99; }

#header .header-main .logo { margin-bottom: 20px; }

#header .header-main .logo img { margin: 0 auto; }

#header .header-main .header-text { line-height: 1.2; text-align: center; }

#header .header-main .header-text .social-icons { margin: 0 0 10px; }

#header .header-main .header-text .social-icons a { display: inline-block; width: 25px; height: 25px; line-height: 25px; margin: 0 2px; text-align: center; background: #FFF; border-radius: 100%; color: #146d99; }

#header .header-main .header-text .social-icons a:hover { background: #77c043; color: #146d99; text-decoration: none; }

#header .header-main .header-text .tagline { margin-bottom: 10px; color: #77c043; font-weight: 600; font-style: italic; font-size: 24px; font-size: 1.5rem; }

#header .header-main .header-text .contact-line { color: #FFF; font-weight: 600; font-size: 20px; font-size: 1.25rem; }

#header .header-main .header-text .contact-line a { color: #FFF; text-decoration: none; }

#header nav { background: #77c043; }

#header nav .container { margin: 0; }

#header nav .menu-collapser .collapse-button { padding: 10px 5%; cursor: pointer; }

#header nav .menu-collapser .collapse-button .hamburger { width: 22px; }

#header nav .menu-collapser .collapse-button .hamburger span { display: block; height: 3px; margin-top: 4px; border-radius: 2px; background: #FFF; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

#header nav .menu-collapser .collapse-button .hamburger span:first-child { margin-top: 0; }

#header nav .menu-collapser.open .collapse-button .hamburger span { opacity: 0; }

#header nav .menu-collapser.open .collapse-button .hamburger span:first-child { opacity: 1; -webkit-transform: translateY(7px) rotate(-45deg); transform: translateY(7px) rotate(-45deg); }

#header nav .menu-collapser.open .collapse-button .hamburger span:last-child { opacity: 1; -webkit-transform: translateY(-7px) rotate(45deg); transform: translateY(-7px) rotate(45deg); }

#header nav ul { display: none; margin: 0; list-style: none; font-size: 14px; font-size: 0.875rem; font-family: "Source Sans Pro", sans-serif; font-weight: 600; line-height: 1.2; text-transform: uppercase; }

#header nav ul li { display: block; position: relative; }

#header nav ul li a { display: block; padding: 12px 5%; color: #FFF; }

#header nav ul li a[href="#"] { cursor: default; }

#header nav ul li ul { background: #3ab34a; }

#header nav ul li ul li ul { background: #34a042; }

#header nav ul li ul li .sub-collapser { background: #34a042; }

#header nav ul li .sub-collapser { width: 48px; height: 100%; position: absolute; right: 0; top: 0; text-align: center; z-index: 999; cursor: pointer; background: #3ab34a; }

#header nav ul li .sub-collapser > i { color: #FFF; }

#header nav ul li .sub-collapser:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

#header nav ul li .sub-collapser.expanded { height: 42px; }

#header nav ul li.nocaps { text-transform: none !important; }

#hero img { margin: 0 auto; }

#hero .flexslider .slides li { height: 500px; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; }

#hero .flexslider .slides li .container { height: 500px; margin: 0; position: relative; }

#hero .flexslider .slides li .caption { position: absolute; bottom: 0; left: 0; background: rgba(255, 255, 255, 0.7); }

#hero .flexslider .slides li .caption .text { padding: 20px; font-size: 13px; font-size: 0.8125rem; }

#hero .flexslider .slides li .caption h2 { margin: 0 0 10px; text-transform: uppercase; font-size: 20px; font-size: 1.25rem; }

#hero .flexslider .slides li .caption p { margin: 0 0 15px; }

#hero .flexslider .slides li .caption br { display: none; }

#features { padding: 25px 0; color: #555; text-align: center; text-transform: uppercase; font-weight: 700; font-size: 20px; font-size: 1.25rem; background: url(//regenbuilding.com.au/wp-content/themes/regen/images/texture1.png) repeat; }

#features span { display: inline-block; margin: 0 10px; }

.section-intro { padding: 90px 0; text-align: center; }

.section-intro h2 { text-transform: uppercase; }

.section-intro p { font-size: 20px; font-size: 1.25rem; }

.section-intro .btn { padding-top: 10px; padding-bottom: 10px; }

#main { padding: 90px 0; }

#main .main-title { width: 100%; margin: 0 0 50px; text-align: center; }

#main .main-title h1 { margin: 0; }

#main .content { margin-bottom: 70px; }

#main .content ul li, #main .content ol li { margin-bottom: 5px; }

#main .content ul li:last-child, #main .content ol li:last-child { margin-bottom: 0; }

#main .sidebar .widget { margin: 0 0 20px; }

#main .sidebar .widget-title { margin: 0 0 10px; text-transform: uppercase; font-size: 30px; font-size: 1.875rem; }

#main .sidebar .widget-contact-form { padding: 25px 10%; background: url(//regenbuilding.com.au/wp-content/themes/regen/images/texture1.png) repeat; }

#main .sidebar .widget-contact-form p { margin: 0 0 10px; }

#main .sidebar .widget-contact-form form input[type="text"], #main .sidebar .widget-contact-form form input[type="email"], #main .sidebar .widget-contact-form form textarea { border: 1px solid #DDD; background: #FFF; }

#main .sidebar .widget-contact-form form button { padding-top: 6px; padding-bottom: 6px; }

#main .sidebar .widget_sp_image img { margin: 0 auto; }

#footer { padding: 45px 0; background: url(//regenbuilding.com.au/wp-content/themes/regen/images/pattern1.png) repeat; color: #FFF; }

#footer a { color: #FFF; }

#footer .footer-r { font-size: 12px; font-size: 0.75rem; }

#footer .widget { margin-bottom: 40px; }

#footer .widget_nav_menu ul li a[href="#"] { cursor: default; }

#footer .widget_nav_menu ul li.footer-hidden { display: none; }

#footer .widget_nav_menu ul ul { display: none; }

.file-links { margin: 0 0 60px; border-bottom: 1px solid #AAA; font-weight: 400; line-height: 1.2; font-size: 20px; font-size: 1.25rem; }

.file-links li { display: block; margin: 0 !important; border-top: 1px solid #AAA; }

.file-links li a { display: block; padding: 25px 40px; color: #333; text-decoration: none; position: relative; }

.file-links li a:before { content: '\f1c1'; font-family: FontAwesome; position: absolute; top: 25px; left: 12px; }

.file-links li a:hover { color: #146d99; text-decoration: none; background: #e1eef4; }

#toggle-content { margin: 0 0 70px; padding: 60px 0; background: #EEE; }

#toggle-content ul li, #toggle-content ol li { margin-bottom: 5px; }

#toggle-content ul li:last-child, #toggle-content ol li:last-child { margin-bottom: 0; }

#toggle-content .close-button { text-align: center; }

.section-products .product { max-width: 360px; margin: 0 auto 70px; text-align: center; }

.section-products .product img { margin: 0 0 25px; }

.section-products .product h3 { margin: 0 0 15px; }

.section-products .product h3 a { color: #146d99; text-decoration: none; }

.section-products .product .btn { padding: 5px; margin-right: 5px; font-size: 12px; font-size: 0.75rem; }

.section-contact { padding: 60px 0; background: url(//regenbuilding.com.au/wp-content/themes/regen/images/texture1.png) repeat; }

.section-contact h2, .section-contact p { text-align: center; }

.section-contact h2 { margin: 0 0 20px; text-transform: uppercase; }

.section-contact form input[type="text"], .section-contact form input[type="email"], .section-contact form textarea { border: 1px solid #DDD; background: #FFF; }

.section-contact form textarea { height: 167px; }

.section-logos { padding: 50px 0; }

.section-logos .scroller { margin: 0; text-align: center; }

.section-logos .scroller li { margin: 0 50px; display: inline-block; vertical-align: middle; }

.simply-scroll-container { position: relative; }

.simply-scroll { height: 70px; }

.simply-scroll-clip { height: 70px; position: relative; overflow: hidden; }

.simply-scroll-list { overflow: hidden; margin: 0; padding: 0; list-style: none; font-size: 0; line-height: 70px; }

.simply-scroll-list li { display: block; float: left; }

.simply-scroll-list li img { display: inline-block; vertical-align: middle; }

.section-product-home-content { padding: 100px 0; }

.section-product-home-content .image { margin-bottom: 26px; }

#toggle-content.product-home-toggle-content { margin-bottom: 0; }

.search-result { margin: 0 0 26px; }

.search-result h3 { margin: 0; }

.search-result h3 a { color: #146d99; font-style: normal; }

.search-result a { color: #77c043; font-style: italic; }

.distributor { margin-bottom: 70px; }

.distributor .distributor-map { margin-bottom: 30px; }

.contacts { margin-left: 0; color: #555; }

.contacts li { display: block; padding-left: 30px; position: relative; }

.contacts li a { color: #333; }

.contacts li:before { width: 25px; position: absolute; left: 0; top: 1px; text-align: center; font-family: FontAwesome; }

.contacts li.address:before { content: '\f041'; }

.contacts li.phone:before { content: '\f095'; }

.contacts li.email:before { content: '\f003'; }

.contacts li.website:before { content: '\f0c1'; }

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { position: relative; margin-bottom: 26px; }

.alignright, .alignleft, .aligncenter, .alignnone { margin: 0 0 26px; display: block; }

.accordion { margin: 0 0 50px; }

.accordion .accordion-item { margin-bottom: 10px; }

.accordion .accordion-item .accordion-handle { cursor: pointer; position: relative; background: #e1eef4; }

.accordion .accordion-item .accordion-handle h3 { padding: 20px 70px 20px 5%; margin: 0; font-size: 20px; font-size: 1.25rem; font-family: "Source Sans Pro", sans-serif; font-weight: 400; color: #555; }

.accordion .accordion-item .accordion-handle h3:after { font-family: FontAwesome; content: "\f0ab"; font-size: 20px; position: absolute; right: 40px; top: 21px; }

.accordion .accordion-item .accordion-content { padding: 30px 5%; background: url(//regenbuilding.com.au/wp-content/themes/regen/images/texture1.png) repeat; }

.accordion .accordion-item .accordion-content .accordion-buttons .btn { display: block; margin-bottom: 10px; padding: 15px 25px; text-transform: none; }

.accordion .accordion-item.selected .accordion-handle { background: #146d99; }

.accordion .accordion-item.selected .accordion-handle h3 { color: #FFF; }

.accordion .accordion-item.selected .accordion-handle h3:after { content: "\f0aa"; }

.flexslider { margin: 0; padding: 0; }

.flexslider .slides { margin: 0; list-style: none; }

.flexslider .slides::after { content: ''; display: table; clear: both; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

.flexslider .slides img { width: 100%; display: block; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

#slider { position: relative; }

#slider .slides { margin: 0 0 10px; }

#slider .slides li { position: relative; }

#slider .slides li .caption { padding: 10px 20px; line-height: 1.2; position: absolute; left: 0; bottom: 10%; color: #FFF; background: rgba(20, 109, 153, 0.8); text-transform: uppercase; font-weight: 600; font-size: 16px; font-size: 1rem; }

#slider .flex-direction-nav { margin: 0; list-style: none; line-height: 1; *height: 0; }

#slider .flex-direction-nav li { width: 60px; height: 60px; display: block; position: absolute; top: 50%; margin-top: -30px; z-index: 20; font-size: 60px; }

#slider .flex-direction-nav li.flex-nav-prev { left: 0; }

#slider .flex-direction-nav li.flex-nav-next { right: 0; }

#slider .flex-direction-nav a { width: 100%; height: 100%; display: block; color: #FFF; text-align: center; }

#slider .flex-direction-nav a.flex-disabled { display: none; }

#carousel .slides li { margin-right: 10px; }

#carousel .slides li img { cursor: pointer; }

#carousel .slides li.flex-active-slide { opacity: 0.7; }

#fb-root { display: none; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }

.subscribe { padding: 40px 20px; background: #77c043; color: #FFF; }

.subscribe .text { margin: 0 auto 30px; text-align: center; font-size: 20px; font-weight: 700; line-height: 1.2; }

.subscribe .form { max-width: 760px; margin: 0 auto; }

.subscribe .form .gform_confirmation_message { color: #333; }

.subscribe .form div.gform_wrapper { margin: 0; }

.subscribe .form div.gform_wrapper .validation_error { display: none; }

.subscribe .form div.gform_wrapper div.gform_body { width: 100%; }

.subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield { margin: 0 0 15px; padding: 0; }

.subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container { margin-top: 0; }

.subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield textarea { height: 40px; padding: 0 10px; background: #FFF; border: none; border-radius: 0; }

.subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error { border: none; background: none; }

.subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error .validation_message { color: #FFF; font-weight: 300; }

.subscribe .form div.gform_wrapper div.gform_footer { margin: 0; }

.subscribe .form div.gform_wrapper div.gform_footer input[type="submit"].gform_button { width: 100%; height: 40px; display: block; padding: 0; font-size: 13px; border: 1px solid #FFF; color: #FFF; }

.subscribe .form div.gform_wrapper div.gform_footer input[type="submit"].gform_button:hover { color: #FFF; background: #146d99; border-color: #146d99; }

@media (min-width: 480px) { .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields::after { content: ''; display: table; clear: both; }
  .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield { float: left; clear: none; text-align: inherit; width: 48.5%; margin-left: 0%; margin-right: 3%; }
  .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield::after { content: ''; display: table; clear: both; }
  .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield:nth-child(n) { margin-right: 3%; float: left; clear: none; }
  .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield:nth-child(2n) { margin-right: 0%; float: right; }
  .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield:nth-child(2n + 1) { clear: both; } }

@media (min-width: 600px) { .subscribe .form div.gform_wrapper::after { content: ''; display: table; clear: both; }
  .subscribe .form div.gform_wrapper div.gform_body { float: left; clear: none; text-align: inherit; width: 79.76%; margin-left: 0%; margin-right: 1.2%; float: left; }
  .subscribe .form div.gform_wrapper div.gform_body::after { content: ''; display: table; clear: both; }
  .subscribe .form div.gform_wrapper div.gform_body:last-child { margin-right: 0%; }
  .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield { margin-bottom: 0; float: left; clear: none; text-align: inherit; width: 49.25%; margin-left: 0%; margin-right: 1.5%; }
  .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield::after { content: ''; display: table; clear: both; }
  .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield:nth-child(n) { margin-right: 1.5%; float: left; clear: none; }
  .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield:nth-child(2n) { margin-right: 0%; float: right; }
  .subscribe .form div.gform_wrapper div.gform_body ul.gform_fields li.gfield:nth-child(2n + 1) { clear: both; }
  .subscribe .form div.gform_wrapper div.gform_footer { float: left; clear: none; text-align: inherit; width: 19.04%; margin-left: 0%; margin-right: 1.2%; clear: none; }
  .subscribe .form div.gform_wrapper div.gform_footer::after { content: ''; display: table; clear: both; }
  .subscribe .form div.gform_wrapper div.gform_footer:last-child { margin-right: 0%; } }

@media (min-width: 768px) { .subscribe { padding: 40px 5%; } }

@media (min-width: 1240px) { .subscribe .text { margin-bottom: 0; float: left; clear: none; text-align: inherit; width: 32.8%; margin-left: 0%; margin-right: 5%; text-align: left; font-size: 24px; }
  .subscribe .text::after { content: ''; display: table; clear: both; }
  .subscribe .text:nth-child(n) { margin-right: 5%; float: left; clear: none; }
  .subscribe .text:nth-child(2n) { margin-right: 0%; float: right; }
  .subscribe .text:nth-child(2n + 1) { clear: both; }
  .subscribe .form { max-width: 100%; padding-top: 8px; float: left; clear: none; text-align: inherit; width: 62.2%; margin-left: 0%; margin-right: 5%; }
  .subscribe .form::after { content: ''; display: table; clear: both; }
  .subscribe .form:nth-child(n) { margin-right: 5%; float: left; clear: none; }
  .subscribe .form:nth-child(2n) { margin-right: 0%; float: right; }
  .subscribe .form:nth-child(2n + 1) { clear: both; } }

.screen-reader, div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gf-hidden-label .gfield_label { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }

@media (min-width: 480px) { #footer .footer-l::after { content: ''; display: table; clear: both; }
  #footer .footer-l .widget { width: 47.5%; margin-left: 5%; float: left; }
  #footer .footer-l .widget:nth-child(2n+1) { margin-left: 0; clear: left; }
  .alignright { float: right; margin: 0 0 60px 60px; }
  .alignleft { float: left; margin: 0 60px 60px 0; }
  .aligncenter { margin: 0 auto 60px; }
  .alignnone { margin: 0 0 60px; } }

@media (min-width: 768px) { #header .header-main { padding-top: 30px; }
  #header .header-main .logo { width: 35%; float: left; margin-bottom: 0; padding-top: 17px; }
  #header .header-main .logo img { margin: 0; }
  #header .header-main .header-text { width: 60%; float: right; text-align: right; }
  #header .header-main .header-text .social-cions a { margin: 0 0 0 3px; }
  #header nav .container { margin: 0 5%; }
  #header nav .menu-collapser, #header nav .sub-collapser { display: none; }
  #header nav ul { text-align: center; font-size: 16px; font-size: 1rem; }
  #header nav ul li { display: inline-block; }
  #header nav ul li a { padding: 8px 20px; }
  #header nav ul li a:hover { text-decoration: none; background: #3ab34a; }
  #header nav ul li ul { width: 160px; position: absolute; top: 100%; left: 0; text-transform: none; text-align: left; font-weight: 300; z-index: 1; }
  #header nav ul li ul li { display: block; }
  #header nav ul li ul li a { padding: 10px 20px; }
  #header nav ul li ul li a:hover { background: #34a042; }
  #header nav ul li ul li ul { top: 0; left: 160px; z-index: 2; }
  #header nav ul li ul li ul li a:hover, #header nav ul li ul li ul li a.current-menu-item, #header nav ul li ul li ul li a.current-menu-ancestor { background: #2e8c3a; }
  #header nav ul li ul li:hover > a, #header nav ul li ul li.current-menu-item > a, #header nav ul li ul li.current-menu-ancestor > a { background: #34a042; }
  #header nav ul li:hover > a, #header nav ul li.current-menu-item > a, #header nav ul li.current-menu-ancestor > a { background: #3ab34a; }
  #hero .flexslider .slides li .container { margin: 0 5%; }
  #hero .flexslider .slides li .caption { display: table; width: 40%; height: 500px; bottom: 0; background: rgba(255, 255, 255, 0.9); }
  #hero .flexslider .slides li .caption .text { display: table-cell; vertical-align: bottom; padding: 8.33333%; }
  #footer .footer-l .widget { width: 21.25%; }
  #footer .footer-l .widget:nth-child(2n+1) { margin-left: 5%; clear: none; }
  #footer .footer-l .widget:nth-child(4n+1) { margin-left: 0; clear: left; }
  .section-products .products::after { content: ''; display: table; clear: both; }
  .section-products .product { width: 47.5%; margin-left: 5%; float: left; text-align: left; }
  .section-products .product:nth-child(2n+1) { margin-left: 0; clear: left; }
  .section-contact form .form-col { width: 46.66667%; float: left; }
  .section-contact form .form-col:first-child { margin-right: 6.66667%; }
  .section-product-home-content { padding: 100px 0; }
  .section-product-home-content .image { width: 47.5%; margin-bottom: 0; float: left; }
  .section-product-home-content .text { width: 47.5%; float: right; }
  .one-half { width: 48%; }
  .one-third { width: 30.66%; }
  .two-third { width: 65.33%; }
  .one-fourth { width: 22%; }
  .three-fourth { width: 74%; }
  .one-fifth { width: 16.8%; }
  .two-fifth { width: 37.6%; }
  .three-fifth { width: 58.4%; }
  .four-fifth { width: 67.2%; }
  .one-sixth { width: 13.33%; }
  .five-sixth { width: 82.67%; }
  .one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { margin-right: 4%; float: left; }
  .last { margin-right: 0 !important; clear: right; }
  .accordion .accordion-item .accordion-content .accordion-buttons .btn { display: inline-block; margin-right: 5px; }
  #slider .slides li .caption { padding: 18px 30px; background: #146d99; font-size: 20px; font-size: 1.25rem; } }

@media (min-width: 960px) { #header .header-main .logo { padding-top: 12px; }
  #hero .flexslider .slides li .caption .text { font-size: 14px; font-size: 0.875rem; }
  #hero .flexslider .slides li .caption h2 { font-size: 24px; font-size: 1.5rem; }
  #hero .flexslider .slides li .caption br { display: block; }
  #main .content { width: 70%; float: left; margin-bottom: 0; }
  #main .sidebar { width: 25%; float: right; }
  .section-products .product { width: 30%; }
  .section-products .product:nth-child(2n+1) { margin-left: 5%; clear: none; }
  .section-products .product:nth-child(3n+1) { margin-left: 0; clear: left; } }

@media (min-width: 1240px) { .container { margin: 0 auto; }
  #header .header-main .logo { padding-top: 30px; }
  #header .header-main .header-text .tagline { font-size: 30px; font-size: 1.875rem; }
  #header .header-main .header-text .contact-line { font-size: 24px; font-size: 1.5rem; }
  #header nav .container { margin: 0 auto; }
  #header nav ul { font-size: 20px; font-size: 1.25rem; }
  #header nav ul li ul { font-size: 16px; font-size: 1rem; }
  #hero .flexslider .slides li .container { margin: 0 auto; }
  #hero .flexslider .slides li .caption .text { font-size: 16px; font-size: 1rem; }
  #hero .flexslider .slides li .caption h2 { font-size: 30px; font-size: 1.875rem; }
  .section-intro .container { max-width: 900px; }
  #footer .footer-l { width: 70%; float: left; }
  #footer .footer-l .widget { width: 21.42857%; margin-left: 4.7619%; margin-bottom: 0; }
  #footer .footer-l .widget:nth-child(2n+1) { margin-left: 4.7619%; }
  #footer .footer-l .widget:nth-child(4n+1) { margin-left: 0; }
  #footer .footer-r { width: 25%; float: right; text-align: right; }
  #toggle-content .container, .section-contact .container { max-width: 900px; }
  .distributor::after { content: ''; display: table; clear: both; }
  .distributor .distributor-map { width: 46.42857%; margin-bottom: 0; float: left; }
  .distributor .distributor-details { width: 46.42857%; float: right; } }

@media print { * { background: transparent !important; color: black !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; -webkit-filter: none !important; filter: none !important; -ms-filter: none !important; }
  @page { margin: 0.5cm; }
  h2, h3 { orphans: 3; widows: 3; page-break-after: avoid; }
  p { orphans: 3; widows: 3; }
  pre, blockquote { border: 1px solid gray; page-break-inside: avoid; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr { page-break-inside: avoid; } }

/**********************************
 * 			custom additions
 * *******************************/
.page-numbers {
	    padding: 15px 20px;
    background: #77c043;
    color: #fff;
    margin-right: 5px;
	transition: all ease-in 300ms;
}

.page-numbers:hover {
	background: #146d99;
	text-decoration: none;
}

article:not(:first-of-type) {
	margin-top: 30px;
	border-top: 4px solid #146d99;
	padding-top: 30px;
}

article:after {
	content: " ";
	clear: both;
	display: block;
	height: 1px;
}

@media (min-width: 768px){
	article .image {
		width: 30%;
		float: left;
	}
	
	article .content {
		width: 70%;
		padding-left: 30px;
		float: left;
	}
	
	article .content.full-width {
		width: 100%!important;
		padding-left: 0!important;
	}
}

article .cats {
	margin-left: 10px;
}

article h2 {
	font-weight: 800;
	font-size: 32px!important;
}

.btn {
	padding: 15px 30px;
    background: #77c043;
    color: #FFF;
	text-transform: uppercase;
	margin: 10px 0;
	border: 2px solid transparent;
}
.btn:hover {
	background: none;
	color: #77c043;
	border-color: #77c043;
}

.btn-primary {
	color: #fff;
    background: #77c043;
	text-decoration: none;
	border-color: #77c043;
}

.btn-primary:hover{
	background: #146d99;
	text-decoration: none;
	border-color: #146d99;
	transition: all ease-in 300ms;
}

h2 a {
	transition: all ease-in 300ms;
}

h2 a:hover {
	color: #77c043;
}