/*
#------------------------------------------------------------------------
# Events - June 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 */

.frontpage #gkHeader {
   background: url('../images/gge-header.jpg') no-repeat center top;
}

.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-size: 100%;
}

/*background white screen on visitors guide header*/
#gkHeaderMod small {background-color: rgb(51,51,51,1);}
#gkHeaderMod > div > div {background-color: rgba(255, 255, 255, 0.3);}



/*fixing share buttons*/
.mfp-content ul li {
width: revert;
}

[id^="ampz_inline"] .ampz_network_label, #ampz_flyin .ampz_network_label {
  display: none;
}

.ampz_network_label {
    display: none;
}

#ampz_flyin li, #ampz_flyin li a {
  width: revert;
  margin-right: 5px;
}
/*----- end fix share buttons*/
/**follow buttons at bottom**/
a.ampz_shortcode_follow {margin:3px!important;}
/*---end---*/