/*
Theme Name: Avocetta
Theme URI: http://www.livesidee.com/
Author: livesidee
Author URI: http://www.livesidee.com/
Description: Template Wordpress per rivista Avocetta
Version: 1.0
Text Domain: avocetta
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 3.1 - Layout
 * 3.2 - rSlides
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 *	  12.4 - rivista-box
 *    12.6 - News-box
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.4 - Desktop Small
 *    16.6 - Desktop Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

ol,
ul {
	list-style: none;
}

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

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

fieldset {
	min-width: inherit;
}

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline:0;
}

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

a img {
	border: 0;
}


/**
 * 2.0 - Genericons - Elegant_font
 */

.social-navigation a:before,
.menu-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "ElegantIcons"; /*"Genericons"*/
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


.elegantIcons {
	padding-right:7px;
	text-decoration:none;
}
a:hover .elegantIcons {
	text-decoration:none;
}

/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: 'Source Sans Pro', monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	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%;
}




/**
 * 3.1 Layout
 */
 
body {
	background-color:#bbc3c3; 
}

#bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("img/bg_back.jpg");
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

#content.container {
	padding:0;
}


.site-main {
	padding:60px 0 30px;
}









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




/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

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

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Source Sans Pro', sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Source Sans Pro', sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Source Sans Pro', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Source Sans Pro', sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #444;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form label {
}
.search-form input[type="submit"] {
	float:right;
	padding:8px 12px;
	margin-top:5px;
}
.mySearch-options {
	text-align:left;
	font-size:0.8em;
	float:right;
	margin: 1em 0 0 0;
	width: 210px;
}
.mySearch-options > div {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 1em;
}
.mySearch-options p {
	color:#555;
	cursor:pointer;
	margin:0;
}
.mySearch-options div {
	text-align:left;
}
.mySearch-options label {
	margin-bottom:0.2em;
}

/**
 * 6.0 Navigations
 */


 
 
/**
 * 6.1 Links
 */

a {
	color: #00898f;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #3FA6AA;
}


/**
 * 6.2 Menus
 */

#navigation-bar {
	background-color: #97B2BD; /*#889FA0;*/
	border-bottom: 2px solid #fff;
	padding:0;
	margin:0;
} 
 
.site-header-menu {
	display:none;
	padding:0 30px;
	background-color:#5A5954;
}
.site-header-menu.toggled-on {
	display:block;
}

.main-navigation {
	text-align:left;
}
.main-navigation a {
	display: inline-block;
	padding: 0.8em 0.8em;
	position: relative;
	text-decoration: none;
	color:#FCFBF9;
}

.main-navigation ul {
	list-style:none;
	margin:0;
	padding:7px 0 5px;
}

.main-navigation li {
	position: relative;
	display:block;
	line-height:1.4;
	border-bottom:1px solid #97B2BD;
}
.main-navigation li:last-child {
	border:0 none;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color:#89BBCF;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

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

/**//**/
.main-navigation ul ul {
	display:none;
	background-color:rgba(255,255,255,0.2);
    padding: 7px 0 7px 15px;
}

.main-navigation ul ul.toggled-on {
	display: block;
	border-bottom:1px solid #97B2BD;
}

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

.main-navigation ul li:hover > a,
.main-navigation ul li:focus > a {
	color:#A6CBDA;
}

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

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

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

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	padding: 0;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	position: absolute;
	top: 0px;
	right: 8px;
}

.dropdown-toggle:after {
	color: #fff;
	content: "3";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 0;
	width: 42px;
}

.dropdown-toggle.toggle-on:after {
	content: "2";
}

.main-navigation ul li:hover .dropdown-toggle:after,
.main-navigation ul li:focus .dropdown-toggle:after {
	color:#A6CBDA;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
}


.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.menu-toggle {
	position:relative;
	margin:10px 0 10px 30px;
	background-color: transparent;
	overflow: hidden;
	padding:5px;
	text-align: right;
	vertical-align:middle;
	width:103px;
	font-size:1.2em;
	font-weight:400;
	font-family: "Source Sans Pro";
	line-height:0.9;
	text-transform:capitalize;
	color:#111;
}
.menu-toggle > span {
	float:left;
}

.menu-toggle .icon-bar {
    background-color: #111;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 30px;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}
.menu-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	outline: 0;
}


.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: 'Source Sans Pro', sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a{
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal 'Source Sans Pro', sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.nav-links:before,
.nav-links:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.nav-links:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
	padding:0;
	position:relative;
	margin-top:0;
}

.site-branding {
	min-height:2em;
	position:relative;
    padding:20px 10px 10px;
    background-color:rgba(255, 255, 255, 0.94);
}

.site-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

.custom-logo {
	max-height:80px;
	width: auto;
}

.custom-logo-2 {
	max-height:80px; 
	width:auto;
	float:right;
	margin-right:8px;
}

.wp-custom-logo .site-title {
	margin-top: 0.545454545em;
}

.site-description {
	display: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}


/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

#wrap {
	box-shadow: 0px 0px 15px rgba(51,51,51,0.4);
}

.content-area .container {
	padding-right:30px;
	padding-left:30px;
	max-width:100%;
}


.content-area {
	background-color:rgba(221,228,221,0.95);
	border-bottom:2px solid #97B2BD;
}
.content-area-home {
	background-color: rgba(255,255,255,0.97);
	border-bottom: 2px solid #23a6ab;
}
.content-area-rivista {
	background-color: rgba(255,255,255,0.97);
	border-bottom:2px solid #97B2BD;
}


.site-footer {
	padding: 15% 7%;
	background-color:#5A5954;
}


/**
 * 12.1 Posts and pages
 */

.hentry {
	/*! background-color: #fff; */
	position: relative;
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 0 0 0;
}

.entry-title {
	font-family:'Source Sans Pro', sans-serif;
	font-size: 26px;
	font-size: 2.4rem;
	line-height: 1.1538;
	margin-bottom: 2em;
	display:inline-block;
	text-transform:uppercase;
}

.entry-title .underbar {
    background-color: #333;
    content: '';
    display: block;
    height: 3px;
    margin: 6px 0 0;
    width: 50%;

}

.entry-content,
.entry-summary {
	padding: 0 7.6923% 7.6923%;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}



.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.edit-link {
	white-space: nowrap;
}

.page-header {
	padding: 7.6923%;
}

.page-title {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.page-content {
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}





.inner {
	width: 100%;
    padding-right:30px;
    padding-left:30px;
}



#home-gallery {
	line-height:1;
	background-color:#fbfbfc;
}
/**
 * 12.4 rivista-box
 */
 
.rivista-box {
	background-color:#5A5954;
	color:#f4f4f4;
	font-size:0.933em;
	display:block;
	border-bottom: 3px solid #89BBCF;
}
.rivista-content {
	overflow:hidden;
	padding:30px;
}
.rivista-cover {
	float:left;
	margin-right:30px;
}
.rivista-cover img {
	width:120px;
	border: 1px solid #dddddd;
}
.rivista-text {
	float:left;
	display:inline-block;
}
.rivista-text.titolo {
	max-width:80%;
}
.rivista-text.ultima_uscita {
	width:80%;	
}
.rivista-text h2 {
	margin-bottom:0px;
	
}
.rivista-text p {
	margin-bottom:1.4em;
}
.rivista-text a {
	color:#89BBCF;
	text-decoration:none;
}

.rivista-text a:hover {
	text-decoration:underline;
	color:#A6CBDA;
}

/**
 * 12.5 articoli-box
 */

.articoli-box {
	font-size: 0.933em;
	padding:0 15px;
	margin:48px 0;
}
.twitter-content {
	margin-top:64px;
}
.articoli-box .underbar {
}
.articoli-content {
	overflow:hidden;
}

.articoli-content .box-title.left { text-align:left; }
.articoli-content .box-title.left .underbar { margin-left:0; }

.articoli-content .box-title.center { text-align:center; }
.articoli-content .box-title.center .underbar { margin-left:auto; margin-right:auto; }

.row { margin-bottom:30px; }

.articoli-content .box-title h2 {
	margin-bottom:32px;
	font-size:1.4em;
	display:inline-block;
	margin-top: 5px;
	font-family:'Source Sans Pro', sans-serif;
}
.articoli-content .box-title .underbar {
	width:50%;
	margin-top: 4px;
	background-color:#23a6ab; /*#4FA4C8;*/
    content: '';
    display: block;
    height: 3px;
    border: none !important;
}

.articolo-content {
	margin-bottom:60px;
}

.articolo-content h4.titolo {
	font-size:1.2em;
}
.articoli-content h4.titolo { 
	display:inline;
}
/*
.articolo-content h4.titolo:hover,
.articoli-content h4.titolo:hover {
	text-decoration:underline;
	color:#00898f;
}
*/
.articolo-content .autori,
.articoli-content .autori { 
	font-family:'Source Sans Pro', sans-serif;
	font-size:1.1em;
}
.articoli-content .articolo > img,
.articoli-content img.float-img {
	width:128px;
	float:left;
	margin-right:15px;
}
.articolo {
	margin-bottom: 30px;
	overflow:hidden;
}






/**
 * 12.6 News-box
 */
.News-box {
	margin-bottom:4em;
}
.News-box h3 {
	margin-bottom: 0.3em;
}
.News-box div > p {
	margin-bottom: 0.8em;
}
.News-box img {
	max-width:200px;
	height:auto;
}






/**
	archivio riviste
*/

.archivio-riviste .entry-header .mese-anno {
    font-size: 0.95em;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
}
.archivio-riviste .entry-header a {
	text-decoration:none;
}
.archivio-riviste li {
	padding-left:0.75em;
}
.archivio-riviste a.titolo {
	text-decoration:none;
}
.archivio-riviste a:hover {
	text-decoration:underline;
}
.archivio-riviste .autori {
	font-family:'Source Sans Pro', sans-serif;
	margin-bottom:1.4em;
}
.archivio-riviste .issues {
	border-bottom:1px solid #333;
	margin-bottom:0.6em;
}
.archivio-riviste .box-rivista {
	margin-bottom:0.3em;
}
.archivio-riviste .box-rivista .mese-anno {
	color:#555;
}
.sep {
	padding:0 0.5em 0 0.6em;
	color:#666;
	font-size:0.9em;
}
.archivio-riviste.trovato .articolo {
	background-color:rgba(255,255,255,0.7);
	padding:22px;
}
.archivio-riviste.trovato .articolo .bar {
	text-align:left;
}
.archivio-riviste.trovato .articolo .autori {
	margin:0 0 0.65em;
}
.archivio-riviste.trovato .articolo .volume-num {
	font-family:'Source Sans Pro', sans-serif;
	font-size:1em;
	margin:0.2em 0 0.65em;
}
.archivio-riviste.trovato .articolo .abstract{
	font-size:1em;
}

 
/**
  single-pub_article
**/

.pub_article .mese_anno {
	font-family: 'Merriweather', serif;
	font-style:italic;
	font-size:0.9em;
}
.pub_article .abstract-title {
	font-family:'Source Sans Pro', sans-serif;
	font-size:0.875em;
	margin-bottom:0.9em;
	text-transform:uppercase;	
}

/**
  single-early_view_articles
**/

.early_view_articles .mese_anno {
	font-family: 'Merriweather', serif;
	font-style:italic;
	font-size:0.9em;
}
.early_view_articles .abstract-title {
	font-family:'Source Sans Pro', sans-serif;
	font-size:0.875em;
	margin-bottom:0.9em;
	text-transform:uppercase;	
}

/**
 * 12.6 rivista-detail
 */
 
.rivista-detail {
	margin-bottom:42px;
	color:#333;
	font-size:0.933em;
	display:block;
	overflow:hidden;
}
.rivista-detail .rivista-content {
	overflow:hidden;
	padding:16px;
}
.rivista-detail .rivista-cover {
	margin:0 0 4em;
	float:none;
	color:#333;
}
.rivista-detail .rivista-cover img {
	width:100%;
	margin-bottom:18px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.rivista-detail .rivista-text {
	float:none;
	width:auto;
	padding:0;
}
.rivista-detail .rivista-text .rivista-title {
	font-size:1.6em;
	margin: 0 0 10px;
	line-height:1.2;
}
.rivista-detail .rivista-text .rivista-title .volume-num {
	text-transform:uppercase;
	font-weight:400;
	font-size:0.75em;
	font-family:'Source Sans Pro', sans-serif;
}
.rivista-detail .rivista-text .rivista-title .title{
	font-weight:400;
	padding-top:18px;
	display:inline-block;
	font-size:0.8em;
}
.rivista-detail .rivista-text ol {
    margin: 0 0 1.6em 1.3333em;	
}

.rivista-detail .rivista-text h2 {
	margin-bottom:0px;
}
.rivista-detail .rivista-text p {
	margin-bottom:1.4em;
}
.rivista-detail .rivista-text p.autori {
	margin-bottom:0;
	font-weight:400;
	font-family:'Source Sans Pro', sans-serif;
	font-size:1.15em;
}
li.western {
	padding-bottom:14px;
}
li.western > a {
	color:#333;
	font-size:1.1em;
}
.bar {
	border-bottom:1px solid #ccc;
	margin-bottom:7px;
	text-align:right;
	font-weight:400;
	font-family:'Source Sans Pro', sans-serif;
	color:#333;
}

.bar.active {
	border-bottom:0px solid #ccc;
}

.bar.no-accordion .toggle,
.bar.no-accordion .toggle:hover {
	cursor:default;
	color:#aaa;
}
.bar a,
.bar .toggle {
	cursor:pointer;
	font-size:0.8em;
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
}
.bar a:hover {
	text-decoration:none!important;
	color:#00898f;
}

.bar .toggle:hover,
.bar.active .toggle {
	color:#00898f;
}
.bar .toggle .dropdown {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	padding: 0;
}

.bar .toggle .dropdown:after {
	font-family: "ElegantIcons";
	content: "3";
	position: relative;
	top: 3px;
	left: 0;
	padding-right:3px;
	font-size: 1.3em;
}

.bar.active .toggle .dropdown:after {
	content: "2";
}


.bar .abstract {
	background-color:#DDE4DD;
	padding:0 15px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
    line-height: 1.4;
	margin-bottom:0;
	display:block;
	text-align:left;
	font-size:1.1em;
}
.bar .abstract p:last-child {
	margin-bottom:0;
}
.bar.active .abstract {
	padding:10px 15px;
	margin-bottom:18px;
	
}
.rivista-detail .rivista-text a {
	text-decoration:none;
}
.rivista-detail .rivista-text a.latest-issue {
	color:#005D7F;
}
.rivista-detail .rivista-text a:hover {
	text-decoration:underline;
	color:#008EC6!important;
}


#extra_col {
	font-size:1em;
	font-family:'Source Sans Pro', sans-serif;
	line-height:1.8;
}
#extra_col .article-actions {
	font-size:0.9em;
}
#extra_col a.doi {
	text-transform:none;
}
#extra_col a {
	text-transform:uppercase;
	text-decoration:none;
	padding-bottom:2px;
}
#extra_col a:hover {
	color:#333;
	text-decoration:none;
}
.abstract .post-thumbnail {
	float:none;
	margin:0 0 30px;
}
.abstract .post-thumbnail img {
	width:100%;
}
ul.tabs {
	list-style:none;
	text-transform:uppercase;
	font-weight:400;
	font-size:1em;
	font-family:'Source Sans Pro', sans-serif;
	margin:0 0 2em 0;
	padding:0;
}
ul.tabs li {
	margin:0 0 3px;
}

ul.tabs a{ 
	text-decoration:none;
	padding-bottom:2px;
}

ul.tabs a.active, 
ul.tabs a:hover { 
	color:#333;
	text-decoration:underline;
}

#submit_paper {
	position:fixed;
	bottom:20px;
	right:25px;
	display:inline-block;
	z-index:99;
}
#submit_paper a {
    background-color: #FFD02F;
    padding: 7px 17px 7px 14px;
    border-radius: 8px;
    color: #111;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
#submit_paper a:hover {
	background-color:#FFDB62;
}



#issue-browse, .article-browse-top {
    background-color: #5A5954; /* #f5f7fa;*/
    border-bottom: 2px solid #cfd5e4;
    padding: 10px 30px;
	overflow:hidden;
}
#issue-browse > div {
	float:left;
	margin-right:30px;
}
#issue-browse .select-wrap {
    margin-right: 25px;
    display: inline-block;
}
#issue-browse .select-wrap label {
    margin-right: 3px;
}
#issue-browse .select-wrap label {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 5px;
    white-space: nowrap;
	color:#ddd;
}
#issue-browse .select-wrap .single-dropdown-wrap {
    display: inline;
}
#issue-browse .select-wrap .issue-browse-select {
    max-width: 350px;
	padding:0 8px 0 6px;
}
#issue-browse .select-wrap .selectDropdown,
#issue-browse .select-wrap .issue-browse-select, 
.sort-order-select {
    border-color: #bbc1d2;
    background-color: #FFF;
}
#issue-browse .select-wrap .selectDropdown,
#issue-browse .select-wrap .issue-browse-select {
    display: inline-block;
    font-size: 1.2rem;
    height: 27px;
    line-height: 27px;
    margin-bottom: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
 
 
 
/**
 * 13.0 Footer
 */

.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	color: rgba(251, 251, 251, 0.8);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align:center;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	color: rgba(251, 251, 251, 0.8);
}

.site-info a:hover {
	border-bottom: 1px solid #333;
	border-bottom: 1px solid rgba(251, 251, 251, 1);
}

.site-info a:hover,
.site-info a:focus {
	color: #333;
	color: rgba(251, 251, 251, 1);
}


/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

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

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

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

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

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
/*
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
*/

/**
 * 16.1 Mobile Large 576px
 */
@media screen and (min-width: 576px) {
	ul,
	ol {
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-left: 1.3333em;
	}

	blockquote {
		margin-left: -1em;
	}

	blockquote > blockquote {
		margin-left: 0;
	}

	.site-branding {
		padding: 27px 30px 13px 22px;
	}
	
	.site-header {
		margin-top:20px;
	}
	
	.site-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.0909;
	}

	.site-description {
		display: block;
	}

	.custom-logo {
		max-height:84px;
	}

	.custom-logo-2 {
		max-height:84px;
	}
	
	.secondary {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 7.6923% 7.6923% 0;
	}

	.social-navigation {
		margin-bottom: 11.1111%;
	}

	.social-navigation {
		margin-top: 0;
	}

	.hentry,
	.page-header,
	.page-content {
		margin: 0;
	}

	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		/*margin-top: 7.6923%;*/
	}

	.hentry + .hentry {
		border-top: 0;
	}

	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.entry-content,
	.entry-summary {
		padding: 0 9.0909% 9.0909%;
	}

	.entry-footer {
		padding: 4.5454% 9.0909%;
	}

	.page-header {
		padding: 3.8461% 7.6923%;
	}

	.page-title {
		margin-left: -7px;
	}

	.page-content {
		padding: 9.0909%;
	}

	.site-footer {
		border-top: 0;
		margin: 0;
		padding: 3.84615% 7.6923%;
		background-color:transparent;
	}

	.post-navigation {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

	.post-navigation a {
		padding: 4.5454% 9.0909%;
	}

	.pagination {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 0;
	}

	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.image-navigation {
		padding: 0 9.0909%;
	}
	
	#content.container {
		padding:0 15px;
	}

	.abstract .post-thumbnail img {
		width:auto;
	}
	
	.search-form label {
		float:left;
		width:80%;
	}
	.search-form input[type="submit"] {
		float:right;
		width:18%;
		margin-top:1px;
		padding:9px 12px 8px;
	}
}

/**
 * 16.2 Tablet Small 768px
 */
@media screen and (min-width: 768px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6471em;
	}

	blockquote {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		margin-left: -1.05em;
		padding-left: 0.85em;
	}

	blockquote p {
		margin-bottom: 1.75em;
	}

	blockquote cite,
	blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	pre {
		line-height: 1.2353;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.6429em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5em;
	}

    .site-branding {
		padding:22px 30px 10px;
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.main-navigation .menu-item-description {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation a {
		height: 2.8824em;
		width: 2.8824em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.image-navigation,
	.entry-footer,
	.page-links a,
	.page-links span,
	.logged-in-as,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.pagination .prev,
	.pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after {
		top: 2px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-header {
		margin-top: 40px;
	}
	
	.site-title {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
	}

	.custom-logo {
		max-height:105px;
	}

	.custom-logo-2 {
		max-height:105px;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.482758621em;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.post-thumbnail {
		margin-bottom: 3em;
	}

	.entry-title {
		font-size: 25px;
		font-size: 2.4rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;
	}
	
	.entry-header {
		padding: 0 20px 0 0;
	}
	
	.entry-content h1,
	.entry-summary h1,
	.page-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.page-title,
	.post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

	.rivista-detail .rivista-text {
		padding:0 15px 0 35px;
	}	
	.rivista-detail .rivista-text ol {
		margin: 0 0 1.6em 0;	
	}
	
	.abstract .post-thumbnail {
		float:right;
		margin:5px 0 10px 10px;
	}

}




/**
 * 16.4 Desktop Small 992px
 */
 @media screen and (min-width: 992px) {
	.link-color {
		/*color: #00898f;*/
	}
 
	.site {
		margin: 0 auto;
		max-width: 1403px;
	}

	.sidebar {
		float: left;
		margin-right: -100%;
		max-width: 413px;
		position: relative;
		width: 29.4118%;
	}

	.secondary {
		background-color: transparent;
		box-shadow: none;
		display: block;
		margin: 0;
		padding: 0;
	}

	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6em;
	}

	blockquote {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6667;
		margin-bottom: 1.6667em;
		margin-left: -1.3333em;
		padding-left: 1.1111em;
	}

	blockquote cite,
	blockquote small {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	pre {
		line-height: 1.2;
	}

	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	button,
	input {
		line-height: normal;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.7917em 1.5833em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.375em;
	}

	.menu-toggle {
		display: none;
	}
	
	.site-header-menu {
		display:block;
		background-color:transparent;
	}
	
	.main-navigation {
		font-size: 15px;
		font-size: 1.5rem;
		margin: 0;
		text-align:right;
	}
	
	.main-navigation li {
		display:inline;
		border:0 none;
	}	
	
	.main-navigation ul li > a {
		padding:0.5em 0.9em;
	}

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a {
		color:#53707B;
	}
	.main-navigation ul li:hover > a,
	.main-navigation ul li:focus > a {
		color:#617B7C;
	}	
	
	.main-navigation .menu-item-has-children > a {
		padding-right: 30px;
	}

	.main-navigation .menu-item-description {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.menu-item-has-children > .sub-menu,
	.page_item_has_children > .children {
		border-bottom: 2px solid #617B7C;
	}

	.main-navigation ul ul {
		display:block;
		background-color: #fff;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
		float: left;
		margin-left: 1em;
		margin-top: 3px;
		padding: 7px 0;
		left: -999em;
		opacity: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition: opacity .4s ease-in-out;
		-ms-transition: opacity .4s ease-in-out;
		-o-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out;
	}
	
	.main-navigation ul ul.toggled-on,
	.main-navigation ul ul {
		border-top: 0;
		border-bottom: 0;
	}

	.main-navigation ul ul a {
		font-size: 15px;
		font-size: 1em;
		line-height: 1.7;
		margin: 0;
		padding: 7px 24px;
		width: 265px;
		text-align:left;
		color: #333;
	}

	.main-navigation .menu-item:hover > .sub-menu,
	.main-navigation .page_item:hover > .children {
		opacity: 1;
	}

	.dropdown-toggle {
		top:-4px;
		right:8px;
	}

	.dropdown-toggle:after {
		font-size: 20px;
		line-height: 24px;
		width: 24px;
	}
	
	
	.main-navigation ul li:hover .dropdown-toggle::after,
	.main-navigation ul li:focus .dropdown-toggle::after,
	.dropdown-toggle:hover::after {
		color:#617B7C;
	}

	
	.social-navigation {
		margin: 0 20% 20%;
	}

	.social-navigation ul {
		margin-bottom: -1.6em;
	}

	.social-navigation li {
		width: 25%;
	}

	.social-navigation a {
		height: 3.2em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.image-navigation,
	.entry-footer,
	.page-links a,
	.page-links span,
	.pingback .edit-link,
	.logged-in-as,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.post-navigation {
		margin: 8.3333% 8.3333% 0;
	}

	.post-navigation a {
		padding: 5% 10%;
	}

	.pagination {
		margin: 8.333% 8.333% 0;
	}

	.pagination .nav-links {
		min-height: 3.2em;
	}

	.pagination .page-numbers {
		line-height: 3.2em;
		padding: 0 0.8em;
	}

	.pagination .prev,
	.pagination .next {
		height: 48px;
		padding: 0;
		width: 48px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 48px;
		line-height: 48px;
		width: 48px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after {
		font-size: 16px;
		top: 0;
	}

	.image-navigation {
		padding: 0 10%;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4em 1.6em 1.6em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4em 0 1.6em 1.6em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		clear: both;
		margin-top: 0.4em;
		margin-bottom: 1.6em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2em;
	}

	.site-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
	}

	.custom-logo {
		max-height:120px;
	}
	
	.custom-logo-2 {
		max-height:120px; 
	}

	.wp-custom-logo .site-title {
		margin-top: 0.545454545em;
	}

	.site-description {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.content-area .container {
		padding-right:45px;
		padding-left:45px;
		max-width:100%;
	}

	.hentry,
	.page-header,
	.page-content {
		margin: 0;
	}

	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		/*margin-top: 8.3333%;*/
	}

	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.entry-header,
	#tabs_ul {
		padding: 0 20px 0 0;
	}

	.entry-title {
		font-size: 25px;
		font-size: 2.4rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;
	}
	
	.entry-content,
	.entry-summary {
		padding: 0 10% 10%;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-top: 1.5484em;
		margin-bottom: 0.7742em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.3846;
		margin-top: 1.8462em;
		margin-bottom: 0.9231em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
		margin-top: 2.1818em;
		margin-bottom: 1.0909em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-top: 2.6667em;
		margin-bottom: 1.3333em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6 {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.2;
		margin-top: 3.2em;
		margin-bottom: 1.6em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 16px;
		top: 5px;
	}

	.entry-footer {
		padding: 5% 10%;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.page-header {
		padding: 4.1666% 8.3333%;
	}

	.page-content {
		padding: 8.3333%;
	}

	.page-title,
	.post-navigation .post-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
	}

	.page-links {
		margin-bottom: 1.3333em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.3333em 0.3333em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6em;
	}

	.site-footer {
		margin: 0;
		padding: 0;
	}

	.site-info {
		padding: 5% 10%;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 1.6em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6em;
	}

	
}




/**
 * 16.6 Desktop Large 1200px
 */
@media screen and (min-width: 1200px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6842em;
	}

	blockquote {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.8182;
		margin-bottom: 1.8182em;
		margin-left: -1.0909em;
		padding-left: 0.9091em;
	}

	blockquote p {
		margin-bottom: 1.8182em;
	}

	blockquote cite,
	blockquote small {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	pre {
		line-height: 1.2632;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5278em;
	}

	.social-navigation ul {
		margin-bottom: -1.2632em;
	}

	.social-navigation a {
		height: 2.5263em;
	}
	
	.post-password-form label,
	.post-navigation .meta-nav,
	.image-navigation,
	.entry-footer,
	.page-links a,
	.page-links span,
	.logged-in-as,
	.form-allowed-tags,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.pagination .page-numbers {
		line-height: 3.3684em;
		padding: 0 0.8421em;
	}

	.pagination .prev,
	.pagination .next {
		height: 64px;
		padding: 0;
		width: 64px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 64px;
		line-height: 64px;
		width: 64px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4211em;
		margin-bottom: 1.6842em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.site-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.592592593em;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.post-thumbnail {
		margin-bottom: 2.9474em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.page-title,
	.post-navigation .post-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}
	
	.search-form input[type="submit"] {
		float:right;
		width:18%;
		margin-top:1px;
		padding:8px 12px 7px;
	}

}








/**
 * 17.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.menu-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	button,
	input,
	textarea,
	select {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.entry-footer,
	.entry-footer a,
	.entry-caption,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.page-header {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0 0;
	}

	.site-description {
		display: block;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.site-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}

}
