/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a, .link { color: #07C760; }
a:hover { color: #252525; }
.link:hover { color: #f5f5f5; }
/* Post */
.elementor-2194 .elementor-element.elementor-element-6524e290 > .elementor-heading-title { color: #07c760; }
#two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  display: -moz-box;
  -moz-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}


/* Hardware */
.hardware table {
  border-collapse: collapse;
  width: 100%;
}

.hardware th, .hardware td { 
  font-family: 'Inter', sans-serif;	
  font-size: 17px;
  line-height: 1.3em;
  color: #7a7a7a;
  text-align: left;
  padding: 12px 20px;
  vertical-align: middle!important;
  border-color: #f5f5f5!important;
}
.hardware th h3 { color: #252525!important; font-size: 20px; font-weight: 600; line-height: 1.2em; }
.hardware th {color: #252525!important;}
.hardware tr:nth-child(even) {background-color: #fff!important; color: #7a7a7a; }
.hardware th:nth-child(2), .hardware th:nth-child(3), .hardware th:nth-child(4) { width: 60px; }


.dot{
     background: #07C760;
     border-radius: 50%;
     display: inline-block;
     height: 16px;
     margin-left: 4px;
     margin-right: 4px;
     width: 16px;
} 
.excl{
     background: red;
     border-radius: 50%;
     display: inline-block;
     height: 16px;
     margin-left: 4px;
     margin-right: 4px;
     width: 16px;
} 
@media only screen and (max-width: 600px) {
  .hardware th:nth-child(2), .hardware th:nth-child(3), .hardware th:nth-child(4) { width: 40px; }  
  .dot{ width: 14px; height: 14px; }  
  .hardware th, .hardware td { 
      font-size: 15px;
	
}
/* End Hardware */

