/*
 Theme Name:   BCGov - GovTogether theme
 Theme URI:    https://cos.citz.gov.bc.ca/jira/browse/WD-25
 Description:  A Child theme for bcgov-responsive-theme. Adds custom elements and styling as required for govtogether. 
 Author:       Steve Howard
 Author URI:   https://cos.citz.gov.bc.ca/jira/secure/ViewProfile.jspa?name=smhoward%40idir
 Template:     bcgov-responsive-theme
 Version:      1.3.1
*/

@import url("../bcgov-responsive-theme/dist/styles/main.css");

#header-main-row1 {
	padding-bottom: 10px;
}

#footer {
	border-top: 2px solid #fcba19;
}

#footerAdminSection {
	height: 60px;
	text-align: center;
}

#footerAdminSection ul {
	text-align: center;
}

/**
 * Community Filters
 */
.filter-row {
	margin-bottom: 20px !important;
	padding: 15px;
}

.dropdown-menu>li>a {
	padding-left: 5px !important;
}

.community-filter {
	border: 1px solid #ccc;
	padding: 10px;
}

.community-filter>h4 {
	padding-left: 12px;
}

.community-filter-item {
	padding: 0px !important;
}

.community-filter-item>a {
	text-align: left;
	border-left: 0;
	border-top: 0;
}

.community-filter-item .community-tag-circle {
	float: right;
}

/**
 * Community Boxes
 */

 .community-box {
 	margin-bottom: 40px;
 	width: 213px;
 }

 .community-box a:hover {
 	text-decoration: none;
 }

.community-box-top {
	z-index: 2;
	position: relative;
	background-color: #38598a;
	color: #fff;
	height: 175px;
	padding: 10px;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
}

.community-box-top:hover > .overlay {
	z-index: 3;
    width:100%;
    height:100%;
    top: 0px;
    left: 0px;
    position:absolute;
    background-color:#000;
    opacity:0.5;
}

.community-box-top h3 {
	color: #fff;
}

.community-box-bottom {
	z-index: 1;
	background-color: #f1f1f1;
	height: 40px;
	padding: 10px;
	text-align: right;
}

.community-tag-circle {
	display: inline-block;
	border-radius: 10px;
	width: 20px;
	margin: 0 3px;
}

/**
 * Consultation Filters
 */

.govtogether-consult-filter {
	width: 205px;
}

@media (max-width: 767px) {
	.dropdown-menu>li>a {
	    color: #000 !important;
	}

	.filter-row .btn-group {
		margin-bottom: 15px;
	}
}
	

/**
 * Consultation Boxes
 */

 .consultation-box {
 	margin-bottom: 40px;
 }

.consultation-box:hover > .overlay {
	z-index: 3;
    width:213px;
    height:100%;
    top: 0px;
    left: 15px;
    position:absolute;
    background-color:#000;
    opacity:0.4;
}

 .consultation-box a:hover {
 	text-decoration: none;
 }

.consultation-box-top {
	z-index: 1;
	position: relative;
	background-color: #38598a;
	color: #fff;
	height: 180px;
	width: 213px;
	padding: 10px;
}

.consult-img {
	position: relative;
	height: 160px;
}

.consultation-box-top h2 {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}

.consult-title {
	color: #fff;
	font-size: 16px;
}

.consultation-box-bottom {
	z-index: 2;
	position: relative;
	background-color: #38598a;
	color: #fff;
	height: 65px;
	width: 213px;
	padding: 10px;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
}

@media (min-width: 990px) and (max-width: 1200px) {
	.consult-img {
		height: 140px;
	}

	.consultation-box-top {
		height: 160px;
		width: 189px;
	}

	.consultation-box-bottom {
		width: 189px;
	}
}

/**
 * Get Involved Button URL
 */

.get_involved_button_container{
 	background: -webkit-linear-gradient(#395989, #333366); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#395989, #333366); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#395989, #333366); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#395989, #333366); /* Standard syntax */
 	border-radius: 8px;
}

.get_involved_button_image_container{
	padding: 10px !important;
 	display:flex;
	align-items:center;
	justify-content:center;
	height: 100%;
 }

 .get_involved_button_image_container img{
 	vertical-align: middle;
 	height: auto;
 	width: auto;
 	max-height: 100%;
 	padding: 0;
 	padding-right: 10px !important;
 }

 .get_involved_button_image{
 	display: table-cell;
	height: : 100%;
	padding-right: 10px !important;
 }

 .get_involved_button_text_container{
 	display:flex;
    align-items: center; /* Vertical center alignment */
 	color: white;
 	padding: 0;
 	height: 100%;
 }

 .get_involved_button_text{
 	vertical-align: middle;
 	font-size: 25px;
 	text-align: left;
 	padding: 0;
    font-stretch: semi-condensed;

 }

 .get_involved_button_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.link_underline {
  text-decoration: none;
}

.link_underline:hover>.get_involved_button_container{
	background: -webkit-linear-gradient(#808285, #808285); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#808285, #808285); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#808285, #808285); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#808285, #808285); /* Standard syntax */
}

span.icon-alt-text {
    display: none;
    border: none;
}

.get_involved_button_container {
	margin-bottom: 20px;
}

.get_involved_button_content:hover .icon-alt-text {
    display: block;
    position: relative;
    border: none;
    font-size: 12px;
}

.get_involved_button_content:focus .icon-alt-text {
    display: block;
    position: relative;
    border: none;
    font-size: 12px;
}

/**
 * Banner
 */

/*
.govtogether_banner {
	background:  url("../child-bcgov-govtogether/inc/image/govTogetherBC_MainWebBanner_TransparentTemplate.png") no-repeat top center;
}
.govtogether_banner_container {
	position: relative; 
	left: 0; 
	top: 0;
}

.govtogether_banner_on_top {
	position: absolute;
	top:0;
	right: 0;
}

.govTogether_upload_image
{
    position: absolute; 
    top: 0; 
    left: 0;
}

.govTogether_banner
{
	position: relative; 
	top: 0; 
	left: 0;
}
*/
