@charset "UTF-8";
/*
  Theme Name: REVNODE
  Author: Marat A. Denenberg
  Author URI: https://www.revnode.com
  Description: The default REVNODE LLC theme.
  License: Proprietary
  License URI: LICENSE
  Text Domain: revnode
*/

@font-face
{
  font-family: Adelle;
  src: url("../fonts/adelle_700_normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face
{
  font-family: Adelle;
  src: url("../fonts/adelle_400_normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face
{
  font-family: Lato;
  src: url("../fonts/lato_700_normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face
{
  font-family: Lato;
  src: url("../fonts/lato_400_normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root
{
  --color-green: #96c221;
  --color-gray: #666;
  --color-light-gray: #eee;
  --color-blue: #0078e7;
  --color-orange: #df7514;
}

*, *:after, *:before
{
  box-sizing: border-box;
  background-repeat: no-repeat;
}

html, body, p
{
  margin: 0;
  padding: 0;
}
html, body
{
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body
{
  overflow-y: scroll;
  font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
  line-height: 2;

  color: var(--color-gray);
  background-color: white;
}

.row
{
  display: flex;
  flex-flow: row wrap;
}
.row > div
{
  width: 100%;
}
.row.align_top {align-items: flex-start;}
.row.align_middle {align-items: center;}
.row.align_bottom {align-items: flex-end;}
.row.align_left {justify-content: flex-start;}
.row.align_center {justify-content: center;}
.row.align_right {justify-content: flex-end;}

.col_0  {flex-basis: 0%;  max-width: 0%;}
.col_5  {flex-basis: 5%;  max-width: 5%;}
.col_10 {flex-basis: 10%; max-width: 10%;}
.col_15 {flex-basis: 15%; max-width: 15%;}
.col_20 {flex-basis: 20%; max-width: 20%;}
.col_25 {flex-basis: 25%; max-width: 25%;}
.col_30 {flex-basis: 30%; max-width: 30%;}
.col_35 {flex-basis: 35%; max-width: 35%;}
.col_40 {flex-basis: 40%; max-width: 40%;}
.col_45 {flex-basis: 45%; max-width: 45%;}
.col_50 {flex-basis: 50%; max-width: 50%;}
.col_55 {flex-basis: 55%; max-width: 55%;}
.col_60 {flex-basis: 60%; max-width: 60%;}
.col_65 {flex-basis: 65%; max-width: 65%;}
.col_70 {flex-basis: 70%; max-width: 70%;}
.col_75 {flex-basis: 75%; max-width: 75%;}
.col_80 {flex-basis: 80%; max-width: 80%;}
.col_85 {flex-basis: 85%; max-width: 85%;}
.col_90 {flex-basis: 90%; max-width: 90%;}
.col_95 {flex-basis: 95%; max-width: 95%;}
.col_100 {flex-basis: 100%; max-width: 100%;}

@media screen and (max-width: 960px)
{
  .sm_hidden {display: none !important;}
  .sm_no_pad {padding: 0 !important;}
  .sm_no_mar {margin: 0 !important;}
  .col_sm_0 {flex-basis: 0%; max-width: 0%;}
  .col_sm_5 {flex-basis: 5%; max-width: 5%;}
  .col_sm_10 {flex-basis: 10%; max-width: 10%;}
  .col_sm_15 {flex-basis: 15%; max-width: 15%;}
  .col_sm_20 {flex-basis: 20%; max-width: 20%;}
  .col_sm_25 {flex-basis: 25%; max-width: 25%;}
  .col_sm_30 {flex-basis: 30%; max-width: 30%;}
  .col_sm_35 {flex-basis: 35%; max-width: 35%;}
  .col_sm_40 {flex-basis: 40%; max-width: 40%;}
  .col_sm_45 {flex-basis: 45%; max-width: 45%;}
  .col_sm_50 {flex-basis: 50%; max-width: 50%;}
  .col_sm_55 {flex-basis: 55%; max-width: 55%;}
  .col_sm_60 {flex-basis: 60%; max-width: 60%;}
  .col_sm_65 {flex-basis: 65%; max-width: 65%;}
  .col_sm_70 {flex-basis: 70%; max-width: 70%;}
  .col_sm_75 {flex-basis: 75%; max-width: 75%;}
  .col_sm_80 {flex-basis: 80%; max-width: 80%;}
  .col_sm_85 {flex-basis: 85%; max-width: 85%;}
  .col_sm_90 {flex-basis: 90%; max-width: 90%;}
  .col_sm_95 {flex-basis: 95%; max-width: 95%;}
  .col_sm_100 {flex-basis: 100%; max-width: 100%;}
}

img
{
  border-style: none;
}

a
{
  text-decoration-style: dotted;
  color: var(--color-blue);
}
a:hover
{
  text-decoration-style: solid;
}

h1, h2, h3, h4, h5, h6, input, select, textarea, button
{
  display: inline;
  font-family: 'Adelle', 'Arial', 'Helvetica', sans-serif;
  font-weight: 400;
}
h1
{
  font-size: 400%;
  line-height: 1.1;
}
h2
{
  font-size: 300%;
}
h3
{
  font-size: 150%;
}

address
{
  font-style: normal;
}

header, .about, .clients, .services, .contact
{
  transform: rotate(5deg);
  width: 150%;
  padding: 20% 0 0 0;
  margin: -5% -25% 0 -25%;
}
header section,
.about section,
.clients section,
.services section,
.contact section
{
  max-width: 40%;
  margin: -10% auto 0 auto;
  padding: 0 0 10% 0;
  transform: rotate(-5deg);
}

header
{
  background-color: var(--color-green);
  padding: 18% 0 5% 0;
}

  header section
  {
    margin: -7% auto 0 auto;
    padding: 0 0 7% 0;
  }

  header .logo
  {
    text-align: right;
  }
  header .logo img
  {
    width: 40%;
    height: auto;
  }

  header nav
  {
    font-size: 75%;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    color: var(--color-light-gray);
  }
  header nav ul
  {
    list-style: none;
    margin: 0;
    padding: 0;
  }

.about
{
  background-color: white;
}

  .about h1
  {
    display: inline-block;
    width: 80%;
    margin: 0;
  }

.clients
{
  color: white;
  background-color: var(--color-gray);
}

  .clients .logos
  {
    display: flex;
    align-items: center;
    align-content: flex-end;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .clients .logos img
  {
    width: 150px;
    margin: 25px 50px 0 0;
    height: auto;
  }

.services
{
  background-color: white;
}

  .services h2
  {
    color: var(--color-green);
  }
  .services ul
  {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .services ul li
  {
    line-height: 3;
    white-space: nowrap;
    overflow: hidden;
  }
  .services ul li:before
  {
    font-weight: 700;
    margin-right: 10px;
    content: '+';
    color: var(--color-green);
  }

.contact
{
  background-color: var(--color-green);
  color: white;
  position: relative;
  z-index: 1;
}

  .contact address,
  .contact .location
  {
    line-height: 1.5;
  }

  .white
  {
    color: white;
  }

#gwb
{
  background-image: url("/images/gwb.jpg");
  background-size: auto 100%;
  margin-top: -200px;
  height: 700px;
  z-index: 0;
}

/* ### CTA ### */

.cta
{
  color: white;
  background-color: limegreen;
  border-radius: 8px;
  padding: 10px 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.cta:hover
{
  background-color: var(--color-gray);
}
.cta-icon
{
  background-image: url("/images/schedule.svg");
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.calendly-inline-widget
{
  height: 1400px;
  overflow-y: hidden !important;
}

@media screen and (max-width: 960px)
{
  header section,
  .about section,
  .clients section,
  .services section,
  .contact section
  {
    max-width: 60%;
  }

  .about section,
  .clients section,
  .services section,
  .contact section
  {
    padding: 10% 0 20% 0;
  }

  header .logo img
  {
    width: 60%;
  }

  .about h1
  {
    font-size: 200%;
    width: 100%;
  }

  .clients .logos img
  {
    width: 125px;
    margin: 25px 25px 0 0;
  }

  .services ul li
  {
    font-size: 75%;
  }
}
