/*!
 * Main Stylesheet
 *
 * @package Cozmo
 * @since Cozmo 1.2
 */

/*-----------------------------------------------------------------------------------*/
/*	DEFAULTS
/*-----------------------------------------------------------------------------------*/
body {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: #F3F3F3;
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

a {
	color: #C77052;
	outline: none;
	text-decoration: none;
}

a:hover,
a:focus { 
	color: #333333;
	outline: none;
	text-decoration: none;
}

::-moz-selection {
	background: #C77052;
	color: #fff;
}

::selection {
	background: #C77052;
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 15px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

h1 {
	font-size: 30px;
}

h2{
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin-bottom: 15px;
}

blockquote {
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-style: italic;
	margin: 10px 0 20px;
	padding: 10px 60px;
	line-height: 1.5;
	position: relative;
	color: #999;
	border-left: 5px solid #eee;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 6px;
  top: -10px;
  color: #eee;
}

blockquote p {
	margin: 0;
}

cite {
	color: #999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	font-style: normal;
}

cite:before {
	content: "\2014 \2009";
}

em,
i {
	font-style: italic;
}

strong {
	font-weight: 700;
}

img,
video,
object,
embed {
	height: auto;
	max-width: 100%;
}

caption,
th,
td {
	text-align: left
}

sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sub {
	bottom:-3px;
}

sup {
	top:-4px;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #BBBBBB;
    background: #FAFAFA;
    border: none;
    box-shadow: 0px 1px 4px -2px #555;
    -webkit-box-shadow: 0px 1px 4px -2px #555;
    font-size: 12px;
    line-height: 1em;
    padding: 15px;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
	background: #fff;
	border-color: #aaa;
}

.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #C77052;
	color: #fff;
	padding: 15px 25px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: 0px 1px 4px -2px #333;
	-webkit-box-shadow: 0px 1px 4px -2px #333;
}

.button:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #333;
	outline: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #555;
	outline: none;
}

select {
    padding: 15px;
    font-size: 12px;
    color: #aaa;
    border: none;
    background: #FAFAFA;
    box-shadow: 0 1px 3px -2px #737373;
    -webkit-box-shadow: 0 1px 3px -2px #737373;
    outline: none;
    cursor: pointer;
}

.fixed {
	position: fixed !important;
	-webkit-transform: translatez(0) !important;
    -moz-transform: translatez(0) !important;
    -ms-transform: translatez(0) !important;
    -o-transform: translatez(0) !important;
    transform: translatez(0) !important;
}

.shadowed:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	margin-left: 0;
	border: solid transparent;
	height: 0;
	width: 0;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #111;
	border-width: 7px 0 0 6px;
}

.overflow-hidden {
	overflow: hidden;
}

.audio-container {
    display: block;
    margin-top: -20px;
}

.audio-container iframe,
.audio-container object,
.audio-container embed,
.audio-container video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 300px;
  height: auto;
  z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	ACCESSIBILITY
/*-----------------------------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/*-----------------------------------------------------------------------------------*/
/*	ALIGNMENTS
/*-----------------------------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	POSTS & PAGES
/*-----------------------------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
	padding-top: 15px;
	font-weight: 700;
	border-top: 1px dashed #ddd;
	text-transform: uppercase;
}

.page-links a {
    display: inline-block;
    border: none !important;
    padding: 3px 10px;
    color: #ccc;
    box-shadow: 0 1px 5px -1px #C3C3C3;
	-webkit-box-shadow: 0 1px 5px -1px #C3C3C3;
}

.styled {
	padding: 30px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 1px 6px -3px #777;
	-webkit-box-shadow: 0px 1px 6px -3px #777;
}

/*-----------------------------------------------------------------------------------*/
/*	INFINITE SCROLL
/*-----------------------------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	MEDIA
/*-----------------------------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	POST CONTENT: Links
/*-----------------------------------------------------------------------------------*/
.single-post-content .entry-content a {
    border-bottom: 1px solid;
}

/*-----------------------------------------------------------------------------------*/
/*	POST CONTENT: Tables
/*-----------------------------------------------------------------------------------*/
.single-post-content .entry-content table {
    width: 100%;
}

.single-post-content .entry-content table a {
    border: none;
}

.single-post-content .entry-content table tr {
    border-bottom: 1px solid #eee;
}

.single-post-content .entry-content table tr:hover {
    border-bottom: 1px solid #333;
}

.single-post-content .entry-content table td,
.single-post-content .entry-content table th {
    padding: 8px 10px;
}

.single-post-content .entry-content table th {
    border-bottom: 1px solid #333;
}

/*-----------------------------------------------------------------------------------*/
/*	CAPTIONS
/*-----------------------------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	font-size: 13px;
	font-style: italic;
	padding: 8px;
	color: #999;
	background-color: #f9f9f9;
	border: 1px solid;
	border-color: #EEEEEE #F2F2F2;
	border-top: none;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	WP GALLERIES
/*-----------------------------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	font-style: italic;
	padding: 8px;
	color: #777;
	background-color: #f9f9f9;
}

.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:hover {
    background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	WINDOW OVERLAY
/*-----------------------------------------------------------------------------------*/
.window-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100vh;
	z-index: 9998;
}

.window-overlay.open {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
.site-header {
    display: block;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(190, 190, 190, 0.3);
	-webkit-box-shadow: 0 2px 3px rgba(190, 190, 190, 0.3);
    z-index: 999;
}

.site-header .fixed-placeholder {
	height: 1px;
	display: block;
	position: relative;
	content: " ";
}

h1.site-title {
	font-size: 60px;
	line-height: 1em;
}

h2.site-description {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER: Main Menu
/*-----------------------------------------------------------------------------------*/
.site-navigation {
	display: block;
	position: relative;
	text-align: center;
	background-color: #fff;
}

.site-navigation.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(190, 190, 190, 0.4);
	-webkit-box-shadow: 0 2px 5px rgba(190, 190, 190, 0.4);
}

.site-navigation .main-navigation {
    display: inline-block;
    font-family: "Roboto", sans-serif;
}

.main-navigation ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.main-navigation ul.menu li {
    display: inline-block;
}

.main-navigation ul.menu li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    color: #333;
    text-transform: uppercase;
}

.main-navigation ul.menu li:hover > a {
    background-color: #F5F5F5;
}

.main-navigation ul.menu li {
	position: relative;
}

.main-navigation ul.menu li > ul.sub-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 200px;
	width: auto;
	height: auto;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	z-index: 9998;
	box-shadow: 0 1px 4px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.15);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.main-navigation ul.menu li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.main-navigation ul.menu ul.sub-menu li > ul.sub-menu {
	left: 100%;
	top: 0;
	box-shadow: 3px 3px 3px -2px rgba(190, 190, 190, 0.5);
	-webkit-box-shadow: 3px 3px 3px -2px rgba(190, 190, 190, 0.5);
}

.main-navigation ul.menu ul.sub-menu li {
	padding: 0;
	display: block;
}

.main-navigation ul.menu ul.sub-menu li a {
	font-size: 11px;
	padding: 10px 15px;
	line-height: 1.5em;
}

.main-navigation ul.menu ul.sub-menu li a:hover {
	background-color: #F5F5F5;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER: Mobile Menu
/*-----------------------------------------------------------------------------------*/
.mobile-menu-wrapper {
	display: block;
	position: fixed;
	left: -300px;
	top: 0;
	background-color: #fff;
	width: 300px;
	max-width: 85%;
	height: 100vh;
	padding: 30px;
	line-height: 2em;
	z-index: 9999;
	
	transition: left 0.4s;
	-webkit-transition: left 0.4s;
	-moz-transition: left 0.4s;
}

.mobile-menu-wrapper.open {
	left: 0;
}

.mobile-bar {
    display: block;
    position: relative;
    background-color: #fff;
    line-height: 60px;
}

.mobile-bar img {
    max-height: 60px;
    width: auto;
    padding: 5px 0;
}

.mobile-logo {
    text-align: center;
}

.mobile-button,
.mobile-search {
	display: inline-block;
	float: left;
	min-width: 30px;
}

.mobile-search {
	float: right;
}

.mobile-button a,
.mobile-search a {
	font-size: 22px;
	font-weight: 400;
	color: #333;
}

#mobile-menu {
	padding: 0 0 10px;
}

#mobile-menu span.subtrigger {
	padding: 3px 10px;
	float: right;
	font-size: 22px;
}

#mobile-menu span.subtrigger.open {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

ul.mobile-navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.mobile-navigation li {
	display: block;
}

ul.mobile-navigation li a {
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #f5f5f5;
}

ul.mobile-navigation li a:hover {
	color: #333;
}

ul.mobile-navigation li > ul.sub-menu li a {
	font-size: 14px;
	color: #999;
}

ul.mobile-navigation li > ul.sub-menu {
	display: none;
	padding-left: 15px;
	margin: 5px 0;
}

ul.mobile-navigation li.menu-item-has-children > a:after {
	display: none;
}

.mobile-menu-wrapper ul.social-icons {
	padding: 10px 0;
	font-size: 16px;
}

.mobile-menu-wrapper .header-search {
	display: block;
	float: none;
	margin: 0;
	padding: 10px 0;
}

.mobile-menu-wrapper .header-search input.search-field {
	width: 210px;
	max-width: 85%;
}

.mobile-menu-wrapper .header-search:before {
	top: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER: Logo
/*-----------------------------------------------------------------------------------*/
.site-branding {
    display: block;
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER: Navigation Buttons
/*-----------------------------------------------------------------------------------*/
.site-navigation .home-button {
    display: inline-block;
    float: left;
    min-width: 20px;
    line-height: 60px;
}

.site-navigation .home-button a {
    display: block;
    font-size: 18px;
    color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER: Search
/*-----------------------------------------------------------------------------------*/
.header-search,
.header-cart {
    float: right;
    display: inline-block;
    line-height: 60px;
}

.header-search a.header-search-trigger,
.header-search a.header-search-close,
.header-cart a.header-cart-trigger {
    display: block;
    width: 25px;
    font-size: 17px;
    color: #333;
}

.header-cart a.header-cart-trigger {
	position: relative;
	display: block;
	width: 25px;
	margin-right: 15px;
}

.header-search a.header-search-close {
	display: none;
}

.header-search-wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.header-search-wrapper .search-form {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

.header-search-wrapper .search-form input.search-submit {
	display: none;
}

.header-search-wrapper input.search-field {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 1140px;
    padding: 0;
    height: 46px;
    background: none;
    outline: none;
    background: transparent;
    border: none;
    color: #ccc;
    border-bottom: 1px solid;
    font-size: 14px;
}

.header-search-wrapper input.search-field:focus {
	color: #fff;
	border-color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	LIVE SEARCH
/*-----------------------------------------------------------------------------------*/
body .searchwp-live-search-results-showing {
    margin-top: 15px;
    padding: 15px 0;
	min-height: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
	color: #EEE;
    border-top: 1px dashed #aaa;
    background: rgba(0, 0, 0, 0.8);
}

body .searchwp-live-search-result p {
    padding: 5px 20px;
    font-size: 13px;
}

body .searchwp-live-search-result a {
    color: #A9A9A9;
}

body .searchwp-live-search-result a:hover {
    color: #FFF;
}

body .searchwp-live-search-no-results em {
	font-style: normal;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER: Layout 01
/*-----------------------------------------------------------------------------------*/
.header-one .site-branding {
	border-bottom: 1px solid #eee;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER: Layout 02
/*-----------------------------------------------------------------------------------*/
.header-two .site-branding {
	border-top: 1px solid #eee;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER: Layout 03
/*-----------------------------------------------------------------------------------*/
.header-three .site-navigation  {
    text-align: left;
}

.header-three .main-navigation ul.menu li a {
	line-height: 70px;
}

.header-three .site-logo {
    display: inline-block;
    float: left;
}

.header-three .site-logo img {
    max-height: 70px;
}

.header-three .header-search {
	line-height: 70px;
}

/*-----------------------------------------------------------------------------------*/
/*	BACK TOP
/*-----------------------------------------------------------------------------------*/
.back-top {
	display: none;
	position: fixed;
	-webkit-transform: translateZ(0);
	bottom: 30px;
	right: 20px;
	color: #D8D8D8;
	background: #fff;
	box-shadow: 0 1px 6px -2px #aaa;
	-webkit-box-shadow: 0 1px 6px -2px #aaa;
	font-size: 20px;
	height: 45px;
	line-height: 40px;
	width: 45px;
	cursor: pointer;
	text-align: center;
	z-index: 99;
}

.back-top:hover {
	color: #aaa;
	box-shadow: 0 2px 10px -2px #aaa;
	-webkit-box-shadow: 0 2px 10px -2px #aaa;
}

/*-----------------------------------------------------------------------------------*/
/*	MAIN
/*-----------------------------------------------------------------------------------*/
.site-content {
	margin: 30px 0 0;
}

header.page-header {
    padding: 20px 30px;
    margin-bottom: 20px;
    margin-top: 0;
}

header.page-header h1 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}

header.page-header p {
    margin: 10px 0 0;
}

header.page-header i {
    margin-right: 15px;
}

header.page-header h1.achive-title span {
	color: #C77052;
	margin-left: 10px;
	text-transform: none;
}

.taxonomy-description {
    color: #999;
    border-top: 1px solid #eee;
    margin-top: 10px;
    font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGLE PAGE
/*-----------------------------------------------------------------------------------*/
.single-page-content article.page header.entry-header h1 {
	margin: 0 0 15px;
}

h2.contacts-title {
    margin: 0 0 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGLE POST
/*-----------------------------------------------------------------------------------*/
article.sticky {
    outline: 2px solid #333;
}

.single-post-container {
	display: block;
	margin: 0 auto;
	max-width: 960px;
	margin-bottom: 20px;
}

.single-post-content article.post {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 1px 6px -3px #777;
	-webkit-box-shadow: 0px 1px 6px -3px #777;
}

.single-post-container .entry-content.with-infobox {
    margin-left: 290px;
}

.single-post-content .entry-wrapper {
	position: relative;
	padding: 30px;
	min-height: 360px;
}

.single-post-content header.entry-header {
    position: relative;
}

.single-post-content h1.entry-title {
	position: relative;
	margin: 0;
	margin-bottom: 30px;
	padding: 0 70px 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.single-post-content h1.entry-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -1px;
    margin-left: -30px;
    width: 60px;
    height: 3px;
    background-color: #333;
}

.single-post-content ul.post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.single-post-content ul.post-categories li {
    display: inline-block;
}

.single-post-content footer.entry-footer,
.single-page-content footer.entry-footer {
    border-top: 1px solid #ddd;
    padding: 25px 0 20px;
    text-align: center;
    position: relative;
}

.single-page-content footer.entry-footer {
	margin-top: 30px;
	padding: 30px 0 0;
}

.label-placeholder {
	display: block;
	height: 40px;
}

footer.entry-footer span.share-title {
    position: absolute;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    top: -15px;
    left: 50%;
    margin-left: -100px;
    background-color: #fff;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bypostauthor {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGLE POST: Previous / Next Arrows
/*-----------------------------------------------------------------------------------*/
nav.prevnext-navigation {
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 99;
}

.prevnext-navigation a {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prevnext-navigation a.prev {
	left: 0;
}

.prevnext-navigation a.next {
	right: 0;
}

.prevnext-navigation .icon-wrap {
	position: relative;
	display: block;
	width: 40px;
	padding: 25px 0;
	font-size: 24px;
	color: #aaa;
	border: 0px solid #fff;
	background: #fff;
	box-shadow: 0 1px 6px -2px #aaa;
	-webkit-box-shadow: 0 1px 6px -2px #aaa;
	text-align: center;
	-webkit-transition: border 0.3s 0.15s;
	transition: border 0.3s 0.15s;
	z-index: 100;
}

.prevnext-navigation .mini-post {
	position: absolute;
	top: 50%;
	padding: 20px;
	width: 440px;
	height: 144px;
	background: #fff;
	box-shadow: 0 1px 6px -2px #aaa;
	-webkit-box-shadow: 0 1px 6px -2px #aaa;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.prevnext-navigation a.prev .mini-post {
	left: 0;
	padding: 20px 140px 20px 70px;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
	transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.prevnext-navigation a.next .mini-post {
	right: 0;
	padding: 20px 70px 20px 140px;
	-webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
	transform: translateY(-50%) translateX(100%) scale(0.75);
}

.prevnext-navigation span {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.2;
}

.prevnext-navigation h3 {
	margin: 0;
	padding: 8px 0 10px;
	font-size: 16px;
	line-height: 1.25;
}

.prevnext-navigation img {
	position: absolute;
	top: 20px;
}

.prevnext-navigation a.prev img {
	right: 20px;
}

.prevnext-navigation a.next img {
	left: 20px;
}

.prevnext-navigation a:hover .icon-wrap {
	border-top-width: 20px;
	border-bottom-width: 20px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.prevnext-navigation a:hover .mini-post {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY(-50%) translateX(0) scale(1);
	transform: translateY(-50%) translateX(0) scale(1);
}

/*-----------------------------------------------------------------------------------*/
/*	SINGLE POST: Reader Mode
/*-----------------------------------------------------------------------------------*/
button.reader-trigger {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 6px -1px #555;
	-webkit-box-shadow: 0 1px 6px -1px #555;
}

button.reader-trigger:after,
.entry-infobox:after {
	border-width: 8px 0 0 10px;
}

.reader-mode.open button.reader-trigger {
	display: none;
}
.reader-mode.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0 0;
    background-color: #fff;
    z-index: 99999;
	overflow: auto;
}

.reader-mode.open h1.entry-title {
    margin-bottom: 15px;
    padding: 0 0 10px;
}

.reader-mode.open .entry-infobox {
	display: none;
}

.reader-mode.open .entry-content a {
	border-bottom: 1px solid;
	transition: none;
}

.reader-mode.open.dark-scheme .entry-content a {
	color: #fff;
}

.reader-mode.open.dark-scheme {
	color: #eee;
	background-color: #222;
}

.reader-mode.open .entry-content {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
	line-height: 2em;
}

.reader-mode.open h1.entry-title {
	max-width: 670px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.reader-mode.open.default-font .entry-content {
	font-size: 14px;
}

.reader-mode.open.reduced-font {
	font-size: 12px;
}

.reader-mode.open.reduced-font h1 {
	font-size: 28px;
}

.reader-mode.open.reduced-font h2 {
	font-size: 24px;
}

.reader-mode.open.reduced-font h3 {
	font-size: 20px;
}

.reader-mode.open.reduced-font  h4 {
	font-size: 18px;
}

.reader-mode.open.reduced-font h5 {
	font-size: 16px;
}

.reader-mode.open.reduced-font h6 {
	font-size: 15px;
}

.reader-mode.open.enlarged-font {
	font-size: 16px;
}

.reader-mode.open.enlarged-font h1 {
	font-size: 32px;
}

.reader-mode.open.enlarged-font h2 {
	font-size: 28px;
}

.reader-mode.open.enlarged-font h3 {
	font-size: 24px;
}

.reader-mode.open.enlarged-font h4 {
	font-size: 22px;
}

.reader-mode.open.enlarged-font h5 {
	font-size: 20px;
}

.reader-mode.open.enlarged-font h6 {
	font-size: 18px;
}

.reader-mode .reader-bar {
	display: none;
}
.reader-mode.open .reader-bar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	text-align: center;
	z-index: 2;
}

.reader-actions {
	table-layout: fixed;
	width: 100%;
	height: 100%;
	max-width: 670px;
	margin: 0 auto;
}

.reader-actions td {
	height: 100%;
	border-right: 1px solid #ddd;
}

.reader-actions td:first-child {
	border-left: 1px solid #ddd;
}

.reader-actions button.reader-close {
	font-size: 14px;
}

.reader-actions button {
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-weight: 400;
    background: none;
    color: #aaa;
    box-shadow: none;
	-webkit-box-shadow: none;
}

.reader-actions button:hover {
    background: #fafafa;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGLE POST: Infobox
/*-----------------------------------------------------------------------------------*/
.entry-infobox {
	float: left;
	position: relative;
	width: 300px;
	padding: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	background: #FFF;
	margin-left: -40px;
	box-shadow: 1px 1px 6px -2px #aaa;
	-webkit-box-shadow: 1px 1px 6px -2px #aaa;
	z-index: 9;
}

.infobox {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
}

ul.infobox > li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

ul.infobox > li:last-child {
    border: none;
}

ul.infobox > li.post-stats {
    padding: 0 0 10px;
}

ul.infobox .infobox-title {
    font-weight: 700;
    margin-right: 5px;
}

ul.infobox i {
    margin: 0 6px;
}

.infobox a {
	border-bottom: 1px solid;
	color: #333;
}

.infobox a:hover {
	border-color: #ddd;
}

.infobox a.post-like-button {
    border: none;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGLE POST: Posts navigation
/*-----------------------------------------------------------------------------------*/
.post-navigation {
	position: relative;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    display: inline-block;
    float: left;
    width: 49%;
    padding: 0 50px;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
}
.post-navigation .nav-previous h4,
.post-navigation .nav-next h4 {
	margin: 0;
	font-size: 16px;
	line-height: 1.25em;
	white-space: nowrap;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    color: #333;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    color: #C77052;
}

.post-navigation .nav-subtitle {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
}

span.post-navigation-vr {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background: #eee;
}

.post-navigation .nav-previous i,
.post-navigation .nav-next i {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 60px;
    color: #eee;
}

.post-navigation .nav-previous i {
    right: auto;
	left: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGLE POST: Author
/*-----------------------------------------------------------------------------------*/
.post-author {
    display: block;
    position: relative;
}

.post-author .author-image {
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #eee;
}

.post-author .author-info {
    vertical-align: top;
    overflow: hidden;
}

.post-author .author-info h5 {
    margin: 0;
    text-transform: uppercase;
}

.post-author .author-info h5 a {
    color: #333;
}

.post-author .author-info h5 a:hover {
    color: #C77052;
}

.post-author .author-info p {
    margin: 10px 0 15px;
}

.post-author .author-label.shadowed,
span.related-label.shadowed {
    position: absolute;
    left: -6px;
    top: 15px;
    background-color: #C66F51;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.author-networks {
    display: inline-block;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.post-author .author-networks a {
	padding-right: 8px;
	color: #ccc;
}

.post-author .author-networks a:hover {
	color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGLE POST: Comments
/*-----------------------------------------------------------------------------------*/
.comments-area {
	display: block;
}

.related-posts h2.related-heading,
.comments-area h2.comments-title,
.comments-area h3.comment-reply-title {
    margin: 0 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ccc;
}

.comments-area .comment-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.comments-area .comment-list li {
    margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.comments-area .comment-list li:last-child {
	border-bottom: none;
}

.comments-area .comment-list .children {
    list-style: none;
	margin-bottom: 20px;
	padding-left: 80px;
}

.comment-list .comment-meta .comment-author img {
    float: left;
    margin-right: 20px;
}

.comment-list .comment-meta .says {
    display: none;
}

.comment-metadata a {
    display: block;
    margin: 5px 0 10px;
    color: #aaa;
    font-size: 12px;
}

.comment-list .comment-meta p.comment-awaiting-moderation,
.comment-list .comment-meta a.comment-edit-link {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 28px;
    font-size: 0;
    margin: 0;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    box-shadow: 0 1px 5px -1px #aaa;
	-webkit-box-shadow: 0 1px 5px -1px #aaa;
}

.comment-list .comment-meta p.comment-awaiting-moderation:after,
.comment-list .comment-meta a.comment-edit-link:after {
    font-family: 'FontAwesome';
    content: '\f040';
    font-size: 14px;
    font-weight: 400;
}

.comment-list .comment-meta p.comment-awaiting-moderation:hover,
.comment-list .comment-meta a.comment-edit-link:hover {
    font-size: 12px;
}

.comment-list .comment-meta p.comment-awaiting-moderation:hover:after,
.comment-list .comment-meta a.comment-edit-link:hover:after {
    margin-left: 10px;
}

.comment-list .comment-meta .comment-author b.fn {
    font-size: 16px;
}

.comment-list .comment-body .reply a {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    background: #C66F51;
    box-shadow: 0 1px 5px -1px #aaa;
	-webkit-box-shadow: 0 1px 5px -1px #aaa;
    margin-left: 80px;
}

.comment-list .comment-body .reply a:hover {
    background: #333;
}

.comment-list .comment-body .comment-content {
    margin-left: 80px;
    font-size: 13px;
    line-height: 1.5em;
    color: #555;
}

.comment-list .comment-body {
    position: relative;
	margin-bottom: 30px;
}

.comments-area h3.comment-reply-title {
    margin: 0 0 20px;
}

.comment-list .comment-respond {
	padding-left: 80px;
}

.comments-area h3.comment-reply-title small a {
    font-size: 12px;
    text-transform: none;
    margin-left: 20px;
    background: #484848;
    box-shadow: 0 1px 5px -1px #aaa;
    -webkit-box-shadow: 0 1px 5px -1px #aaa;
    color: #eee;
    padding: 8px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: top;
}


form.comment-form p.comment-form-author,
form.comment-form p.comment-form-email,
form.comment-form p.comment-form-url {
    display: block;
    margin: 10px 0;
}

form.comment-form p.form-submit input.submit {
	width: 100%;
}

form.comment-form input {
    width: 300px;
}

form.comment-form textarea {
    width: 100%;
    padding: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGLE POST: Related
/*-----------------------------------------------------------------------------------*/
.related-posts {
    position: relative;
}

.related-posts .related-carousel .related-item {
	width: 100%;
}

.related-posts .related-item h4.entry-title {
	font-size: 16px;
	line-height: 1.25em;
	margin: 15px 0 5px;
}

.related-posts .related-item span.date {
    font-size: 12px;
    color: #aaa;
}

.related-posts .related-item h4.entry-title a {
    color: #333;
}

.related-posts .related-item h4.entry-title a:hover {
    color: #C77052;
}

.related-posts .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: -45px;
}

.related-posts .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: -45px;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGLE POST: Gallery Post
/*-----------------------------------------------------------------------------------*/
.gallery-post .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50%;
    margin-bottom: -20px;
}

.gallery-post .owl-controls .owl-nav .owl-prev {
    margin-left: 20px;
}

.gallery-post .owl-controls .owl-nav .owl-next {
    float: right;
    margin: 0;
    margin-right: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL SHARE
/*-----------------------------------------------------------------------------------*/
ul.social-share {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.social-share li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.social-share li a {
    display: block;
	font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
	color: #CCC;
    box-shadow: 0 0 0 1px;
    -webkit-box-shadow: 0 0 0 1px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
	text-align: center;
}

ul.social-share li i {
	margin: 0;
}

ul.social-share li a:hover {
    
}

li.facebook a:hover {
	background: #3b5998;
	color: #fff;
}

li.twitter a:hover {
	background: #00aced;
	color: #fff;
}

li.google-plus a:hover {
	background: #dd4b39;
	color: #fff;
}

li.linkedin a:hover {
	background: #007bb6;
	color: #fff;
}

li.pinterest a:hover {
	background: #cb2027;
	color: #fff;
}

li.instagram a:hover {
	background: #517fa4;
	color: #fff;
}

li.tumblr a:hover {
	background: #32506d;
	color: #fff;
}

li.vimeo a:hover {
	background: #aad450;
	color: #fff;
}

li.youtube a:hover {
	background: #bb0000;
	color: #fff;
}

li.vkontakte a:hover {
	background: #45668e;
	color: #fff;
}

li.rss a:hover {
	background: #F25B0D;
	color: #fff;
}

li.email a:hover {
	background: #555555;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURED: Panes Slider
/*-----------------------------------------------------------------------------------*/
.pull-me-right {
	transform: translateX(8%);
}

.pull-me-left {
	transform: translateX(0%);
}

.panes-slider {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 49%;
}

.panes-slider .pane-image {
	display: block;
	position: absolute;
	left: 5%;
	top: 5%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.panes-slider .pane-image .pane-image-holder {
	background-position: center center no-repeat;
	background-size: cover;
	padding-bottom: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.panes-slider .pane-image.pull {
	transform: translateX(2000px);
	-webkit-transform: translateX(2000px);
	-moz-transform: translateX(2000px);
}

.panes-slider .info-separator {
	height: 3px;
	margin: 15px auto;
	width: 6%;
	background: #fff;
}

.panes-slider .pane-info {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	padding: 0 25px 25px;
	text-align: center;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.panes-slider .pane-info a {
	text-decoration: none;
}

.panes-slider .pane-info h2 {
	font-size: 26px;
	color: #fff;
	max-width: 70%;
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURED: Carousel
/*-----------------------------------------------------------------------------------*/
.featured-carousel {
	margin-top: -30px;
	margin-bottom: 30px;
}

.featured-carousel-item {
    background: #fff;
    text-align: center;
}

.featured-item-info {
    position: relative;
    padding: 25px;
    box-shadow: 0px 1px 6px -1px #aaa;
    -webkit-box-shadow: 0px 1px 6px -1px #aaa;
}

.featured-carousel-item h3 a {
}

.featured-carousel-item h3 a:hover {
    color: #C77052;
}

.featured-carousel-item ul.loop-post-meta li {
    font-size: 12px;
}

.featured-carousel-item h3.entry-title {
    margin: 0;
    font-size: 16px;
}

.featured-carousel-item figure.post-image {
    position: relative;
}

.featured-carousel-item .post-hover {
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    padding: 15px 15px 5px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}

.featured-carousel-item:hover .post-hover {
	opacity: 1;
    visibility: visible;
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.featured-carousel-item .post-hover-inner {
    position: absolute;
	width: 100%;
    right: 0;
    bottom: 0;
    font-size: 12px;
}

.featured-carousel-item:hover .post-hover-inner {
    bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURED: Slider
/*-----------------------------------------------------------------------------------*/
.featured-slider {
	margin-top: 30px;
	margin-bottom: 30px;
}

.featured-slider .owl-stage-outer {
	border: none;
	box-shadow: 0px 1px 6px -3px #777;
	-webkit-box-shadow: 0px 1px 6px -3px #777;
	background-color: #fff;
}

.featured-slider-info {
    display: block;
    position: absolute;
    width: 320px;
    height: 400px;
    top: 30px;
    right: 0;
    padding: 30px 40px 30px 15px;
    text-align: center;
    background-color: #fff;
}

.featured-slider-info ul.post-labels {
    left: -60px;
}

.featured-slider-info:before {
    position: absolute;
    content: '';
    top: 0;
    right: 100%;
    margin-left: 0;
    border: solid transparent;
    height: 0;
    width: 0;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 400px 0 0 60px;
}

.featured-slider-info ul.post-labels:before {
    position: absolute;
    content: '';
    top: 0;
    right: 100%;
    margin-left: 0;
    border: solid transparent;
    height: 0;
    width: 0;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #C77052;
    border-width: 30px 0 0 4px;
}

.featured-slider-info h3.entry-title {
    font-size: 22px;
    margin: 20px 0;
}

.featured-slider-info .date {
    color: #aaa;
    font-size: 12px;
    margin-bottom: 10px;
}

.featured-slider-info .excerpt {
    display: block;
}

.featured-slider-info .read-more a {
    font-weight: 700;
    border-bottom: 1px solid;
}

.featured-slider .owl-controls .owl-nav {
    position: absolute;
    left: 45px;
    bottom: 30px;
	opacity: 0;
    visibility: hidden;
}

.featured-slider:hover .owl-controls .owl-nav {
	opacity: 1;
    visibility: visible;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURED: Tabs
/*-----------------------------------------------------------------------------------*/
.featured-tabs-navigation {
    display: table-cell;
    vertical-align: middle;
    width: 360px;
}

.featured-tabs-content {
    display: table-cell;
    height: 400px;
    width: 780px;
}

.featured-tabs-content .featured-tabs-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.featured-tabs {
    display: table;
    padding: 0;
}

.featured-tabs-image {
	position: relative;
}

.featured-tabs-navigation ul.navigation > li {
    display: block;
    position: relative;
    height: 100px;
    border-bottom: 1px solid #eee;
}

.featured-tabs-navigation ul.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-tabs-navigation ul.navigation > li h4 {
    color: #333;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.25;
}

.featured-tabs-navigation ul.navigation > li.active,
.featured-tabs-navigation ul.navigation > li:hover {
    background: #F9F9F9;
}

.featured-tabs-navigation ul.navigation > li.active:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -51px;
	left: -102px;
	border: 51px solid transparent;
	border-right-color: #F9F9F9;
}

.featured-tabs-navigation a.tab-wrapper {
    display: block;
    padding: 20px;
}

.featured-tab-likes {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 8px 12px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/*	OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/
.owl-controls {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    font-size: 0;
	margin: 0;
    display: inline-block;
    line-height: 1;
}

.owl-controls .owl-next {
    float: right;
}

.owl-controls .owl-prev:before,
.owl-controls .owl-next:before {
    font-family: 'FontAwesome';
    font-size: 22px;
    content: '\f104';
    background-color: #fff;
    box-shadow: 0 1px 6px -1px #777;
    -webkit-box-shadow: 0 1px 6px -1px #777;
    color: #aaa;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.owl-controls .owl-next:before {
    content: '\f105';
}

.featured-slider .owl-controls {
    bottom: 0;
}

.featured-slider .owl-controls .owl-next {
    margin-left: 6px;
}


/*-----------------------------------------------------------------------------------*/
/*	LOADER
/*-----------------------------------------------------------------------------------*/
.page-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #fff;
	text-align: center;
	display: table;
	-moz-transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
	z-index: 99999;
}

.page-loading .page-loading-content {
	display: table-cell;
	vertical-align: middle;
}

.page-loading .page-loader {
	display: block;
}

.page-loading .page-loading-logo,
.page-loading .page-loader {
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.page-loading-animate {
	-moz-transform: translateY(-150%);
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	-o-transform: translateY(-150%);
	transform: translateY(-150%);

}

.page-loading-animate .page-loading-logo,
.page-loading-animate .page-loader {
	-moz-transform: scale(0.2, 0.2);
	-webkit-transform: scale(0.2, 0.2);
	-ms-transform: scale(0.2, 0.2);
	-o-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
}

/*-----------------------------------------------------------------------------------*/
/*	TRANSITIONS
/*-----------------------------------------------------------------------------------*/
a,
input,
textarea,
.owl-controls .owl-nav,
.post-hover,
.post-hover-inner,
.list-posts .post-hover-meta,
.back-top,
ul.post-labels li,
.posts-loop article,
button.reader-trigger,
h3.entry-title:after,
.post-excerpt:before,
.footer-carousel-item img,
.featured-tabs-navigation ul.navigation > li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE: Posts
/*-----------------------------------------------------------------------------------*/
.posts-loop article {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 1px 6px -3px #777;
    -webkit-box-shadow: 0px 1px 6px -3px #777;
}

.posts-loop article:hover h3.entry-title:after {
	width: 100%;
	left: 0;
	margin: 0;
}

.posts-loop article:hover .post-excerpt:before {
    height: 0;
}

.post-excerpt {
    position: relative;
    font-size: 13px;
}

.post-excerpt:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 120px;
    width: 100%;
    z-index: 2;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

h3.entry-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background-color: #222;
}

.big-posts h3.entry-title:after,
.list-posts h3.entry-title:after {
    left: 30px;
}

.big-posts .post-excerpt:before,
.list-posts .post-excerpt:before {
    height: 120%;
}

h3.entry-title {
    position: relative;
    padding-bottom: 15px;
}

.posts-loop h3.entry-title {
    margin: 15px 0 10px;
}

.posts-loop .entry-content {
    margin: 0 30px;
}

.posts-loop .grid-posts .entry-content,
.posts-loop .masonry-posts .entry-content {
	height: 220px;
	overflow: hidden;
}

a.read-more {
    display: inline-block;
    background: #fff;
    color: #333;
}

a.read-more:hover {
    background: #eee;
}

.posts-loop .entry-footer {
    margin: 0;
    padding: 15px 30px;
    border-top: 1px solid #eee;
}

.entry-footer span.read-more {
    text-align: right;
    float: right;
}

.entry-footer span.read-more a {
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid;
}

.entry-footer span.date {
    font-style: italic;
    font-size: 12px;
    color: #aaa;
}

h3.entry-title a {
display: block;white-space: nowrap;      word-wrap: break-word;      text-overflow: ellipsis;      overflow: hidden;color: #333;}

h3.entry-title a:hover {
    color: #C77052;
}

.posts-loop figure.post-image {
    display: block;
    position: relative;
    overflow: hidden;
}

figure.post-image img {
    width: 100%;
}

.post-hover span.post-views,
.post-hover span.post-comments {
    color: #fff;
    margin-left: 10px;
}

.grid-posts h3.entry-title,
.masonry-posts h3.entry-title {
    font-size: 18px;
}

/*-----------------------------------------------------------------------------------*/
/*	LOOP: Post Labels
/*-----------------------------------------------------------------------------------*/
ul.post-labels {
	list-style: none;
    display: block;
    position: absolute;
    top: 10px;
    left: -6px;
	margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    z-index: 9;
}

ul.post-labels:after {
	position: absolute;
	content: '';
	top: 30px;
	left: 0;
	margin-left: 0;
	border: solid transparent;
	height: 0;
	width: 0;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #333;
	border-width: 7px 0 0 6px;
}

ul.post-labels li {
	display: inline-block;
	float: left;
	padding: 0 10px;
	color: #fff;
	background-color: #C77052;
}

ul.post-labels a,
ul.post-labels span {
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul.post-labels.category-format-hover li.post-format {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
}

.posts-loop article:hover ul.post-labels.category-format-hover li.post-format,
.featured-carousel-item:hover ul.post-labels.category-format-hover li.post-format,
.featured-slider-item:hover ul.post-labels.category-format-hover li.post-format,
.featured-tabs-image:hover ul.post-labels.category-format-hover li.post-format,
.footer-carousel-item:hover ul.post-labels.category-format-hover li.post-format,
.panes-slider .pane-image:hover ul.post-labels.category-format-hover li.post-format {
	opacity: .9;
	visibility: visible;
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE: Posts Meta
/*-----------------------------------------------------------------------------------*/
ul.loop-post-meta {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 1em;
}

ul.loop-post-meta li {
    display: inline-block;
    margin-right: 6px;
    color: #ccc;
    font-size: 11px;
}

ul.loop-post-meta li a.comments-link {
    color: #ccc;
}

ul.loop-post-meta li i {
    margin-right: 5px;
    font-weight: 400;
}

.posts-loop .entry-footer ul.loop-post-meta li {
    font-size: 11px;
}

ul.loop-post-meta li.post-right {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

span.loop-post-date:after {
    font-family: 'FontAwesome';
    font-size: 6px;
    content: '\f111';
    vertical-align: middle;
    margin: 0 10px;
}

span.post-views-count {
    cursor: default;
}

span.post-views i,
span.post-comments i {
    margin-right: 6px;
}

ul.post-labels,
ul.loop-post-meta {
    font-family: 'Roboto', sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE: List posts
/*-----------------------------------------------------------------------------------*/
.list-posts .entry-content {
    margin: 0;
    padding-right: 30px;
}

.list-posts .list-thumbnail {
    display: table-cell;
    min-width: 260px;
}

.list-posts .list-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.list-posts h3.entry-title {
	font-size: 18px;
	padding-bottom: 8px;
}

.list-posts .list-content .post-excerpt {
    height: 111px;
    overflow: hidden;
	padding-right: 15px;
}

.posts-loop .list-posts .entry-footer {
	padding: 10px 0;
}

.list-posts .entry-footer ul.loop-post-meta {
	padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar .widget {
    display: block;
    position: relative;
}

.widget ul.children {
    padding-left: 10px;
}

.widget ul.children li {
    border: none;
    font-size: 13px;
}

.widget ul.children li:before {
    content: '\f105';
    font-family: "FontAwesome";
    margin-right: 10px;
}

#sidebar .widget li a {
    /* font-size: 13px; */
}

.widget-title {
    position: absolute;
    left: 0;
    top: -18px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

h3.widget-name {
	display: inline-block;
	line-height: 36px;
	color: #C7C7C7;
	background: #FFF;
	box-shadow: 0 1px 4px 0px rgba(190, 190, 190, 0.4);
	-webkit-box-shadow: 0 1px 4px 0px rgba(190, 190, 190, 0.4);
	padding: 0px 40px;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.widget-area select {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Calendar
/*-----------------------------------------------------------------------------------*/
#calendar_wrap {
	width: 100%;
}
table#wp-calendar {
	width: 100%;
	font-size: 12px;
	border: none;
	background: #fff;
}
#wp-calendar caption {
	background: #C77052;
	color: #fff;
	font-weight: 700;
	padding: 15px;
	font-size: 14px;
}
table.wp-calendar thead {
	padding: 7px;
}
#wp-calendar th {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	color: #555;
	text-align: center;
	font-weight: 700;
}
#wp-calendar td {
	padding: 8px;
	text-align: center;
	color: #999;
}
#wp-calendar td a {
	font-weight: 700;
}
#wp-calendar td.pad:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}
#wp-calendar td:hover {
	position: relative;
	color: #333;
	box-shadow: 0 0 1px #555;
	-webkit-box-shadow: 0 0 1px #555;
	z-index: 99;
}
#wm_calendar tfoot {
	border: none;
}
#wp-calendar tfoot td {
	border: none;
}
#wp-calendar td.pad:hover,
#wp-calendar td#prev:hover,
#wp-calendar td#next:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Tag Cloud
/*-----------------------------------------------------------------------------------*/
.widget_tag_cloud .tagcloud a {
	border: 1px solid;
	background: none;
	color: #999;
	padding: 0 12px;
	line-height: 28px;
	margin: 3px 0;
	display: inline-block;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 12px !important;
}

.widget_tag_cloud .tagcloud a:hover {
	border: 1px solid;
	color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Search
/*-----------------------------------------------------------------------------------*/
.widget_search .search-form select {
	display: none;
}
.searchform label.screen-reader-text {
	display: none;
}
.widget_search form.search-form button {
	position: absolute;
	top: 0;
	right: 5px;
	background: none;
	border: 0;
	font-size: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	font-weight: 400;
}
.widget_search form.search-form input.search-field {
	width: 100%;
}

.widget_search form.search-form label {
    width: 60%;
    margin: 0;
}

.widget_search form.search-form span.screen-reader-text {
    display: none;
}

.widget_search form.search-form input.search-submit {
    float: right;
    width: 35%;
    margin-left: 10px;
    padding: 16px 15px;
    font-size: 11px;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Menu
/*-----------------------------------------------------------------------------------*/
.widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_nav_menu li {
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
}

.widget_nav_menu li:last-child {
	border-bottom: none;
}

.widget_nav_menu a {
	display: block;
	padding: 3px 0;
	font-weight: 700;
	text-transform: uppercase;
}

.widget_nav_menu ul.sub-menu {
	display: none;
	padding-left: 10px;
}

.widget_nav_menu ul.sub-menu a {
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}

.widget_nav_menu li.menu-item-has-children > a:after,
.widget_nav_menu li.menu-item-has-children > a.open:after {
	content: '\f067';
	font-family: "FontAwesome";
	font-weight: 400;
	float: right;
}

.widget_nav_menu li.menu-item-has-children > a.open:after {
	content: '\f068';
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Recent Comments
/*-----------------------------------------------------------------------------------*/
.widget_recent_comments li.recentcomments span.comment-author-link:before {
    content: '\f0e5';
    font-family: "FontAwesome";
    margin-right: 10px;
}

.widget_recent_comments li.recentcomments span.comment-author-link {
    display: block;
    margin-bottom: 5px;
}

.widget_recent_comments li.recentcomments span.comment-author-link a {
    color: #333;
}

.widget_recent_comments li.recentcomments a,
.widget_recent_comments li.recentcomments span {
    font-weight: 700;
}


/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Text
/*-----------------------------------------------------------------------------------*/
h2.text-widget-heading {
	font-size: 32px;
	margin: 20px 0;
}
.text-widget-content {
	margin: 10px 0 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Recent Posts
/*-----------------------------------------------------------------------------------*/
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li {
	list-style: none;
	padding: 5px 0;
	/* font-size: 13px; */
	border-bottom: 1px solid #f7f7f7;
}

.widget_recent_entries ul li a {
    font-weight: 700;
}

.widget_recent_entries ul li a:before {
    content: '\f0f6';
    font-family: "FontAwesome";
    font-weight: 400;
    margin-right: 10px;
    color: #333;
}

.widget_recent_entries ul li span.post-date {
    font-size: 11px;
    font-weight: 700;
    float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Banner
/*-----------------------------------------------------------------------------------*/
.widget_cozmo_banner {
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Socialize
/*-----------------------------------------------------------------------------------*/
.widget_cozmo_socialize ul.social-icons {
    text-align: center;
}

.widget_cozmo_socialize ul.social-icons li {
	border: none;
}

.widget_cozmo_socialize ul.social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ccc;
    font-size: 22px;
}

.widget_cozmo_socialize ul.social-icons li a:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Feedburner Subscribe
/*-----------------------------------------------------------------------------------*/
.widget_cozmo_feedburner_subscribe form.feedburner-subscribe {
    width: 100%;
}

.widget_cozmo_feedburner_subscribe form.feedburner-subscribe input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Pinterest
/*-----------------------------------------------------------------------------------*/
.widget_cozmo_pinterest_board a:hover {
	opacity: 0.8;
}

.widget_cozmo_pinterest_board > span {
    max-width: 100% !important;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Recent Posts
/*-----------------------------------------------------------------------------------*/
ul.mini-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.mini-posts li {
	overflow: hidden;
	margin-bottom: 10px;
	border: none;
}

ul.mini-posts li .mini-content h4 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.25em;
}

ul.mini-posts li .mini-image {
    float: left;
    margin-right: 15px;
}

ul.mini-posts li .mini-image img {
    width: 80px;
	height: auto;
}

ul.mini-posts li h4 a {
    color: #333;
}

ul.mini-posts li:hover h4 a {
    color: #C77052;
}

ul.mini-posts ul.loop-post-meta li {
    margin-right: 10px;
    margin-left: 0;
}

ul.mini-posts ul.loop-post-meta {
    display: inline-block;
    width: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS: Instagram
/*-----------------------------------------------------------------------------------*/
ul.instagram-pics {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.instagram-pics li {
    display: inline-block;
    width: 33.33%;
    padding: 3px;
}

ul.instagram-pics li img:hover {
    opacity: 0.7;
}

/*-----------------------------------------------------------------------------------*/
/*	SEARCH RESULTS
/*-----------------------------------------------------------------------------------*/
.no-results {
	background: #fff;
	padding: 30px;
}

header.search-results-header span {
	color: #C77052;
}

/*-----------------------------------------------------------------------------------*/
/*	PAGINATION
/*-----------------------------------------------------------------------------------*/
.pagination {
	display: block;
	margin: 10px 0;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

.pagination ul {
	display: block;
	padding: 0;
	margin: 0;    
	text-align: center;
}

.pagination li {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
}

.pagination li a {
	display: block;
	color: #aaa;
	font-size: 12px;
	font-weight: 700;
	background-color: #fff;
	box-shadow: 0 1px 4px -1px #aaa;
	-webkit-box-shadow: 0 1px 4px -1px #aaa;
}

.pagination li i {
    font-weight: 400;
}

.pagination li.active a {
	color: #ccc;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.pagination li a:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	ERROR PAGE
/*-----------------------------------------------------------------------------------*/
.error-404 {
	text-align: center;
}

.error-404 h5.error-message {
    font-size: 105px;
    line-height: 1em;
    margin: 50px 0 0;
    color: #F4F4F4;
}

.error-404 p {
	color: #E4E4E4;
	margin-bottom: 90px;
}

.error-404 h1.page-title {
	color: #ddd;
	font-size: 30px;
}

.error-404 a.error-home {
	font-size: 24px;
	float: left;
}

.error-404 span.screen-reader-text {
	display: none;
}

h2.center-heading {
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL NETWORKS
/*-----------------------------------------------------------------------------------*/
ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-icons li {
    display: inline-block;
    padding: 0;
    margin: 5px 4px;
}

ul.social-icons li a {
    display: block;
    font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER: Posts Slider
/*-----------------------------------------------------------------------------------*/
.footer-carousel-item {
	overflow: hidden;
}

.footer-item-info {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 0 20px 15px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.footer-item-info h3.entry-title:after,
.footer-item-info h3.entry-title:before {
    display: none;
}

.footer-item-info h3.entry-title {
    border: none;
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    text-shadow: 0px 1px 1px #111;
}

.footer-item-info h3.entry-title a {
    color: #fff;
}

.footer-item-info ul.loop-post-meta li {
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    font-weight: 400;
}

.footer-carousel-item:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.footer-carousel .owl-controls .owl-next,
.footer-carousel .owl-controls .owl-prev {
    position: absolute;
    height: 50px;
    line-height: 50px;
    left: 0;
    bottom: 50%;
    margin-bottom: -25px;
    margin-left: 50px;
}

.footer-carousel .owl-controls .owl-next {
    right: 0;
    left: auto;
    margin-right: 50px;
    margin-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER: Subscribtion Form
/*-----------------------------------------------------------------------------------*/
.footer-subscribe {
    display: block;
    background: #EFEFEF;    
    padding: 90px 20px;   
    border-top: 1px solid #E5E5E5;
}

.footer-subscribe-inner {
	max-width: 930px;
	margin: 0 auto;
}

.footer-subscribe h3 {
    font-size: 28px;
    margin: 0 0 10px;
}

.footer-subscribe p {
    color: #575757;
    margin: 0 0 15px;
}

.footer-subscribe input.subscribe-email {
	float: left;
	width: 70%;
    border-color: #D0D0D0;
}

.footer-subscribe input.subscribe-submit {
	float: right;
	width: 29%;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.footer-bottom {
    padding: 20px 0;
    color: #aaa;
    background-color: #252525;
}

.footer-bottom a {
    color: #aaa;
}

.footer-bottom a:hover {
	color: #ddd;
	background: none;
}

.copyright-text {
	font-size: 13px;
	display: inline-block;
}

.footer-bottom ul.social-icons li {
    margin: 0 1px;
}

.footer-bottom ul.social-icons li a {
    font-size: 16px;
    padding: 0 5px;
}

.footer-bottom ul.social-icons li a:hover {
	background: none;
}

.footer-networks {
    position: relative;
    text-align: center;
    padding: 60px 30px;
    background: #FFF;
    box-shadow: 0 -1px 4px rgba(190, 190, 190, 0.4);
    -webkit-box-shadow: 0 -1px 4px rgba(190, 190, 190, 0.4);
}

.footer-networks ul.social-icons li {
    margin: 5px;
}

.footer-networks ul.social-icons li a {
    border: 1px solid;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    color: #C5C5C5;
    box-shadow: 0 1px 6px -1px #aaa;
    -webkit-box-shadow: 0 1px 6px -1px #aaa;
}


/*-----------------------------------------------------------------------------------*/
/*	FOOTER: Menu
/*-----------------------------------------------------------------------------------*/
#footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-navigation {
    display: inline-block;
    margin-right: 10px;
}

#footer-navigation ul li {
    display: inline-block;
    margin-right: 10px;
}

#footer-navigation ul li a {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

#footer-navigation ul:after {
	content: '|';display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM 7
/*-----------------------------------------------------------------------------------*/
textarea.wpcf7-textarea,
input.wpcf7-text,
input.wpcf7-submit {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	POST LIKES
/*-----------------------------------------------------------------------------------*/
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
}

.icon-like:before { content: "\f004"; }
.icon-unlike:before { content: "\f08a"; }
.icon-gear:before { 
	content: "\f104";
}

a.post-like-button {
	width: auto;
	color: #FF300C;
}

a.post-like-button i {
    margin-right: 5px;
    font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*	TOOLTIPS
/*-----------------------------------------------------------------------------------*/
.tooltip > .tooltip-inner {
	padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: 0 1px 6px -1px #333;
	-webkit-box-shadow: 0 1px 6px -1px #333;
}
