/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.mreviewer-job,
.mreviewer-uin {
	background-color: #eaeaea;
	padding: 3px 8px;
	display: inline-block;
	width: 120px;
	font-size:12px;
	font-weight: 700;
}


.cbg-container{
	background: transparent; 
	padding: 25px; 
	border-radius: 0px; 
	margin: 35px 0; 
	border-left: 5px double #eeecec;
    background-color: #f2f2f2;
}

.cbg-title {
	margin-top:0; 
	color: #2c3e50; 
	font-family: Verdana;
	font-weight: 700;
	font-size: 16px;
    margin-bottom: 10px;
}

.cbg-list {
	list-style:none; 
	padding:0; 
	margin:0;
}

.cbg-list li {
	margin-bottom: 2px;
}

.cbg-list li a {
	text-decoration: none; 
	transition: all 0.3s;
}

.cbg-checkicon span {
	border-style: double
}