/*
Theme Name: Rumput Hijau
Theme URI: https://github.com/satrya/rumput-hijau
Description: Multidevice layout, optimized for mobile browsing, clean and search engine friendly WordPress theme focused on typography. Rumput Hijau supports Theme Customizer, also 5 widget areas. Rumput Hijau also supports post-format(aside, gallery, link, image, quote, video), one-column & two-column flexible-width layouts and it includes plug-and-play support for the WP-Pagenavi and Yoast Breadcrumbs plugins. Has an optional full-width page template and sitemap page template. Currently translated in Bahasa Indonesia, Polish, Czech, French, Spanish, Dutch, Japanese, Danish and German. Requires WordPress 3.4
Version: 1.5
Author: M.Satrya
Author URI: ttp://satrya.me
Tags: green, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-menu, custom-header, editor-style, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

License: GNU General Public License
License URI: license.txt

Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
See: http://codex.wordpress.org/Child_Themes

*/
/* 
   Table of Contents
   =============================================================================
	- Reset Stylesheet
		Simpler version of Normalize.css + Eric Meyer Reset
	- Base
		Baseline, selection & links
	- Layout
		Structural layouts
	- Typography
		Headings, text element, lists, code, and more
	- Form
		Base styles for various input types and form layouts
	- Table
		Base styles for all tables
	- Images
		Basic and global styles for images, caption, & gallery
	- Header
		Styles for header area such as logo, custom header, search form etc
	- Main styles
		This is our main styles for theme development
	- Sidebar & Widget
		Styles for sidebar and all widget areas
	- Comments
		Styles for comments area(comment form & comment lists)
	- Footer
		Styles for footer area
	- Utilities
		List of helper classes (eg clearfix, alignment, etc)
	- WordPress Pagination
		- Post pages <!--nextpage-->
		- Post navigation previous_post_link() & next_post_link()
	- Media Queries
		Styles for repsonsive layouts
	- Miscellaneous
		Miscellaneous styles
	- Conditional IE class
		Style for IE only
   =============================================================================
*/
/* =============================================================================
- Reset Stylesheet
Simpler version of Normalize.css + Eric Meyer Reset
============================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

audio:not([controls]),
[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================================================
- Base
Baseline, selection & links
============================================================================= */
* html {
  font-size: 81.25%;
}

html {
  font-size: 13px;
  line-height: 1.84615em;
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -webkit-font-smoothing: antialiased;
  /* http://maxvoltar.com/archive/-Webkit-font-smoothing */
}

body {
  background-color: white;
  border-top: 5px solid #333;
  color: #333333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  /* http://aestheticallyloyal.com/public/optimize-legibility/ */
}

/* 	SELECTION
	----------------- */
::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/* 	LINKS
	----------------- */
a {
  color: #73870a;
  text-decoration: none;
}
a:visited {
  color: #647700;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}

/* =============================================================================
- Layout
Structural layouts
============================================================================= */
.site-main {
  *zoom: 1;
  max-width: 72.286em;
  _width: 72.286em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.538em;
  padding-right: 1.538em;
  margin-bottom: 4.5em;
}
.site-main:after {
  content: "";
  display: table;
  clear: both;
}

.main-navigation {
  background-color: #73870a;
  color: inherit;
  margin-bottom: 3em;
}
.main-navigation .inside-primary-nav {
  *zoom: 1;
  max-width: 72.286em;
  _width: 72.286em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.538em;
  padding-right: 1.538em;
}
.main-navigation .inside-primary-nav:after {
  content: "";
  display: table;
  clear: both;
}

.site-header {
  margin-bottom: 3em;
}

.site-content {
  width: 74.46809%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}

#sidebar {
  width: 23.40426%;
  float: right;
  margin-right: 0;
  #margin-left: -1.538em;
  display: inline;
}

#full-content {
  float: right;
  margin-right: 0;
  #margin-left: -1.538em;
  display: inline;
}

/* =============================================================================
- Typography
Headings, text element, lists, code, and more
============================================================================= */
/* 	HEADING
	----------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

h1 {
  font-size: 2.30769em;
  line-height: 1.6em;
}

h2 {
  font-size: 1.92308em;
  line-height: 1.92em;
}

h3 {
  font-size: 1.61538em;
  line-height: 2.28571em;
}

h4 {
  font-size: 1.38462em;
  line-height: 2.66667em;
}

h5 {
  font-size: 1.15385em;
  line-height: 3.2em;
}

h6 {
  font-size: 1.15385em;
  line-height: 3.2em;
}

/* 	TEXT ELEMENT
	----------------- */
p {
  margin: 0 0 1.5em;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
  vertical-align: sub;
}

sub {
  bottom: -0.25em;
  vertical-align: super;
}

abbr,
acronym {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

del {
  color: #aaaaaa;
  text-decoration: line-through;
  vertical-align: baseline;
}

pre {
  background: #ffff99;
  border-bottom: 1px solid #ff2;
  border-top: 1px solid #ff2;
  color: #990;
  margin: 1.5em 0;
  padding: 0.75em 0.45em;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

code {
  background: #ffff99;
  color: #990;
  font-size: 11px;
  line-height: 1.2em;
  padding: 0.3em;
}

pre,
code,
kbd,
samp,
tt {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

ins {
  text-decoration: underline;
}

mark {
  background: #ff0;
  color: #990;
  font-size: 11px;
}

/* 	BLOCKQUOTE
	----------------- */
blockquote {
  border-left: 3px solid #eeeeee;
  color: #aaaaaa;
  font-style: italic;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  margin: 1em 40px;
  padding-left: 1.35em;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #555555;
  display: block;
  padding: 10px 0 0 20px;
  position: relative;
}
blockquote cite:before {
  content: '\2014';
  left: 0;
  position: absolute;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin: 0 0 1.5em;
  font-style: italic;
}

/* 	LISTS
	----------------- */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 2.25em;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li ul,
li ol {
  margin: 0;
}

dl {
  margin: 0 1.625em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

/* =============================================================================
- Form
Base styles for various input types and form layouts
============================================================================= */
/* 	BASE FORM STYLES
	----------------- */
label {
  font-weight: bold;
  font-size: 12px;
}

fieldset {
  border: 1px solid #dddddd;
  font-size: 12px;
  line-height: 1.3em;
  margin: 0 0 1.5em;
  padding: 0 1.4em 1.4em 1.4em;
}

legend {
  background: whitesmoke;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  left: 0;
  margin: 0;
  padding: 0.3em 1.2em;
  position: relative;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  top: 0;
}

fieldset {
  padding-top: 1.4em;
}

legend {
  margin-top: 0;
  margin-bottom: 0;
}

/* 	INPUT WIDTH
	----------------- */
.input-tiny {
  width: 50px;
}

.input-small {
  width: 100px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 200px;
}

.input-xlarge {
  width: 250px;
}

.input-xxlarge {
  width: 300px;
}

.input-xxxlarge {
  width: 350px;
}

.input-full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* 	UI Consistency
	----------------- */
input[type="search"]::-webkit-search-decoration {
  display: none;
}

button:invalid,
select:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input,
textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus,
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f2f2f2 url('img/button.png') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  border: 1px solid #e6e6e6;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  *padding-top: 2px;
  *padding-bottom: 0;
  text-shadow: white 0 1px 1px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: top;
  width: auto;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #f4f4f4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#f2f2f2, #ffffff);
  background-image: -moz-linear-gradient(#f2f2f2, #ffffff);
  background-image: -o-linear-gradient(#f2f2f2, #ffffff);
  background-image: linear-gradient(#f2f2f2, #ffffff);
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #cccccc;
  color: black;
  outline: 0;
  margin: 0;
  padding: 3px 4px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 2.2em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url('img/select_arrow.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  padding: 5px;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* =============================================================================
- Table
Base styles for all tables
============================================================================= */
/* 	STANDARD TABLE
	----------------- */
table {
  font-size: 12px;
  max-width: 100%;
  width: 100%;
}

table,
td {
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
  margin: 1.5em 0;
  padding: 5px 10px;
}

th {
  background-color: #e8e8e8;
  border-right: 1px solid #e0e0e0;
  color: #666;
  margin: 5px 0 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  text-align: left;
}

table button,
table input {
  *overflow: auto;
}

/* 	STRIPE TABLE
	----------------- */
table.striped tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* =============================================================================
- Images
Basic and global styles for images, caption, & gallery
============================================================================= */
/* 	BASE IMAGES STYLES
	----------------- */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large {
  max-width: 97.5%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-top: 0.6em;
}

/* 	CAPTION
	----------------- */
p img,
.wp-caption {
  margin-top: 8px;
}

.wp-caption {
  background: whitesmoke;
  max-width: 96%;
  padding: 15px 10px 10px;
  -webkit-transition: all 0.15s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  margin-bottom: 10px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption:hover {
  background: #eeeeee;
}
.wp-caption .wp-caption-text {
  color: #333333;
  font-size: 12px;
  margin: 0;
  padding: 15px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  content: '\2014';
  font-style: normal;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 15px;
}

/* 	GALLERY
	----------------- */
.gallery {
  margin: auto;
  overflow: hidden;
  width: 100%;
}
.gallery .gallery-item {
  display: inline;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.gallery .gallery-caption {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  clear: both;
  color: #888;
  display: block;
  font-size: 12px;
  margin: 10px 0;
  padding: 5px 3px;
  text-align: center;
  width: 100%;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 1px solid #e0e0e0;
}
.gallery a:hover img {
  border-color: #cccccc;
}
.gallery br {
  clear: both;
}
.gallery br + br {
  display: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.gallery-columns-4 .gallery-item {
  margin-right: 2%;
  width: 23%;
}

.gallery-columns-5 .gallery-item {
  margin-right: 2%;
  width: 18%;
}

.gallery-columns-6 .gallery-item {
  margin-right: 2%;
  width: 14.666%;
}

.gallery-columns-7 .gallery-item {
  margin-right: 2%;
  width: 12.285%;
}

.gallery-columns-8 .gallery-item {
  margin-right: 2%;
  width: 10.5%;
}

.gallery-columns-9 .gallery-item {
  margin-right: 2%;
  width: 9.111%;
}

/* 	ATTACHMENT
	----------------- */
embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

/* =============================================================================
- Header
Styles for header area such as logo, custom header, search form etc
============================================================================= */
/* 	NAVIGATION
	- Based on superfish style
	----------------- */
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.0;
}
.nav * {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul {
  display: none;
  position: absolute;
  top: -999em;
  width: 15em;
}
.nav ul li {
  width: 100%;
}
.nav li {
  display: inline;
  float: left;
  position: relative;
}
.nav li:hover {
  visibility: inherit;
}
.nav a {
  display: block;
  position: relative;
}
.nav li:hover ul {
  left: 0;
  top: 2.5em;
  z-index: 99;
}

ul.nav li:hover li ul {
  top: -999em;
}
ul.nav li li:hover ul {
  left: 15em;
  top: 0;
}
ul.nav li li:hover li ul {
  top: -999em;
}
ul.nav li li li:hover ul {
  left: 15em;
  top: 0;
}

.nav {
  width: 78.7234%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.nav a {
  background-color: inherit;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  word-wrap: break-word;
}
.nav a:visited {
  background-color: inherit;
  color: white;
}
.nav a:hover {
  background: #333;
  color: white;
  outline: 0;
  text-decoration: none;
}
.nav li:hover.arrow:after {
  background-position: -10px -100px;
}
.nav li.arrow {
  padding-right: 1em;
}
.nav li.arrow:after {
  background: url('img/arrows-menu.png') no-repeat 0 -100px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 7px;
  top: 12px;
  width: 10px;
}
.nav li:hover {
  background: #333;
  color: white;
  outline: 0;
}
.nav li li {
  background: #333;
  color: white;
}
.nav li li:hover.arrow:after {
  background-position: -10px 0;
}
.nav li li.arrow {
  padding-right: 0;
}
.nav li li.arrow:after {
  background: url('img/arrows-menu.png') no-repeat 0 0;
}
.nav li li a:hover {
  background-color: #444;
  color: white;
  text-decoration: none;
}
.nav li li li {
  background: #333;
  color: white;
}
.nav li li li.arrow {
  padding-right: 0;
}

/* 	SEARCH FORM
	----------------- */
#searchform {
  width: 19.14894%;
  float: right;
  margin-right: 0;
  #margin-left: -1.538em;
  display: inline;
  margin-top: 5px;
  text-align: right;
  position: relative;
}
#searchform input[type="text"] {
  background-color: white;
  border: none;
  color: #999;
  font-size: 0.84615em;
  line-height: 1.09091em;
  padding: 5px 10px;
}
#searchform input[type="image"] {
  border: none;
  position: absolute;
  right: 8px;
  top: 5px;
}
#searchform input::-webkit-input-placeholder {
  padding-top: 1px;
}
#searchform input:-moz-placeholder {
  padding-top: 5px;
}

/* 	LOGO
	----------------- */
.site-branding {
  margin-bottom: 1.5em;
}

.site-title {
  font-size: 2.69231em;
  line-height: 1.37143em;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.site-title a:hover {
  text-decoration: none;
}

.site-description {
  font-style: italic;
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  text-align: right;
  padding-top: 12px;
}

.logo-image {
  position: relative;
}
.logo-image a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.logo-image span {
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 0;
}

/* 	CUSTOM HEADER
	----------------- */
.site-header .header-img {
  display: block;
}
.site-header .header-img a {
  display: block;
}
.site-header .header-img img {
  height: auto;
  max-width: 100%;
}

/* =============================================================================
- Main styles
This is our main styles for theme development
============================================================================= */
/* 	SITE CONTENT
	----------------- */
.site-content .big-image {
  display: block;
  margin-bottom: 0.75em;
}
.site-content .content-right {
  width: 77.14286%;
  float: right;
  margin-right: 0;
  #margin-left: -1.538em;
  display: inline;
}
.site-content .content-left {
  width: 20%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}
.site-content .post {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.75em;
  margin-bottom: 4.5em;
  position: relative;
}
.site-content .sticky {
  background-color: #333;
  border-top: 5px solid #73870A;
  padding: 1.95em 2.25em;
  color: #fff;
}
.site-content .sticky .content-left {
  display: none;
}
.site-content .sticky .content-right {
  display: inline;
  float: left;
  width: 100%;
}
.site-content .sticky .content-right a {
  color: #fff;
}
.site-content .sticky .content-right a:visited {
  color: #fff;
}
.site-content .sticky .post-pages a {
  background: #73870A;
  color: #fff;
}
.site-content .sticky .post-pages a:hover {
  background: #333;
  color: #fff;
}

.content-left {
  color: #999;
  font-size: 0.84615em;
  line-height: 2.18182em;
}
.content-left span {
  display: block;
  padding-left: 20px;
}
.content-left span.published {
  background: url('img/date-icon.png') no-repeat left center;
}
.content-left span.author {
  background: url('img/author-icon.png') no-repeat left center;
}
.content-left span.entry-comment {
  background: url('img/comments-icon.png') no-repeat left center;
}
.content-left span.entry-permalink {
  background: url('img/link-icon.png') no-repeat left center;
}
.content-left .share {
  margin-top: 0.75em;
  padding-left: 0;
  position: relative;
  width: 13em;
}
.content-left .share .share-title {
  font-size: 1.09091em;
  line-height: 2em;
  border-bottom: 1px solid #eee;
  margin: 0 0 0.75em;
}

.content-right .entry-title {
  font-size: 2.30769em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
.content-right .entry-title a,
.content-right .entry-title a:visited {
  color: #333;
}
.content-right .entry-title a:hover {
  background-color: inherit;
  color: #73870A;
  text-decoration: none;
}
.content-right .entry-thumbnail {
  display: inline;
  float: right;
  margin: 0 0 0.45em 0.75em;
}
.content-right .entry-thumbnail a {
  display: block;
}
.content-right .entry-meta {
  color: #999;
  font-size: 0.84615em;
  line-height: 2.18182em;
}
.content-right .entry-meta span {
  display: block;
  padding-left: 20px;
}
.content-right .entry-meta .tag {
  background: url('img/tag-icon.png') no-repeat left center;
}
.content-right .entry-meta .cat {
  background: url('img/category-icon.png') no-repeat left center;
}

/* 	POST FORMATS
	----------------- */
.format-aside {
  background: url('img/formats/format-aside.png') no-repeat left top;
}

.format-image {
  background: url('img/formats/format-image.png') no-repeat left top;
}
.format-image .content-right .entry-title {
  font-size: 1.38462em;
  line-height: 1.33333em;
  margin-bottom: 20px;
}

.format-quote {
  background: url('img/formats/format-quote.png') no-repeat left top;
}
.format-quote .content-right {
  background: #FFFF66;
}
.format-quote .content-right blockquote {
  background: url('img/quotes.png') no-repeat left top;
  border-left: none;
  color: #111;
  font-size: 1.38462em;
  line-height: 1.33333em;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  margin: 2em 20px;
  padding-left: 0;
}
.format-quote .content-right blockquote p {
  padding: 5px 0 0 45px;
}
.format-quote .content-right blockquote p cite {
  display: block;
  padding-top: 20px;
}

.format-video {
  background: url('img/formats/format-video.png') no-repeat left top;
}
.format-video .content-right .entry-title {
  font-size: 1.38462em;
  line-height: 1.33333em;
  margin-bottom: 20px;
}

.format-link {
  background: url('img/formats/format-link.png') no-repeat left top;
}
.format-link .content-right .entry-title {
  font-size: 1.38462em;
  line-height: 1.33333em;
}
.format-link .content-right .entry-title:after {
  content: '\2192';
  color: #73870A;
  padding-left: 5px;
}

.format-gallery {
  background: url('img/formats/format-gallery.png') no-repeat left top;
}

.format-aside .content-left,
.format-image .content-left,
.format-quote .content-left,
.format-video .content-left,
.format-link .content-left,
.format-gallery .content-left {
  margin-top: 70px;
}

/* 	AUTHOR PAGE
	----------------- */
.author-info p {
  font-size: 1.15385em;
  line-height: 1.6em;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
  text-transform: capitalize;
}
.author-info .fn {
  display: inline;
}

#author-wrap {
  background: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

#author-wrap .inner-author-wrap {
  padding: 10px 5px;
  overflow: hidden;
  *zoom: 1;
}

.inner-author-wrap .author-photo {
  display: inline;
  float: left;
  margin-right: 10px;
}
.inner-author-wrap .author-photo img {
  background: #fff;
  color: inherit;
  padding: 3px;
  border: 1px solid #ddd;
}
.inner-author-wrap .author-desc {
  overflow: hidden;
}

/* 	404 PAGE
	----------------- */
.error404 .entry-content #searchform {
  float: none;
  display: block;
  margin-bottom: 20px;
}
.error404 .entry-content .widget_recent_entries ul {
  list-style: square;
  padding: 0 0 0 40px;
}
.error404 .entry-content .widget_recent_entries ul li a:hover {
  border-right: none;
}

/* 	ATTACHMENT PAGE
	----------------- */
article.image-attachment .entry-meta {
  color: #999;
  font-size: 12px;
  margin-bottom: 1.5em;
}
article.image-attachment #image-navigation .previous-image {
  display: inline;
  float: left;
}
article.image-attachment #image-navigation .next-image {
  display: inline;
  float: right;
  text-align: right;
}

.entry-content .attachment {
  margin-bottom: 1.5em;
}

/* =============================================================================
- Sidebar & Widget
Styles for sidebar and all widget areas
============================================================================= */
.widget {
  margin-bottom: 20px;
  overflow: hidden;
}
.widget .widget-title {
  border-bottom: 1px solid #eee;
  display: block;
  font-weight: bold;
  font-size: 1.15385em;
  line-height: 1.6em;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 0;
}
.widget ul li a {
  color: #333;
  display: block;
  padding: 3px 0;
}

/* 	LINKS WIDGET
	----------------- */
.widget_links {
  clear: both;
  overflow: hidden;
}
.widget_links ul li {
  display: inline;
  float: left;
  margin-right: 5%;
  width: 45%;
}

/* 	ARCHIVE WIDGET
	----------------- */
.widget_archive ul li {
  text-align: right;
  clear: both;
}
.widget_archive ul li a {
  display: inline;
  float: left;
}
.widget_archive select {
  width: 100%;
}
.widget_archive select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* 	TAG CLOUD WIDGET
	----------------- */
.widget_tag_cloud .tagcloud a {
  background: #f2f2f2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  color: #999999;
  display: inline-block;
  *display: inline;
  height: 2em;
  margin: 0 5px 5px 0;
  padding: 0 8px;
  text-shadow: 0 1px 0 white;
  *zoom: 1;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #f2f2f2;
  text-decoration: none;
}

/* 	CALENDAR WIDGET
	----------------- */
.widget_calendar {
  width: 100%;
  border: medium none;
}

#calendar_wrap th {
  font-size: 0.84615em;
  line-height: 2.18182em;
}
#calendar_wrap td {
  color: #aaa;
}

#wp-calendar tr td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center;
}
#wp-calendar caption {
  color: #222;
  font-size: 1.07692em;
  line-height: 1.71429em;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}

/* 	CATEGORY WIDGET
	----------------- */
.widget_categories ul li {
  text-align: right;
  clear: both;
}
.widget_categories ul li a {
  display: inline;
  float: left;
}
.widget_categories ul ul.children {
  padding-left: 20px;
}
.widget_categories select {
  width: 100%;
}
.widget_categories select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* 	RECENT COMMENTS WIDGET
	----------------- */
#recentcomments li {
  padding-bottom: 5px;
}
#recentcomments li:first-child {
  padding-top: 5px;
}

/* 	SEARCH WIDGET
	----------------- */
.widget_search {
  overflow: hidden;
  *zoom: 1;
}
.widget_search #searchform {
  width: 100%;
}
.widget_search #searchform input[type="text"] {
  border: 1px solid #ddd;
  height: 3em;
  margin-right: 5px;
  padding: 5px 10px;
  width: 100%;
}
.widget_search #searchform input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget_search #searchform input[type="image"] {
  top: 10px;
}

.screen-reader-text {
  display: none;
}

/* 	RSS WIDGET
	----------------- */
.widget_rss h3 > a {
  color: #000;
}

/* 	CUSTOM TWITTER WIDGET
	----------------- */
.widget_rumputhijau_twitter_widget ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.widget_rumputhijau_twitter_widget ul li a {
  display: inline;
}

.follow-me {
  display: block;
  margin-top: 10px;
}

/* =============================================================================
- Comments
Styles for comments area(comment form & comment lists)
============================================================================= */
/* 	COMMENT FORM
	----------------- */
.comments-box {
  padding: 10px 0 0;
}
.comments-box .comments-heading {
  border: none;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

.comments-navigation {
  margin: 10px 0;
}

#respond {
  margin: 15px 0;
  padding: 10px 0;
}
#respond p {
  color: #666;
  margin: 0 0 15px;
}

#commentform {
  margin: 0;
}
#commentform label {
  font-size: 0.92308em;
  line-height: 2em;
}
#commentform input[type="text"] {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  float: left;
  height: 2.2em;
  margin: 0 5px 10px 0;
  width: 40%;
}
#commentform textarea {
  font-size: 1.23077em;
  line-height: 1.5em;
  padding: 7px;
}
#commentform input[type="submit"] {
  padding: 10px 15px;
}
#commentform .required {
  color: #f00;
}

.reply {
  margin-top: 20px;
  display: inline-block;
}
.reply a {
  background-color: white;
  border: 1px solid #dddddd;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
  font-size: 0.92308em;
  line-height: 2em;
  padding: 1px 10px;
}

p.comment-notes {
  font-size: 0.84615em;
  line-height: 2.18182em;
}

a#cancel-comment-reply-link {
  font-size: 0.84615em;
  line-height: 2.18182em;
  margin-top: 10px;
  padding: 0 5px;
  width: auto;
}

.nopassword {
  color: #aaaaaa;
  font-size: 1.84615em;
  line-height: 1em;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}

/* 	COMMENT LISTS
	----------------- */
ul.children {
  margin-left: 0px;
}
ul.children a:hover {
  background: none;
  text-decoration: underline;
}

ol.commentlist {
  margin: 0;
  padding: 0;
}
ol.commentlist a:hover {
  background: none;
  text-decoration: underline;
}

cite.fn {
  font-size: 1.07692em;
  line-height: 1.71429em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: -0.05em;
  display: block;
  padding-top: 0;
}
cite.fn a {
  background-color: inherit;
  color: #333333;
  text-decoration: none;
}
cite.fn a:hover {
  background-color: inherit;
  color: #333333;
  text-decoration: none;
}

span.says {
  display: none;
}

.commentlist li {
  background: white;
  margin: 10px 0px 0px 0px;
  padding: 15px;
  list-style: none;
  border: 1px solid #e9e9e9;
}
.commentlist li.depth-2, .commentlist li.depth-3, .commentlist li.depth-4, .commentlist li.depth-5 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: inherit;
  margin-top: 40px;
}
.commentlist li.depth-2 {
  background: white;
}
.commentlist li.depth-3 {
  background: #fafafa;
}
.commentlist li.depth-4 {
  background: white;
}
.commentlist li.depth-5 {
  background: #fafafa;
}
.commentlist code {
  background: #e6e6e6;
  padding: 5px;
}
.commentlist p {
  clear: both;
  padding-top: 5px;
  margin-bottom: 10px;
}
.commentlist .moderation {
  margin-top: 10px;
  color: #660000;
}
.commentlist .thread-even {
  background: #fafafa;
}
.commentlist .children {
  margin-top: 15px;
  padding-left: 15px;
}
.commentlist .comment-author {
  margin-bottom: 5px;
}
.commentlist .avatar {
  background: white;
  border: 1px solid #e9e9e9;
  color: inherit;
  display: inline;
  float: left;
  margin-right: 10px;
  padding: 3px;
}
.commentlist .comment-meta {
  display: inline;
  float: left;
  margin-bottom: 15px;
}
.commentlist .comment-meta a {
  color: #666;
}
.commentlist .comment-date a {
  color: #666;
  font-size: 1.1em;
}
.commentlist .comment-date a:visited {
  color: #666;
}
.commentlist .bypostauthor {
  background: #F0F0F0;
}

.comment-body ul {
  list-style: disc;
}
.comment-body ol {
  list-style: decimal;
}
.comment-body li {
  background: none;
  border: none;
  list-style: disc;
  padding: 0;
}
.comment-body ol li {
  list-style: decimal;
}
.comment-body ol ol li {
  list-style: upper-alpha;
}
.comment-body ol ol ol li {
  list-style: lower-roman;
}
.comment-body ol ol ol ol li {
  list-style: lower-alpha;
}
.comment-body ul ul,
.comment-body ol ol,
.comment-body ul ol,
.comment-body ol ul {
  margin-bottom: 0;
}

/* =============================================================================
- Footer
Styles for footer area
============================================================================= */
.site-footer {
  border-bottom: 5px solid #333;
  color: white;
}
.site-footer .footer-credits {
  background-color: #73870A;
  color: inherit;
}
.site-footer a {
  background-color: inherit;
  color: white;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .inside-footer {
  *zoom: 1;
  max-width: 72.286em;
  _width: 72.286em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.538em;
  padding-right: 1.538em;
  padding: 15px 0;
}
.site-footer .inside-footer:after {
  content: "";
  display: table;
  clear: both;
}
.site-footer .footer-left {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.site-footer .footer-right {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  #margin-left: -1.538em;
  display: inline;
  text-align: right;
}

/* 	FOOTER SIDEBAR
	----------------- */
#footer-sidebar {
  background-color: inherit;
  color: #111;
  margin-bottom: 3em;
  position: relative;
}
#footer-sidebar .footer-sidebar-inner {
  *zoom: 1;
  max-width: 72.286em;
  _width: 72.286em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.538em;
  padding-right: 1.538em;
}
#footer-sidebar .footer-sidebar-inner:after {
  content: "";
  display: table;
  clear: both;
}
#footer-sidebar .widget-footer {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
#footer-sidebar .footer-4 {
  float: right;
  margin-right: 0;
  #margin-left: -1.538em;
  display: inline;
}
#footer-sidebar a {
  background-color: inherit;
  color: #333;
}

/* =============================================================================
- Utilities
List of helper classes (eg clearfix, alignment, etc)
============================================================================= */
/* 	CLEARFIX
	http://nicolasgallagher.com/micro-clearfix-hack/
	----------------- */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* 	CLEAR ELEMENT
	----------------- */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* 	IMAGE REPLACEMENT
	----------------- */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

/* 	HIDE/SHOW ELEMENT
	----------------- */
.hide {
  display: none;
  visibility: hidden;
}

.show {
  display: block;
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* 	FLOATING ALIGNMENT
	----------------- */
.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;
}

.alignnone {
  display: block;
}

/* 	QUICK FLOAT
	----------------- */
.fr {
  display: inline;
  float: right;
}

.fl {
  display: inline;
  float: left;
}

.fn {
  float: none;
  display: block;
}

/* 	TEXT ALIGNMENT
	----------------- */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/* 	HR/STANDALONE BORDER
	----------------- */
hr {
  border-top: 1px solid #eeeeee;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  clear: both;
  height: 1px;
  margin: 1.5em 0;
  min-height: 0;
}
hr.dotted {
  border-style: dotted;
}
hr.dashed {
  border-style: dashed;
}
hr.darkborder {
  border-color: black;
}
hr.lightborder {
  border-color: white;
}

/* 	MISC CLASSES
	----------------- */
.first {
  margin-left: 0;
  padding-left: 0;
}

.last {
  margin-right: 0;
  padding-right: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* =============================================================================
- WordPress Pagination
	- Post pages <!--nextpage-->
	- Post navigation previous_post_link() & next_post_link()
============================================================================= */
/* 10.1 - Post pages <!--nextpage-->
----------------------------------------------------------------------------- */
.post-pages {
  clear: both;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}
.post-pages a {
  background: #73870A;
  padding: 3px 6px;
  color: #fff;
}
.post-pages a:hover {
  background: #333;
  text-decoration: none;
}

/* 10.2 - Post navigation previous_post_link() & next_post_link() & Wp-pagenavi Custom Style
----------------------------------------------------------------------------- */
.paging-navigation {
  display: block;
  margin: 0;
}
.paging-navigation .nav-previous {
  display: inline;
  float: left;
  width: 50%;
}
.paging-navigation .nav-next {
  display: inline;
  float: right;
  text-align: right;
  width: 50%;
}
.paging-navigation a.scroll {
  padding: 1px 3px;
}
.paging-navigation a:hover.scroll {
  background: #73870A;
  color: white;
  text-decoration: none;
  padding: 1px 3px;
}

.wp-pagenavi {
  letter-spacing: 1px;
  margin: 0 0 15px;
  text-transform: capitalize;
  padding: 5px 0 4px;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
  border: none;
  color: #333333;
  display: inline;
  margin: 0 0 0 2px;
  text-decoration: none;
  padding: 7px 10px 6px;
}
.wp-pagenavi a.last {
  margin-top: 10px;
}
.wp-pagenavi .on,
.wp-pagenavi .current {
  margin: 0 0 0 2px;
  padding: 7px 10px 6px;
}
.wp-pagenavi .on {
  background: #333;
}
.wp-pagenavi .extend,
.wp-pagenavi .pages {
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  padding: 7px 10px 6px;
}
.wp-pagenavi .extend {
  margin-left: 2px;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  background: #333;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  font-weight: normal;
  text-decoration: none;
}

#nav-above.post-navigation {
  display: block;
  margin-bottom: 1.5em;
}

.post-navigation .nav-previous {
  display: inline;
  float: left;
  width: 50%;
}
.post-navigation .nav-next {
  display: inline;
  float: right;
  text-align: right;
  width: 50%;
}

/* =============================================================================
- Media Queries
Styles for repsonsive layouts
============================================================================= */
@media screen and (max-width: 768px) {
  #searchform input[type="text"] {
    width: 100%;
  }
  #searchform input[type="image"] {
    right: 5px;
  }

  .site-content {
    width: 100%;
  }

  #sidebar {
    margin-top: 3em;
    width: 100%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    margin-right: 0;
  }
  #sidebar .widget {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  #sidebar .widget:nth-child(2n+2) {
    float: right;
    margin-right: 0;
    #margin-left: -1.538em;
    display: inline;
    clear: right;
  }
  #sidebar .widget #searchform input[type="image"] {
    right: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .site-title,
  .site-description {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .site-description {
    padding-top: 0;
  }

  .site-content .format-aside,
  .site-content .format-image,
  .site-content .format-quote,
  .site-content .format-video,
  .site-content .format-link,
  .site-content .format-gallery {
    background: none;
  }
  .site-content .content-left {
    display: none;
  }
  .site-content .content-right {
    display: block;
    width: 100%;
  }

  #sidebar .widget {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  #sidebar .widget:nth-child(2n+2) {
    margin-right: 0;
  }
  #sidebar .widget_links {
    clear: none;
  }

  #footer-sidebar .widget-footer {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  #footer-sidebar .widget-footer:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .nav {
    display: none;
  }

  .main-navigation {
    height: 2.5em;
  }

  .inside-primary-nav .mobileMenu {
    display: inline;
    float: left;
    height: auto;
    padding: 2px;
    margin-top: 3px;
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .main-navigation {
    height: 2.5em;
  }

  .inside-primary-nav .touchdown-list {
    display: none;
  }
  .inside-primary-nav .touchdown {
    display: inline;
    float: left;
    margin-left: 2.041%;
    height: auto;
    padding: 2px;
    margin-top: 3px;
    width: 50%;
  }

  #searchform {
    margin-top: 4px;
  }
  #searchform input[type="image"] {
    display: none;
  }

  .site-title,
  .site-description {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .site-description {
    padding-top: 0;
  }

  .site-content .format-aside,
  .site-content .format-image,
  .site-content .format-quote,
  .site-content .format-video,
  .site-content .format-link,
  .site-content .format-gallery {
    background: none;
  }
  .site-content .content-left {
    display: none;
  }
  .site-content .content-right {
    display: block;
    width: 100%;
  }

  #sidebar .widget {
    width: 100%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    margin-right: 0;
  }
  #sidebar .widget:nth-child(2n+2) {
    display: inline;
    float: left;
  }

  #footer-sidebar .widget-footer {
    width: 100%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    margin-right: 0;
  }

  .one-column .main-navigation .inside-primary-nav .touchdown-list {
    display: none;
  }
  .one-column .site-header .site-branding .site-title,
  .one-column .site-header .site-branding .site-description {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .one-column .site-header .site-branding .site-description {
    padding-top: 0;
  }
  .one-column .site-content .post .content-left {
    display: none;
  }
  .one-column .site-content .post .content-right {
    display: block;
    width: 100%;
  }
  .one-column .site-footer #footer-sidebar .widget-footer {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .one-column .site-footer #footer-sidebar .footer-2 {
    margin-left: 0;
  }
}
/* =============================================================================
- Miscellaneous
Miscellaneous styles
============================================================================= */
/* 	BREADCRUMBS
	----------------- */
#breadcrumbs {
  border-bottom: 1px solid #eee;
  font-size: 0.92308em;
  line-height: 2em;
  margin-bottom: 2.25em;
  padding-bottom: 0.3em;
}

/* 	ARCHIVE
	----------------- */
.archive-title {
  display: block;
  margin-bottom: 20px;
}

.post-nav {
  display: block;
  margin-bottom: 20px;
}

.stop-share {
  display: block;
  position: relative;
  height: 1px;
  top: -50px;
}

/* =============================================================================
- Conditional IE class
	Style for IE only
============================================================================= */
.oldie .commentlist .avatar {
  width: 48px;
}
.oldie .commentlist .avatar {
  display: inline;
  float: left;
}
.oldie cite.fn {
  display: inline;
  float: left;
}
