/*
Theme Name: Zancudo child-theme
Theme URI: http://thehappybit.com
Template: zancudo
Author: The Happy Bit
Author URI: http://thehappybit.com
Description: Mighty fullscreen theme for creatives
Version: 1.0
License URI: http://themeforest.net/licenses/regular_extended
Tags: black, white, light, one-column, fluid-layout, custom-menu, featured-images, post-formats, translation-ready
*/
@import url("../zancudo/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* my changes to layout.css */

/* Prevent the logo from dimming on hover */
#logo:hover { -khtml-opacity: 1; -moz-opacity: 1; opacity: 1; filter: alpha(opacity=1); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; }

/* This will prevent the magnifying glass from appearing and making the photos translucent */
.item-thumb:hover .thb-overlay { -khtml-opacity: 0; -moz-opacity: 0; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

/* Remove space between the header and the portfolio (changed from 96px to 6px) */
#header { position: relative; padding: 24px 1.21951%; margin-bottom: -26px; z-index: 100; }