/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/* Transparent header */
.header_hor .l-header.bg_transparent:not(.sticky) .l-subheader {
	box-shadow: none;
	background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
	
	
	
	}
	.header_hor .l-header.bg_transparent:not(.sticky) .w-nav.type_desktop .w-nav-list.level_1 > .menu-item > a {
		background-color: transparent;
		}
.header_hor .l-header.bg_transparent ~ .l-main .l-section.height_auto:first-child {
	padding-top: 0 !important;
	}
	
/* Section
   ========================================================================== */
   
.l-canvas.sidebar_none .l-section {
	padding: 0 40px;
	}
	.l-section-h {
		padding: 10px 0;
		}

/* Section portfolio transparency modification on hover
   ========================================================================== */



.w-portfolio-item-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    background: ;
}


/*=====================================================css CONTACT fORM CHECKBOX=============*/


span.wpcf7-list-item { display: block; }

/*============================CSS PDF WARNA TABLE=======================================*/
/* CSS for Zebra Table in index.html */
.zebra-table {
width: 100%;
border-collapse: collapse;
box-shadow: 0 2px 3px 1px #ddd;
overflow: hidden;
border:10px solid #fff;
}
.zebra-table th,.zebra-table td{
vertical-align: top;
padding:10px 7px;
text-align: left;
margin:0;
}
.zebra-table tbody tr:nth-child(odd) { /* Make table like zebra */
background:#eee;
}/* End CSS for Zebra Table in index.html */
