/*
	Theme Name:  CMHA v2 Theme | Custom Style Sheet
	Description: This is an additional style sheet for custom CSS codes 
	Author: CMHA
	Author URI: http://cmha.ca
	Version: 1.0.0
	Template: CMHAv2.0 Genesis
	Template Version: 2.0
 
*/

/*
Add Your Custom CSS Below This Line
---------------------------------------------------------------- */

.grid-tab .column{
	border: 1px dotted #00b1b0;
	border-radius: 10px;
	height: 150px;
	position: relative;
	float: left;
	width: 30%;
	margin: 70px 1.5% 0 1.5%;
}

.grid-tab .column h2{  
	font-size: 16px;
	color: #0cb2b0;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 100px;
	text-align:center;  
}

.grid-tab .column .imgholder{
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -60px;
}
.grid-tab .column h4{
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 100px;
}
.grid-tab{
	display: none;
}
.grid-tab.active{
  display: block;
}

.grid-tab .column .imgholder img
{
  vertical-align: middle;
}

/*
Add Your Custom CSS Below This Line
---------------------------------------------------------------- */

.cmha-100 .site-container {
    background-image: url(/wp-content/uploads/2018/04/green-background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 500px;
    background-color: #035e5f;
		padding-top: 250px;
}
.cmha-100 .site-inner {
    background-color: #ffffffcc;
    padding: 20px;
    min-height: 800px;
    max-width: 70%;
}
.cmha-100 header.entry-header h1 {
    font-family: "Muli", Open sans-serif;
    color: #525354;
    font-size: 2.2em;
    font-weight: 900;
    text-align: center;
    border: solid 1px #fff;
    padding: 10px;
}
.cmha-100 .entry-content a {
    color: #006363;
    text-decoration: none;
    font-family: "Muli", Open sans-serif;
    font-weight: 800;
    font-size: 1.3em;
    line-height: 1.1em;
    text-align: center;
    margin: auto;
    display: table;
}
.cmha-100 .entry-content hr {
		margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #fff;
}
.cmha-100 a.intLearnMoreLink {
    padding: 10px;
    margin-bottom: -20px!important;
    margin-right: -20px!important;
    margin-top: 20px!important;
    font-size: 1em!important;
    float: right;
    background: #5a5a5c;
    color: #fff !important;
    font-family: "Muli", Impact, Open sans-serif;
    font-weight: 800;
}
.cmha-100 .entry-content li a,
.cmha-100 .entry-content li a:hover {
    font-size: 1.2em;
    margin: 0px;
    line-height: 1.6em;
}

.cmha-100 .entry-content p ul,
.cmha-100 .entry-content p img,
.cmha-100 .entry-content img {
    display: block;
    margin: auto;
}

