/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
span.posted-on {
	display: none;
}

span.comments-link {
	display: none;
}

.entry-date {
	display: none;
}

.fa {
	padding: 20px;
	font-size: 10px;
	width: 30px;
	text-align: center;
	text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
	opacity: .7;
}

/* Set a specific color for each brand */
.fa {
	margin-top: 30px;
}

/* Twitter */
.fa-twitter {
	background: url('https://eqbankstatus.ca/wp-content/uploads/2017/03/eqb-twitter-01.png');
	background-repeat: no-repeat !important;
	color: white;
	padding: 20px;
}

/* Facebook */
.fa-facebook {
	background: url('https://eqbankstatus.ca/wp-content/uploads/2017/03/eqb-facebook-01.png');
	background-repeat: no-repeat;
	color: white;
}

/*Hide date*/
.entry-date {
	display: none;
}

a.fa.fa-facebook {
	padding: 20px;
}

section#text-14.widget_widget_text {
	margin-top: 30px;
}

/*Line added to the bottom of posts*/
footer.entry-footer {
	border-bottom: 1px solid #cccccc !important;
}

/*Footer headings*/
h2.widget-title {
	font-size: 16px;
	font-weight: bold !important;
	color: #676767;
}

/*Footer text*/
div.textwidget {
	margin-top: -20px;
	font-size: 15px;
}

/*Trademark info*/
p.trademark {
	font-size: 12px !important;
}

/*Button class*/
.button {
	background-color: white;
	border: 2px solid #cb3694;
	color: #cb3694;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 2px;
	text-transform: none;
	box-shadow: none;
	-webkit-transition-duration: 0;
/* Safari */
	transition-duration: 0;
}

/*Button link*/
.button:link {
	background-color: white;
	border: 2px solid #cb3694;
	border-radius: 2px;
	color: #cb3694;
	text-transform: none;
	letter-spacing: .006em;
}

/*Button hover*/
.button:hover {
	background-color: #cb3694;
	color: #ffffff !important;
	letter-spacing: .006em;
}

input[type="submit"]:hover {
	background-color: #a52467;
	color: white;
	letter-spacing: .006em;
}

input[type="submit"] {
	background-color: #cb3694;
	border: 2px solid #cb3694;
	border-radius: 2px;
	color: #ffffff;
	text-transform: none;
	letter-spacing: .006em;
}

/*Nav Button*/
.main-navigation .button {
	border: 2px solid #cb3694;
	padding: 3px 12px;
	color: #cb3694;
	letter-spacing: .006em;
}

/*Nav Button link*/
.main-navigation .button a {
	color: #cb3694;
	letter-spacing: .006em;
}

/*Nav Button Hover*/
.main-navigation .button:hover a {
	color: white;
	letter-spacing: .006em;
}

/* Nav Grey EQBANK.CA*/
.main-navigation a {
	color: #7a7c84;
}

menu#menu-toggle.menu-toggle {
	text-indent: -9999px;
	white-space: nowrap;
}

.menu-toggle, button:focus {
	background: #ffffff url('https://eqbankstatus.ca/wp-content/uploads/2017/03/menu-toggle-01.png') no-repeat center center;
	height: 15px;
	width: 15px;
	text-indent: -9999px;
}

.menu-toggle:hover {
	background: #ffffff url('https://eqbankstatus.ca/wp-content/uploads/2017/04/menu-toggle-active.png') no-repeat center center;
}

label {
	font-size: 20px;
	font-weight: 600;
	color: #676767;
}

#secondary form#subscribe-blog {
	background-color: #f3f3f3;
}

#tertiary #text-7, #tertiary #text-8, #tertiary #text-9, #tertiary #text-14 {
	padding-left: 0;
	width: 25%;
	clear: none;
}

#tertiary #text-14 {
	text-align: right;
}

#comments, .navigation.post-navigation {
	display: none;
}

h2.entry-title {
	font-size: 2.25rem;
	font-weight: 700 !important;
	color: #4d4d4d;
}

h1.entry-title {
	font-size: 2.25rem;
	font-weight: 700 !important;
	color: #4d4d4d;
}

div.entry-content {
	font-size: 1rem;
	font-weight: 400 !important;
	color: #676767;
}

@media screen and (max-width: 450px) {
	#tertiary #text-7, #tertiary #text-8, #tertiary #text-9, #tertiary #text-14 {
		padding-left: 0;
		margin: 0 auto 20px;
		width: 90%;
		clear: none;
	}
	
	#tertiary #text-14 {
		text-align: right;
	}
}

@media screen and (min-width: 600px) {
	#tertiary #text-7, #tertiary #text-8, #tertiary #text-9, #tertiary #text-14 {
		padding-left: 0;
		display: inline-block;
		width: 22%;
		margin-right: 7%;
		vertical-align: top;
		clear: none;
	}
	
	#tertiary #text-7 h2, #tertiary #text-8 h2, #tertiary #text-9 h2, #tertiary #text-14 h2 {
		margin-right: 0;
	}
	
	#tertiary #text-14 {
		float: right;
		margin-right: 0;
		width: auto;
	}
}

@media screen and (min-width: 768px) {
	#tertiary #text-7, #tertiary #text-8, #tertiary #text-9, #tertiary #text-14 {
		padding-left: 0;
		display: inline-block;
		width: 22%;
		margin-right: 7%;
		vertical-align: top;
		clear: none;
	}
	
	#tertiary #text-7 h2, #tertiary #text-8 h2, #tertiary #text-9 h2, #tertiary #text-14 h2 {
		margin-right: 0;
	}
	
	#tertiary #text-14 {
		float: right;
		margin-right: 0;
		width: auto;
	}
}