/*
Theme Name: SkyFall
Theme URI: http://www.gani.com.au/2013/06/skyfall-wordpress-theme/
Description: Beautiful in minimalistic design. Perfect for personal blog or even photographers to showcase their portfolio.
Version: 1.0.2
Author: Satrya
Author URI: http://satrya.me
Tags: light, two-columns, fixed-width, custom-background, featured-images, microformats, threaded-comments, translation-ready
Text Domain: skyfall

License: GNU General Public License
License URI: license.txt

SkyFall WordPress Theme, Copyright 2013 satrya.me
SkyFall is distributed under the terms of the GNU GPL

The code is copyrighted to Satrya(satrya.me) and the design copyrighted to Jonni(http://www.gani.com.au/)

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
*/
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * NORMALIZE
 * SHARED
 *
 * MAIN
 * TYPOGRAPHY
 * FORM & TABLE
 * IMAGE
 * 
 * HEADER
 * NAVIGATIONS
 * WIDGETS
 * COMMENTS
 * FOOTER
 *
 * HOMEPAGE
 * BLOG
 *
 * CUSTOM_ELEMENTS
 */
/*------------------------------------*\
	$NORMALIZE
\*------------------------------------*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*\
	$SHARED
\*------------------------------------*/
.cl {
  *zoom: 1;
}
.cl:before, .cl:after {
  content: "";
  display: table;
}
.cl:after {
  clear: both;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.iblock {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

.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;
}

.accessible-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.hide-text {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hentry {
  -webkit-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  -moz-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  background-image: url('1px20pc.png');
  background-repeat: repeat-x repeat-y;
  word-wrap: break-word;
}

.button,
input[type="submit"] {
   -webkit-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  -moz-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  background-image: url('1px20pc.png');
  background-repeat: repeat-x repeat-y;
 border: none;
  color: #444444;
}

/*------------------------------------*\
	$MAIN
\*------------------------------------*/
* html {
  font-size: 75%;
}

html {
  font-size: 12px;
  line-height: 1.5em;
  min-height: 100%;
}

body {
  background: #bbbbbb;
  color: #333333;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
}

/**
 * Selection
 */
::-moz-selection {
  background: #3498db;
  color: white;
  text-shadow: none;
}

::selection {
  background: #3498db;
  color: white;
  text-shadow: none;
}

/**
 * Basic Grid
 */
.container {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
	$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;
}

p {
  padding-left: 5px;
}

p.credit {
  background: none;
  padding-left: 5px;
}
/**
 * Set link colors.
 */
a {
  color: #444444;
  text-decoration: none;
  hover: underline;
}
a:visited {
  color: #444444;
}
a:hover {
  color: #444444;
  text-decoration: none;
}

/**
 * Headings.
 */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
}

h1, .alpha {
  font-size: 36px;
  font-size: 3rem;
  line-height: 1.5em;
}

h2, .beta {
  padding-left: 5px;
  font-size: 30px;
  font-size: 2.5rem;
  line-height: 1.2em;
}

h3, .gamma {
  padding-left: 5px;
  font-size: 24px;
  font-size: 2rem;
  line-height: 1.5em;
}

h4, .delta {
  font-size: 20px;
  font-size: 1.66667rem;
  line-height: 1.8em;
}

h5, .epsilon {
  font-size: 16px;
  font-size: 1.33333rem;
  line-height: 2.25em;
}

h6, .zeta {
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 1.28571em;
}

h2.loop-title, h3.comments-header, h3.comment-reply-title, div.loop-description, p.log-in-out {
  -webkit-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  -moz-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  background-image: url('1px20pc.png');
  background-repeat: repeat-x repeat-y;
}

div.textwidget, section.text-2 {
  -webkit-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  -moz-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url('1px80pc.png');
  background-repeat: repeat-x repeat-y;

}

/**
 * Text elements.
 */
p {
  margin: 0 0 1.5em;
  padding-left: 5px;
}

sup {
  vertical-align: sub;
}

sub {
  vertical-align: super;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  color: #aaaaaa;
  text-decoration: line-through;
  vertical-align: baseline;
}

pre {
  background: #eeeeee;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  color: #999999;
  margin: 1.5em 0;
  padding: 20px;
}

code {
  color: #2080ad;
}

ins {
  text-decoration: underline;
}

mark {
  background: #ff0;
  color: #990;
  font-size: 11px;
  font-size: 0.91667rem;
  line-height: 1.63636em;
}

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: 20px;
}
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;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 1.5em;
}

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.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.5em;
}

hr {
  border-top: 1px solid #dddddd;
  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;
}

/*------------------------------------*\
	$FORM & $TABLE
\*------------------------------------*/
label {
  font-weight: bold;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5em;
}

fieldset {
  border: 1px solid #dddddd;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5em;
  line-height: 1.5;
  margin: 0 0 1.5em;
  padding: 0 1.5em 1.5em 1.5em;
}

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: .5em .8em;
  position: relative;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  top: 0;
}

fieldset {
  padding-top: 1.5em;
}

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 #dddddd;
  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;
}

table {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5em;
  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;
}

table.striped tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/*------------------------------------*\
	$IMAGE
\*------------------------------------*/
figure > img {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  background: black;
  margin-bottom: 20px;
  max-width: 100%;
  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: #333333;
}
.wp-caption:hover .wp-caption-text:before {
  color: #333333;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.wp-caption-text {
  color: white;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0;
  padding: 15px 0 5px 40px;
  position: relative;
}
.wp-caption-text:before {
  color: white;
  content: '\2014';
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 1.28571em;
  font-style: normal;
  font-weight: 700;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 17px;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

/*------------------------------------*\
	$HEADER
\*------------------------------------*/
.site-header {
  background: none;
}
.site-header .container {
  padding-top: 280px;
  padding-bottom: 40px;
}

.site-branding {
  float: left;
  margin-right: 0px;
  display: inline;
}
.site-branding #site-title {
  font-size: 40px;
  font-size: 3.33333rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
.site-branding #site-title a {
  color: black;
}
.site-branding #site-description {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #f4f4f4;
  font-style: italic;
}

.sidebar-header {
  width: 65.95745%;
  float: right;
  margin-top: -47px;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}
.sidebar-header .widget {
  display: inline;
  float: right;
}
.sidebar-header a,
.sidebar-header .widget-title {
  color: #444444;
}

.sidebar-header .widget-search {
  padding-bottom: 10px;
}
.sidebar-header .widget-search input[type="text"] {
  border: 1px solid #2F8CC9;
  width: 15em;
}

/*------------------------------------*\
	$NAVIGATIONS
\*------------------------------------*/
.header-navigation {
  background: #2980B9;
  margin-bottom: 36px;
}

.menu-primary-container {
  width: 82.97872%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.menu-primary-container li {
  display: inline;
  float: left;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  position: relative;
}
.menu-primary-container li:hover {
  background: #34495e;
}
.menu-primary-container a {
  color: white;
  display: block;
  padding: 14px 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.menu-primary-container .sub-menu {
  background: #34495e;
  border-bottom: 5px solid #2b3c4e;
  display: none;
  padding-left: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 190px;
  z-index: 9;
}
.menu-primary-container .sub-menu li {
  float: none;
  display: block;
  border-bottom: 1px dashed #2b3c4e;
  width: 100%;
}
.menu-primary-container .sub-menu li:last-child {
  border-bottom: none;
}
.menu-primary-container .sub-menu li:hover {
  background: #3d566e;
}
.menu-primary-container .sub-menu a {
  padding: 8px 20px;
}
.menu-primary-container .sub-menu ul {
  left: 100%;
  top: 0;
}

/*------------------------------------*\
	$WIDGETS
\*------------------------------------*/
.sidebar-subsidiary {
  background: #333;
  color: white;
  padding: 30px 0;
}
.sidebar-subsidiary p:last-child {
  margin-bottom: 0;
}
.sidebar-subsidiary .widget {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.sidebar-subsidiary .widget:nth-child(4n) {
  float: right;
  margin-right: 0;
}

.widget-title {
  -webkit-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  -moz-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1.8em;
  color: #888888;
  font-weight: 600;
  margin-bottom: 8px;
  padding-left: 8px;
  text-transform: uppercase;
}

.sidebar-primary .widget {
  -webkit-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  -moz-box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  box-shadow: 0 0 4px rgba(204, 204, 204, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url('1px20pc.png');
  background-repeat: repeat-x repeat-y;
  border-bottom: 0px solid #888;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar-primary .widget-title {
  margin-bottom: 10px;
}

.sidebar-primary .widget-search {
  -webkit-box-shadow: 0 0 0px rgba(204, 204, 204, 0.9);
  -moz-box-shadow: 0 0 0px rgba(204, 204, 204, 0.9);
  box-shadow: 0 0 0px rgba(204, 204, 204, 0.9);
  background: none;
}

.widget-search .widget-title,
.widget-search label,
.widget-search .button {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.widget-search input[type="text"] {
  height: 3em;
  width: 100%;
}

/*------------------------------------*\
	$COMMENTS
\*------------------------------------*/
#comments,
#comments-template {
  margin-bottom: 18px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .children {
  list-style: none;
}

.comment-wrap {
  background-image: url('1px20pc.png');
  background-repeat: repeat-x repeat-y;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0 0 6px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 6px rgba(204, 204, 204, 0.5);
  margin-bottom: 18px;
  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: 1rem;
  line-height: 1.5em;
  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: 1rem;
  line-height: 1.5em;
}

#cancel-comment-reply-link {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5em;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
}

.trackback .comment-meta,
.pingback .comment-meta {
  padding-bottom: 0;
}

#respond p {
  margin-bottom: 10px;
  *zoom: 1;
}
#respond p:before, #respond p:after {
  content: "";
  display: table;
}
#respond p:after {
  clear: both;
}
#respond label {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5em;
  vertical-align: middle;
}
#respond input[type="text"] {
  -webkit-box-shadow: 0 0 6px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0 0 6px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 6px rgba(204, 204, 204, 0.5);
  display: inline;
  float: left;
  height: 2.5em;
  margin: 0 5px 0 0;
  width: 250px;
}
#respond textarea {
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 1.28571em;
  -webkit-box-shadow: 0 0 6px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0 0 6px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 6px rgba(204, 204, 204, 0.5);
  padding: 10px;
}
#respond input[type="submit"] {
  font-size: 16px;
  padding: 16px 24px;
}
#respond .required {
  color: #f00;
}

/*------------------------------------*\
	$FOOTER
\*------------------------------------*/
.site-footer {
  background: #e9e9e9;
  color: #888888;
}
.site-footer a {
  color: #888888;
  hover: underline;
}
.site-footer p {
  margin-bottom: 0;
  padding: 7px 0;
}

/*------------------------------------*\
	$HOMEPAGE
\*------------------------------------*/
.page-template-home.layout-1c-full .no-sidebar {
  margin-bottom: 36px;
}
.page-template-home.layout-1c-full .hentry {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  margin-bottom: 18px;
}
.page-template-home.layout-1c-full .hentry:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.page-template-home.layout-1c-full figure a, .page-template-home.layout-1c-full figure img {
  display: block;
}
.page-template-home.layout-1c-full .entry-title {
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 16px;
}
.page-template-home.layout-1c-full .entry-title a {
  color: #333333;
}

/*------------------------------------*\
	$BLOG
\*------------------------------------*/
/* BLOG LAYOUTS */
.layout-2c-l .has-sidebar {
  width: 65.95745%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.layout-2c-l .sidebar-primary {
  width: 31.91489%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}

.layout-2c-r .has-sidebar {
  width: 65.95745%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}
.layout-2c-r .sidebar-primary {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}

.layout-1c .no-sidebar {
  display: block;
  margin: auto;
  width: 65.95745%;
}

.layout-1c-full .no-sidebar {
  display: block;
  width: 100%;
}

/* end BLOG LAYOUTS */
.singular .hfeed {
  font-size: 13px;
  font-size: 1.08333rem;
  line-height: 1.38462em;
}

.hentry {
  margin-bottom: 18px;
}

.entry {
  padding: 20px;
  *zoom: 1;
}
.entry:before, .entry:after {
  content: "";
  display: table;
}
.entry:after {
  clear: both;
}

.entry-title {
  font-weight: 400;
  line-height: 1em;
}
.entry-title a {
  color: #333333;
}

.entry-meta {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #999999;
  margin-bottom: 18px;
}

.hmedia .overlay img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.loop-nav {
  *zoom: 1;
  clear: both;
  margin: 20px 0;
}
.loop-nav:before, .loop-nav:after {
  content: "";
  display: table;
}
.loop-nav:after {
  clear: both;
}
.loop-nav .previous {
  display: inline;
  float: left;
}
.loop-nav .next {
  display: inline;
  float: right;
  text-align: right;
}

/* 	Pagination
	----------------- */
.pagination {
  margin-bottom: 18px;
  overflow: hidden;
  padding: 12px 5px;
}
.pagination .page-numbers {
  background: #eeeeee;
  border: 1px solid #dddddd;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  color: #555555;
  font-weight: 700;
  padding: 5px 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: #3498db;
  border: 1px solid #258cd1;
  color: white;
}

.page-links {
  clear: both;
}

/*------------------------------------*\
	$CUSTOM_ELEMENTS
\*------------------------------------*/
.camera_wrap {
  margin-bottom: 28px;
}

.page-template-home.layout-1c-full .camera_caption .entry-title {
  font-size: 16px;
  font-size: 1.33333rem;
  line-height: 2.25em;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
}
.page-template-home.layout-1c-full .camera_caption .entry-title a {
  color: white;
}
.page-template-home.layout-1c-full .camera_caption p {
  margin-bottom: 0;
}

.home-text {
  font-size: 24px;
  font-size: 2rem;
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 36px;
  text-align: center;
  padding-bottom: 18px;
}
.home-text p {
  margin-bottom: 0;
  width: 74.46809%;
}

.sticky:before,
.bypostauthor:before {
  content: "I have no idea to styling this classes.";
}