File: D:/HostingSpaces/fire-tech/fire-tech.nl/resources/assets/sass/site/pages/_contact.sass
/*==========================================================================
Contact page
========================================================================== */
#contact
#map
width: 100%
height: 450px
.contact-content
position: relative
background-color: white
&:after
$gradientSize: 100px
content: ''
position: absolute
top: 0
right: calc(#{column(6, 12)} - #{$gradientSize})
height: 100%
width: $gradientSize
background: linear-gradient(90deg, $greyGradient)
+respond-to-width(900)
display: none
.contact-info, .contact-form
position: relative
z-index: 1
.contact-info
width: column(5, 12)
padding: 72px 0 100px
h1
font-size: 1.7rem
line-height: 1.4
color: $red
margin: 0 0 32px
h3
font-size: 0.8rem
line-height: 1.2
color: $red
opacity: 0.5
text-transform: uppercase
font-weight: semibold()
margin: 100px 0 15px
p
font-size: 0.9rem
color: $black
a
color: $red
font-weight: semibold()
text-decoration: none
transition: color 0.2s
&:hover
color: lighten($red, 15%)
.opening-hours
list-style: none
margin: 0
padding: 0
li
color: $black
font-size: 0.9rem
.day
display: inline-block
width: 175px
+respond-to-width(400)
width: 130px
&.active
color: $red
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: $red
> p
font-size: 0.9rem
line-height: 1.2
color: $black
+respond-to-width(840)
.grid-row
width: 100%
.background
display: none
.contact-info
width: 100%
padding: 72px column(1, 12) 100px
background-color: $red
h1
margin-top: 60px
color: white
p
color: white
a
color: white
text-decoration: underline
.contact-form
width: 100%
padding-right: column(1, 12)
margin-left: 0