/*

 Theme Name:   Hello Elementor Child

 Theme URI:    https://example.com

 Description:  Child theme of Hello Elementor

 Author:       Your Name

 Template:     hello-elementor

 Version:      1.0.0

 Text Domain:  hello-elementor-child

*/


.one-line h1, 

.one-line h2,

.one-line h3,

.one-line h4,

.one-line h5,

.one-line h6,

.one-line p,

.one-line span

{

  display: -webkit-box !important;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

}


.two-line h1, 

.two-line h2,

.two-line h3,

.two-line h4,

.two-line h5,

.two-line h6,

.two-line p,

.two-line span {

  display: -webkit-box !important;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

}


.three-line h1, 

.three-line h2,

.three-line h3,

.three-line h4,

.three-line h5,

.three-line h6,

.three-line p,

.three-line span {

  display: -webkit-box !important;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

}

// table from editor style
.table-editor td, table th{
    border: none
}

.table-editor td {
    background: #F3F3F3;
	border: none;
    border-top: 15px solid #fff;
}

.table-editor td p{
    margin: 0;
}

.table-editor tr:first-child {
    background: #F1FEFF;
    border-radius: 10px; 
}
