/*
 Theme Name:   rocked-child
 Description:  Rocked Child Theme
 Author:       Marnus van den Berg
 Template:     rocked
 Version:      1.0.0
*/

/*
Main them: #DDB307
*/

.home-container {
	margin: 100px 0;
	text-align: center;
}

.portfolio-section {
	margin-top: 80px;
}

.portfolio-logo {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #e4e4e4;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 2px 5px -4px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px -4px rgba(0,0,0,0.5);
}

.portfolio-logo:hover {
	padding: 5px;
	margin-bottom: 20px;
	margin-top: -10px;
	-webkit-box-shadow: 0 13px 20px -1px rgba(0,0,0,0.15);
	box-shadow: 0 13px 20px -1px rgba(0,0,0,0.15);
}

.site-footer {
	text-align: center;
}

.pum-container {
	border: none!important;
}

.pum-title {
	margin-bottom: 20px;
}

.site-logo {
	max-height: 149px;
}

table.contact-table, table.contact-table tr, table.contact-table td {
	border: none;
	padding: 3px 0;
}

#header {
	border-bottom: 1px solid #e4e4e4;
}

.slider-text {
	text-align: center;
	z-index: 999;
	position: absolute;
	width: 100%;
	max-width: 1170px;
	top: 440px;
}

.slider-text h1 {
	color: #ffffff!important;
	text-transform: uppercase;
	font-weight: bold;
}