/*!
	Theme Name: Hello Elementor Child - Ahunki
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Ahunki Team
	Author URI: https://ahunki.com
	Version: 1.0.1
	Requires at least: 4.7
	Tested up to: 5.2
  	Template: hello-elementor
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
  	Text Domain: hello-elementor-child
	Tags: ahunki, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/**************************************
* Header
*******************************************************************************/
:focus,
.header-submenu-item-toggle .elementor-sub-item:focus {
	outline: 0px solid transparent;
	background-color: transparent;
}


#rightsection .fa-caret-down {
	line-height: 20px;
}
#rightsection .sub-arrow {
	padding: unset;
	line-height: 20px;
}
  
/**************************************
* Button Animations
*******************************************************************************/
.coral-ul {
	list-style: none;display:flex;
	flex-direction: column;
	margin-left: 1em;
	margin-right: 1em;
}

.coral-bullet {
	margin-bottom: 40px;
}

.coral-bullet::before {
content: "•";
color: #EA6E72;
display: inline-block;
width: 1em;
margin-left: -1em;
font-size: 50px;
margin-bottom: -1em;
}

.coral-ul .coral-bullet span {
	color: var(--e-global-color-primary);
}

[data-elementor-device-mode="mobile"] .coral-bullet::before{
	font-size: 20px;
}

/* [data-elementor-device-mode="mobile"] .change-order,
[data-elementor-device-mode="tablet"] .change-order {
	order: ;
} */

.p-rel-links a {color: #636363;}
.p-rel-links a:hover {color: #EA6E72;}

::selection {
	background-color: #EA6E72;
	color: white;
}

.wrap {
	margin: 80px 0;
}
.PrivSubTit {
	color: #91908f;
}
.change {
	color: #ea6e72;
}
/**************************************
* CV elements
*******************************************************************************/
.show-content li {
	margin-right: 5%;
	margin-top: 0.5em;
}
/**************************************
* List elements
*******************************************************************************/
.prokto-patologias li {
    margin: 1em auto;
    font-weight: bold;
    list-style-type: none;
}
.prokto-patologias li>p{
    font-weight: normal;
}

.prokto-patologias li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #EA6E72; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/**************************************
* Reset default footer
*******************************************************************************/
.site-footer {
 padding-top:0;
 padding-bottom:0;
}
button.cc-revoke,
.cc-revoke.cc-active{
	border-top-right-radius: .5em;
	border-top-left-radius: .5em;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}