/*
Theme Name: Uncode_Onsight
Template: uncode
*/

/***********************
 *                     *
 *   general styling   *
 *                     *
 **********************/

/*--  anchor tag color  --*/

.style-dark a{
	color: #aaaaaa;
}

/*************
 *   footer  *
 ************/
.vc_row.on-site-footer.style-color-525730-bg.border-transparent-color.row-container.has-dividers.boomapps_vcrow {
	padding: 20px;
}

/****************
 * Tabs styling *
 ***************/

ul.nav.nav-tabs {
	border-bottom: none;
}

.style-dark .nav-tabs > li > a {
	color: #aaa;
}


/**************************
 * style light accordion  *
 *************************

 active panel font color 
.legacy-accord .panel-title.active > a {
	color: #303133 !important;
}

 border color 
.style-light .panel {
	border-color: #303133 !important
}

.style-light .panel-group .panel-heading + .panel-collapse .panel-body {
	border-color: #303133 !important
}
*/


/***********************
 *                     *
 *  accordion panel    *   
 *  lines and spacing  *
 *                     *
 **********************/
.panel {
	border-bottom-style: none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top-style: none;
}

.accord-panel .row.limit-width.row-parent {
	padding: 0px 36px 0px 36px;
}


/*******************
 *                 *
 *   contact form  *
 *                 *
 ******************/

.style-dark input {
	
	border-top: none;
	border-right: none;
	border-left: none;
	background: #f0f0f0;
}
.style-dark textarea {
	color: #444;
	background: #f0f0f0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.form-row p {
	display: inline-block;
}

input.wpcf7-form-control.wpcf7-submit {
	color: #fff;
}

/******************
 *                *
 *   newsletter   *
 *                *
 *****************/

.style-dark table td {
	border: none !important;
}

table.form-table {
	border: none;
}

table.form-table td {
	width: 35%;
}

.style-dark input {
	padding: 20px;
}

input[type="submit"] {
    border: 1px solid #fff;
    padding-left: 35px;
    padding-right: 35px;
	background: transparent !important;
	font-weight: 600 !important;
    font-family: Poppins !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	font-size: 15px;
}

input[type="submit"]:hover {
	color: #303133;
	background-color: #fff !important;
}
    
.post-info .category-info {
	display: none;
}

/**********************
 *                    *
 *   post meta data   *
 *                    *
 *********************/

p.t-entry-meta {
	display: none;
}