/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@font-face {
    font-family: 'Surveyor Display';
    src: url('fonts/SurveyorDisplay-Bold.woff2') format('woff2'),
        url('fonts/SurveyorDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Surveyor Display';
    src: url('fonts/SurveyorDisplay-LightItalic.woff2') format('woff2'),
        url('fonts/SurveyorDisplay-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Surveyor Display';
    src: url('fonts/SurveyorDisplay-Light.woff2') format('woff2'),
        url('fonts/SurveyorDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.wrapper {
    max-width: 1920px;
    margin: auto;
}

html {
  color: #222;
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

body {
  margin: 0px;
  width: 100vw;
  top: 0px;
  left: 0px;
  position: relative;
  margin-top: 65px;
}

p {
  width: auto;
  white-space: wrap;
  letter-spacing: 1px;
}

b {
  font-weight: 700;
}

h1, h2 {
  font-family: 'Surveyor Display';
  font-weight: bold;
  color: #E2491A;
  font-size: 6vw;
  line-height: 5vw;
  margin-top: 0px;
  margin-bottom: .5em;
}
h1 i, h2 i {
  font-family: 'Surveyor Display';
  font-weight: 300;
  font-style: italic;
  display: block;
  color: white;
}

h2 i {
  font-family: 'Surveyor Display';
  font-weight: 300;
  font-style: italic;
  display: block;
  color: white;
}
h2 span {
  font-family: 'Surveyor Display';
  font-weight: 300;
}
h2.inline {
  color: #fff;
}

h2.inline i {
  display: inline;
}

.white h2.inline, .white h2.inline i {
  color: #111;
}

h3 {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

a.button {
  background-color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #E2491A;
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
}
input.wpcf7-submit {
  background-color: #E2491A;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 10px 20px !important;
  font-size: 12px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  border: none !important;
  width:auto !important;
  cursor:pointer;
}

.hide {
  display: none;
}

/* Header */

#header {
  position: fixed;
  background-color: white;
  width: 100vw;
  max-width: 1920px;
  top: 0px;
  left: 50%;
  z-index: 100;
  max-width: 1920px;
  transform: translatex(-50%);
}

#header .logo {
  float: left;
  width: 125px;
  padding: 20px 0 0 40px;
  margin-bottom: -5px;
}

#header.scrolled .logo {
  float: left;
  width: 100px;
  padding: 15px 0 0 40px;
  margin-bottom: -4px;
}

#header #nav {
  float: right;
  padding-top: 20px;
}

#header.scrolled #nav {
  float: right;
  padding-top: 13px;
}
#header #nav ul {
  margin: 0px;
  padding: 0px;
}
#header #nav li {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin:0px;
}

#header #nav a {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #222;
  font-weight: 400;
}

#header #nav a:hover, #header #nav li.current-menu-item a {
  color: #E2491A;
}

#header #nav a:last-child {
  margin-right: 40px;
}

/* Hero */

.hero {
  background-color: #eee;
  margin: 20px;
  height: calc(100vh - 105px);
  min-height: 600px;
  max-height: 1000px;
  position:relative;
}

.hero .copy {
  background-color: #111;
  position: absolute;
  bottom: -20px;
  left: -20px;
  color: #ddd;
  padding: 40px;
  width: 70%;
  max-width: 1000px;
}
.hero .copy h3 {
  color: white;
}

.hero.right .copy {
  left: auto;
  right: -20px;
}

.hero.noImg {
  background-color: white;
  margin: 20px;
  height: auto;
  max-height: calc(100vh - 105px);
  position:relative;
}

.hero.noImg .copy {
  background: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40vw;
  padding: 40px 20px;
  color: #111;
}

.white .noImg {
  background-color: white;
  margin: 20px;
  height: auto;
  position:relative;
}

.white .noImg .copy {
  background: none;
  position: relative;
  top: 0px;
  left: 0px;
  width: 40%;
  padding: 40px 20px;
  color: #111;
}

.white.right .noImg .copy {
    left: 50%;
}
.hero.noImg h2 i, .quote h2 i {
  color: #111;
}

.hero.noImg .button, .quote .button, .white .button {
  color: white;
  background-color: #E2491A;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}

.advisory.hero {
  background-image: url("http://sporosadvisorygroup.com/img/bg-chairs.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.capital.hero {
  background-image: url("http://sporosadvisorygroup.com/img/bg-capital.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.advisory.about.hero {
  background-image: url("http://sporosadvisorygroup.com/img/bg-computer.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.cannabis.hero {
  background-image: url("http://sporosadvisorygroup.com/img/bg-cannabis.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cannabis2.hero {
  background-image: url("http://sporosadvisorygroup.com/img/bg-cannabis2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team.hero {
  background-image: url("http://sporosadvisorygroup.com/img/bg-team.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.teamA.hero {
  background-image: url("http://sporosadvisorygroup.com/img/bg-teamA.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.servicepg.hero {
  background-image: url("http://sporosadvisorygroup.com/img/bg-services.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.approach.hero {
  background-image: url("http://sporosadvisorygroup.com/img/bg-approach.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iconTeam {
  width: 100px;
  margin-bottom: 20px;
}
.iconClient {
  width: 19%;
}

/* Services */
.services {
  position: relative;
  padding-top: 100px;
}
.serviceList {
  position: absolute;
  top: 175px;
  right: 18vw;
}

.serviceList.icon {
  top: 100px;
}

.serviceList .item {
  width:300px;
  height: 300px;
  border-radius: 300px;
  text-align: center;
  border: 1px solid #aaa;
  margin-bottom: 75px;
  position: relative;
}
.serviceList img {
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* white */
.white {
  padding: 100px 0px;
  position: relative;
}

.white.center {
  text-align: center;
  padding: 200px 40px;
  margin: auto;
  max-width: 700px;
}

.teamList.white {
  padding: 0px;
  position: relative;
}
.teamList .noImg {
  background-color: white;
  margin: 20px;
  padding: 50px 0px;
  height: auto;
  position:relative;
}
.teamList.left .noImg {
  background-color: #eee;
}

.teamList.right .copy {
  left: 50vw;
}

.teamList.right .memberPhoto {
  left: 15vw;
  right: auto;
}

.memberPhoto {
  position: absolute;
  top: 100px;
  right: 18vw;
  z-index: 5;
}

.memberPhoto .item {
  width:300px;
  height: 300px;
  border-radius: 300px;
  text-align: center;
  border: 1px solid #aaa;
  margin-bottom: 75px;
  position: relative;
}
.memberPhoto img {
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Quote */
.quote .copy {
  text-align: center;
  padding: 200px 0px;
  position: relative;
}

.quote .copy p {

  max-width: 800px;
  margin: 50px auto 0 ;
  padding: 0px 40px;
}

.quote .copy div {
  font-family: 'Surveyor Display';
  font-size: 3.5vw;
  line-height: 4.5vw;
}

.quoteLeft {
  width: 6vw;
  margin-bottom: -6vw;
  position: relative;
  left:-40%;
}
.quoteRight {
  width: 6vw;
  margin-top: -6vw;
  position: relative;
  right:-40%;
  transform: rotate(180deg);
}
.quote b {
  font-weight: bold;
  display: block;
}

.quote span {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 700;
  font-style: italic;
  color: #E2491A;
}


.footer {
  background: #111;
  text-align: center;
  padding-bottom: 30px;
  color: #999;
  font-size:16px;
}

.footer .links ul {
  margin:0px;
  padding: 0px;
  list-style: none;
}
.footer .links li {
  display:inline-block;
}


.footLogo {
  display: inline-block;
  background-color: #E2491A;
  height: 200px;
  width: 200px;
  border-radius: 200px;
  position: relative;
  top:-100px;
  margin-bottom:-100px;
}

.footLogo img {
  position: relative;
  top:80px;
  width: 125px;
}

.footer .links {
  margin: 30px 0;
}
.footer .links a {
  text-decoration: none;
  margin: 0px 10px;
  color: white;
}
.footer .links a:hover {
  color: #E2491A;
}

.map {
  width: 40vw;
  max-width: 500px;
  position: absolute;
  top:0px;
  left:40px;
  margin-left: 5%;
}

.servicepgList {
  margin-top:50px;
}

.servicepgList .serviceItem {
  width:250px;
  font-size: 14px;
  line-height: 20px;
  padding: 40px 40px 0px;
  height:240px;
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: top;
  margin: 8px 5px;
  position: relative;
  overflow: hidden;
}


.servicepgList .bullets {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: rgba(0,0,0,.9);
  transition: all 0.3s ease;
  color: white;
}

.servicepgList .bullets ol {
  text-align:left;
  padding: 0px 20px 0 35px;
}

.servicepgList .bullets li {
  padding-bottom: 10px;
}

.servicepgList .serviceItem:hover .bullets {
  top:0;
}

.servicepgList img {
  width:50px;
  margin-top: 20px;
}
.servicepgList h3 {
  margin-bottom:15px;
}

.formWrap {
  background-color: #eee;
  margin:20px;
  padding: 80px 40px 120px;
  text-align: center;
}
.formWrap h2 {
  color: #111;
}


.wpcf7 form {
  max-width: 600px;
  margin: auto;
}

.wpcf7 input, .wpcf7 textarea {
  width: calc(100% - 20px);
  outline: none;
  border: 1px solid #ccc;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  font-size: 16px;
  resize: none;
  margin-bottom:5px;
  box-shadow: none !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

.screen-reader-response, .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
  border-color: #E2491A;
}
/* Media Queries */
@media only screen and (max-width: 1600px) {
  html {
    font-size: 1em;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 1250px) {
  h1, h2 {
    font-size: 75px !important;
    line-height: 65px !important;
  }
  .quote .copy div {
    font-size: 44px;
    line-height: 54px;
  }
  .quoteLeft {
    width: 75px;
    left:-38%;
  }
  .quoteRight {
    width: 75px;
    right:-38%;
  }
}
@media only screen and (min-width: 700px) {
  .toggle {
    display: none;
  }
  #header #nav {
    display: block !important;
  }
}
@media only screen and (max-width: 700px) {
  html {
    color: #222;
    font-size: 1em;
    line-height: 1.3em;
  }
  h3 {
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 25px;
  }
  .iconClient {
    width: 49%;
  }
  .formWrap {
    padding: 80px 20px 120px;
    text-align: center;
  }
  .advisory.about.hero {
      background-position: right top;
      background-size: auto 50vh;
  }
  .capital.hero, .servicepg.hero {
      background-position: center top;
      background-size: auto 50vh;
  }
  .teamA.hero {
      background-position: center top;
      background-size: auto 60vh;
  }
  .approach.hero {
      background-position: center top;
      background-size: auto 60vh;
  }
  #header .logo {
    float: none;
    width: 125px;
    padding: 20px 0 0 20px;
    margin-bottom: -5px;
  }
  .toggle {
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top:22px;
    right:20px;
  }
  .toggle::before {
    content: url(http://www.sporosadvisorygroup.com/img/toggle-off.svg);
  }
  .toggleOn::before {
    content: url(http://www.sporosadvisorygroup.com/img/toggle-on.svg);
  }

  #header.scrolled .logo {
    float: none;
    width: 100px;
    padding: 15px 0 0 20px;
    margin-bottom: -4px;
  }

  #header #nav {
    display: none;
    float: none;
    height: 100vh;
    padding-top: 20px;
  }

  #header #nav li {
    display: block;
    margin-top: 20px;
  }

  #header #nav a {
    font-size: 18px;
    margin-left:20px;
  }

  .hero {
    height: calc(100vh -  85px);
    min-height: 0px;
    position:relative;
  }
  .white.belief {
    padding-top: 0px;
  }
  .white .noImg .copy {
    width: auto;
    left: 0px !important;
  }
  .white.belief .copy {
    width: auto;
    margin-top: 40px;
  }
  .white.center {
    padding: 40px 20px;
    text-align: left;
  }
  .serviceList.icon {
    top: 60px;
  }
  .hero .copy {
    background-color: #111;
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: calc(100vw - 40px);
    color: #ddd;
    padding: 20px;
  }
  .hero.noImg .copy, .teamList .noImg .copy {
    background: none;
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    padding: 40px 20px;
    color: #111;
  }
  .memberPhoto {
    position: relative;
    top: auto !important;
    left: auto !important;
    margin: auto;
    right: auto !important;
    z-index: 5;
  }
  .memberPhoto .item {
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
  }
  .services {
    padding-top: 0px;
  }
  .serviceCopy {
    background-color: white;
  }
  .serviceList {
    position: relative;
    margin: auto;
    top: 0px;
    left: 0px;
  }
  .icon {
    position: relative;
    margin: auto;
    top: 0px;
    left: 0px;
  }

  .serviceList .item {
    width:225px;
    height: 225px;
    margin: 0 auto 50px;
  }
  .serviceList img {
    height: 125px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .servicepgList .serviceItem {
     margin: 10px 0px;
     text-align: center;
  }
  .advisory.hero {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 200%;
  }
  h1, h2 {
    font-size: 10vw;
    line-height: 8vw;
  }
  .quote .copy {
    padding: 100px 60px;
  }
  .quote .copy div {
    font-size: 6.5vw;
    line-height: 7.5vw;
  }
  .quoteLeft {
    width: 8vw;
    margin-bottom: -11vw;
    left: -55%;
  }
  .quoteRight {
    width: 8vw;
    margin-top: -11vw;
    right: -55%;
  }

  .footer {
    font-size: 11px;
  }
  .footLogo {
    height: 120px;
    width: 120px;
    top:-60px;
    margin-bottom:-60px;
  }

  .footLogo img {
    top:50px;
    width: 80px;
  }

  .footer .links a {
    text-decoration: none;
    margin: 0px 5px;
    color: white;
  }
  .map {
    width: calc(100% - 80px);
    position: relative;
    left:40px;
  }
}

/* Fixes */

::-moz-selection {
  background: #ffffff;
  text-shadow: none;
}

::selection {
  background: #ffffff;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.entry-header {
  display: none;
}
