/*
Theme Name: foliorocks child
Theme URI:http://wordpress.zcube.in/foliorocks
Description: Foliorocks - Minimal Portfolio WordPress Child Theme.
Text Domain: foliorocks
Author:       zcube
Author URI: http://wordpress.zcube.in/foliorocks/demo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     foliorocks
Version:      1.0

*/


/* Theme customization starts here
  -------------------------------------------------------------- */
.logo img {
    max-width: 100%;
    width: 100px;
}
.contact-bg .single-cta {
	padding:20px;
}
@media (max-width: 992px) {
	.logo img {
		width:60px;
	}
}

.elementor-image-gallery .gallery-item img {
	width: 100%;
    aspect-ratio: 1 / 1;   /* kare için. 4/3, 3/2, 16/9 da olabilir */
    object-fit: cover;     /* görseli oranı bozmadan kırpar */
}