/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Hello Elementor Child Theme
 Template:     hello-elementor 
 Text Domain:  helloelementorchild
*/

/*general*/
ul, ol {margin-bottom: 30px !important}
.elementor-nav-menu {margin-bottom: 0px !important}

.yellow{
color:#f7921e !important;
}
.bold{
font-weight:700;
}
.logo-slider figure.swiper-slide-inner {
-webkit-filter: grayscale(100%);
}
.logo-slider figure.swiper-slide-inner:hover{
filter: none;
-webkit-filter: grayscale(0%);
}

/*end general*/
div.vertical-line {
width: 4px;
background-color: #2E9E5C;
float: left;
margin-right: 8px;
}
.vertical-red-line{
width: 4px;
background-color: #C2262E;
float: left;
margin-right: 8px;
margin-top: 5px;
}