/*
Theme Name: My Beautiful Adventures
Theme URI: http://bellaworksweb.com
Author: the BellaWorks team
Author URI: http://bellaworksweb.com/
Description: Responsive for Bellaworks

*/

@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300,600,700);
@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);

/* =Reset
-------------------------------------------------------------- */
@font-face {
    font-family: 'wanderlust_lettersregular';
    src: url('fonts/cultivated_mind_-_wanderlust_letters-webfont.woff2') format('woff2'),
         url('fonts/cultivated_mind_-_wanderlust_letters-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'wanderlust_lettersextras';
    src: url('fonts/cultivated_mind_-_wanderlust_letters_extras-webfont.woff2') format('woff2'),
         url('fonts/cultivated_mind_-_wanderlust_letters_extras-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background-color:#FFA4AD ;
}



 
.josefin {font-family: 'Josefin Sans', sans-serif;}
.sortsmill {font-family: 'Sorts Mill Goudy', serif;}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
.clear{clear:both;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* = Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title {
	width: auto;
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	text-transform:uppercase;
	font-size:13px;
	color: #444;
	border-bottom: 4px solid #FFA4AD;
	line-height: 2;
	font-weight:700;
	clear:both;	
}

.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}
input#unsub {display: none;}
/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #444;
	background-color: #fff;
	
}
.menu-toggle {
	padding: 15px 20px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #444;
	background-color: #fff;
	
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	border-color: transparent;
}
.bypostauthor cite span {
	
	background-image: none;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
/*	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.author-avatar img {border: 1px solid #B69D59;}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: 'Sorts Mill Goudy', serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
.wrapper {
		width: 96%;
		margin: 0px auto;	
		padding: 0 2%;
		background-color: #fff;
		overflow:hidden;
}
.wrapper-hf {
		background-color: rgba(255,255,255,0);	
		width: 96%;
		margin: 0px auto;	
		padding: 0 10px;
		overflow:hidden;
		background-image: url(images/home-footer.png);	
	background-repeat: repeat-x;
}
a {
	outline: none;
	color:#FFA4AD ;
	text-decoration:none;
	-o-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a:hover {
	color: #B69D59;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */

.site-content {
	margin: 24px 0 0;
}
.widget-area {
	margin: 24px 0 0;
	clear:both;
}

/* Social */
#sociallinks {
	width: 295px;
	height: 50px;
	position: relative;
	margin: 20px auto;
	z-index: 6;	
}

/* Logo */
.logo , h1.logo {
	width: 280px;
	height: 27px;
	background-image: url(images/logo.png);	
	z-index: 1;
	background-size:cover;
	margin: 20px auto;
}
.logo a, h1.logo a{
	width: 280px;
	height: 27px;
	display: block;
	text-indent: -9000px;
}

#share h3 {
	/*width: 200px;	*/
	color: #B69D59;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
}
/* Related Posts */
.wp_rp_footer {display: none;}
/* = Navigation
-------------------------------------------------------------- */
.main-navigation {
	margin-top: 24px;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.42857143;
	font-family: 'Josefin Sans', sans-serif;
	text-transform:uppercase;
	font-weight:600;
}
.main-navigation a {
	color: #fff;
}
.main-navigation a:hover {
	color: #B79D5A;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
	padding-bottom: 20px;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}
.side-home-section {
	border-top: 1px solid #B69D59;
	border-bottom: 1px solid #B69D59;
	padding-top: 20px;
	margin-bottom: 30px;
}
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	word-wrap: break-word;
}
.widget-area .widget h3, .widget-area .widget h4 {
	color:#B69D59;	
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	text-transform:uppercase;
	font-weight: 300;
	margin-bottom: 15px;
	-moz-hyphens:none !important ;
	-o-hyphens:none !important;
	-webkit-hyphens:none !important;
	hyphens:none !important;
}
.widget-area .widget h3 {
	font-size: 20px;	
}
.widget-area .widget h4 {
	font-size :15px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {

}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.border {border: 2px solid #C4AF7A;}
.bio {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 15px;
	color: #444;
	line-height: 1.3;
	text-align: center;
	padding: 20px;
	-moz-hyphens:none !important ;
	-o-hyphens:none !important;
	-webkit-hyphens:none !important;
	hyphens:none !important;
}
.bio-pic {
	width: 90%;
	margin: 0px auto 20px auto;
	position: relative;
	z-index:10;
}
.bioname {
	opacity: 0;	
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
	color: #B69D59;
	z-index:11;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
	font-size: 20px;
}
.bio-pic img {
	width: 100%;
}
.bio-pic img:hover {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.bio-pic:hover .bioname {
	opacity: 1;	
}
.bio-pic, .bio-pic img {
	border-radius: 50%;
}
.signup {
	background-image: url(images/signup-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 15px;	
}
.signup-form {
	background-color: #fff;
	color:#B69D59;	
	font-family: 'Josefin Sans', sans-serif;
	padding: 10px;
	text-align: center;
}
.signup-form h3 {
	background-color: #fff;
	color:#B69D59;	
	font-size: 16px;
	font-weight:700;
	text-transform:uppercase;
	line-height: 1.3;
	
}
::-webkit-input-placeholder {
    color:    #B69D59;
}
:-moz-placeholder {
    color:    #B69D59;
}
::-moz-placeholder {
    color:    #B69D59;
}
:-ms-input-placeholder {
    color:    #B69D59;
}
.search {
	padding: 10px 20px;
}
input.search-field {
	border: 0px;
	width: 100%;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #B69D59;	
}
.widgetlink, .widgetlink img {
	width: 100%;
}
.widgetlink a {
	display: block;
	padding: 0px;
	line-height: 0;
}
.custom-ad {
	margin: 15px auto 30px auto;
	text-align: center;	
}
.worth-link {
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 14px;
	line-height: 1.3;
}
.widget .worth-link a {
	color: #444;
	padding: 10px 0 10px 0;
	transition: color 0.3s ease;
}
.widget .worth-link a:hover {
	color: #FFA4AD;
}
.clever-network {
	width: 75px;
	height: 75px;
	margin: 30px auto 10px auto;	
}
.clever-network img {
	width: 100%;
}
/* Footer */
footer[role="contentinfo"] {
	background-color: rgba(255,255,255,.6);
	clear: both;
	font-size: 12px;
	line-height: 2;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	color: #777;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	text-align: center;
}

footer[role="contentinfo"] a {
	color: #777;
}
footer[role="contentinfo"] a:hover {
	color: #FFA4AD;
}

/* = Pages and Page Templates
-------------------------------------------------------------- */
.cat-clear {
	width: 100%;
	clear:both;	
}
.cat-title {
	width: auto;
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	text-transform:uppercase;
	font-size:13px;
	color: #444;
	border-bottom: 4px solid #FFA4AD;
	line-height: 2;
	font-weight:700;
	clear:both;
}
/* = Home
-------------------------------------------------------------- */
.home-footer {
	padding-bottom: 50px;
	padding-top: 50px;
}
.luggage-tag {
	background-image: url(images/luggage-tag.png);	
	background-repeat: no-repeat;
	background-size: cover;
	width: 260px;
	height: 136px;
	position: relative;
	margin: 0 auto 30px auto;
}
.luggage-details {
	width: 170px;
	position: absolute;
	top: 40px;
	left: 50px; 
	height: 30px;	
}
.trip {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #333;	
	font-size: 12px;
}
.follow {
	font-family: 'Josefin Sans', sans-serif;
	background-color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	padding: 20px;	
	margin: 0 auto 30px auto;
	line-height: 2.5;
}
.follow a {color: #b69d59;}
.finstagram {
	width: 100%;
	margin: 0 0 30px 0;	
}
/* = Blog
-------------------------------------------------------------- */
.post {
	width: 100%;
	margin: 0 0 30px 0;
	position: relative;
	clear:both;
	z-index:1;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.post-left, .post-left img, .post-right {
	width: 100%;
	position: relative;
	z-index:2;
}
.post-left, .post-right {
	margin: 0 0 30px 0;
}
.excerpt {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.readmore {
	width: auto;
	display: inline-block;
	float:right;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	text-transform:uppercase;
	font-size:12px;
}
.readmore a {
	background-color: #FFA4AD;
	display: block;
	color: #fff;
	padding: 8px 30px 5px 30px;
	-o-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;	
}
.readmore a:hover {
	background-color: #B69D59;	
}
.subscribb {
	width: auto;
	display: inline-block;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom: 20px;
}
.subscribb a {
	background-color: #FFA4AD;
	display: block;
	color: #fff;
	padding: 8px 30px 5px 30px;
	-o-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;	
}
.subscribb a:hover {
	background-color: #B69D59;	
}
.date {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #444;
	margin: 0 0 20px 0;
}
.giveaway, .review, .guide {
	/*background-image: url(images/giveaway.png);*/
	background-image: url(images/post-label.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 125px;
	height: 125px;	
	position: absolute;
	top: -10px;
	left:0px;
	z-index:10;
}
.givewawy {background-position: 0 0;}
.review {background-position: 0 -125px ;}
.guide {background-position: 0 -250px ;}
.cats-tags {
	width: 100%;
	margin: 20px auto;	
	overflow: hidden;
}
.cats-tags a {
	color: #B69D59;
}
.cats-tags a:hover {
	color: #FFA4AD;
}
/* = Service
-------------------------------------------------------------- */
.service {
	width: 94%;
	float:left;
	margin: 0 0 30px 0;
	background-image: url(images/photography-service.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3%;
}
.service-pad {
	background-color: #fff;
	overflow:hidden;	
}
.service-image {
	width: 100%;
	line-height: 0;
}
.service-image img {
	width: 100%;
	line-height: 0;
}
.service-details {
	width: 96%;
	padding: 2%;
}
.service-price {
	width: 100%;
}
/* = Places
-------------------------------------------------------------- */
.placescenter {text-align: center;}
.placetitle {
	width: 280px;
	height: 68px;
	background-image: url(images/place-title.png);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;	
	font-family: 'Josefin Sans', sans-serif;
	color: #B69D59;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 68px;
	margin: 0 auto 30px auto;
}
ul.places {
	padding: 20px 0px;	
	margin: 0 0 30px 0px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
ul.places li {
	list-style: none;
	font-size: 18px;
	margin: 0 0 10px 0;	
}
header.places, header.places h2 {
	font-family: 'Josefin Sans', sans-serif;
	/*color: #B69D59;*/
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	width: auto;
	margin: 0px auto;
	display: inline-block;
	text-align: center;
	width: 100%;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #FFA4AD;
}
article.sticky .featured-post {
	
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.4;
	font-size:16px;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	
	line-height: 1.714285714;
	/*font-family: 'Josefin Sans', sans-serif;*/
}
.entry-content h1,
.comment-content h1 {
	font-size: 20px;
	line-height: 1.5;
	margin: 24px 0;
	color: #B69D59;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
	text-transform:uppercase;
	margin: 15px 0;
}
/*.entry-content h2 {
	font-family: CM;
}*/
.entry-content h2 a {
	color: #B69D59;
	-o-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.entry-content h2 a:hover {
	color: #FFA4AD;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	
	margin-bottom: 72px;
	padding-bottom: 24px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
-------------------------------------------------------------- */
.comments-area li.bypostauthor article {
	background-color: rgba(255,164,173,.3);
	padding: 10px 20px;	
}
.comments-area li {
	
}

.comments-area article {
	margin: 24px 0;
	border-left: 2px solid rgba(182,157,89,.7);	
	padding: 10px 20px;	
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link {
	width: auto;
	background-color: #FFA4AD;
	display: inline-block;
	color: #fff;
	padding: 8px 30px 5px 30px;
	-o-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;	
}
a.comment-edit-link {
	width: auto;
	color: #FFA4AD;
	display: inline-block;
	padding: 2px;
	-o-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;	
	float: right;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	background-color: #B69D59;
}

.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-top: 24px;
}
/*.widget select {
	border-radius: 0px;
	padding: 20px;
	background-color: rgba(255,164,173,.3);	
	border: 1px solid rgba(255,164,173,.9);
}*/
.styled-select select {
  background-color: rgba(255,164,173,.3);	
   width: 100%;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1px solid rgba(255,164,173,.9);
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   background-image: url(images/dropdown-arrow.png);
   background-repeat:no-repeat;
   background-position:right;
   
   }
.styled-select {
   width: 100%;
   height: 34px;
   overflow: hidden;
    background-image: url(images/dropdown-arrow.png);
   background-repeat:no-repeat;
   background-position:right;
   border: 1px solid #ccc;
   }
/* Comment form */
#respond {
	margin-top: 48px;
	padding: 20px;
	background-color: rgba(238,220,214,.7);
}
#respond h3#reply-title,
.comments-title {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Josefin Sans', sans-serif;
	 color: #B69D59;
    text-transform: uppercase;
	font-weight: 300;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}




/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* =Pagination
-------------------------------------------------------------- */
.navigation {
	width: 100%;
	margin: 20px 0 30px 0;
	clear: both;	
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}
 
.navigation li {
	display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #B69D59;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
	background-color: #FFA4AD;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
.wrapper, .wrapper-hf {
		width: 90%;
		padding: 0 20px;
}
/* Logo */
.logo , h1.logo {
	width: 770px;
	height: 72px;
}
.logo a, h1.logo a{
	width: 770px;
	height: 72px;
}
body {
	background-image: url(images/bg.png);	
	background-repeat: repeat;
	background-color: none;
}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
		clear:none;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation {margin-top: 0px;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: center;
		width: 100%;
		background-image: url(images/nav.png);
		background-repeat: repeat-x;
		height: 40px;
		margin: 0px;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		line-height: 1;
		text-transform: uppercase;
		white-space: nowrap;
		font-size: 15px;
		padding : 15px 0 10px 0;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: rgba(182,157,89,.7);
		border-bottom: 1px solid #fff;
		display: block;
		font-size: 11px;
		line-height: 2.181818182;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: rgba(255,164,173,.7);
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		color: #B69D59;
		text-transform: uppercase;
		/*font-family: 'Josefin Sans', sans-serif;*/
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.commentlist .children {
		margin-left: 48px;
	}
/* = Home
-------------------------------------------------------------- */
.home-footer {
	padding-bottom: 50px;
}
.luggage-tag {
	margin: 0 30px 0 0;
	float: left;
}
.follow {
	width: 100px;
	margin: 0 10px 0 0;
	float: left;
}
.finstagram {
	width: 280px;
	margin: 0;
	float:left;	
}
/* = Blog
-------------------------------------------------------------- */
.post {
	
}
.post-left {
	width: 45%;
	float: left;
}
.post-right {
	width: 45%;
	float: right;
}
.giveaway {
	width: 125px;
	height: 125px;	
}
/* = Service
-------------------------------------------------------------- */
.service-image {
	width: 30%;
	float: left;
}
.service-details {
	width: 60%;
	float: right;
	padding: 0;
}
.service-price {
	font-size: 18px;
}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 1140px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0;
	}
	.wrapper, .wrapper-hf {
		width: 1000px;
		margin: 0px auto;	
		padding: 0 50px;
	}
	
	/* Logo */
.logo , h1.logo {
	margin: 40px auto 0 auto;
}
/* = Home
-------------------------------------------------------------- */
.finstagram {
	width: 550px;
}
/* = Service
-------------------------------------------------------------- */
.service-image {
	width: 200px;
}
.service-details {
	width: 400px;
}
.service-price {
	font-size: 18px;
}
}



h1.is-style-wanderlust,
h2.is-style-wanderlust,
h3.is-style-wanderlust,
h4.is-style-wanderlust,
h5.is-style-wanderlust,
h6.is-style-wanderlust
 { font-family: 'wanderlust_lettersregular' !important; font-size:30px; }