/*
Theme Name: Wanderlust
Theme URI: http://protravelblogs.com/themes/wanderlust/
Author: Pro Travel Blogs
Author URI: http://protravelblogs.com/
Description: Wanderlust is a big bold travel blog theme, designed to feature your beautiful travel photos and stories. The home page has an optional posts slider which let's you set up a specific slider category for those posts you want to feature there. On the home page you can also choose to (optionally) feature some static pages right below the slider too. Of course you can set colors, social media links, and logo through the Customizer so you can make it your own without any coding required. Happy trails.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wanderlust
Tags: custom-menu, full-width-template, post-formats, right-sidebar, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Wanderlust is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Head
# Navigation
	## Links
	## Menus
# Slide
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size:18px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a img:hover{
	-webkit-filter: sepia(50%);
	filter: sepia(50%);
}

.img-hover{
	-webkit-filter: sepia(50%);
	filter: sepia(50%);
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 18px;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background: #1bbc9b;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
	border: none;
	transition: all .2s ease-in-out;
}

input[type="submit"]:hover{
	background: #434a53;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
	font-size: 18px;
    padding: 5px;
    width: 100%;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

label{
	display: block;	
}

.search-field{
	width: 93% !important;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Lato', sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color:#707070
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 18px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight: 300;
}

ul li,
ol li{
	margin-bottom: 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	width:auto;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 18px;
}

dl,
table,
address,
pre{
	font-weight: 300;
	line-height: 30px;
	font-size: 18px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"],
textarea {
    padding: 8px;
    width: 100%;
    font-size: 18px;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder{
	font-style:italic;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 8px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.comment-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comment-list .children{
	list-style-type: none;
}

.comment-author a{
	color: #1bbc9b;
    margin-left: 5px;
	font-size: 16px;
}

.comment-author a:hover, .comment-metadata a:hover{
	color: #434a53;
	text-decoration:none;
}

.comment-list .comment-metadata {
    line-height: 24px;
    font-size: 14px;
    padding-left: 40px;
}

.comment-content{
	padding-left: 40px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #434a53;
}

a:hover,
a:focus,
a:active {
	color: #1bbc9b;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active ,
a:focus,
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus, a{
	outline: 0;
	box-shadow:none;
	transition: all .2s ease-in-out;
}

/*--------------------------------------------------------------
# Head
--------------------------------------------------------------*/
.top-head{
	background: #434a54;
}

.social-icons{
	padding: 0;
	margin: 4px 0 0;
    list-style-type: none;
    display: block;
	float: left;
}

.mobile-serch-form-coantainer{
	display:none;
}

.mobile-serch-form-coantainer input{
	margin-bottom: 15px;
}
	
.social-icons li{
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 0;
	min-width: 20px;
    width: 25px;
}

.social-icons li a, .search-box .fa-search{
	font-size: 16px;
	color:#fff;
	transition: all .3s ease-in-out;
}

.social-icons li a:hover .fa{
	color: #1bbc9b;
	font-size:14px;
	padding: 1px;
	transition: all .3s ease-in-out;
}

.search-box .fa-search{
	cursor: pointer;
}

.search-box{
	text-align:right;
	float:right;
}

.search-box input{
	padding: 3px;
}

.serch-form-coantainer{
	display:none;
	float: left;
}

.search-box .fa-search{
    background: #333a42;
    padding: 10px 15px;	
}

.site-branding{
	margin: 30px 0;
}

.site-title{
	font-size: 46px;
	font-weight: 900;
	text-transform:uppercase;
	margin: 0;
}

.site-title a{
	color: #434a54;
}

.site-title a:hover{
	color:#1bbc9b;
	text-decoration:none;
}

.site-description{
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}

.site-header{
	border-bottom: solid 3px #1bbc9b;
	background: #fff;
}

/*--------------------------------------------------------------
# Slide
--------------------------------------------------------------*/
.flexslider.carousel .slides{
	margin: 0;
    padding: 0;
}

.carousel li{
	margin:0;
}

.flexslider {
    margin: 0;
	border: none;
	background: transparent;
}

.flex-direction-nav a{
	height: 47px;	
	top: 45%;
}

.flex-direction-nav .flex-next {
	right: 20px;
}

.flex-direction-nav .flex-prev {
	left: 20px;
}

.flex-direction-nav a:before{
	color: rgba(255, 255, 255, 0.5);
}

html, body, #page, .flexslider.carousel,
.flex-viewport, .flexslider.carousel .slides {
	height:98%;
    height: calc(100% - 27px);
}

.flexslider .slides > li{
	max-height: inherit;
	height:98%;
	height: calc(100% - 5px);
	cursor:pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: flex !important;
}

.slide-desc .meta-info-comment{
	display:none;
}

.slide-desc{
	text-align: center;
	width: 100%;
	align-self: flex-end;
	display:none;
}

.desc-container{
	padding: 20px;
	background: #1bbc9b;
}

.slide-desc a, .slide-desc h1{
	color: #fff;	
}

.slide-desc a:hover{
	text-decoration: none;
}

.slide-desc h1{
	font-weight: 600;	
}

.post-data a{
	margin-right: 10px;
	font-weight: normal;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	line-height: 15px;
}

.main-navigation li {
	position: relative;
	margin-bottom: 10px;
}

.main-navigation li:last-child{
	border-right: none;
	padding-right:0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size:16px;
	color: #434a54;
	text-transform: uppercase;
	font-weight: 600;
}

.main-navigation a:hover{
	color: #1bbc9b;
	transition: all .3s ease-in-out;
}

.main-navigation ul ul {
	top: 15px;
	left: -999em;
	z-index: 99999;
	padding-top: 10px;
	line-height: 22px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	border-right: none;
}

.main-navigation ul ul li:last-child{
	border-bottom: none;
    padding-bottom: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color:#1bbc9b;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# 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:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	width: 100%;
	font-size:18px;
	padding: 5px;
}

.widget_recent_entries ul li:before{
	content: "\f07b";
	font-family: FontAwesome;
	margin-right: 5px;
	position:absolute;
	left:0;
}

.widget_recent_entries ul li:hover:before{
	content: "\f07c";
	font-family: FontAwesome;
	margin-right: 3px;
}
.widget_recent_entries ul li{
	padding-left:20px;
}
.widget_recent_entries ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover{
	margin-left: 5px;	
}

.widget_archive ul li a:after, .widget_categories ul li a:after{
	content: "\f105";
	font-family: FontAwesome;
	float: right;
}

.widget_search input[type="submit"], .sidebar-wrapper input[type="submit"]{
	width: 100%;
}
.widget_recent_comments ul li{
	padding-left:20px;
}
.widget_recent_comments ul li:before{
	content: "\f086";
	font-family: FontAwesome;
	margin-right: 3px;
	position:absolute;
	left:0;
}

.site-footer caption,
.site-footer p{
	color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content, .post-details,
.page-details{
	margin-top: 50px;
}

.home .site-content{
	margin-top: 0;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 60px;
	padding-bottom: 40px;
}

.hentry:last-child{
	border-bottom: none !important;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-details .entry-content{
	margin: 0;
}

.post-edit-link{
	font-size: 18px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single-post .entry-title{
	margin-top: 0
}

.entry-title{
	font-size: 36px;
	font-weight: 600;
}
.page .entry-title{
	margin: 0;
    background: #434a53;
    color: #fff;
    padding: 10px 0;
}
.full-width-page{
	margin-bottom: 50px;
}
.search-results .entry-title{
	background: transparent;
}
.search-results .page-header,
.archive .page-header{
	margin: 0;
}
.page .entry-title span{
	background: #1bbc9b;
    padding: 7px 20px 8px;
}
.entry-title a{
    color: #1bbc9b;	
}

.entry-title a:hover{
	color: #434a53;	
	text-decoration:none;
}

.entry-meta{
	background: #434a53;	
	line-height: 55px;
}

.entry-meta a{
	font-size: 18px;
	border-right: solid 1px #fff;
    padding: 16.5px 20px 17px;
	color:#fff;	
	font-weight: 600;
}

.entry-meta a:hover{
	color:#1bbc9b;	
	text-decoration: none;
}

.posted-on a{
	background: #1bbc9b;
	border-right: none;
}

.posted-on a:hover{
	color:#434a53 !important;	
}

.read_more{
	background: #1bbc9b;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 20px;
}

.read_more:hover{
	background: #434a53;
	color:#fff;
	text-decoration: none;
}

.pagination {
    font-size: 24px;
    color: #1bbc9b;
    font-weight: 600;
	text-align: center;
	display: block;
}

.img-container{
	background: #fff;
}

.pagination a {
    margin: 0 5px;
	color: #707070;
}

.fa-chevron-right, .fa-chevron-left {
    background: #1bbc9b;
    color: #fff;
    font-size: 18px;
    padding: 2px 5px 1px 6px;
}

.post-navigation a, .posts-navigation a{
	font-size: 16px;
	color: #434a53;
}

.post-navigation a:hover, .posts-navigation a:hover{
	color: #1bbc9b;
	text-decoration:none;
}

.nav-previous a:before{
	content: "\f100";
	font-family: FontAwesome;
	margin-right:5px;
}

.nav-next a:after{
	content: "\f101";
	font-family: FontAwesome;
	margin-left:5px;
}

.featured-container{
	margin-bottom: 50px;
}

.featured-article h2{
	font-size: 28px;
    font-weight: 900;
    text-align: center;
    background: #434a53;
    color: #fff;
    padding: 20px 0;
    margin: 0;
}

.featured-container h2:hover, .featured-container a:hover{
	color: #1bbc9b;
	text-decoration:none !important;
}

.featured-image{
	max-height: 230px;
	overflow: hidden;
	max-width: 720px;
	margin-bottom: 20px;
}

.featured-image img{
	width: 100%;	
}
.inner-wrapper{
	background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.about-entry{
	background: #fff;
	padding: 1px 20px 20px;	
}
.video-wrapper{
	text-align:center;
	margin: 20px 0;
}
.post-format:before{
	font-size: 26px;
    padding: 0 20px;
    color: #fff;
	font-family: FontAwesome;
}
.format-video .post-format:before{
	content: "\f1c8";
}
.format-aside .post-format:before{
	content: "\f15c";
}
.format-image .post-format:before{
	content: "\f03e";
}
.format-quote .post-format:before{
	content: "\f10d";
}
.format-link .post-format:before{
	content: "\f0c1";
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.archive .format-aside .entry-title {
	display: none;
}

.sidebar-wrapper{
	background: #fff;
    padding: 20px;
	margin-bottom: 30px;
}

.sidebar-wrapper ul{
	padding: 0;
	list-style-type: none;
	line-height: 20px;
	position:relative;
}

.sidebar-wrapper ul ul{
	padding-left: 10px;
    margin-left: 10px;
}

.sidebar-wrapper .widget-title{
	background: #1bbc9b;
	padding: 15px 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.sidebar-wrapper a{
	font-size: 16px;
	font-weight: normal;
	color: #434a53;
}

.sidebar-wrapper a:hover{
	color: #1bbc9b;
	text-decoration: none;
}

.widget_wanderlust_recent_posts ul li h5 {
    margin-bottom: 5px;
    display: inline;
}

.widget_wanderlust_recent_posts .meta-info{
	line-height: 10px;
}

.widget_wanderlust_recent_posts ul li{
	margin-bottom: 20px;
}
.meta-info-date{
	font-size: 14px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer{
	background: #434a53;
	border-top: solid 3px #1bbc9b;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.site-footer .widget ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.site-footer .widget ul ul{
	margin-left: 10px;
	padding-left: 10px;
}
.site-footer .widget_recent_comments ul li:before{
	left: 13px;
}

.footer-widget-container{
	padding: 50px;
}

.footer-widget .widget-title{
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: dotted 1px #b7b7b7;
	padding-bottom: 20px;
	margin-top: 0;
}

.site-footer a{
	color: #1bbc9b;
	font-weight: normal;
}

.site-footer a:hover{
	color: #fff;
	text-decoration: none;	
}

.site-info{
	font-size: 14px;
	font-weight: normal;
	border-top: solid 2px #fff;
	padding: 10px;
}

.site-footer .widget_wanderlust_recent_posts h5 a{
	font-size: 18px;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width:599px){
	.main-navigation li a{
		border-bottom: dashed 1px #ebebeb;
		width: 100% !important;
		padding: 10px 0;
	}
	.menu-toggle{
		border: none;
		background: none;
	}
	.menu-toggle .fa-bars{
		font-size: 24px;
	}
	#site-navigation{
		margin-bottom: 10px;
	}
	.entry-meta a{
		border-right: none;
	}
	.entry-meta .posted-on, .entry-meta .byline,
	.entry-meta .meta-info-comment{
		display: block;
		width: 100% !important;	
		border-bottom: solid 1px #ccc;
	}
}
@media only screen and (min-width:645px){
	.post-format:before{
		position: absolute;
	}
}
@media only screen and (min-width:600px){
	.site-branding{
		float:left;
	}
	.main-navigation {
		float: right;
		margin-top: 55px;
		margin-bottom: 40px;
	}
	.main-navigation li{
		display: inline-block;
		border-right: solid 1px;
		padding: 0 15px;
	}
	.main-navigation ul ul{
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		 background: #fff;
		 float: left; 
		 position: absolute;
	}
	.main-navigation ul ul li{
		border-bottom: dashed 1px #ebebeb;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width:480px){
	.main-navigation.toggled {
		margin-top: 15px;
	}
	.entry-meta .posted-on{
		background: #1bbc9b;
	}
	.slide-desc{
		display:none;
	}
}

@media only screen and (min-width:481px){
	.sidebar-wrapper{
		max-width: 300px;	
	}
}

@media only screen and (max-width:320px){
	.search-box{
		float: none;
	}
	.desktop{
		display:none;
	}
	.mobile-serch-form-coantainer{
		display:block;
	}
	.social-icons{
		margin-bottom: 10px;
		float: none;
		text-align: center;
	}
}