/*!
 * Small changes by Edward Unthank, owner/founder of Etumos
 * https://etumos.com
 * 2017
 *
 * Moss: #b3c089
 * Dusty Gray: #989c94
 * Sea Green: #637b76
 * 
 * Dark Sea Green: #0d2b20
 * Dark Dusty Gray: #837f7b
 *
 */
 
 /* some new color overrides for ourselves */
.navbar-custom .navbar-brand,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover ,
.text-primary, 
a { 
	color: #637b76;
 }
 .btn-xl ,
 .btn-primary,
 .btn-xl.active, 
 .btn-xl:active, 
 .btn-xl:focus, 
 .btn-xl:hover, 
 .open .dropdown-toggle.btn-xl { 
	 background-color: #b3c089;
	 border-color: #b3c089;
 }
.navbar-custom .navbar-nav>.active>a,
.navbar-custom .navbar-nav>.active>a:focus, 
.navbar-custom .navbar-nav>.active>a:hover,
.timeline>li .timeline-image {
	background-color: #b3c089;
}

.navbar-brand img { 
	width: 225px; 
	padding-top: 2px;
	padding-bottom: 2px;
}
.navbar-brand { 
	padding: 0 15px;
}
.navbar-custom { 
	background-color: #0d2b20;
	background-color: rgba(13, 43, 32, .75);
}


/* global */
section#contact {
  background-image: url('../img/map-image-cc.png');
}
header {
    background-image: url('../img/sequim-bg.jpg');
}

.round {
    border-radius: 50%;	
}

.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton[type="submit"],
.mktoForm button,
.mktoForm .btn {
	background-color: #b3c089;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 17px 15px;
	border-radius: 3px;
	letter-spacing: .1em;
	margin-bottom: 13px;
	-ms-transition: background-color .1s;
	-moz-transition: background-color .1s;
	-webkit-transition: background-color .1s;
	transition: background-color .1s;
}

.mktoForm .btn-clear-white {
	border: 1px solid #ffffff;
	background: transparent;
}

.mktoForm .btn-clear-yellow {
	color: #b3c089 !important;
	border: 1px solid #b3c089;
	background: transparent;
}

.mktoForm .btn-small {
	padding: 8px 10px;
}

.mktoForm button:hover,
.mktoForm .btn:hover {
	color: #ffffff;
	background-color: #5e9b7a;
}

.mktoForm .btn-clear-white.btn-selected,
.mktoForm .btn-clear-white:hover {	
	background: #ffffff;
	color: #cccccc;
}

.mktoForm .side-headline-container {
	overflow: hidden;
}

.mktoForm .side-headline {
	position: relative;
	top: -10px;
	height: 0px;
	border: 1px solid transparent;
	margin-bottom: -1px;
}

.mktoForm .side-headline span {
	padding-top: 6px;
	padding-right: 34px;
	position: relative;
	width: 50%;
	margin-top: 50%;
	display: block;	
	color: #b3c089;
	text-align: right;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1;

}

.no-csstransforms .side-headline {
	top: 0;
	height: auto;
	margin-bottom: 30px;
}

.no-csstransforms .side-headline span {
	transform: none;
	position: static;
	width: auto;
	padding: 0;
	margin-top: 0;
	text-align: left;
}

.div-link {
	position: relative;
	cursor: pointer;
}

.div-link a span {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}

.bg-tinted {
	background-blend-mode: luminosity;
	position: relative;
}

.bg-tinted:after {
  content: "";
  background: rgba(70,115,91,.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1; 	
  width: 100%;
  height: 100%;
}

.bg-tinted * {
	z-index: 2;
	position: relative;
}	
 
/* forms */
textarea,
input[type=tel],
input[type=email],
input[type=text] {
	background: transparent;
	border: 3px solid #5e9b7a;
	color: #9ccbb2;
	padding: 10px !important;
	font-size: 22px;
	line-height: 25px;
}

input.mktoField::-webkit-input-placeholder {
color: #697030 !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #697030 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #697030 !important;  
}
input:-ms-input-placeholder {  
color: #697030 !important;  
}

.bg-accent input {
	color: #ffffff !important;
}

.mktoForm {
	color: #b3c089;	
	width: 500px !important;
	padding: 0 !important;
}

.mktoForm,
.mktoForm input {
	font-family: "ApercuPro",Arial,sans-serif !important;
}

.mktoForm fieldset {
	border: none;
	padding: 0 !important;
}

.mktoLabel {
	font-weight: normal !important;
	font-size: 18px;
	color: #b3c089 !important;	
	float: none !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 6px !important;
	display: block;
	width: 100% !important;
}

.mktoField {
	float: none !important;
	font-size: 18px !important;
}

.mktoForm .mktoFieldWrap {
	float: none !important;
}

input[type=tel].mktoField,
input[type=email].mktoField,
input[type=text].mktoField {
	width: 100%;
	width: calc(100% - 7px) !important;

}

textarea.mktoField {
	width: 100% !important;
	height: 8em !important;
}

.mktoForm {
	margin: auto;
}

.mktoFieldDescriptor .mktoOffset {
	display: none;
}

.mktoAsterix {
	display: none !important;
}

.mktoLabel + .mktoGutter {
	display: none;
}

.mktoFormCol .mktoFormCol {
	width: 50%;
}

.mktoFormCol .mktoFormCol:nth-child(2) .mktoField {
	width: 100% !important;
}

.mktoFormCol {
	width: 100%;
}

.mktoButtonRow {
	text-align: center !important;
	width: 100%;
}

.mktoButtonWrap {
	margin-left: 0 !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	background: #b3c089 !important;
	font-size: 14px !important;
	border: none !important;	
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
	float: right;
	width: 74%;
	position: relative;
	top: -18px;
}

.mktoForm .mktoRadioList > input,
.mktoForm .mktoCheckboxList > input {
	float: left;
	clear: both;
	width: 20%;
	display: block;
	height: 20px;
}

.contact-form > .mktoFormRow > .mktoFormCol > .mktoFormRow:last-child > .mktoFormCol {
	width: 100%;
}

.newsletter-form input[type=email] {
	border-color: #ffffff !important;
}

.mktoForm input[type="url"], .mktoForm input[type="text"], .mktoForm input[type="date"], .mktoForm input[type="tel"], .mktoForm input[type="email"], .mktoForm input[type="number"], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
	height: auto !important;
}

.newsletter-form {
	width: 360px  !important;
	display: none;	
}

.newsletter-form .mktoLabel {
	display: none;
}

.newsletter-form .mktoField {
	color: #697030 !important;
	border-color: #ffffff !important;
	margin-bottom: 0 !important;
}

.newsletter-form fieldset {
	margin-bottom: 0 !important;
}

.newsletter-form .mktoButtonRow {
	width: 0%;
	display: inline-block;
	float: right;	
	height: 0;
}

.newsletter-form .mktoButtonWrap.mktoSimple button.mktoButton[type="submit"] {
	background: #9da651 !important;
	float: right;
	position: relative;
	top: -60px;
}

.newsletter-form > div:nth-child(18),
.newsletter-form > div:nth-child(12) {
	display: none;
} 

.newsletter-form .mktoFormRow {
	width: 81%;
	display: inline-block;
	float: left;
	clear: none !important;
}

.newsletter-form .mktoFormRow .mktoFormCol {
	width: 100% !important;
}

.mktoButtonWrap.mktoSimple button.mktoButton[type="submit"]:hover {
	background: #5e9b7a !important;
	color: #ffffff;	
}

/* Forms p2 */

.mktoField {
padding:500px}

header .intro-text .intro-description {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 50px;
}
header .intro-text .intro-heading { margin-bottom: 25px;}


@media (min-width: 768px) {
	
  header .intro-text .intro-description {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 50px;
  }
	
	}

/* CONTACT US Form CSS Hacks. Not the prettiest code, and definitely needs to be improved later. */

@media only screen and (min-width : 480px){

button.mktoButton[type=submit] {
    padding: 12px 82px!important;
    background-color: #2d5c88!important;
    color: #ffffff;
    border-color: #2d5c88!important;
    background-image: none!important;
}

.mktoFormRow {
    margin-bottom: 12px!important;
}

.mktoAsterix {
    display: none!important;
}

label.mktoLabel.mktoHasWidth[for=LastName], label.mktoLabel.mktoHasWidth[for=Company] {
    padding-left: 25px;
    margin-right: -25px;
}

.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm textarea {
    padding: 8px!important;
}

textarea#Inquiry_Hand_Raise_Form__c {
    min-height: 150px;
}

label.mktoLabel.mktoHasWidth {
    padding-top: 11px!important;
}

}



/* SMALL FIXES AND TWEAKS*/


