/*
Theme Name: Satu
Theme URI: http://satrya.me/wordpress-themes/satu/
Description: One-column mobile friendly, beautiful and modern Photography WordPress theme. It comes with customizable background, post-format supported, unlimited color choices, stunning featured image and much more.
Version: 2.3
Author: Satrya
Author URI:	http://satrya.me/
Tags: light, one-column, responsive-layout, custom-background, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready, photoblogging
Text Domain: satu

License: GNU General Public License
License URI: license.txt

Satu WordPress Theme, Copyright 2013 - 2014 http://satrya.me/
Satu is distributed under the terms of the GNU GPL

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
   =============================================================================
	0 Reset Stylesheet
	1 Base
	2 Typography
	3 Form & Table
	4 Images
	5 Header Area
	6 Content Area
	7 Sidebars & Widgets Area
	8 Comments
	9 Attachment
	10 Utilities
   =============================================================================
*/
/* =============================================================================
- Reset Stylesheet
============================================================================= */
body,
figure {
  margin: 0;
  font-smooth: always;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

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;
  height: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

img {
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================================================
- Base
============================================================================= */
* html {
  font-size: 81.25%;
}

html {
  font-size: 13px;
  line-height: 1.5em;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: whitesmoke;
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* 	SELECTION
	----------------- */
::-moz-selection {
  background: #2ecc71;
  color: white;
  text-shadow: none;
}

::selection {
  background: #2ecc71;
  color: white;
  text-shadow: none;
}

/* 	LINKS
	----------------- */
a {
  webkit-transition: all 200ms ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  color: #2ecc71;
  text-decoration: none;
}
a:visited {
  color: #2ecc71;
}
a:hover {
  color: #27ae60;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}

/* =============================================================================
- Typography
============================================================================= */
div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, form, p,
blockquote, th, td {
  direction: ltr;
  margin: 0;
  padding: 0;
}

/* 	HEADING
	----------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
  font-size: 2.76923rem;
  line-height: 1.3em;
}

h2 {
  font-size: 24px;
  font-size: 1.84615rem;
  line-height: 1.3em;
}

h3 {
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.5em;
}

h4 {
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.5em;
}

h5 {
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.5em;
}

h6 {
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.5em;
}

/* 	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: #eee;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #999;
  margin: 1.5em 0;
  padding: 20px;
}

code {
  color: #2080ad;
}

pre,
code,
kbd,
samp,
tt {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

ins {
  text-decoration: underline;
}

mark {
  background: #ff0;
  color: #990;
  font-size: 11px;
}

/* 	BLOCKQUOTE
	----------------- */
blockquote {
  color: #aaaaaa;
  font: 400 20px/1.3em 'Vollkorn';
  margin: 10px 0;
  padding-left: 40px;
  position: relative;
}
blockquote:before {
  background: url('img/quote.png') no-repeat left top;
  height: 24px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 30px;
}
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: circle;
}

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 FORM STYLES
	----------------- */
label {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.92308rem;
}

fieldset {
  border: 1px solid #dddddd;
  font-size: 12px;
  font-size: 0.92308rem;
  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;
}

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

textarea,
select,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
input[class*="text"] {
  -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-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  color: #999;
  height: 2.5em;
  padding: 3px 4px;
}
textarea:focus,
select:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[class*="text"]:focus {
  outline: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: 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;
  cursor: pointer;
  outline: 0;
  overflow: visible;
  margin: 0;
  *padding-top: 2px;
  *padding-bottom: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: top;
  width: auto;
}
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[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  background: #2ecc71;
  border: 0;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
button:hover, button:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  background: #27ae60;
  color: white;
}
button:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
input[type="button"]:visited {
  color: white;
}
button:hover, button:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  text-decoration: none;
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  outline: 0;
}

/* =============================================================================
- Table
============================================================================= */
/* 	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
============================================================================= */
img {
  height: auto;
}

.header-container .site-branding .site-logo img {
  width: 450px;
  max-width: 95%;
}

.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

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 */
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* 	CAPTION
	----------------- */
p img,
.wp-caption {
  margin: 5px 0;
}

.wp-caption {
  background: black;
  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;
}
.wp-caption:hover {
  /* background: #eeeeee; */
}
.wp-caption:hover .wp-caption-text {
  /* color: #555555; */
}
.wp-caption:hover .wp-caption-text:before {
  /* color: #555555; */
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  /* max-width: 98%; */
}
.wp-caption .wp-caption-text {
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: white;
  /* content: '\2014'; */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 17px;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

.entry-wrap .gallery a,
.entry-wrap .attachment a {
  display: block;
}
.entry-wrap .gallery a:hover,
.entry-wrap .attachment a:hover {
  background: none;
}

/* =============================================================================
- Header Area
============================================================================= */
.header-container {
	width: 100%;
}

.site-header {
  position: relative;
}

.menu-primary-container {
  background-color: #272727 !important;
}

.menu-primary-container .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
  padding-right: 2px;
  line-height: 1.2;
}

.menu-primary-items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu-primary-items li {
  display: inline-block;
  position: relative;
}

.menu-primary-items a {
  color: #fff;
  display: block;
  padding: 13px 18px 13px;
}

.menu-primary-items a:hover {
  background-color: #f9f9f9;
  color: #000000;
  border-top: none !important;
}

/* Sub-menu. */
.menu-primary-items li:hover > .sub-menu {
  display: block;
}

.menu-primary-items .sub-menu {
  -webkit-animation-name: "fadeIn";
  -moz-animation-name: "fadeIn";
  -o-animation-name: "fadeIn";
  animation-name: "fadeIn";
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  position: absolute;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 13em;
  z-index: 999;
  display: none;
  text-align: left;
  background-color: black;
  background-color: rgba(0,0,0,.8);
}

.menu-primary-items .sub-menu li {
  display: block;
}

.menu-primary-items .sub-menu a {
  color: white;
}

.menu-primary-items .sub-menu a:hover {
  background-color: #141414;
}

.menu-primary-items .sub-menu ul {
  top: 0;
  left: 100%;
}

.site-branding {
  width: 100%;
  height: 120px;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  padding: 60px 0;
  text-align: center;
  
  /* background-image: url("/wp-content/uploads/2016/01/header_malaysia_beach.jpg"); */
  background-image: url("/wp-content/uploads/2016/01/header_borobudur_above.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.site-branding .avatar {
  display: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.site-branding #site-title {
  font-size: 62px;
  /* font-size: 5.4rem; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-top: 30px;
}
.site-branding #site-description {
  font-size: 18px;
  /* font-size: 1.54rem; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ffffff;
  /* text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4); */
}

/* 	AFTER HEADER
	----------------- */
.after-header {
  background: whitesmoke;
  margin-bottom: 19.5px;
  padding: 15px 0;
}
.after-header .breadcrumbs {
  display: none !important;
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  font-size: 12px;
  font-size: 0.92308rem;
}

/* =============================================================================
- Content Area
============================================================================= */
.container {
  *zoom: 1;
  max-width: 700px;
  _width: 700px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.site-content {
  margin-bottom: 20px;
}

.content .hentry {
  background: #fff;
  /* -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; */
  margin-bottom: 19.5px;
  /* padding: 5px; */
  word-wrap: break-word;
}
.content .hmedia {
  position: relative;
}
.content .entry-title {
  margin-bottom: 0;
}

.entry-header {
  padding: 20px 30px 0;
}

.entry-wrap {
  padding: 20px 30px 30px;
}
.entry-wrap a {
  -webkit-transition: all 0.15s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.15s ease-in 0s;
  -o-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
}
.entry-wrap a:hover {
  background: #2ecc71;
  color: white;
}

.entry-wrap .entry-content,
.entry-wrap .entry-summary {
  font-size: 14px;
  line-height: 1.5em;
}

.byline, .entry-meta, .byline a:link, .byline a:active, .byline a:hover, .byline a:visited  {
  clear: both;
  color: #656565;
  font-size: 12px;
  font-size: 0.93rem;
}
.byline a:active, .byline a:hover {
	background: #656565;
	color: white;
}
.byline abbr, .entry-meta abbr {
  font-size: 100%;
  text-transform: capitalize;
}

.loop-meta {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.page-links {
  clear: both;
  padding: 10px 0;
}

/* 	Slides
	----------------- */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_nav {
  background: #000;
  bottom: 10px;
  color: white;
  display: block;
  font-size: 14px;
  position: absolute;
  padding: 2px 7px 5px;
  text-align: center;
  -webkit-transition: all 0.15s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.15s ease-in 0s;
  -o-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  z-index: 9;
}
.rslides_nav:hover {
  background: #2ecc71;
  color: white;
}
.rslides_nav.next {
  right: 10px;
}
.rslides_nav.prev {
  right: 39px;
}

/* 	Pagination
	----------------- */
.pagination {
  overflow: hidden;
  padding: 12px 5px;
}
.pagination .page-numbers {
  background: #eeeeee;
  border: 1px solid #eee;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  color: #555555;
  font-weight: 700;
  padding: 3px 9px;
  -webkit-transition: all 0.15s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.15s ease-in 0s;
  -o-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
}
.pagination .page-numbers:hover {
  background: #2ecc71;
  border: 1px solid #27ae60;
  color: white;
}

.loop-nav {
  overflow: hidden;
  padding: 20px 0;
}
.loop-nav .prev {
  display: inline;
  float: left;
}
.loop-nav .next {
  display: inline;
  float: right;
  text-align: right;
}

/* 	Footer
	----------------- */
.site-footer {
  font-size: 12px;
  font-size: 0.92308rem;
  color: #999999;
  padding-bottom: 40px;
  text-align: center;
}

/*  Jetpack
  ----------------- */
.sharedaddy.sd-gplus {
  margin-bottom: 8px;
}

/* =============================================================================
- Sidebars & Widgets Area
============================================================================= */
.sidebar-subsidiary {
  background: whitesmoke;
  padding: 40px 0;
  margin-bottom: 20px;
}
.sidebar-subsidiary .widget {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}
.sidebar-subsidiary .widget:nth-child(3n) {
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .sidebar-subsidiary .widget {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.ie8 .widget:first-child + .widget + .widget {
  margin-right: 0;
}

.widget-title {
  font-size: 12px;
  font-size: 0.92308rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #999;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.widget {
  margin-bottom: 20px;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul ul {
  margin-left: 20px;
}
.widget ul ul li {
  border-bottom: 0;
}
.widget li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.widget.search label {
  display: none;
}
.widget.search input[type="submit"] {
  padding: 9px 6px;
}

.widget_recent_comments li a {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

/* =============================================================================
- Comments
============================================================================= */
#comments {
  margin-bottom: 20px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .children {
  list-style: none;
}

.comment-wrap {
  background: whitesmoke;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 19.5px;
  padding: 30px;
  position: relative;
}
.comment-wrap .avatar {
  background: white;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
  position: absolute;
  right: 8px;
  top: -10px;
}
.comment-wrap .moderation {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
  clear: both;
  display: block;
  margin: 0 0 10px;
  padding: 5px 10px;
}

.comment-meta {
  color: #999999;
  font-size: 12px;
  font-size: 0.92308rem;
  padding-bottom: 20px;
}
@media (max-width: 320px) {
  .comment-meta {
    width: 70%;
  }
}
.comment-meta abbr {
  border-bottom: 0;
  text-transform: capitalize;
}
.comment-meta .comment-author {
  display: block;
}

.comment-notes, .logged-in-as {
  font-size: 12px;
  font-size: 0.92308rem;
}

#cancel-comment-reply-link {
  font-size: 12px;
  font-size: 0.92308rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.trackback .comment-meta,
.pingback .comment-meta {
  padding-bottom: 0;
}

#respond p {
  margin-bottom: 10px;
  overflow: hidden;
}
#respond label {
  font-size: 12px;
  font-size: 0.92308rem;
  vertical-align: middle;
}
#respond .text-input {
  border: 1px solid #eee;
  display: inline;
  float: left;
  height: 2.5em;
  margin: 0 5px 0 0;
  width: 250px;
}
#respond textarea {
  border: 1px solid #eee;
  font-size: 14px;
  font-size: 1.07692rem;
  padding: 10px;
}
#respond input[type="submit"] {
  font-size: 16px;
  padding: 16px 24px;
}
#respond .required {
  color: #f00;
}

/* =============================================================================
- Attachment
============================================================================= */
.hentry.attachment .entry-wrap {
  padding-top: 30px;
}

.attachment-title {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  bottom: 10%;
  font-size: 26px;
  font-size: 2rem;
  padding: 10px 20px;
  position: absolute;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  left: 0;
}
.attachment-title a {
  color: white;
}

.attachment-item {
  position: relative;
}
.attachment-item .wp-caption {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.attachment-item .wp-caption img {
  max-width: 100%;
}
.attachment-item .wp-caption .wp-caption-text {
  padding: 15px 0 15px 40px;
}
.attachment-item .wp-caption .attachment-title {
  left: 10%;
}

.attachment-gallery .gallery .gallery-row {
  margin-bottom: 20px;
}
.attachment-gallery .gallery .gallery-item .gallery-icon img {
  background: white;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 5px;
}

.gallery img {
  border: 1px solid #eee !important;
}

/* =============================================================================
- Utilities
============================================================================= */
/* 	CLEARFIX
	http://nicolasgallagher.com/micro-clearfix-hack/
	----------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* 	CLEAR ELEMENT
	----------------- */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*	Inline-Block
	-------------------- */
.iblock {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

/* 	Break text
	-------------------- */
.break {
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}

/* 	Truncate text
	-------------------- */
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

/* 	Hide text
	-------------------- */
.hide-text {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
}

/* 	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;
}

.f-n {
  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;
}

/* 	POSITIONING
	----------------- */
.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;
}

.sticky,
.bypostauthor {
  background: inherit;
  color: inherit;
}

/*  Fade-on keyframe
  ----------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto
}

.gallery-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0
}

.gallery-item {
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    border: none;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gallery-icon {
}

.gallery-icon img {
    width: auto;
    max-width: 89%;
    height: auto;
    margin: 0 auto;
    padding: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gallery-caption {
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gallery-col-0 .gallery-item {
    width: 100%
}

.gallery-col-1 .gallery-item {
    width: 100%
}

.gallery-col-2 .gallery-item {
    width: 50%
}

.gallery-col-3 .gallery-item {
    width: 33.33%
}

.gallery-col-4 .gallery-item {
    width: 25%
}

.gallery-col-5 .gallery-item {
    width: 20%
}

.gallery-col-6 .gallery-item {
    width: 16.66%
}

.gallery-col-7 .gallery-item {
    width: 14.28%
}

.gallery-col-8 .gallery-item {
    width: 12.5%
}

.gallery-col-9 .gallery-item {
    width: 11.11%
}

.gallery-col-10 .gallery-item {
    width: 10%
}

.gallery-col-11 .gallery-item {
    width: 9.09%
}

.gallery-col-12 .gallery-item {
    width: 8.33%
}

.gallery-col-13 .gallery-item {
    width: 7.69%
}

.gallery-col-14 .gallery-item {
    width: 7.14%
}

.gallery-col-15 .gallery-item {
    width: 6.66%
}

.gallery-col-16 .gallery-item {
    width: 6.25%
}

.gallery-col-17 .gallery-item {
    width: 5.88%
}

.gallery-col-18 .gallery-item {
    width: 5.55%
}

.gallery-col-19 .gallery-item {
    width: 5.26%
}

.gallery-col-20 .gallery-item {
    width: 5%
}

.gallery-col-21 .gallery-item {
    width: 4.76%
}

.gallery-col-22 .gallery-item {
    width: 4.54%
}

.gallery-col-23 .gallery-item {
    width: 4.34%
}

.gallery-col-24 .gallery-item {
    width: 4.16%
}

.gallery-col-25 .gallery-item {
    width: 4%
}

.gallery-col-26 .gallery-item {
    width: 3.84%
}

.gallery-col-27 .gallery-item {
    width: 3.7%
}

.gallery-col-28 .gallery-item {
    width: 3.57%
}

.gallery-col-29 .gallery-item {
    width: 3.44%
}

.gallery-col-30 .gallery-item {
    width: 3.33%
}
