
/*
	Theme Name: Travelify Child
	Theme URI: http://colorlib.com/wp/travelify/
	Description: Sample child theme Travelify.
	Author: Ayline
	Author URI: 
	Template: travelify
	Version: 1.0.0
*/

@import url("../travelify/style.css");



/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

* {
	box-sizing: border-box;
}
 
.entry-content {
	overflow:visible;
	visibility:visible;
	display:absolute;
	}
	
.cam {
	float:left;
	overflow:visible;
	width: 50%;
	padding: 30px 10px 0;
	}


.cam h2{
	display:none;}

.cam a img  {
	-webkit-transition: -webkit-transform 0.4s ease-out; /* Saf3.1+, Chrome */
-moz-transition: -moz-transform 0.4s ease-out; /* FF3.5+ */
-o-transition: -o-transform 0.4s ease-out; /* Opera */
transition: transform 0.4s ease-out;
overflow:visible;

}

.cam a img:hover  {
	-webkit-transform: scale(2); /* Saf3.1+, Chrome */
-moz-transform: scale(2); /* FF3.5+ */
-ms-transform: scale(2); /* IE9+ */
-o-transform: scale(2); /* Opera */
transform: scale(2);
z-index:200;
}		 

