/*
Theme Name: Hello Elementor Child
Theme URI: http://example.com/hello-elementor-child/
Description: Child theme for the Hello Elementor theme
Author: Your Name
Author URI: http://example.com
Template: hello-elementor
Version: 1.0.0
*/

.wpml-ls-legacy-dropdown-click a{
    border: 0px solid #cdcdcd;
}
/*
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
    display:none;
}*/

body {
    background-color:#1A1B1C!important;
}

.select-caret-down-wrapper {
    display: none;
}

button.elementskit-menu-close.elementskit-menu-toggler {
    color: #4cd964;
}

/* Change background color on hover */
button.elementskit-menu-close.elementskit-menu-toggler:hover {
    background-color: #4cd964;
    color: #fff!important;
    /* Change this to your desired hover color */
}

i.eicon-close {
    font-size: 18px;
    color: white;
}

h2#reply-title {
    color: #DAD4D4;
}

p.comment-notes {
    color: #878EA1;
}

ul.wp-block-list {
    margin-bottom: 50px!important;
}


label{
    color: #878EA1;
}
h2.title-comments {
    color: #878EA1;
}
p.logged-in-as {
   color: #878EA1;
}
ol.comment-list {
    color: #878EA1;
}
input {
    background-color: #1A1B1C;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
     color: #878EA1;
}
[type=button], [type=submit], button {
     /*color:#4cd964!important; 
     border: 1px solid #4cd964!important;*/
}
textarea#comment {
    background-color: #1A1B1C;
}

#comments .comment .comment-body{
    border-block-end: 1px solid #323438!important;
}

/* Hide the marker for list items within the elementor-icon-list-items class */
.elementor-icon-list-items li::marker {
    display: none!important;
}

/* Remove list styling from the list */
.elementor-icon-list-items {
    list-style: none;
    padding-left: 0;
}


/**
* Single post style
*/

figure.wp-block-image.size-full {
    margin-bottom: 30px !important;
}

.list-in-single-post{
  list-style: none;
  padding-left: 0;
  margin-bottom:30px;
}

.list-in-single-post li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.list-in-single-post li strong {
  margin-left: 10px;
}

.cta-button {
  background-color: #007bff;
  color: white!important;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  margin: 30px 10px;
  font-size:14px;

}

.cta-button:hover {
  background-color: #0056b3;
}

.important-cell{
    font-weight:bold;
}
