/*

Theme Name: Boathouse Design Studio

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

ul,
li {
  list-style: none; }

h1,
h2,
h3
h4 {
  padding: 0;
  margin: 0; }

select {
  width: 100%; }


::selection {
  background-color: #404952;
  color: white; }

::-moz-selection {
  background-color: #404952;
  color: white; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  background-color: #f0efef;
  font-size: 1.0625rem;
  font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	font-style: normal;
  color: #404952; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

a {
  color: #404952;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

.button {
  display: inline-block;
  background: #404952;
  color: #fff;
  font-family: 'brandon-grotesque', serif;
  font-weight: 700;
  font-size: 23px;
  padding: 8px 20px;
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out; }
  .button:hover {
    background: #c6c8c6;
    color: #404952;
    transition: all 0.3s ease-in-out; }

.button-action {
  display: block;
  background: #fff;
  color: #fff;
  font-size: 16px;
  padding: 0 6px;
  border: 0;
  border-radius: 4px;
  transition: all 0.3s ease-in-out; }
  .button-action:hover {
    background: #000;
    transition: all 0.3s ease-in-out; }

.headline {
  max-width: 475px;
  text-align: center;
  margin: 0 auto; }
  .headline h1 {
    font-family: 'stencil-creek', serif;
    font-weight: 500;
    font-size: 43px;
    text-transform: uppercase;
    padding-bottom: 40px; }
  .headline p {
    font-size: 19px; }

.logo {
  text-align: center;
  padding-top: 42px;
  margin: 0 auto;
  max-width: 150px;}

.navbar {
  padding: 45px 0; }

.nav > li {
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  line-height: 30px;
  font-family: 'brandon-grotesque', serif;
  font-weight: 700;
  font-size: 16px;
  color: #626262;
  text-transform: uppercase;
  padding: 10px 10px;
  border-bottom: 1px solid #d4d4d4;
  transition: all .3s ease-in-out; }

.nav > li:last-child > a {
  border: none; }

.navbar-header {
  text-align: center; }

.toggle {
  position: relative;
  width: 65px;
  height: 40px;
  background-color: #f0efef;
  padding: 4px 0;
  cursor: pointer;
  border: none; }
  .toggle:hover {
    background: #404952; }

.toggle:focus {
  outline: none; }

.toggle > span {
  display: block;
  width: 35px;
  height: 2px;
  background: #404952;
  margin: auto;
  margin-bottom: 8px; }
  .toggle > span:last-child {
    margin-bottom: 0; }

/*.toggle:hover > span {
  background: white; }*/

.navcollaps {
  height: 0;
  overflow: hidden;
  /*background: #404952;*/
  padding: 0 5px;
  width: 150px;
  transition: height .5s;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto; }

@media only screen and (min-width: 770px) {
  .toggle {
    display: none; }

  .navcollaps {
    display: block;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible; }

  .nav > li {
    display: inline-block; }

  .nav > li > a {
    color: #404952;
	letter-spacing: 2px;
    padding: 0;
    margin-right: 80px;
    border: none; }
    .nav > li > a.active::after {
      content: ' ';
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #404952; }

  .nav > li:last-child > a {
    margin-right: 0; }

  .nav > li > a:hover {
    transition: all .3s ease-in-out; }
    .nav > li > a:hover::after {
      content: ' ';
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #404952;
      transition: all .3s ease-in-out; } }
.show {
  height: 250px; }

.slider {
  width: 100%;
  padding-bottom: 70px; }

.slide_viewer {
  height: 530px;
  overflow: hidden;
  position: relative; }

.slide_group {
  height: 100%;
  position: relative;
  width: 100%; }

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%; }

.slide:first-child {
  display: block; }

.slide_buttons {
  text-align: center;
  margin-top: 20px; }
  .slide_buttons a:first-child {
    width: 16px;
    height: 15px;
    background: #b6c4ce;
    position: relative; }
    .slide_buttons a:first-child::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      border-bottom: 9px solid #b6c4ce;
      border-left: 6px solid #f0efef;
      border-right: 6px solid #f0efef;
      width: 7px;
      height: 0; }
    .slide_buttons a:first-child:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      border-top: 8px solid #b6c4ce;
      border-left: 6px solid #f0efef;
      border-right: 6px solid #f0efef;
      width: 7px;
      height: 0; }
  .slide_buttons a:nth-child(3) {
    border-radius: 50%; }
  .slide_buttons a:nth-child(4) {
    width: 0;
    height: 0;
    background: transparent !important;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 15px solid #b6c4ce; }
  .slide_buttons a:nth-child(5) {
    border-top-left-radius: 100%; }

a.slide_btn {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #b6c4ce;
  margin: 0 0.6em;
  transition: all 0.4s ease-in-out; }

.slide_btn.active, .slide_btn:hover {
  background-color: #404952 !important;
  cursor: pointer; }

.slide_buttons a:first-child.active::before {
  border-bottom: 9px solid #404952; }
.slide_buttons a:first-child.active::after {
  border-top: 8px solid #404952; }

.slide_buttons a:nth-child(4).active {
  border-bottom: 15px solid #404952; }

.pageWidth {
  width: 97%;
  margin: 0 auto; }

.sitemap {
  padding: 100px 0; }

.about,
.coworking,
.history,
.news {
  position: relative;
  display: inline-block;
  width: 418px;
  height: 418px;
  color: #404952;
  text-align: center;
  text-transform: uppercase;
  font-family: 'stencil-creek', serif;
  font-weight: 500;
  font-size: 40px;
  overflow: hidden;
  background-size: cover; }
  .about a,
  .coworking a,
  .history a,
  .news a {
    display: block;
    width: 100%;
    height: 100%;
    color: #404952;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	color:rgba(255, 255, 255, 0);
    line-height: 418px;
    transform: translateY(-50%);
    z-index: 3;
    transition: all .3s ease-in-out;
	text-align: center; }
    .about a:hover,
    .coworking a:hover,
    .history a:hover,
    .news a:hover {
      transition: all .3s ease-in-out;
	  }
  .about img,
  .coworking img,
  .history img,
  .news img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }

.about {
  color: white;
  margin-right: 160px; }
  .about a:hover {
    background-color: #404952;
	color: white; }

.coworking {
  border-radius: 50%; }
  .coworking a:hover {
    background-color: #ffd72e;
	color: #404952; }

.history {
  display: inline-block;
  margin-right: 160px; }
  .history a {
    /*position: relative;*/
    line-height: 500px; }
    .history a::after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-left: 209px solid transparent;
      border-top: 418px solid #f0efef;
      z-index: 3; }
    .history a::before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-right: 209px solid transparent;
      border-top: 418px solid #f0efef;
      z-index: 3; }
    .history a:hover {
      background-color: #c6c8c6;
	  color: #404952; }

.news {
  border-top-left-radius: 100%;
  margin-top: 75px; }
  .news a {
    text-indent: 40px;
    line-height: 500px; }
    .news a:hover {
      background-color: #b6c4ce;
	  color: #404952; }

.head__img {
  padding-bottom: 100px; }

.pdf {
  max-width: 475px;
  text-align: center;
  padding-bottom: 128px;
  margin: 0 auto; }
  .pdf p {
    font-size: 19px;
    padding: 40px 0 32px; }

.history__item {
  text-align: center;
  padding-top: 87px; }
  .history__item p {
    padding-bottom: 37px;
	max-width: 866px;
	margin: 0 auto;
 }

.about__owners {
  text-align: center;
  padding-top: 55px; }
  .about__owners p {
    padding-bottom: 35px; }
  .about__owners a {
    font-family: 'brandon-grotesque', serif;
    font-weight: 700;
    text-decoration: underline; }

.about__container {
  padding-bottom: 65px; }

.about__item {
  text-align: center;
  padding-top: 90px; }
  .about__item p {
    max-width: 845px;
    padding-bottom: 40px;
    margin: 0 auto; }

.twitterFollow {
  display: block;
  font-family: 'brandon-grotesque', serif;
  font-weight: 700;
  font-size: 23px;
  text-decoration: underline;
  padding-bottom: 40px;
  margin-top: -23px; }
  .twitterFollow svg {
    vertical-align: middle;
    padding-right: 4px; }

.coworkspaces {
  padding-bottom: 108px; }
  .coworkspaces .button {
	font-family: 'stencil-creek', serif;
  font-weight: 500;
	text-align: center;
    margin: 53px 0; }

.coworkspace__item {
  display: flex;
  height: auto;
  margin-bottom: 23px; }


  .coworkspace__img {
    flex-basis: 50%; }
    .coworkspace__img img {
/*      min-width:500px;*/
      height: auto; 
    }
  
.coworkspace__img img {
/*    min-width:500px;*/
    overflow: auto;}

.coworkspace__info {
  background-color: #fff;
  flex-basis: 50%;
  padding: 23px 30px; }
  .coworkspace__info--description {
    padding: 18px 0 22px; }
  .coworkspace__info--address {
    font-family: 'brandon-grotesque', serif;
    font-weight: 700; }
	/*.coworkspace__info--address a:hover {
    text-decoration: underline; }*/
.coworkspace__info--logo img {
  max-height: 100px;
  max-width: 180px;
}

.cowork--button {
  font-family: 'stencil-creek', serif;
  font-weight: 500;
  font-size: 30px; }

.gallery-1 {
  overflow: hidden;
 }
  .gallery-1 li {
    display: inline-block;
	margin: 0 8px 10px 0; }

.gallery-2 {
  overflow: hidden; }
  .gallery-2 li {
    display: inline-block;
    margin: 0 8px 10px 0; }

.gallery-3 {
  overflow: hidden; }
  .gallery-3 li {
    display: inline-block;
    margin: 0 8px 10px 0; }

.tweets {
  text-align: center;
  padding-top: 150px; }
  .tweets h3 {
    font-family: 'brandon-grotesque', serif;
    font-weight: 700;
    font-size: 23px;
    text-transform: capitalize; }

.tweets-follow {
  display: block;
  text-align: center;
  padding: 10px 0; }
  .tweets-follow svg {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px; }

footer {
  text-align: center;
  padding: 45px 0; }

.numail {
  font-family: 'brandon-grotesque', serif;
  font-weight: 700;
  font-size: 23px; }
  .numail span {
    display: block; }
    .numail span:first-child {
      letter-spacing: 3px; }

.address {
  padding: 30px 0; }

.news__container {
  padding-bottom: 89px; }

.news__item {
  text-align: center;
  padding-top: 85px; }

.news__item--info {
  max-width: 858px;
  padding-bottom: 40px;
  margin: 0 auto; }
  .news__item--info h1 {
    font-family: 'brandon-grotesque', serif;
    font-weight: 700;font-size: 25px;
    padding-bottom: 38px; }
  .news__item--info a {
    font-family: 'brandon-grotesque', serif;
    font-weight: 700;text-decoration: underline; }

.fl {
  float: left; }

.fr {
  float: right; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }

.tm {
  color: #d1d1d1; }

.fw {
  width: 100%; }

.fsw {
  width: 100vw; }

.fh {
  height: 100%; }

.fsh {
  height: 100vh; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mr0 {
  margin-right: 0; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.pr0 {
  padding-right: 0; }

.hide {
  display: none; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

@media only screen and (max-width: 768px) {
  .p-xs-0 {
    padding: 0; }

  .p-xs-t0 {
    padding-top: 0; }

  .p-xs-r0 {
    padding-right: 0; }

  .p-xs-b0 {
    padding-bottom: 0; }

  .p-xs-l0 {
    padding-left: 0; } }
@media only screen and (min-width: 768px) {
  .p-sm-0 {
    padding: 0; }

  .p-sm-t0 {
    padding-top: 0; }

  .p-sm-r0 {
    padding-right: 0; }

  .p-sm-b0 {
    padding-bottom: 0; }

  .p-sm-l0 {
    padding-left: 0; } }
@media only screen and (min-width: 992px) {
  .p-md-0 {
    padding: 0; }

  .p-md-t0 {
    padding-top: 0; }

  .p-md-r0 {
    padding-right: 0; }

  .p-md-b0 {
    padding-bottom: 0; }

  .p-md-l0 {
    padding-left: 0; } }
@media only screen and (min-width: 1200px) {
  .p-lg-0 {
    padding: 0; }

  .p-lg-t0 {
    padding-top: 0; }

  .p-lg-r0 {
    padding-right: 0; }

  .p-lg-b0 {
    padding-bottom: 0; }

  .p-lg-l0 {
    padding-left: 0; } }
@media only screen and (max-width: 768px) {
  .m-xs-0 {
    margin: 0; }

  .m-xs-t0 {
    margin-top: 0; }

  .m-xs-r0 {
    margin-right: 0; }

  .m-xs-b0 {
    margin-bottom: 0; }

  .m-xs-l0 {
    margin-left: 0; } }
@media only screen and (min-width: 768px) {
  .m-sm-0 {
    margin: 0; }

  .m-sm-t0 {
    margin-top: 0; }

  .m-sm-r0 {
    margin-right: 0; }

  .m-sm-b0 {
    margin-bottom: 0; }

  .m-sm-l0 {
    margin-left: 0; } }
@media only screen and (min-width: 992px) {
  .m-md-0 {
    margin: 0; }

  .m-md-t0 {
    margin-top: 0; }

  .m-md-r0 {
    margin-right: 0; }

  .m-md-b0 {
    margin-bottom: 0; }

  .m-md-l0 {
    margin-left: 0; } }
@media only screen and (min-width: 1200px) {
  .m-lg-0 {
    margin: 0; }

  .m-lg-t0 {
    margin-top: 0; }

  .m-lg-r0 {
    margin-right: 0; }

  .m-lg-b0 {
    margin-bottom: 0; }

  .m-lg-l0 {
    margin-left: 0; } }
@media only screen and (min-width: 1000px ) {
  .pageWidth {
    max-width: 1000px;
    margin: 0 auto; 
  } }
@media only screen and (max-width: 990px) {
.news__item--img,
.head__img,
.about__owners,
.BannerImage {
margin-left: -3%;
margin-right: -3%;
}
.gallery-3 li {

float : none;

}
.tweets {
 padding-top: 75px;
}

  .sitemap .pageWidth {
    text-align: center; }

  .about,
  .coworking,
  .history,
  .news {
    margin-right: 0;
    margin-bottom: 20px; }

  .history {
    transform: translateY(0); }

  .coworkspace__item {
    flex-wrap: wrap;
	height: auto;
  justify-content: center;
max-width:1001px;
 }

  .coworkspace__img,
  .coworkspace__info {
    flex-basis: 100%; }

  .coworkspace__img img {
    width: 100%;
    height: auto; } }
@media only screen and (max-width: 768px) {
  .slide_viewer {
    height: 250px; }

  .about, .coworking, .history, .news {
    width: 250px;
    height: 250px;
    line-height: 250px;
    font-size: 24px; }
    .about a, .coworking a, .history a, .news a {
      line-height: 250px; }

  .history a {
    line-height: 320px; }
    .history a::after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-left: 125px solid transparent;
      border-top: 250px solid #f0efef;
      z-index: 3; }
    .history a::before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-right: 125px solid transparent;
      border-top: 250px solid #f0efef;
      z-index: 3; }

  .news a {
    line-height: 300px; }

  .gallery-1 li,
  .gallery-2 li {
    width: 100%;
    margin-right: 0; }

  .gallery-2 li img,
  .gallery-1 li img {
    max-width: 100%;
    height: auto; }

.headline p, .about__owners p, .about__item p {
		padding-left: 30px;
		padding-right: 30px;
	}
.numail {
	font-size: 20px;
}
}


.about {
	background-image: url(/wp-content/themes/boathouse/-/img/homeabout.png_8929.png);
}
.coworking {
	background-image: url(/wp-content/themes/boathouse/-/img/homecowork.png_5520.png);
}
.history {
	background-image: url(/wp-content/themes/boathouse/-/img/homehistory.png_9175.png);
}
.news {
	background-image: url(/wp-content/themes/boathouse/-/img/homenews.png_6030.png);
}
