/*!
Theme Name: Rental by Digital Azul
Theme URI: http://underscores.me/
Author: MindProcess
Author URI: https://mindprocess.pt
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rental-digital-azul
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Rental by Digital Azul is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
body {
	background: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

#page {
	background: #ffffff;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

a {
	color: #145E8C;
	text-decoration: none;
}

a, a:hover, a:active, a:focus {
	outline: 0;
}

ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 30px;
}

ul ul {
	list-style-type: circle;
	margin-bottom: 15px;
}

img {
    display: block;
}

#product-reference .elementor-heading-title,
#product-tags .elementor-heading-title,
#product-categories .elementor-heading-title {
	display: flex !important;
}

#product-reference .elementor-heading-title div:first-child,
#product-tags .elementor-heading-title div:first-child,
#product-categories .elementor-heading-title div:first-child {
	margin-right: 5px;
}

#product-reference .elementor-heading-title div:last-child {
    color: #77A464;
    font-size: 16px;
    font-weight: 700;
}

#product-tags a,
#product-categories a {
	color: #145E8C;
}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
	display: block !important;
}

.elementor-widget-woocommerce-product-add-to-cart .date-picker-row {
	display: flex;
}

.elementor-widget-woocommerce-product-add-to-cart .date-picker-row > p {
	flex: 1;
}

.elementor-widget-woocommerce-product-add-to-cart input,
.woocommerce-form .input-text {
	width: 100%;
	padding: 8px;
	border: none;
	border: 1px solid #cccccc;
	font-size: 15px;
}

.woocommerce-form-row,
.woocommerce-FormRow,
.form-row,
 .mc4wp-checkbox {
	margin-bottom: 20px !important;
}

.woocommerce-form button.woocommerce-button {
	background: #145E8C;
	color: #ffffff;
}

.woocommerce-message a.button {
	background: #145E8C;
	color: #ffffff;
}

#end_date_root .picker__holder {
	right: 0;
}

.elementor-widget-woocommerce-product-add-to-cart .booking-price {
	display: flex;
	align-items: center;
	padding: 10px;
	padding-bottom: 0;
}

.elementor-widget-woocommerce-product-add-to-cart .booking-price span.price {
	font-size: 16px !important;
}

.elementor-widget-woocommerce-product-add-to-cart .booking-price .booking_details {
	font-size:14px;
	padding-right: 20px;
}

.elementor-widget-woocommerce-product-add-to-cart .qib-container {
	padding-left: 10px;
}

.elementor-widget-woocommerce-product-add-to-cart .instructions {
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.elementor-widget-woocommerce-product-add-to-cart .instructions i {
	font-size: 24px;
	margin-right: 10px;
	color: #666666;
}

.elementor-widget-woocommerce-product-add-to-cart .instructions .instruction {
	font-size: 13px;
	line-height: 1.4;
	color: #666666;
}

.elementor-widget-woocommerce-product-add-to-cart .special_conditions_container {
	padding: 0 10px;
	display: flex;
}

.elementor-widget-woocommerce-product-add-to-cart .special_conditions_container .icon {
    padding-right: 10px;
}

.elementor-widget-woocommerce-product-add-to-cart .special_conditions_container .icon .instruction-icon {
	color: #145E8C;
}

.elementor-widget-woocommerce-product-add-to-cart .special_conditions {
	font-size: 12px;
	color: #999999;
}

a.more-info-button {
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	color: #999999;
	border-radius: 3px;
	padding: 10px 15px;
	border: 1px solid #dfdfdf;
	transition: 0.2s;
}

a.more-info-button:hover {
    background: #145E8C;
    border-color: #145E8C;
    color: #ffffff;
}

h2.more-info-title {
	color: #145E8C;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.additional-information-tabs {
	padding: 50px 20px;
}

#rental-custom-tabs .elementor-tab-title.elementor-active {
	border: 1px solid #d4d4d4;
	border-right: none;
	background: #ffffff;
	color: #145E8C;
}

#rental-custom-tabs .elementor-tabs-content-wrapper {
	background: #ffffff;
	padding: 20px;
}

#rental-custom-tabs table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #cccccc;
	border-right: none;
}

#rental-custom-tabs table td {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	text-align: right;
	word-break: break-word;
	border-right: 1px solid #cccccc;
}

#rental-custom-tabs table td:first-child {
	text-align: left;
	word-break: normal;
	width: 30%;
	
}

#rental-custom-tabs table tr:nth-child(odd) td {
	background: #f7f7f7;
}

#rental-custom-tabs table tr:last-child td {
	border-bottom: none;
}

#rental-custom-tabs .tab-videos .videos {
	display: flex;
	flex-wrap: wrap;
}

#rental-custom-tabs .tab-videos .videos .video {
    width: 30%;
    margin-bottom: 40px;
}

#rental-custom-tabs .tab-videos .videos .video:nth-child(3n+2) {
	margin: 0 5%;
}

#rental-custom-tabs .tab-videos .videos .video a {
	height: 215px;
	background: #000000;
	display: flex;
	align-items: center;
}

#rental-custom-tabs .tab-videos .videos .video .video-title {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	padding-top: 15px;
	color: #666666;
}

#rental-custom-tabs .tab-videos .videos .video img {
	max-width: 100%;
	max-height: 100%;
    margin: auto;
}

#rental-custom-tabs h2 {
	color: #145E8C;
	text-transform: uppercase;
	margin-top: 30px;
}

#rental-custom-tabs h2:first-child {
	margin-top: 0;
}

#rental-custom-tabs .elementor-tab-desktop-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}

#product-docs .product-doc {
	margin-bottom: 20px;
}

#product-docs .product-doc a {
	display: flex;
	align-items: center;
}

#product-docs .docs {
	padding: 5px 0 0 5px;
}

#product-docs h2 {
	text-transform: uppercase;
	color: #145E8C;
}

#product-docs i {
	font-size: 24px;
	margin-right: 8px;
	color: #145E8C;
}

#product-docs .doc-title {
	line-height: 1.4;
	font-size: 14px;
}

#product-docs .filesize {
	font-size: 13px;
	color: #999999;
	margin-left: 5px;
}

#filter-bar h5 {
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	margin-bottom: 5px;
}

#filter-bar ul {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 30px;
}

#filter-bar .count {
	color: #999999;
	font-weight: normal;
	font-size: 14px;
}

#filter-bar ul li {
	margin-bottom: 5px;
}

#filter-bar ul li a {
	color: #999999;
	font-size: 14px;
}

#filter-bar ul li.active a {
	font-weight: bold;
	color: #145E8C;
}

.home ul.product-categories {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home ul.product-categories li {
	width: 18%;
	padding: 15px 0;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.home ul.product-categories li a {
	color: #666666;
}

.home ul.product-categories li a:hover {
	color: #145E8C;
}

.elementor-widget-nav-menu {
	position: relative !important;
}

.elementor-widget-nav-menu ul.sub-menu {
	background: #06405B;
	left: -100% !important;
	right: auto !important;
	width: 760px !important;
	padding: 30px !important;
}

.elementor-widget-nav-menu ul.sub-menu li {
	float: left;
	width: 33%;
}

.elementor-widget-nav-menu ul.sub-menu a {
	color: #ffffff99;
}

.elementor-widget-nav-menu ul.sub-menu a:hover {
	color: #ffffffcc;
	background: none;
}

.elementor-widget-nav-menu ul.sub-menu li.current-menu-item a {
	background: none;
	color: #ffffff;
}

.tagcloud {
	padding-left: 15px;
	margin-bottom: 30px;
}

.tagcloud a {
	display: block;
	font-size: 15px !important;
	color: #999999 !important;
	margin-bottom: 5px;
}

.tagcloud a.active-tag {
	font-weight: bold;
	color: #145E8C !important;
}

.wpml-ls-legacy-list-horizontal {
	border: 0;
	padding: 0;
}

.wpml-ls-legacy-list-horizontal ul li {
	display: block !important;
	float: none;
	clear: both;
}

.wpml-ls-legacy-list-horizontal ul li a {
	color: #ffffff66;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	line-height: 18px;
}

.wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
	color: #ffffff;
}

.wpml-ls-legacy-list-horizontal ul li a:hover,
.wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a:hover {
	background: none;
}

.date-picker-container {
	display: flex;
	align-items: flex-start;
	background: #efefef;
	border: 1px solid #cccccc;
	padding: 20px;
}

.woocommerce form .form-row {
	margin-bottom: 0;
	padding: 0 5px;
}

.woocommerce label {
	font-size: 13px;
	margin-bottom: 5px;
}

.date-picker-container .wceb_picker_wrap {
	flex: 1;
	padding-right: 30px;
}

.rental-dates-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #145E8C;
	margin-bottom: 10px;
}

.wceb_picker_wrap label {
	font-size: 14px;
}

.booking-price p {
	margin-bottom: 0;
}

.woocommerce-result-count {
	font-size: 13px;
	margin-bottom: 30px !important;
}

a.catalog-button {
	color: #145E8C;
	border-radius: 4px;
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: 0.2s;
	margin-bottom: 40px;
}

.catalog-button i {
	font-size: 24px;
	margin: 0;
	margin-right: 10px;
}

.catalog-button .label {
	line-height: 1.3;
}

.shiftnav .lang-selector {
	padding: 25px;
	text-align: right;
}

.shiftnav .lang-selector .wpml-ls-legacy-list-horizontal ul li {
	display: inline-block !important;
	margin-left: 25px;
}

.shiftnav .lang-selector .wpml-ls-legacy-list-horizontal ul li a {
	font-size: 16px;
}

.shiftnav .cat-mobile-menu {
	margin-bottom: 50px;
}

.up-sells a.button {
	display: none;
}

.up-sells h2 {
	text-transform: uppercase;
	color: #145E8C;
}

li.product {
	display: flex;
	flex-direction: column;
	justify-content: space-between 
}

li.product a.button {
	margin: 0 auto;
}

#product-details {
	font-size: 14px;
}

#product-details .product_details_header {
	display: flex;
}

#product-details .product_details_header > div {
	flex: 1;
}

#product-details .product_details_header > div:first-child {
	padding-right: 20px;
}

#product-details .product_details_header > div:last-child {
	padding-left: 20px;
}

#product-details h2 {
    font-size: 15px;
    color: #145E8C;
    text-transform: uppercase;
}

#product-details .short-description {
	margin-bottom: 40px;
}

.instruction-icon {
	position: relative;
	font-size: 17px;
}

.instruction-icon .instruction {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 500px;
    bottom: 85%;
    right: 85%;
    z-index: 10;
    background: #000000;
    color: #ffffff;
    padding: 15px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
	transition: 0.4s;
	border-radius: 3px;
	z-index: 1000;
}

.instruction-icon:hover .instruction {
	visibility: visible;
	opacity: 1;
}

.instruction-icon .instruction a {
	color: #ffffff;
}

.elementor-menu-cart__main dl.variation {
	font-size: 13px;
	display: flex;
	margin-top: 5px;
}

.elementor-menu-cart__main dl.variation dt {
	display: none;
}

.elementor-menu-cart__main dl.variation p {
	margin-bottom: 0;
}

.elementor-menu-cart__main dl.variation dd:last-child p::before {
	content: '\00a0-\00a0';
}

table.shop_table dt {
	display: none !important;
}

table.shop_table td.product-name dl {
	display: flex;
	font-size: 13px;
}

table.shop_table td.product-name  dd:last-child p::before {
    content: '\00a0-\00a0';	
}

.woocommerce-cart-form .quantity input {
	padding: 8px 0 ;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 10px 15px;
}

.woocommerce-cart-form th.product-subtotal,
.woocommerce-cart-form td.product-subtotal {
	text-align: right;
}

.woocommerce-cart-form th.product-quantity,
.woocommerce-cart-form td.product-quantity {
	text-align: center;
}

.cart_totals .shop_table td:last-child {
	text-align: right;
}

.woocommerce-billing-fields input,
input#account_password,
#order_comments {
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: none;
	font-size: 14px;
}

#order_comments {
	height: 100px;
}

.select2-container--default .select2-selection--single,
.select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.woocommerce-additional-fields h3 {
	display: none;
}

.item.slick-slide img {
	margin: 0 auto;
}

.dialog-lightbox-widget {
	z-index: 1000000 !important;
}

.product-archive-reference {
	font-size: 13px;
	margin-bottom: 10px;
	color: #999999;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
	background: #f8f8f8;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td:last-child {
	text-align: right;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
	border: none;
	padding: 15px;
}

.woocommerce table.shop_table .cart_item th,
.woocommerce table.shop_table .cart_item td {
	padding: 20px 15px;
}

.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td {
    border-top: 1px solid rgba(0,0,0,.1);
}


.woocommerce-checkout #payment {
	background: none;
}

.woocommerce-checkout #payment ul.wc_payment_methods {
	padding: 0;
	border: 0;
	margin-bottom: 30px;
}

.woocommerce-checkout #payment div.form-row {
	padding: 0;
}

.woocommerce-checkout .woocommerce button.button.alt {
	padding: 20px 30px;
	font-size: 18px;
}

.woocommerce-checkout #payment ul.payment_methods li  {
	text-align: right;
}

.woocommerce-checkout li.wc_payment_method label {
	color: #666666 !important;
	font-size: 14px;
	text-align: right;
}

.woocommerce-customer-details address {
	padding: 10px 15px !important;

}

.woocommerce-table--order-details tr td:last-child,
.woocommerce-table--order-details tr th:last-child,
.woocommerce-table--custom-fields th td:last-child,
.woocommerce-table--custom-fields tr td:last-child {
	text-align: right;
}

.woocommerce ul.order_details {
	padding: 0;
	margin-bottom: 20px;
}

.woocommerce-thankyou-order-details li {
	margin-bottom: 20px;
}

.woocommerce-order-overview__payment-method {
	display: none;
}

p.lost_password {
	padding: 0 5px;
	font-size: 14px;
}

.woocommerce h2 {
	color: #145E8C;
	text-transform: uppercase;
}

.newsletter_subscription .email input {
	width: 100%;
	padding: 10px;
	text-align: center;
}

.newsletter_subscription .email {
	margin-bottom: 10px;
}

.newsletter_subscription .submit_button {
	text-align: center;
}

.newsletter_subscription .submit_button input {
	font-size: 16px;
	background: #183750;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	padding: 10px 20px;
}



/* User List */

table.user-listing {
	/* border-collapse: collapse; */
	font-size: 14px;
}

.user-listing th {
	background: #666666;
	color: #ffffff;
}

.user-listing th,
.user-listing td {
	border: 1px solid #dfdfdf;
}