/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1671464171
Updated: 2022-12-19 10:36:11

*/

/* Content styles */

/* Links START */

.elementor-widget-text-editor p a:link,
.elementor-widget-text-editor p a:visited,
.elementor-widget-theme-post-content p a:link,
.elementor-widget-theme-post-content p a:visited{
  color: #000 !important;
  text-decoration: underline !important;
  text-decoration-color: #16AE41 !important;
}


.elementor-widget-text-editor p a:hover,
.elementor-widget-theme-post-content p a:hover{
  color: #000 !important;
  text-decoration: none !important;
}


.elementor-widget-text-editor li a:link,
.elementor-widget-text-editor li a:visited{
  color: #000 !important;
  text-decoration: underline !important;
  text-decoration-color: #16AE41 !important;
}

.elementor-widget-text-editor li a:hover{
  color: #000 !important;
  text-decoration: none !important;
}

a.elementor-post__read-more:link,
a.elementor-post__read-more:active{
	text-decoration: none !important;
}

a.elementor-post__read-more:hover{
	color: #7A7A7A !important;
	text-decoration: none !important;
}

.section-white p a:link, 
.section-white p a:visited {
  color: #fff !important;
  text-decoration: underline !important;
  text-decoration-color: #16AE41 !important;
}

.section-white p a:hover {
  color: #fff !important;
  text-decoration: none !important;
}


footer #column-1-footer p a:link, 
footer #column-1-footer p a:visited {
  color: #fff !important;
  text-decoration: underline !important;
  text-decoration-color: #16AE41 !important;
}

footer #column-1-footer p a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

footer .elementor-icon-list-item li a:link, 
footer .elementor-icon-list-item li a:visited,
footer .elementor-widget-text-editor p a:link, 
footer .elementor-widget-text-editor p a:visited{
  color: #fff !important;	
  text-decoration: none !important;
}


footer .elementor-icon-list-item li a:hover,
footer .elementor-widget-text-editor p a:hover{
  color: #7A7A7A !important;
  text-decoration: none !important;
}


a:link, a:visited {
  color: #000;
}

a:hover {
  color: #7A7A7A;

}

/* Links END */

 /* 
white Content styles */

a.black-link:link, a.black-link:visited {
  color: #000 !important;
	text-decoration: underline !important;
}

a.black-link:hover {
  color: #000 !important;
	text-decoration: none !important;
}


.wrapper-content ul{
	padding-left: 40px !important;
	padding-top: 5px !important;
    padding-bottom: 20px !important;
}
.wrapper-content ul li{
	list-style-type: circle !important;
	line-height: 2.4em !important;
}

.wrapper-content #career-post-date ul{
padding: 0 !important;
}
.wrapper-content ul li{
	list-style-type: circle !important;
	line-height: 2.4em !important;
}



/* Posts for careers and general lines */

#post-careers p{
display: block !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* Second footer styles */

.footer-copyright a:link,
.footer-copyright a:visited{
	color: #AD6800 !important;
	text-decoration: none!important;

}

.footer-copyright a:hover{
	color: #919191 !important;
	text-decoration: none !important;
}


.post-join{
	color: #af5a57;
font-family: "Lato",Open sans;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
line-height: 1.8em;
letter-spacing: 1px;
	text-align: left;
}

 /* dotted link */

.dotted-link{
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
    color: #fff;
}

