/*
Theme Name: vdv-viru
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vdv-viru
Domain Path: /languages/
Tags:

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.

 vdv-steel is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - 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 centered 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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
.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;
}

/* For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */ 
.clear {
    *zoom: 1;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
audio, 
canvas, 
video { 
    display: inline-block; 
    *display: inline; 
    *zoom: 1; /*  Display audio, canvas, and video elements as inline block elements. */
}

audio:not([controls]) { 
    display: none; /*  Prevent modern browsers from displaying audio without controls. */
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	background-color: #283593;
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
p {
	padding: 0 20px;
	margin-bottom: 0.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
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;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
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%;
}
circle {
	 border: 3px solid #555;
	 border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
	 color: #555;
	 display: block;
	 font-size: 1.7rem;
	 font-weight: 600;
	 height: 3.2rem;
	 line-height: 1.7em;
	 margin: 0 auto 1rem auto;
	 text-align: center;
	 width: 3.2rem;
}
/*--------------------------------------------------------------
2.1 Typographic Scales
--------------------------------------------------------------*/
/*Font sizes are calculated based on a 16-pixel base.
48 / 16   =   3rem  
32 / 16   =   2rem 
24 / 16   =   1.5rem 
20 / 16   =   1.25rem 
16 / 16   =   1rem 
12 / 16   =   0.75rem
*/
/*--------------------------------------------------------------
2.2 Font Stacks
--------------------------------------------------------------*/
/* font-family: 'Montserrat', Helvetica Neue, Arial, sans-serif; */
/*--------------------------------------------------------------
2.3 Colours
--------------------------------------------------------------*/
.indigo { color: #3f51b5; }
.indigodark { color: #3f51b5; }
.blue { color: #5677fc; }
/*--------------------------------------------------------------
2.4 @font-face
--------------------------------------------------------------*/
/*@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
/*--------------------------------------------------------------
2.4.1 @font-face icons
--------------------------------------------------------------*/
/*@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-jwp882');
	src:url('fonts/icomoon.eot?#iefix-jwp882') format('embedded-opentype'),
		url('fonts/icomoon.woff?-jwp882') format('woff'),
		url('fonts/icomoon.ttf?-jwp882') format('truetype'),
		url('fonts/icomoon.svg?-jwp882#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0 2px;
	text-transform: none;
	line-height: 1;
	

	/* Better Font Rendering =========== *!/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-social-twitter:before {
	content: "\e600";
}
.icon-social-twitter:hover {
	content: "\e600";
	color: #55acee;
}
.icon-social-facebook:before {
	content: "\e601";
}
.icon-social-facebook:hover {
	content: "\e600";
	color: #3b5998;
}*/
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	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;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	background-color: #283593;
	color: #fff59d;
	margin: 0;
	text-align: center;
	width: auto;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	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 */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
}
input[type="checkbox"],
input[type="radio"] {
	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="url"],
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="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	background-color: #fff;
	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%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/* Older/Newer Post Navigation */

.site-content .site-navigation { }
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}
a:visited {
	color: purple;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
	text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	background-color: #5677fc; 
	clear: both;
	display: block;
	float: left;
	height: 40px;
	margin: 0 auto;
	width: 100%;
}
.main-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
}
.main-navigation li {
	float: left;
	padding: 5px 35px;
	position: relative;
	text-align: center;
}
@media (max-width:1025px) {.main-navigation li {padding: 5px 24px;}}

.main-navigation a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.main-navigation ul ul {
	background-color: #5677fc; 
	display: none;
	float: left;
	left: 0;
	position: absolute;
	text-align: left;
	top: 3rem;
	width: 280px;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	text-align: left;
	width: 250px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	color: #fff59d;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	color: #fff59d;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	text-align: left;
	padding-top: 16px;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding-top: 16px;
}
.nav-next a, .nav-previous a {
	color: #fff59d;
}
.nav-next a:hover, .nav-previous a:hover {
	color: #fff;
	text-decoration: underline;
}

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

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

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

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget-area { width: 90%; margin: 0 auto;
/* All of the sidebar container divs get this common class */
}
.widget {
	background-color: #fff;
	border: 1px solid #283593;
	margin: 0 0 1.5em;
}
.widget-title a {
	color: #fff59d;
}
.widget ul { /* Unordered lists inside widgets */
	list-style: none;
	margin: 0;
}
.widget ul li { /* Unordered list items inside widgets */
	margin-bottom: 0.25em;
	padding:0 10px;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
/* Sub-Items in Menu & Categories Widgets. */
.widget-area .sub-menu,
.widget-area .children { 
	margin-left:  1.5em;
}
.widget-area .sub-menu li,
.widget-area .children li {
}
/* Text Widgets */
.textwidget {
	padding: 0;
}
.widget p {
	padding: 0 10px;
}
.widget p a,
.textwidget a {
}
.tagcloud {
	margin: 0.3em 0.5em;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Site Structure
--------------------------------------------------------------*/
.site {max-width: 1280px; margin: 0 auto;background-color: #fff;}
/*.site-header { min-height: 350px;}*/
#main { margin: 0 auto; width: 96%;}
#primary { padding-top: 2rem;}
#content { background-color: #3f51b5;}
#secondary {padding-top: 2rem;}
#tertiary { /* Container for your second widget area */}
.site-footer {background-color:#283593;}
.container {margin: 0 auto;width: 90%;}

/* =Responsive Structures
----------------------------------------------- */
@media only screen and (max-width: 768px) {
	#content,
	#secondary,
	#tertiary { /* Remove floats on all structural elements for smaller screens */
		float: none;
		margin: 0;
		padding: 0;
	}
	#primary,
	#secondary,
	#tertiary { /* Make all structural elements full-width */
		width: 100%;
	}
	#primary {
		float: none;
		margin: 0;
		padding-top: 2rem;
	}
}
/*--------------------------------------------------------------
10.2 Mobile First Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.2.1 Section
--------------------------------------------------------------*/
section {
  padding-bottom: 1rem;
}

section:first-of-type { border-top: none; }

/*@media (min-width: 64rem) {
  section { padding: 2rem 0; }
}*/

/*--------------------------------------------------------------
10.2.2 Column
--------------------------------------------------------------*/
@media (min-width:770px) {
  .column {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column.full { width: 100%; }
  .column.three-fourths {width: 75%;}
  .column.two-thirds { width: 66.7%; }
  .column.half { width: 50%; }
  .column.third { width: 33.3%; }
  .column.fourth { width: 25%; }
  .column.flow-opposite { float: right; }
}

.mobile-first .column {
  float: none;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
10.2.3 Columns gutters
--------------------------------------------------------------*/
/*.gutters {
  border: 2px dashed #eee;
  margin-bottom: 2rem;
  max-width: 40rem;
  padding: 1rem 1rem 0 1rem;
}

.gutters .column {
  margin-bottom: 1rem;
}

.gutters span {
  background: #f8f8f8;
  color: #999;
  display: block;
  padding: 1rem 0;
}*/

/*--------------------------------------------------------------
10.2.4 Grid Classes
--------------------------------------------------------------*/
/*.grid { text-align: center; }

.grid span {
  background: rgba(225,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  display: block;
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.grid .container {
  border: 2px dashed rgba(255,255,255,0.3);
  padding: 1rem 1rem 0 1rem;
}

@media (min-width: 40rem) {
  .grid .container { padding: 1rem 0 0 0; }
}

.grid .column { margin-bottom: 1rem; }*/

/*--------------------------------------------------------------
10.2.5 Row Classes
--------------------------------------------------------------*/
/*.row-example .container {
  border: 2px dashed rgba(255,255,255,0.2);
  padding: 1rem;
}

.row-example .row {
  background: rgba(225,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
}

.row-example .row:last-of-type { margin-bottom: 0; }

@media (min-width: 40rem) {
  .row-example .row { padding: 1rem 0 0 0; }
}*/

/*--------------------------------------------------------------
10.2.6 Remove classes
--------------------------------------------------------------*/
.remove-padding { padding-bottom: 0; }
.remove-border { border: none; }

/*--------------------------------------------------------------
10.3 Site Titles
--------------------------------------------------------------*/
.entry-title {
	color: #283593;
	font-size: 2rem;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
}

.page-title,
.widget-title,
.comments-title,
#reply-title, 
.more {
	background-color: #283593;
	color: #fff59d;
	padding: 8px;	
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;	
}
a.more-link {
	color: #283593;
	text-decoration: none;
	font-weight: bold;
}	
/*--------------------------------------------------------------
10.4 Site Header
--------------------------------------------------------------*/

/* Style elements inside of the .site-header container */

.site-branding { /* Container for site title and description */}
.site-title, .site-title a { margin: 0 auto; background-color: #5677fc;}
.site-description { /* This is the tagline */ }
/*--------------------------------------------------------------
10.5 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	background-color: #fff;
	margin: 0 0 1.5em;
}
.entry-header { /* Container for the entry title, byline and post date */
	
}
.entry-title, 
.entry-title a, 
h1 .entry-title { /* Post titles */
	text-decoration: none;

}
.page-title { /* Page titles */
	margin-bottom: 16px;

}
body.search .page-title,
body.archive .page-title { /* Optional, if you want your page titles to look different on search and archive pages */

}
.entry-meta { /* Container for the entry metadata */
	clear: both;
}
.entry-date { 
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin-top: 1.5rem;
}
.entry-content table,
.comment-content table {
	margin: 0 auto;
	text-align: center;
	width: auto;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	font-weight: bold;
	padding: 0;
}
.entry-content tr td,
.comment-content tr td {
	padding: 0;
	text-align: center;
}
.entry-content tr.odd td,
.comment-content tr.odd td { /* If you want to apply alternate styles to even/odd table rows */

}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.cat-links {  /* Styles category links inside the entry meta */}
.tag-links { /* Styles links to tags inside the entry-meta */}
.sep {  /* Separator between category links, cat links, comments links, etc */}
.comments-link {  /* Link to leave a comment */}
.edit-link { /* Link to Edit the post (only shows up for admins)*/}
.entry-footer {
	padding: 0 20px;
}

/*--------------------------------------------------------------
10.6 Site Footer
--------------------------------------------------------------*/

.site-footer {
	padding: 10px 0;
}
.site-info a, span.credit {
	color: #fff; padding-left: 1em;
}

/*--------------------------------------------------------------
10.8 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.9 Comments
--------------------------------------------------------------*/
#comments { /* Container for the comments section */
	clear: both;
	background-color: #fff;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comments-title,
#reply-title {
	text-align: left;
}
ul.comment-list li {
	list-style: none;
}
.comment-body {
	margin: 20px;
	padding: 1rem;
	background-color: #E0EAF8;
	border: 1px dotted #283593;
}
.comment-list,
.children {
	list-style: none;
	margin: 0;
}
.children { /* Nested comments */
	margin: 0 0 0 6%;
}
.children .comment-body {
	background-color: #EFF9FC;
}
.comment-list li.comment {  /* Individual top-level comments */
}
.comment-list li.pingback {  /* Individual top-level pingbacks */
}
.comment-list li:last-of-type { /* Do you want to style the last comment differently, such as remove borders? */
}
.comment-list .children li { /* Contains individual nested comments */
}
.children article.comment,
.children li.pingback { /* Nexted comments and pingbacks */
	padding-top: 1.0em;
}
.comment .avatar { /* Comment author's gravatar image */
	border: 2px solid #283593;
}
.bypostauthor .comment-body{ /* Comment author's name */
	background-color:  #fff59d;
}
.comment-metadata {
	display: none; 
/* Comment date, time, etc */
}
.comment-content { /* Actual comment text */
}
.comment .reply { /* The "Reply" link under each comment */
	display: inline;
	padding: 6px;
}
a.comment-reply-link {
	background-color: #283593;
	color: #fff59d;
	float: right;
	padding: 3px;
}
/* Comment Form */
.comment-notes,
#commentform .form-allowed-tags,
p.nocomments,
p.logged-in-as,
#commentform label {
	padding: 20px;
}
.required { /* The little asterisk next to a required comment field */
	color: #880000;
}
#commentform label { /* The text next to each comment form field */
	padding: 1em 0;
}
#commentform input[type="text"] {
	background-color: #fff;
}
#commentform #comment { /* The comment form textarea */
	background-color: #fff;
}
#commentform .form-allowed-tags,
#commentform .form-allowed-tags code {
}
p.nocomments { /* Message displayed when there are no comments */
}
p.form-submit {
	padding-bottom: 20px;	
}
span.says {
	display: none;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* 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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
/* Styling for images and videos */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.widget-img,
img[class*="align"],
img[class*="wp-image-"],
.wp-caption img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
.widget img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	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-caption {}
/*--------------------------------------------------------------
13.0 Print
--------------------------------------------------------------*/
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  }
/*--------------------------------------------------------------
  14.0 Animate.css 
  http://daneden.me/animate
  Licensed under the MIT license
  Copyright (c) 2013 Daniel Eden
  --------------------------------------------------------------*/
/*  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }*/
  /*--------------------------------------------------------------
  14.1 Flash 
  --------------------------------------------------------------*/
  /*
  @-webkit-keyframes flash {
    0%, 50%, 100% {
      opacity: 1;
    }
  
    25%, 75% {
      opacity: 0;
    }
  }
  
  @keyframes flash {
    0%, 50%, 100% {
      opacity: 1;
    }
  
    25%, 75% {
      opacity: 0;
    }
  }
  
  .flash {
    -webkit-animation-name: flash;
    animation-name: flash;
  }
 */
  /*--------------------------------------------------------------
  14.2 Shake 
  --------------------------------------------------------------*/ 
 /* @-webkit-keyframes shake {
    0%, 100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
  
    20%, 40%, 60%, 80% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
  
  @keyframes shake {
    0%, 100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
    }
  
    20%, 40%, 60%, 80% {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
  
  .shake {
    -webkit-animation-name: shake;
    animation-name: shake;
  }*/
  /*--------------------------------------------------------------
  14.3 slideInDown 
  --------------------------------------------------------------*/ 
  /*@-webkit-keyframes slideInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
  
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes slideInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
  
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }*/
  /*--------------------------------------------------------------
  14.4 slideInLeft 
  --------------------------------------------------------------*/ 
 /* @-webkit-keyframes slideInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
  
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @keyframes slideInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
  
    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }*/
 /*--------------------------------------------------------------
 14.5 slideInRight
 --------------------------------------------------------------*/  
 /* @-webkit-keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      transform: translateX(2000px);
    }
  
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
      transform: translateX(2000px);
    }
  
    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }*/
/*--------------------------------------------------------------
14.6 slideOutLeft 
--------------------------------------------------------------*/   
 /* @-webkit-keyframes slideOutLeft {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
  }
  
  @keyframes slideOutLeft {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
  }
  
  .slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }*/
  /*--------------------------------------------------------------
  14.7 slideOutRight 
  --------------------------------------------------------------*/ 
  /*@-webkit-keyframes slideOutRight {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      transform: translateX(2000px);
    }
  }
  
  @keyframes slideOutRight {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
      transform: translateX(2000px);
    }
  }
  
  .slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
  }*/
/*--------------------------------------------------------------
14.8 slideOutUp
--------------------------------------------------------------*/   
 /* @-webkit-keyframes slideOutUp {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
  }
  
  @keyframes slideOutUp {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
  }
  
  .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }*/
 /*--------------------------------------------------------------
 14.9 slideInUp
 --------------------------------------------------------------*/  
 /* @-webkit-keyframes slideInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      transform: translateY(2000px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes slideInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      -ms-transform: translateY(2000px);
      transform: translateY(2000px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }*/
 /*--------------------------------------------------------------
 14.10 slideOutDown
 --------------------------------------------------------------*/  
 /* @-webkit-keyframes slideOutDown {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      transform: translateY(2000px);
    }
  }
  
  @keyframes slideOutDown {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      -ms-transform: translateY(2000px);
      transform: translateY(2000px);
    }
  }
  
  .slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
  }*/
  /*--------------------------------------------------------------
  15.0 Custom
  --------------------------------------------------------------*/  
  .archivedimg {
  	width: 100%;
  	height: 167px;
  }
  .entry-archived-image {
  	max-height: 167px;
  }
  .entry-archived-content {
  	text-align: left;
  }
  .entry-archived-title {
  	color: royalblue;
  	font-size: 1rem;
  	font-size: 16px;
  	font-weight: bold;
  	padding: 8px 20px;
  }
  .entry-archived-meta {
  	padding: 0 20px;
  }
  .nivo-caption {
  	font-size: 1.5rem;
  	font-size: 24px;
  	font-weight: bold;
  }
  /* Pagination */
  .page-numbers{
  	border: 1px dotted #fff59d;
    background-color: #283593;
  	color:#fff59d;
  	display:block;
  	width:auto;
  	float:left;
  	margin: 4px;
  	padding:0 8px;
  	text-decoration:none;
  }
  
  .page-numbers:hover{
  	background-color: #fff59d;
  	color:#283593;
  	text-decoration: none;
  }
  
  .page-numbers:visited{
  	background-color: #283593;
  	color:#fff59d;
  	text-decoration: none;
  }
  
  .page-numbers.current {
   background-color: #fff59d;
   color:#283593;
    padding:0 8px;
  }