/*Font Mixins*/
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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 {
  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 */
  /* 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;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 12px;
  /*font-size: 1rem;*/
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  color: #111;
  /*font-family: 'Open Sans', sans-serif; 
  font-weight: 400; 
  font-size: 14px;; 
  line-height: 1.2;*/
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #00A551;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

ul, ol {
  margin: 0 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-radius: 3px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  background: #ccc;
  margin: 0 !important;
  padding: 5px 0px;
}

ol.commentlist {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}

ol.commentlist li.comment {
  border-bottom: 1px dotted #666;
  padding: 1em;
}

ol.commentlist li.comment div.vcard {
  font: normal 16px georgia,times,serif;
}

ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}

ol.commentlist li.comment div.vcard img.avatar {
  border: 5px solid #ccc;
  float: right;
  margin: 0 0 1em 1em;
}

ol.commentlist li.comment div.comment-meta {
  font-size: 9px;
}

ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}

ol.commentlist li.comment p {
  font-size: 11px;
  margin: 0 0 1em;
}

ol.commentlist li.comment ul {
  font-size: 11px;
  list-style: square;
  margin: 0 0 1em 2em;
}

ol.commentlist li.comment div.reply {
  font-size: 11px;
}

ol.commentlist li.comment div.reply a {
  font-weight: bold;
}

ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}

ol.commentlist li.comment ul.children li.depth-2 {
  border-left: 5px solid #555;
  margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-3 {
  border-left: 5px solid #999;
  margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-4 {
  border-left: 5px solid #bbb;
  margin: 0 0 .25em .25em;
}

ol.commentlist li.even {
  background: #fff;
}

ol.commentlist li.odd {
  background: #f6f6f6;
}

ol.commentlist li.parent {
  border-left: 5px solid #111;
}

p.byline {
  margin-bottom: 0.5em;
}

/*4. Search Form  -----------------------  searchform.php

*********************************************************************************************/
#site-search {
  float: left;
  width: 240px;
  margin-bottom: 25px;
}

input#s {
  background: none;
  color: #666;
  font-size: 12px;
  padding: 6px 1%;
  float: left;
  width: 98%;
  border: 1px solid #aaa;
}

input#search-submit {
  background: url("../img/icon_search.png") 0 0 no-repeat;
  border: none;
  cursor: pointer;
  width: 25px;
  height: 27px;
  float: left;
  margin-right: 0px;
  background-color: #666;
}

input#search-submit:hover {
  background: url("../img/icon_search.png") 0 -27px no-repeat;
  background-color: #AAA;
}

/* Comments													
-----------------------------------------------------*/
h3#comments {
  margin: 30px 0 10px 0;
}

.avatar {
  float: left;
  display: block;
  padding: 0 20px 10px 0px;
}

.commentlist {
  padding: 20px 0px;
}

.commentlist p {
  padding: 6px 0;
}

.commentmetadata {
  margin-top: 0;
}

ol.commentlist, ol.commentlist li {
  list-style: none;
}

ol.commentlist li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

#commentform {
  padding: 20px 0;
}

#commentform p {
  margin-bottom: 10px;
}

/**
* Respond (comments form area)
**************************************/
#respond {
  padding: 0 1px;
}

#respond form {
  overflow: hidden;
  padding: 20px 19px 4px 19px;
  border: 1px solid #e6e6e6;
}

#respond label {
  padding: 0 0 10px 0px;
  font-size: 12px;
}

#respond p {
  margin: 0 0 15px;
}

#respond .required {
  color: #ba0000;
}

#respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {
  display: block;
  width: 230px;
  height: 33px;
  padding: 0 10px;
  color: #333;
}

#respond textarea {
  width: 93%;
  padding: 10px;
  color: #333;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

#submit:hover {
  cursor: pointer;
}

/* Layout Stylings */
/* Primary Navigation
-------------------------------------------------------------- */
/*--------------------------------------------------------------
## Original Menu
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  /*display: none;*/
  background: #fff;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 1.1em;
  line-height: 1.273em;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.636em 0.818em;
}
.main-navigation a:hover {
  color: #00A551;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 2.8em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/* Off-Canvas Menu (Borrows heavily from: http://webdesignerhut.com/pure-css-off-canvas-navigation-menu)
-------------------------------------------------------------- */
#menu {
  display: none;
  width: 300px;
  min-height: 100%;
  /*top: 46px; this is useful when signed in*/
  top: 0px;
  z-index: 9999;
  position: fixed;
  background: #34b233;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  transition: left .2s;
}
#menu .toggle {
  top: 0px;
  left: 300px;
  padding: .5em 1em;
  background-color: #34b233;
  color: #fff;
  position: absolute;
}

#toggle {
  display: none;
}

.fa-2x {
  font-size: 2em;
}

.fa {
  position: relative;
  padding-left: 1em;
}

.fa-bars:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
  background: white;
  box-shadow: 0 0.25em 0 0 white, 0 0.5em 0 0 white;
}

#menu span {
  display: block;
  font-size: 22px;
  margin: 20px 10px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  font-size: 18px;
  border-bottom: 1px solid #34b233;
}

#menu ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}

#menu ul ul li {
  background-color: #34b233;
}

#menu ul li a:hover,
#menu ul ul li a {
  padding: 10px 10px 10px 30px;
}

#menu ul ul li a:hover {
  padding: 10px 10px 10px 60px;
}

#menu ul li a,
#menu ul li a:hover,
#menu ul ul li a,
#menu ul ul li a:hover {
  /* Safari 3.1 to 6.0 */
  transition: padding 0.5s;
}

/* Hiding and showing stuff
===================================================*/
/* Hiding the checkboxes so only the labels are visible */
#toggle,
input[id^="dropdown"],
ul[class^="dropdown"] {
  display: none;
}

/* Pushing the Menu off the canves */
#menu {
  left: -300px;
  /* must be the same as the width of the menu */
}

/* Showing the menu then the Checkbox is checked */
#toggle:checked + #menu {
  left: 0;
  /* Safari 3.1 to 6.0 */
  transition: left .2s;
}

input[id^="dropdown"]:checked + ul[class^="dropdown"] {
  height: auto;
  display: block;
}

/*Active State*/
#mobile_nav .current-menu-item {
  background: #fff;
  outline: 1px solid #34b233;
}
#mobile_nav .current-menu-item a {
  color: #34b233;
}

@media (max-width: 800px) {
  .tabs {
    max-width: 750px;
    margin: 50px auto;
  }

  /*Hide and show dropdown menu in mobile and tablet*/
  .menu-item-has-children {
    cursor: pointer;
  }
  .menu-item-has-children .sub-menu {
    left: -999px;
    position: absolute;
    transition: left 1s;
  }

  .menu-item-has-children:hover > .sub-menu,
  .menu-item-has-children:focus > .sub-menu,
  .menu-item-has-children:active > .sub-menu {
    display: block;
    left: 0;
  }
}
/* Next/Previous Buttons, Pagination
-------------------------------------------------------------- */
.entrymeta {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 11px;
}

.authors {
  font-size: 11px;
}

.post-navigation {
  padding: 10px 0;
  font-size: 11px;
}

.nav-previous {
  float: left;
  width: 50%;
  text-align: left;
}

.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

/* Header Area
-----------------------------------------------------------*/
#masthead {
  width: 100%;
}
#masthead h1.logo {
  float: right;
}
#masthead h1.logo .logo-text {
  display: none;
}
#masthead h2 {
  display: none;
}
#masthead .site-branding img {
  width: 100%;
}
#masthead .site-description {
  width: 100%;
}

/* Sidebar Area 
-------------------------------------------*/
#secondary {
  padding-top: 20px;
}
#secondary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#secondary ul li {
  margin-bottom: 0.692em;
}
#secondary input#s {
  margin-bottom: 20px;
}
#secondary h2 {
  font-weight: normal;
  color: #111;
}
#secondary aside.widget {
  margin-bottom: 2.769em;
}

input#s {
  background: none;
  color: #666;
  font-size: 12px;
  padding: 6px 1%;
  float: left;
  width: 98%;
  border: 1px solid #aaa;
}

/* Footer												
-----------------------------------------------------*/
footer.site-footer {
  max-width: 1040px;
  clear: both;
  text-align: center;
  padding: 20px 0 0 0;
  margin: 20px auto;
}
footer.site-footer p {
  color: #888888;
  font-size: .85em;
  font-weight: 100;
}
footer.site-footer p a {
  color: #888888;
  border-bottom: 1px solid #ccc;
}
footer.site-footer p a:link, footer.site-footer p a:visited {
  color: #888888;
  font-weight: normal;
}
footer.site-footer p a:hover {
  text-decoration: none;
  color: #111;
}

/* Main Layout-----------------------------------------------*/
body {
  background: #111;
  margin: 0px;
  padding: 0px;
  font: #666, 14px/18px;
}

#page {
  max-width: 86em;
  background: #fff;
  padding-right: 3.3em;
  padding-left: 3.3em;
  margin: 0 auto;
}

/* Main Body Content Area
-----------------------------------------------------------*/
.main, #main {
  float: left;
  margin: 20px 0;
  padding: 0px;
  width: 100%;
}

#primary {
  position: relative;
  z-index: 200;
  float: left;
  /* Change to right if you want the content to appear on right */
  width: 72.5%;
  margin: 0 2% 0 0;
}

#secondary {
  float: right;
  width: 25.5%;
  position: relative;
}

/* General Posts
-----------------------------------------------------------*/
article {
  content: "";
  display: table;
  position: relative;
  margin: 0 2.3em 0 0;
}
article .entry-header {
  width: 82%;
  float: left;
  margin-bottom: 2.2em;
}
article .entry-header h2.entry-title {
  margin: 0;
  width: 90%;
}
article .entry-meta {
  color: #888888;
  font-size: .9em;
  font-weight: normal;
  font-weight: 100;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin: 0;
}
article .entry-meta span {
  float: left;
}
article .entry-meta a {
  color: #888888;
  font-style: normal;
}
article .entry-meta span.posted-on {
  font-style: italic;
  width: 300px;
  margin-left: 5px;
}
article .entry-meta span.posted-on a {
  font-style: normal;
  text-transform: uppercase;
  cursor: help;
}
article .entry-meta span.byline a {
  font-weight: normal;
  text-transform: uppercase;
}
article .entry-meta span.cat-links {
  clear: left;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  width: 100%;
}
article .entry-meta span.cat-links a {
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
article p.edit {
  margin: 0;
}
article span.edit-link {
  font-size: 1em;
  text-transform: uppercase;
  clear: left;
  padding: .25em 0 .5em 0;
  margin: 0;
}
article .entry-content {
  float: left;
  width: 100%;
}
article .entry-content p {
  font-size: 1.3em;
}
article .entry-content p a {
  text-decoration: underline;
}
article .entry-content p:first-of-type {
  margin-top: 0;
}
article .entry-content a.more-link, article .entry-content a.read-more {
  float: left;
  width: 100%;
  text-decoration: none;
}
article .wp-print {
  position: absolute;
  top: 30px;
  right: 10px;
}

h2.entry-title {
  margin-bottom: 5px;
  width: 80%;
}
h2.entry-title a {
  font-size: 1.35em;
  line-height: 1.364;
  font-weight: normal;
  color: #666;
}
h2.entry-title a:hover {
  color: #00A551;
}

.nav-links {
  width: 100%;
  content: "";
  display: table;
}
.nav-links a {
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Page specific stylings */
body.home article {
  width: 100%;
  float: left;
  padding-top: 2.2em;
}
body.home article h2.entry-title {
  width: 100%;
  margin-bottom: 2px;
}
body.home article .entry-content {
  width: 100%;
}
body.home article .entry-content p {
  margin-top: 0;
  margin-bottom: 18px;
}
body.home article.regular-post {
  width: 46%;
  height: 350px;
  float: left;
  clear: left;
  margin-right: 4%;
}
body.home article.regular-post header {
  margin-bottom: .5em;
}
body.home article.regular-post header p.entry-meta {
  font-size: 0.95em;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
}
body.home article.regular-post h2 {
  width: 100%;
}
body.home article.regular-post h2 a {
  font-size: 1em;
}
body.home article.regular-post p {
  font-size: 1.1em;
}
body.home article.regular-post a.read-more {
  margin-top: 1.2em;
  font-size: 1em;
}
body.home article.regular-post:nth-child(odd) {
  float: right;
  clear: right;
  margin-right: 0;
  margin-left: 4%;
}
body.home .posts-navigation {
  width: 100%;
  float: left;
  margin-top: 2.2em;
}

/*inner pages*/
/*body.home.paged {
	article:nth-child(odd) {
		margin-right: 10%;
		h2.entry-title {
			line-height: 1.1;
			margin-bottom: 0;
		}
	}
	article:nth-child(even) {
		margin-right: 0;
	}
}*/
body.single h1.entry-title {
  width: 85%;
  font-weight: normal;
  color: #666;
}
body.single .edit-link {
  clear: left;
  padding-top: 5px;
}

body.archive h1.page-title {
  color: #666;
  font-size: 1.5;
  font-weight: normal;
}
body.archive article {
  padding-top: 2.2em;
}
body.archive article .entry-header {
  width: 100%;
}
body.archive article .entry-header h2.entry-title {
  width: 100%;
}
body.archive .posts-navigation {
  padding-top: 4.2em;
}

/* Vendor specific stylings */
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

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

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

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

* html .flexslider .slides {
  height: 1%;
}

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*Media Queries for Tablet and Mobile*/
/*First breakpoint for deskop*/
@media screen and (max-width: 800px) {
  #primary {
    width: 100%;
  }

  #secondary {
    width: 100%;
  }
  #secondary aside {
    width: 80%;
    float: left;
    clear: left;
    padding-right: 10%;
    padding-left: 10%;
    border-bottom: none;
  }
  #secondary aside a {
    font-size: 1.3em;
  }
  #secondary aside:nth-child(even) {
    float: left;
    width: 80%;
    clear: left;
    padding-left: 10%;
    padding-right: 10%;
  }
  #secondary hr {
    display: none;
  }

  #site-navigation {
    display: none;
  }

  #menu {
    display: block;
  }

  h2.entry-title {
    width: 90%;
  }

  .wp-print {
    display: none;
  }

  .posts-navigation {
    width: 100%;
    float: left;
    margin-top: 3.2em;
  }
  .posts-navigation a {
    font-size: 1.2em;
    color: #fff;
    background: #00A551;
    padding: .5em 1em;
  }
}
@media screen and (max-width: 450px) {
  body.home article {
    width: 96%;
    height: auto;
    margin-right: 2%;
    margin-left: 2%;
  }
  body.home article .entry-header {
    width: 100%;
  }
  body.home article img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  body.home article.regular-post {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
  }
  body.home article.regular-post:nth-child(even) {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
  }

  article {
    width: 96%;
    height: auto;
    margin-right: 2%;
    margin-left: 2%;
  }
  article img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  article .social_bookmark {
    width: 100%;
  }
  article .social_bookmark a {
    float: left;
  }

  .posts-navigation .nav-previous {
    width: 100%;
    float: none;
  }
  .posts-navigation .nav-next {
    width: 100%;
    float: none;
    margin-top: 2.2em;
  }

  #secondary {
    float: none;
    content: "";
    display: table;
  }
  #secondary aside {
    width: 100%;
    padding-right: 0;
  }
  #secondary aside:nth-child(odd) {
    float: none;
  }
  #secondary .text-widget {
    text-align: center;
  }
  #secondary .widget_text h2, #secondary .widget_text p, #secondary .widget_text a {
    text-align: center;
  }
  #secondary img {
    width: 100%;
    text-align: center;
  }

  div.wpcf7 {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
  }
  div.wpcf7 input {
    width: 100%;
    padding-left: 0;
  }
}
