﻿/*
 Theme Name:   Zindizayn Firma Teması
 Theme URI:    http://zindizayn.com Tema adresi 
 Description:  Zindizayn Benzer Firma Child Tema
 Author:       zindizayn
 Author URI:   http://zindizayn.com
 Template:     a1
 Version:      1.0.0
 Text Domain:  zindizayn.com
*/



.main-logo {
    float: left;
    position: relative;
    z-index: 1;
    max-width: 400px !important;
}


@media (max-width:480px){
    .main-logo {
        max-width: 270px !important;
    }
}




.gaadiex-list {list-style-type: none; margin: 0;padding: 0;}
.gaadiex-list>.gaadiex-list-item {padding: 0 22px;}
.gaadiex-list-item-img  {
    float: left;
    width: 58px;
    height: 58px;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-right: 20px;
    border-radius: 50%;
}
.gaadiex-list-item i  {
    float: left;
    font-size:48px;
    width: 58px;
    height: 58px;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-right: 20px;
    border-radius: 50%;
}


      #map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }
	   
.cardyoneticiler {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin-bottom:20px;
}	   

/* On mouse-over, add a deeper shadow */
.cardyoneticiler:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}



.cardgaleri {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;

  margin-bottom:20px;
}

/* On mouse-over, add a deeper shadow */
.cardgaleri:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


	   
.cardgaleri {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;

  margin-bottom:20px;
}

/* On mouse-over, add a deeper shadow */
.cardzin:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}   


.cardzin {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
  border:2px double #d5d5d5;
  height:275px;
  margin-bottom:25px;
}

/* Add rounded corners to the top left and the top right corner of the image */
img {
  border-radius: 5px 5px 0 0;
}

.cardzin-body{
padding-bottom:10px;	
margin-bottom:20px;		
}
	



.buyuyenresim {

-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s; 
}

.buyuyenresim:hover {
cursor: pointer;
-webkit-transform: scale(1.5, 1.5);
-ms-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s; 
box-shadow: 10px 10px 5px #888888;
z-index: 2;
position:relative;
}
