/*
	Theme Name: DPTC
*/
/* ---------------------------
    Reset
--------------------------- */
*,
*:before,
*:after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td {  vertical-align: top; }
th { text-align: left; }
nav li { display:block; list-style:none; }
img { display:block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:30px;padding:5px;margin-bottom:10px;font-size:14px;line-height:1;color:#555555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle;width:100%;}
textarea{height:auto;padding:4px 6px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:25px;*margin-top:4px;line-height:1;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/* ---------------------------
    General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
}
hr {
	display:none;
}
body {
	background: #fff  url('images/background.jpg') center no-repeat;
	background-size: cover;
	color: #646464;
	font: normal 15px/1.6 'Lato', sans-serif;
}
p {
	padding: 0 0 20px 0;
}
a {
	color: #77b756;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.3;
}

h1 {
	padding: 30px 0 30px 30px;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
h2 {
	padding: 10px 0 20px;
	font-size: 22px;
	color: #77b756;
	text-transform: uppercase;
}
h3 {
	padding-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3391c8;
}
h4 {
	color: #77b756;
}
ul {
	margin-left: 18px;
	padding-bottom: 10px;
}
ul li {
	padding: 0;
	line-height: 1.5;
}
/* ---------------------------
    Layout
--------------------------- */
#header {
	position: relative;
	padding: 30px 0 50px;	
}
#header .logo {
	display: block;
}
#header .logo-enterprise {
	position: absolute;
	width: 200px;
	top: 25px;
	right: 0;
	display: block;
}

#nav {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#nav li {
	display: inline-block;
	padding-left: 30px;
}
#nav a {
	color: #646464;
	text-transform: uppercase;
}
#nav a:hover {
	color: #949494;
}
#nav .current_page_item a {
	color: #77b756;
}
#nav.active ul {
	display: block;
}

#main {
	min-height: 600px;
	padding-bottom: 50px;
}
#main .header {
	margin: 0 -30px 30px;
	background-color: #77b756;
}

#sidebar h3 {
	padding-bottom: 0;
}

#footer {
	margin: 0 -30px;
	padding: 30px;
	background-color: #363839;
	font-weight: 300;
}
#footer .social li {
	padding: 0 5px;
}
#footer .social a i {
	font-size: 35px;
	color: #9b9b9b;
}
	#footer .social a:hover i {
		color: #fff;
	}
#footer h3 {
	color: #fff;
}
#footer p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
#footer a {
	color: #fff;
}
#footer i {
	font-size: 18px;
	color: #9b9b9b;
}

#footer input {
	float: left;
}
#footer input[type=text] {
	width: 70%;
	height: auto;
	margin-right: 3%;
	padding: 0 8px;
	line-height: 28px;
	font-size: 14px;
}
#footer input[type=text]:active,
#footer input[type=text]:focus {
	border-color: #a0ce4e;
	-webkit-box-shadow: 0px 0px 15px 0px #a0ce4e;
	-moz-box-shadow: 0px 0px 15px 0px #a0ce4e;
	box-shadow: 0px 0px 15px 0px #a0ce4e;
}
#footer input[type=submit] {
	width: 27%;
	padding: 0;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: .8px;
	background-color: #77b756;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
}
#footer input[type=submit]:active,
#footer input[type=submit]:focus {
	background-color: #a0ce4e;
	border: none;
}
#footer input[type=submit]:hover {
	background-color: #a0ce4e;
	-webkit-box-shadow: 0px 0px 25px 0px #a0ce4e;
	-moz-box-shadow: 0px 0px 25px 0px #a0ce4e;
	box-shadow: 0px 0px 25px 0px #a0ce4e;
}

.copyrights {
	text-align: center;
	padding: 10px;
	font-size: 12px;
}
.copyrights a {
	color: #3593C6;
}


/* ---------------------------
    Specific
--------------------------- */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}

.menu-bars {
	display: none;
	width: 100%;
	height: 50px;
	background-color: #77b756;
	background-image: url('images/mobile-menu-icon-open.png');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5000;
}
.active .menu-bars {
	background-image: url('images/mobile-menu-icon-close.png');
}

.secondary {
	margin: 0 0 30px;
	color: #77b756;
}
.secondary li {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
	list-style-position: inside;
}
.secondary li a {
	color: #646464;
}
.secondary li.current_page_item a,
.secondary li a:hover {
	color: #77b756;
}
.lead {
	padding: 30px;
	border-top: 3px solid #a0ce4e;
	background-color: #f6f6f6;
	font-size: 16px;
	font-weight: 300;
}
.lead .btn {
	text-align: right;
	padding-top: 10px;
}

.content {
	padding: 10px 0;
}

.partners {
	padding: 0 0 20px 0;
	border-bottom: 2px solid #f6f6f6;
}
.partners h3 {
	margin-bottom: 10px;
}
.partners:last-of-type {
	padding: 20px 0 0 0;
	border-bottom: none;
	border-top: 2px solid #f6f6f6;
}
.news h4,
.news p {
	margin-left: -20px;
}
.news a p {
	color: #646464;
}

.news-events {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #b1b1b1;
}
.news-events .date {
	padding-bottom: 25px;
	font-style: italic;
	color: #9ecf5d;
	font-weight: 300;
}
.news-events .more {
	padding-top: 10px;
}
.news-events .more a {
	font-weight: bold;
	color: #77b756;
}
.news-events h2 {
	padding: 0;
}
.news-events .attachment-thumbnail {
	width: 100%;
}

.pagination {
	text-align: center;
}
.pagination li {
	display: inline-block;
	padding: 0 3px;
}
.pagination li a {
	padding: 5px 8px;
	border: 1px solid #b1b1b1;
}
.pagination .active a {
	color: #77b756;
}

.btn a {
	display: inline-block;
	padding: 0 50px;
	background-color: #77b756;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn a:hover {
	background-color: #a0ce4e;
}

.social {
	margin: 0;
}
.social li {
	display: inline-block;
	padding: 5px 10px 5px 0;
}
.social a {
	font-size: 30px;
	color: #646464;
}
	.social a:hover {
		color: #949494;
	}
	
.content.v-cart h3 {
	display: block;
	padding: 6px 0 6px 10px;
	margin: 20px 10px 10px 0;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	background-color: #77b756;
	color: #fff;
	border-radius: 2px;
}
.content.v-cart .img-col {
	padding: 0;
}
.content.v-cart img {
	border-radius: 6px;
}
.content.v-cart form select {
	float: left;
	margin-right: 20px;
	width: 200px;
	height: 36px;
}
@media (min-width: 490px) {
	.content.v-cart .grid-item {
		width: 50%;
		min-height: 250px;
	}
}


/* ---------------------------
    Pages
--------------------------- */
.page-home .content {
	padding: 20px 0;
}

.page-contact #map_canvas {
	height: 400px;
}


/* ---------------------------
    Grid
--------------------------- */
.container {
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	padding: 0 20px;
}

.row {
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.row:before,
.row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}

.row [class^="col"] {
	float: left;
	display: block;
	padding: 0 15px;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666666666666%;
}
.col10 {
	width: 83.33333333333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666666666666%;
}
.col7 {
	width: 58.333333333333336%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666666666667%;
}
.col4 {
	width: 33.33333333333333%;
}
.col3 {
	width: 25%;
}
.col2 {
	width: 16.666666666666664%;
}
.col1 {
	width: 8.333333333333332%;
}

/* ---------------------------
    Plugins
--------------------------- */
@media (max-width: 1019px) {
	.lead .row {
		margin-left: 0;
		margin-right: 0;
	}
	.lead .row [class^="col"] {
		width: 100%;
		float: none;
		margin-bottom: 0;
		padding: 0;
	}
}
@media (max-width: 810px) {
	#header {
		padding: 0;
	}
	#header .logo-enterprise {
		display: none;
	}
	#header .logo img {
		margin: 0 auto;
	}
	
	#nav {
		position: static;
		margin: 0 -30px;
		padding: 0;
	}
	#nav ul {
		display: none;
		margin: 0;
		padding: 0;
		
	}
	#nav li {
		display: block;
		text-align: center;
		padding: 0;
	}
		#nav li:hover {
			background-color: #a0ce4e;
		}
		#nav li:hover a {
			color: #fff;
		}
		
	#nav .current_page_item a,
	#nav a {
		display: block;
		color: #fff;
		padding: 10px 0;
		background-color: #77b756;
		border-top: 2px solid #a0ce4e;
	}
	
	#main .header {
		margin-top: 20px;
	}
	
	.menu-bars {
		display: block;
	}
	#header .social {
		display: none;
	}
}
@media (max-width: 767px) {
	
	#nav {
		margin: 0;
	}
	
	#main .header {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.container {
		padding: 0;
	}
	#main,
	#footer {
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer {
		text-align: center;
	}
	#footer h3 {
		padding-top: 30px;
	}
	#footer i {
		font-size: 30px;
	}
	#footer .row [class^="col"] {
		margin-bottom: 0;
	}
	
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.row [class^="col"] {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding: 0;
	}
	
	h2,
	h3,
	h4 {
		text-align: center;
	}
	
	.content img {
		margin: 0 auto;
	}
	
	.news-events {
		text-align: center;
	}
	.news .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.news .row [class^="col"] {
		float: left;
		display: block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.news .row .col4 {
		width: 33.33333333333333%;
	}
	.news .row .col8 {
		width: 66.66666666666666%;
	}
}

@media (max-width: 569px) {

	.news .row {
		margin-left: 0;
		margin-right: 0;
	}
	.news .row [class^="col"] {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding: 0;
	}
	.news p {
		margin: 0;
	}
	
	.content.v-cart .grid-item {
		width: 100%;
		min-height: 10px;
	}

	.content.v-cart form select,
	.content.v-cart form button{
		width: 100%;
	}
}


/* ---------------------------
    Plugins
--------------------------- */

/* Contact Form 7 */
.wpcf7 {
	margin-right: 10%;
	float: left;
	width: 100%;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 p { 
	position: relative; 
	padding: 0 0 5px 0;
}
.wpcf7 label {
	display: block;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 5px;
}
.wpcf7 p strong { 
	color: #f95900; 
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 p input,
.wpcf7 p textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color: #e7e7e7;
	background-color: #f1f1f1;
}
.wpcf7 p input:focus,
.wpcf7 p input:active,
.wpcf7 p textarea:focus,
.wpcf7 p textarea:active {
	border-color: #a0ce4e;
	-webkit-box-shadow: 0px 0px 3px 0px #a0ce4e;
	-moz-box-shadow: 0px 0px 3px 0px #a0ce4e;
	box-shadow: 0px 0px 3px 0px #a0ce4e;
	background-color: #fcfcfc;
}
.wpcf7 p input {
	height: 35px;
}
.wpcf7 textarea {
	height: 120px;
	resize: vertical;
}
.content.v-cart form button,
.content.v-cart form button:focus,
.wpcf7 p .wpcf7-submit,
.wpcf7 p .wpcf7-submit:focus {
	display: block;
	margin: 0 0 30px 0;
	padding: 8px;
	width: 120px;
	background: #77b756;
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
}
.content.v-cart form button:hover,
.content.v-cart form button:focus,
.wpcf7 p .wpcf7-submit:hover,
.wpcf7 p .wpcf7-submit:focus {
	background-color: #a0ce4e;
	-webkit-box-shadow: 0px 0px 5px 0px #a0ce4e;
	-moz-box-shadow: 0px 0px 5px 0px #a0ce4e;
	box-shadow: 0px 0px 5px 0px #a0ce4e;
}
.wpcf7-response-output { 
	padding: 15px 5%;
	width: 100%;	
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok { 
	background: #398f14; 
	color: #fff;
} 
.wpcf7-display-none { 
	display: none; 
} 
.wpcf7-validation-errors { 
	background: #b00; 
	color: #fff; 
} 
.wpcf7-not-valid-tip { 
	-webkit-border-radius: 0 10px 10px 10px; 
	-moz-border-radius: 0 10px 10px 10px; 
	border-radius: 0 10px 10px 10px; 
	position: absolute; 
	top: 45px; 
	z-index: 100; 
	display: block; 
	color: #fff; 
	background: #d00; 
	padding: 5px 20px; 
	border: none; 
	right: -20px; 
	width: auto; 
} 
.wpcf7-not-valid-tip-no-ajax { 
	color: #f00; 
	display: block; 
} 
.ajax-loader { 
	border: none; 
	vertical-align: middle;  
	display: block; 
	float: right;
}
