/* ----------------------------------- About us post type ----------------------------------- */
.photography-center {
	overflow: hidden;
}

.title-about-post-type {
	text-align: center;
	font-weight: 900;
	font-size: 33px;
	margin: 20px;
	padding: 40px 0;
	text-align:center;
}

.about-post-type-boxes {
    position: relative;
	margin: 0 auto;
    width: 100%;
    text-align: center;
}
	
.about-post-type {
	background-color: #eee;
    border: 1px solid #C6C6C6;
    overflow: hidden;
	width: 30%;
	max-height: 834px;
	vertical-align: top;
	text-align: center;
	padding: 10px 10px 40px 10px;
	margin: 10px;
	color: #333333;
	word-wrap: break-word;
    text-align: center;
    display: inline-block;	
}

.about-post-type img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
	object-fit: cover;
    object-position: 50% 50%;
}

.about-post-type h4 {
	padding: 10px 0 10px 0;
	font-weight: 900;
	font-size: 25px;
	color: #555555;
}

.about-post-type p {
	text-align: center;
	word-wrap: break-word;
}

.about-post-type-shortcode img {
	width: 150px;
	border-radius: 50%;
	margin: 0 auto;
	height: 150px;
}

.about-post-type:hover   {
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	-moz-box-shadow: inset 0 1000px 60px -60px #333333;
	-webkit-box-shadow: inset 0 1000px 60px -60px #333333;
	 box-shadow: inset 0 1000px 60px -60px #333333;
}

.about-post-type:hover h4,
.about-post-type:hover p {
	color: #FFFFFF;
}

.about-post-type .read-more {
    background: #064441;
	border: 1px solid #0C8E8A;
	text-align: center;
	color: #fff;
	padding: 8px;
	margin: 0 auto;
	margin-top: 20px;
}

.about-post-type .read-more:hover {
	background: #0D9992;
	color: #fff;	
}

.about-post-type-shortcode {
	margin-left: auto;
	margin-right: auto;
	text-align:	center;
	width: 100%;
	display: inline-block;
}

.about-post-type-shortcode .about-post-type {
	width: 200px;
	min-height: auto;
	text-align: center;
	display: inline-block;
}

@media screen and (max-width: 66.5em) { 
	.about-post-type {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}
	.title-about-post-type {
		font-size: 4vw;
	}
	
	.about-post-type-boxes {
		padding: 0 10px 0 10px;
	}
}