/* 
Theme Name: Wombat Real Estate
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Xdesigns
Author URI: https://xdesigns.com.au/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Main ordered list */
.main-list {
  list-style: none;
  counter-reset: main-counter;
  padding-left: 0;
  margin: 0;
}

/* Main list items */
.privacy_policy_li {
  counter-increment: main-counter;
  margin-bottom: 10px;
  align-items: flex-start;
}

/* Label for main items (a, b, c, d) */
.item-label {
  padding-right: 17px;
  flex-shrink: 0;
}

/* Text part of main items that wraps */
.item-text {
  flex: 1;
}

/* Sub-list inside (i), (ii), (iii) */
.sub-list {
  list-style: none;
  counter-reset: sub-counter;
  padding-left: 36px;
}

/* Sub-list items */
.sub-item {
  counter-increment: sub-counter;
}

/* Sub-list labels (i, ii, iii) */
.sub-label {
  padding-right: 21px;
  flex-shrink: 0;
}


/* property management page */
.exceptional_list .elementor-icon-box-icon {
    padding-top: 18px !important;
}

/* Rental Appraisal Check Form  */
.rental_appraisal_form label#label_1_21_1{
	font-style: italic;
}
.rental_appraisal_form select#input_1_11{
	outline: none !important;
}

/* gallery image */
.gallery .e-gallery-image{
	background-position: center right !important;
}