logo/*  
Theme Name: HERO, by Bonfire
Version: 1.1
Author: Bonfire Themes
Author URI: http://twitter.com/BonfireThemes
Theme URI: http://twitter.com/BonfireThemes
Description: A no-nonsense mobile template, by Bonfire.
Tags: light, white, black, one-column, flexible-width, custom-background, custom-menu, featured-images, full-width-template, post-formats
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

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

img {
	max-width: 100%;
	height: auto;
}


/* GENERAL STYLING
**************************************************/
.center { text-align:center; }
.right { text-align:right; }

.attachment-post-thumbnail {
	width:100%;
	min-width:280px;
	margin:0 0 0 0;
}
html, body {height: 100%;}
body, body .search {
	color: #666;
	background-color:#151515;
	font-family: 'Lato', arial, tahoma, verdana;
}
#sitewrap {
	background:#F2F2F2;
	height:auto !important;
	height:70%;
	min-height:70%;
	border-bottom:3px solid #B4B4B4;
}
#pagewrap {
	max-width:960px;
	margin:0 auto;
}
a {
	color: #1f7bb6;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 13px;
}
blockquote {
	font-style: italic;
	padding: 13px 0 1px 10px;
	border-left:3px solid #E0E0E0;
}

.search-archive {
	color:#eee;
}
.page-bottom-padding {
	padding-top:10px;
}

/*
STRUCTURE
**************************************************/

.pagewidth {
	max-width:100%;
	position:relative;
	margin:0 auto;
}

#content {
	width:100%;
	margin:0 auto;
}


/*
IF A POST IS MADE STICKY
**************************************************/
article .sticky {

}


/*
HEADER
**************************************************/
#header {
	position: relative;
}


/*
"SHOWING TAGS/CATEGORIES/SEACRH RESULTS/AUTHOR"
**************************************************/

.showing {
	font-size:14px;
	color:#666;
	background-color:#262626;
	margin: 0;
	padding:8px 20px 10px 20px;
	text-align:center;
}
.showing span {
	font-size:14px;
	color:#aaa;
	margin: 0 0 2px 0;
}

/* COMMENT FORM
**************************************************/

#commentform-fields {
	opacity:0;
	padding:0 11px 0 4px;
	text-align:center;
}
/* adjustments for #commentform-fields on webkit browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
    #commentform-fields { padding:0 12px 0 0.6%; }
}
#author, #email {
	font-size:14px;
	height:30px;
	border:none;
	border-bottom:1px solid #D5D5D5;
	background:none;
	color:#615E5E;
	font-family:'Lato', arial,tahoma,verdana;
	border-radius:0;
}
#author:focus, #email:focus {
	border-bottom:1px solid #C7C7C7;
}

#author-wrapper {
	display: inline-table;
	width:49.2%;
}
#author {
	width:100%;
	padding-left:5px;
	margin-left:-15px;
}
#email-wrapper {
	display: inline-table;
	width:49.2%;
}
#email {
	width:100%;
	padding-left:5px;
	margin-right:-15px;
}
#comment-wrapper {
	margin: 0;
}
#comment {
	width:100%;
	height:45px;
	border:none;
	background:none;
	font-size:14px;
	line-height:19px;
	color:#615E5E;
	font-family:'Lato', arial,tahoma,verdana;
	resize: none;
}

#respond {
	padding:5px 9px 1px 17px;
	position: relative;
	clear: both;
	text-align:center;
	background-color:#E7E7E7;
}

#respond #cancel-comment-reply-link {
	bottom:10px;
	right:0;
	position:absolute;
	width:29px;
	height:27px;
	padding:0;
	margin: 0 11px 0 0;
	float:right;
	display: block;
	z-index:5;
	background: url(../images/close-reply-icon.png) #E7E7E7 no-repeat center center;
}
/* Retina display #respond #cancel-comment-reply-link */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#respond #cancel-comment-reply-link { background-size: 10px 6px !important; background: url(../images/close-reply-icon@2x.png) #E7E7E7 no-repeat center center;}
}


#cancel-comment {
	float:left;
	bottom:10px;
	right:13px;
	width:25px;
	height:25px;
	position:absolute;
	cursor: pointer;
	z-index:4;
	background: url(../images/close-icon.png) no-repeat center center;
}
/* Retina display #cancel-comment */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#cancel-comment { background-size: 10px 10px !important; background: url(../images/close-icon@2x.png) no-repeat center center;}
}


.form-submit {
	width:100%;
	text-align:left;
}
#submit {
	float:left;
	width:91px;
	height:28px;
	padding: 6px 0 6px 8px;
	margin:7px 0 12px -6px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color: #666;
	border:1px solid #D3D3D3;
	border-bottom:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
	cursor: pointer;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-appearance: none;
	box-shadow: 1px 1px #DADADA;
	background: url(../images/submit-icon.png) #f9f9f9 no-repeat 74px center;
}
#submit:hover {
	border-bottom:1px solid #B8B8B8;
	border-right:1px solid #B8B8B8;
}
/* Retina display #submit */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#submit { background-size: 6px 10px !important; background: url(../images/submit-icon@2x.png) #f9f9f9 no-repeat 74px center; padding: 0 0 0 10px;}
}


/* place comment box above the textfields */
#commentform {
	display:table;
	width:100%;

}
#comment-wrapper {
	display: table-header-group; 
}
.logged-in-as {
	display: table-header-group;
	height:30px;
}


/* CONTACT FORM
**************************************************/

#contactform-wrapper {
	background: #E7E7E7;
}
.formstatusok {
	font-size:14px;
	color:#E7E7E7;
	background:#AE9520;
	padding:7px 7px 10px 10px !important;
	text-align:center;
}
.formstatuserror {
	font-size:14px;
	color:#E7E7E7;
	background:#B71414;
	padding:7px 7px 10px 10px !important;
}
#subject, #name, #mail {
	font-size:14px;
	height:30px;
	border:none;
	border-bottom:1px solid #D5D5D5;
	background:none;
	color:#615E5E;
	font-family:arial,tahoma,verdana;
	border-radius:0;
	font-family:'Lato', arial,tahoma,verdana;
}
#subject:focus, #name:focus, #mail:focus {
	border-bottom:1px solid #C7C7C7;
}

#subject-wrapper, #name-wrapper, #mail-wrapper {
	margin:0 22px 0 12px;
}
#subject, #name, #mail {
	width:100%;
	padding: 8px 5px 0 5px;
	margin: 1px 0 0 0;
}

#message-wrapper {
	padding:19px 17px 0 17px;
}
#message {
	width:100%;
	height:45px;
	border:none;
	background:none;
	font-size:14px;
	line-height:19px;
	color:#615E5E;
	font-family:'Lato', arial,tahoma,verdana;
	resize: none;
}
#contact-submit {
	width:91px;
	height:28px;
	padding: 0 0 1px 8px;
	margin:7px 0 12px 12px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color: #666;
	border:1px solid #D3D3D3;
	border-bottom:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
	cursor: pointer;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-appearance: none;
	box-shadow: 1px 1px #DADADA;
	background: url(../images/submit-icon.png) #f9f9f9 no-repeat 74px center;
}
#contact-submit:hover {
	border-bottom:1px solid #B8B8B8;
	border-right:1px solid #B8B8B8;
}
/* Retina display #contact-submit */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#contact-submit { background-size: 6px 10px !important; background: url(../images/submit-icon@2x.png) #f9f9f9 no-repeat 74px center; padding: 0 0 0 10px;}
}
#cancel-message {
	float:right;
	top:10px;
	right:13px;
	width:25px;
	height:25px;
	position:relative;
	cursor: pointer;
	z-index:4;
	background: url(../images/close-icon.png) no-repeat center center;
}

/* HEADER
**************************************************/

#header-area {
	width:100%;
	min-height:70px;
	padding-bottom:20px;
}

#site-logo, #site-logo a {
	padding-top: 20px;
	font-size: 30px;
	text-align:center;
	font-family:'Righteous';
	color:#fff;
}
#site-logo a:hover {text-decoration:none}

.tagline {
	display:block;
	margin:0 auto;
	text-align:center;
	width:93%;
	line-height:20px;
	font-size:20px;
	color:#626262;
	font-family:'Lato';
}


#menu-button {
	width:38px;
	height:33px;
	border-bottom: 2px solid #063D76;
	margin:20px auto 0 auto;
	cursor:pointer;
	background: url(../images/menu-button.png) #212121 no-repeat center center;
}
/* Retina display #menu-button */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#menu-button { background-size: 16px 12px !important; background: url(../images/menu-button@2x.png) #212121 no-repeat center center; }
}

#top-slide-menu {
	opacity:0;
	overflow:auto;
	display:block;
	width:100%;
	background:#212121;
	z-index:9999;
	text-align:center;
}
#menu-wrap {
	margin:10px 10px 10px 10px;
	text-align:center;
}
#footer-menu-wrap {
	margin:0 10px;
	text-align:center;
}
.menu-main-menu-container {
	padding:0;
	margin:-10px 0 0 0;
}

/* ACCORDION MENU
**************************************************/
.menu a {
	color:#bbb;
	padding: 10px 0 16px 0;
	margin: 0 10px 0 10px;
	display:block;
	font-family:'Lato',arial,tahoma,verdana;
	font-weight: 400;
	background: url(../images/menu-line.png) repeat-x center 42px;
	cursor:pointer;
}
.menu a:hover, .menu a:active {
	color:#fff;
	text-decoration:none;
}
.sub-menu a {
	padding: 7px 0 8px 0;
	display:block;
	border-bottom: none;
	line-height:22px;
}
.sub-menu a:hover, .sub-menu a:active {
	color:#fff;
	text-decoration:none;
}
.menu ul {
	list-style: none;
	padding:15px 10px 10px 10px;
	margin:0;
}
.menu li {
	list-style: none;
	padding:0;
	margin:0;
	z-index:-1
}
.menu li a {
	font-size:16px;
}
.menu li.noborder a {
	background: none !important;
}
.sub-menu {
	margin:0 0 0 0 !important;
}
.sub-menu ul {
	list-style: none;
}
.sub-menu li {
	list-style: none;
	margin:0;
	padding:0;
}
.sub-menu li a {
	margin:0 0 3px 0;
	padding:0;
}
.menu li.sub a {
	color:#888;
	background: url(../images/menu-expandable.png), url(../images/menu-line.png);
	background-position: center 39px, center 42px;
	background-repeat: no-repeat, repeat-x;
}
/* Retina display .menu li.sub a */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu li.sub a { 
	background: url(../images/menu-expandable@2x.png), url(../images/menu-line.png);
	background-position: center 39px, center 42px;
	background-repeat: no-repeat, repeat-x;
	background-size: 16px 8px, 15px 1px;
}
}

.menu li.sub a:hover {
	color:#C8C6C3;
}
.menu li.sub > ul a {
	background-image: none;
	color:#BBB;
	font-size:14px;
}
.sub-menu li.text a {
	color:#555 !important;
	font-size:14px;
	line-height:17px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	width:95%;
	display:block;
	cursor:default;
}
.sub-menu li.text a:hover {
	color:#555 !important;
}


.menu li.red a { color:#063D76; }
.menu li.red a:hover { color:#FB286B; }
.sub-menu li.red a { color:#063D76 !important; }
.sub-menu li.red a:hover { color:#FB286B !important; }

.menu li.blue a { color:#0C6286; }
.menu li.blue a:hover { color:#11729B; }
.sub-menu li.blue a { color:#0C6286 !important; }
.sub-menu li.blue a:hover { color:#11729B !important; }

.menu li.green a { color:#74814D; }
.menu li.green a:hover { color:#85945A; }
.sub-menu li.green a { color:#74814D !important; }
.sub-menu li.green a:hover { color:#85945A !important; }

.menu li.magenta a { color:#D4456E; }
.menu li.magenta a:hover { color:#E9537E; }
.sub-menu li.magenta a { color:#D4456E !important; }
.sub-menu li.magenta a:hover { color:#E9537E !important; }

.menu li.teal a { color:#007F33; }
.menu li.teal a:hover { color:#04923D; }
.sub-menu li.teal a { color:#007F33 !important; }
.sub-menu li.teal a:hover { color:#04923D !important; }

.menu li.purple a { color:#A844A8; }
.menu li.purple a:hover { color:#B94EB9; }
.sub-menu li.purple a { color:#A844A8 !important; }
.sub-menu li.purple a:hover { color:#B94EB9 !important; }

.menu li.orange a { color:#DB7006; }
.menu li.orange a:hover { color:#EE7D0E; }
.sub-menu li.orange a { color:#DB7006 !important; }
.sub-menu li.orange a:hover { color:#EE7D0E !important; }

.menu li.pink a { color:#C94346; }
.menu li.pink a:hover { color:#DC4F52; }
.sub-menu li.pink a { color:#C94346 !important; }
.sub-menu li.pink a:hover { color:#DC4F52 !important; }


/* COMMENT COUNT + TAG DISPLAY
**************************************************/

.comment-tag-wrapper {
	margin:0 10px
}

.has-comments, .no-comments {
	color:#fff;
	padding: 5px 14px 6px 14px;
	display:inline-block;
	margin: 5px 5px 2px 0;
	font-size:11px;
    font-family:'Lato';
	
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.no-comments {
	background:#BDBDBD;
}

.has-comments {
	background:#063D76;
	
	-moz-box-shadow:1px 1px 2px 0px #DADADA;
	-webkit-box-shadow:1px 1px 2px 0px #DADADA;
	box-shadow:1px 1px 2px 0px #DADADA;
}


.post-tag a {
	font-size:11px;
	color:#fff;
	padding: 5px 12px 6px 12px;
	display:inline-block;
	margin: 5px 8px 2px 0;
	background-color:#CDCDCD;
	font-family:'Lato';
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.post-tag a:hover {
	background-color:#BEBEBE;
	text-decoration:none;
}


/* VIDEO CONTAINER
**************************************************/
.video-container {
	position: relative;
	padding-bottom: 54%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	margin: 0 0 0 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}
.video-container:empty {
	display: none;
}

iframe {
	width: 100%;
	height: 170px;
}


/* LISTS
**************************************************/
ul, ol { margin-bottom:15px; font-size:15px;line-height:20px;}
li { margin: 0 0 0 0; padding: 0; }

.entry-content ul li { margin:0 12px 0 18px }

.entry-content ol li { margin: 0 12px 0 21px; }


/* HEADINGS
**************************************************/
h1, h2, h3, h4, h5, h6 {
	line-height: 25px;
	color:#403F3F;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	padding:2px 3px;
}
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }


/* DISPLAY NONE
**************************************************/
.display-none {
	display:none;
}


/* POSTS, PAGES
**************************************************/

.post {
	margin-bottom: 0px;
}
.entry-content {
	font-size:15px;
	padding:20px 12px 0 12px;
}
.entry-content p {
	line-height:21px !important;
	margin-left:3px;
	margin-right:3px;
}
.entry-content span p {
	padding:0 0 0 0;
	margin:0;
}
.entry-content a {
	color:#063D76;
	text-decoration:underline;
}
.entry-content a:hover {
	text-decoration:none;
}
.entry-content img, .excerpt img {
	width:auto;
	margin:0;
	padding:0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}


/* page top padding (little space between header and content) */
.page-top-padding {
	padding-top:14px;
}

/* post, page titles */
.post-title, .page-title {
	font-family: 'Patua One';
	font-size: 20px;
	line-height: 22px;
	margin: 5px 0 0 0;
	padding:15px 15px 0 15px;
	color:#403F3F;
}
.post-title a, .page-title a {
	color:#403F3F;
}
.page-title-centered {
	font-family: 'Patua One';
	font-size: 20px;
	line-height: 22px;
	margin: 5px 0 0 0;
	padding:15px 15px 7px 15px;
	color:#403F3F;
	text-align:center;
}
.page-title-centered a {
	color:#403F3F;
}
/* read more link */
.more-link {
	color:#063D76 !important;
	display:block;
	margin-top:18px;
}
/* separator */
.index-separator {
	border-bottom:1px solid #D5D5D5;
	margin: 6px;
}
/* post navigation */
.link-pages {
	margin-left:14px;
}
.link-pages a {
	text-decoration:underline;
}
/* post edit link */
.post-edit-link {
	font-family:'Lato', arial, tahoma, verdana;
	display:block;
	text-align:center;
	margin:0 0 15px 0;
	clear:both;
}

/* POST AUTHOR + DATE
**************************************************/

.post-meta {
	font-size:14px;
	line-height:20px;
	font-family:'Lato';
	color:#A19C9C;
	margin:10px 15px 19px 15px;
}
.post-meta a {
	color:#063D76;
}


/* ARCHIVE PAGES
**************************************************/

.archive-content {
	color:#777;
	line-height:19px !important;
	padding:15px;
	font-size:14px;
	font-family:'Lato', arial, tahoma, verdana;
}
.archive-content a {
	color:#063D76;
	text-decoration:underline;
}
.archive-content a:hover {
	text-decoration:none;
}
.archive-content li {
	list-style-type:none;
	display:inline;
	margin-right:5px;
}

/* PORTFOLIO PAGES
**************************************************/

#portfolio {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color:#AFA8A8;
	line-height:18px !important;
	padding:8px 8px 0 8px;
	text-align:left;
}

.portfolio-2-columns div, .portfolio-2-columns p {
	display:inline-block;
	max-width:47.4%;
	padding:1%;
	margin: 0;
	vertical-align:top;	
}	
.portfolio-3-columns div, .portfolio-3-columns p {
	display:inline-block;
	max-width:30.6%;
	padding:1%;
	margin: 0;
	vertical-align:top;
}
.portfolio-4-columns div, .portfolio-4-columns p {
	display:inline-block;
	max-width:22.2%;
	padding:1%;
	margin: 0;
	vertical-align:top;
}
.portfolio-5-columns div, .portfolio-5-columns p {
	display:inline-block;
	max-width:17.2%;
	padding:1%;
	margin: 0;
	vertical-align:top;
}
#portfolio img {
	width: 100%;
	margin-bottom:2px;

	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}
#portfolio img:hover {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}


/* NEXT PAGE, PREV PAGE
**************************************************/
/* wrapper */
.post-nav {
	height:45px;
	display:block;
	margin: 0;
	padding: 0;
	clear: both;
}

/* previous posts */
.post-nav .prev {
	float: right;
	margin:0 12px 6px 0;
	width:40px;
	height:40px;
	background: url(../images/nav-prev-icon.png) no-repeat 20px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .prev { background-size: 9px 16px !important; background: url(../images/nav-prev-icon@2x.png) no-repeat 20px center;}
}

/* next posts */
.post-nav .next {
	float: left;
	margin:0 0 6px 12px;
	width:40px;
	height:40px;
	background: url(../images/nav-next-icon.png) no-repeat 11px center;
}
/* Retina display .post-nav .next */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .next { background-size: 9px 16px !important; background: url(../images/nav-next-icon@2x.png) no-repeat 11px center;}
}


/* BACK BUTTON
**************************************************/

.back-button {
	margin:0 auto 10px auto;
	width:40px;
	height:40px;
	cursor: pointer;
	background: url(../images/nav-next-icon.png) no-repeat 11px center;
}
/* Retina display .back-button  */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.back-button  { background-size: 9px 16px !important; background: url(../images/nav-next-icon@2x.png) no-repeat 11px center;}
}




/* COMMENTS
**************************************************/
.commentwrap {
	text-align:left;
	min-width:280px;
	margin: 0 auto;
	position: relative;
	clear: both;
	max-width:960px;
}

/* nested comment */
.children li {
	padding: 0 0 0 24px !important;
}

/* comment title */
.comment-title, #reply-title {
	font-size:16px;
	color:#666;
	font-weight:normal;
	margin:0 15px;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	font-family: 'Lato', arial;
	font-size:13px;
	line-height:16px;
	color:#aaa;
	margin: 4px 0 0 0;
	padding: 0;
	display:block;
}
.commentlist .comment-time {
	font-family: 'Lato', arial;
	font-size:13px;
	line-height:16px;
	color:#aaa;
	margin: 0;
	padding: 0;
	display:block;
}
.commentlist .bypostauthor {
}
.commentlist .comment-avatar {
	float:left;
	width:40px;
	height:40px;
	margin-right:11px;
}
.commentlist .comment-entry {
	font-family: 'Lato', arial;
	font-size:14px;
	line-height:19px;
	color:#666;
	margin:9px 4px 0 2px;
	word-wrap: break-word;
}
.commentlist .comment-container {
	overflow: hidden;
	margin: 12px 12px;
	padding: 0 0 0 0;
	border-bottom: 1px solid #DEDEDE;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 0;
	padding: 0;
}

/* reply link */
.commentlist .comment-reply-link {
	width:64px;
	font-family:arial, tahoma, verdana;
	display:block;
	padding: 3px 0 2px 12px !important;
	margin:16px 0 10px 0;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color: #666;
	border:1px solid #E7E7E7;
	border-bottom:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
	cursor: pointer;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-appearance: none;
	background: url(../images/reply-icon.png) #FBFBFB no-repeat 54px center;
}
.commentlist .comment-reply-link:hover {
	border-bottom:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	text-decoration:none;
}
/* Retina display #reply-wrapper */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.commentlist .comment-reply-link { background-size: 10px 6px !important; background: url(../images/reply-icon@2x.png) #FBFBFB no-repeat 54px center; padding: 0 0 0 12px;}
}




/* WIDGETS
**************************************************/

.widgets-wrapper {
	background:#FBFBFB;
	padding:0 12px;
}
.widget {
	padding: 10px 0 10px 0;
	margin:0;
	word-wrap: break-word;
	max-width:960px;
	font-size: 13px;
	border-bottom: 1px solid #DEDEDE;
}
.widgettitle {
	color:#777;
	text-transform:uppercase;
	margin: 0;
	padding:0;
	font-size: 13px;
	font-family:'Lato', arial, tahoma, verdana;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	color:#A19C9C;
	margin: 0;
	padding: 2px 0;
	list-style: none;
	clear: both;
	line-height:17px;
}
.widget a {
	color:#063D76;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/* widget archives */
.widget_archive select {width:100%}

.widget_archive ul {
list-style-type:none;
padding:0;
margin:0;
}
.widget_archive li {
display:inline;
margin-right:5px;
}

/* widget categories */
.widget_categories select {width:100%}

.widget_categories ul {
list-style-type:none;
padding:0 ;
margin:0;
}
.widget_categories li {
display:inline;
margin-right:5px;
}

/* widget meta */
.widget_meta ul {
list-style-type:none;
padding:0 ;
margin:0;
}
.widget_meta li {
display:inline;
margin-right:5px;
}

/* widget calendar */
#wp-calendar {width:100%;color:#D4D4D4}
#wp-calendar caption {color:#999;margin:0 0 10px}
#wp-calendar tr {text-align:center;}
#wp-calendar .pad {background:none}
#wp-calendar th {color:#999;}
#wp-calendar tr td {padding:7px 0;background:#F5F5F5}

/* widget nav menu  */
.widget_nav_menu ul li a {
	color:#666;
	font-size:14px;
	font-family:'Lato', arial, tahoma, verdana;
	font-weight:400;
	padding:0;
	margin:8px 0 0 0;
}
.widget_nav_menu ul li a:hover {
	color:#444;
}

.widget_nav_menu li.sub a {
	color:#888;
	padding:0 0 0 15px;
	background: url(../images/widget-menu-expand.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* Retina display .widget_nav_menu li.sub a */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.widget_nav_menu li.sub a { 
	background: url(../images/widget-menu-expand@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px 8px;
}
}
.widget_nav_menu li.sub a:hover {
	color:#666;
}

.widget_nav_menu .sub-menu li.text a {
	color:#AAA !important;
	padding:0 0 0 5px;
	display:inline;
	font-size:14px;
	cursor:default;
}
.widget_nav_menu li.sub li a {
	color:#666;
	padding:0 0 0 5px;
}
.widget_nav_menu li.sub li a:hover {
	color:#444;
}







/* widget search */


.widget_search .search-outside {
	position:relative;
	margin:0 0 20px 0;
	padding:0;
}
.widget_search .searchform {
	display:block;
	position:relative;
	margin:2px 12px 0 0;
}
.widget_search .searchform #searchform input {
	font-family: 'Lato', arial, tahoma, verdana;
	width:100%;
	height:39px;
	font-size:14px;
	color:#aaa;
	padding: 0 0 0 8px;
	margin: 8px 0 0 0;
	border:0;
	border-bottom: 1px solid #D5D5D5;
	background: url(../images/search-widget.png) no-repeat right center;
}
/* Retina display .widget_search .searchform #searchform input */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.widget_search .searchform #searchform input { background-size: 42px 42px; background: #090909 url(../images/search-widget@2x.png) no-repeat right center; }
}

.widget_search .searchform #searchform input:hover {
	color: #777;
	border-bottom: 1px solid #C6C6C6;
}
.widget_search .searchform #searchform input:focus {
	color: #777;
}







/* FOOTER
**************************************************/
#footer {
	clear: both;
}

/* POST FORMATTING
**************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	padding:0 !important;margin:0 !important;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.wp-caption {
max-width:100%;
margin:0;padding:0;
}

.wp-caption aligncenter {
	margin: 0 auto;
}
.wp-caption img {
	margin: 0;
	padding:0;
}
.wp-caption-text {
	font-size: 13px;
	line-height:16px;
	text-align: center !important;
	color:#A19C9C;
	padding: 0 0 0 0 !important;
	margin:0 !important;
	min-width:100%;
}


/*
CLEAR & ALIGNMENT
**************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; }


/* GALLERY LAYOUT, COLUMNS
**************************************************/

div.gallery { padding:0 !important; }

.entry-content .gallery {
	margin: 0 0 -23px 0 !important;
}

#content .gallery-item img {
	border:0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.gallery-caption {
	color: #615D5D;
}

#content .gallery-columns-1 .gallery-item {
		width: 100%;
}
#content .gallery-columns-1 .gallery-item img {
		width: 100%;
		height: auto;
}
#content .gallery-columns-2 .gallery-item {
	width: 48%;
	padding-right: 2%;
	padding: 0 1% 1% 1%;
	margin:0;
}
#content .gallery-columns-2 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-3 .gallery-item {
	width: 31.3%;
	padding: 0 1% 1% 1%;
	margin:0;
}
#content .gallery-columns-3 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding: 0 1% 1% 1%;
	margin:0;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-5 .gallery-item {
	width: 18%;
	padding: 0 1% 1% 1%;
	margin:0;
}
#content .gallery-columns-5 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-6 .gallery-item {
	width: 14.6%;
	padding: 0 1% 1% 1%;
	margin:0;
}
#content .gallery-columns-6 .gallery-item img {
	width: 100%;
	height: auto;
}	
#content .gallery-columns-7 .gallery-item {
	width: 12.2%;
	padding: 0 1% 1% 1%;
	margin:0;
}
#content .gallery-columns-7 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-8 .gallery-item {
	width: 10.5%;
	padding: 0 1% 1% 1%;
	margin:0;
}
#content .gallery-columns-8 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-9 .gallery-item {
	width: 9.1%;
	padding: 0 1% 1% 1%;
	margin:0;
}
#content .gallery-columns-9 .gallery-item img {
	width: 100%;
	height: auto;
}