/*
Theme Name: DW Timeline Pro
Theme URI: http://www.designwall.com/wordpress/themes/dw-timeline-pro/
Author: DesignWall
Author URI: http://www.designwall.com
Description: Timeline WordPress Theme
Version: 1.0.5
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dw-timeline
Domain Path: /languages/
Tags: responsive-layout, blue, light, two-columns, left-sidebar, right-sidebar
*/

.btn-green {
  color: #fff;
  background-color: #288228;
  border-color: #288228;
  margin-top: 12px;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
  color: #fff;
  background-color: #288228;
  border-color: #288228;
}


.banner.cover:before {
	opacity: 0.5;
	background: #297827;
}

.style-default .banner hgroup:after {
	background-color: transparent !important;
}

.home .banner hgroup:after {
	/*content: normal;
	opacity: 0;
	background-image: url('img/logo.png') no-repeat;*/
	content: "";
	display: block;
	background: transparent url('img/logo.png');
	width: 400px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	z-index: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}
@media(max-width: 768px){
	.home .banner hgroup:after {
		width: 350px;
		height: 350px;
		margin-left: -175px;
		margin-top: -175px;
		background: transparent url('img/logo.png') center center;
		background-size: cover;
	}
}

.methodimage {
	max-width: 200px; 
	margin-right: 20px; 
	margin-bottom: 20px; 
	float: left;
}

.banner .page-title {
	text-transform: capitalize;
}