/*-- -------------------------- -->
<---      Pricing Blocks        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #pricing-block p {
    color: #111111;
    font-size: 0.9em;
    line-height: 1.16666667em;
    text-align: center;
    margin: auto;
    width: 96%;
    margin-bottom: 5.38888889em;
    max-width: 29.55555556em;
  }
  #pricing-block .pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    max-width: 17.85em;
    width: 96%;
    margin: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 3.2em 1.15em 2.25em;
    margin-bottom: 2.5em;
    border-top: 0.4em solid var(--primary);
    min-height: 23.65em;
  }
  #pricing-block .pricing .type {
    color: #111111;
    font-size: 1.6em;
    font-weight: 900;
    line-height: 1.1875em;
    margin-bottom: 0.21875em;
    display: block;
    text-align: center;
  }
  #pricing-block .pricing .description {
    color: #979797;
    font-size: 0.7em;
    line-height: 1.14285714;
    letter-spacing: .035em;
    text-transform: uppercase;
    margin-bottom: 2.85714286em;
    display: block;
    max-width: 14.07142857em;
    height: 2.28571429em;
  }
  #pricing-block .pricing .price {
    color: var(--primary);
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.16666667;
    margin-bottom: 2.15em;
  }
  #pricing-block .pricing .price .sqft {
    font-size: 0.7em;
    color: #333333;
    line-height: 1.14285714;
  }
  #pricing-block .pricing .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    height: 2.95em;
    border-bottom: 1px solid #EDEDED;
    color: #333333;
    font-size: 0.9em;
    line-height: 3.27777778;
  }
  #pricing-block .pricing .item:last-of-type {
    border: none;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #pricing-block {
    padding-bottom: 0em;
  }
  #pricing-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 3.4em;
            column-gap: 3.4em;
    row-gap: 4.85em;
    font-size: min(1.4vw, 1em);
    max-width: 60.35em;
  }
  #pricing-block .pricing {
    margin: 0;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #pricing-block {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0px) {
  body.dark-mode #pricing-block p {
    color: #fff;
  }
  body.dark-mode #pricing-block .pricing {
    background: var(--medium);
  }
  body.dark-mode #pricing-block .pricing .type {
    color: #fff;
  }
  body.dark-mode #pricing-block .pricing .price .sqft {
    color: #fff;
  }
}
/*-- -------------------------- -->
<---          Content           -->
<--- -------------------------- -*/
@media only screen and (min-width: 0em) {
  #content {
    padding: 4em 0;
    text-align: center;
  }
  #content .container {
    max-width: 30em;
  }
  #content .title {
    font-weight: 900;
    font-size: min(10vw, 2.4em);
    line-height: 1.20833333;
    color: #1A1A1A;
    position: relative;
    margin-bottom: 0.875em;
    text-align: center;
  }
  #content picture {
    display: none;
  }
  #content .button-solid {
    margin-top: 2.77777778em;
  }
}
@media only screen and (min-width: 48em) {
  #content {
    padding-top: 5em;
    padding-bottom: 10em;
  }
  #content .container {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 64em) {
  #content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 55em;
    text-align: left;
  }
  #content .title {
    text-align: left;
  }
  #content .content-section {
    width: 27.5em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #content picture {
    display: block;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 20.15em;
    height: 32.5em;
  }
  #content picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 1300px) {
  #content .container {
    max-width: 57em;
    padding: 0;
  }
  #content .content-section {
    width: 33em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0px) {
  body.dark-mode #content .title {
    color: #fff;
  }
}
/*-- -------------------------- -->
<---        Get It Done         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.75em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #cta .title {
    margin: auto;
    color: #fff;
    margin-bottom: 1.10416667em;
    max-width: 10.41666667em;
    font-weight: 900;
    font-size: min(9vw, 2.4em);
    line-height: 1.20833333;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 4.22222222em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 8.4em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 55.4em;
    width: 100em;
    background: url("../images/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    background: url("../images/cta-squares-dark.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
