HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/sdo/sdoschoonmaak.nl/resources/assets/sass/site/pages/_contact.sass
/*==========================================================================
  Contact page
  ========================================================================== */
#contact

  #map
    width: 100%
    height: 450px

  .contact-content
    position: relative
    background-color: $blue

    &:after
      content: ''
      position: absolute
      right: 0
      top: 0
      display: block
      width: 50%
      height: 100%
      background-color: $whiteBlue

    .contact-info, .contact-form
      position: relative
      z-index: 1


    .contact-info
      width: column(5, 12)
      padding: 72px 0 100px

      .kms-content
        margin-top: 20px
        margin-bottom: 80px

        h2, h3, h4
          color: $purple

      h1
        font-size: 1.7rem
        line-height: 1.4
        color: white
        margin: 0 0 32px

      h3
        font-size: 0.8rem
        line-height: 1.2
        color: white
        opacity: 0.5
        text-transform: uppercase
        font-weight: semibold()
        margin: 100px 0 15px


      p
        font-size: 0.9rem
        color: white

        a
          color: $lightBlue
          font-weight: semibold()
          text-decoration: none
          transition: color 0.2s

          &:hover
            color: lighten($lightBlue, 15%)

      .opening-hours
        list-style: none
        margin: 0
        padding: 0

        li
          color: $lightBlue
          font-size: 0.9rem

          .day
            display: inline-block
            width: 175px

            +respond-to-width(400)
              width: 130px

          &.active
            color: white
            font-weight: bold()
      //font-weight: bold

      +respond-to-width(1100)
        width: column(5, 12)
        margin-left: 0

    .contact-form
      position: relative
      display: inline-block
      margin-left: column(1, 12)
      width: column(6, 12)
      padding: 72px 0 100px column(1, 12)
      vertical-align: top

      h2
        margin: 0 0 20px
        font-size: 1.7rem
        line-height: 1.4
        color: $darkPurple

      > p
        font-size: 0.9rem
        line-height: 1.2
        color: $purple

    +respond-to-width(840)
      .grid-row
        width: 100%

      &:after
        display: none

      .contact-info
        width: 100%
        padding: 72px column(1, 12) 100px
        background-color: $blue

        h3
          margin-top: 60px

      .contact-form
        background-color: $whiteBlue
        width: 100%
        padding-right: column(1, 12)
        margin-left: 0