/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. General.
//   	1.1. Clearfix.
//   02. Single.
//		2.1. Headings.
//		2.2. Lists.
//		2.3. Images.
//		2.4. Single Content.
//		2.5. Experience Aside Boxes.
//			2.5.1. Calendar Box.
/			2.5.2. Author Box.
//			2.5.3. Specifications Box.
//		2.6. Thickbox: PayPal.
//		2.7. Notifications: Free Bookingss.
//		2.8. Reviews.
//   03. Experience Contributor Page (Author).
//		3.1. Header.
//		3.2. Main.
//   04. Experience Client Page.
//		4.1. Header.
//		4.2. Main.
//		4.3. Edit Profile (thickbox).
//		4.4. Bookings.
//   05. Page Experiences.
//		5.1. Isotope Filters.
//		5.2. Template: Page Text.
//			5.2.1. Common Style.
//			5.2.2. Post Likes.
//		5.3. Template: Page Full.
//   06. Taxonomy Page.
//   07. Authors Page.
// ========================================================================== */

/* General.
// ========================================================================== */

/*
Clearfix.
*/

.clearfix {
	clear: both;
}

/* Single.
// ========================================================================== */

/* 
Headings.
*/

.authors-page-content h1,
.experiences-content-box h1{
	font-size: 32px;
	line-height: 40px;
	padding: 10px 0;
	margin: 20px 0;
	letter-spacing: 2px;
}

.authors-page-content h2,
.experiences-content-box h2 {
	font-size: 24px;
    line-height: 40px;
	padding: 10px 0;
	margin: 20px 0;
	letter-spacing: 2px;
}

.authors-page-content h3,
.experiences-content-box h3 {
	font-size: 22px;
    line-height: 40px;
	padding: 10px 0;
	margin: 20px 0;
	letter-spacing: 2px;
}

.authors-page-content h4,
.experiences-content-box h4 {
	font-size: 18px;
    line-height: 40px;
	padding: 10px 0;
	margin: 20px 0;
	letter-spacing: 2px;
}

.authors-page-content h5,
.experiences-content-box h5 {
	font-size: 14px;
    line-height: 20px;
	padding: 5px 0;
	letter-spacing: 2px;
}

.authors-page-content h6,
.experiences-content-box h6 {
	font-size: 12px;
    line-height: 20px;
	padding: 5px 0;
	letter-spacing: 2px;
}

/*
Lists.
*/

.authors-page-content ul,
.experiences-content-box ul{
	margin-left: 35px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 26px;
	list-style: square;
	font-weight: 400;
	letter-spacing: 1px;
}

.authors-page-content ol,
.experiences-content-box ol{
	margin-left: 35px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 26px;
	list-style: decimal;
	font-weight: 400;
	letter-spacing: 1px;
}

/*
Images.
*/

.authors-page-content img,
.experiences-content-box img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.authors-page-content figure,
.experiences-content-box figure {
	margin: 0;
}

.authors-page-content .wp-post-image,
.experiences-content-box .wp-post-image{
	padding: 0;
	float: left;
}

.authors-page-content .aligncenter,
.experiences-content-box .aligncenter {
	margin: auto;
	display: block;
}

.authors-page-content .alignleft,
.experiences-content-box .alignleft {
	float: left;
	margin-right: 20px; 
	margin-bottom: 20px;
	margin-top: 5px;
}

.authors-page-content .alignright,
.experiences-content-box .alignright {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	float: right;
}

.authors-page-content .alignnone,
.experiences-content-box .alignnone{
}

.authors-page-content img.aligncenter,
.experiences-content-box img.aligncenter {
	margin: auto;
	display: block;
}

.authors-page-content img.alignleft,
.experiences-content-box img.alignleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.authors-page-content img.alignright,
.experiences-content-box img.alignright {
	margin-left: 40px;
	margin-bottom: 20px;
	float: right;
}

.authors-page-content img.alignnone,
.experiences-content-box img.alignnone{
}

/*
Single Content.
*/

#single-experience-box {
	width: 1024px;
	display: block;
	margin: auto;
	position: relative;
}

.title-single-experience-header {
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-size: 38px;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,.2) 0 2px 4px;
}

.exp-single-title-like {
	display: inline-flex;
    justify-content: center;
    -moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
    width: 95%;
}

.exp-single-title-like .post-like {
	display: inline-flex;
    align-items: center;
	-webkit-align-items: center;
    margin-left: 20px;
	line-height: 1;
	color: #fff;
	font-size: 20px;
	background-color: #eb9687;
    padding: 10px 14px;
}

.exp-single-title-like .post-like .count {
	font-size: 16px;
    padding-left: 8px;
	padding-top: 2px;
}

.exp-single-title-like .like:before,
.exp-single-title-like .post-like a:hover .like:before {
	font-size: 18px;
	color: #fff;
}

.exp-single-title-like .voted .like:before,
.exp-single-title-like .post-like .alreadyvoted:before{ 
	font-family: 'FontAwesome';
	content: '\f004';
	font-size: 18px;
	color: #fff;
}

.text-single-experience-header a {
	color: white;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 400;
    font-size: 22px;
    letter-spacing: 2px;
	text-shadow: rgba(0,0,0,.2) 0 2px 4px;
}

.text-single-experience-header {
	text-align:  center;
	font-size: 22px;
	margin-top: 15px;
	color: white;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,.2) 0 2px 4px;
}

.details-boxes {
	float: left;
}

.inside-position {
	position: absolute;
	top: -179px;
}

.inside-position figure{
	max-height: 99px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.details-single-experience {
	margin: 20px 20px 20px 0;
	padding: 29px 25px;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.light-version .details-single-experience {
	background-color: #f2f2f2;
}

.dark-version .details-single-experience {
	background-color: #333333;
}

.details-single-experience i{
	float: left;
	margin-right: 20px;
    font-size: 30px;
	color: #eb9687;
}

.details-single-experience figcaption {
	padding: 0 5px;
	float: left;
}

.details-single-experience figcaption h4 {
	font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px;
	opacity: 0.7;
}

.light-version .details-single-experience figcaption h4 {
	color: #333333;
}

.dark-version .details-single-experience figcaption h4 {
	color: #ffffff;
}

.details-single-experience figcaption h4 span {
	font-size: 14px;
}

.details-single-experience.location figcaption h4 span {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-flex;
}

.details-single-experience figcaption p {
	text-align: left;
	font-weight: 400;
    font-size: 16px;
}

.light-version .details-single-experience figcaption p {
	color: #333333;
}

.dark-version .details-single-experience figcaption p {
	color: #ffffff;
}

.single-experience {
	width: 660px;
	float: left;
}

.experiences-content-box p {
	font-weight: 400;
	line-height: 26px;
	font-size: 15px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.experiences-content-box a {
	text-decoration: none;
	font-weight: bold;
}

.experiences-content-box iframe {
	padding-bottom: 20px;
	max-width: 100%;
}

.experiences-content-box blockquote {
	margin: 0 30px;
	font-style: italic;
}

.experiences-bookings-and-specifications {
	width: 320px;
	max-width: 320px;
	float: right;
}

/*
Experience Aside Boxes.
*/

.experience-aside-box {
	width: 320px;
    text-align: center;
    padding: 30px 25px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    margin-bottom: 30px;
}

.dark-version .experience-aside-box {
    background-color: #333333;
	color: #ffffff;
	border: 1px solid #333333;
}

.experience-aside-box h4 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px 0;
	opacity: 0.7;
}

.experience-aside-box .icon-title {
	font-size: 22px;
	color: #eb9687;
	font-weight: 400;
}

/* Calendar Box. */

.availability-calendar {
	margin-top: 30px;
}

.availability-calendar h5 {
	padding: 20px 0 30px 0;
    letter-spacing: 1px;
	border-bottom: 1px solid #e4e4e4;
}

.single-experience .ui-state-active.ui-state-hover {
	background: #ffffff;
}

/* Author Box. */

.experience-author .experience-author-gravatar-img img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	float: left;
	margin-bottom: 30px;
}

.experience-author-name  {
	padding: 25px 0 30px 0;
	letter-spacing: 1px;
}

.experience-author-name span {
	margin-left: 10px;
}

.experience-contact-author {
	padding: 10px;
	padding-left: 45px;
	position: relative;
	background-color: #f2f2f2;
	color: #333333;
	text-decoration: none;
}

.experience-contact-author .experience-icon-user-email {
	font-size: 16px;
	color: #eb9687;
	position: absolute;
	left: 25px;
	top: 9px;
	left: 16px;
}

.experience-author h6 {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.experience-author-contact {
	margin: 30px 0 -10px 0;
}

.experience-author-language {
	margin-top: 30px;
	padding-bottom: 10px;
}

.experience-author h6 i {
	color: #eb9687;
	font-size: 20px;
	padding-right: 10px;
	font-weight: 400;
}

.experience-author .author-description {
	font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.experience-author .experience-author-read-more {
	color: #eb9687;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}

/* Specifications Box. */

.experience-specifications h4 {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e4e4e4;
}

.experience-specifications h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*
Thickbox: PayPal.
*/

.exp-sin-th-header {
	height: 180px;
	overflow: hidden;
	margin: 30px 25px;
	display: block;
	letter-spacing: 1px;
}

.exp-sin-th-header img {
	width: 100%;
	height: auto;
	min-height: 100%;
}

.exp-sin-th-tanda {
	margin: 0 25px;
	border-bottom: 1px solid #e4e4e4;
}

.exp-sin-th-tanda h3 {
	color: #eb9687;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1px;
}

#TB_window .exp-sin-th-tanda p {
	font-size: 14px;
	font-weight: lighter;
	padding-bottom: 25px;
	padding-top: 0;
	letter-spacing: 1px;
}

.exp-sin-th-detailsparent {
	display:inline;
	

}
.exp-sin-th-details {
	float:left;
	margin-top: 25px;
	width: 50%;
}
/*.exp-sin-th-details p {
	width: 50%;
	float: left;
}*/

.exp-sin-th-title {
	font-weight: lighter;
	font-size: 16px;
	letter-spacing: 1px;
}

.exp-sin-th-date {
	padding-left: 28px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1px;
}

.exp-sin-th-descr {
	padding-left: 28px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1px;
}

.exp-sin-th-details p i {
	color: #eb9687;
	font-size: 18px;
	padding-right: 5px;
	width: 30px;
}

.number-people-exp {
	font-weight: 700;
	font-family: inherit;
	padding: 3px;
	margin-left: 28px;
	font-size: 15px;
	letter-spacing: 1px;
}

.remain_amount_exp {
	font-weight: 700;
	font-family: inherit;
	padding: 3px;
	margin-left: 28px;
	font-size: 15px;
	letter-spacing: 1px;
}

.only_left {
	padding-left: 32px;
	font-size: 12px;
	color: #bd0052;
}

.number-people-exp:focus {
	outline: none;
}

.total-amount-experience {
	border: none;
	font-weight: 700;
	font-family: inherit;
	font-size: 18px;
	cursor: default;
}

.total-amount-experience-per-person {
	border: none;
	font-weight: 700;
	font-family: inherit;
	font-size: 18px;
	cursor: default;
}

.total-amount-experience:focus {
	outline: none;
}

.exp-sin-th-ppbu,
.exp-sin-th-nlbu {
	margin: 10px 25px 30px 25px;
}

.exp-sin-th-ppbu.exp-button-primary,
.exp-sin-th-nlbu.exp-button-primary {
	padding: 0;
}

#TB_ajaxContent .exp-sin-th-ppbu p,
#TB_ajaxContent .exp-sin-th-nlbu p {
	padding: 0;
}

.exp-sin-th-ppbu .paypal-button.large {
	background: #eb9687;
	color: white;
	padding: 16px 0px;
	width: 100%;
	font-family: inherit;
	font-size: 14px;
	border-radius: 0;
	border: none;
	text-shadow: none;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.exp-sin-th-nlbu button {
	background: #9e9e9e;
	color: white;
	width: 100%;
	border-radius: 0;
	border: none;
	text-shadow: none;
}

.exp-sin-th-nlbu button:hover {
	background: #9e9e9e;
	color: white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.exp-sin-th-nlbu.free button {
	background: #eb9687;
	color: white;
	padding: 16px 0px;
	width: 100%;
	font-family: inherit;
	font-size: 14px;
	border-radius: 0;
	border: none;
	text-shadow: none;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.exp-sin-th-ppbu .paypal-button.large:before {
	background: none;
}

.exp-sin-th-ppbu .paypal-button.large:after{
	background: none;
}

.exp-sin-th-ppbu .paypal-group {
	display: none;
}

.paypal-single-logo {
	display: block;
	margin: 10px auto;
}

.paypal_user_protection {
	text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #202020;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 15px 25px;
}

.paypal_user_protection a {
	color: #eb9687;
	font-weight: 700;
	text-decoration: none;
}

/*
Notifications: Free Booking.
*/

.booked_free_experience {
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	font-weight: 300;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
}

.booked_free_experience a {
	line-height: 36px;
	text-decoration: none;
	font-weight: bold;
	color: #454545;
}

.booked_free_experience i {
	margin-right: 30px;
	color: red;
}

.booked_free_experience .fa.green {
	color: #1C7;
}

/*
Reviews.
*/

#single-experience-box #comments-content {
	margin-top: 40px;
}

#single-experience-box .dark-version li{
	border: 1px solid #333333;
	background-color: #333333;
	color: #ffffff;
}

#single-experience-box .dark-version .comment-meta .data {
	color: #ffffff;
}

.rating-icon {
	color: #ffc332;
}

.comment-form-rating,
.comment-form-title {
	padding: 10px 0 5px 0;
	font-size: 11px;
	color: #545454;
	text-transform: uppercase;
}

.title-rating-label,
.rating-label {
	font-size: 11px;
	display: block;
	letter-spacing: 1px;
}

.commentrating {
	margin-top: 10px;
	margin-right: 5px;
	display: inline-block;
}

.title-rating-input {
	font-weight: 400;
	font-family: inherit;
	display: block;
	font-size: 15px;
	color: #333;
	padding: 16px 24px;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Experience Contributor Page (Author).
// ========================================================================== */

/*
Header.
*/

.title-author-experience-header {
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-size: 38px;
    letter-spacing: 2px;
	text-shadow: rgba(0,0,0,.2) 0 2px 4px;
}

.text-author-experience-header {
	text-align: center;
	font-size: 22px;
	margin-top: 15px;
	color: white;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,.2) 0 2px 4px;
}

/*
Main.
*/

.author-experience-box {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
	width: 1024px;
	margin: 30px auto;
}

.author-experience-contact-box {
	width: 320px;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.author-experience-contact-box .experience-image-profile-box {
	width: 270px;
	height: 270px;
	margin: 25px auto;
	position: relative;
	display: block;
	overflow: hidden;
}

.author-experience-contact-box .experience-author-profile-image {
	width: 100%;
	height: auto;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.experience-contact-box-text {
	padding: 30px;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    margin: auto;
    justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
    flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
}

.experience-contact-box-text p {
	margin-bottom: 15px;
	letter-spacing: 1px;
	display: inline-flex;
	line-height: 26px;
}

.experience-contact-box-text i {
	font-size: 19px;
	line-height: 26px;
}

.experience-icon-contact-author {
	width: 40px;
}

.experience-icon-contact-author {
	color: #c9c9c9;
}

.experience-contact-author-links {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}

.experience-specific-information-box {
	float: left;
	width: 660px;
	margin-bottom: 15px;
}

.experience-specific-information-box h4 {
	font-size: 24px;
	line-height: 40px;
	display: block;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.exp-author-ativities {
	padding-top: 20px;
}

.experience-icon-left-author {
	font-size: 20px;
	margin-right: 10px;
	color: #eb9687;
}

.experience-specific-information-box h6 {
	font-size: 13px;
	margin: 5px 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.author-description {
	margin: 25px 0;
}

.author-description p {
	margin: 10px 0;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
}

.exp-author-activities-loop-li {
	position: relative;
	height: 240px;
	overflow: hidden;
	margin-top: 30px;
	list-style: none;
	width: 100%;
    float: left;
}

.exp-author-activities-loop-li .exp-author-featured-image {
	width: 310px;
	height: 240px;
	overflow: hidden;
	float: left;
}

.exp-author-featured-image img {
	width: 120%;
	min-width: 120%;
	height: auto;
	min-height: 100%;
}

.exp-author-activity-info {
	float: left;
	max-width: 310px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.experience-author-act-title {
	margin-bottom: 20px;
}

.experience-author-act-title a {
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	color: #333333;
	letter-spacing: 1px;
    font-size: 18px;
	line-height: 26px;
}

.experience-author-act-title a:hover {
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.exp-author-activities-loop-li p {
	margin: 10px 0;
	font-size: 20px;
}

.exp-author-activities-loop-li .currency {
	font-size: 11px;
    padding-left: 2px;
}

.exp-author-activity-info p i {
	font-size: 18px;
    padding-right: 5px;
    color: #d2d2d2;
	margin: 0;
	width: 25px;
}

.exp-author-activities-loop-li .voted .like:before,
.exp-author-activities-loop-li .like:before,
.exp-author-activities-loop-li .like,
.exp-author-activities-loop-li .post-like .alreadyvoted:before,
.exp-author-activities-loop-li .post-like a:hover .like:before {
	color: #eb9687;
	font-size: 18px;
}

.exp-author-page-book-now {
	position: absolute;
	bottom: 0;
}

.exp-author-activities-loop-li .fa-angle-right {
	padding-left: 5px;
	font-size: inherit;
	width: 0;
}

/* Experience Client Page.
// ========================================================================== */

/*
Header.
*/

.title-client-experience-header {
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-size: 38px;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,.2) 0 2px 4px;
}

.text-client-experience-header {
	text-align: center;
	font-size: 22px;
	margin-top: 15px;
	color: white;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,.2) 0 2px 4px;
}

.page-header .featured-img-header.background-black {
	background-color: black;
}

/*
Main.
*/

.client-experience-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 1024px;
	margin: 30px auto 0 auto;
}

.client-experience-info-box {
	width: 400px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 25px;
	margin-bottom: 30px;
}

.experience-image-client-profile-box {
	width: 120px;
	height: 120px;
	overflow: hidden;
	float: left;
}

.experience-image-client-profile-box img {
	width: 100%;
	min-height: 100%;
	height: auto;
}

.exp-client-info-noimg {
	margin-left: 25px;
	float: left;
}

.exp-client-info-noimg  p {
	margin-top: 16px;
	font-size: 13px;
	max-width: 200px;
	overflow: hidden;
	letter-spacing: 1px;
}

.exp-client-p-welcome {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.exp-client-p-email {
	display: inline-flex;
}

.exp-client-p-email span {
	margin-top: -2px;
}

.client-email-link {
	text-decoration: none;
	color: #333;
}

.exp-client-info-noimg .exp-client-p-no-logged {
	font-size: 14px;
	line-height: 25px;
	margin-top: 0;
}

.exp-client-info-noimg i {
	color: #d6d6d6;
	margin-right: 5px;
	width: 15px;
}

.edit-profile-client-bo .experience-client-edit-bo {
	display: block;
	text-align: center;
	margin-top: 25px;
}

/*
Edit Profile (thickbox).
*/

.exp-edit-client-form p label {
	text-transform: uppercase;
	color: #eb9687;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
}

.exp-edit-client-form input[type="text"],
.exp-edit-client-form input[type="password"] {
	box-shadow: none;
	border: none;
	width: 40%;
	font-size: 15px;
	font-family: inherit;
	float: none;
	color: #333;
	padding: 16px 24px;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.exp-edit-client-form textarea {
	width: 40%;
    height: 100px;
	font-family: inherit;
	line-height: 24px;
	color: #333;
	padding: 16px 24px;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.exp-edit-client-form input:focus {
	outline: none;
}

.exp_user_meta_image_input {
	float: left;
	margin-right: 10px;
}

.exp-edit-client-form .description {
	display: block;
	margin: 10px 0;
	font-size: 13px;
	font-family: inherit;
	letter-spacing: 1px;
}

.exp-edit-client-form .button {
	box-shadow: none;
	cursor: pointer;
	height: auto;
	width: 18%;
	margin-bottom: 0;
	margin-top: 12px;
}

.exp-edit-client-form input[type="submit"] {
	border: none;
}

.width-image-prev {
	width: 150px;
	margin: 10px 0;
}

.exp_client_edit_notifications {
	-webkit-box-flex: 100%;
	-moz-box-flex:  100%;
	-webkit-flex:  100%;
	-ms-flex:  100%;
	flex:  100%;
}

.updated_client_profile,
.error_updating_client_profile {
	display: block;
	padding: 15px;
	margin-bottom: 35px; 
	margin-top: -36px;
	background-color: #f2f2f2;
	font-weight: lighter;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
}

.updated_client_profile i,
.error_updating_client_profile i {
	margin-right: 30px;
	color: red;
}

.updated_client_profile .green {
	color: #1c7;
}

/*
Bookings.
*/

.client-experience-bookings {
	margin: 0 0 0 30px;
	width: 590px;
}

.your_description_title {
	font-size: 24px;
    line-height: 40px;
    display: block;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.client-experience-bookings h6 {
	font-size: 13px;
    margin: 5px 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-items: center;
    -webkit-align-items: center;
}

.client-description {
	margin: 25px 0;
}

.client-description p {
	margin: 10px 0;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
}

.your_bookings_title {
	padding-top: 20px;
	font-size: 24px;
	letter-spacing: 1px;
}

.after_title_bookings {
	font-size: 15px;
	line-height: 26px;
	padding: 20px 0;
	letter-spacing: 1px;
}

.experiences_your_bookings_box {
	position: relative;
	margin: 30px 0 30px 0;
	width: 590px;
	overflow: hidden;
}

.exp-client-featured-image {
	width: 300px;
    height: 230px;
    overflow: hidden;
    float: left;
}

.exp-client-featured-image img {
	width: 120%;
	min-width: 120%;
    height: auto;
    min-height: 100%;
}

.exp-client-activity-info {
	float: left;
    max-width: 310px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.experiences_title_experience {
	margin-bottom: 15px;
}

.experiences_title_experience a{
	text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #333333;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experiences_title_experience a:hover {
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.exp-client-activity-info p{
	margin: 10px 0;
	font-size: 15px;
	letter-spacing: 1px;
}

.exp-client-activity-info p i {
	font-size: 18px;
    padding-right: 5px;
    color: #d2d2d2;
    margin: 0;
    width: 25px;
}

.contact_author_experiences {
	font-weight: 400;
	text-decoration: none;
	color: #333;
	letter-spacing: 1px;
	font-size: 15px;
}

.exp-client-page-book-now {
	position: absolute;
    bottom: 0;
}

.exp-client-activity-info .fa-angle-right {
    padding-left: 5px;
    font-size: inherit;
    width: 0;
}

/* Page Experiences.
// ========================================================================== */

#main-experiences {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	padding: 60px 0;
	float: left;
}

#main-experiences .title_experiences {
	text-align: center;
	font-size: 30px;
	padding: 30px 0 50px 0;
	color: #545454;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.experience-page-content-width {
	width: 1024px;
	display: block;
	margin: auto;
}

/*
Isotope Filters.
*/

.isotope_filters {
	list-style: none;
	text-align: center;
}

.isotope_filters li {
	display: inline-flex;
}

.isotope_filters li a {
	margin: 20px 10px 30px 10px;
}

/*
Template: Page Text.
*/

.text-page-experiences-two-col {
	display: block;
	margin: auto;
	width: 1024px;
	list-style: none;
	text-align: center;
}

/* Common Style. */

.text-page-experiences-two-col figure {
	position: relative;
	float: left;
	margin: 30px;
	height: auto;
	width: 450px;
}

.experience-page-text-featured-image {
	width: 450px;
	height: 300px;
	overflow: hidden;
	background-color: black;
}

.text-experiences-pic {
	height: 300px;	
}

.text-page-experiences-two-col figure img {
	min-height: 100%;
	height: auto;
	width: 100%;
}

.experience-page-text-featured-image:hover img {
	opacity: 0.4;
}

.text-page-experiences-two-col figcaption {
	text-align:left;
}

.text-page-experiences-two-col figcaption a {
	text-align: left;
	text-decoration: none;
}

.text-page-experiences-two-col figcaption h4 {
	color: #626262;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 650;
	line-height: 208%;
	letter-spacing: 1px;
	margin-top: 20px;
}

.experience-page-text-figcaption h4:hover {
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experiences-page-two-col-text-name a{
	float: left;
	margin: 0 0 5px 0;
	font-size: 15px;
	letter-spacing: 1px;
	color: #333333;
	text-decoration: none;
	font-weight: 400;
}

.experience-page-two-col-text-price {
	float: left;
	padding: 10px 15px;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 15px 15px 15px 0;
	background-color: #f2f2f2; 
}

.experience-page-two-col-text-price span {
	font-size: 10px;
}

.experience-page-two-col-text-duration {
	float: left;
	padding: 10px 15px;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 15px 15px 15px 0;
	background-color: #f2f2f2;
}

.experience-page-two-col-text-people {
	float: left;
	padding: 10px 15px;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 15px 15px 15px 0;
	background-color: #f2f2f2;
}

.experience-page-text-figcaption i {
	color: #eb9687;
	margin-right: 5px;
}

/* Post Likes. */

.experience-page-text-figcaption .post-like {
	float: left;
	padding: 10px 15px;
	margin: 15px 15px 15px 0;
	background-color: #f2f2f2;
}

.exp-center-grid-page-fg-absolute .count {
	color: white;
}

.like{ 
	display: block; 
	float: left;
	margin-right: 5px;
}

.like:before {
	font-family: 'FontAwesome';
	content: '\f08a';
	font-size: 15px;
	color: #eb9687;
}

.post-like a:hover .like:before{ 
	font-family: 'FontAwesome';
	content: '\f004';
	font-size: 15px;
	color: #eb9687;
}

.voted .like:before, 
.post-like .alreadyvoted:before{ 
	font-family: 'FontAwesome';
	content: '\f004';
	font-size: 15px;
	color: #eb9687;
}

/*
Template: Page Full.
*/

.full-page-experiences-one-col {
	display: block;
	margin: auto;
	width: 1024px;
	position: relative;
}

.item_experience_full {
	width: 100%;
	float: left;
	margin: 25px 0;
	height: 300px;
	position: relative;
}

.exp-page-image {
	height: 300px;
	width: 453px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 165%;
}

.exp-page-more {
	position: absolute;
	margin-left: 35px;
	bottom: 32px;
}

.exp-page-more a {
	color: white;
}

.exp-page-more i {
	font-size: 19px;
}

.exp-page-more-background {
	background-color: #333333;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	margin-left: 20px;
	bottom: 20px;
}

.exp-page-right-side {
	float: left;
	margin-left: 6%;
	width: 47%;
}

.exp-page-title {
	color: #626262;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: -5px;
}

#content-wrapper .exp-page-text-experience p {
	padding: 26px 0;
	font-size: 15px;
	letter-spacing: 1px;
	clear: left;
	font-weight: 400;
	line-height: 26px;
}

.exp-page-full-info {
	display: inline-flex;
}

.exp-page-full-info i {
	font-size: 18px;
	padding-right: 5px;
	color: #d2d2d2;
}

.exp-page-full-price span {
	font-size: 11px;
	padding-left: 2px;
}

.exp-page-full-price  {
	font-size: 20px;
}

.exp-paga-full-location  {
	font-size: 20px;
	padding-left: 20px;
	letter-spacing: 1px;
}

.exp-page-full-info .post-like {
	padding-left: 20px;
    font-size: 20px;
}

.exp-page-full-info .like:before {
	font-size: 18px;
}

.exp-page-full-info .post-like a:hover .like:before {
	font-size: 18px;
}

.exp-page-right-side .exp-page-book-now {
	position: absolute;
	bottom: 0;
}

#content-wrapper .exp-page-book-now i {
	padding-left: 5px;
}

/* Taxonomy Page.
// ========================================================================== */

.taxonomy-content-box {
	width: 1024px;
	height: auto;
	position: relative;
	display: block;
	margin: auto;
}

.taxonomy-content-box article {
	margin-bottom: 50px;
}

.title-taxonomy {
	margin-top: 25px;
	text-align: center;
}

.taxonomy-entry-title {
	text-align: center;
}

.taxonomy-entry-title a{
	color: #626262;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 1px;
	text-decoration: none;
}

.title-taxonomy .taxonomy-entry-title a:hover {
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.taxo-experiences-categories {
	margin: 10px 15px 30px 0;
	padding: 15px;
	background-color: #f2f2f2;
	display: inline-flex;
}

.taxo-experiences-categories i{
	color: #eb9687;
	padding-right: 10px;
}

.taxo-experiences-categories a{
	color: #626262;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
}

.taxo-experiences-categories a:hover{
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.taxonomy-thumb {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.taxonomy-thumb img {
	position: absolute;
	min-width: 100%;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.taxonomy-summary {
	padding: 8px 0;
	line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-post-time {
	padding-top: 20px;
}

.home-post-time i {
	float: left;
	color: #eb9687;
	padding-right: 10px;
	font-size: 12px;
}

.home-post-time .home-post-time-text {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #626262;
	font-size: 12px;
}

.display-none-experiences {
	display: none;
}

.taxonomy-content-box .blog-navigation {
	margin-bottom: 30px;
	float: left;
}

/* Authors Page.
// ========================================================================== */

.experience-authors-page {
	width: 1024px;
	display: block;
	margin: auto;
	position: relative;
}

.authors-page-content.authors-page-content-no-title {
	padding-top: 0;
}

.authors-page-content {
	padding-top: 40px;
}

.authors-page-content p {
	font-weight: 400;
	line-height: 26px;
	font-size: 15px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.authors-page-content a {
	text-decoration: none;
	font-weight: 600;
}

.authors-page-content iframe {
	padding-bottom: 20px;
	max-width: 100%;
}

.authors-page-content blockquote {
	margin: 0 30px;
	font-style: italic;
}

.experience-authors-grid {
	padding-top: 34px;
}

.author-grid-effect {
	position: relative;
}

.experience-authors-grid figure {
	width: 290px;
	float: left;
	overflow: hidden;
	margin: 0 25px 60px 25px;
	position: relative;
	background: #000000;
}

.experience-authors-grid figure:hover .experience-author-image-crop {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experience-authors-grid figure:hover  .author-image {
	-webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.experience-author-image-crop {
	height: 290px;
	width: 290px;
	overflow: hidden;
	margin: auto;
	display: block;
	position: relative;
}

.experience-author-image-crop .author-image {
	min-width: 100%;
	min-height: 100%;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-width: none;
	width: 100%;
}

.experience-author-figcaption {
	height: 140px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.author-grid-effect figure figcaption,
.author-grid-effect figure figcaption > a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}

.author-grid-effect figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.author-grid-effect figure figcaption::before,
.author-grid-effect figure figcaption::after {
	pointer-events: none;
}

.author-grid-effect figure h4,
.author-grid-effect figure p {
	margin: 0;
}

.author-grid-effect figure p {
	letter-spacing: 1px;
	font-size: 16px;
	color: #ffffff;
}

.effect-marley figcaption {
	text-align: center;
}

.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}

.effect-marley .author-role {
	top: 70px;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.effect-marley .author-lenguages {
	top: 110px;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.effect-marley h4 {
	top: 30px;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.effect-marley:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-marley h4,
.effect-marley h4::after,
.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-marley:hover h4,
.effect-marley:hover h4::after,
.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.experience-author-figcaption .author-name {
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 0 5px 0;
    color: #fff;
}

.experience-author-figcaption .author-role {
	padding-bottom: 5px;
	font-weight: lighter;
}

.experience-author-figcaption .author-lenguages {
	font-weight: lighter;
}

.experience-author-figcaption i {
	padding-right: 8px;
	color: #eb9687;
}