/**
* Theme Name: Wihelp2 Child
* Description: This is a child theme of Wihelp2, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: wihelp2
* Version: 2.0.0
*/

ul{
	margin-left:18px;
}
ul li{
  margin-bottom:8px;
}
.green-btn .elementor-button.elementor-button-link:hover{
	border-color: #E64946 !important;
	text-decoration :none; 
}
body a{
	color:#E64946;
	text-decoration:none;
}
body a:hover{
	text-decoration:none !important;
}
.two-heading .elementor-headline{
    margin-bottom: 0;
}
.elementor-widget-image .wp-caption .wp-caption-text{
    position: absolute !important;
    right: 5px;
    bottom: 10px;
    border-bottom: none;
    color: red;
    background: #ffffff;
    color:#E64946;
    margin: 0;
    padding: 10px;
    font-size: 12px;
}
.no_space h2.elementor-headline{
    margin-bottom: 0 !important;
}
.elementor-shape-top{
	top: 0px !important;
}
.award-table-wrap {
  overflow-x: auto;
}
.award-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}
.award-table th,
.award-table td {
  border: 1px solid #ddd;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}
.award-table th {
  background-color: #f4f6f8;
  font-weight: 600;
}

.award-table tr:nth-child(even) {
  background-color: #fafafa;
}
.error404 .button-404 a{
  width: max-content;
}

/* Mobile friendly */
@media (max-width: 768px) {
  .award-table {
    font-size: 14px;
  }
  .award-table{
	min-width:auto;
  }
}


@media (max-width: 768px) {
  h4.wp-block-heading{
    font-size: 24px;
  }
}