/*
Theme Name: AllTattoos
Theme URI: http://alltattoos.com
Author: AllTattoos
Author URI: http://alltattoos.com
Description: Tattoo sharing and discover site by Mixamedia.  
Version: 1.3.2
License: GNU General Public License
License URI: license.txt
Text Domain: alltattoos
Tags: featured-images, post-formats, translation-ready, theme-options

This theme, like WordPress, is licensed under the GPL.
Have fun customizing it and sharing your work with others!

Originally built off the _s theme:
underscores.me

*/
/* =Icon Font
-------------------------------------------------------------- */

@font-face {
	font-family: "Benton Sans";
	src: url("fonts/benton-sans/benton-sans-regular.eot");
	src: url("fonts/benton-sans/benton-sans-regular.eot#iefix") format("embedded-opentype"),
	url("fonts/benton-sans/benton-sans-regular.woff") format("woff"),
	url("fonts/benton-sans/benton-sans-regular.ttf") format("truetype"),
	url("fonts/benton-sans/benton-sans-regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Included fonts are licensed SIL */
/* See readme.txt for more information */
@font-face {
	font-family: 'entypo';
	  src: url('fonts/entypo.eot');
	  src: url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
	       url('fonts/entypo.woff') format('woff'),
	       url('fonts/entypo.ttf') format('truetype'),
	       url('fonts/entypo.svg#entypo') format('svg');
	  font-weight: normal; font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-size: 18px;
  margin-right: 8px;
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}

.icon-menu:before {
  content: '\2630';
font-size: 36px;
color: #222;
}

.icon-heart:before { content: '\2665'; }


[class^="faicon-"]:before,
[class*=" faicon-"]:before {
  font-size: 18px;
  margin-right: 8px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}

.faicon-comment:before {
  /*content: '\f086';*/
  content: '\f0e6';
}

.faicon-heart:before {
	  content: '\f004';
}

.faicon-hearto:before {
  content: '\f08a';
	
}
.faicon-menu:before {
  content: '\f0c9';
}


.icon-comment:before {
  content: '\e720';
}

.icon-right-circled:before {
  content: '\f0a9';
}

.icon-dropdown:before {
  content: '\e750';
}

.icon-search:before {
  content: '\1f50d';
}

.icon-share:before { 
	content: '\e73c'; 
}

.icon-reply:before { 
	content: '\e712'; 
}

/* =Reset
-------------------------------------------------------------- */
/*

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  background: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

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

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

a img {
  border: 0;
}

/* =Global
----------------------------------------------- */
/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

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

/* Text elements */
p {
  margin-bottom: 15px;
}

ul, ol {
  margin: 0 0 15px 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  margin: 0 15px;
}

address {
  margin: 0 0 15px;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px;
  overflow: auto;
  max-width: 100%;
  margin-bottom: 15px;
}

code, kbd, tt, var {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
}

th {
  font-weight: bold;
}

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

input,
textarea {
  border: none;
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* Styles */
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  /* Styles */
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  /* Styles */
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

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

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

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

input[type=text],
input[type=email],
input[type=password],
textarea {
  /* Styles */
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  /* Styles */
}

input[type=text],
input[type=email],
input[type=password] {
  padding: 5px;
}

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

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

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

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

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

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* =Elements
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

body {
  background: #f5f5f5;
  color: #333;
}

a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="url"],
textarea {
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  outline: 0;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  padding: 8px 24px 7px;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: #eee;
  color: #666;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  padding: 7px 24px 8px;
  background: #ccc;
  color: #333;
}

pre {
  border-radius: 6px;
}

/* =Sticky Footer
----------------------------------------------- */
html, body {
  height: 100%;
  /* For sticky footer */
}

/* Wrapper for page content to push down footer */
#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -52px;
}

#push {
  height: 52px;
}

/* =Structure
----------------------------------------------- */
.section {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 15px;
}

#primary {
  float: left;
  width: 100%;
  padding-right: 320px;
  box-sizing: border-box;
}

#secondary {
  float: left;
  width: 300px;
  margin-left: -300px;
}

@media screen and (max-width: 790px) {
  #primary {
    float: none;
    padding: 0;
  }

  #secondary {
    float: none;
    width: auto;
    margin: 0 0 40px;
  }
}
/* =Header
----------------------------------------------- */
#masthead {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
border-bottom: 1px solid #eee;
}

#masthead .section {
  padding: 0 30px;
}

#masthead hgroup {
  margin-top: 12px;
  float: left;
  padding-left: 15px;
  min-height: 68px;
}

.site-title {
	margin:0;
	padding: 4px 0px;
	font-size: 30px;  
	height:42px;
	font-size: 30px;
	width:186px;
	float: left;
}

.site-title .site-brand {
  padding:0px;
  margin:0;
  background: url(img/logo.png) no-repeat 0px 0px;
  background-size: 144px 42px;
  height:42px;
  width:144px;
  display: block;
  text-indent : -9999px;
}

.site-title a {
  color: #222;
}

@media screen and (max-width: 790px) {
  #masthead .section {
    padding: 0;
  }

  #masthead hgroup {
    padding-left: 20px;
  }
}
@media screen and (max-width: 490px) {
  .site-title {
    padding-right: 102px;
  }
}

/* =Menu
----------------------------------------------- */
.main-navigation {
  display: block;
  float: right;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top:8px;
}

.main-navigation li {
  font-size: 14px;
  letter-spacing: 1px;
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 22px 20px;
  color:#a8a8a8;
  font-weight:400;
}

.main-navigation li a:hover {
  background: #fff;
}

.main-navigation li:hover > a {
  background: #fff;
}

.main-navigation .menu-item-has-children a {
  padding-right: 40px;
}

.main-navigation .menu-item-has-children > a:after {
  content: '\e760';
  font-family: 'entypo';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  position: absolute;
  right: 20px;
  speak: none;
}

.main-navigation .menu-item-has-children .menu-item-has-children a {
  padding: 18px 20px;
}

.main-navigation .menu-item-has-children .menu-item-has-children > a:after {
  content: none;
}

.main-navigation ul ul {
  display: none;
  background: #fff;
  position: absolute;
  float: left;
  margin: 0;
  top: 64px;
  left: 0;
  width: 190px;
  z-index: 99999;
 border-bottom: 2px solid #f5f5f5;
}

.main-navigation ul ul li {
  border: none;
  float: none;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}

.main-navigation ul ul li a {
  border: none;
  padding: 18px 20px;
}

.main-navigation ul ul li a:hover {
  background: #fff;
}

.main-navigation ul ul li:last-of-type a {
  border: none;
}

.main-navigation ul li:hover > ul {
  display: block;
}

/* Three level menus aren't really supported */
.main-navigation ul ul ul {
  display: block;
  position: relative;
  float: none;
  border-left: none;
  border-right: none;
  top: 0;
  left: 0;
  width: 190px;
}

.main-navigation ul ul ul li:last-of-type {
  border: none;
}

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none;
}

.main-small-navigation .menu {
  display: none;
}

@media screen and (max-width: 790px) {
  .main-navigation {
    clear: both;
    float: none;
  }

.main-navigation .rounded a,
 .main-navigation .rounded a:hover{
color:#449ccc;
background:#fff;
padding: 22px 20px;
margin-top:0px;
margin-left:0px;
border-radius:none;
}

.main-navigation ul ul {
 border-bottom: none;
}

.main-navigation ul ul li {
border-left: none;
border-right: none;
	}
}

/* Site Search */

.search-toggle {
	cursor: pointer;
	display: none;
}

.search-top {
	width: 100%;
	max-width: 260px;
	float: left;
	clear:none;
	margin:20px 0 0 40px;
	padding: 0px;
	position: relative;
}

.search-top form input {
	float: left;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 8px 0px 8px 16px;
	width: 100%;
	height:20px;
	font-size: 14px;
	-moz-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
}

.search-top form button {
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 7px;
	background: none;
}

.search-top form button:before {
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 16px;
	font-weight:normal;
}

/* different style for searchform in header */
#header-search-wrap {
	display: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: #f6f6f6;
	/*background: rgba(0, 0, 0, 0.1);*/
}
#header-search .search-form .search-field {
	padding: 16px 20px;
	background: none;
	border: none;
	font-size: 18px;
	width:80%;
	color: #888;
}

#header-search .search-form .search-field:focus, #header-search .search-form .search-field input:focus{
    outline: none;
}

*:focus {
    outline: none;
}

#header-search .search-form .search-mobile {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 28px;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	width: 40px;
	height: 30px;
	line-height:16px;
	padding: 0;
	margin:0;
	cursor: pointer;
	right: 0px;
	top: 0px;
	padding-top: 4px;
	background: transparent;
		border: none;
}

#header-search .search-form .search-mobile:before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 24px;
	font-weight:normal;
	color: #888;
	padding: 0;
	margin:0;
}

@media screen and (max-width: 989px) {
	.search-top {
		width: 100%;
		max-width: 220px;
		margin:26px 0 0 20px;
	}
}

@media screen and (max-width: 860px) {
	.search-top {
		display:none;
	}
}

@media screen and (max-width: 790px) {
  .menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu-toggle a {
        padding: 12px 26px 10px 0px;
  }

  .menu-toggle a:hover {
    background: none;
  }

  .menu-toggle a:focus {outline:none;}
  .menu-toggle a::-moz-focus-inner {border:0;}


.search-toggle {
	display: block;
	float: right;
	cursor: pointer;
	font-size: 0;
	text-decoration: none;
	margin: 0;
	overflow: hidden;
	height: 34px;
	width:34px;
	font-weight: 400;
	text-transform:none;
	position: absolute;
	top: 20px;
	right: 82px;
	text-align: center;
}

.search-toggle:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	text-decoration: inherit;
	vertical-align: text-bottom;
	content: "\f002";
	font-weight: 400;
	margin: 0;
	font-size: 24px;
	border:none;
}

.search-toggle a:hover {
	text-decoration:none;
}

  .main-navigation .menu {
    display: none;
  }

  .main-navigation li {
    border-top: 1px solid #f9f9f9;
    float: none;
  }

  .main-navigation li:first-child a {
    padding-left: 14px;
  }

  .main-navigation ul ul {
    background: none;
    float: none;
    position: relative;
    width: auto;
    top: 0;
    display: block;
  }

  .main-navigation ul ul li a, .main-navigation ul ul li:first-child a {
    padding: 18px 20px 18px 40px;
  }

  .main-navigation ul ul li a:hover {
    background: #fff;
  }
}

@media screen and (max-width: 590px) {
#header-search .search-form .search-field {
	width:68%;
}
}
/* =Masonry Layout
----------------------------------------------- */
.masonry #primary {
  float: none;
  padding: 0;
margin-top:30px;
}

.masonry .hentry {
  width: 100%;
  margin: 0 0 20px;
}

@media screen and (min-width: 790px) {
  /* @noflip */
  .masonry .hentry {
    width: calc(33.3% - 20px);
    margin-right: 30px;
    transition: height, width 0.2s;
  }

  /* @noflip */
  .masonry .hentry:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 510px) and (max-width: 789px) {
  .masonry .hentry {
    width: calc( 50% - 10px);
  }

  /* @noflip */
  .masonry .hentry:nth-child(2) {
    margin-right: 0;
  }
}
.masonry .hentry img {
  display: block;
  width: 100%;
  height: auto;
  opacity:1;
}

.masonry .hentry img:hover {
  opacity:0.7;
}

.post-link {
  float: right;
}

.masonry .twitter-tweet {
  padding-bottom: 90px;
}

.masonry .twitter-tweet-rendered {
  padding-bottom: 0;
}

/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 20px 0;
  border-radius: 3px;
  background: #fff;
  /*border: 1px solid #eee;*/
  /*overflow: hidden;*/
}

.entry-title {
  font-size: 20px;
  font-size: 2.0rem;
  word-break: break-all;
}

.entry-header {
  padding: 10px 15px 10px;
}


.entry-meta {
  padding: 15px 0px;
background: #fff;
}

.entry-meta.tags {
  padding: 15px 15px;
background: #fff;
}

.entry-meta .post-meta { 
	background: #fff; 
	padding: 0;
	margin:18px 0 0 6px;
	float: left;
}
.entry-meta .post-meta a:hover {
text-decoration:none;
color:#888;
}

/* SHARE LINKS */


.meta-share-link a {
	font-size: 14px;
	padding: 10px 0px;
	border: none;
	display: inline-block;
}

.meta-share-link a:hover {
	text-decoration:none;
}

.meta-share-link li {
	position: relative;
	display: inline;
}

.meta-share-link {
	float:right;
	font-size: 14px;
	background:#fff;
	padding:0;
	margin:12px 14px 0 0;
}

.meta-share-link ul {
	padding:0;
	margin:0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	display: block;
}

.meta-share-link ul ul {
	display: none;
	width: 96px;
	left: 50%;
	background:#fff;
	border: 1px solid #EEF2F5;
	margin-left: -48px;
	position: absolute;
	top: 32px;
	z-index: 99999;
	border-radius: 5px;
	text-align: center;
}

.meta-share-link ul ul:before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #EEF2F5;
	content: "";
}

.meta-share-link ul ul li {
	display: block;
	border-bottom: 1px solid #EEF2F5;
	margin: 0;
}

.meta-share-link ul ul li:last-child {
	border-bottom: none;
}

.meta-share-link ul ul a {
	display: inline-block;
	padding: 6px 0px;
	font-size:12px;
}

.meta-share-link ul ul li:last-child a {
	border-bottom: none;
}

.meta-share-link ul li:hover > ul {
	display: block;
}

.meta-share-link .meta-share-share:before,
.meta-share-link .meta-share-facebook:before,
.meta-share-link .meta-share-twitter:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.meta-share-link .meta-share-share:before {
	font-size:16px;
	margin-right: 6px;
}

.meta-share-link .meta-share-facebook:before,
.meta-share-link .meta-share-twitter:before {
	font-size:12px;
	margin-right: 4px;
}

.meta-share-link .meta-share-share:before {
	content: "\f1e0";
}

.meta-share-link .meta-share-facebook:before {
	content: "\f09a";
}

.meta-share-link .meta-share-twitter:before {
	content: "\f099";
}

.entry-content, .entry-summary {
  padding: 20px 15px 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}

.entry-content h1, .entry-content h2 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.entry-content h3 {
  font-size: 16px;
  font-size: 1.6rem;
}

.entry-content h4, .entry-content h6 {
  font-size: 15px;
  font-size: 1.5rem;
}


.sticky {
  /* Required for Theme Review */
}

.single-post img.wp-post-image {
    display: block;
    margin: 0 auto;
}

.single-post figure {
	border-bottom:1px solid #eee;
}

/* =Archives
----------------------------------------------- */
.page-header {
  border: 1px solid #eee;
  border-radius: 3px;
  background:#fff;
  margin-bottom: 20px;
  padding: 15px;
}

.page-header .page-title {
  font-size: 16px;
  font-size: 1.6rem;
}

.taxonomy-description p {
  margin: 5px 0 0;
}

/* =404/Search
----------------------------------------------- */
.search-no-results .hentry {
  float: none;
  width: auto;
}

.error404 .entry-content #searchform {
  margin-bottom: 20px;
}

.error404 .widget_recent_entries {
  border: none;
}

.error404 .widget_recent_entries ul {
  list-style: none;
  margin-left: 0;
}

@media screen and (max-width: 790px) {
  .search-no-results .hentry {
    float: none;
    width: auto;
  }
}
/* =Full-width page template
----------------------------------------------- */
.page-template-page-fullwidth-php #primary {
  padding: 0;
}

/* =Post Navigation
----------------------------------------------- */
#nav-below {
  clear: both;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}

#nav-below .nav-previous a, #nav-below .nav-next a {
  padding: 10px 15px;
  float: left;
}

#nav-below .nav-next a {
  float: right;
}

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

.page-links a {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 5px;
  background: #f5f5f5;
  border-radius: 3px;
}

/* =Asides
----------------------------------------------- */
.widget {
  background: #fff;
  border-radius: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  overflow: hidden;
  border: 1px solid #eee;
}

.widget-title {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 18px;
  margin-bottom: 10px;
  padding: 6px 20px;
}

.widget-title:after {
  content: "";
  display: block;
}

.widget-area ul {
  list-style: none;
  margin: 0 20px;
}

.widget-area li {
  line-height: 1.5;
  padding: 3px 0;
}

/* Ridiculous workarounds for lack of widget-content wrapper */
.widget-area .tagcloud,
.widget-area .textwidget,
.widget-area select,
.widget-area .recentcommentsavatar,
.widget-area #subscribe-blog,
.widget-area .milestone-content,
.widget-area .widgets-multi-column-grid,
.widget-area .widgets-grid-layout,
.widget-area #pd_top_rated_holder,
.widget_gravatar p,
.widget_image img,
.widget_goodreads embed,
.widget_goodreads img,
.widget-grofile .grofile-thumbnail,
.widget-grofile h4,
.widget-grofile p,
.widget-grofile ul,
.widget_facebook_likebox iframe {
  margin-left: 20px;
  margin-right: 20px;
}

.widget-grid-view-image {
  max-width: 43.5% !important;
}

.widget_image img {
  max-width: 87%;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search #searchform {
  padding: 20px 20px 0;
}

.widget_search #s {
  max-width: 65%;
}

.widget_search input[type="submit"] {
  max-width: 30%;
  padding: 5px 12px 6px;
}

.widget_search input[type="submit"]:active {
  margin-top: -1px;
  padding: 6px 12px 5px;
}

/* Calendar widget */
table#wp-calendar {
  margin: 0 20px 10px;
  width: 260px;
  max-width: 88%;
}

#wp-calendar td,
#wp-calendar th {
  padding: 5px 2px;
  text-align: center;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  text-align: right;
}

/* =Media
----------------------------------------------- */
.site-header img,
.hentry img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  height: auto;
}

.site-header img,
.hentry img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.hentry img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

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

.wp-caption {
  background: #f9f9f9;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

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

.wp-caption .wp-caption-text {
  margin: 5px 0;
}

.site-content .gallery {
  margin-bottom: 15px;
}

.gallery-caption {
  font-size: 13px;
  font-size: 1.3rem;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
}

.gallery .gallery-item img {
  display: block;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  font-size: 13px;
  margin-top: 1em;
  color: #999;
}

.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}

.gallery:after {
  clear: both;
}

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

/* =Comments
----------------------------------------------- */
#comments {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}

#comments .comment-meta a {
  text-decoration: none;
}

.bypostauthor {
  /* Required for Theme Review */
}

.comments-title, .nocomments, #reply-title {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 15px 0;
}

.commentlist {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

.commentlist:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 20px;
}

li.comment {
  list-style: none;
  margin: 0 0 15px;
  position: relative;
  padding-left: 75px;
}

article.comment {
  background: #fff;
  display: block;
  border-radius: 3px;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}

.commentlist .pingback {
  margin: 0 0 5px;
}

.commentlist .children {
  margin: 10px 0 0 0;
  padding: 0;
}

.commentlist .avatar {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
 border-radius: 50%;
}

.comment-author cite {
  font-style: normal;
  font-weight: bold;
}

.comment-meta {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.comment .comment-post-meta { 
	background: #fff; 
	padding: 0;
}

.comment .comment-post-meta a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	float: right;
	padding: 0px 20px 0px 20px;
	background: no-repeat left center;
	background-size: 18px auto;
	margin-left: 20px;
}

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

#respond .form-allowed-tags {
  margin-bottom: 30px;
}

#respond .form-allowed-tags code {
  font-size: 12px;
  font-size: 1.2rem;
}

#respond input[type=text] {
  display: block;
  width: 60%;
}

#respond textarea {
  display: block;
  margin: 10px 0;
  padding: 5px;
  width: 90%;
}

#respond .form-allowed-tags {
  clear: both;
  width: 90%;
}

#respond .form-allowed-tags code {
  display: block;
}

#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"] {
  float: left;
  padding: 5px 0;
  width: 100px;
}

/* =Footer
----------------------------------------------- */

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #nav-below {
    display: none;
}

.site-links {
float:right;
}

.site-links a {
margin: 0px 6px;
color:#222;
font-size: 14px;
font-weight:normal;
}

#colophon {
  background: #fff;
margin-top:80px;
  padding: 50px 0 40px 0;
}

/* =RTL Specific Styles
----------------------------------------------- */
/* @noflip */
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
}


/* =WPU Specific Styles
----------------------------------------------- */

/*.wpuf-form label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.wpuf-form input[type="text"],
.wpuf-form input[type="email"] {
  display: block;
  width: 90%;
  height: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wpuf-form .wpuf_really_simple_captcha_48 input[type="text"] {
  display: block;
  width: 40%;
  height: 34px;
}*/