/*
#------------------------------------------------------------------------
# Photo - #9 2014 Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

.gkIsWrapper-gk_photo figcaption h2 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.gkIsWrapper-gk_photo figcaption p {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.gkIsWrapper-gk_photo figcaption a {
    border: 1px solid #ddd;
    border-radius: 25px;
    clear: left;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold!important;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    padding: 0 64px;
    position: relative;
    top: 50px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-out .75s, border .3s ease-out 0s, color .3s ease-out 0s;
    -moz-transition: all .5s ease-out .75s, border .3s ease-out 0s, color .3s ease-out 0s;
    -ms-transition: all .5s ease-out .75s, border .3s ease-out 0s, color .3s ease-out 0s;
    -o-transition: all .5s ease-out .75s, border .3s ease-out 0s, color .3s ease-out 0s;
    transition: all .5s ease-out .75s, border .3s ease-out 0s, color .3s ease-out 0s;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.portfolio .itemList[data-cols="4"] .itemImageBlock > h2 { text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }

#page-nav.active {
	bottom: -60px;
}
#page-nav.gk-small-height.active {
	bottom: -50px; 
}
#page-nav.active #gk-social,
#page-nav.active .gk-logo-text {
	margin-top: 20px;
}
#page-nav.active #gk-menu-button {
	height: 60px;
	top: -60px;
}
#page-nav.active #gk-menu-button > span {
	line-height: 67px;
}
#page-nav.active #gk-menu-button > strong {
	top: 30px;
}
