/*
Theme Name: Themify Grido
Theme URI: http://themify.me/themes/grido
Version: 1.9.5
Description: Created by <a href="#">Themify</a>.
Author: Themify
Author URI: #
License: GNU General Public License v2.0
License URI: #
Copyright: (c) 2025 Themify.
Tags: featured-images, translation-ready, custom-menu
Text Domain: themify

---------

DO NOT EDIT THIS FILE.

If you need to override theme styling, please add custom CSS in Appearance > Customize > Custom CSS or a child theme (#
*/

/************************************************************************************
RESET
*************************************************************************************/
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;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width */
iframe, object {
	max-width: 100%;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font: .75em/150% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #dadee0 url("images/body-bg.png");
	word-wrap: break-word;
	color: #666;
	color: rgba(0,0,0,.6);
}
a {
	text-decoration: none;
	outline: none;
	color: #b16642;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	font-family: Oswald, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
	word-wrap: normal;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.2em;
}

/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
input[type=text], input[type=search], input[type=email], input[type=url] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	outline: none;
	border-color: #4ec6f6;
	box-shadow: 0 0 10px rgba(78,198,246,.3);
}

/* form button */
input[type=reset], input[type=submit], button {
	color: #ccc;
	line-height: 100%;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
	border-radius: 5px;
	background-color: #222;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(top, rgba(221,221,221,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(221,221,221,0.1) 0%,rgba(0,0,0,0) 100%);
	background-image: linear-gradient(to bottom, rgba(221,221,221,0.1) 0%,rgba(0,0,0,0) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 2px rgba(0,0,0,.7);
	-webkit-appearance: none;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: #111;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pagewidth {
	width: 978px;
	margin: 0 auto;
}

/* body (middle container) */
#body {
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 40px;
}

/* content */
#content {
	margin: 20px 0 60px;
	width: 676px;
	float: left;
}

/* sidebar */
#sidebar {
	width: 240px;
	float: right;
	margin: 20px 0 60px;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar-none content */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/* fullwidth content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #content {
	padding: 0;
	width: auto;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 170px;
	z-index: 100;
}

/* site logo */
#site-logo {
	font: 36px/100% Oswald, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 80px;
	margin: 0;
}
#site-logo a {
	color: #000;
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #666;
	text-transform: none;
	text-shadow: none;
	position: absolute;
	top: 120px;
}

/* nav bar */
#nav-bar {
	width: 100%;
	height: 45px;
	background-color: #fff;
	border-bottom: solid 1px #c1c1c1;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 2px 0 rgba(0,0,0,.07);
}
.admin-bar #nav-bar {
	top: 32px; /* push down for admin bar */
}

/************************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
	float: right;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 100;
}
.social-widget a {
	text-decoration: none;
	vertical-align: middle;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	margin: 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font: bold 100% Arial, Helvetica, sans-serif;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -2px;
}

/* rss */
.social-widget div.rss {
	display: inline;
}
.social-widget div.rss a {
	background: url("images/rss.png") no-repeat left center;
	padding: 2px 0 4px 30px;
	display: inline-block;
}

/************************************************************************************
SEARCH FORM
*************************************************************************************/
#header #searchform {
	position: absolute;
	right: 0;
	top: 100px;
	width: 160px;
}
#header #searchform #s {
	width: 90px;
	color: #a5a099;
	background-image: url("images/search.png");
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 3px 5px 3px 28px;
	float: right;
	border-radius: 11px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#header #searchform #s:focus {
	width: 140px;
	color: #333;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
/* main level link */
#main-nav a {
	color: #707679;
	display: block;
	padding: 5px 15px;
	margin: 0 0 0 5px;
	text-decoration: none;
}
/* main level link :hover */
#main-nav a:hover, #main-nav li:hover > a {
	color: #000;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	border-bottom: solid 4px #a3d39c;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #000;
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
	color: #666;
	font-weight: normal;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	background-color: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background-color: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#header-slider {
	height: 0px;
	visibility: hidden;
}

/* slider general style */
.slider {
	margin-top: 20px;
	padding-bottom: 10px;
}
.slider .slides {
	margin: 0;
	padding: 0;
	line-height: 120%;
}
.slider .slides li {
	list-style: none;
	margin: 0 5px;
	padding: 0;
	float: left;
}
.slider .post-video {
	margin-bottom: 20px;
}
.slider .slide-feature-image {
	margin-bottom: 10px;
}
.slider .slide-post-title {
	font-size: 120%;
	line-height: 120%;
	margin: 0 0 4px;
}
.slider .slide-post-title a {
	text-decoration: none;
}
.slider .slide-post-title a:hover {
	text-decoration: underline;
}
.slider .slide-excerpt {
	font-size: 80%;
	line-height: 130%;
}
.slider .slide-content-wrap {
	margin-bottom: 10px;
}

.slider audio {
	max-width: 100%;
}

.slider .gallery img {
	width: 40px;
	max-width: 40px;
}

/* carousel nav */
.slider .carousel-nav-wrap {
	text-align: center;
	margin: 15px auto 10px;
	border: none;
}
.slider .carousel-prev,
.slider .carousel-next {
	position: static !important;
	display: inline-block !important;
	font: 12px/100% Arial, Helvetica, sans-serif !important;
	width: 24px !important;
	height: 20px !important;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	margin: 0 3px;
	padding: 4px 0 0;
	color: #666;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	border-radius: 10em;

	border: solid 1px #ccc;
	background-color: #f5f5f5;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);

	box-shadow: inset 0 -1px 1px rgba(255,255,255,.4);
}
.slider .carousel-prev:hover,
.slider .carousel-next:hover {
	background-color: #f4f4f4;
}
/* carousel nav disabled */
.carousel-nav-wrap .disabled,
.carousel-nav-wrap .disabled {
	opacity: 6;
	cursor: default;
}

/* carousel pager */
.carousel-pager {
	clear: both;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	height: 8px;
	margin-top: -4px;
}
.carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 3px;
	background-color: #ccc;
	background-color: rgba(0,0,0,.2);
	border: solid 2px #666;
	border-radius: 10em;
	cursor: pointer;
}
.carousel-pager a.selected {
	background-color: #fff;
	background-color: rgba(255,255,255,.6);
	border-color: #ccc;
}

#header-slider .slides li {
	padding: 10px 15px 0;
}

/* default */
#header-slider .slides li {
	border: solid 1px #c1bfbf;
	border-radius: 10px;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.1);
	background-color: #f5f5f5;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
}

/* orange */
#header-slider .slides li.orange {
	border-color: #d6c2ab;
	background-color: #fff4e9;
}

/* green */
#header-slider .slides li.green {
	border-color: #b8ce9a;
	background-color: #effcdd;
}

/* pink */
#header-slider .slides li.pink {
	border-color: #ebbdd1;
	background-color: #ffebfe;
}

/* lavender */
#header-slider .slides li.lavender {
	border-color: #c5c1de;
	background-color: #eeedff;
}

/* yellow */
#header-slider .slides li.yellow {
	border-color: #cecaa0;
	background-color: #fdfad5;
}

/* blue */
#header-slider .slides li.blue {
	border-color: #b7d2dd;
	background-color: #e6f8ff;
}

/* gray */
#header-slider .slides li.gray {
	border-color: #b8b7b7;
	background-color: #dddcdc;
}

/* black */
#header-slider .slides li.black {
	border-color: #111;
	background-color: #222;
}
#header-slider .slides li.black {
	color: #999;
}
#header-slider .slides li.black a {
	color: #d0f2ff;
}

/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	margin: 0 0 25px;
	padding: 0;
	font-size: 360%;
	line-height: 110%;
}

/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
}

/************************************************************************************
LOOP WRAPPER
*************************************************************************************/
.loops-wrapper,
.loops-wrapper.grid4,
.loops-wrapper.grid3,
.loops-wrapper.grid2 {
	overflow: visible !important;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 20px;
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.post-inner {
	padding: 0 15px 10px;
}
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	margin: 8px 20px 10px 0;
	padding: 0;
	font: 230%/130% Oswald, "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
}
.post-title a {
	color: #000;
	text-decoration: none;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 0 0 10px;
}

/* post meta */
.post-meta {
	font-size: 85%;
	margin: 20px 0 0;
}
.post-meta span {
	margin-right: 7px;
}
.post-meta .post-author {
	background: url("images/post-author.png") no-repeat 0 2px;
	padding-left: 16px;
}
.post-meta .post-category {
	background: url("images/post-category.png") no-repeat 0 2px;
	padding-left: 16px;
}
.post-meta .post-tag {
	background: url("images/post-tag.png") no-repeat 0 2px;
	padding-left: 16px;
}
.post-meta .post-comment {
	background: url("images/post-comment.png") no-repeat 0 2px;
	padding-left: 16px;
}

/* post date */
.post-date {
	font-size: 10px;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	background-color: #a3d39c;
	padding: 5px 10px;
	display: inline-block;
	position: relative;
	top: -1px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,.2), inset 0 1px 0 rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.08);
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/* grid4 post */
.loops-wrapper.grid4 .post {
	width: 23.275%;
	float: left;
	margin-left: 2.3%;
}
.loops-wrapper.grid4 .post-title {
	font-size: 145%;
	padding: 0;
}
#body .loops-wrapper.grid4 .gallery img {
	max-width: 40px;
}

/* grid3 post */
.loops-wrapper.grid3 .post {
	width: 31.8%;
	float: left;
	margin-left: 2.3%;
}
.loops-wrapper.grid3 .post-title {
	font-size: 160%;
	padding: 0;
}

/* grid2 post */
.loops-wrapper.grid2 .post {
	width: 48.85%;
	float: left;
	margin-left: 2.3%;
}
.loops-wrapper.grid2 .post-title {
	font-size: 170%;
	padding: 0;
}
.loops-wrapper.grid2 .post-comment {
	font-size: 70%;
}

/* grid2-thumb post */
.loops-wrapper.grid2-thumb .post {
	width: 48.85%;
	float: left;
	margin-left: 2.3%;
}
.loops-wrapper.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 150%;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin: 5px 14px 10px 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
}

/* list post */
.loops-wrapper.list-post .post {
	width: 100%;
}

/* list thumb post */
.loops-wrapper.list-thumb-image .post-image {
	float: left;
	margin: 7px 16px 10px 0;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

/* list large image */
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin: 7px 22px 10px 0;
}
.loops-wrapper.list-large-image .post-title {
	font-size: 200%;
	margin: 0 0 5px;
	padding: 0;
}
.loops-wrapper.list-large-image .post-content {
	overflow: hidden;
}

/* clear grid posts */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
MASONRY LAYOUT
*************************************************************************************/
.masonry-done.loops-wrapper.grid4 .type-post,
.masonry-done.loops-wrapper.grid3 .type-post,
.masonry-done.loops-wrapper.grid2 .type-post,
.masonry-done.loops-wrapper.grid2-thumb .type-post {
	margin-right: 0;
	margin-left: 0;
}
.masonry-done.grid4 .grid-sizer,
.masonry-done.grid4 .post {
	width: 23.275%;
}
.masonry-done.grid3 .grid-sizer,
.masonry-done.grid3 .post {
	width: 31.8%;
}
.masonry-done.grid2 .grid-sizer,
.masonry-done.grid2 .post,
.masonry-done.grid2-thumb .grid-sizer,
.masonry-done.grid2-thumb .post {
	width: 48.85%;
}
.masonry-done .gutter-sizer {
	width: 2.3%;
}

/************************************************************************************
POST COLORS
*************************************************************************************/
/* default post color */
.post-inner {
	border: solid 1px #c1bfbf;
	border-radius: 10px;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.1);
	background-color: #fff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
}

/* orange */
.post.orange .post-inner {
	border-color: #d6c2ab;
	background-color: #fff4e9;
}

/* green */
.post.green .post-inner {
	border-color: #b8ce9a;
	background-color: #effcdd;
}

/* pink */
.post.pink .post-inner {
	border-color: #ebbdd1;
	background-color: #ffebfe;
}

/* lavender */
.post.lavender .post-inner {
	border-color: #c5c1de;
	background-color: #eeedff;
}

/* yellow */
.post.yellow .post-inner {
	border-color: #cecaa0;
	background-color: #fdfad5;
}

/* blue */
.post.blue .post-inner {
	border-color: #b7d2dd;
	background-color: #e6f8ff;
}

/* gray */
.post.gray .post-inner {
	border-color: #b8b7b7;
	background-color: #dddcdc;
}

/* black */
.post.black .post-inner {
	border-color: #111;
	background-color: #222;
}
.post.black {
	color: #999;
}
.post.black a {
	color: #d0f2ff;
}

/************************************************************************************
POST FORMATS
*************************************************************************************/
/* audio format */
.format-audio .audio-image img {
	float: left;
	margin: 0 20px 10px 0;
}
.format-audio .audio-player {
	margin: 8px 0 10px;
	overflow: hidden;
}
.post audio {
	max-width: 100%;
}

/* quote format */
.format-quote .quote-content {
	font: italic 120%/130% "Baskerville", Georgia, Times, serif;
}
.format-quote .quote-author {
	margin: 0 0 10px;
	font-style: normal;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: .1em;
	font-family: "Baskerville", Georgia, Times, serif;
}

/* format link */
.format-link .post-title a {
	background: url("images/link-arrow.png") no-repeat right center;
	padding-right: 23px;
	padding-bottom: 2px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video, .embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	font-size:.9em;
	margin-bottom: 15px;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************************************************************************
POST EMBEDS (css for various fluid elements)
*************************************************************************************/
.twitter-tweet-rendered {
max-width: 100% !important;
}
/************************************************************************************
POST ICON
*************************************************************************************/
.post-icon {
	background: #a3d39c url("images/icon-post.png") no-repeat center center;
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	top: -9px;
	right: -3px;
	border-radius: 20em;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
}
.format-audio .post-icon {
	background-image: url("images/icon-audio.png");
}
.format-gallery .post-icon {
	background-image: url("images/icon-gallery.png");
}
.format-link .post-icon {
	background-image: url("images/icon-link.png");
}
.format-quote .post-icon {
	background-image: url("images/icon-quote.png");
}
.format-status .post-icon {
	background-image: url("images/icon-status.png");
}
.format-aside .post-icon {
	background-image: url("images/icon-aside.png");
}
.format-video .post-icon {
	background-image: url("images/icon-video.png");
}
.format-image .post-icon {
	background-image: url("images/icon-image.png");
}
.format-chat .post-icon {
	background-image: url("images/icon-chat.png");
}

/************************************************************************************
ISOTOPE
*************************************************************************************/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope-transition,
.isotope-transition .isotope-item,
.isotope .isotope-item-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* Prevent Post box container cropping */
.isotope {
	overflow:visible !important;
}

.isotope-hidden {
	display: none !important;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	min-width: 24px;
	min-height: 20px;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	margin: 0 3px;
	padding: 4px 0 0;
	vertical-align: middle;
	display: inline-block;
	border-radius: 10em;
}
.pagenav a {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	border: solid 1px #ccc;
	background-color: #f9f9f9;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
}
.pagenav a:hover {
	background-color: #fff;
}
.pagenav .current {
	color: #fff;
	background-color: #666;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.5);
	text-decoration: none;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav .arrow {
	color: #666;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	border-radius: 10em;
	border: solid 1px #ccc;
	background-color: #f9f9f9;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);

	box-shadow: inset 0 -1px 1px rgba(255,255,255,.4);
}
.post-nav .next .arrow {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background-color: #fff;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 40px 0 20px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title {
	font-size: 170%;
	margin: 0 0 15px;
	padding: 0;
}

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

/* commentlist */
.commentlist {
	margin: 0;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font: italic 19px/120% "Times New Roman", Times, serif;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url("images/icon-author-comment.png") no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 90px;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 10px;
	top: 16px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* comment form */
#respond {
	margin: 40px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 75%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 12px;
	display: block;
	color: #fff;
	border: solid 1px #9b3313;

	background-color: #e83903;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);

	border-radius: 10em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 rgba(0,0,0,.1);
}
#respond #cancel-comment-reply-link:hover {
	background-color: #333;
	border-color: #000;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;
	font-size: 150%;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 90% "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 90% "Times New Roman", Times, serif;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
	width: 23.8%;
	margin: 0 1.5% 1.5% 0;
	float: left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
	margin-right: 0;
}
.shortcode .flickr_badge_image img {
	margin: 0;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/* Text widget */
.widget .textwidget ul {
	margin: 0 0 1.4em 1.6em;
}
.widget .textwidget li {
	display: list-item;
}
.widget .textwidget ul li {
	list-style: disc;
}
.widget .textwidget ol li {
	list-style: decimal;
}

/************************************************************************************
INFINITE SCROLL ELEMENTS
*************************************************************************************/
#load-more {
	clear: both;
	margin: 30px 0 10px;
	right: 44%;
	text-align: center;
}
#load-more a {
	font-size: 120%;
	line-height: 100%;
	color: #fff;
	background: #ababab url("images/load-more.png") no-repeat 20px center;
	padding: 15px 20px 15px 45px;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.3);
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/**** Infinite Scroll ****/

#infscr-loading {
	position: fixed;
	text-align: center;
	bottom: 30px;
	left: 50%;
	width: 50px;
	height: 41px;
	padding-top: 9px;
	margin-left: -25px;
	z-index: 100;
	background-color: white;
	background-color: hsla( 0, 0%, 100%, 0.9 );
	overflow: hidden;
	border-radius: 10px;
}

/* Social Links Widget */
.widget .social-links {
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;
}
.widget .social-links li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	border: none;
	display: inline-block;
}
.widget .social-links img {
	vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background-color: #d5d8da;
	border-top: solid 1px #babdbf;
}
#footer {
	clear: both;
	padding: 20px 0 40px;
}

/* footer widget */
#footer .widget li {
	border: none;
}

/* footer logo */
#footer-logo {
	font: 32px/100% Oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	clear: both;
	margin: 5px 0 15px;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
}
#footer-logo a {
	color: #000;
	text-decoration: none;
}
#footer-logo a:hover {
	text-decoration: none;
}

/* footer nav */
.footer-nav {
	float: left;
	margin: 5px 0 25px;
	padding: 0;
}
.footer-nav li {
	padding: 0;
	margin: 0 15px 0 0;
	list-style: none;
	float: left;
	position: relative;
}
.footer-nav a {
	font: 16px/100% Oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #718792;
}

/* footer nav sub-levels link */
#footer-nav ul a {
	display: block;
	color: #666;
	font-weight: normal;
	text-transform: none;
	font-size: 13px;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 150px;
	background: none;
}
/* footer nav sub-levels link :hover */
#footer-nav ul a:hover {
	background-color: #F3F3F3;
	color: #000;
	color: black;
}
/* footer nav dropdown ul */
#footer-nav ul {
	margin: 0 0 0 -15px;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background-color: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#footer-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* footer nav sub-levels dropdown */
#footer-nav ul ul {
	left: 170px;
	top: -2px;
}
/* footer nav show dropdown ul */
#footer-nav li:hover > ul {
	display: block;
}

/* back to top */
.back-top {
	float: left;
	margin-right: 15px;
}
.back-top a {
	background: #879297 url("images/arrow-up.png") no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -900em;
	border-radius: 10em;
}
.back-top a:hover {
	background-color: #000;
}

/* footer text */
.footer-text {
	font-size: 85%;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font: normal 95%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
}

/* ***********************************************************************************
IMAGE STYLES
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone, .wp-caption img,
.widget .feature-posts-list .post-img,
.widget .flickr_badge_image img,
.shortcode .flickr_badge_image img,
.commentlist .avatar,
.recent-comments-list .avatar,
#body .gallery img,
.attachment img,
.image-wrap img,
.slide-image img,
.module .slide-image img,
.module .post-image img {
	padding: 2px;
	background-color: #fff;
	border-bottom-color: #ddd;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
	float: none;
	margin: 0;
	text-align: left;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 10px 0;
}

/* gallery item */
#body .gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: auto;
	float: left;
	text-align: center;
}

/* gallery image */
#body .gallery img {
	border: none;
	vertical-align: middle;
}

/* gallery caption */
#body .gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin: 0 1.5% 1.5% 0;
}

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


/************************************************************************************
BUILDER
*************************************************************************************/
/* builder row */
.full_width .themify_builder_row .row_inner {
	width: 978px; /* same width as .pagewidth */
	max-width: 100%;
	margin: auto;
}
.full_width .themify_builder_row.fullwidth .row_inner {
	width: auto;
	padding: 0;
}

/* post date */
.module-post .post-date {
	margin: 0 !important;
	display: inline-block;
}
.module-portfolio .post-date {
	background: none;
	color: inherit;
	padding: 0;
	box-shadow: none;
}

/* post title */
.module-post .post-title {
	margin: 8px 20px 10px 0 !important;
}

/* loops-wrapper */
.module.loops-wrapper.grid4,
.module.loops-wrapper.grid3,
.module.loops-wrapper.grid2,
.module.loops-wrapper.grid2-thumb {
	margin-left: 0;
	width: auto;
}

/* grid2-thumb and list-thumb-image posts */
.module.loops-wrapper.grid2-thumb .post-content,
.module.loops-wrapper.list-thumb-image .post-content {
	overflow: visible;
}
.module.loops-wrapper.grid2-thumb .post-inner,
.module.loops-wrapper.list-thumb-image .post-inner {
	overflow: hidden;
}

/* post container */
.module .new-items {
	position: relative;
}

/************************************************************************************
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, .widget li: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, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; }
