/*
Theme Name:     Construct Child
Theme URI:      http://wpdemo.oceanthemes.net/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       construct
*/

@import url("../construct/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

#site-header.style-5 #mainmenu a{
	color:#fff !important;
}

.footer-widget a:hover{
	color:#fff !important;
}

.header-style-5 #site-header{
	background-color: #0e1840f0;
}

#site-header.style-1{
	background-color:#0e1840f0 !important;
}
#site-header.style-1 .menu-item a{
	color: #fff !important;
}


.service-item .thumb{
	height: 200px;
    width: auto;
    background: #777;
	display: flex;
    justify-content: center; /* Yatay ortalama */
    align-items: center;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
	max-height: 200px;
    width: auto;
}

.project-item .effect-zoe figcaption {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
}

/* H2 ve P elementlerini de görünür pozisyonda tut */
.project-item .effect-zoe h2, 
.project-item .effect-zoe p {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
}

/* Hover efektini kaldır (opsiyonel - smooth geçiş için) */
.project-item .effect-zoe:hover figcaption {
    transform: translate3d(0, 0, 0) !important;
}

.project-item .effect-zoe:hover h2,
.project-item .effect-zoe:hover p {
    transform: translate3d(0, 0, 0) !important;
}

.vc_custom_1497501529925{
	background-color: #c9cacb;
}
.owl-item .partner a{
	display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 600px){
	.cbp .cbp-item{
		width:100% !important;
	}
	#projects.cbp img {
    	width: 100%;
	}
}
