/* GLOBAL */
.site-header .navbar-brand,
.site-header .navbar-brand a{
	font-size:2rem;
}
body:not(.single) h1.entry-title {
  text-align: center;
}

/* PORTFOLIO */
#my-portfolio{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
	gap: 1%;

}
.custom-item{
	width:48%;
	padding:20px;
	border:1px solid #ddd;
	border-radius:3px;
	display:inline-block;
	margin:0 auto 3% auto;
}
.custom-item h4{
	font-size:1.35rem;
	margin-bottom:10px;
}
.custom-item img{
	width:180px;
	float:left;
	margin:0 30px 10px 0;
	border:1px solid #eee;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}
.custom-item .project-cat{
	display:inline-block;
	background:#ddd;
	border-radius:3px;
	margin:0 10px 10px 0;
	padding:0 10px 2px;
	font-size:0.85rem;
}
.custom-item .item-description{
	display:block;
}

/* CONTACT FORM 7 */
.wpcf7-form label{
	width: 100%;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top:10px;
}
.wpcf7-submit {
color: #fff !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 14px;
font-weight: 500;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 0.3em 1.5em!important;
line-height: 1.7em;
background: #5cb85c;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 300ms ease 0ms;
}