/*
Theme Name: Messick & Lauer
Template: folo
Theme URI: http://themify.me/themes/folo-child
Version: 1.7.1
Description: Folo Child Theme
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2015 Themify.
Tags: featured-images, translation-ready, custom-menu
Text Domain: folo-child

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/

/************************************************************************************
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;
}
/* ie 8 img max-width */
@media \0screen {
	img { width: auto;}
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}
.single #layout {
	margin-top: 100px !important;
}
.single #layout .post-content {
	margin-top: -50px !important;
}
.search #layout .loops-wrapper, .archive #layout .loops-wrapper {
	margin-top: -50px !important;
}
.archive #layout .loops-wrapper .post {
	margin-top: 50px !important;
}
/* audio */
audio {
	max-width: 100%;
}

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

/************************************************************************************
@ Font Face
*************************************************************************************/
@font-face {
    font-family: 'BerlingItalic';
    src: url('BerlingItalic.eot');
    src: url('BerlingItalic.eot') format('embedded-opentype'),
         url('BerlingItalic.woff2') format('woff2'),
         url('BerlingItalic.woff') format('woff'),
         url('BerlingItalic.ttf') format('truetype'),
         url('BerlingItalic.svg#BerlingItalic') format('svg');
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font: 14px Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	word-wrap: break-word;
	color: #414141;
	background: #fff;
}
a {
	text-decoration: none;
	outline: none;
	color: #0082ca;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 1.1em%/1.3em "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;
	font-weight: normal;
	margin: 20px 0 .4em;
	font-family: Arvo, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: 'BerlingItalic', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #002d5d;
	letter-spacing: .02em;
	margin-top: 0px !important;
}
h1.page-title {
	font-size: 16px;
	color: #002d5d;
	letter-spacing: .02em;
	margin-top: 135px !important;
}
h2.post-title, h1.post-title {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif !important;
	color: #002d5d !important;
	letter-spacing: .02em;
	margin-top: 10px !important;
	border-bottom: none !important;
	border-top: none !important;
}
h2.post-title  a {
	color: #002d5d !important;
}
h2.post-title  a:hover {
	color: #d15827 !important;
	text-decoration: underline;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #d15827;
	font-weight: bold;
	border-top: solid #d15827 1px;
	width: 100%;
	padding: 15px 0;
	font-size: 20px;
	border-bottom: solid #d15827 1px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #002d5d;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.0em;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #d15827;
	font-size: 14px;
	line-height: .9em;
	margin-bottom: 15px;
	margin-top: 0;
}
h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #d15827;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
h6 {
	font-size: 1em;
}

/* form input */
input, textarea, select, input[type=search], button {
	font-size: 1em;
	font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	background: #eee;
	border: solid 1px #ccc;
	padding: 6px 10px;
	border-radius: 5px;
	-webkit-appearance: none;
}

/* form input field 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;
	background: #fff;
}

/* form input field width */
input[type=text], input[type=search], input[type=email], input[type=url] {
	width: 240px;
	max-width: 96%;
}
textarea {
	line-height: 1.5em;
	width: 96%;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #b74637;
	color: #fff;
	font-weight: bold;
	border: solid 1px #933327;
	padding: 7px 20px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .2);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #9f3b2e;
	color: #fff;
}
.HomeBoxLinks {
	width: 191px;
	height: 88px;
	overflow: hidden;
	text-transform: uppercase;
	color: #d15827;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25em;
	vertical-align: middle;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcdbd9+0,ffffff+50,dad9d7+100 */
	background: #dcdbd9; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdbd9 0%, #ffffff 50%, #dad9d7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dcdbd9 0%,#ffffff 50%,#dad9d7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dcdbd9 0%,#ffffff 50%,#dad9d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdbd9', endColorstr='#dad9d7',GradientType=0 ); /* IE6-9 */
}
.HomeBoxLinks a:hover {
	color: #fff !important;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#577595+0,95b3cd+50,567494+100 */
	background: #577595; /* Old browsers */
	background: -moz-linear-gradient(top,  #577595 0%, #95b3cd 40%, #567494 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #577595 0%,#95b3cd 40%,#567494 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #577595 0%,#95b3cd 40%,#567494 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#577595', endColorstr='#567494',GradientType=0 ); /* IE6-9 */
}
.HomeBoxLinks a {
	color: #d15827;
	text-decoration: none !important;
	height: 88px;
	display:block;
	padding: 10px;
}
.chpcs_image_carousel {
	white-space: normal !important;
	line-height: 1.1em !important;
	height: 200px !important;
}
.chpcs_foo_content {
	width: 195px !important;
	height: auto !important;
	background-image: url(images/orange-news-bar.gif);
	background-repeat:no-repeat;
	margin-right: 45px !important;
	text-align: left !important;

}
.chpcs_foo_content  p {
	font-family: Helvetica, Arial, sans-serif;
	color: #414141;
	font-size: 12px;
	width: 100% !important;
	text-align: left !important;
}
.chpcs_foo_content .chpcs_title a {
	width: 100% !important;
	color: #002d5d !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px !important;
	font-weight: bold !important;
	text-align: left !important;
}
.chpcs_foo_content .chpcs_foo_con {
	width: 100% !important;
	display: block !important;
	margin-bottom: -25px !important;
}
#wa_chpc_slider {
	float: left !important;
	left: 10px !important;
	position: relative;
}
.chpcs_more {
	font-family: Helvetica, Arial, sans-serif;
}
#wa_chpc_slider_next {
	float: right;
	right: -75px !important;
}
#wa_chpc_slider_prev {
	float: right;
	left: -50px !important;
}
.backfloat {
	position: fixed;
	right: 50px;
	bottom: 100px;
	z-index:5;
}
#homeTitle h1 {
	position: fixed;
	z-index: 9999;
	width:750px;
	margin: 0 140px;
	text-align: center;
	top: 135px;
}
.practice-group-head {
	position: relative;
	background-image: url(images/pillar-practice-group.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 750px;
	height: auto;
	padding: 40px 15px 0 20px;
	line-height: 1.8em;
}

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

#pagewrap {
	min-width: 1024px;
}
.pagewidth {
	width: 1024px;
	margin: 0 auto;
}
#body {
	padding: 0 0 40px;
}

/* content */
#content {
	width: 650px;
	float: left;
}

/* sidebar */
#sidebar {
	width: 270px;
	float: right;
	margin-top: -50px !important;
}

/* 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
*************************************************************************************/
/* headerwrap */
#headerwrap {
	background: #002d5d;
	border-bottom: solid 2px #d15827;
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 2;
}

/* add padding to admin-bar */
.admin-bar #headerwrap {
	padding-top: 32px;
}

#header {
	position: relative;
	height: 242px !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+28,ffffff+29,ffffff+70,ffffff+71&0+0,0+28,1+29,1+70,0+71 */

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 71%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 71%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

/* logo wrap */
.logo-wrap-outer {
	position: absolute;
	z-index: 100;
	width: 171px;
	left: 50%;
	top: 18px;
	margin-left: -90px;
}
/*
.logo-wrap {
	background: #cc4b4a url(images/noise-bg.png);
	border-bottom: solid 1px #923534;
	padding: 4px;
	text-align: center;
	position: relative;
}

.logo-wrap:before, .logo-wrap:after {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.logo-wrap:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.logo-wrap-inner {
	border: double 4px #fff;
	border-color: rgba(255, 255, 255, .4);
	padding: 30px 3px 15px;
	min-height: 60px;
}
*/
/* site logo */
#site-logo {
	font: normal 26px/100% Arvo, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px;
}
#site-logo a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 3px 0 rgba(0,0,0,.2);
}

/* site description */
#site-description {
	font: italic 1em/1.3em "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 5px;
}

/* ***********************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
	position: absolute;
	top: 88px;
	right: 10px;
	font-size: .95em;
	line-height: 1.2em;
	text-align: right;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	float: left;
	margin: 0 5px 0 0;
}
.social-widget .widget div {
	float: left;
}
.social-widget .widgettitle {
	font: bold 1em/1em Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	display: block;
	float: left;
	margin: 7px 8px 2px;
	padding: 0;
	background: transparent;
	color: #000;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	float: left;
}
.social-widget ul li {
	margin: 0 8px 5px 0;
	padding: 0;
	float: left;
	border: none;
	clear: none;
	line-height: 1em;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/* rss button */
.social-widget .rss {
	display: none;
	float: left;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 5px 0 5px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: middle;
	margin-top: 1px;
}

/* ***********************************************************************************
SEARCH FORM
*************************************************************************************/
#header #searchform {
	position: absolute;
	right: 0;
	top: 85px !important;
	width: 220px !important;
}
#header #searchform #s {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: right !important;
	height: 20px !important;
	padding: 5px 4px 5px 5px;
	font-style: italic;
	width: 220px !important;
	/*-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;*/
	border-radius: 0 !important;
	background-color: #fff !important;
}
#header #searchform #s:focus {
	width: 220px !important;
	font-style: normal;
}

/* exclude search cancel button */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* ***********************************************************************************
UPPER WRAP
*************************************************************************************/
#upperwrap {
	/*background: #f3f3f3 url(images/pixel-grid-bg.png);*/
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 1;
	padding-top: 40px;
	/*box-shadow: 0 0 4px rgba(0,0,0,.3);*/
}
#upperwrap-inner {
	/*background: url(images/horizontal-pixel-bar.png) left bottom repeat-x;*/
	padding-bottom: 30px;
}

/* ***********************************************************************************
MAIN NAVIGATION
*************************************************************************************/
/* main nav left */
#main-nav-left {
	position: absolute;
	top: 24px;
	right: 620px;
}
#main-nav-left li {
	display: inline;
}

/* main nav right */
#main-nav-right {
	position: absolute;
	top: 24px;
	left: 620px;
}
#main-nav-right li {
	display: inline;
}

/* main nav */
.main-nav {
	margin: 0;
	padding: 0;
	z-index: 100;
}
.main-nav li {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	position: relative;
}
.module-menu {
	margin-bottom: 0;
}
.module-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.module-menu ul {
	margin: 10px 0 15px 0 !important;
}
.about-sub-nav {
	position:fixed !important;
	width: 750px;
	min-height: 55px;
	z-index: 600;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #EEE;
	-webkit-box-shadow: 0px 8px 6px -6px rgba(155,155,155,.4);
	-moz-box-shadow: 0px 8px 6px -6px rgba(155,155,155,.4);
	box-shadow: 0px 8px 6px -6px rgba(155,155,155,.4);
	margin-bottom: 25px;
	background-color: #FFFFFF !important;
}
.about-sub-nav li:nth-child(4) a:after {
	display: none;
}
.pillars-sub-nav {
	position:fixed !important;
	width: 750px;
	min-height: 55px;
	z-index: 600;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #EEE;
	-webkit-box-shadow: 0px 8px 6px -6px rgba(155,155,155,.4);
	-moz-box-shadow: 0px 8px 6px -6px rgba(155,155,155,.4);
	box-shadow: 0px 8px 6px -6px rgba(155,155,155,.4);
	padding-top: 7px !important;
	margin: 0 0 125px 0;
	top: 135px;
	background-color: #FFFFFF !important;
}
.pillars-sub-nav li:nth-child(3) a:after {
	display: none;
}
/* main level link */
.main-nav a {
	text-align: right;
	font: normal 12px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-right: 15px;
	text-decoration: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.module-menu li a {
	font: normal 12px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: .60em !important;
	color: #002d5d !important;
	margin-right: 0 !important;
	margin-left: -12px !important;
	text-decoration: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.main-nav a:after {
	content: '//';
	color: #d15827;
	padding-left: 18px;
	font-size: 15px;
}
.module-menu a:after {
	content: '//';
	color: #d15827;
	padding-left: 20px;
	font-size: 15px;
}
.main-nav li:last-child a:after, .module-menu li:last-child a:after {
	display: none;
}
.main-nav li:first-child a, .module-menu li:first-child a {
	margin-left: 0;
}

/* main level link :hover */
.main-nav a:hover, .main-nav li:hover > a, .module-menu a:hover, .module-menu li:hover > a {
	color: #d15827 !important;
}

/* current link */
.main-nav .current_page_item a, .main-nav .current-menu-item a, .module-menu .current_page_item a, .module-menu .current-menu-item a {
	color: #d15827;
}

/* current link :hover */
.main-nav .current_page_item a:hover, .main-nav .current-menu-item a:hover, .module-menu .current_page_item a:hover, .module-menu .current-menu-item a:hover {
	color: #d15827;
}

/* 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, .main-nav li:hover > ul a {
	text-align: left;
	text-transform: none;
	color: #666;
	font-weight: normal;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	background: none;
	text-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, .main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}

/* dropdown ul */
.main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	top: 20px;
	left: 2px;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}

/* sub-levels dropdown */
.main-nav ul ul {
	left: 190px;
	top: -15px;
}

/* show dropdown ul */
.main-nav li:hover > ul {
	display: block;
}

/* ***********************************************************************************
SLIDER
*************************************************************************************/
#slider {
	background: url(images/slider-shadow.png) no-repeat center bottom;
	margin-top: 40px;
}
#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* slide content */
.slide-content {
	margin: 0 0 20px;
	font: italic 1em/1.2em "Times New Roman", Times, serif;
	opacity: 0;
}

/* slide post title */
.slide-post-title {
	font-size: 2.2em;
	font-style: normal;
	line-height: 1.1em;
	margin: 0 0 10px;
}

/* roundabout plugin */
.roundabout-holder {
	list-style: none;
	margin: 0 auto;
	width: 80%;
	height: 400px;
}
.roundabout-moveable-item {
	width: 450px;
	height: 440px;
	cursor: pointer;
	text-align: center;
}
.roundabout-in-focus {
	cursor: auto;
}

/* ***********************************************************************************
HOME HIGHLIGHTS
*************************************************************************************/
.home-highlights {
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: dotted 1px #bbb;
}
.home-highlights-icon {
	margin: 15px 0 7px;
}
.home-highlights-title {
	margin: 0 0 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

/* ***********************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	font: italic 1.5em/1.3em "Times New Roman", Times, serif;
	padding: 10px 40px 30px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: dotted 1px #bbb;
}

/* ***********************************************************************************
HOME WIDGETS
*************************************************************************************/
.home-widgets {
	margin-top: 10px;
	clear: both;
}

/* ***********************************************************************************
LAYOUT
*************************************************************************************/
#layout {
	background: none !important;
	/* background: url(images/upperwrap-shadow.png) no-repeat center top;*/
	padding: 60px 0;
}

/************************************************************************************
SORTABLE CONTAINER
*************************************************************************************/
.sortable {
	width: 1008px;
	margin-left: -30px;
}
.sidebar1 .sortable {
	width: 710px;
}
.sortable .post {
	margin-left: 30px !important;
}

/* post width in sidebar1 sortable container */
.sidebar1 .loops-wrapper.list-post .sortable .post, 
.sidebar1 .loops-wrapper.list-thumb-image .sortable .post, 
.sidebar1 .loops-wrapper.list-large-image .sortable .post {
	width: 650px !important;
}
.sidebar1 .loops-wrapper.grid4 .sortable .post {
	width: 20% !important;
}
.sidebar1 .loops-wrapper.grid3 .sortable .post {
	width: 28% !important;
}
.sidebar1 .loops-wrapper.grid2 .sortable .post,
.sidebar1 .loops-wrapper.grid2-thumb .sortable .post {
	width: 45% !important;
}

/* ***********************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 0 !important;
	box-sizing: border-box;
}

/* post content */
.post-content {
	overflow: hidden;
	min-width: 120px;
}
.single .post-content {
	overflow: visible;
	margin-top: 35px;
}
.single .page-title {
	display: none !important;
}

/* general post image */
.post-image {
	max-width: 100%;
	margin: 0 0 15px;
	padding: 6px;
	border: solid 1px #e3e3e3;
	border-bottom-color: #ddd;
	background:#fff;
	position:relative;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.post-image:before, .post-image:after {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.post-image:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.post-image img {
	vertical-align: middle;
}
.post-image.left {
	margin-right: 20px;
}
.post-image.right {
	margin-left: 20px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* general post title */
.post-title {
	margin: 0 0 5px;
	padding: 0;
}
.post-title, .post-title a {
	letter-spacing: -.04em;
	color: #000;
	text-decoration: none;
}

/* general post date */
.post-date {
	margin: 0 0 4px;
	display: block;
	font-weight: bold;
	color: #999;
}

/* general post meta */
.post-meta {
	font-size: .95em;
	line-height: 1.8em;
}
.post-meta a {
	color: #444;
}
.post-meta span {
	display: inline-block;
	zoom:1;
	*display:inline;
}
.post-meta .divider {
	width: 5px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat left 2px;
	padding-left: 18px;
}
.post-meta .post-comment {
	background: url(images/post-comment.png) no-repeat left 3px;
	padding-left: 20px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat left 3px;
	padding-left: 18px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat left 4px;
	padding-left: 18px;
}

/* more link */
.more-link {
	font-size: .9em;
	color: #fff;
	text-decoration: none;
	background-color: #b74637;
	padding: 0 5px;
	display: inline-block;
	zoom:1;
	*display:inline;
	border-radius: 4px;
}
.more-link:hover {
	background-color: #9f3b2e;
	text-decoration: none;
}

/* list post image */
.loops-wrapper.list-post .post-image,
.single .list-post .post-image {
	margin-bottom: 30px;
}

/* list post title */
.loops-wrapper.list-post .post-title-wrap,
.single .list-post .post-title-wrap {
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 bottom;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
.loops-wrapper.list-post .post-title,
.single .list-post .post-title {
	margin: 6px 0 14px 0;
	font: normal 1.7em/1.1em Arvo, Arial, Helvetica, sans-serif;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* list post post date */
.loops-wrapper.list-post .post-date,
.single .list-post .post-date {
	font: bold 1.2em/1em Arial, Helvetica, sans-serif;
	color: #999;
	background: url(images/vertical-pixel-divider.png) repeat-y right 0;
	padding: 12px 16px 14px 0;
	margin-right: 10px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* list post post meta */
.loops-wrapper.list-post .post-meta,
.single.list-post .post-meta {
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 top;
	padding-top: 6px;
	margin: 30px 0 20px;
	font-size: .9em;
}
.loops-wrapper.list-post .post-meta > span,
.single .list-post .post-meta > span {
	padding-top: 10px;
	margin-left: 5px;
	vertical-align: top;
}
.loops-wrapper.list-post .post-meta .divider,
.single .list-post .post-meta .divider {
	background: url(images/vertical-pixel-divider.png) repeat-y right 0;
	width: 5px;
	height: 28px;
	margin: 0 6px 0 12px;
}
.loops-wrapper.list-post .post-meta .post-author,
.single .list-post .post-meta .post-author {
	background-position: left 12px;
}
.loops-wrapper.list-post .post-meta .post-comment,
.single .list-post .post-meta .post-comment {
	background-position: left 12px;
}
.loops-wrapper.list-post .post-meta .post-category,
.single .list-post .post-meta .post-category {
	background-position: left 12px;
}
.loops-wrapper.list-post .post-meta .post-tag,
.single .list-post .post-meta .post-tag {
	background-position: left 12px;
}

/* grid4 post */
.loops-wrapper.grid4 .post {
	width: 222px;
	margin-left: 30px;
	float: left;
	font-size: .9em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.loops-wrapper.grid4 .post-title {
	font-size: 1.5em;
}
.sidebar1 .loops-wrapper.grid4 .post {
	width: 23%;
	margin-left: 2.5%;
}

/* grid3 post */
.loops-wrapper.grid3 .post {
	width: 306px;
	margin-left: 30px;
	float: left;
	font-size: .85em;
	line-height: 1.35em;
	margin-bottom: 20px;
}
.sidebar1 .loops-wrapper.grid3 .post {
	width: 30%;
	margin-left: 3.5%;
}
.loops-wrapper.grid3 .post-title {
	font-size: 1.8em;
}

/* grid2 post */
.loops-wrapper.grid2 .post {
	width: 474px;
	float: left;
	margin-left: 30px;
	line-height: 1.35em;
	margin-bottom: 20px;
}
.loops-wrapper.grid2 .post-title {
	font-size: 2em;
}
.sidebar1 .loops-wrapper.grid2 .post {
	width: 48%;
	margin-left: 3.75%;
}

/* grid2-thumb post */
.loops-wrapper.grid2-thumb .post {
	width: 474px;
	margin-left: 30px;
	float: left;
	line-height: 1.4em;
}
.sidebar1 .loops-wrapper.grid2-thumb .post {
	width: 48%;
	margin-left: 4%;
}
.loops-wrapper.grid2-thumb .post-title {
	font-size: 1.5em;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin-right: 20px;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
}


/* list thumb post */
.loops-wrapper.list-thumb-image .post-image {
	float: left;
	margin-right: 20px;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

/* list large image */
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin-right: 20px;
}
.loops-wrapper.list-large-image .post-title {
	font-size: 2em;
	line-height: 1.2em;
}

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

/************************************************************************************
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: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.6em;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/* ***********************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	margin: 0 0 5px;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ***********************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 10px 0;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}

/* ***********************************************************************************
FILTER SECTION
*************************************************************************************/	
.filter-section {
	width: 1008px;
	margin-left: -30px;
}
.filter-section .post {
	margin-left: 30px !important;
}

/* sidebar1 filter section */
.sidebar1 .filter-section {
	width: 680px;
}
.sidebar1 .loops-wrapper.grid4 .filter-section .post {
	width: 20.5%;
}
.sidebar1 .loops-wrapper.grid3 .filter-section .post {
	width: 28.5%;
}
.sidebar1 .loops-wrapper.grid2 .filter-section .post {
	width: 45%;
}
.sidebar1 .loops-wrapper.grid2-thumb .filter-section .post {
	width: 45%;
}

/* ***********************************************************************************
FILTER NAVIGATION
*************************************************************************************/	
.sorting-nav {
	display: none; /* will be toggle with js */
	text-align: right;
	padding: 0;
	margin: 20px 0 30px;
}
.sorting-nav li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	text-align: right;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.sorting-nav a {
	background: #a11c22;
	color: #333;
	font-size: .9em;
	text-decoration: none;
	line-height: 1em;
	padding: 5px 12px;
	vertical-align: middle;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
	background-color: #d8d8d8;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
}
.sorting-nav a:hover {
	text-decoration: none;
	background: #b4b4b4;
}
.sorting-nav .active a, .sorting-nav .current-cat a {
	background: #666;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.7);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.4);
	position:relative;
	opacity: 1;
}
.sorting-nav .active a:after {
	font-family: "fontawesome";
	content: "\f00d";
	top: 25px;
	left: 50%;
	position: absolute;
	font-size: 1em;
	margin-left: -5px;
	color: #666;
	text-shadow: none;
	opacity: 1;
}

/************************************************************************************
ISOTOPE
*************************************************************************************/
.isotope,
.isotope .isotope-item {
	-webkit-font-smoothing: antialiased;
	-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
			transition-duration: 0.8s;
}

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

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property:	-moz-transform, opacity;
			transition-property:		 transform, opacity;
}

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

/* ***********************************************************************************
PAGE NAVIGATION
*************************************************************************************/	
.pagenav {
	clear: both;
	padding: 7px 5px 0;
	text-align: right;
}
.pagenav a, .pagenav span {
	background: #a11c22;
	color: #333;
	text-decoration: none;
	line-height: 1em;
	padding: 5px 8px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
	background-color: #d8d8d8;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
}
.pagenav a:hover {
	text-decoration: none;
	background: #b4b4b4;
}
.pagenav .current {
	background: #666;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0 0,.7);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.4);
}

/************************************************************************************
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
*************************************************************************************/
.post-nav {
	margin: 15px 0;
	padding: 15px 0;
	clear: both;
}
.post-nav .prev,
.post-nav .next {
	width: 45%;
}
.post-nav a {
	text-decoration: none;
	font-size: 1.1em;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .prev a {
	padding: 6px 0 6px 26px;
	display: block;
	background: url(images/post-nav-prev.png) no-repeat left 2px;
}
.post-nav .next {
	float: right;
	text-align: right;
}
.post-nav .next a {
	padding: 6px 26px 6px 0;
	display: block;
	background: url(images/post-nav-next.png) no-repeat right 2px;
}

/* ***********************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	position: relative;
	clear: both;
}

/* comment title */
#comment-title, #reply-title {
	font-size: 1.7em;
	margin: 0 0 20px;
	padding: 0;
}
#comment-title {
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 top;
	padding: 30px 0 0;
	margin-top: 40px;
}

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

/* commentlist */
.commentlist {
	margin: 0 0 20px;
	padding: 5px 0 0;
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 top;
}
.commentlist li {
	margin: 0;
	padding: 25px 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-size: 1.4em;
	font-weight: bold;
	font-style: normal;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: .75em;
	text-transform: uppercase;
	color: #888;
}
.commentlist .commententry {
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 bottom;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 15px;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 90px;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 24px;
}
.commentlist .comment-reply-link {
	font-size: .78em;
	text-transform: uppercase;
	text-decoration: none;
	background: #b74637;
	color: #fff;
	border: solid 1px #933327;
	padding: 2px 5px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* comment form */
#respond {
	margin: 30px 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: .65em;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	background: #b74637;
	color: #fff;
	border: solid 1px #933327;
	padding: 5px 8px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.2);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
#respond #cancel-comment-reply-link:hover {
	background: #9f3b2e;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label .required {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/* ***********************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin-bottom: 30px;
}
#sidebar .widget {
	background: none !important;
	/*background: url(images/pixel-grid-bg.png);*/
	padding: 10px 15px;
	border-radius: 10px;
}
.widgettitle {
	margin: 0 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d5d;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
}
.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: 0 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic .9em/1em "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 .9em/1em "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;
}

/* 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;
	zoom:1;
	*display:inline;
}
.widget .social-links li a {
	color: #414141 !important;
}
.widget .social-links li a:hover {
	color: #d15827 !important;
}
.widget .social-links img {
	vertical-align: middle;
	margin: 3px 10px 3px 0;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background-color: #e4e4e4;
	border-top: 2px #d15827 solid;
	margin-top: -80px;
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 13px;
	line-height: 1.4em;
}
#footer {
	clear: both;
}
#footer a {
	color: #0082ca;
}
#footer a:hover {
	text-decoration: underline;
}
#widget_code_php_in_widget-2 {
	width: 275px;
	display: inline-block;
	margin-left: 75px;
}
#widget_code_php_in_widget-2 .widget-title {
	margin: 0 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002d5d;
}
#text-2 {
	position: relative !important;
	margin-left: 80px;
	left: 50px;
}
#text-3 {
	position: relative !important;
	margin-left: 80px;
}
#themify-social-links-2 {
	position: relative !important;
	margin-left: 100px;
	width: 200px !important;
}
/* footer logo */
#footer-logo {
	display: none;
	font: normal 1.85em/1em Arvo, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	text-align: center;
	clear: both;
}
#footer-logo a {
	text-decoration: none;
	color: #333;
}

/* footer nav */
.footer-nav {
	clear: both;
	width: 80%;
	margin: 20px auto 10px;
	padding: 10px 0;
	text-align: center;
	border-top: dotted 1px #aaa;
	border-bottom: dotted 1px #aaa;
}
.footer-nav li {
	padding: 0;
	margin: 0 10px;
	display: inline;
	list-style: none;
}
.footer-nav a {
	text-transform: uppercase;
	font-weight: bold;
}

/* footer text */
.footer-text {
	display: none !important;
	text-align: center;
	clear: both;
	font-size: .85em;
}

/* ***********************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky{}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 18px;
}
.alignright {
	float: right;
	margin-left: 18px;
}
.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: italic .95em/1.2em Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
}

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

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

/* 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: 1.2em;
	font-size: .9em;
	text-align: center;
	margin: 5px 0 0;
}

/* gallery thumbnail current */
.gallery .current {
	border: solid 1px #000 !important;
}

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

/* ***********************************************************************************
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 .post-image,
.module .slide-image img {
	padding: 4px;
	background: #fff;
	border: solid 1px #e3e3e3;
	border-bottom-color: #ddd;
}

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

/* slider */
.module .slide-content {
	opacity: inherit;
}
/* testimonial post image */
.testimonial-post .post-image {
	border-radius: 20em;
}

/* grid layouts */
.module.loops-wrapper.grid4 .post,
.module.loops-wrapper.grid3 .post,
.module.loops-wrapper.grid2 .post,
.module.loops-wrapper.grid2-thumb .post {
	float: left;
	margin-left: 3.2% !important;
	margin-right: 0;
	margin-bottom: 2.2em;
}
.module.loops-wrapper.grid4 .post {
	width: 22.6%;
}
.module.loops-wrapper.grid3 .post {
	width: 31.2%;
}
.module.loops-wrapper.grid2 .post {
	width: 48.4%;
}
.module.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
}
.module.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.module.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.module.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.module.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0 !important;
	clear: left;
}

/* ***********************************************************************************
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, footer:after, .pagenav:after, .main-nav:after, .menu:after, .gallery:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix, .widget li, footer, .pagenav, .main-nav, .menu, .gallery {
	display: inline-block;
}

/* clearfix for ie7 */
.clearfix, .widget li, footer, .pagenav, .main-nav, .menu, .gallery {
	display: block;
	zoom: 1;
}