/*
Theme Name: LSH Access
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Canela-Bold';
  src: url('assets/fonts/Canela-Bold/Canela-Bold.eot');
  src: url('assets/fonts/Canela-Bold/Canela-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Canela-Bold/Canela-Bold.woff') format('woff');
  font-weight: 100;
  font-stretch: normal;
}
@font-face {
  font-family: 'Canela-Medium';
  src: url('assets/fonts/Canela-Medium/Canela-Medium.eot');
  src: url('assets/fonts/Canela-Medium/Canela-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Canela-Medium/Canela-Medium.woff2') format('woff2'), url('assets/fonts/Canela-Medium/Canela-Medium.woff') format('woff');
  font-weight: 100;
  font-stretch: normal;
}
@font-face {
  font-family: 'Canela-Light';
  src: url('assets/fonts/Canela-Light/Canela-Light.eot');
  src: url('assets/fonts/Canela-Light/Canela-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Canela-Light/Canela-Light.woff') format('woff');
  font-weight: 100;
  font-stretch: normal;
}
@font-face {
  font-family: 'GothamBook';
  src: url('assets/fonts/GothamBook/GothamBook.eot?#iefix') format('embedded-opentype'), url('assets/fonts/GothamBook/GothamBook.otf') format('opentype'), url('assets/fonts/GothamBook/GothamBook.woff') format('woff'), url('assets/fonts/GothamBook/GothamBook.ttf') format('truetype'), url('assets/fonts/GothamBook/GothamBook.svg#GothamBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Fonts */
/* Fonts Size */
/* Estilos de fuente MIXIN */
html {
  scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
  margin: 0px;
}
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #0C1649;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  animation: EnterAnimation 2s 1s normal forwards ease-in-out;
}
@keyframes EnterAnimation {
  0% {
    height: 100vh;
    bottom: 0px;
  }
  99% {
    height: 0vh;
    bottom: 0px;
  }
  100% {
    visibility: hidden;
  }
}
.loading.loaded {
  height: 0vh;
  bottom: 0px;
}
.owl-nav {
  display: flex;
  justify-content: flex-end;
  font-size: 3vw;
}
.owl-nav button:first-of-type {
  padding-right: 20px;
}
.owl-nav button span {
  font-family: 'Canela-Light';
}
.setAsBg {
  filter: blur(2px);
  position: absolute!important;
}
.video {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -5 !important;
}
.video:after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: black;
  opacity: 0.4;
}
.universal_video_backgroundBorder video {
  top: -24px !important;
}
h4 {
  font-family: 'Canela-Light';
  color: #0C1649;
}
h2 {
  font-family: 'Canela-Bold';
  font-size: 2vw;
  line-height: 2vw;
  letter-spacing: 0;
  word-spacing: 0;
  color: #0C1649;
  padding: 20px 20px 20px 20px!important;
  margin: 0 auto;
  font-weight: normal;
}
p {
  font-family: 'GothamBook';
  font-size: 1.2vw;
  line-height: 1.5vw;
  letter-spacing: 0;
  word-spacing: 0;
  color: #0C1649;
  margin: 0px 0px 30px 0px;
}
.quote p {
  font-family: 'Canela-Light';
  font-size: 2.5vw;
  line-height: 2.8vw;
  letter-spacing: 0;
  word-spacing: 0;
}
.quote blockquote {
  margin: 0;
}
#logo img {
  position: fixed;
  top: 2vw;
  left: 2vw;
  width: 15vw;
  z-index: -2;
}
#header {
  position: absolute;
  height: calc(100vh - 100px);
  top: 0px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
#header #site-description {
  font-family: 'Canela-Bold';
  font-size: 2vw;
  line-height: 2vw;
  letter-spacing: 0;
  word-spacing: 0;
  color: white;
  font-size: 4vw;
  line-height: 4.8vw;
  width: 60vw;
  text-align: center;
}
#container {
  margin-top: calc(100vh - 120px);
  background-color: #F7FDFF;
  padding-bottom: 200px;
}
#container nav {
  background-color: #0C1649;
}
#container nav .menu-menu-1-container {
  margin: 0 auto;
  max-width: 1400px;
}
#container nav ul {
  display: flex;
  height: 60px;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#container nav ul li {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#container nav ul li a {
  text-decoration: none;
  color: white;
  font-family: 'Canela-Medium';
  font-size: 1.2vw;
  line-height: 1vw;
  padding-bottom: 6px;
  letter-spacing: 0;
  word-spacing: 0;
}
#container nav .menu-description {
  display: flex;
  height: 60px;
  flex-direction: row;
  margin: 0 auto;
}
#container nav .menu-description .description {
  width: 50%;
  font-family: 'GothamBook';
  font-size: 1.2vw;
  line-height: 1.5vw;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 0.8vw;
  color: white;
  text-align: center;
}
#container .titulobanda {
  border-top: 1px solid #0C1649;
  border-bottom: 1px solid #0C1649;
}
#container .max-width {
  max-width: 1400px;
  padding: 0px 20px 0px 20px;
}
#container .flex-container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
#container .flex-container .quote {
  width: 50%;
  margin: 45px 0px 45px 0px;
}
#container .flex-container .text {
  width: 50%;
  margin: 60px 0px 60px 0px;
}
#container .flex-container ul {
  margin: 0px 0px 30px 0px;
}
#container .flex-container ul li {
  font-family: 'GothamBook';
  font-size: 1.2vw;
  line-height: 1.6vw;
  color: #0C1649;
}
#container .dark-background {
  background-color: #0C1649;
}
#container .dark-background h2,
#container .dark-background p {
  color: white;
}
#container .dark-background .titulobanda {
  border-top: 1px solid #F7FDFF;
  border-bottom: 1px solid #F7FDFF;
}
#container .locations {
  height: 80px;
  border-top: 1px solid #0C1649;
  border-bottom: 1px solid #0C1649;
  display: flex;
  align-items: center;
  padding-top: 10px;
}
#container .locations .flex-container {
  width: 100%;
}
#container .locations .location {
  width: 50%;
  display: flex;
}
#container .locations .location p {
  font-family: 'Canela-Light';
  font-size: 2.5vw;
  line-height: 2.8vw;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 2vw;
  line-height: 2.3vw;
  margin-bottom: 0px;
  padding-top: 5px;
}
#container .locations img {
  width: 3vw;
  height: 4vw;
}
#container .projects {
  padding: 70px 20px 50px 20px;
}
#container .projects .item {
  background-color: white;
  border: 1px solid #dcdcdc;
}
#container .setAsBg_onlyImage {
  background-size: cover;
}
#container #getintouch .text p:last-child {
  padding-left: 30px;
  position: relative;
}
#container #getintouch .text p:last-child:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0px;
  height: 25px;
  width: 25px;
  content: '';
  background-image: url("https://lshaccessfoundation.com/wp-content/themes/lshaccess/assets/img/linkedin.svg");
  background-size: contain;
  background-repeat: none;
}
#container #getintouch .text p a {
  color: white;
  position: relative;
  text-decoration: none;
}
#container #getintouch .text p a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: white;
}
#container .newprojects {
    overflow: hidden;
    text-align: center;
}
#container .newprojects .item {
    width: 20%;
    float: left;
	border: 0px solid white;
} 
#container .newprojects .item img {
    width: 100%;
} 
form {
  margin-top: -20px;
}
div.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  font-family: 'GothamBook';
  border: none;
  color: white;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  padding-bottom: 20px;
}
.grecaptcha-badge {
  visibility: hidden;
}
input,
textarea {
  padding: inherit;
  border: none;
  border-bottom: 1px solid #F7FDFF;
  color: #F7FDFF;
  height: 3em;
  padding-top: 20px;
  padding-bottom: 0px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'GothamBook';
  font-size: 1.2vw;
  line-height: 1.5vw;
  letter-spacing: 0;
  word-spacing: 0;
  background-color: #0c1649;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Edge */
  color: #F7FDFF;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #F7FDFF;
}
input::placeholder,
textarea::placeholder {
  color: #F7FDFF;
}
span.wpcf7-form-control-wrap.your-name {
  padding-top: 0px;
}
p strong {
  font-family: 'GothamBook';
}
form span.wpcf7-not-valid-tip {
  font-size: 15px;
}
form div.wpcf7-validation-errors,
form div.wpcf7-acceptance-missing {
  font-size: 15px;
  margin: inherit;
}
input,
textarea {
  font-family: 'GothamBook';
}
textarea {
  height: 300px;
}
label br {
  display: none;
}
input[type="submit"] {
  border-bottom: none;
  text-align: right;
  cursor: pointer;
  background-color: #0c1649;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
#footer {
  background-color: #F7FDFF;
  font-family: 'GothamBook';
  font-size: 1.2vw;
  line-height: 1.5vw;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 12px;
  color: #0C1649;
  padding: 8px 0px 8px 0px;
  border-top: 1px solid #0C1649;
}
#footer #copyright {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 20px 0px 20px;
}

.backwhite {
	background-color:white;
}
@media only screen and (min-width: 2090px) {
  #container .max-width {
    max-width: 1600px;
  }
  #container .locations {
    height: 100px;
  }
  ul {
    margin: 0px 0px 30px 0px;
  }
  ul li {
    font-family: 'GothamBook';
    font-size: 1.2vw;
    line-height: 1.6vw;
    color: #0C1649;
  }
}
@media only screen and (max-width: 1400px) {
  p {
    font-size: 17px;
    line-height: 23px;
  }
  h2 {
    font-size: 27px;
  }
  #container .max-width {
    max-width: 1200px;
  }
  #container nav .menu-menu-1-container {
    max-width: 1200px;
  }
  #container nav ul li a {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #container nav .menu-description .description {
    font-size: 14px;
  }
  .quote p {
    font-size: 40px;
    line-height: 45px;
    padding-right: 20px;
  }
  #container .locations .location p {
    font-size: 27px;
  }
  input,
  textarea {
    font-size: 17px;
  }
  ul {
    margin: 0px 0px 30px 0px;
  }
  ul li {
    font-family: 'GothamBook';
    font-size: 1.2vw;
    line-height: 1.6vw;
    color: #0C1649;
  }
}
@media only screen and (max-width: 900px) {
  .video {
    background-size: cover!important;
  }
  .setAsBg_onlyImage {
    background-size: cover!important;
  }
  p {
    font-size: 15px!important;
    line-height: 18px!important;
  }
  h2 {
    font-size: 25px;
    padding: 30px 20px 30px 20px!important;
  }
  h4 {
    font-family: 'Canela-Light';
  }
  ul li {
    font-family: 'GothamBook';
    font-size: 15px!important;
    line-height: 18px!important;
  }
  input,
  textarea {
    line-height: initial!important;
  }
  #logo img {
    width: 150px;
  }
  #header #site-description {
    font-size: 22px;
    line-height: 28px;
    width: 80%;
    margin: 0 auto;
  }
  #container .max-width {
    max-width: 1200px;
  }
  #container .flex-container {
    flex-direction: column;
  }
  #container .flex-container .text {
    width: 100%;
    margin-top: 0px;
  }
  #container .flex-container .quote {
    width: 100%;
    margin-bottom: 10px;
  }
  #container .projects {
    padding: 30px 20px 20px 20px;
  }
  #container .locations {
    height: auto;
    padding-top: 0;
    border-bottom: none;
  }
  #container .locations .flex-container {
    max-width: 100%;
    padding: 0px;
  }
  #container .locations .location {
    width: 100%;
    border-bottom: 1px solid #0C1649;
    padding-bottom: 8px;
    padding-left: 10px;
  }
  #container .locations .location p {
    line-height: 30px;
  }
  #container .locations img {
    width: 20px;
    padding-top: 10px;
  }
  #container nav .menu-menu-1-container {
    max-width: 1200px;
  }
  #container nav ul li {
    align-items: center;
  }
  #container nav ul li a {
    font-size: 17px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #container nav .menu-description .description {
    font-size: 14px;
  }
  .quote p {
    font-size: 22px!important;
    line-height: 28px!important;
    padding-right: 0px;
  }
  #container .locations .location p {
    font-size: 25px;
  }
  #container .locations .location img {
    height: 4vw;
  }
	#container .newprojects .item {
		width: 50%;
	}
	
  .menu-description {
    display: none!important;
  }
  input,
  textarea {
    font-size: 15px;
  }
  .owl-nav {
    font-size: 30px;
  }
  br {
    display: none;
  }
}
