<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ft/* Basic styles
============================== */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	color: #53565a;
	background: #fff;
	margin: 0;
	position: relative;
}
a {
	color: #e44545;
	outline: none !important;
}
a:hover {
	color: #e44545;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
code {
	word-wrap: break-word;
	white-space: normal;
	display: block;
	padding: 20px;
}


/* Typography
============================== */
body {
	font-family: "Droid Serif", "Helvetica Neue", Arial, Sans-serif;
}
.site-menu,
.ticker-heading,
.widget-title,
.widgettitle,
.post-thumbnail .post-thumbnail-overlay span,
.breadcrumb span,
.post-stream-tab .stream-header li a,
.tiled-post .tiled-readmore,
.post-single-title .post-category,
.comment-form h2,
.comment-form label,
.taxonomy-description h3,
.taxonomy-description h2,
.comment-links a,
.top-menu,
.mobile-menu-button,
.off-canvas-menu li a,
.archive-template h2,
.post-single .post-header .post-author,
.post-share .share-heading,
#reply-title,
.widget_calendar caption,
.widget_calendar thead th,
.link-pages span,
.curdate {
	font-family: "Fjalla One", "Helvetica Neue", Arial, Sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}


/* Forms
============================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea {
	padding: 10px 15px;
	outline: none;
	
	border: 1px solid #e2e2e2;
	box-sizing:border-box;
}
input[type="submit"] {
	border: none;
	background: #33363a;
	padding: 15px;
	color: #fff;
}
input[type="submit"]:hover {
	background: #e44545;
}





/* Bottom nav. content
============================== */
/*#bottom-nav {}*/
.bottom-nav-content {
	height: 60px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: -1px;
	box-shadow: 0 1px 1px rgba(0,0,0,.03);
}
.bottom-nav-wrap {
	float: left;
	width: 100%;
	margin-right: -60px;
}
.bottom-nav-inner {
	margin-right: 60px;
	position: relative;
	height: 59px;
	overflow: hidden;
}
.search-access {
	float: right;
}
.search-button,
.mobile-menu-button {
	display: block;
	height: 59px;
	width: 59px;
	text-align: center;
	line-height: 59px;
	font-size: 16px;
	color: #83868a;
	background: #f2f2f2;
	border-left: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
	float: left;
}
.search-button:hover,
.mobile-menu-button:hover {
	color: #83868a;
	background: #eee;
}
.mobile-menu-button {
	display: none;
	width: 100px;
	font-size: 14px;
}
.mobile-menu-button i {
	padding-right: 5px;
	font-size: 18px;
}
.mobile-menu-button:hover {
	text-decoration: none;
}


/* Ticker
============================== */
.ticker {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	z-index: 2;
}
.ticker-wrap {
	float: right;
	width: 100%;
	margin-left: -120px;
	height: 60px;
}
.ticker-inner {
	margin-left: 120px;
}
.ticker-heading {
	float: left;
	width: 120px;
	height: 60px;
	border-right: 1px solid #ddd;
	background: #f2f2f2;
	color: #83868a;
	line-height: 60px;
	font-size: 14px;
	text-transform: uppercase;
	text-align:center;
	text-shadow: 0 1px 0 #fff;
}
.newsticker .slides li {
	height: 60px;
	margin-left: 50px;
	line-height: 60px;
	overflow: hidden;
}
div.flexslider.newsticker {
	background: #f9f9f9;
}
.newsticker .slides li time {
	margin-left: 10px;
}
.newsticker .flex-direction-nav a {
	width: 30px;
	height: 30px;
	color: rgba(0,0,0,.2);
	opacity: 1;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin: 0;
	top: 0;
	background: #f9f9f9;
	border-right: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
}
.newsticker.flexslider:hover .flex-next,
.newsticker.flexslider:hover .flex-prev {
	opacity: 1;
}
.newsticker .flex-direction-nav .flex-prev {
	left: 0;
	top: 30px;
	border-top: 1px solid #ddd;
}
.newsticker .flex-direction-nav .flex-next {
	right: auto;
	left: 0;
	text-align: center;
}
.newsticker .flex-direction-nav .flex-prev:hover,
.newsticker .flex-direction-nav .flex-next:hover {
	color: rgba(0,0,0,.4);
}
.newsticker .flex-direction-nav a:before {
	content: "";
	display: none;
}
.newsticker .slides li a {
	margin-right: 5px;
	color: #53565a;
	text-shadow: 0 1px 0 #fff;
}
.newsticker .slides li a:hover {
	text-decoration: none;
	color: #e44545;
}
.newsticker .slides li time {
	margin-left: 5px;
}
.newsticker .slides li {
	color: #a3a6aa;
}


/* Top search
============================== */
.top-search {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.top-search-input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 10px 0 30px;
	font-size: 14px;
	color: #53565a;
	border: 0 none !important;
	outline: none;
}


/* Content Layout
============================== */
#site-content {
	border-top: 1px solid #ddd;
	background: #f9f9f9;
	overflow-x: hidden;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f9f9f9));
	background-image: -webkit-linear-gradient(#f2f2f2, #f9f9f9);
	background-image: -moz-linear-gradient(#f2f2f2, #f9f9f9);
	background-image: -o-linear-gradient(#f2f2f2, #f9f9f9);
	background-image: linear-gradient(#f2f2f2, #f9f9f9);
}
#top-fullwidth-content {
	padding-bottom: 30px;
}
.content-wrap {
	display: table;
	width: 100%;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
	table-layout: fixed;
}
.main-content,
.sidebar {

	vertical-align: top;
}
.sidebar {
	width: 360px;
	background: #f8f8f8;
	padding: 30px 29px;
	border-left: 1px solid #ddd;
}
.left-sidebar .sidebar {
	border-left: none;
	border-right: 1px solid #ddd;
}
.main-content {
	padding: 0px 29px 0 29px;
	background: #fff;
	width: auto;
}
.secondary-content {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 0 29px 0 29px;
	position: relative;
	margin-top: -1px;
}
.top-content {
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 29px 0 29px;
	border-top: none;
	border-bottom: none;
}


/* Post styles
============================== */
.post-title {
	/*font-weight: bold;*/
	margin-bottom: 10px;
}
.post-meta {
	font-size: 12px;
	color: #a3a6aa;
}
.post-meta i {
	padding-right: 10px;
}
.post-thumbnail {
	position: relative;
}
.post-thumbnail .post-comment,
.tiled-post .tiled-comment {
	position: absolute;
	bottom: 0;
	line-height: 1;
	padding: 8px 12px;
	background: #79a427;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	z-index: 2;

	-webkit-border-radius: 1px 0 0 0;
	   -moz-border-radius: 1px 0 0 0;
	        border-radius: 1px 0 0 0;
}
.post-thumbnail .post-comment:hover {
	text-decoration: none;
}
.post-thumbnail .post-comment:after,
.tiled-post .tiled-comment:after,
.post-single .post-share .post-comment:after {
	content: "";
	border-right: 8px solid transparent;
	border-top: 8px solid #79a427;
	position: absolute;
	right: 5px;
	bottom: -8px;
}
.post-thumbnail .post-thumbnail-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	opacity: 0;

	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.post-thumbnail .post-thumbnail-overlay span {
	position: absolute;
	width: 100px;
	height: 45px;
	margin: -20px 0 0 -50px;
	top: 50%;
	left: 50%;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.post-thumbnail:hover .post-thumbnail-overlay {
	opacity: 1;
}
.readmore-link {
	clear: both;
	display: inline-block;
	margin-top: 20px;
	padding: 12px 20px;
	color: #fff;
	background: #e44545;

	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	        border-radius: 1px;
}
.readmore-link:hover {
	color: #fff;
	text-decoration: none;
}

/* pagination */
.pagination {
	background: #fff;
	margin: 0 -21px;
	padding: 0;
	text-align: right;
	display: block;
	font-size: 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.pagination a,
.pagination span {
	display: inline-block;	
	padding: 20px 30px;
	color: #63666a;
	font-size: 14px;
	background: #f6f6f6;
	border-left: 1px solid #e2e2e2;
	text-shadow: 0 1px 0 #fff;
}
.pagination span {
	background: #fff;
}

/* Post Single */
.post-single .post-header {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ddd;
}
.post-single .single-post-thumbnail {
	margin-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ddd;
}
.post-single .post-header .post-title {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 1.5;
}
.post-single .post-header .post-meta {
	font-size: 14px;
	font-style: italic;
}
.post-single .post-header .post-author {
	text-transform: uppercase;
	font-style: normal;
}


.post-single .post-thumbnail {
	margin-bottom: 30px;
}
.post-single .post-tags {
	margin: 40px 0 30px 0;
}
.post-single .post-tags a {
	display: inline-block;
	position: relative;
	background: #a3a6aa;
	color: #fff;
	font-size: 13px;
	padding: 8px 10px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.post-single .post-tags a:before {
	content: "\f192";
	font-family: "FontAwesome";
	color: rgba(255,255,255,.5);
	padding-right: 10px;
}
.post-single .post-tags a:hover {
	background: #e44545;
	text-decoration: none;
	color: #fff;
}

.post-single-title {
	background: #fff;
	border: 1px solid #ddd;
	padding: 30px 30px; 
	border-top: none;
}

/* Link Pages */
.link-pages {
	text-align: center;
	line-height: 0;
	padding: 20px 0;
	background: #f9f9f9;
}
.link-pages span {
	color: #33363a;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 10px;
}


/* Share Link
============================== */
.post-share {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ddd;
	background: #fff;
}
.post-share .share-heading {
	line-height: 40px;
	display: inline-block;
	margin: 0 20px 0 0;
	padding-right: 20px;
	border-right: 1px solid #ddd;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	color: #33363a;
}
.post-share a {
	display: inline-block;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 5px;
	line-height: 40px;
	text-align: center;
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	font-size: 14px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.post-share .share-facebook {
	background: #3b5998;
}
.post-share .share-twitter {
	background: #00ACED;
}
.post-share .share-googleplus {
	background: #DD4B39;
}
.post-share .share-linkedin {
	background: #0073B2;
}
.post-single .post-share .post-comment {
	position: relative;
	float: right;
	width: auto;
	height: 40px;
	line-height: 40px;
	background: #79a427;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}


/* Author Info
============================== */
.author-info {
	margin-left: -29px;
	margin-right: -29px;
	padding: 30px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #fafafa;
}
.author-info .avatar {
	float: left;
	margin-right: 30px;
	display: block;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}


/* Related posts
============================== */
.related-posts {
	padding-top: 30px;
}
.related-posts-container {
	margin-left: -29px;
	margin-right: -29px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.related-posts-wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.related-post {
	display: table-cell;
	vertical-align: top;
	width: 33.333333%;
	padding: 30px;
}
.related-posts-wrap .related-post:not(:last-child) {
	border-right: 1px solid #e2e2e2;
}
.related-post .related-title {
	color: #43464a;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.related-post .related-title:hover {
	text-decoration: none;
	color: #e44545;
}


/* Comment Section
============================== */
#reply-title {
	text-transform: uppercase;
	font-size: 14px;
	color: #33363a;
	margin: 0 0 30px 0;
	line-height: 1;
}
.form-allowed-tags code {
	margin: 10px 0;
}
.comment-notes {
	margin-bottom: 20px;
}
.comment-section {
	padding-top: 30px;
}
.comment-section .widget-title,
.comment-section .comment-list-wrap,
.comment-section .comment-pagination {
	
	
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;

}
.comment-list-wrap
{
	font-family:'Open Sans';
}
.comment-section .comment-list-wrap {
	padding-bottom: 0;
	margin-bottom: 30px;
}
.comment-section .comment-pagination {
	margin-bottom: 30px;
	text-align: center;
}
.comment-section .comment-pagination a {
	padding: 0 20px;
}
.comment-section .comment-pagination a:last-child {
	border-left: 1px solid #ddd;
}
.comments-list,
.comments-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.comments-list li li {
	margin-left: 60px;
}
.comment-detail {
	padding-top: 5px;
}
.comment-info {
	margin-bottom: 10px;
}
.comment-info .comment-date {
	color: #83868a;
	font-size: 12px;
}
.comment-info .avatar {
	float: left;
	margin-right: 20px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.comment-links {
	position: absolute;
	bottom: -1px;
	right: -1px;
	border: 1px solid #ddd;
	background:#ddd;
}
.comment-links a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
}
.comment-links .comment-edit-link {
	border-left: 1px solid #ddd;
}
.comment-message {
	padding: 30px 30px 40px 30px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	position: relative;
}
.comment-form {

	
	border-top: 1px solid #e2e2e2;
	
	font-family:'Open Sans';
}
.comment-form h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #33363a;
	margin: 0 0 30px 0;
}
.comment-form label {
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
}


/* Posts list
============================== */
.posts-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.posts-list .post-thumbnail {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.posts-list li {
	overflow: auto;
}
.posts-list li:first-child {
	padding-top: 10px;
}
.posts-list li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.posts-list .post-title {
	display: block;
	color: #373737;
	margin-bottom: 5px;
}
.posts-list .post-title:hover {
	color: #e44545;
	text-decoration: none;
}
.posts-list .post-thumbnail .post-thumbnail-overlay,
.related-post .post-thumbnail .post-thumbnail-overlay {
	background: rgba(0,0,0,.7);
}
.posts-list .post-thumbnail .post-thumbnail-overlay .fa,
.related-post .post-thumbnail .post-thumbnail-overlay .fa {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 2px solid #fff;
	margin: -20px 0 0 -20px;
	top: 50%;
	left: 50%;
	line-height: 37px;

	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}


/* Widget
============================== */
.widget-sidebar {
	margin-bottom: 30px;
}
.widget-header {
	margin-bottom: 0 !important;
}
.widget-title, .widgettitle {
	color: #e44545;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}
.widget-title span, .widgettitle span {
	color: #33363a;
}
.widget-footer .widget-title, {
	color: #e44545;
	margin-bottom: 30px;
}
.widget-footer .widget-title span {
	color: #e2e2e2;
}
.widget-footer {
	margin-bottom: 30px;
}
.widget-border {
	margin: 30px -29px 0 -29px;
	clear: both;
	height: 1px;
	background: #ddd;
	box-shadow: 0 1px 0 rgba(255,255,255,.8);
}
.sidebar .widget:last-child .widget-border,
.main-content .widget:last-child .widget-border,
.secondary-content .widget:last-child .widget-border {
	display: none;
}
.widget-primary,
.widget-secondary,
.widget-top {
	padding-top: 30px;
}
.main-content .widget-primary:first-child {
	padding-top: 0;
}
#top-fullwidth-content .widget:first-child {
	margin-top: 30px;
}
.secondary-content .widget:last-child {
	padding-bottom: 30px;
}


/* Archive
============================== */
.taxonomy-description {
	margin-left: -29px;
	margin-right: -29px;
	margin-top: -30px;
	border-bottom: 1px solid #e2e2e2;
	padding: 40px 30px 20px 30px;
	background: #f9f9f9;
}
.taxonomy-description h2,
.taxonomy-description h3 {
	margin: 0 0 20px 0;
	line-height: 1;
	text-transform: uppercase;
}
.taxonomy-description h3 {
	font-size: 16px;
	color: #e44545;
}
.taxonomy-description h2 {
	margin-bottom: 20px;
}
.taxonomy-description .taxonomy-detail {
	font-style: italic;
}
.archive .posts-loop-grid .posts-loop-row:first-child .post-loop,
.archive .posts-loop-list .post-loop:first-child,
.search .posts-loop-list .post-loop:first-child {
	padding-top: 30px;
}


/* Widget Carousel
============================== */
.wpc-carousel {
	position: relative;
}
.wpc-carousel .carousel {
	list-style: none;
	padding: 0;
	margin: 0;
}
.wpc-carousel .post-carousel{
	float: left !important;
}
.wpc-carousel .carousel-nav a {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 35px;
	top: 80px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	z-index: 3;

	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}
.wpc-carousel .carousel-nav .next {
	left: auto;
	right: 35px;
}

.carousel-title {
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	color: #33363a;
}
.carousel-title:hover {
	text-decoration: none;
	color: #e44545;
}
.post-carousel img {
	width: 100%;
	height: auto;
}


/* Widget Recent Entries
============================== */
.widget_recent_entries ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_recent_entries li:before {
	content: counter( re_counter, decimal ) ".";
	font-size: 24px;
	color: #53565a;
	font-style: italic;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}
.widget_recent_entries li {
	counter-increment: re_counter;
	position: relative;
	padding-left: 40px;
	padding-bottom: 30px;
}
.widget_recent_entries li a {
	display: block;
}
.widget_recent_entries li span {
	font-size: 12px;
	color: #63666a;
}
.widget-sidebar.widget_recent_entries li:before {
	color: #ddd;
}
.widget-sidebar.widget_recent_entries li:not(:last-child) {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.widget-sidebar.widget_recent_entries li a {
	color: #53565a;
}
.widget-sidebar.widget_recent_entries li a:hover{
	color: #e44545;
	text-decoration: none;
}
.widget-sidebar.widget_recent_entries li span {
	color: #a3a6aa;
}


/* Widget Flickr
============================== */
.flickr-images .flickr_badge_image {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.flickr-images a {
	display: block;
	position: relative;
	overflow: hidden;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}


/* Widget Categories
============================== */
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_pages ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #a3a6aa;
}
.widget_categories li:not(:last-child),
.widget_archive li:not(:last-child),
.widget_recent_comments li:not(:last-child),
.widget_pages li:not(:last-child) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.widget_categories li a,
.widget_archive li a,
.widget_pages li a {
	font-style: normal;
	margin-right: 5px;
}


/* Widget Recent Comments
============================== */
.widget_recent_comments li a:last-child {
	color: #53565a;
	font-style: italic;
}


/* Widget Post Stream
============================== */
.post-stream-tab .stream-header {
	list-style: none;
	padding: 0;
	margin: 0;
}
.post-stream-tab .stream-header li a {
	display: block;
	width: 50%;
	text-align: center;
	padding: 15px 0;
	float: left;
	background: #33363a;
	color: #ddd;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	outline: none;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;

	-webkit-border-radius: 0 2px 2px 0;
	   -moz-border-radius: 0 2px 2px 0;
	        border-radius: 0 2px 2px 0;
}
.post-stream-tab .stream-header li i {
	margin-right: 5px;
}
.post-stream-tab .stream-header li a:hover,
.post-stream-tab .stream-header li.ui-state-active a {
	text-decoration: none;
	background: #e44545;
	color: #fff;
}
.post-stream-tab .stream-header li.stream-latest a {
	-webkit-border-radius: 2px 0 0 2px;
	   -moz-border-radius: 2px 0 0 2px;
	        border-radius: 2px 0 0 2px;
}
.post-stream-tab .stream-content {
	padding-top: 30px;
	clear: both;
}


/* Widget Slider
============================== */
.wpc-widget-posts-slider .widget-border {
	margin-top: 20px;
}
.wpc-slider .flex-direction-nav a {
	opacity: 1 !important;
	width: 40px;
	height: 40px;
	color: #fff;
	border: 2px solid #fff;
	line-height: 37px;
	text-align: center;
	top: 40%;

	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}
.wpc-slider .flex-direction-nav a:before {
	content: "";
	display: none;
}
.wpc-slider .flex-direction-nav .flex-next {
	right: 20px;
}
.wpc-slider .flex-direction-nav .flex-prev {
	left: 20px;
}
.wpc-slider .slider-item {
	position: relative;
}
.wpc-slider .slider-caption h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.4;
	margin: 0;
	padding-bottom:10px;
}
.wpc-slider .slider-caption h2 a {
	color: #43464a;
	display: block;
}
.wpc-slider .slider-caption h2 a:hover {
	color: #63666a;
	text-decoration: none;
}
.wpc-slider .post-excerpt {
	margin-top: 20px;
}
.widget-slider .widget-border {
	background: #ddd;
}
.wpc-slider-2 .slider-item {
	margin-bottom: 10px;
}
.wpc-slider-2 .flex-direction-nav a {
	top: 50%;
}
.wpc-slider-2 .slider-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 30px 10px 30px;/*MFI_Customization_Start*/
	/*
	background-color
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0,0,0,.5)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.5));
	background-image: -moz-linear-gradient(transparent, rgba(0,0,0,.5));
	background-image: -o-linear-gradient(transparent, rgba(0,0,0,.5));
	background-image: linear-gradient(transparent, rgba(0,0,0,.5));
	*/
	
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 21%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(21%,rgba(0,0,0,0.3)), color-stop(50%,rgba(0,0,0,0.45)), color-stop(80%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 21%,rgba(0,0,0,0.45) 50%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 21%,rgba(0,0,0,0.45) 50%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 21%,rgba(0,0,0,0.45) 50%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 21%,rgba(0,0,0,0.45) 50%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */

	
}
.wpc-slider-2 .slider-caption h2 {
	padding-top: 0;
}
.wpc-slider-2 .slider-caption h2 a,
.wpc-slider-2 .slider-caption h2 a:hover {
	color: #fff;
}


/* Widget Category Stream
============================== */
.widget-category-stream,
.widget-slider {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.widget-category-stream .widget-border {
	margin-top: 0;
}
.category-stream-wrap {
	display: table;
	width: 100%;
}
.category-stream-wrap .category-stream {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding: 30px 0;
}
.category-stream-wrap .category-stream.first {
	border-right: 1px solid #ddd;
	padding-right: 30px;
}
.category-stream-wrap .category-stream.second {
	padding-left: 30px;
}

/* Category stream 1 */
.widget-category-stream-single .category-stream-wrap .category-stream {
	padding-top: 0;
}

/* Category stream 3 */
.category-stream-wrap-3 .category-stream.first {
	width: 32.3333%;
	border-right: none;
}
.category-stream-wrap-3 .category-stream.second {
	padding-right: 30px;
	width: 35.3333%;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.category-stream-wrap-3 .category-stream.third {
	width: 32.3333%;
	border-left: none;
	padding-left: 30px;
}


/* Widget Posts Loop
============================== */
.post-loop .post-thumbnail {
	margin-right: 30px;
	margin-bottom: 10px;
}
.post-loop .post-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.post-loop .post-title a {
	color: #43464a;
	display: block;
}
.post-loop .post-title a:hover {
	color: #e44545;
	text-decoration: none;
}
.post-loop .post-excerpt {
	margin-top: 15px;
}

/* List */
.posts-loop-list .post-loop {
	margin-left: -29px;
	margin-right: -29px;
	margin-bottom: 30px;
}
.posts-loop-list .post-loop-wrap {
	padding-left: 29px;
	padding-right: 29px;
}
.posts-loop-list .post-loop:not(:last-child) {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

/* Grid */
.posts-loop-grid {
	margin-left: -29px;
	margin-right: -29px;
}
.posts-loop-grid .posts-loop-row {
	display: table;
	width: 100%;
}
.posts-loop-grid .posts-loop-row:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.posts-loop-grid .posts-loop-row .post-loop,
.posts-loop-grid .helper-grid {
	display: table-cell;
	width: 50%;
	padding: 30px;
	vertical-align: top;
}
.posts-loop-grid .posts-loop-row:first-child .post-loop {
	padding-top: 0;
}
.posts-loop-grid .posts-loop-row .post-loop:first-child {
	border-right: 1px solid #ddd;
}
.posts-loop-grid .posts-loop-row .post-loop .post-thumbnail {
	margin-bottom: 20px;
	float: none;
	margin-right: 0;
}
.posts-loop-grid .posts-loop-row .post-loop .post-thumbnail img {
	width: 100%;
	height: auto;
}


/* Widget Tiled Posts
============================== */
.tiled-posts {
	overflow: hidden;
	padding-bottom: 10px;
}
.tiled-posts .tiled-big {
	width: 66.666667%;
}
.tiled-posts .tiled-small {
	width: 33.333333%;
}
.tiled-posts .post-tiled-big {
	height: 400px;
	border-bottom: 1px solid #fff;
}
.tiled-posts .post-tiled-medium {
	height: 200px;
	width: 50%;
	float: left;
	border-bottom: 1px solid #fff;
}
.tiled-posts .post-tiled-medium:last-child {
	border-left: 1px solid #fff;
}
.tiled-posts .post-tiled-small {
	height: 300px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.tiled-posts .post-tiled-big,
.tiled-posts .post-tiled-medium,
.tiled-posts .post-tiled-small {
	background-size: cover;
	background-position: center center;
}
.tiled-post {
	position: relative;
}
.tiled-post .tiled-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 200px 30px 30px 30px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0,0,0,.9)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.9));
	background-image: -moz-linear-gradient(transparent, rgba(0,0,0,.9));
	background-image: -o-linear-gradient(transparent, rgba(0,0,0,.9));
	background-image: linear-gradient(transparent, rgba(0,0,0,.9));
	z-index: 1;
}
.tiled-post .tiled-caption.small {
	padding-bottom: 20px;
}
.tiled-post .tiled-caption h2 {
	font-weight: bold;
	font-size: 28px;
}
.tiled-post .tiled-caption h2 a,
.tiled-post .tiled-caption .tiled-title {
	color: #fff;
	display: block;
}
.tiled-post .tiled-caption h2 a:hover,
.tiled-post .tiled-caption .tiled-title:hover {
	text-decoration: none;
}
.tiled-post .tiled-caption .tiled-title {
	font-weight: bold;
	font-size: 14px;
}
.tiled-post .tiled-caption .post-meta {
	margin-top: 5px;
}
.tiled-post .tiled-readmore {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,.8);
	display: block;
	text-decoration: none;
	opacity: 0;

	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	        transition: all .5s ease;

}
.tiled-post .tiled-readmore span {
	text-transform: uppercase;
	color: #fff;
	line-height: 50px;
	height: 50px;
	margin-top: -25px;
	width: 100px;
	margin-left: -50px;
	left: 50%;
	top: 50%;
	position: absolute;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
}
.tiled-post:hover .tiled-readmore {
	opacity: 1;
}
.tiled-post .tiled-comment {
	z-index: 3;
}


/* Widget Tagcloud
============================== */
.tagcloud a {
	display: inline-block;
	margin: 0 1px 5px 0;
	background: #a3a6aa;
	color: #fff;
	padding: 8px 10px;
	font-size: 13px !important;
	text-transform: capitalize;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.tagcloud a:before {
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 6px;
	color: #fff;
	padding-right: 8px;
}
.tagcloud a:hover {
	text-decoration: none;
	background: #e44545;
	color: #fff;
}


/* Widget Calendar
============================== */
.widget_calendar table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	border: 1px solid #eee;
}
.widget_calendar table td,
.widget_calendar table th {
	border: 1px solid #eee;
	text-align: center;
	padding: 5px 0;
}
.widget_calendar caption {
	text-transform: uppercase;
	padding-bottom: 20px;
	color: #33363a;
}
.widget_calendar thead th {
	font-weight: normal;
}


/* Responsive FB Likebox
============================== */
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }


/* Footer
============================== */
.footer-nav-wrap {
	padding: 30px 0;
	background: #e44545;
}
#footer-content {
	background: #33363a;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
}
.footer-widget-area {
	padding: 0 0 10px 0;
	color: #83868a;
}
.footer-widget-area a {
	color: #a3a6aa;
}
.footer-widget-area li {
	border-color: #43464a !important;
}
.footer-widget-area a:hover {
	color: #e2e2e2;
	text-decoration: none;
}
.colophon {
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.08);
	border-bottom: none;
	border-top: none;
	padding: 20px 30px;
	color: #a3a6aa;
	font-size: 12px;
}
.footer-logo {
	padding: 40px 0;
}
.footer-logo .tagline {
	color: #83868a;
	padding-top: 10px;
	font-size: 12px;
}
.footer-socials {
	clear: both;
	margin-bottom: 60px;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.08);
	border-right: none;
	border-left: none;
}
.footer-socials a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,.05);
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #aaa;
}
.footer-socials a:first-child {
	border-left: 1px solid rgba(255,255,255,.05);
}
.footer-socials a:hover {
	color: #fff;
}


/* Breadcrumb
============================== */
.breadcrumb {
	margin-bottom: 20px;
	padding: 0 30px;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.08);
	border-top: none;
	color: #83868a;
	line-height: 0;
	min-height: 60px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.breadcrumb .breadcrumb-heading {
	text-transform: uppercase;
	padding-right: 30px;
	float: left;
	line-height: 60px;
}
.breadcrumb .breadcrumb-content {
	display: inline-block;
	border-left: 1px solid rgba(255,255,255,.1);
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}
.breadcrumb a {
	color: #bbb;
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid rgba(255,255,255,.1);
}
.breadcrumb a:hover {
	color: #ddd;
	text-decoration: none;
}
.breadcrumb a:last-child {
	margin-right: 20px;
}


/* Back to top
============================== */

.back-to-top a {
	display: inline-block;
	background: #53565a;
	color: #fff !important;
	line-height: 1;
	padding: 5px 25px;

	-webkit-border-radius: 2px 2px 0 0;
	   -moz-border-radius: 2px 2px 0 0;
	        border-radius: 2px 2px 0 0;
}
.back-to-top a:hover {
	opacity: 1;
}


/* Flexslider
============================== */
.flexslider {
	border: none;
	background: transparent;
	margin: 0;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Misc. classes
============================== */
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}


/* Top bar
============================== */
#topbar {
	background: #f2f2f2;
	height: 40px;
	border-bottom: 1px solid #ddd;
}
.curdate {
	line-height: 40px;
	color: #53565a;
	font-size: 13px;
	text-transform: uppercase;
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 20px;
}
.top-menu {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
}
.top-menu li {
	position: relative;
}
.top-menu &gt; li {
	float: left;
}
.top-menu &gt; li &gt; a {
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 20px;
	color: #53565a;
	text-transform: uppercase;
	border-right: 1px solid #ddd;
}
.top-menu &gt; li &gt; a:hover,
.top-menu &gt; li:hover {
	text-decoration: none;
	background: #fff;
}
.top-menu &gt; li:first-child &gt; a {
	border-left: 1px solid #ddd;
}
/* Child */
.top-menu ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
	top: 39px;
	left: -1px;
	background: #f2f2f2;
	border: 1px solid #ddd;
	z-index: 9999;
	display: none;
}
.top-menu ul a {
	display: block;
	text-transform: uppercase;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	color: #53565a;
}
.top-menu li li:last-child a {
	border-bottom: none;
}


/* Header Dark
============================== */
.header-dark #topbar {
	background: #43464a;
	border-bottom-color: #53565a;
}
.header-dark .top-menu &gt; li &gt; a {
	border-right-color: #53565a;
	color: #d3d6da;
	text-shadow: 0 1px 0 #000;
}
.header-dark .top-menu &gt; li:first-child &gt; a {
	border-left-color: #53565a;
}
.header-dark .curdate {
	background: #33363a;
	border-color: #53565a;
	color: #d3d6da;
}
.header-dark .top-menu &gt; li &gt; a:hover,
.header-dark .top-menu &gt; li:hover {
	background: #33363a;
}
.header-dark .top-menu ul {
	background: #43464a;
	border-color: #53565a;
}
.header-dark .top-menu ul a {
	color: #d3d6da;
	text-shadow: 0 1px #000;
	border-color: #53565a;
}



/* Menu 2
============================== */
.menu-2 #site-nav {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 5px solid #e44545;
}
.menu-2 .site-menu &gt; li &gt; a {
	font-size: 14px;
	color: #33363a;
	text-shadow: none;
	padding-top: 22px;
	padding-bottom: 22px;
	border-right: 1px solid #ddd;
}
.menu-2 .site-menu &gt; li:first-child &gt; a {
	border-left: 1px solid #ddd;
}
.menu-2 .site-menu &gt; li &gt; a:hover {
	background: #f2f2f2;
}
.menu-2 .site-menu &gt; li.current-menu-item:hover,
.menu-2 .site-menu &gt; li.current-menu-item {
	background: #f2f2f2;
}
.header-dark.menu-2 #site-nav {
	background: #43464a;
	border-top-color: #53565a;
	border-bottom-color: #e44545;
}
/*.header-dark.menu-2 .site-menu &gt; li {
	border-right: 1px solid #53565a;
}
.header-dark.menu-2 .site-menu &gt; li:first-child {
	border-left: 1px solid #53565a;
}*/
.header-dark.menu-2 .site-menu &gt; li &gt; a {
	color: #e2e2e2;
	border: none !important;
}
.header-dark.menu-2 .site-menu &gt; li:first-child &gt; a {
	border-left: none;
}
.header-dark.menu-2 .site-menu &gt; li &gt; a:hover,
.header-dark.menu-2 .site-menu &gt; li.current-menu-item:hover,
.header-dark.menu-2 .site-menu &gt; li.current-menu-item {
	background: #e44545;
	color: #fff;
}


/* Search Form
============================== */
.search-form .search-wrap {
	width: 100%;
	margin-right: -50px;
	float: left;
}
.search-form .search-inner {
	margin-right: 50px;
}
.search-form .search-input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-right: none;
	padding: 0 10px;
	float: left;
}
.search-form .search-button {
	float: right;
	width: 50px;
	border: 1px solid #ddd;
	height: 50px;
	line-height: 50px;
}

/* Page
============================== */
.page .post-header {
	margin-bottom: 30px;
}
.page #reply-title {
	margin-left: -29px;
	margin-right: -29px;
	padding: 30px 30px 0 30px;
	border-top: 1px solid #ddd;
}


/* 404
============================== */
.post-404 .post-header {
	padding-bottom: 0;
	margin-bottom: 30px;
}
.post-404 .post-content {
	padding-bottom: 50px;
}
.post-404 .search-form {
	margin-top: 40px;
}
.archive .post-404 {
	padding-top: 30px;
}


/* Archive Page Template
============================== */
.page-template-archive .user-content {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-left: -29px;
	margin-right: -29px;
	padding-left: 30px;
	padding-right: 30px;
}
.archive-template h2 {
	font-size: 14px;
	color: #33363a;
	text-transform: uppercase;
}
.archive-template ul {
	color: #79a427;
	border-left: 1px solid #ddd;
	margin-left: 30px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 40px;
}
.archive-template li {
	position: relative;
	list-style: disc;
	margin-left: 40px;
	padding: 5px 0;
}
.archive-template li:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 15px;
	height: 1px;
	background: #ddd;
	left: -40px;
}


/* Off Canvas Navigation
============================== */
#off-canvas-nav {
	position: fixed;
	top: 0;
	overflow: scroll;
	top: 0;
	right: -300px;
	z-index: 9999;
	background: #33363a;
	width: 300px;
	height: 100%;
	padding: 30px;
	border-right: 5px solid #e44545;
	border-left: 3px solid #000;
}
.off-canvas-menu,
.off-canvas-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.off-canvas-menu {
	margin-top: 40px;
}
.off-canvas-menu ul {
	display: none;
}
.off-canvas-menu ul {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid rgba(255,255,255,.05);
}
.off-canvas-menu li {
	position: relative;
}
.off-canvas-menu li li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	width: 10px;
	height: 1px;
	background: rgba(255,255,255,.05);
}
.off-canvas-menu li a {
	color: #ddd;
	display: block;
	line-height: 40px;
	text-transform: uppercase;
}
.off-canvas-menu li a:hover {
	color: #e44545;
	text-decoration: none;
}
.off-canvas-close {
	position: absolute;
	top: 30px;
	margin-left: -20px;
	left: 50%;
	text-align: center;
	line-height: 35px;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(255,255,255,.5);
	color: #fff;
	color: rgba(255,255,255,.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.off-canvas-close:hover {
	color: #fff;
	border-color: #fff;
}
.off-canvas-child {
	position: absolute;
	top: 5px;
	right: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	border: 1px solid rgba(255,255,255,.1);
	color: rgba(255,255,255,.5);
	cursor: pointer;

	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
}
.off-canvas-child:hover {
	color: #fff;
	border-color: #fff;
}


/* WordPress Core
============================== */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #f2f2f2;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0px;
}
.sticky, 
.gallery-caption,
.bypostauthor {
	
}


/* Gallery
============================== */
.gallery {
	clear: both;
	margin: 20px 0 30px 0;
}
.gallery .gallery-icon,
.gallery .gallery-item {
	display: inline-block;
}

/* Plugins
============================== */
div.social-count-plus .label {
	font-size: 10px;
}


/* Responsive Design
============================== */
@media( max-width: 1200px ) and (min-width: 992px) {
	.category-stream-wrap-2 {
		display: block;
		margin-left: -29px;
		margin-right: -29px;
		width: auto;
	}
	.category-stream-wrap-2 .category-stream {
		width: 100%;
		display: block;
		padding-left: 30px !important;
		padding-right: 30px !important;
		border-left: none !important;
		border-right: none !important;
	}
	.category-stream-wrap-2 .category-stream.first {
		border-bottom: 1px solid #ddd;
	}
}

@media(max-width:700px)
{
	.comments-list li li
	{
		margin-left:20px;
	}
}




/*
@media( max-width: 992px) and ( min-width: 768px) {
	.sidebar {
		display: none;
	}
	.category-stream-wrap-3 .category-stream.third {
		display: none;
	}
	.category-stream-wrap-3 .category-stream.first {
		width: 50%;
	}
	.category-stream-wrap-3 .category-stream.second {
		border-right: none;
		padding-right: 0;
		width: 50%;
	}
}


@media( max-width: 992px) {
	.breadcrumb .breadcrumb-heading {
		border-bottom: 1px solid #53565a;
		float: none;
		display: block;
	}
	#site-title {
		text-align: center;
	}
	#top-ad {
		margin-top: 30px;
		display: none;
	}
	.menu-2 #site-nav {
		border: none;
	}
	#site-nav,
	.top-menu {
		display: none;
	}
	#bottom-nav {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.mobile-menu-button {
		display: block;
	}
	.bottom-nav-wrap {
		margin-right: -160px;
	}
	.bottom-nav-inner {
		margin-right: 160px;
	}
	#site-content {
		margin-top: -1px;
	}
}
@media( max-width: 767px ) {
	.sidebar,
	.main-content {
		display: block;
		width: 100%;
	}
	.container {
		max-width: 80%;
	}
	.sidebar {
		position: relative;
		margin-top: -1px;
		border-left: none;
		border-top: 1px solid #ddd;
	}
	.left-sidebar .sidebar {
		display: none;
	}
	.category-stream-wrap-3,
	.category-stream-wrap-2 {
		display: block;
		margin-left: -29px;
		margin-right: -29px;
		width: auto;
	}
	.category-stream-wrap-3 .category-stream,
	.category-stream-wrap-2 .category-stream {
		display: block;
		border-right: none !important;
		border-left: none !important;
		width: 100% !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
		border-top: 1px solid #ddd;
	}
	.category-stream-wrap-2 .category-stream:first-child,
	.category-stream-wrap-3 .category-stream:first-child {
		border-top: none;
	}
	.pagination a,
	.pagination span {
		padding: 15px 25px;
	}
	#topbar {
		display: none;
	}
}
@media( max-width: 600px ) {
	.posts-loop-grid .posts-loop-row,
	.posts-loop-grid .posts-loop-row .post-loop, 
	.posts-loop-grid .helper-grid  {
		display: block;
		width: 100%;
	}
	.posts-loop-grid .posts-loop-row {
		margin-bottom: 0;
	}	
	.posts-loop-grid .posts-loop-row .post-loop:first-child {
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.posts-loop-grid .posts-loop-row:first-child .post-loop {
		padding-top: 30px;
	}
	.posts-loop-grid .posts-loop-row:first-child .post-loop:first-child {
		padding-top: 0;
	}
	.pagination a,
	.pagination span {
		padding: 10px 15px;
	}
	.ticker,
	.search-button,
	#top-fullwidth-content,
	#top-fullwidth-content-homepage,
	.breadcrumb {
		display: none;
	}
	#site-content {
		margin-top: -1px;
	}
	.bottom-nav-wrap {
		margin-right: -100px;
	}
	.bottom-nav-inner {
		margin-right: 100px;
	}
	.container {
		max-width: 90%;
	}
	.wpc-slider .slider-caption h2 {
		font-size: 18px;
		padding-bottom: 5px;
	}
	.related-posts-wrap .related-post {
		display: block;
		width: 100%;
		border-right: none !important;
		border-bottom: 1px solid #ddd;
	}
	.related-posts-wrap .related-post .post-thumbnail {
		display: inline-block;
	}
	.related-posts-wrap .related-post:last-child {
		border-bottom: none;
	}
	.post-single-title .post-title {
		font-size: 24px;
	}
}
*/</pre></body></html>