/*
Theme Name: Uncode Child
Theme URI: http://www.undsgn.com/uncode
Author: Undsgn
Author URI: http://www.undsgn.com
Description: Uncode is a pixel perfect WordPress Theme designed with terrific attention to details.
Version: 2.9.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uncode
Domain Path: /languages/
Template: uncode
*/

html.admin-mode {
	margin-top: 32px;
    padding-top: 0px;
}

.uncode-single-media.crea_gioiello img {
	transition: .3s;
	-webkit-transition: .3s;
}

.uncode-single-media.crea_gioiello img:hover {
	transition: .3s;
	-webkit-transition: .3s;
	transform: scale(1.1);
}

.uncode-single-media.crea_gioiello + .btn-container {
	margin-top: 0 !important;
}

@media ( max-width: 767px ) {

	.main-container .row-container .row-parent .uncont > *:first-child:not([class*=shift_y_]).uncode-single-media.crea_gioiello {
		margin-top: 36px !important;
	}

}