/*
Theme Name: 6intheCity
Author: WebAgency
Author URI:
Version: 1.4.9
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 6inthecity_theme
Domain Path: /languages
Tags: one-column, two-columns
Theme URI:
*/

div.error {
	background: #fff;
	border: 4px solid #dc3232;
	-webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
	box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
	padding: 10px 12px;
	color: #dc3232;
}

#password-strength {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	margin: -2px 1px 5px 5px;
	padding: 3px 5px;
	text-align: center;
	width: 25em;
	box-sizing: border-box;
	opacity: 0;
}

#password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

.woocommerce-message {
    border-top-color: #57a7b6;
	text-align: center !important;
}

.woocommerce-message::before {
    content: '\e015';
    color: #57a7b6;
}

.woocommerce-message a.wc-forward {
	display:none !important;
}

@media (min-width: 1280px) {
	.gap-p-lg {
		padding-top: 3.65rem !important;
		padding-bottom: 3.65rem !important;
	}
}

.edit {
    position: absolute;
    top: 50%;
    right: 45px;
    z-index: 1;
    margin-top: -0.18rem;
    color: #fff;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.edit-secondary {
    color: #57a7b6;
}

.icon-edit:before {
    content: "\e908";
}

@media (min-width: 768px) {
	.tour-items-list>li:nth-of-type(2),
	.tour-items-list>li:nth-of-type(3) {
		-webkit-flex: 0 0 calc((100% - 252px) / 2);
		flex: 0 0 calc((100% - 252px) / 2);
		max-width: calc((100% - 252px) / 2);
	}
	.tour-items-list>li:nth-of-type(4),
	.tour-items-list>li:nth-of-type(5) {
		flex: 0 0 100px;
		max-width: 100px;
	}
}
@media (max-width: 767px) {
	.tour-items-list>li:nth-of-type(2){
		-webkit-flex: 0 0 calc((100% - 50px));
		flex: 0 0 calc((100% - 50px));
		max-width: calc((100% - 50px));
		text-align: right;
	}
	.tour-items-list>li:nth-of-type(3),
	.tour-items-list>li:nth-of-type(4),
	.tour-items-list>li:nth-of-type(5) {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: right;
	}
}

@media (min-width: 1024px) {
	.status-profile-btn {
		min-width: 100% !important;
	}
}

a.active .icon-fav-heart:before {
    content: "\e903";
    color: #de7da2;
}

.widget--country .country-flag {
    display: inline-block;
    margin-left: 15px;
    max-width: 22px;
    vertical-align: bottom;
}

.help-title {
    font-size: 32px;
    line-height: 36px;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    border-left: 8px solid #57a7b6;
    padding-left: 10px;
}

.help-content {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 16px;
    background-color: #edf5f9;
    color: #666;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

img.top-destination {
	filter: brightness(90%);
}

.woocommerce-account-fields .woocommerce-password-strength,
.woocommerce-account-fields .woocommerce-password-hint {
	display:none !important;
}

.shop_table .product-subtotal .subscription-details {
	display:none !important;
}

.widget--escort-profile .see-profile-btn{
	min-width:100%;
}

.lg-toolbar .lg-autoplay-button,
.lg-toolbar .lg-fullscreen,
.lg-toolbar .lg-download,
.lg-toolbar #lg-zoom-in,
.lg-toolbar #lg-zoom-out,
.lg-toolbar #lg-actual-size {
	display:none;
}

/*.tt-open {z-index:2000 !important;}*/

.list-erates .lists__label {
    width: 25%;
}
.list-erates .lists__val {
    width: 75%;
}

.select2-container .select2-results__options--lg {
    height: 250px;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
	background-color:white !important;
}
/*
.escort-details-active-tour {
	position:absolute;
	z-index:100;
}

 */

#order_review .blockUI.blockOverlay::before {
	background: none !important;
}

/*
.my_account_subscriptions tr.cancelled td,
.my_account_subscriptions tr.expired td {
	background-color:#cdcdcd !important;
}
*/
.caps-fl {
	text-transform: lowercase !important;
}
.caps-fl::first-letter {
	text-transform: capitalize !important;
}

#package-details a.product_type_subscription {
	width:100%;
}

/*#shop_options_accordionx .panel-title>a {*/
/*	padding:0px;*/
/*	background-color:#FFF;*/
/*	color:#5c5c65;*/
/*}*/
/*#shop_options_accordionx .panel-body {*/
/*    padding: 10px 0px;*/
/*}*/
/*#shop_options_accordionx .panel:not(:last-of-type) {*/
/*    border-bottom: 1px solid #5c5c65;*/
/*}*/

.modal-shop .modal-dialog {
	max-width:1260px;
}