/*
 Theme Name:   Hello Elementor - Child Theme
 Description:  This is the child theme for hello elementor where csutomization for the theme is stored.
 Author:       Kiran Kumar
 Author URI:   http://sinope.co.in
 Template:     hello-elementor
 */
*{
	-moz-user-select: none !important; 
	-ms-user-select: none !important;
	-khtml-user-select: none !important;
	-webkit-user-select: none !important;
	-webkit-touch-callout: none !important;
	user-select: none !important;
}
.site-header {
  display: none;
}

.text-bg {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 10%;
}
.wp-caption-text {
  font-size: 8px;
  margin-top: -10px;
  position: relative;
  background-color: #fff;
  color: #000;
}
.c-btn {
  display: inline-block;
  line-height: 1;
  background-color: #e01111;
  color: #fff !important;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tbl thead {
  background-color: #e01111;
  color: #fff;
  text-align: left;
}

.tbl td {
  vertical-align: middle !important;
}

.jeg_meta_author .by {
  display: none;
}
