/* CSS Document */

body {
	font-family: 'Comfortaa';
	font-size: 16px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
.mobileMenuBtn {
	display: none;
}

img {
	max-width: 100%;
	height: auto!important;
}

.tdd-heroimage {
	position: fixed;
	background: #333;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.tdd-heroimage .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}

.tdd-pagearea {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
	justify-content: center;
}
.tdd-innerarea {
	max-width: 1200px;
	backgroud: #f00;
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0 100px 0;
	margin: 0 auto;
}
.tdd-leftcol, .tdd-rightcol {
	width: 44%;
	margin: 0 3%;
}
.tdd-leftcol h1, .tdd-rightcol h1, #tdd-contactform h2 {
	position: relative;
	background: #88bf45;
	border: 2px solid #fff;
	border-radius: 9px;
	line-height: 1.2em;
	padding: 9px 18px;
	font-size: 1.6em;
	font-weight: 700;
	color: #fff;
}
.tdd-logopanel {
	text-align: center;
	margin-bottom: 20px;
}
.entry-content {
	padding: 10px 30px;
	background: rgba(255,255,255,0.85);
	border-radius: 9px;
}
.tdd-footer {
	background-color: #88bf45;
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
}
.tdd-footermenu {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.tdd-footermenu .menu-item a, .tdd-footermenu .sub-inner .formbtn, #tdd-contactform input[type=submit] {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	background-color: #88bf45;
	border-radius: 10px;
	margin: 5px 10px;
	padding: 5px 10px;
	display: block;
	transition: background-color 1s;
	cursor: pointer;
	border: none;
	font-size: 1em;
	font-family: 'Comfortaa';
}
.tdd-footermenu .menu-item {
	position: relative;
}
.tdd-footermenu .menu-item:hover > .sub-menu {
	display: block;
}
.tdd-footermenu .menu-item a:hover, .tdd-footermenu .current-menu-item > a, .tdd-footermenu .current-menu-parent > a, .tdd-footermenu .sub-inner .formbtn, #tdd-contactform input[type=submit]  {
	background-color: #2E8330;
	transition: background-color 0.3s;
}
.tdd-footermenu .sub-menu {
	display: none;
	position: absolute;
	bottom: 82px;
	list-style: none;
	width: 250px;
	background-color: #88bf45;
	border-radius: 9px;
	transform: translateX(-25%);
	padding: 10px 0;
	border: 2px solid #fff;
}
.tdd-footermenu .sub-menu:before {
	content: '\f0d7';
	font-family: fontawesome;
	font-size: 6em;
	color: #88bf45;
	position: absolute;
	bottom: -40px;
	height: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	background: transparent;
}
.tdd-footermenu .sub-inner {
	padding: 10px 20px 10px;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tdd-number {
	width: 100%;
	display: block;
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #fff;
}
.tdd-number:hover {
	background: none!important;
}
.tdd-footermenu .sub-inner strong {
	display: block;
	margin-bottom: 9px;
}
.tdd-footermenu .sub-inner .formbtn, #tdd-contactform input[type=submit] {
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	transition: 1s;
	position: relative;
	z-index: 10;
}
.tdd-footermenu .sub-inner .formbtn:hover, #tdd-contactform input[type=submit]:hover {
	background: #fff!important;
	color: #2E8330;
	transition: 0.3s;
}
.tdd-fullwidthimage img, img.size-medium {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 9px;
	border-radius: 3px;
}
.tdd-fullwidthimage p {
	margin: 0;
}
.tdd-servicemenu {
	list-style: none;
	text-align: right;
	width: 100%;
	padding: 0;
}
.tdd-servicemenu li {
	margin-bottom: 0;
}
.tdd-servicemenu a {
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
	background: transparent;	
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 2px 2px #333;
	font-weight: 700;
	font-size: 1.2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tdd-servicemenu a:hover:after, .tdd-servicemenu .current-menu-item a:after {
	content: '\f0da';
	font-family: fontawesome;
	color: rgba(255,255,255,0.85);
	position: absolute;
	right: -25px;
	font-size: 3em;
}
.tdd-servicemenu a:hover, .tdd-servicemenu .current-menu-item a {
	color: #2E8330;
	text-shadow: none;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=1 ); /* IE6-9 */
}
#tdd-contactform {
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 199;
	display: flex;
	justify-content: center;
	align-items: center;
}
#tdd-contactform.hidden {
	display: none;
}
#tdd-contactform .tdd-forminner {
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 600px;
	background: #88bf45;
	border: 2px solid #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	color: #fff;
	padding: 0 20px;
	border-radius: 9px;
	position: relative;
}
#tdd-contactform .tdd-forminner input[type=text], #tdd-contactform .tdd-forminner input[type=email], #tdd-contactform .tdd-forminner textarea {
	width: 100%;
	padding: 9px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 9px;
}
#tdd-contactform .closeContactBtn {
	position: absolute;
    right: 6px;
    color: #2E8330;
    background: #fff;
    /* padding: 3px 2px 1px; */
    width: 30px;
    height: 31px;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    top: 8px;
    line-height: 33px;
	cursor: pointer;
}
#tdd-contactform .closeContactBtn:hover {
	color: #fff;
    background: #2E8330;
}
#tdd-social {
	position: fixed;
	bottom: 6px;
	right: 0;
	display: flex;
	z-index: 101;
}
#tdd-social a {
	color: #2E8330;
	text-decoration: none;
	margin: 0 9px 0 0;
	font-size: 3em;
}
#tdd-social a:hover {
	color: #fff;
}
.tdd-review, .entry-content blockquote {
	padding: 20px;
	background: #88bf45;
	color: #fff;
	border: 2px solid #fff;
	margin-bottom: 40px;
	position: relative;
	border-radius: 9px;
}
.tdd-review:after, .entry-content blockquote:after {
	content: '\f0d7';
	font-family: fontawesome;
	font-size: 6em;
	color: #88bf45;
	position: absolute;
	bottom: -40px;
	height: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	background: transparent;
}
.tdd-review img, .entry-content blockquote img {
	margin-bottom: 9px;
}
.entry-content blockquote {
	margin: 0;
}
.tdd-author {
	text-align: right;
	font-weight: 700;
	margin-top: 9px;
}
.fixme {
	position: sticky;
	top: 20px;
}
.showMobile {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.tdd-footermenu {
		justify-content: flex-start;
		padding: 0;
	}
	.tdd-innerarea {
		padding-top: 20px;
	}
	.tdd-heroimage .slide {
		background-size: auto 1080px;
	}
}
@media only screen and (max-width: 850px) {
	.tdd-footermenu .menu-item a, .tdd-footermenu .sub-inner .formbtn, #tdd-contactform input[type=submit] {
		margin: 5px;
		padding: 5px;
	}
}
@media only screen and (max-width: 667px) {
	.showMobile {
		display: block;
	}
	#tdd-contactform .tdd-forminner {
		max-height: 90vh;
		width: 95vw;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.tdd-footermenu {
		display: none;
	}
	.tdd-footermenu.mobileOpen {
		display: block;
	}
	.tdd-footermenu .sub-menu {
		display: none!important;
	}
	.mobileMenuBtn {
		display: block;
		padding: 12px 0 12px 20px;
		color: #2E8330;
		font-size: 1.2em;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
	}
	#tdd-social {
		font-size: 0.7em;
	}
	#tdd-social a {
		margin: 0 18px 0 0;
	}
	.tdd-innerarea {
		flex-direction: column;
		align-items: center;
	}
	.tdd-leftcol, .tdd-rightcol {
		width: 95%;
		margin: 0;
	}
	.tdd-servicemenu {
		display: flex;
		align-items: center;
		margin-bottom: 25px;
	}
	.tdd-servicemenu li {
		margin: 0 4px;
	}
	.tdd-servicemenu a {
		background: #88bf45;
		border: 2px solid #fff;
		text-align: center;
		display: flex;
		flex-direction: column;
		border-radius: 9px;
		white-space: nowrap;
	}
	.tdd-servicemenu a:hover:after, .tdd-servicemenu .current-menu-item a:after { 
		content: '\f0d7'!important;
		right: auto!important;
		left: 0;
		bottom: -22px!important;
		font-size: 2em!important;
		width: 100%;
		text-align: center;		
	}
	.tdd-servicemenu a:hover, .tdd-servicemenu .current-menu-item a {
		background: #2E8330;
		color: #fff;
	}
	.menu-services-container {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.tdd-heroimage .slide {
		background-size: auto 900px;
	}
}