/* Custom Reqponsive CSS Code for Brewed In Bellingham. */
/*  COPYRIGHT 2019, STEVEN HOWER DESIGN LLC. All Rights Reserved. */
body {
  padding: 0px;
  margin: 0;
  background: #e7e7e7;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.textalignleft {
	text-align:left;
}
.textalignright {
	text-align:right;
}
.textaligncenter {
	text-align:center;
}

a,
a:link,
a:active {
  text-decoration: none;
  color: inherit;
}

.textlight h1 {
  color: #f5f5f5;
}

.textlight h2 {
  color: #f5f5f5;
}

.textlight h3 {
  color: #f5f5f5;
}

.textlight p {
  color: #f5f5f5;
}

.textdark h1 {
  color: #004e5e;
}

.textdark h2 {
  color: #004e5e;
}

.textdark h3 {
  color: #004e5e;
}

.textdark p {
  color: #004e5e;
}

.panelwhite {
	background:#f7f7f7;
}

.panelcontact {
  background: url() fixed center center no-repeat;
  background-size: cover;
}

.paneldark {
	background:#004e5e;
}

.section {
  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding: 0px 5%;
}

.head {
  background: #fff;
  padding-top: 8px;
  padding-bottom: 0px;
  border-bottom:solid 4px #00c8b8;
}

.head-left {
  width: 30%;
  height: auto;
  float: left;
  text-align: left;
}

.menu {
  display:none;
  background:#004e5e;
  border-bottom:solid 4px #004e5e;
}

.menu p {
  font-weight:700;
  width:100%;
  height:auto;
  padding:10px;
  line-height:0.5em;
}

.menu img {
	display:inline;
	max-width: 30px;
	height:auto;
	float:left;
	margin-right:10px;
	margin-top:-10px;
}

.body {
  background: url(https://WanderHospitality.com/images/wander-hospitality-background-main-01.jpg) fixed top center no-repeat;
  background-size: cover;
}

.finish {
  background: #004e5e;
  padding-top: 60px;
  padding-bottom: 80px;
  border-top:solid 4px #00c8b8;
}

.linebreak {
	width:30%;
	height:4px;
	background:#00c8b8;
	border-radius:1px;
	margin-top:40px;
	margin-bottom:0px;
	margin-right:70%;
}

.linebreakdark {
	width:30%;
	height:4px;
	background:#004e5e;
	border-radius:1px;
	margin-top:40px;
	margin-bottom:0px;
	margin-right:70%;
}

.fourth img {
	width:80%;
	max-width:280px;
	margin-right:10%;
	height:auto;
}

.mailmunch-forms-widget-1040522 iframe {margin-bottom:-10px;}
.mailmunch-forms-widget-1041835 iframe {margin-bottom:-10px;}

/* RESPONSIVE RULES: DESKTOP or TABLET */

/* RESPONSIVE RULES: Desktop */
@media screen and (min-width: 951px) {
  h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0px;
  }
  .iconinline {
	width: 50px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
	margin-bottom:10px;
  }
  h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0px;
  }
  h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0px;
  }
  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    /* margin-bottom: 0px; */
  }
  .head-left img {
    max-width: 70px;
    height: auto;
  }
  .head-right-desktop {
    width: 70%;
    height: auto;
    float: right;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 0px;
  }
  .head-right-desktop img {
	width: 26px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
	margin-bottom:4px;
  }
  .head-right-desktop a {
    padding: 0px 6px;
    color: #004e5e;
  }
  .head-right-desktop a:hover {
    color: #00c8b8;
  }
  .head-right-mobile {
    display: none;
  }
  .body {
    padding-top: 150px;
    padding-bottom: 170px;
  }
  .panelwhite, .panelgold, .paneldark {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .fourth {
    width: 20%;
	padding-right: 5%;
    height: auto;
    float: left;
    text-align: left;
  }
	.getstarted-left {
		width:65%;
		height:auto;
		margin-right:5%;
		float:left;
	}
	.getstarted-right {
		width:30%;
		height:auto;
		float:left;
	}
}

/* RESPONSIVE RULES: Mobile */
@media screen and (max-width: 950px) {
  h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
  }
  .iconinline {
	width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
	margin-bottom:8px;
  }
  h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
  }
  h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
  }
  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
  }
  .head-left img {
    max-width: 55px;
    height: auto;
  }
  .head-right-desktop {
    display: none;
  }
  .head-right-mobile {
    width: 70%;
    height: auto;
    float: right;
    text-align: right;
  }
  .head-right-mobile img {
    max-width: 60px;
    height: auto;
  }
  .body, .panelwhite, .panelgold, .paneldark {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .fourth {
    width: 100%;
	margin-bottom:20px;
    height: auto;
    float: left;
    text-align: left;
  }
	.getstarted-left {
		width:100%;
		height:auto;
		float:left;
	}
	.getstarted-right {
		width:100%;
		height:auto;
		float:left;
	}
}

/* ----- FORM ----- */
input[type="text"], input[type="email"] {
  background:rgba(255,255,255,0.95);
  -webkit-border-radius:0; 
  border-radius:0;
}
textarea {
  position:relative;
  margin:auto;
  width:98%;
  height:7em;
  margin-top:10px;
  margin-bottom:10px;
  padding:1%;
  border:none;
  background:rgba(255,255,255,0.95);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight:700;
  line-height: 1.5em;
  -webkit-border-radius:0; 
  border-radius:0;
}
input[type="submit"] {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  margin-top:10px;
  margin-bottom:10px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: none;
  border-bottom: 3px solid #232323;
  font-weight: bold;
  font-size:16px;
  background:#00c8b8;
  color: #fff;
  -webkit-border-radius:0; 
  border-radius:0;
}
input[type="submit"]:hover {
  background:#00c8b8;
  -webkit-border-radius:0; 
  border-radius:0;
}
input[type="submit"]:active {
  background:#00c8b8;
  -webkit-border-radius:0; 
  border-radius:0;
}
@media only screen and (min-width: 901px) {
  form {
	width:100%;
  }
  input[type="text"], input[type="email"] {
    position:relative;
    margin:auto;
    width:98%;
    padding:1%;
    border:none;
    font-weight:700;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
  }
}
@media only screen and (max-width: 900px) {
  input[type="text"], input[type="email"] {
    position:relative;
    margin:auto;
    width:98%;
    padding:1%;
    border:none;
    font-weight:bold;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
  }
}
/* ----- FORM ----- */

/* CLEARFIX RESPONSIVE MAGIC CSS */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

