/*
Theme Name: Readly
Theme URI: http://wpshower.com/
Author: Wpshower
Author URI: http://wpshower.com/
Description: A highly responsive WordPress theme for blogging, posting images, videos and text content. Minimalistic design and mobile device optimization ensure maximum readability.
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: responsive, blog, one column, typography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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


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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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/ */
}
button, input, select, textarea {
	background: #f7f7f5;
}
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, button:focus{
	outline-color: #2196F3;
    outline-style: solid;
    outline-width: 1px;
}*/
img{
	border: none;
}

/* =Global
----------------------------------------------- */
html {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.8+100 */
background: #303030;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==), url(images/bg.jpg);

}
body {
  background: url(images/bg.jpg);
}
body,
button,
input,
select,
textarea {
	color: #424242;
	font-family: 'Libre Franklin', Franklin, 'Book Antiqua', Georgia, Times, serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.69em;
	-webkit-font-smoothing: antialiased;
}

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

h1 {
	font-family: "Abril Fatface", Arial, Helvetica, sans-serif;
}

h2, h3 {
	font-family: Oswald , Arial, Helvetica, sans-serif;
}

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

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	padding-left: 1.2em;
	border-left: 5px solid #dcdcdc;
	font-style: italic;
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	white-space: pre;
	white-space: pre-wrap;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #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%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th, td {
	border-bottom: 1px solid #dcdcdc;
	padding: 0.25em 0;
}
th {
	font-style: italic;
}
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 */
	outline: none;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
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"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	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"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	text-decoration: none;
}
#masthead a, .entry-title a {
	color: #424242;
}
.entry-meta a, #comments a {
	color: #adadae;
}
#comments cite a {
	color: #424242;
	border-bottom: 1px solid transparent;
}
#comments cite a:hover {
	color: #424242;
	border-bottom: 1px solid;
}
footer.entry-meta a {
	border-bottom: 1px solid #adadae;
}
footer.entry-meta .edit-link:before, .comment-meta .edit-link:before {
	content: '· ';
	color: #dcdcdc;
}
.entry-content > *:last-child {
	margin-bottom: 0;
}
.reply a {
	color: #adadae;
	font-size: 18px;
	font-size: 1.8rem;
}
#comments a#cancel-comment-reply-link {
	float: right;
	color: #F94235;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2em;
}
.site-info a {
	color: #adadae;
	border-bottom: 1px solid #adadae;
}
.entry-content a.more-link {
	display: block;
	width: 107px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 40px;
	padding-left: 10px;
	position: relative;
	background: #dcdcdb;
	color: #fff;
	text-shadow: none;
	border-bottom: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-top: 45px;
}
a.more-link span {
	position: absolute;
	left: 100%;
	top: 0;
	height: 0;
	width: 0;
	font-size: 18px;
	font-size: 1.8rem;
	border: solid transparent;
	border-left-color: #dcdcdb;
	border-width: 20px 0px 20px 12px;
}
#masthead hgroup h1 a {
	font-size: 37px;
	font-size: 3.7rem;
	line-height: 1em;
}
#social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	/*font-family: readly;*/
	font-size: 18px;
	line-height: 31px;
	background: #dedede;
	border-radius: 2px;
	text-shadow: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 0.3em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 0.3em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	top: 0;
	right: 0;
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

/*#site-navigation {
	display: table-cell;
	padding: 22px 40px 0 0;
	vertical-align: top;
}
#site-navigation-wrapper {
	float: right;
}
#site-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#site-navigation-wrapper2 > div > ul > li {
	float: left;
	position: relative;
	margin-left: 30px;
	line-height: 1em;
	padding-bottom: 1em;
}
#site-navigation a {
	display: block;
}
#site-navigation-wrapper2 > div > ul > li > a {
	position: relative;
	padding-bottom: 0.3em;
}
#site-navigation-wrapper2 > div > ul > li.submenu-off > a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	left: -moz-calc(50% - 6px);
	left: -webkit-calc(50% - 6px);
	left: calc(50% - 6px);
	border-top: 6px solid #dcdcdc;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.sub-menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#site-navigation-wrapper2 > div > ul > li > .sub-menu {
	display: none;
}
*/
/* Small menu */
/*.menu-toggle {
	display: none;
	cursor: pointer;
}*/

/* =Content
----------------------------------------------- */

.sticky {
	background: #f0f0ed;
	border-radius: 3px;
	margin-bottom: 4em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.article-separator {
	margin:30px auto;
	text-align: center;
	color: #dcdcdc;
	font-size:0;
	font-style: normal;
	width: 50px;
	background: url(icons/ic-article-separator.svg) no-repeat bottom center transparent;
}
.sticky .article-separator {
	display: none;
}
.sep {
	color: #dcdcdc;
}
.entry-meta {
	color: #adadae;
	font-style: italic;
}
footer.entry-meta {
	margin-top: 1.75em;
}
.entry-header {
	margin-bottom: 1.2em;
	word-wrap: break-word;
}
.format-link .entry-header {
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 0.6em;
}
.page-header {
	padding: 0 2em 2em 2em;
}
.entry-title, .page-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.28em;
}
.page-title {
	margin-bottom: 1em;
	text-align: center;
}
.page-title span {
	font-style: italic;
}
.entry-title img, .page-title img {
	vertical-align: middle;
}
.entry-content {
	word-wrap: break-word;
}
.entry-content a.image_link:hover {
	border-bottom-color: #f7f7f5;
}
.entry-content h1 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 1.5em;
}
.entry-content h2 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 1.5em;
}
.entry-content h3 {
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 1.5em;
}
.entry-content h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1.5em;
}
.entry-content h5 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1.5em;
}
.entry-content h6 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1.5em;
}
.format-quote .entry-content {
	position: relative;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.5em;
}
.format-quote .entry-content:before {
	content: '“';
	position: absolute;
	top: -6px;
	left: -57px;
	color: #dcdcdc;
	font-family: Georgia, Serif;
	font-size: 104px;
	font-size: 10.4rem;
	line-height: 1em;
	font-style: normal;
}
.format-quote footer.entry-meta a {
	border-bottom: none;
}
.format-link .link_post_p:after {
	content: 'c';
	/*font-family: readly;*/
	color: #adadad;
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
	top: -3px;
	left: 8px;
}
.format-link .link_post_p a {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.22em;
	border-bottom: 1px solid #adadae;
	color: #424242;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img,
.entry-image img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content 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,
.entry-content 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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 100%;
}
.wp-caption-text {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	font-style: italic;
	color: #adadae;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.entry-media {
	position: relative;
	width: 100%;
	margin-bottom: 24px;
}
.entry-media > * {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.format-audio .wp-audio-shortcode {
	height: 30px !important;
	max-width: 100% !important;
}
.format-image .entry-media,
.entry-audio-embed,
.format-video > .entry-media,
.readly_big {
	text-align: center;
	margin-left: -160px;
	margin-right: -160px;
	max-width: -moz-calc(100% + 320px);
	max-width: -webkit-calc(100% + 320px);
	max-width: calc(100% + 320px);
	width: -moz-calc(100% + 320px);
	width: -webkit-calc(100% + 320px);
	width: calc(100% + 320px);
}
.format-video .video-content {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.format-video .video-content iframe,
.format-video .video-content object,
.format-video .video-content embed {
	width: 100%;
	margin: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #424242;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

/* Galleries */
.template-gallery {
	margin-bottom: 24px;
}

.template-gallery a {
	float: left;
	width: 25%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 4px 4px;
}

.gallery-wrapper {
	position: relative;
	left: -4px;
	width: 100%;
	width: -moz-calc(100% + 4px);
	width: -webkit-calc(100% + 4px);
	width: calc(100% + 4px);
}
.gallery-wrapper a:hover{
	opacity: 0.7;
}
.template-gallery a:first-child {
	width: 50%;
}

.template-gallery a:nth-child(6) {
	clear: left;
}

.gallery-wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.template-gallery a img {
	width: 100%;
	vertical-align: bottom;
}

@media only screen and (max-width : 340px) {
	.template-gallery a {
		width: 50%;
	}

	.template-gallery a:first-child {
		width: 100%;
	}
}

/* fancybox */
.fancybox-default-overlay {
	background: #f7f7f5;
	opacity: 1;
	filter: alpha(opacity=100);
}

.fancybox-default-skin-open {
	box-shadow: none;
}

.fancybox-default-skin {
	border-color: #f7f7f5;
	background: #f7f7f5;
}

a.fancybox-close {
	position: fixed;
	top: 30px;
	right: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	background-image: none;
}

a.fancybox-close:after {
	content: '✕';
	color: #adadad;
	font-size: 26px;
	text-align: center;
}

a.fancybox-nav {
	position: fixed;
	top: 50%;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-top: 50px;
	text-align: center;
	font-size: 19px;
	font-weight: normal;
	color: #adadad;
}

a.fancybox-prev {
	left: 20px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

a.fancybox-next {
	right: 20px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);

	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.fancybox-title-outside-wrap {
	margin-top: -30px;
	text-shadow: none;
	color: #333;
	font-family: inherit;
	font-weight: normal;
	font-size: 12px;
}

.fancybox-inner img {
	cursor: pointer;
}

/* Default galleries */
.gallery {
	display: inline-block;
}

.gallery img {
	width: 100%;
	height: auto;
}

.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 4.109589041% 4.109589041% 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-right: 0;
}

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

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

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

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

.gallery-columns-6 .gallery-item {
	width: 15.525114155%;
	margin-right: 1.369863014%;
}

.gallery-columns-7 .gallery-item {
	width: 13.111545988%;
	margin-right: 1.369863014%;
}

.gallery-columns-8 .gallery-item {
	width: 11.301369863%;
	margin-right: 1.369863014%;
}

.gallery-columns-9 .gallery-item {
	width: 9.893455099%;
	margin-right: 1.369863014%;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
}
#nav-below-separator {
	display: table;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}
[class*="navigation"] .previous, [class*="navigation"] .next {
	width: 50%;
	line-height: 1.4em;
	display: table-cell;
	vertical-align: top;
}
[class*="navigation"] .previous {
	padding-right: 1em;
	border-right: 1px solid #dcdcdc;
}
[class*="navigation"] .next {
	padding-left: 1em;
	text-align: right;
}
[class*="navigation"] .previous_total {
	border-right: none;
}
[class*="navigation"] .previous_total, [class*="navigation"] .next_total {
	width: 40%;
	padding: 0;
}
[class*="navigation"] .total {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	line-height: 1.4em;
	color: #adadae;
	width: 20%;
}
[class*="navigation"] .total span {
	color: #dcdcdc;
	font-style: italic;
}

#image-navigation {
	display: table;
	width: 100%;
}
#image-navigation .previous, #image-navigation .next {
	display: table-cell;
	position: relative;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
ol.comment-list {
	list-style: none;
	margin-left: 0;
}
ul.children {
	list-style: none;
	margin-left: 2.5em;
}
.comment-content p {
	margin: 0;
}
.comment-author {
	padding-bottom: 0.5em;
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
}
.comment-author cite {
	font-style: normal;
	font-size: 26px;
	font-size: 2.6rem;
}
.comment-author .says {
	color: #dcdcdc;
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
}
.comment-list article {
	padding-bottom: 2em;
}
#comments h2.comments-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1em;
	padding-bottom: 1em;
}
#reply-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1em;
	padding-bottom: 1em;
}
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment, #searchform {
	padding: 0 11px;
	overflow: hidden;
}
#author, #email, #url, #commentform textarea, #s {
	width: 100%;
	margin-left: -11px;
	font-family: Times, "Times New Roman", serif;
	-moz-box-shadow: inset 0 7px 7px -7px #dcdcdc;
	-webkit-box-shadow: inset 0 7px 7px -7px #dcdcdc;
	box-shadow: inset 0 7px 7px -7px #dcdcdc;
	padding: 10px;
	font-style: italic;
	border: 1px solid #dcdcdc;
	-webkit-appearance: none;
}
input[type="password"].password_protected {
	font-family: Times, "Times New Roman", serif;
	-moz-box-shadow: inset 0 7px 7px -7px #dcdcdc;
	-webkit-box-shadow: inset 0 7px 7px -7px #dcdcdc;
	box-shadow: inset 0 7px 7px -7px #dcdcdc;
	padding: 10px;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
.post-password-required input[type="submit"] {
	visibility: hidden;
}
#searchform {
	padding-right: 1px;
}
#s {
	padding-right: 0;
}
#submit {
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: Times, "Times New Roman", serif;
	height: 40px;
	line-height: 40px;
	padding: 0 8px 0 11px;
	background: #dcdcdb;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	color: #fff;
	text-shadow: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
#submit_after {
	float: left;
	left: 100%;
	top: 0;
	height: 0;
	width: 0;
	border: solid transparent;
	border-left-color: #dcdcdb;
	border-width: 20px 0px 20px 12px;
}
.form-submit:after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

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

/* Search widget */
#searchsubmit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

#nav-below.infinite-scroll {
	visibility: hidden;
}
#infscr-loading {
	position: fixed;
	z-index: 3;
	color: #adadad;
	bottom: 100px;
	width: 130px;
	height: 75px;
	line-height: 75px;
	left: 50%;
	margin-left: -65px;
	background: #fff;
	opacity: 0.8;
	text-align: center;
	border-radius: 10px;
}
#infscr-loading img {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-top: 15px;
	-webkit-animation: rotate 0.5s linear 0 infinite normal;
	-moz-animation: rotate 0.5s linear 0s infinite normal;
	-o-animation: rotate 0.5s linear 0 infinite normal;
	-ms-animation: rotate 0.5s linear 0 infinite normal;
	animation: rotate 0.5s linear 0 infinite normal;
}

.load-more {
	text-align: center;
}
.load-more a {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	padding-top: 50px;
	color: #424242;
}
.load-more a span.img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: #f7f7f5;
	background-image: url(icons/loadmore.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 8;
}
.load-more a:hover span.loader {
	-webkit-animation: rotate 0.5s linear 0 1 normal;
	-moz-animation: rotate 0.5s linear 0s 1 normal;
	-o-animation: rotate 0.5s linear 0 1 normal;
	-ms-animation: rotate 0.5s linear 0 1 normal;
	animation: rotate 0.5s linear 0 1 normal;
}
.load-more a span.loader2 {
	z-index: 7;
}
.load-more a.loading span.img.loader2 {
	z-index: 9;
	-webkit-animation: rotate 0.5s linear 0 infinite normal;
	-moz-animation: rotate 0.5s linear 0s infinite normal;
	-o-animation: rotate 0.5s linear 0 infinite normal;
	-ms-animation: rotate 0.5s linear 0 infinite normal;
	animation: rotate 0.5s linear 0 infinite normal;
}

/* hack for safari: fixes font rendering on css rotations */
#wpadminbar, #wpadminbar * {
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes rotate {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}
@-ms-keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* Readly */
#page {
	width: 100%;
	padding: 70px 0;
}
#main {
	width: auto;
	padding: 0 160px;
	margin: 0 auto;
	max-width: 680px;
}
#masthead {
	width: 100%;
	padding: 16px 0 16px 0;
	display: table;
	border-bottom: 7px solid #2C2B27;
}
#header-wrapper {
	display: table-row;
}
#masthead hgroup {
	display: table-cell;
	vertical-align: top;
	padding: 0 40px;
}
#masthead hgroup .site-description {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	font-style: italic;
	color: #adadae;
	margin-top: 3px;
}
#secondary {
	margin-top: 4em;
}
#colophon {
	position: absolute;
	bottom: 0;
	visibility: hidden;
	width: 100%;
	padding: 35px 0;
	z-index: 2;
	display: table;
/*	border-top: 1px solid #f8f8f7;
	-moz-box-shadow: inset 0 10px 10px -10px #ededeb;
	-webkit-box-shadow: inset 0 10px 10px -10px #ededeb;
	box-shadow: inset 0 10px 10px -10px #ededeb;*/
	background: url(images/bg.jpg);
}
#footer-wrapper {
	display: table-row;
}
#colophon .site-info {
	display: table-cell;
	vertical-align: top;
	padding: 0 40px;
	color: #adadae;
	font-size: 18px;
	font-size: 1.8rem;
}
#social {
	display: table-cell;
	text-align: right;
	padding: 5px 40px 0 0;
	vertical-align: top;
}
#social_wrapper2 {
	white-space: nowrap;
}
#content > article, #nav-below, #comments, #secondary {
	padding: 20px 40px;
}
#content > article{
	position: relative;
}
#comments {
	padding-top: 4em;
}
/*@media only screen and (min-width : 641px) {
	#site-navigation-wrapper2 > div > ul > li > .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 99999;
		padding: 0.5em 0;
		-webkit-box-shadow: 0px 0px 15px 3px rgba(227,227,224,1);
		-moz-box-shadow: 0px 0px 15px 3px rgba(227,227,224,1);
		box-shadow: 0px 0px 15px 3px rgba(227,227,224,1);
	}
	#site-navigation-wrapper2 > div > ul > li > .sub-menu:before {
		content: "";
		position: absolute;
		top: -6px;
		left: 50%;
		left: -moz-calc(50% - 6px);
		left: -webkit-calc(50% - 6px);
		left: calc(50% - 6px);
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
	}
	#site-navigation-wrapper2 > div > ul > li:hover .sub-menu {
		display: block;
	}
	.sub-menu {
		background: #f7f7f5;
	}
	.sub-menu:before {
		border-bottom: 6px solid #f7f7f5;
	}
	.sub-menu a {
		white-space: nowrap;
		color: #424242;
	}
	.sub-menu li {
		display: block;
		float: none;
		padding: 0 1em;
		font-size: 19px;
		font-size: 1.9rem;
		text-align: center;
		line-height: 1.67em;
	}
	.sub-menu li li {
		padding: 0;
	}
}*/
@media only screen and (max-width : 999px) {
	#masthead {
		display: block;
		padding-bottom: 20px;
	}
	#header-wrapper {
		display: table;
		width: 100%;
	}
	#masthead hgroup {
		display: table-row;
		padding: 0;
	}
	#hgroup-wrapper {
		display: table-cell;
		padding: 0 40px;
	}
	/*#site-navigation {
		display: table-row;
		padding: 0;
	}
	#site-navigation-wrapper {
		float: none;
		display: table-cell;
		padding: 24px 40px 0 10px;
	}
	#site-navigation {
		float: none;
	}*/
	#main {
		padding: 0 40px;
	}
	#page {
		padding-bottom: 35px;
	}
	#secondary {
		padding: 10px 20px;
		margin-top: 2em;
	}
	#nav-below {
		padding: 10px 20px;
		margin-bottom: 15px;
	}
	.format-image .entry-media,
	.entry-audio-embed,
	.format-video > .entry-media,
	.readly_big {
		margin-left: -40px;
		margin-right: -40px;
		max-width: -moz-calc(100% + 80px);
		max-width: -webkit-calc(100% + 80px);
		max-width: calc(100% + 80px);
		width: -moz-calc(100% + 80px);
		width: -webkit-calc(100% + 80px);
		width: calc(100% + 80px);
	}
	ul.children {
		margin-left: 50px;
	}
}
@media only screen and (max-width : 640px) {
	body {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.5em;
	}
	#main {
		min-width: 320px;
		padding: 0;
		margin: 0;
		max-width: none;
	}
	#page {
		padding: 40px 0;
	}
	.entry-header .entry-meta {
		margin-bottom: 0.5em;
	}
	.entry-title, .page-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.22em;
	}
	#reply-title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	a.more-link {
		font-size: 18px;
		font-size: 1.8rem;
	}
	a.more-link span {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#masthead {
		padding: 0;
	}
	#masthead hgroup {
		margin-left: 0;
		display: table-footer-group;
	}
	#hgroup-wrapper {
		display: table-row;
		padding: 0;
	}
	#hgroup-wrapper2 {
		display: table-cell;
		padding: 30px 20px;
	}
	/*#site-navigation-wrapper {
		display: table-row;
		padding: 0;
	}
	#site-navigation-wrapper2 {
		display: table-cell;
	}*/
	#colophon {
		display: block;
	}
	#footer-wrapper {
		display: table;
		width: 100%;
	}
	#colophon .site-info {
		display: table-footer-group;
		text-align: center;
	}
	#site-info-wrapper {
		display: table-row;
	}
	#site-info-wrapper2 {
		display: table-cell;
		padding: 0 20px;
	}
	#social {
		display: table-header-group;
		text-align: center;
		padding: 0;
	}
	#social_wrapper {
		display: table-row;
	}
	#social_wrapper2 {
		display: table-cell;
		padding-bottom: 2em;
	}
	/*#site-navigation {
		display: table-header-group;
	}*/
	/*.menu-toggle {
		display: block;
		background: #424242;
		padding: 0 0 0 20px;
		color: #fff;
		font-style: italic;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 3.25em;
		text-shadow: none;
	}
	.menu-toggle span {
		float: right;
		padding-right: 20px;
		font-style: normal;
		font-family: readly;
		font-size: 25px;
		font-size: 2.5rem;
	}
	#site-navigation {
		padding: 0;
	}
	#site-navigation-wrapper2 > div > ul {
		display: block;
		list-style: none;
		padding: 0;
		margin: 0;
		border-top: 1px solid #383837;
		text-shadow: none;
		-webkit-transition: max-height 400ms;
		overflow: hidden;
		max-height: 0;
	}
	#site-navigation-wrapper2 > div > ul > li {
		float: none;
		position: static;
		padding: 0;
		margin: 0;
		background: #424242;
	}
	#site-navigation-wrapper2 > div > ul > li a {
		display: block;
		padding: 0 0 0 20px;
		color: #fff;
		border-bottom: 1px solid #383837;
		font-style: italic;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 2.25em;
	}
	#site-navigation-wrapper2 > div > ul > li.submenu-off > a:after {
		border-top: none;
	}
	#site-navigation-wrapper2 > div > ul .sub-menu li a {
		padding-left: 40px;
	}*/
	ul.children {
		margin-left: 0;
	}
	/*#site-navigation-wrapper2 > div > ul > li > .sub-menu {
		display: block;
	}*/
	#content > article, #nav-below, #comments {
		padding: 20px 15px; 
	}
	.format-image .entry-media,
	.entry-audio-embed,
	.format-video > .entry-media,
	.readly_big {
		margin-left: -20px;
		margin-right: -20px;
		max-width: -moz-calc(100% + 40px);
		max-width: -webkit-calc(100% + 40px);
		max-width: calc(100% + 40px);
		width: -moz-calc(100% + 40px);
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
	}
	.previous .meta-nav:before, .next .meta-nav:before {
		top: 0.45em;
	}
	.article-separator {
		margin: 0;
	}
	.format-quote .entry-content {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.format-link .link_post_p a {
		font-size: 28px;
		font-size: 2.8rem;
	}
}

/*Added by CVAM*/

/*general*/

#page{
	padding-bottom: 30px;
}
.share-links-wrapper{
	margin: 30px auto 85px
	;
}
.share_prefix {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #2c2b27 !important;
  opacity: 1;
  font-weight: bold;
  margin: 0 0 3px !important;
}
.share-links-wrapper ul{
	max-width: 254px;
  margin: 0 auto !important;
  display: block;
}
a.share_links {
  background-color: #2c2b27;
  border: 2px solid #2c2b27 !important;
  cursor: pointer;
  margin: 5px 8px;
  padding: 7px;
}
a.share_links:hover {
	background-color: #0c698a ;
  border: 2px solid #0c698a  !important;
}
a.share_links span,
a.share_links:hover span{
	font-size: 1.6em;
  color: #f0f0f0 !important;
  padding-top: 2px;
}

.genericon-googleplus:before {
  padding-left: 1px;
}
.genericon-facebook-alt:before {
    padding-right: 1px;
}

/*HEADER*/
#masthead {
	position: relative;
	padding-bottom: 5px;
	border-bottom: none;
	max-height: 65px;
	height: 65px;
}
#main-header {
	border-bottom: 7px solid #2C2B27;
	padding-bottom: 0;
}
#header-wrapper {
    display: inline-block;
    width: 100%;
}
.site-header .logos-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    height: 54px;
}
.home .site-header .logos-wrapper{
	display:block;
	padding-bottom: 7px;
}
.site-header .logos-wrapper a{
	display: inline-block;
	padding-top: 3px;
}
.site-header .logo-right{
	margin-left: 18px;
}

/*nav*/

#site-navigation {
	position: relative;
	padding-top: 4px;
	float: right;
	padding-right: 1%;
	padding-bottom: 14px;
	height: 40px;
}
.header-fixed-wrapper.fixed #site-navigation #primary-menu li {
  transition-property: none;
}
.lt-ie9 .header-fixed-wrapper.fixed #site-navigation {
  padding-left: 1.65%;
}
.hamburger {
  background-color: transparent;
  display: block;
  position: relative;
  padding: 0px;
  height: 45px;
  width: 49px;
  font-size: 0px;
  -moz-appearance: none;
  box-shadow: none;
  border: medium none;
  cursor: pointer;
  z-index: 2;
  padding: 10px;
  right: 0px;
}
.lt-ie9 .hamburger {
  padding-top: 26px;
}
.hamburger .hamburger-middle {
  top: 18px;
  background: #ededed;
  display: block;
  width: 29px;
  position: absolute;
  height: 3px;
  /*transition: background 0s ease 0.3s;*/
  -webkit-transition: opacity 0s ease 0.3s;
  transition: opacity 0s ease 0.3s;
  opacity: 1;
}
.hamburger .hamburger-top,
.hamburger .hamburger-bottom {
  position: absolute;
  display: block;
  background: #ededed;
  width: 29px;
  height: 3px;
  /*padding-left: 29px;*/
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.hamburger .hamburger-top {
  top: 10px;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.hamburger .hamburger-bottom {
  bottom: 16px;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.hamburger:hover .hamburger-top, 
.hamburger:hover .hamburger-bottom, 
.hamburger:hover .hamburger-middle,
.toggled .hamburger:hover .hamburger-top, 
.toggled .hamburger:hover .hamburger-bottom {
	background-color:#42a1c9;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.hamburger:hover span.menu {
	color:#42a1c9;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .positive .hamburger:hover .hamburger-top, 
.home .positive .hamburger:hover .hamburger-bottom, 
.home .positive .hamburger:hover .hamburger-middle {
	background-color:#0c698a;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .positive .hamburger:hover span.menu {
	color:#0c698a;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


.lt-ie8 .hamburger .hamburger-top,
.lt-ie8 .hamburger .hamburger-middle,
.lt-ie8 .hamburger .hamburger-bottom {
  right: 0;
}
.toggled .hamburger {
  height: 38px;
  padding-bottom: 36px;
}
.toggled .hamburger .hamburger-middle {
  /*background: transparent none repeat scroll 0px 0px;*/
  opacity: 0;
  height: 2px;
}
.toggled .hamburger .hamburger-top,
.toggled .hamburger .hamburger-bottom {
  height: 3px;
  background: #ededed;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.toggled .hamburger .hamburger-top {
  top: 17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggled .hamburger .hamburger-bottom {
  bottom: 26px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#primary-menu {
  position: absolute;
  list-style-type: none;
  margin: 0;
  background-color: #2c2b27 !important;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2c2b27, endColorstr=#2c2b27)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2c2b27, endColorstr=#2c2b27);
  width: 264px;
	right: 0;
	top: 67px;
  opacity: 0;
  z-index: -1;
  -webkit-transition-property: opacity, z-index;
  transition-property: opacity, z-index;
  -webkit-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
  -webkit-transition-duration: 0.5s, 0s;
  transition-duration: 0.5s, 0s;
}
.lt-ie9 #primary-menu {
  display: none;
  z-index: 0 !important;
}
#site-navigation.toggled #primary-menu,
.lt-ie10 #site-navigation.toggled #primary-menu {
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  opacity: 1;
  z-index: 5;
}
.lt-ie9 #site-navigation.toggled #primary-menu {
  display: block;
  z-index: 1 !important;
}
#primary-menu li {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-size: 116%;
  float: none;
  visibility: hidden;
  transition-property: visibility;
  transition-delay: 1s;
}
#primary-menu li em,
#primary-menu li i,
em #primary-menu li,
i #primary-menu li {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}
.toggled #primary-menu li {
  visibility: visible;
  transition-property: none;
}
/*#primary-menu li.divider {
	border-top: 2px solid rgba(0, 0, 0, 0.08);
}*/
#primary-menu li.divider:before {
  content: "";
  display: block;
  height: 2px;
  margin: 5px 10px 0 10px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000, endColorstr=#14000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000, endColorstr=#14000000);
}
#primary-menu li a {
  color: #ccc;
  display: block;
  padding: 2px 15px 1px 15px;
  padding: 15px !important;
}

#primary-menu li a:hover,
#primary-menu li a:focus,
#primary-menu li.menu-item-object-category a:hover,
#primary-menu li.menu-item-object-category a:focus {
  background-color: #0c698a;
  color: #FFFFFF;
  text-decoration: none;
}
#primary-menu li.current-menu-item {
  font-size: 126%;
}
#primary-menu li.current-menu-item a {
  color: #fff;
  padding: 1px 15px 2px;
}

/*nav positive*/
.home .positive .hamburger .hamburger-middle,
.home .positive .hamburger .hamburger-top,
.home .positive .hamburger .hamburger-bottom {
  background: #2c2b27;
}
.home .positive .hamburger span.menu{
	color: #2c2b27;
}
.hamburger span.menu{
    /* text-indent: 999px; */
    color: #fff;
    position: absolute;
    top: 35px;
    right: 11px;
    height: 16px;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 999;
    font-weight: 700;
    width: 29px;
}
/*FOOTER*/
#colophon .site-info {
    padding: 0;
}
.site-footer{
	border-top: none !important;
}

.site-footer #site-info-wrapper2{
	max-width: 1200px;
    margin: 0 auto;
    padding: 13px 15px 0;
    border-top: 1px solid #a7a7a7 !important;
}
.site-footer .copyright-wrapper{
	width: 355px;
    display: inline-block;
}
.site-footer .logos-wrapper{
	float: right;
}
.site-footer p{
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
	color: #282828;
}
.site-footer .sponsor{
	display: inline-block;
    margin-right: 20px;
    float: left;
    border: none;
}
.site-footer .sponsor:hover{
	opacity: 0.7;
}
/*HOME*/
.home #main{
	max-width: 1200px;
    padding: 0 20px;
}
.home #page{
	padding-top: 25px;
}
.home h2{
	text-transform: uppercase;
}
.home ul{
	list-style: none !important;
	margin: 0 ;
}
.home  #hgroup-wrapper2{
	text-align: center;
}
.home .site-title{
	font-size: 720%;
	line-height: 1;
	color: #2c2b27;
	margin-bottom: 10px;
	margin-top: 20px;
}
.home .site-description{
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #2c2b27;
	text-align: center;
}


.map-container{
 	border:8px solid #2c2b27;
 	height: 506px;
 	overflow: hidden;
}

.site-content .caption{
	font-size: 16px;
	margin-top: 5px;
}
.site-content .caption strong{
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 3px;
}

.archive{
	margin-top: 0;
}
.archive h2{
	font-size: 58px;
	color: #2c2b27;
	text-align: center;
	line-height: 1;
	margin-bottom: 35px;
}
.archive h2 span{  
	position: relative;  
	overflow: hidden;  
	-webkit-transform: rotate(1.5deg);  
	-moz-transform: rotate(1.5deg);  
	-ms-transform: rotate(1.5deg);  
	-o-transform: rotate(1.5deg);  
	transform: rotate(1.5deg);  
}  
.archive h2 span:before {  
	content: "";
    position: absolute;
    width: 106%;
    height: 93%;
    top: 3px;
    left: -2%;
    z-index: -1;
	background-color:#aef3ff;  
	-webkit-transform: rotate(-1.5deg);  
	-moz-transform: rotate(-1.5deg);  
	-ms-transform: rotate(-1.5deg);  
	-o-transform: rotate(-1.5deg);  
	transform: rotate(-1.5deg);  
}  
.archive .cta{
	text-align: center;
}
.archive .cta a{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.archive-thumbnails{
	margin: 0;
}
.archive-thumbnails li{
	display: inline-block;
	width: 175px;
	margin-right: 26px;
}
.archive-thumbnails li:last-child{
	margin-right:0;
}
.archive-thumbnails .image{
	text-align: center;
	border: 4px solid #2c2b27;
}
.archive-thumbnails .image img {
	width: 100%;
	height: auto;
	display: block;
	height: 225px;
}
.archive-image:hover{
	opacity: 0.8;
}

#complementary-area{
	width: 100%;
	margin-top: 70px;
}

.home .profiles,
.home .articles,
.home .videos{
	width: 32.1%;
	display: inline-block;
	vertical-align: top;
	border: 4px solid transparent;
	min-height: 340px;
}

.home .profiles,
.home .videos {
	border-color: #2c2b27;

}
.home .articles{
	margin: 0 0.41%;
}

.home .profiles h2,
.home .articles h2{
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 3px solid #2c2b27;
	text-align: center;
	margin: 20px 15px 0;
}

.home .profiles a,
.home .articles a{
	font-family: 'Merriweather', serif;
	font-size: 16px;
	line-height: 25px;
}

.home .profiles .cta{
	margin-bottom: 0;
	text-align: center;
	background-color: #2c2b27;
    padding: 9px;
    clear: both;
}
.home .profiles .cta a{
	color: #fff !important;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: underline;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 700;
}
.home .profiles .cta a:hover{
	color: #aef3ff !Important;
}
.home-profiles,
.home-articles{
	border-top: 1px solid #2c2b27;
	padding-top: 20px;
	margin: 3px 15px 19px !important;
	min-height: 181px;
}
.home-profiles{
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
.home-profiles li,
.home .articles li {
    line-height: 25px;
}

.home-video .video-thumbnail,
.home-video .video-thumbnail img{
	height: 208px;
	width: 100%;
	position: relative;
}
.home-video .video-thumbnail:hover img{
	opacity: 0.8;
}

.home .videos{
	background-color: #2c2b27;
	float: right;
}
.home-video p{
	margin: 0;
}
.home-video .video-text{
	color: #fff;
	padding: 18px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.home-video .video-text h3{
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 700;
	font-size: 14px; 
	text-transform: uppercase;
	line-height: 25px;
}
.home-video .play{
	background: url(icons/ic-play-video-small.svg) no-repeat center center transparent;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px; 
}


#cta-player:hover {
	background-color:#0c698a;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.audio-player .play:hover ,
#cta-player:hover .play{
    border-color: transparent transparent transparent #fff;
    _border-color: #000000 #000000 #000000 #fff;
     -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.archive .cta a:hover,
.home-profiles a:hover,
.home-articles a:hover{
	color: #00b8d8;
}
.home-video a:hover h3,
.home-video a:hover p {
    color: #aef3ff;
}
.audio-player .pause:hover .left,
.audio-player .pause:hover .right{
	background-color: #fff;
}
/*PROFILES PHOTOS*/

.profile-photos {
	margin: 0 auto 20px;
	display: inline-block;
	text-align: center;
}
.profile-photos .profile-credit {
	text-align: left;
}
.profile-credit p{
	font-weight:700;
	font-size: 10px;
	text-transform: uppercase;
	color: #535353;
	margin-top: -4px;
}
.current-photo, .old-photo, .map-photo {
	float: left;
	width: 263px;
}
.profile-image {
	border: 4px solid #2C2B27;
	border-bottom: 4px solid #2C2B27;	
	overflow: hidden;
}

.profile-photos img {
	display: block;
}

.profile .entry-content {
    float:left;
}
.profile .audio-player{
	min-width: 559px;
}

.previous a, .next a {
	display: inline-block;
	position: relative;
	color: #424242;
}


/**/

#nav-below .total {
	font-family: Oswald , Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 86% !important; 
	}

#nav-below .total span {
	color: #adadae;
	}

.previous,
.next {
    width: 68px;
    font-family: Oswald , Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.profile .previous,
.profile .next {
   margin-top: 18px;
}

.previous {
    margin-left: -88px;
    float: left;
    text-align: left;
    padding-left: 20px;
}
.next{
    margin-right: -88px;
   float: right;
   text-align: right;
	padding-right: 20px;
}



.previous .meta-nav {
    padding-left: 10px;
}
.next .meta-nav {
    padding-right: 10px;
}
.meta-nav {
    color: #adadae;
    font-style: normal;
    color: #606060;
}


.previous .meta-nav:before, .next .meta-nav:before {
	content: '';
	position: absolute;
	top: -7px;
	width: 15px;
	height: 24px;
	border: solid transparent;
}

#nav-below a {
	color: #606060 !important;
}

.meta-nav:hover, #nav-below a:hover {
	opacity: 0.8;
	color: #606060 !important;
}

.profile .meta-nav:before{
	width: 15px;
    height: 24px;
    top: 2px;
    border: none;
}
.next .meta-nav:before{
	background: url(icons/ic-arrow-right.png) left center transparent no-repeat;
	right: -10px;
	border-left-color: transparent;
	border-width: 4px 0 4px 4px;
}
.previous .meta-nav:before{
	background: url(icons/ic-arrow-left.png) left center transparent no-repeat;
	left: -10px;
	border-right-color: transparent;
	border-width: 4px 4px 4px 0;
}

/*AUDIOPLAYER*/

/* while loading */
.waiting * {
  cursor: wait !important;
}

.home .audio-player {
	width: 470px;
	margin:20px auto 35px;
}
#main .audio-player .interview-title {
    font-size: 20px;
}

.audio-player {
  position: relative;
  background-color: #2c2b27;
  color: #ffffff;
  margin: 0 0 30px;
  padding: 18px 0 17px;
}

.audio-player .controls {
    margin: 0 20px;
}
.seek-bar {
  height: 6px;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
}
.timeline {
    height: 6px;
    width: 30%;
    position: absolute;
    bottom: 0px;
    background-color: #1BC1F5;    
}
.jp-state-playing:hover .seek-bar {
  background-color: gray;
}
.jp-state-playing:hover .seek-bar,
.jp-state-playing:hover .seek-bar .timeline {
  height: 12px;
  transition: height .2s ease;
}
.audio-player .play {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 23px;
	border-color: transparent transparent transparent #42a1c9;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #42a1c9;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	-webkit-transform:rotate(360deg);
	display: inline-block;
    float: left;
}
.audio-player .time{
	float: left;
	font-size: 12px;
	color: #b5b5b5;
}
.audio-player  .interview-title{
	font-size: 18px;
	color: #efefef;
}
.audio-player .time,
.audio-player  .interview-title{
	display: inline-block;
    width: auto;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

#masthead .audio-player {
	width: 100%;
	position: absolute;
	top: 0px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 29px 0 24px;
	height: 31px;
}
.pause {
    height: 30px;
    width: 23px;
    display: block;
    overflow: hidden;
    float: left;
}

.audio-player  .left {
    height: 100%;
    float: left;
    background-color: #42a1c9;
    width: 36%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
}

.audio-player  .right {
    height: 100%;
    float: right;
    width: 36%;
    background-color: #42a1c9;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.mute,
.unmute  {
    width: 25px;
    display: block;
    float: left;
    margin-left: 14px;
}
.mute svg,
.unmute  svg {
    vertical-align: middle;
    height: 25px;
}
#cta-player {
	border: none;
	display: block;
    cursor: pointer;
}
.audio-player:not(.playing) .pause, 
.audio-player.playing .play {
  display: none;
}
.play:hover,
.pause:hover {
    border-bottom-color: transparent !important;
}
.current-time,
.duration {
    width: 33px;
    display: inline-block;
}
#jp_container_1.audio-player .controls  { 
	margin: 0 auto; 
	max-width: 1200px;
	padding: 0 20px;
}
a.fancybox-close:hover::after,
a.fancybox-nav:hover {
    color:#42a1c9;
}

/*ARTICLE*/
blockquote{
	font-size: 24px;
    line-height: 35px;
    border-left: none;
    padding-left: 0;
    color: #2c2b27;
}
.entry-header{
	margin-bottom: 2.3em;	
}
.entry-header .entry-title{
    font-size: 6.6rem;
    line-height: 1em;
    color: #2c2b27;
}
.entry-header p{
	font-size: 16px;
	font-weight: 700;
	color: #585858;
}
.entry-content {
	font-size: 16px;
    line-height: 25px;
}
.entry-content p{
	margin-bottom: 1.1em;
}
.video-content {
	margin-bottom: 10px;
}
.entry-content iframe{
	max-height: 333px;
	max-width: 600px;
	width: 100%;
	margin-bottom: 5px;
}
.page-title {
  font-size: 66px;
  margin-bottom: 0;
  text-align: left;
  color: #2c2b27;
}

.archive .page-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 29px;
    line-height: 1;
    margin-bottom: 35px;
    font-family: Oswald , Arial, Helvetica, sans-serif;
    position: relative;
}
.archive h1.page-title:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 145%;
    top: -6px;
    left: -2%;
    z-index: -1;
    background-color: #aef3ff;
    -webkit-transform: rotate(-1.5deg);
    -moz-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    -o-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}
.archive .profile-image {
    width: 29%;
    float: left;
    margin-right: 4%;
    height: 160px;
}
.archive .profile-image img {
   width: 130%;
  }
.archive .profile-text {
    width: 65%;
    float: left;
}
.archive .entry-excerpt p {
    font-size: 16px;
    line-height: 1.31em;
}
.archive .profile-text p.location{
    margin-bottom: 15px;
}

.modal__box {
    background: #FFF url(images/bg.jpg);
}
.modal__box .profile .next,
.modal__box .profile .previous {
    margin-top: 35px;
}

.home .modal__box #main {
    max-width: 680px;
}


@media (max-width: 1240px) {
	.archive-thumbnails {
    	width: 100%;
	}
	.archive-thumbnails li {
	    margin: 0.54%;
	    width: 31.89%;
	}
	.archive-thumbnails .image img {
	    height: auto;
	}
	.home-profiles{
		min-height: 100%;
	}
}
@media (max-width: 1098px) { 
	.site-footer .copyright-wrapper {
    	width: 230px;
	}
}
@media (max-width: 1024px) { 
	.home .profiles,
	.home .articles,
	.home .videos {
	    width: 46%;
	    margin-bottom: 15px;
	}
	.home .videos {
		float: none;
	}
	.entry-image{
		margin-bottom: 0;
	}
	.current-photo,
	.old-photo,
	.map-photo {
    float: left;
    width: 33.333333%;
    height: auto;
	}

}
@media (max-width: 980px) { 
	body{
		margin-bottom: 0 !important;
	}
	#hgroup-wrapper {
    	display: block;
    }
    .home .site-title {
    	font-size: 500%;
	}
	#colophon {
    	position: relative;
    }
	.site-footer #site-info-wrapper2 {
    	padding-top: 20px;
	}
	.site-footer .copyright-wrapper {
	    width: 100%;
	    display: block;
	    clear: both;
	    text-align: center;
	}
	.site-footer .logos-wrapper {
	    width: 100%;
	    display: block;
	    clear: both;
	    margin-top: 20px;
	    text-align: center;
	}
	.site-footer .sponsor {
	    float: none;
	}
	.profile .entry-content {
    	float: none;
	}
	.profile .previous,
	.profile .next {
    width:100px;
    bottom: -40px;
    position: absolute;
    margin: 0 auto;
    z-index: 999;
    float: none;
	}
	.profile .previous{
		left: 0;
	}
	.profile .next {
		right: 0;
	}
}

@media (max-width: 767px) {
	#masthead {
    	padding-top: 16px;
	}
	.archive #main {
    max-width: 100%;
	}
	.home .profiles,
	.home .articles,
	.home .videos {
	    margin: 20px 0;
	    height: auto;
	    min-height: 20px;
	    width: 98%;
    	display: block;
	}
	.site-content .caption {
	    text-align: center;
	    margin-bottom: 40px;
	}
	.archive-thumbnails li {
	    width: 48.45%;
	}
	#nav-below,
	#comments,
	#secondary {
    	padding: 10px 0;
    	overflow: auto;
	}
	.profile .audio-player {
    width: 100%;
    min-width: 50px;
	}
	.single-profile #colophon {
		padding-top: 75px;
	}
	.home .site-title {
    font-size: 400%;
	}
	#hgroup-wrapper2 {
    display: table-cell;
    padding: 0 20px 8px;
	}
	.entry-header .entry-title {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 640px){
	.article-separator {
		margin: 10px auto 0;
	    width: 40px;
	}
}
@media (max-width: 620px){
	#masthead {
    max-height: 111px;
    height: 111px;
  }
	#masthead .audio-player {
	  height: 70px;
	}
	#page {
    	padding: 50px 0 0;
	}
	.page-header {
    	padding: 5px 13px;
	}
	#main{
		padding-top: 50px;
		padding: 0 20px !important;
		min-width: 280px;
	}
	#main-header {
	    padding-bottom: 5px !important;
	}
	.home .audio-player {
	    width: 100% !important;
	    margin: 25px auto 30px;
	}
	#primary-menu {
    top: 109px;
  }
	#header-wrapper {
    padding-top: 5px;
	}
	.site-header .logos-wrapper a {
    display: block;
    text-align: left;
    float: none;
    margin: 0;
	}
	#site-navigation {
    position: absolute;
    top: 14px;
    right: 0;
    padding-right: 15px;
	}
	.site-header img {
	    width: auto;
	    max-height: 35px;
	}
	.archive-thumbnails {
	    width: 100%;
	}
	.archive .profile-image {
	    width: 97%;
	    float: none;
	    margin: 0;
	    height: auto;
	    max-height: 340px;
	}
	.archive .profile-text {
	    width: 100%;
	    float: none;
	    margin-top: 15px;
	}
	.archive .profile-image img {
	    height: auto;
	    width: 100%;
	}
	.home .audio-player .interview-title {
    	font-size: 18px;
	}
	.audio-player .time,
	.audio-player .interview-title {
	    line-height: 1.5;
   	 	display: block;
   	 	float: none;
   	 	margin-left: 40px;
   	 	width: 66%;
	}
	.audio-player .interview-title {
		font-size: 16px;   
	}
	.mute,
	.unmute {
		display: none !important;
	}
	.home #hgroup-wrapper2 {
    padding: 0 20px;
	}
	.entry-title{
		font-size: 3.5rem !important;
	}
	.entry-header p {
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 7px;
	}
	.video-content iframe{
		/*min-height: 320px;*/
    	height: auto;
	}
}
@media (max-width: 480px){
	.site-footer .sponsor {
	    display: block;
	    width: 100%;
	}
	.site-footer .sponsor img {
    max-height: 50px;
	}
	.home .site-title {
	    font-size: 360%;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.archive-thumbnails li {
	    width: 100%;
	    margin: 2px;
	    height: auto;
	}
	.archive-thumbnails .image img {
	    width: 100%;
	    display: block;
	    height: 100% !important;
	}
	.home .audio-player .interview-title {
    	font-size: 16px;
	}
	.archive .profile-image {
    max-height: 244px;
	}
}

.mute:hover path, .unmute:hover path, .mute:hover svg, .unmute:hover svg {
	color: #FFF;
	fill: #FFF;
	-webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.entry-header p.author {
	font-weight: normal;
}
