/* 
Theme Name: Hello Elementor Child
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: Elementor Team
Author URI: https://elementor.com/
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 */

/* User Registration & Membership */
.ur-submit-button,
.user-registration-Button,
.ur-submit-button:hover,
.user-registration-Button:hover {
  background: #bcab79 !important;
  border-color: #bcab79 !important;
}

body.user-registration-page #user-registration:not(.user-registration-MyAccount),
body.user-registration-page .user-registration:not(.user-registration-MyAccount) {
  margin: 0 auto;
}

/* Service */
.service-checklist {
  padding-left: 120px;
}

@media (max-width: 767px) {
  .service-checklist {
    padding-left: 0;
  }
}

/* Community categories */
.community-categories .e-loop-item {
  border-radius: 10px;
  background-color: #fff1c4;
}

.community-categories .e-loop-item:nth-of-type(1) {
  background: #ffecdb url(images/icon-book.svg) no-repeat center 20px;
  background-size: 100px 100px;
}

.community-categories .e-loop-item:nth-of-type(2) {
  background: #fff1c4 url(images/icon-flower-hands.svg) no-repeat center 20px;
  background-size: 100px 100px;
}

.community-categories .e-loop-item:nth-of-type(3) {
  background: #fec5b2 url(images/icon-listening.svg) no-repeat center 20px;
  background-size: 100px 100px;
}

.community-categories .e-loop-item:nth-of-type(4) {
  background: #d7cd85 url(images/icon-plant.svg) no-repeat center 20px;
  background-size: 100px 100px;
}

.community-categories .e-loop-item:nth-of-type(5) {
  background: #b5e5f1 url(images/icon-pdf.svg) no-repeat center 20px;
  background-size: 100px 100px;
}

.community-categories .e-loop-item:nth-of-type(6) {
  background: #e9ccce url(images/icon-chat.svg) no-repeat center 20px;
  background-size: 100px 100px;
}
