/*
Theme Name: Meet Dux
Theme URI: http://sdavismedia.com/
Author: Sean Davis
Author URI: http://sdavismedia.com/
Description: Custom WordPress theme for Dux
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: meetdux
Domain Path: /languages/
Tags:
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img,
#primary a[href*="png"],
#primary a[href*="gif"],
#primary a[href*="jpg"],
#primary a[href*="jpeg"],
#primary .featured-img a {
	border: 0;
}
#primary a[href*="png"]:hover,
#primary a[href*="gif"]:hover,
#primary a[href*="jpg"]:hover,
#primary a[href*="jpeg"]:hover,
#primary .featured-img a:hover {
	background: none;
	border: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.soliloquy-fc-read-more,
.site-title a,
.menu a,
#primary a,
#secondary a,
.social-icon,
.feedburner,
.soliloquy-container .soliloquy .soliloquy-slides>li .custom-slide a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}


/* =Structure
----------------------------------------------- */

body {
	background: #fff;
}

.full {
	width: 100%;
}

.main {
	padding: 0 20px;
	margin: 0 auto;
	width: 1140px;
}

.inner {
	position: relative;
	padding: 2em 0;
}

.site-content,
#primary {
	border: 1px solid #d8d8d8;
}

.content-area {
	background: #f1f1f1 url('inc/images/cloth_alike.png');
}

.site-content {
	background: #fff;
	padding: 0;
	border-width: 1px 1px 0;
}

#primary,
#secondary {
	float: left;
}

#primary {
	border-width: 0 1px 0 0;
	width: 720px;
}

#secondary {
	background: #fafafa;
	border-style: solid;
	border-color: #d8d8d8;
	border-width: 1px 0 0;
	width: 379px;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .widget-title, 
.soliloquy-fc-read-more,
.about-dux-link {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin-bottom: .2em;
}
.content-area h1, 
.content-area h2 {
	font-size: 28px;
	line-height: 1.6em;
}
.content-area h3, 
.content-area h4 {
	font-size: 22px;
	line-height: 1.6em;
}
.content-area h5, 
.content-area h6,
.content-area .teaser h1,
.widget-title {
	font-size: 16px;
	line-height: 1.6em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 10px;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
input,
textarea {
	font-size: 14px;
	padding: 8px 10px;
	border: 1px solid #d8d8d8;
	box-shadow: none;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/* Links & buttons */
a,
a:visited,
a:focus,
a:active {
	color: #CF5050;
}
a:hover {
	text-decoration: none;
}
.button,
#comments input[type="submit"] {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	border: 0;
}
.green {
	background: #6bd3a1;
	color: #fff;
	-webkit-text-shadow: 0 -1px 0 #2F9B67;
	-moz-text-shadow: 0 -1px 0 #2F9B67;
	text-shadow: 0 -1px 0 #2F9B67;
	border: 1px solid #40AC78;
	border-bottom: 1px solid #258255;
	-webkit-box-shadow: inset 0 1px 0 0 #A4E4C5;
	-moz-box-shadow: inset 0 1px 0 0 #A4E4C5;
	box-shadow: inset 0 1px 0 0 #A4E4C5;
}
.green:hover {
	background: #6bd3a1;
}
.gray,
#comments input[type="submit"] {
	background-color: #545454;
	color: #fff;
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,.1);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,.1);
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.2);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.2);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.2);
}
.gray:hover,
#comments input[type="submit"]:hover {
	background-color: #454545;
	color: #fff;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.inner:before,
.inner:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.inner:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Headline Container
----------------------------------------------- */
.headline-container {
	background: #252525;
	color: #fff;
}


/* =Header
----------------------------------------------- */

.header-area {
	background: #f1f1f1 url('inc/images/cloth_alike.png');
}
.site-header {
	padding-right: 16px;
	padding-left: 16px;
}
.site-title a {
	position: relative;
	color: #B13C3C;
	font: bold 42px/34px 'Oswald', sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	-webkit-text-shadow:0 1px 0 #970000, 
						0 2px 0 #790000, 
						0 3px 0 #630000, 
						0 0 5px rgba(0,0,0,.1), 
						0 1px 3px rgba(0,0,0,.3), 
						0 3px 5px rgba(0,0,0,.2), 
						0 5px 5px rgba(0,0,0,.2);
	-moz-text-shadow:0 1px 0 #970000, 
						0 2px 0 #790000, 
						0 3px 0 #630000, 
						0 0 5px rgba(0,0,0,.1), 
						0 1px 3px rgba(0,0,0,.3), 
						0 3px 5px rgba(0,0,0,.2), 
						0 5px 5px rgba(0,0,0,.2);
	text-shadow:0 1px 0 #970000, 
						0 2px 0 #790000, 
						0 3px 0 #630000, 
						0 0 5px rgba(0,0,0,.1), 
						0 1px 3px rgba(0,0,0,.3), 
						0 3px 5px rgba(0,0,0,.2), 
						0 5px 5px rgba(0,0,0,.2);
}
.site-title a:hover {
	left: 4px;
}
.menu-toggle {
	background: #CF5050;
	font-size: 20px;
	padding: 8px 16px 6px;
	margin: 12px 0;
	border-radius: 3px;
	-webkit-box-shadow:0 1px 0 #970000, 
						0 2px 0 #790000, 
						0 3px 0 #630000, 
						0 0 5px rgba(0,0,0,.1), 
						0 1px 3px rgba(0,0,0,.3), 
						0 3px 5px rgba(0,0,0,.2), 
						0 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 0 #970000, 
						0 2px 0 #790000, 
						0 3px 0 #630000, 
						0 0 5px rgba(0,0,0,.1), 
						0 1px 3px rgba(0,0,0,.3), 
						0 3px 5px rgba(0,0,0,.2), 
						0 5px 5px rgba(0,0,0,.2);
	box-shadow:0 1px 0 #970000, 
						0 2px 0 #790000, 
						0 3px 0 #630000, 
						0 0 5px rgba(0,0,0,.1), 
						0 1px 3px rgba(0,0,0,.3), 
						0 3px 5px rgba(0,0,0,.2), 
						0 5px 5px rgba(0,0,0,.2);
}
.site-description {
	font-size: 20px;
}
#secondary .site-description {
	margin-bottom: 1em;
}
.header-search {
}
.header-search-label {
	color: #333;
	font-size: 80%;
	font-weight: bold;
}
.header-search input[type="search"] {
	background: #fff;
	color: #111;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.header-search input[type="submit"] {
	display: none;
}
.header-search input[type="search"]::-webkit-input-placeholder {
   color: #666;
   font-weight: bold;
}

.header-search input[type="search"]:-moz-placeholder { /* Firefox 18- */
   color: #666;
   font-weight: bold;
}

.header-search input[type="search"]::-moz-placeholder {  /* Firefox 19+ */
   color: #666;
   font-weight: bold;
}

.header-search input[type="search"]:-ms-input-placeholder {  
   color: #666;
   font-weight: bold;
}


/* =Menu
----------------------------------------------- */

.menu a {
	display: block;
	color: #252525;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 24px 10px;
}
.menu a:hover {
	color: #CF5050;
}
.menu li {
	display: inline-block;
}

/* main menu */
.header-elements {
	position: absolute;
	top: 20px;
	right: 0;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
}
.main-navigation ul ul {
	background: #111;
	color: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 62px;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	color: #fff;
	padding: 16px 10px;
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	color: #ccc;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}


/* =Feature Box
----------------------------------------------- */
.feature-box.inner {
	padding-top: 3em;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 32px;
}
#primary .entry-title {
	font-size: 20px;
}
.single #primary .entry-title,
.page #primary .entry-title {
	font-size: 28px;
}
#primary .entry-title a {
	display: block;
	color: #404040;
	text-decoration: none;
	word-spacing: 2px;
	border: 0;
}
#primary .entry-title a:hover {
	background: none;
	color: #CF5050;
	border: 0;
}
.entry-meta,
.comment-metadata,
.nav-title {
	color: #999;
	font-size: 12px;
}
#primary .entry-meta a,
#primary .comment-metadata a {
	color: #404040;
	text-decoration: none;
	border: 0;
}
#primary .entry-meta a:hover,
#primary .comment-metadata a:hover {
	background: none;
	text-decoration: underline;
	border: 0;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.single .featured-img {
	margin-bottom: 16px;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
#primary a,
#secondary .widget a {
	color: #CF5050;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#primary a:hover,
#secondary .widget a:hover {
	background: #F6E4E4;
}
#secondary .widget .jaw_widget a {
	border-bottom: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.teaser {
	display: inline-block;
	font-size: 14px;
	width: 317px;
	vertical-align: text-top;
}
.teaser.even:nth-child(n+2) .entry-header,
.teaser.odd:nth-child(n+2) .entry-header {
	padding-top: 32px;
	border-top: 2px solid #f1f1f1;
}
.home .teaser:nth-child(2) .entry-header {
	padding-top: 0;
	border-top: none;
}
.teaser.odd {
	padding-right: 16px;
}
.teaser.even {
	padding-left: 16px;
}
.teaser .entry-meta {
	margin-bottom: 10px;
}
.teaser .featured-img {
	position: relative;
	margin-bottom: 1em;
}
.teaser .wp-post-image {
	vertical-align: bottom;
}
.entry-header {
	position: relative;
}
.entry-meta i {
	color: #d8d8d8;
	font-size: 15px;
	margin-right: 10px;
}
[id*="like-post-wrapper"] {
	margin-bottom: 24px;
}
.sharedaddy {
	background: #f1f1f1 url('inc/images/cloth_alike.png');
	border: 1px solid #d8d8d8;
}
div.sharedaddy div.sd-block {
	border: 0 !important;
}
.sd-sharing-enabled {
	padding: 16px 16px 0;
	border-width: 1px 1px 0;
	margin-top: 1.5em;
}
.sd-block.sd-like {
	padding: 8px 16px 16px;
	border-width: 0 1px 1px;
	margin-bottom: 0;
}


/* =Post footer
----------------------------------------------- */

.single-post-footer {
	background: #252525;
	color: #fff;
	margin-bottom: 32px;
}

.post-footer-body p:last-of-type {
	margin-bottom: 0;
}

.post-footer-avatar {
	float: left;
	margin-right: 1em;
	vertical-align: top;
	border: 1px solid #353535;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
}

.post-footer-avatar .avatar {
	vertical-align: top; 
}

.post-footer-author {
	float: left;
}

#primary .post-footer-author a { 
	display: inline-block;  
	color: #d8d8d8;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
	margin-right: 10px; 
}

#primary .post-footer-author a:hover {
	background: none;
	color: #CF5050;
	border-bottom: 1px solid #CF5050;
}


/* =Post formats
----------------------------------------------- */


/* =Sidebar
----------------------------------------------- */

#secondary {
	font-size: 14px;
}
.social-icons a {
	text-decoration: none;
}
.social-icon {
	display: inline-block;
	background: #252525;
	text-align: center;
	padding: 7px 0 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 3px 10px 0;
	width: 43px;
}
.social-icon i {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
}
.Twitter:hover {
	background: #00aced;
}
.Facebook:hover {
	background: #3b5998;
}
.Instagram:hover {
	background: #517fa4;
}
.Linkedin:hover {
	background: #007bb6;
}
.YouTube:hover {
	background: #CF5050;
}
.Slideshare:hover {
	background: #458485;
}
.slideshare-img {
	position: relative;
	top: 2px;
}
.feedburner {
	background: #CF5050 url('inc/images/rss.png') no-repeat right center;
	color: #fff;
}
.feedburner:hover {
	background-color: #252525;
}
#secondary .fb-link {
	display: block;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	text-decoration: none;
}
.about-dux {
	background: #252525;
	color: #fff;
}
.headshot {
	border: 1px solid #353535;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
}
.about-dux p:last-of-type {
	margin-bottom: 0;
}
.about-dux-link {
	display: inline-block;
	background: rgba(0,0,0,.1);
	color: #fff !important;
	font-size: 18px;
	text-align: center !important;
	text-decoration: none !important;
	font-weight: normal !important;
	text-shadow: none;
	padding: 13px 16px;
	margin-top: 30px;
	width: 100%;
}
.about-dux-link:hover {
	background: #CF5050;
	color: #fff !important;
}

/* archives widget - http://wordpress.org/plugins/jquery-archive-list-widget/screenshots/ */
#secondary .widget li.jaw_months {
	padding: 5px 0;
	border: 0;
	margin-left: 10px;
}
.jaw_years.expanded .jaw_months {
	color: #666 !important;
	font-size: 13px;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	overflow: hidden;
}
.paging-navigation {
	background: #f1f1f1 url('inc/images/cloth_alike.png');
	border: 1px solid #d8d8d8;
	padding: 16px;
}
#primary .paging-navigation a {
	color: #999;
	border: 0;
}
#primary .paging-navigation a:hover {
	background: none;
	color: #404040;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.single .nav-previous,
.single .nav-next {
	float: none;
	text-align: left;
	margin-bottom: 16px;
	width: 100%;
}
.single .nav-next {
	margin-bottom: 1.5em;
}
.nav-title {
	display: block;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

.comment-list {
	margin-left: 0;
}

.comment-list > .parent + .children {
	border-left: 1px solid #eaeaea;
	margin-left: 0;
	padding-left: 1em;
}

.children > .children {
	border-left: 1px solid #eaeaea;
	margin-left: 0;
	padding-left: 1em;
}

.comment {
	list-style: none;
}

.comment-meta {
	position: relative;
	background: #f1f1f1;
	margin-bottom: 1.5em;
}

.comment-metadata {
	position: absolute;
	right: 16px;
	top: 14px;
}

.comment .avatar { 
	float: left; 
	margin-right: 16px;
	vertical-align: top; 
}

cite.fn { 
	position: relative;
	font-style: normal; 
	top: 10px;
} 

.comment-body {
	padding: 1em 0 2em;
}

.pingback .comment-body {
	background: #F1F1F1;
	font-size: 13px;
	padding: 10px;
	margin-bottom: 30px;
}

#primary .pingback .comment-body a {
	color: #858585;
	border-color: #858585;
}

#primary .pingback .comment-body a:hover {
	background: none;
	color: #7e7e7e;
	border-style: solid;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

#commentform textarea {
	width: 100%;
	height: 150px;
}

.navigation-comment .nav-previous {
	padding-left: 0;
}

.navigation-comment .nav-next {
	padding-right: 0;	
}


/* =Widgets
----------------------------------------------- */

.widget-title {
	display: block;
	margin-bottom: 10px;
}

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul.children {
	border-top: 2px solid #f1f1f1;
	margin-top: 10px;
}

.widget li {
	padding: 10px 0;
	border-bottom: 2px solid #f1f1f1;
}

.widget li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.widget_nav_menu .menu a {
	padding: 0;
}

.widget_nav_menu li {
	display: block;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Footer
----------------------------------------------- */

.footer-area {
	background: #fff;
	font-size: 14px;
	border-top: 1px solid #d8d8d8;
}
.site-footer {
	color: #999;
	font-size: 12px;
	padding-right: 16px;
	padding-left: 16px;
}
.site-footer a {
	color: #404040;
	text-decoration: none;
	border: 0;
}
.site-footer a:hover {
	background: none;
	text-decoration: underline;
	border: 0;
}


/* =Soliloquy
----------------------------------------------- */

.feature-box .soliloquy-image {
	display: inline-block !important;
	border: 1px solid #353535;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	max-width: 500px !important;
}
.feature-box .soliloquy-container .soliloquy-caption {
	top: 0 !important;
	right: 0 !important;
	left: auto !important;
	bottom: auto !important;
	width: 540px !important;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: none !important;
	padding-top: 0 !important;
}
.soliloquy-container .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title, 
.soliloquy-container .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title a,
.site-description {
	font-size: 22px !important;
	line-height: 1.6em !important;
	text-decoration: none !important;
	margin-bottom: 15px !important;
}
.soliloquy-fc-content {
	font-size: 14px !important;
}
.soliloquy-fc-read-more {
	display: inline-block !important;
	background: rgba(0,0,0,.1) !important;
	color: #fff !important;
	font-size: 18px !important;
	text-align: center !important;
	text-decoration: none !important;
	font-weight: normal !important;
	text-shadow: none !important;
	padding: 13px 16px !important;
	margin-top: 30px !important;
	width: 100% !important;
}
.soliloquy-fc-read-more:hover {
	background: #CF5050;
	color: #fff !important;
}
.soliloquy-container .soliloquy-control-nav {
	position: static !important;
	z-index: 30;
	margin: 20px auto 0 !important;
	width: 100px !important;
}
.soliloquy-container .soliloquy .soliloquy-slides>li .custom-slide a {
	display: inline !important;
	color: #d8d8d8;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}
.soliloquy-container .soliloquy .soliloquy-slides>li .custom-slide .soliloquy-fc-read-more {
	display: block !important;
	border: 0px solid black;
}
.soliloquy-container .soliloquy .soliloquy-slides>li .custom-slide a:hover {
	color: #CF5050;
	border-bottom: 1px solid #CF5050;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside.custom-slide {
	text-align: left;
}