/*
Theme Name:     Peartree
Description:    
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; 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"] { 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: #c5c416; color: #FFF; text-shadow: none; }

::selection { background: #c5c416; color: #FFF; text-shadow: none; }

a { color: #c5c416; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-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 29px; font-family: "Source Sans Pro", sans-serif; font-weight: 600; color: #111; line-height: 1.2; text-rendering: optimizelegibility; }

h1 { font-size: 48px; font-size: 2.66667rem; }

h2 { font-size: 36px; font-size: 2rem; }

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

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

h5 { font-size: 16px; font-size: 0.88889rem; }

h6 { font-size: 13px; font-size: 0.72222rem; text-transform: uppercase; font-weight: 700; }

p { margin: 0 0 29px; }

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

strong { font-weight: 600; }

em { font-style: italic; }

abbr { cursor: help; }

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

blockquote { padding: 29px; margin: 0 0 29px; background: #F5F5F5; border-left: 5px solid gainsboro; font-style: italic; }
blockquote footer, blockquote small, blockquote cite { display: block; color: #111; font-weight: 700; font-style: normal; }
blockquote footer span, blockquote small span, blockquote cite span { font-weight: normal; }

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

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

.table { width: 100%; margin: 0 0 29px; }
.table th, .table td { padding: 8px; text-align: left; vertical-align: top; border-top: 1px solid #DDD; }
.table th { font-weight: bold; }
.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 #DDD; }

.table-bordered { border: 1px solid #DDD; border-collapse: separate; *border-collapse: collapsed; border-left: 0; }
.table-bordered th, .table-bordered td { border-left: 1px solid #DDD; }
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; }

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: #F9F9F9; }

.table tbody tr:hover td, .table tbody tr:hover th { background-color: #F5F5F5; }

form { font-size: 16px; font-size: 0.88889rem; }

label { display: block; }

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 { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; padding: 10px; outline: none; font-size: 16px; font-size: 0.88889rem; color: #111; border: none; background: #EEE; border-radius: 0; box-shadow: none; }

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

.checkbox-group label, .radio-group label { font-weight: normal; }

.checkbox-group-inline label, .radio-group-inline label { display: inline-block; margin-right: 20px; }

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 { border-radius: 0; }

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

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

.styled-select { overflow: hidden; padding: 0; margin: 0; background: #FFF; border-radius: 2px; border: 1px solid #CCC; cursor: pointer; position: relative; }
.styled-select select { width: 115% !important; background-color: transparent; background-image: none; -webkit-appearance: none; border: none; box-shadow: none; padding: 6px 30px 6px 15px; }
.styled-select:after { content: '\f107'; font-family: FontAwesome; font-size: 13px; position: absolute; right: 13px; top: 12px; color: #000; line-height: 1; }

button, input[type="button"], input[type="reset"], input[type="submit"], button, .button, .btn { padding: 10px 15px; display: inline-block; font-weight: normal; font-family: "Source Sans Pro", sans-serif; vertical-align: middle; cursor: pointer; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 13px; font-size: 0.72222rem; line-height: 1; border: none; border-radius: 5px; outline: none; background: #c5c416; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
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: 5px; }
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: 5px; }
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: #dcdb19; }
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; }

.form-help { display: block; padding-top: 3px; color: #999; font-style: italic; font-size: 0.9em; clear: both; }

.lined-form label { margin-bottom: 3px; }
.lined-form input[type="color"], .lined-form input[type="date"], .lined-form input[type="datetime"], .lined-form input[type="datetime-local"], .lined-form input[type="email"], .lined-form input[type="month"], .lined-form input[type="number"], .lined-form input[type="password"], .lined-form input[type="search"], .lined-form input[type="tel"], .lined-form input[type="text"], .lined-form input[type="time"], .lined-form input[type="url"], .lined-form input[type="week"], .lined-form input:not([type]), .lined-form textarea, .lined-form select[multiple=multiple], .lined-form textarea { background: #FFF; }
.lined-form .form-row { margin: 0; padding: 5px 0; border-top: 2px solid #111; }
.lined-form .form-row .inner { margin: 20px 0; }
.lined-form .form-actions { position: relative; }
.lined-form .form-actions input[type="submit"] { width: 80px; height: 80px; line-height: 80px; margin: 0 auto; padding: 0; display: block; border-radius: 50%; background: #c5c416; color: #FFF; text-transform: uppercase; text-align: center; text-decoration: none !important; font-weight: 600; font-size: 16px; font-size: 0.88889rem; letter-spacing: 2px; position: relative; z-index: 2; }
.lined-form .form-actions input[type="submit"]:hover { background: #111; }
.lined-form .form-actions:before { content: ''; width: 100%; height: 2px; display: block; background: #111; position: absolute; left: 0; top: 50%; margin-top: -1px; }

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

.alert-success, .gform_confirmation_message { 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; }

div.wpcf7-response-output { margin-top: 20px !important; }

.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: 5px; }
.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: 5px; margin-left: 20px; font-size: 13px; font-size: 0.72222rem; }

.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 { min-height: 100%; font-size: 18px; }

body { min-height: 100%; background: #111; color: #111; 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 auto; }
.container::after { clear: both; content: ""; display: table; }

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

#header { width: 100%; position: relative; z-index: 500; background: #FFF; }
#header .logo { padding: 30px; }
#header .logo img { margin: 0 auto; }
#header nav { background: #111; }
#header nav .menu-collapser .collapse-button { padding: 12px 20px; 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.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s 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); -moz-transform: translateY(7px) rotate(-45deg); -ms-transform: translateY(7px) rotate(-45deg); -o-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); -moz-transform: translateY(-7px) rotate(45deg); -ms-transform: translateY(-7px) rotate(45deg); -o-transform: translateY(-7px) rotate(45deg); transform: translateY(-7px) rotate(45deg); }
#header nav ul { margin: 0; list-style: none; font-size: 16px; font-size: 0.88889rem; 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 20px; color: #FFF; }
#header nav ul li a[href="#"] { cursor: default; }
#header nav ul li ul { display: none; background: #c5c416; }
#header nav ul li ul li ul { background: #b7b614; }
#header nav ul li ul li .sub-collapser { background: #b7b614; }
#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: #c5c416; }
#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: 45px; }

.main { padding: 60px 20px; background: #FFF; }
.main .main-title { margin: 0 0 60px; text-align: center; }
.main .main-title h1 { margin: 0; }
.main .main-title span { display: block; text-align: center; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.main .main-title span:before { content: '-'; }
.main .main-title span:after { content: '-'; }
.main .content::after { clear: both; content: ""; display: table; }
.main .content-narrow { max-width: 840px; margin: 0 auto; }
.main .content-narrow::after { clear: both; content: ""; display: table; }

.intro { max-width: 760px; margin: 0 auto 60px; text-align: center; text-transform: uppercase; }

#footer { padding: 40px 20px; background: #111; color: #FFF; letter-spacing: 1px; text-align: center; font-weight: 400; font-size: 13px; font-size: 0.72222rem; }
#footer a { color: #FFF; }
#footer a:hover { text-decoration: none; color: #c5c416; }
#footer nav { margin: 0 0 30px; }
#footer nav ul { margin: 0; }
#footer nav ul li { display: inline-block; margin: 0 5px; }
#footer nav ul li ul { display: none; }
#footer .copyright span { font-size: 11px; font-size: 0.61111rem; }

.icon-links { margin: 50px 0; }
.icon-links::after { clear: both; content: ""; display: table; }
.icon-links .icon-link { width: 50%; padding-bottom: 50%; float: left; background: #c5c416; color: #FFF; text-align: center; text-transform: uppercase; font-weight: 600; font-size: 20px; font-size: 1.11111rem; position: relative; }
.icon-links .icon-link br, .icon-links .icon-link p { display: none; }
.icon-links .icon-link a { color: #FFF; text-decoration: none !important; }
.icon-links .icon-link a:hover { color: #111; }
.icon-links .icon-link .inner { position: absolute; width: 100%; height: 100%; overflow: hidden; }
.icon-links .icon-link .inner .display-table { width: 100%; height: 100%; display: table; }
.icon-links .icon-link .inner .display-table .display-table-cell { display: table-cell; vertical-align: middle; padding: 10%; }
.icon-links .icon-link .inner img { max-width: 60%; display: inline-block; }
.icon-links .icon-link .inner span { display: block; letter-spacing: 2px; }
.icon-links .icon-link:nth-child(4n+2), .icon-links .icon-link:nth-child(4n+3) { background: #111; }
.icon-links .icon-link:nth-child(4n+2) a:hover, .icon-links .icon-link:nth-child(4n+3) a:hover { color: #c5c416; }

#slider { background: #000; }

.home-content { margin-bottom: 50px; text-align: center; }
.home-content h2 { font-size: 40px; font-size: 2.22222rem; }

.quick-links { margin-bottom: 25px; }
.quick-links .quick-link { max-width: 360px; margin: 0 auto 60px; }
.quick-links .quick-link a { display: block; color: #111; }
.quick-links .quick-link a:hover { color: #c5c416; text-decoration: none; }
.quick-links .quick-link a:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); }
.quick-links .quick-link a:hover h3 { color: #c5c416; }
.quick-links .quick-link a:hover h3:after { background: #c5c416; }
.quick-links .quick-link img { width: 100%; margin: 0 0 20px; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.quick-links .quick-link h3 { margin: 0; padding: 0 60px 0 0; color: #111; letter-spacing: 2px; position: relative; font-size: 20px; font-size: 1.11111rem; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.quick-links .quick-link h3:after { content: ''; width: 50px; height: 4px; display: block; background: #111; position: absolute; right: 0; top: 10px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.clients { margin-bottom: 50px; }
.clients h2 { margin: 0 0 50px; text-align: center; letter-spacing: 2px; font-size: 36px; font-size: 2rem; }
.clients .inner div { text-align: center; line-height: 100px; outline: none; }
.clients .inner div img { display: inline-block; vertical-align: middle; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.clients .inner .slick-slide:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); }

.contact-map { margin: 0 0 50px; -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.contact-details { margin-bottom: 50px; }
.contact-details dl::after { clear: both; content: ""; display: table; }
.contact-details dl dt, .contact-details dl dd { margin: 0 0 10px; padding: 0; display: block; }
.contact-details dl dt { width: 80px; float: left; clear: left; }
.contact-details dl dd { margin-left: 90px; }
.contact-details dl a { color: #111; }

.staff .profile { margin-bottom: 50px; }
.staff .profile .photo { margin-bottom: 30px; }
.staff .profile .positions { margin: 70px 0; padding: 50px 7% 21px; background: #DDD; }

.services .desc { padding-top: 30px; margin-bottom: 50px; position: relative; }
.services .desc:before { content: ''; width: 20px; height: 4px; display: block; background: #111; position: absolute; top: 0; left: 0; }

.content-blocks { margin: 50px 0; }
.content-blocks .content-block { margin-bottom: 70px; }
.content-blocks .content-block .icon { margin-bottom: 30px; }
.content-blocks .content-block .text .links { margin: 0; font-weight: 600; font-size: 16px; font-size: 0.88889rem; }
.content-blocks .content-block .text .links li { display: block; }

.case-studies .case-study { margin-bottom: 100px; }
.case-studies .case-study a { display: block; position: relative; color: #FFF !important; text-decoration: none !important; }
.case-studies .case-study a:hover .over { opacity: 1; }
.case-studies .case-study .logo { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.case-studies .case-study .logo .inner { width: 100%; height: 100%; display: table; }
.case-studies .case-study .logo .inner div { display: table-cell; vertical-align: middle; text-align: center; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.case-studies .case-study .logo .inner div img { display: inline-block; }
.case-studies .case-study .over { width: 100%; height: 100%; position: relative; background: #000; opacity: 0; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.case-studies .case-study .over img { width: 100%; opacity: 0.6; }
.case-studies .case-study .over .caption { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.case-studies .case-study .over .caption .inner { width: 100%; height: 100%; display: table; }
.case-studies .case-study .over .caption .inner div { display: table-cell; vertical-align: middle; color: #FFF; text-align: center; font-weight: 600; font-size: 20px; font-size: 1.11111rem; }

.single-client .main .content-narrow .row { clear: both; }

.testimonial { margin: 70px 0; }
.testimonial .photo { margin: 0 0 30px; }
.testimonial .photo img { border-radius: 50%; }
.testimonial .text p { margin: 0 0 15px; color: #c5c416; line-height: 1.3; font-style: italic; font-size: 30px; font-size: 1.66667rem; }
.testimonial .text span { display: block; color: #AAA; font-weight: 600; font-size: 16px; font-size: 0.88889rem; }

.scroller { margin-top: 50px; }
.scroller div { text-align: center; line-height: 170px; outline: none; }
.scroller div a:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); }
.scroller div img { max-width: 80%; display: inline-block; vertical-align: middle; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.archive-post { margin-bottom: 70px; }
.archive-post .thumb { margin-bottom: 30px; }
.archive-post .text .read-more { font-weight: 600; font-size: 16px; font-size: 0.88889rem; }

.post-header { margin: 0 0 15px; }
.post-header h2 { margin: 0 0 15px; }
.post-header h2 a, .post-header h2 a:hover { color: #111; text-decoration: none; }
.post-header .post-meta { color: #AAA; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; font-size: 16px; font-size: 0.88889rem; }
.post-header .post-meta time { display: inline-block; }
.post-header .post-meta .sep { display: inline-block; margin: 0 8px; font-weight: 300; }
.post-header .post-meta .categories { display: inline-block; }
.post-header .post-meta .categories a { color: #AAA; }
.post-header .post-meta .categories a:hover { color: #c5c416; text-decoration: none; }

.post-figure { margin: 0 0 65px; }
.post-figure figcaption { margin: 0; padding: 10px 0 0; text-align: center; font-weight: 600; font-size: 13px; font-size: 0.72222rem; }

.post-tags { display: none; font-size: 16px; font-size: 0.88889rem; }

.post-nav { clear: both; text-align: center; }
.post-nav a:hover { text-decoration: none; background: #e1e1e1; }
.post-nav .page-numbers { padding: 5px 7px; display: inline-block; vertical-align: middle; background: #EEE; color: #111; border-radius: 2px; line-height: 1; }
.post-nav .current { background: #c5c416; color: #FFF; }

.backtoblog { margin-top: 50px; position: relative; font-size: 16px; font-size: 0.88889rem; }
.backtoblog a { width: 100px; height: 100px; line-height: 100px; margin: 0 auto; display: block; border-radius: 50%; background: #c5c416; color: #FFF; text-transform: uppercase; text-align: center; text-decoration: none !important; font-weight: 600; letter-spacing: 2px; position: relative; z-index: 2; }
.backtoblog a:hover { background: #111; }
.backtoblog:before { content: ''; width: 100%; height: 2px; display: block; background: #111; position: absolute; left: 0; top: 50%; margin-top: -1px; }

.error404 .content { text-align: center; }

.screen-reader { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.mfp-bg { background: #FFF !important; opacity: 1 !important; }

.mfp-wrap .mfp-container { padding: 50px 20px; }
.mfp-wrap .mfp-container .mfp-figure:after { box-shadow: none; }
.mfp-wrap .mfp-container .mfp-close { width: 44px; height: 45px; padding: 0; line-height: 1; background: url(images/lightbox_close.png) no-repeat 0 0; text-indent: -9999px; text-align: left; overflow: hidden; right: 0; top: -20px; opacity: 1; }
.mfp-wrap .mfp-arrow { width: 30px; height: 57px; margin: -28px 0 0; background: url(images/lightbox_nav.png) no-repeat; opacity: 1; position: fixed; }
.mfp-wrap .mfp-arrow.mfp-arrow-left { background-position: 0 0; left: 50px; }
.mfp-wrap .mfp-arrow.mfp-arrow-right { background-position: -30px 0; right: 50px; }
.mfp-wrap .mfp-arrow:before, .mfp-wrap .mfp-arrow:after { display: none; }
.mfp-wrap .mfp-arrow:hover, .mfp-wrap .mfp-arrow:focus, .mfp-wrap .mfp-arrow:active { margin: -28px 0 0; }
.mfp-wrap .mfp-title { padding: 20px 0; color: #111; text-align: center; font-style: italic; font-size: 20px; font-size: 1.11111rem; }
.mfp-wrap .mfp-counter { display: none; }

.contacts { margin: 0; }
.contacts li { display: block; padding-left: 30px; margin: 0 0 10px; position: relative; }
.contacts li:before { width: 25px; display: block; position: absolute; left: 0; font-family: FontAwesome; text-align: center; }
.contacts li.address:before { content: '\f041'; }
.contacts li.phone:before { content: '\f095'; }
.contacts li.fax:before { content: '\f1ac'; }
.contacts li.email:before { content: '\f003'; }

.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: 29px; }

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

.accordion { margin: 0 0 29px; border-bottom: 1px solid #DDD; }
.accordion .accordion-item { border-top: 1px solid #DDD; }
.accordion .accordion-item .accordion-handle { cursor: pointer; position: relative; }
.accordion .accordion-item .accordion-handle h3 { padding: 15px 50px 15px 30px; margin: 0; font-size: 24px; font-size: 1.33333rem; font-family: "Source Sans Pro", sans-serif; font-weight: 700; color: #c5c416; position: relative; }
.accordion .accordion-item .accordion-handle h3:after { font-family: FontAwesome; content: "\f107"; font-size: 24px; position: absolute; right: 20px; top: 16px; -webkit-transition: -webkit-transform 0.5s ease-in-out; -moz-transition: -moz-transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; }
.accordion .accordion-item .accordion-content { padding: 30px; }
.accordion .accordion-item.selected { background-color: #F2F2F2; }
.accordion .accordion-item.selected .accordion-handle h3:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.flexslider { margin: 0; padding: 0; position: relative; }
.flexslider .slides { margin: 0; list-style: none; }
.flexslider .slides::after { clear: both; content: ""; display: table; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .flex-control-nav { width: 100%; margin: 0; position: absolute; bottom: 5%; z-index: 50; text-align: center; }
.flexslider .flex-control-nav li { display: inline-block; margin: 0 5px; }
.flexslider .flex-control-nav li a { width: 12px; height: 12px; display: block; border: 1px solid #FFF; border-radius: 50%; background: none; cursor: pointer; overflow: hidden; text-indent: 101%; white-space: nowrap; }
.flexslider .flex-control-nav li a.flex-active { background: #FFF; }
.flexslider .flex-direction-nav { margin: 0; *height: 0; list-style: none; }
.flexslider .flex-direction-nav a { text-decoration: none; display: block; width: 50px; height: 50px; margin: -25px 0 0; position: absolute; top: 50%; z-index: 50; overflow: hidden; cursor: pointer; text-align: center; color: #FFF; opacity: 0; }
.flexslider .flex-direction-nav a:before { width: 100%; height: 100%; display: inline-block; line-height: 50px; font-family: FontAwesome; font-size: 40px; background: rgba(0, 0, 0, 0.4); }
.flexslider .flex-direction-nav a.flex-prev { left: 0; }
.flexslider .flex-direction-nav a.flex-prev:before { content: '\f104'; border-radius: 0 4px 4px 0; }
.flexslider .flex-direction-nav a.flex-next { right: 0; }
.flexslider .flex-direction-nav a.flex-next:before { content: '\f105'; border-radius: 4px 0 0 4px; }
.flexslider .flex-direction-nav a.flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }
.flexslider:hover .flex-direction-nav a { opacity: 1; }

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

* html .slides { height: 1%; }

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

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
@-moz-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
.cssanimations .fade-in { opacity: 0; -webkit-animation: fadeIn ease-in 1; -moz-animation: fadeIn ease-in 1; animation: fadeIn ease-in 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }

@media (min-width: 480px) { .case-studies::after { clear: both; content: ""; display: table; }
  .case-studies .case-study { width: 47.5%; margin-left: 5%; float: left; }
  .case-studies .case-study: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: 600px) { .icon-links .icon-link { width: 33.33333%; padding-bottom: 33.33333%; }
  .icon-links .icon-link:nth-child(4n+2), .icon-links .icon-link:nth-child(4n+3) { background: #c5c416; }
  .icon-links .icon-link:nth-child(4n+2) a:hover, .icon-links .icon-link:nth-child(4n+3) a:hover { color: #111; }
  .icon-links .icon-link:nth-child(2n) { background: #111; }
  .icon-links .icon-link:nth-child(2n) a:hover { color: #c5c416; } }
@media (min-width: 768px) { #header { padding: 30px 20px; border-bottom: 1px solid #DDD; }
  #header .logo { padding: 0; margin: 0 0 30px; }
  #header nav { background: none; }
  #header nav .menu-collapser, #header nav .sub-collapser { display: none; }
  #header nav ul { text-align: center; text-transform: none; letter-spacing: 1px; }
  #header nav ul li { display: inline-block; margin: 0 15px; }
  #header nav ul li a { padding: 0 0 20px; color: #111; text-decoration: none; }
  #header nav ul li a:hover { color: #c5c416; }
  #header nav ul li ul { width: 200px; position: absolute; top: 100%; left: 0; z-index: 1; background: #c5c416; text-transform: none; text-align: left; font-weight: 300; }
  #header nav ul li ul li { display: block; margin: 0; }
  #header nav ul li ul li a { padding: 10px; color: #FFF; }
  #header nav ul li ul li a:hover { color: #FFF; background: #b7b614; }
  #header nav ul li ul li ul { top: 0; left: 200px; z-index: 2; background: #b7b614; }
  #header nav ul li ul li ul li a:hover { background: #a9a913; }
  #header nav ul li ul li:hover > a { color: #FFF; background: #b7b614; }
  #header nav ul li ul li.current-menu-item > a, #header nav ul li ul li.current-menu-ancestor > a, #header nav ul li ul li.current_page_ancestor > a { color: #FFF; background: #b7b614; }
  #header nav ul li ul li.current-menu-item > a:after, #header nav ul li ul li.current-menu-ancestor > a:after, #header nav ul li ul li.current_page_ancestor > a:after { display: none; }
  #header nav ul li:hover > a { color: #c5c416; }
  #header nav ul li.current-menu-item > a, #header nav ul li.current-menu-ancestor > a, #header nav ul li.current_page_ancestor > a { color: #c5c416; position: relative; }
  #header nav ul li.current-menu-item > a:after, #header nav ul li.current-menu-ancestor > a:after, #header nav ul li.current_page_ancestor > a:after { content: ''; width: 100%; height: 4px; display: block; background: #c5c416; position: absolute; bottom: 0; }
  .main { padding: 100px 20px; }
  .main .main-title { margin-bottom: 70px; }
  .main .main-title h1 { letter-spacing: 4px; }
  .icon-links .icon-link { width: 20%; padding-bottom: 20%; }
  .icon-links .icon-link:after { content: ''; width: 0; height: 0; position: absolute; z-index: 2; top: 50%; right: -10px; margin-top: -5px; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #111; }
  .icon-links .icon-link:nth-child(2n+1):after { border-color: transparent transparent transparent #c5c416; }
  .icon-links .icon-link:nth-child(5n):after { display: none; }
  .quick-links::after { clear: both; content: ""; display: table; }
  .quick-links .quick-link { width: 30%; margin: 0 0 60px 5%; float: left; }
  .quick-links .quick-link:nth-child(3n+1) { margin-left: 0; clear: left; }
  .contact-details { width: 46.42857%; float: left; margin-bottom: 0; }
  .contact-content { width: 46.42857%; float: right; }
  .staff .profile::after { clear: both; content: ""; display: table; }
  .staff .profile .photo { width: 25%; float: left; margin-bottom: 0; }
  .staff .profile .text { width: 70%; float: right; }
  .services::after { clear: both; content: ""; display: table; }
  .services .desc { width: 70%; float: right; }
  .content-blocks .content-block { margin-bottom: 30px; }
  .content-blocks .content-block::after { clear: both; content: ""; display: table; }
  .content-blocks .content-block .icon { width: 25%; float: left; }
  .content-blocks .content-block .icon img { margin: 0 auto; }
  .content-blocks .content-block .text { width: 70%; float: right; padding-top: 20px; }
  .testimonial-photo::after { clear: both; content: ""; display: table; }
  .testimonial-photo .photo { width: 200px; margin: 0; float: left; }
  .testimonial-photo .text { margin-left: 265px; }
  .archive-post::after { clear: both; content: ""; display: table; }
  .archive-post .thumb { width: 25%; margin-bottom: 0; float: left; }
  .archive-post .text { width: 70%; 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%; margin-bottom: 0; float: left; }
  .last { margin-right: 0 !important; clear: right; } }
@media (min-width: 960px) { .case-studies .case-study { width: 30%; }
  .case-studies .case-study:nth-child(2n+1) { margin-left: 5%; clear: none; }
  .case-studies .case-study:nth-child(3n+1) { margin-left: 0; clear: left; } }
@media (min-width: 1240px) { #header .logo { margin: 0; float: left; }
  #header .logo img { margin: 0; }
  #header nav { margin-top: 30px; float: right; }
  #header nav ul::after { clear: both; content: ""; display: table; }
  #header nav ul li { display: block; float: left; margin-left: 25px; }
  #header nav ul li ul li { float: none; }
  .main { min-height: 735px; background: #FFF url(images/main_bg.png) no-repeat top right; }
  #footer { text-align: left; }
  #footer nav { margin: 10px 0 0; float: left; }
  #footer nav ul::after { clear: both; content: ""; display: table; }
  #footer nav ul li { display: block; margin: 0 40px 0 0; float: left; }
  #footer .copyright { float: right; }
  .page-template-template-home .main { background: #FFF url(images/main_bg_home.png) no-repeat top right; } }
@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: 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; } }
