/*
Theme Name: Summit Lite
Theme URI: http://www.calvinkoepke.com/themes/summit-lite
Description: A free responsive, modern Wordpress theme for the avid blogger.
Author: Tethered Themes
Author URI: http://www.creativemarket.com/calvinkoepke/
Version: 1.0.4
Tags: black, gray, silver, white, yellow, light, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, post-formats, sticky-post, theme-options, threaded-comments
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*

1. Import External Stylesheets
2. Import External Fonts
3. Structure
4. Links
5. Main Typography
6. Header 
7. Navigation
8. Post
9. Sidebar
10. Captions
11. Buttons & Forms
12. Single Post
13. Comments
14. Footer
15. Viewport Modifications
16. Widget Fixes
17. WordPress Core Styles
18. Post Formats

/*==================================

IMPORT EXTERNAL FONTS===============

==================================*/

@font-face {
    font-family: 'antonio';
    src: url('fonts/antonio.eot');
    src: url('fonts/antonio.eot?#iefix') format('embedded-opentype'),
         url('fonts/antonio.woff') format('woff'),
         url('fonts/antonio.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'antoniobold';
    src: url('fonts/antonio-bold.eot');
    src: url('fonts/antonio-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/antonio-bold.woff') format('woff'),
         url('fonts/antonio-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*==================================

STRUCTURE===========================

==================================*/

.container {
	padding: 40px 40px 0;
	background: #fff;
}
#content:first-of-type,
.content:first-of-type {
	border-top: 0;
}
#content,
.content {
	position: relative;
	background: #f7f7f7;
	border: 1px solid #dfdfdf;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;

}
#landing {
	margin-top: 0;	
}
.single-nav-container {
	padding: 20px 40px 0;
	background: #fff;
	opacity: .5;
	-webkit-transition: all .55s ease-in-out;
	-moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
}
.single-nav-container:hover {
	opacity: .7;
}
.alignnone img {
	max-width: 100%;
}
/*.divider-home {
	display: block;
	height: 7px;
	background: #FDDF7D;
	margin: 0 -20px;
}
.divider-home:first-of-type {
	display: none;
}*/

/*==================================

LINKS===============================

==================================*/

a {
	color: #6FCAA1;
	text-decoration:none;
	-webkit-transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
}
a:hover {
	color:#111;
	text-decoration: none;
}

/*==================================

MAIN TYPOGRAPHY=====================

==================================*/

body {
	font-family: 'Lora', Georgia, serif;
	color: #555;
	font-size: 14px;
	line-height: 20px;
}
strong {
	font-weight: 700;
}
em {
    font-style: italic;
}
p {
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'antoniobold', Arial, sans-serif;
	color: #111;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: none;
	margin: 40px 0 18px;
	line-height: 1.006em;
}
h1 {
	font-size: 3.5em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: .8em;
}
blockquote {
	margin: 20px;
	border-left: 7px solid #FDDF7D;
	padding: 9px 20px 14px;
}
blockquote p {
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
	font-style: italic;
}
ul, ol {
	margin-bottom: 20px;
	margin-left: 40px;
}
li {
	margin-bottom: 10px;
	line-height: 1.5em;
}
ul ul, ol ol {
	margin-left: 20px;
}
ul ul li, ol ol li {
	margin: 10px 0;
}
ol ol li {
	list-style: lower-latin;
}
::selection {
	background: #fddf7d;
	color: #333;
}
.alignright {
	display: block;
	float: right;
	margin-left: 20px;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 20px;
}
.aligncenter {
	display: block;
	text-align: center;
}
.offset {
	position: absolute;
	display: inline; 
	margin: 0;
	padding: 0;
	line-height: 0;
	text-indent: -99999px;
}

/*==================================

HEADER==============================

==================================*/

header {
	border-bottom: 7px solid #FDDF7D;
	height: auto;
}
header h1 {
	text-align: center;
}
#site-description {
	font-size: 1.2em;
	font-weight: 100;
	text-align: center;
	/* font-style: italic; */
}
#site-title {
	color: #333;
	border-bottom: none;
}
#site-title:hover {
	background: transparent;
}
.site-logo-wrapper {
	display: block;
	width: 100%;
	text-align: center;
}
#site-logo {
	margin-top: 0;
	margin-bottom: 20px;
}

/*==================================

NAVIGATION==========================

==================================*/

#single-nav a {
	color: #333;
	opacity: 1 !important;
}
#single-nav a:hover {
	background: none;
	color: black;
	border-bottom: none;
}
.top-nav {
	background: #333;
	font-style: italic;
	display: block;
}
.top-nav #menu, 
.top-nav .menu,
.top-nav ul:first-child {
	padding-top: 8px;
	position: relative;
	z-index: 99999;
}
.top-nav a {
	border-bottom: none;
	padding: 10px;
}
.top-nav a:hover {
	color: #fff;
}
.top-nav ul {
	text-align: center;
	margin: 0;
	display: block;
}
.top-nav li {
	margin-bottom: 8px;
	display: inline-block;
}
.top-nav ul.sub-menu,
.top-nav ul.children {
	min-width: 100px;
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .3);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .3);
    background: #333;
}
.top-nav ul.sub-menu li,
.top-nav ul.children li {
	margin: 0;
	border-bottom: 1px solid #555;
	display: block;
	text-align: left;
}
.top-nav ul.sub-menu li a:after, 
.top-nav ul.children li a:after {
	content: ' \00BB';
}
.top-nav ul.children li a:only-child:after,
.top-nav ul.sub-menu li a:only-child:after {
	content: "";
}
.top-nav ul.sub-menu li:first-child,
.top-nav ul.children li:first-child {
	border-top: 1px solid #555;
}
.top-nav #menu li ul.sub-menu,
.top-nav .menu li ul.children,
.top-nav ul li ul.children {
	margin-top: 8px;
	position: absolute;
	display: none;
	height: auto;
	z-index: 9999;
}
.top-nav .menu li .children {
	display: none;
}
.top-nav .menu li ul.children li {
	display: block;
	border-right: none;
	margin: 0;
	text-align: left;
}
.top-nav #menu li ul.sub-menu li a,
.top-nav .menu li ul.children li a,
.top-nav ul li ul.children li a {
	display: block;
	padding-left: 10px;
}
.top-nav #menu li ul.sub-menu li a:hover,
.top-nav .menu li ul.children li a:hover,
.top-nav ul li ul.children li a:hover {
	background: transparent;
	color: #fff;
}
.top-nav #menu li ul.sub-menu li ul,
.top-nav .menu li ul.children li ul,
.top-nav ul li ul.children li ul {
    position: absolute;
    text-align: left;
	width: 100%;
	display: none;
	left: 100%;
	margin-top: -42px;
	border-left: 1px solid #444;
}
.nav-below {
	padding-top: 10px;
}
/* Active Tabs */
.current-menu-item > a,
.current-menu-ancestor > a {
	color: #fff;
}

/* Mobile Navigation */

a#mobile-nav {
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 0;
}
.mobile-menu {
	display: none;
}
.mobile-menu ul {
	border-top: 1px solid #555;
}
.mobile-menu ul li {
	display: block;
	padding: 0;
	margin-bottom: 0;
}
.mobile-menu ul li a {
	display: block;
}
.mobile-menu ul li ul.children {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 0;
	background: #252525;
	-webkit-box-shadow: inset 0px 7px 5px -3px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 7px 5px -3px rgba(0, 0, 0, .3);
}
.mobile-menu ul li ul.children li ul.children {
	background: #121212;
}
.mobile-menu ul li ul.children li {
	text-align: center;
	border-bottom: 0;
}
.mobile-menu ul li ul.children li a:before {
	content: "- ";
}
.mobile-menu ul li ul.children li ul.children li a:before {
	content: "-- ";
}
.mobile-menu ul li ul.children li:first-child {
	border-top: 0;
}
.mobile-menu .current_page_item a {
	color: #fff;
}

/*==================================

POST================================

==================================*/

.post-landing {
	margin-top: 20px;	
}
.post-header-wrapper {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 3px solid #e3e3e3;
}
.post-header-wrapper p {
	font-style: italic;
}
.post-title {
	margin: 0;
	line-height: 1.4em;
	font-size: 3.5em;
}
.post-home {
	overflow: hidden;
	margin-bottom: 20px;
}
.post-home .post-title {
	font-size: 2.5em;
	color: #333;
}
.title-link {
	color: #333;
	border-bottom: none;
}
.title-link:hover {
	background: transparent;
	border-bottom: none;
	color: #6FCAA1;
}
article img {	
	margin-bottom: 20px;
}
article .alignleft {
	margin-right: 20px;
	margin-bottom: 0;
}
article h3 {
	padding-bottom: 5px;
}
.meta {
	font-size: .8em;
	padding: 10px 0;
	padding-left: 0 !important;
	border-top: 2px dotted #e3e3e3;
	border-bottom: 2px dotted #e3e3e3;
}
.meta a {
	color: #adadad;
	border-bottom: none;
}
.top-meta {
	margin-bottom: 5px;
}
.post-home .meta {
	padding-bottom: 10px;
	border-bottom: 2px dotted #e3e3e3;
}
#post-single {
	overflow: hidden;
	padding-top: 20px;
}
#post-single p, 
#post-single li {
	font-size: 16px;
}
.regular-post-featured-bg {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.regular-post-featured-bg img {
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, .4);
        box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, .4);
	margin-bottom: 0;
}
.meta-container {
	margin-top: 20px;
}
.meta-container .meta span {
	margin-right: 10px;
}
.meta-container .meta span i {
	margin-right: 5px;
	color: #999;
}

/* 404 Page */
.page-404 {
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
}
.title-404 {
	font-size: 10em;
	margin-top: 0;
}

/*==================================

SIDEBAR=============================

==================================*/

#sidebar h3 {
	font-family: 'antonio', Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
	font-size: 1.5em;
}
#sidebar .widget {
	margin-top: 30px;
	padding-right: 20px;
}
#sidebar div:first-of-type {
	margin-top: 30px;
}
.sidebar-single {
	opacity: .5;
	-webkit-transition: all .55s ease-in-out;
		-moz-transition: all .55s ease-in-out;
        -ms-transition: all .55s ease-in-out;
        -o-transition: all .55s ease-in-out;
		transition: all .55s ease-in-out;
}
.sidebar-single:hover {
	opacity: 1;
}

/*SOCIAL============================*/

#social-sidebar {
	position: relative;
	background: #f1f1f1;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	-webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
} 
#social-sidebar ul {
	margin: 0;
	padding: 6px 10px;
}
#social-sidebar li {
	list-style: none;
	display: inline;
	padding: 0 5px;
	margin: 0;
	font-family: 'socialicoregular';
	font-size: 2.5em;
	line-height: 1em;
	color: #e3e3e3;
}
#social-sidebar li a {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#social-sidebar li a:hover {
	color: #333;
}
li#twitter-active a {
	color: #3d8fca;
}
li#facebook-active a {
	color: #4762a0;
}
li#dribbble-active a {
	color: #ea4d89;
}
li#google-active a {
	color: #db4a38;
}
li#pinterest-active a {
	color: #d65257;
}
li#behance-active a {
	color: #1769ff;
}

/*==================================

CAPTIONS============================

==================================*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	max-width: 99%;
}
.wp-caption-text {
	font-size: 12px !important;
	line-height: 17px;
	font-style: italic;
	padding: 5px 4px;
	margin: 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	-webkit-user-drag: none;
	max-width: 99%;
}

/*==================================

BUTTONS & FORMS=====================

==================================*/

input[type="submit"], input[type="button"], input[type="reset"], .btn {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 1em;
	line-height: 1.428571429;
	font-weight: normal;
	color: #111;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .btn:hover {
	color: #111;
	background-color: rgb(255, 153, 0);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429em;
}

/*===============CONTACT FORM */

.contact-form {
	width: 760px;
}
.contact-form label {
	font-weight: 700;
	text-transform: uppercase;
}
.contact-form label span {
	text-transform: none;
	padding-left: 10px;
	font-size: .8em;
	font-weight: 300;
	font-style: italic;
}
.contact-form input, .contact-form textarea {
	margin-top: 10px;
	margin-bottom: 25px;
	width: 100%;
}
.contact-submit input {
	width: inherit;
}

/*==================================

SINGLE POST=========================

==================================*/

.single-post-title {
	line-height: 1.4em;
	text-transform: uppercase;
	border-bottom: 7px solid #FDDF7D;
}
.single-post-title h1 {
	line-height: 1.2em;
	margin: 20px 0 0;	
}
.single-post-title .meta {
	border-top: none;
	text-transform: none;
	font-size: .8em;
	margin-top: 0;
	font-style: italic;
}
abbr[title], abbr[data-original-title] {
	border-bottom: none;
}

/*==================================

COMMENTS============================

==================================*/

#comments-wrap {
	padding-top: 20px;
}
#reply-title {
	margin-bottom: 5px;
}
.comments-link a {
	color: #6FCAA1;
}
.comments-title {
	margin-top: 0;
	line-height: 1.5em;
}
.commentlist {
	margin-left: 0;
}
.comment {
	list-style: none;
	margin-left: 0;
}
.comment article {
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #cecece;
}
.comment-body {
	font-weight: 100;	
	border: 1px solid #dadada;
	padding: 10px;
	margin-bottom: 20px;
}
.comment-content p {
	margin-bottom: 5px;
}
.comment-content {
	padding-left: 85px;
}
.comment-meta {
	font-size: .8em;
	border-bottom: 2px dashed #e3e3e3;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.comment-author {
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}
.avatar {
	margin-bottom: 0;
}
.comment ul.children {
	margin-top: 10px;
}
.comment ul.children > li.bypostauthor > article {
	border-left: 7px solid #FDDF7D;
}
.reply {
	text-align: right;
}
#comment-nav-above {
	margin-bottom: 20px;
}
#commentform textarea, 
#commentform input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: block;
}
#commentform {
	width: auto;
}

/*==================================

FOOTER==============================

==================================*/

#footer-container {
	padding: 20px;
	margin-top: 0;
	border-top: 3px solid #121212;
	background: #333;
}
#footer-wrapper {
	padding: 5px 40px 0;
}
footer {
	font-size: .8em;
	color: #888;
}
footer p {
	margin-bottom: 0;
}
footer a:hover {
	color: #f1f1f1;
}

/*==================================

VIEWPORT MODIFICATIONS==============

==================================*/

@media (min-width: 768px) and (max-width: 979px) {
	.container {
		padding: 40px 0;
	}
	body {
		background: #fff !important;
	}
	.wp-caption-text {
		width: auto !important;
	}
	.featured-bg {
		display: none;
	}
	.comment-content {
		padding-left: 0;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.featured-bg {
		display: none;
	}
	#sidebar {
		display: none;
	}
	.container { 
		padding: 0;
	}
	body {
		padding-right: 5px;
		padding-left: 5px;
	}
	.post-title {
		font-size: 2em;
		margin-top: 0;
	}
	.comment-content {
		padding-left: 0;
	}
	#single-nav {
		padding: 20px 20px 0;
	}
	.single-post-title {
		padding-left: 20px;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0;
	}
	body {
		background: #fff !important;
		padding-left: 0;
		padding-right: 0;
	}
	.wp-caption {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.wp-caption-text {
		width: auto !important;
	}
	.wp-caption img {
		width: 100%;
	}
	.featured-bg {
		display: none;
	}
	#sidebar {
		display: none;
	}
	.post-title {
		font-size: 2em;
		margin-top: 0;
	}
	.comment-content {
		padding-left: 0;
	}
	#single-nav {
		padding: 15px 20px 0;
	}
	.single-post-title {
		padding: 0 20px;
	}
}

/*==================================

WIDGET FIXES========================

==================================*/

.widget h3:first-child {
	margin-top: 20px;
	margin-bottom: 10px;
}
.widget {
	padding-top: 0;
}
.widget ul {
	list-style: none;
	margin-left: 0;
}
.widget ul li {
	margin: 0;
}
.widget ul ul {
	margin-left: 10px;
}
.widget ul.children li a:before {
	content: "- ";
}
.widget ul li a {
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	display: block;
	-webkit-transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
}
.widget ul li a:hover {
	background: #f1f1f1;
	color: #333;
}

/* Recent Comments Fix */
.widget.widget_recent_comments ul li {
	margin-bottom: 0;
	padding: 10px 0;
}
li.recentcomments a {
	padding: 0;
	border-top: none !important;
	border-bottom: none !important;
	display: inline;
	-webkit-transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
}
li.recentcomments a:hover {
	background: transparent !important;
	color: #333;
}

/* Search Box Fix */

#sidebar .widget.widget_search {
	padding: 0;
}
#searchform {
	position: relative;
	width: 100%;
}
#searchform input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 9px 9px 9px 38px;
	background-image: url('img/search_icon.png');
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px;
}
#searchform input[type="submit"],
#searchform label {
	display: none;
}

/* Widget Nav Menu */
#sidebar .widget_nav_menu .current-menu-item > a,
#sidebar .widget_nav_menu .current-menu-ancestor > a {
	color: #333;
}
.widget_nav_menu ul.menu li:first-child {
	margin: 0;
}
.widget_nav_menu ul.menu li ul.sub-menu li {
	margin: 0;
	padding-left: 10px;
}
.widget_nav_menu ul.menu li ul.sub-menu li a:before {
	content: "- ";
}
.widget_nav_menu ul.menu li:first-child a {
	border-top: none;
}

/* Archive Search */
.archive-search {
	margin-top: 20px;
}
.archive-search #searchform {
	text-align: right;
}
.search-header-wrapper {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 3px solid #e3e3e3;
	overflow: hidden;
}
.search-header-wrapper h3 {
	margin-top: 15px;
}
.search-results {
	padding-bottom: 20px;
}
.search-header-wrapper h2 {
	margin-top: 0px;
}

/*==================================

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.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
blockquote cite:before {
	content: "~ ";
	margin-right: 3px;
}
blockquote cite {
	display: block;
	font-size: .6em;
	text-transform: uppercase;
}
cite {
	font-size: .6em;
	text-transform: uppercase;
}
blockquote cite {
	margin-top: 20px;
}
.sticky{}
.sticky-title {
	font-family: 'antonio', Arial, sans-serif;
	font-size: .6em;
	margin-left: 5px;
}
.sticky-featured-img {
	opacity: 1;
}
.sticky-featured-img:hover {
	opacity: .9;
}
.gallery-caption{}
.bypostauthor .comment article{
	color: #f1f1f1;
	background: #333;
	border: 1px solid #010101;
}
.bypostauthor .comment article .comment-meta {
	border-bottom: 2px dashed #555;
}
.more-link {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

/* Tabels */
table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}
tr th {
	border: inherit;
	background: #333;
	color: #f1f1f1;
	text-transform: uppercase;
	padding: 10px;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}
tr {
	display: table-row;
	border: 1px solid #d7d7d7;
}
tr td {
	padding: 10px;
}
tr.odd {
	background: #f1f1f1;
}
tr.even {
	background: #e3e3e3;
}

/*==================================

POST FORMATS========================

==================================*/

.post-type {
	position: relative;
	font-size: .7em;
	top: -7px;
	margin-left: 10px;
    color: #6FCAA1;
    -webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.post-type:hover {
	color: #333;
}

/* Image Post */
.post-home.format-image {
	margin-bottom: 20px;
}
.post-home.format-image img {
	min-width: 100%;
	border-bottom: 0px solid #6FCAA1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.post-home.format-image img:hover {
	border-bottom: 7px solid #6FCAA1;
}

/* Video Post */
.format-video .video-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
}
.format-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* Aside Post */
.format-aside .title-link {}

/* Quote Post */
.format-quote  span.glyphicon-quote {
	top: 5px;
	display: inline-block;
	font-size: 2em;
	height: 50px;
	line-height: 0;
}
.format-quote .post-title {
	margin-top: -20px;
}

/* Link Post */
.format-link {
	font-family: "Lora", Georgia, serif !important;
}
.format-link h1, 
.format-link h2, 
.format-link h3,
.format-link h4, 
.format-link h5, 
.format-link h6, 
.format-link p,
.format-link blockquote {
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
.format-link a:after {
	content: " \2192";
}
.format-link .post-title a:after {
	content: "";
}
.format-link a:hover {
	color: #333;
}

/* Category Title */
.category-title {
	margin-top: -5px;
}
.category-title h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.category-title p {
	margin-bottom: 0;
}
.category-title em {
	margin-left: 10px;
}