/*
#------------------------------------------------------------------------
# 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 */
.gk-logo { padding-top: 10px; }
.gkIsWrapper-gk_photo figcaption h2 {
    font-size: 0px;
}
#gk-lang {display: none !important;}
#gk-social {margin: 0px;}
#gk-copyrights {
    float: left!important;
    margin-left: 0px!important;
    text-transform: uppercase;
    width: 100%;
}
#gk-footer {
    clear: right;
    float: right;
    margin-top: -35px;
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
	.itemAuthorContent ul[data-cols="5"] li {
        width: 100% !important;
        margin-left: 0 !important;
        clear: none !important;
    }
	.gk-logo-wrap .gk-logo, .gk-logo-wrap .gk-logo-text {
		display: none !important;
}
}