/*
Theme Name:	CityGov - Child Theme
Theme URI: http://themnific.com
Description:	A basic child theme for CityGov Theme
Author:		Dannci
Author URI: http://themnific.com
Template:	citygov
Version:	0.1
*/

/* ADD SOME STYLE BELOW */



.hover-container .first-header {
  display: block !important;
}

.hover-container .second-header {
  display: none !important;
}

.hover-container:hover .first-header {
  display: none !important;
}

.hover-container:hover .second-header {
  display: block !important;
}

.hover-container {
    height: 200px !important;
}

.second-header {
    width: 85% !important;
}

.second-header a:hover {
    text-decoration: none !important;
}

