Login
Dashboard
Saved Stitches
Stitch Catalog
Demo
All
E-Commerce
All
(4)
Collections
(3)
Featured Products
(0)
Hero
(0)
Pop Up Modals
(0)
Promotional CTA
(1)
Store Products
(0)
Buttons
All
(1)
Non Standard
(0)
Squared
(1)
Navigation
All
(2)
+ Dropdown
(1)
+ Top Bar
(0)
Double Dropdown
(0)
Standard
(1)
Top Bar + Dropdown
(0)
Hero Section
All
(7)
Centered
(2)
Grid
(0)
Landing + Services
(3)
Left Aligned
(1)
Right Aligned
(1)
Services
All
(16)
3 Card
(4)
4 Card
(4)
5 Card
(1)
6 Card
(2)
8 Card
(1)
Combo
(2)
Side By Side
(2)
Content Flair
All
(3)
Button Boxes
(1)
Content Groups
(1)
Lists
(1)
Quotes
(0)
Stats
(0)
Toppers
(0)
Side By Side
All
(34)
Non Standard
(1)
Reverse
(11)
Reverse Pair
(5)
Reverse Triplet
(3)
Standard
(14)
Gallery
All
(7)
4 Images
(1)
5 Images
(1)
6 Images
(1)
8 Images
(2)
Full Width
(0)
Mosaic
(0)
Multi Gallery
(1)
Simple
(1)
Meet Our Team
All
(5)
2 Card
(0)
3 Card
(1)
4 Card
(2)
5 Card
(1)
6 Card
(0)
7 Card
(0)
8 Card
(1)
Combo
(0)
Steps
All
(4)
3 Steps
(2)
4 Steps
(2)
5 Steps
(0)
Stats
All
(5)
2 Stats
(0)
3 Stats
(0)
4 Stats
(3)
Combos
(1)
Timeline
(1)
Pricing
All
(7)
2 Card
(0)
3 Card
(3)
Menu's
(2)
Price List
(0)
w/ Toggles
(2)
FAQ
All
(4)
Multi FAQ's
(0)
Side By Side
(2)
Standard
(2)
Why Choose Us
All
(11)
3 Card
(1)
4 Card
(1)
6 Card
(0)
Side By Side
(9)
Quotes
All
(0)
Single Quotes
(0)
MISC
All
(5)
Careers
(0)
Content
(0)
Locations
(1)
Logos
(1)
Maps
(0)
Popups
(0)
Tables
(1)
Video
(2)
Reviews
All
(14)
2 Card
(4)
3 Card
(3)
4 Card
(0)
8 Card
(0)
Full Width
(0)
Single Review
(7)
Slideshow
(0)
Forms & Contact
All
(8)
Contact Forms
(8)
Contact Info
(0)
Subscribe
(0)
Events
All
(3)
3 Card
(1)
4 Card
(0)
Side By Side
(2)
Blog
All
(3)
Recent Posts
(3)
Call To Action
All
(4)
Combos
(1)
Contained
(0)
Full Width
(2)
Subscribe Forms
(1)
Footer
All
(6)
2 Column
(0)
3 Column
(1)
4 Column
(2)
5 Column
(1)
Combo
(0)
Simple
(2)
Dark Mode
All
(1)
Standard
(1)
Interior Pages
All
(3)
About Page
(0)
Contact Page
(0)
Content Page
(1)
FAQ Page
(1)
Menus
(0)
Page Banners
(1)
Service Page
(0)
Contact Forms
HTML
CSS
Core Styles
Choose your preferred CSS
CSS
LESS
SCSS
CSS Dark
LESS Dark
SCSS Dark
Choose your preferred Core Styles CSS
CSS
LESS
SCSS
-
Dark Mode
+
Dark Mode
Copy
to Clipboard
<!-- ============================================ --> <!-- Contact --> <!-- ============================================ --> <section id="contact-1388"> <div class="cs-container"> <div class="cs-content"> <span class="cs-topper">Contact Us</span> <h2 class="cs-title">Get in Touch</h2> <p class="cs-text"> We are a team of passionate and creative individuals dedicated to crafting captivating designs that leave a lasting impression. </p> <ul class="cs-ul"> <li class="cs-li"> <picture class="cs-icon-wrapper"> <img aria-hidden="true" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons/phone-76.svg" alt="phone icon" class="cs-icon" width="40" height="40" decoding="async"> </picture> <div class="cs-flex-group"> <span class="cs-header">Phone</span> <a href="tel:888-4565-789 " class="cs-link">+1 (888) 4565 789 </a> </div> </li> <li class="cs-li"> <picture class="cs-icon-wrapper"> <img aria-hidden="true" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons/mail-76.svg" alt="address icon" class="cs-icon" width="40" height="40" decoding="async"> </picture> <div class="cs-flex-group"> <span class="cs-header">Email</span> <a href="mailto:Email@stitch.com" class="cs-link">Email@stitch.com</a> </div> </li> <li class="cs-li"> <picture class="cs-icon-wrapper"> <img aria-hidden="true" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons/pin-76.svg" alt="address icon" class="cs-icon" width="40" height="40" decoding="async"> </picture> <div class="cs-flex-group"> <span class="cs-header">Address</span> <a href="" class="cs-link">2553 Woodbridge Lane, Boston Ware 120</a> </div> </li> </ul> </div> <!--Form--> <form class="cs-form" id="cs-form-1388" name="Contact Form" method="post"> <h3 class="cs-h3">Make Appointment</h3> <label class="cs-label"> Name <input class="cs-input" required type="text" id="name-1388" name="name" placeholder="Name"> </label> <label class="cs-label cs-email"> Email <input class="cs-input" required type="email" id="email-1388" name="email" placeholder="Email"> </label> <label class="cs-label cs-phone"> Phone <input class="cs-input" required type="number" id="phone-1388" name="phone" placeholder="Phone"> </label> <label class="cs-label"> Message <textarea class="cs-input cs-textarea" required name="Message" id="message-1388" placeholder="Write message..."></textarea> </label> <button class="cs-button-solid cs-submit" type="submit">Send Message</button> </form> </div> </section>
/*-- -------------------------- --> <--- Contact --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #contact-1388 { padding: var(--sectionPadding); background-color: #f7f7f7; position: relative; z-index: 1; } #contact-1388 .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: 36.5rem; margin: auto; display: flex; justify-content: center; align-items: stretch; flex-direction: column; column-gap: auto; /* 48px - 64px */ gap: clamp(2rem, 3vw, 3rem); position: relative; } #contact-1388 .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; } #contact-1388 .cs-title { max-width: 23ch; } #contact-1388 .cs-text { margin-bottom: 1rem; } #contact-1388 .cs-text:last-of-type { margin-bottom: 2rem; } #contact-1388 .cs-ul { text-align: left; width: 100%; margin: 0; padding: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; position: relative; } #contact-1388 .cs-li { list-style: none; display: flex; justify-content: flex-start; align-items: flex-start; gap: 1.25rem; } #contact-1388 .cs-li:hover .cs-icon-wrapper { transform: scale(1.1); } #contact-1388 .cs-header { font-size: 1.25rem; font-weight: 700; line-height: 1.2em; margin-bottom: 0.75rem; color: var(--headerColor); display: block; } #contact-1388 .cs-link { font-size: 1rem; line-height: 1.5em; text-decoration: none; color: #767676; display: block; position: relative; } #contact-1388 .cs-link:hover { text-decoration: underline; } #contact-1388 .cs-icon-wrapper { width: 3.75rem; height: 3.75rem; margin: 0; border-radius: 50%; border: 1px solid #bababa; display: flex; justify-content: center; align-items: center; /* prevents flexbox from squishing it */ flex: none; transition: transform 0.3s; } #contact-1388 .cs-icon { width: 1.5rem; height: auto; display: block; } #contact-1388 .cs-form { width: 100%; max-width: 39.375rem; /* 24px - 48px top and bottom */ /* 16px - 48px left and right */ padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem); /* prevents flexbox from affecting height and width */ box-sizing: border-box; background-color: #fff; border-radius: 1rem; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: 0.75rem; } #contact-1388 .cs-h3 { /* 20px - 39px */ font-size: clamp(1.25rem, 3vw, 2.4375rem); line-height: 1.2em; font-weight: 700; margin: 0 0 0.25rem 0; color: var(--headerColor); } #contact-1388 .cs-label { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); width: 100%; color: var(--headerColor); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 0.25rem; } #contact-1388 .cs-input { font-size: 1rem; width: 100%; height: 3.5rem; padding: 0; padding-left: 1.5rem; color: var(--headerColor); background-color: #f7f7f7; border-radius: 0.5rem; border: none; /* prevents padding from adding to height and width */ box-sizing: border-box; } #contact-1388 .cs-input::placeholder { color: #7d799c; opacity: 0.6; } #contact-1388 .cs-textarea { min-height: 7.5rem; padding-top: 1.5rem; margin-bottom: 0.75rem; font-family: inherit; } #contact-1388 .cs-button-solid { font-size: 1rem; line-height: 3.5rem; text-decoration: none; font-weight: 700; overflow: hidden; margin: 0; color: #fff; padding: 0 3rem; border-radius: 1.875rem; background-color: var(--primary); display: inline-block; position: relative; z-index: 1; transition: color 0.3s; } #contact-1388 .cs-button-solid:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #1a1a1a; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } #contact-1388 .cs-button-solid:hover { color: var(--primary); } #contact-1388 .cs-button-solid:hover:before { width: 100%; } #contact-1388 .cs-submit { width: 100%; min-width: 12.5rem; border: none; } #contact-1388 .cs-submit:hover { color: #fff; cursor: pointer; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #contact-1388 .cs-container { max-width: 80rem; flex-direction: row; justify-content: space-between; } #contact-1388 .cs-content { width: 47%; /* prevents flexbox from squishing it */ flex: none; } #contact-1388 .cs-submit { width: auto; } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #contact-1388 .cs-form { width: 46%; max-width: 36.125rem; } #contact-1388 .cs-submit { width: auto; } } /* Large Desktop - 1500px */ @media only screen and (min-width: 93.75rem) { #contact-1388 .cs-graphic { display: block; } }
/*-- -------------------------- --> <--- Contact --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #contact-1388 { padding: var(--sectionPadding); background-color: #f7f7f7; position: relative; z-index: 1; } #contact-1388 .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: 36.5rem; margin: auto; display: flex; justify-content: center; align-items: stretch; flex-direction: column; column-gap: auto; /* 48px - 64px */ gap: clamp(2rem, 3vw, 3rem); position: relative; } #contact-1388 .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; } #contact-1388 .cs-title { max-width: 23ch; } #contact-1388 .cs-text { margin-bottom: 1rem; } #contact-1388 .cs-text:last-of-type { margin-bottom: 2rem; } #contact-1388 .cs-ul { text-align: left; width: 100%; margin: 0; padding: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; position: relative; } #contact-1388 .cs-li { list-style: none; display: flex; justify-content: flex-start; align-items: flex-start; gap: 1.25rem; } #contact-1388 .cs-li:hover .cs-icon-wrapper { transform: scale(1.1); } #contact-1388 .cs-header { font-size: 1.25rem; font-weight: 700; line-height: 1.2em; margin-bottom: 0.75rem; color: var(--headerColor); display: block; } #contact-1388 .cs-link { font-size: 1rem; line-height: 1.5em; text-decoration: none; color: #767676; display: block; position: relative; } #contact-1388 .cs-link:hover { text-decoration: underline; } #contact-1388 .cs-icon-wrapper { width: 3.75rem; height: 3.75rem; margin: 0; border-radius: 50%; border: 1px solid #bababa; display: flex; justify-content: center; align-items: center; /* prevents flexbox from squishing it */ flex: none; transition: transform 0.3s; } #contact-1388 .cs-icon { width: 1.5rem; height: auto; display: block; } #contact-1388 .cs-form { width: 100%; max-width: 39.375rem; /* 24px - 48px top and bottom */ /* 16px - 48px left and right */ padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem); /* prevents flexbox from affecting height and width */ box-sizing: border-box; background-color: #fff; border-radius: 1rem; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: 0.75rem; } #contact-1388 .cs-h3 { /* 20px - 39px */ font-size: clamp(1.25rem, 3vw, 2.4375rem); line-height: 1.2em; font-weight: 700; margin: 0 0 0.25rem 0; color: var(--headerColor); } #contact-1388 .cs-label { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); width: 100%; color: var(--headerColor); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 0.25rem; } #contact-1388 .cs-input { font-size: 1rem; width: 100%; height: 3.5rem; padding: 0; padding-left: 1.5rem; color: var(--headerColor); background-color: #f7f7f7; border-radius: 0.5rem; border: none; /* prevents padding from adding to height and width */ box-sizing: border-box; } #contact-1388 .cs-input::placeholder { color: #7d799c; opacity: 0.6; } #contact-1388 .cs-textarea { min-height: 7.5rem; padding-top: 1.5rem; margin-bottom: 0.75rem; font-family: inherit; } #contact-1388 .cs-button-solid { font-size: 1rem; line-height: 3.5rem; text-decoration: none; font-weight: 700; overflow: hidden; margin: 0; color: #fff; padding: 0 3rem; border-radius: 1.875rem; background-color: var(--primary); display: inline-block; position: relative; z-index: 1; transition: color 0.3s; } #contact-1388 .cs-button-solid:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #1a1a1a; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } #contact-1388 .cs-button-solid:hover { color: var(--primary); } #contact-1388 .cs-button-solid:hover:before { width: 100%; } #contact-1388 .cs-submit { width: 100%; min-width: 12.5rem; border: none; } #contact-1388 .cs-submit:hover { color: #fff; cursor: pointer; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #contact-1388 .cs-container { max-width: 80rem; flex-direction: row; justify-content: space-between; } #contact-1388 .cs-content { width: 47%; /* prevents flexbox from squishing it */ flex: none; } #contact-1388 .cs-submit { width: auto; } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #contact-1388 .cs-form { width: 46%; max-width: 36.125rem; } #contact-1388 .cs-submit { width: auto; } } /* Large Desktop - 1500px */ @media only screen and (min-width: 93.75rem) { #contact-1388 .cs-graphic { display: block; } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode #contact-1388 { background-color: rgba(0, 0, 0, 0.2); } body.dark-mode #contact-1388 .cs-title, body.dark-mode #contact-1388 .cs-text, body.dark-mode #contact-1388 .cs-header, body.dark-mode #contact-1388 .cs-link, body.dark-mode #contact-1388 .cs-label, body.dark-mode #contact-1388 .cs-h3 { color: var(--bodyTextColorWhite); } body.dark-mode #contact-1388 .cs-contact-text, body.dark-mode #contact-1388 .cs-link { opacity: 0.8; } body.dark-mode #contact-1388 .cs-icon-wrapper { border-color: #fff; } body.dark-mode #contact-1388 .cs-icon { /* makes it white */ filter: grayscale(1) brightness(1000%); } body.dark-mode #contact-1388 .cs-form { background-color: var(--medium); } body.dark-mode #contact-1388 .cs-input { background-color: rgba(255, 255, 255, 0.2); color: #fff; } body.dark-mode #contact-1388 .cs-input::placeholder { color: #fff; opacity: 0.8; } body.dark-mode #contact-1388 .cs-graphic { opacity: 0.4; } }
/*-- -------------------------- --> <--- Contact --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #contact-1388 { padding: var(--sectionPadding); background-color: #f7f7f7; position: relative; z-index: 1; .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: (584/16rem); margin: auto; display: flex; justify-content: center; align-items: stretch; flex-direction: column; column-gap: auto; /* 48px - 64px */ gap: clamp(2rem, 3vw, 3rem); position: relative; } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; } .cs-title { max-width: 23ch; } .cs-text { margin-bottom: (16/16rem); &:last-of-type { margin-bottom: (32/16rem); } } .cs-ul { text-align: left; width: 100%; margin: 0; padding: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: (24/16rem); position: relative; } .cs-li { list-style: none; display: flex; justify-content: flex-start; align-items: flex-start; gap: (20/16rem); &:hover { .cs-icon-wrapper { transform: scale(1.1); } } } .cs-header { font-size: (20/16rem); font-weight: 700; line-height: 1.2em; margin-bottom: (12/16rem); color: var(--headerColor); display: block; } .cs-link { font-size: (16/16rem); line-height: 1.5em; text-decoration: none; color: #767676; display: block; position: relative; &:hover { text-decoration: underline; } } .cs-icon-wrapper { width: (60/16rem); height: (60/16rem); margin: 0; border-radius: 50%; border: 1px solid #bababa; display: flex; justify-content: center; align-items: center; /* prevents flexbox from squishing it */ flex: none; transition: transform 0.3s; } .cs-icon { width: (24/16rem); height: auto; display: block; } .cs-form { width: 100%; max-width: (630/16rem); /* 24px - 48px top and bottom */ /* 16px - 48px left and right */ padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem); /* prevents flexbox from affecting height and width */ box-sizing: border-box; background-color: #fff; border-radius: (16/16rem); display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: (12/16rem); } .cs-h3 { /* 20px - 39px */ font-size: clamp(1.25rem, 3vw, 2.4375rem); line-height: 1.2em; font-weight: 700; margin: 0 0 (4/16rem) 0; color: var(--headerColor); } .cs-label { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); width: 100%; color: var(--headerColor); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: (4/16rem); } .cs-input { font-size: (16/16rem); width: 100%; height: (56/16rem); padding: 0; padding-left: (24/16rem); color: var(--headerColor); background-color: #f7f7f7; border-radius: (8/16rem); border: none; /* prevents padding from adding to height and width */ box-sizing: border-box; &::placeholder { color: #7d799c; opacity: 0.6; } } .cs-textarea { min-height: (120/16rem); padding-top: (24/16rem); margin-bottom: (12/16rem); font-family: inherit; } .cs-button-solid { font-size: (16/16rem); line-height: (56/16rem); text-decoration: none; font-weight: 700; overflow: hidden; margin: 0; color: #fff; padding: 0 (48/16rem); border-radius: (30/16rem); background-color: var(--primary); display: inline-block; position: relative; z-index: 1; transition: color 0.3s; &:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #1a1a1a; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { color: var(--primary); &:before { width: 100%; } } } .cs-submit { width: 100%; min-width: (200/16rem); border: none; &:hover { color: #fff; cursor: pointer; } } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #contact-1388 { .cs-container { max-width: (1280/16rem); flex-direction: row; justify-content: space-between; } .cs-content { width: 47%; /* prevents flexbox from squishing it */ flex: none; } .cs-submit { width: auto; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #contact-1388 { .cs-form { width: 46%; max-width: (578/16rem); } .cs-submit { width: auto; } } } /* Large Desktop - 1500px */ @media only screen and (min-width: 93.75rem) { #contact-1388 { .cs-graphic { display: block; } } }
/*-- -------------------------- --> <--- Contact --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #contact-1388 { padding: var(--sectionPadding); background-color: #f7f7f7; position: relative; z-index: 1; .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: (584/16rem); margin: auto; display: flex; justify-content: center; align-items: stretch; flex-direction: column; column-gap: auto; /* 48px - 64px */ gap: clamp(2rem, 3vw, 3rem); position: relative; } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; } .cs-title { max-width: 23ch; } .cs-text { margin-bottom: (16/16rem); &:last-of-type { margin-bottom: (32/16rem); } } .cs-ul { text-align: left; width: 100%; margin: 0; padding: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: (24/16rem); position: relative; } .cs-li { list-style: none; display: flex; justify-content: flex-start; align-items: flex-start; gap: (20/16rem); &:hover { .cs-icon-wrapper { transform: scale(1.1); } } } .cs-header { font-size: (20/16rem); font-weight: 700; line-height: 1.2em; margin-bottom: (12/16rem); color: var(--headerColor); display: block; } .cs-link { font-size: (16/16rem); line-height: 1.5em; text-decoration: none; color: #767676; display: block; position: relative; &:hover { text-decoration: underline; } } .cs-icon-wrapper { width: (60/16rem); height: (60/16rem); margin: 0; border-radius: 50%; border: 1px solid #bababa; display: flex; justify-content: center; align-items: center; /* prevents flexbox from squishing it */ flex: none; transition: transform 0.3s; } .cs-icon { width: (24/16rem); height: auto; display: block; } .cs-form { width: 100%; max-width: (630/16rem); /* 24px - 48px top and bottom */ /* 16px - 48px left and right */ padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem); /* prevents flexbox from affecting height and width */ box-sizing: border-box; background-color: #fff; border-radius: (16/16rem); display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: (12/16rem); } .cs-h3 { /* 20px - 39px */ font-size: clamp(1.25rem, 3vw, 2.4375rem); line-height: 1.2em; font-weight: 700; margin: 0 0 (4/16rem) 0; color: var(--headerColor); } .cs-label { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); width: 100%; color: var(--headerColor); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: (4/16rem); } .cs-input { font-size: (16/16rem); width: 100%; height: (56/16rem); padding: 0; padding-left: (24/16rem); color: var(--headerColor); background-color: #f7f7f7; border-radius: (8/16rem); border: none; /* prevents padding from adding to height and width */ box-sizing: border-box; &::placeholder { color: #7d799c; opacity: 0.6; } } .cs-textarea { min-height: (120/16rem); padding-top: (24/16rem); margin-bottom: (12/16rem); font-family: inherit; } .cs-button-solid { font-size: (16/16rem); line-height: (56/16rem); text-decoration: none; font-weight: 700; overflow: hidden; margin: 0; color: #fff; padding: 0 (48/16rem); border-radius: (30/16rem); background-color: var(--primary); display: inline-block; position: relative; z-index: 1; transition: color 0.3s; &:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #1a1a1a; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { color: var(--primary); &:before { width: 100%; } } } .cs-submit { width: 100%; min-width: (200/16rem); border: none; &:hover { color: #fff; cursor: pointer; } } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #contact-1388 { .cs-container { max-width: (1280/16rem); flex-direction: row; justify-content: space-between; } .cs-content { width: 47%; /* prevents flexbox from squishing it */ flex: none; } .cs-submit { width: auto; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #contact-1388 { .cs-form { width: 46%; max-width: (578/16rem); } .cs-submit { width: auto; } } } /* Large Desktop - 1500px */ @media only screen and (min-width: 93.75rem) { #contact-1388 { .cs-graphic { display: block; } } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode { #contact-1388 { background-color: rgba(0, 0, 0, 0.2); .cs-title, .cs-text, .cs-header, .cs-link, .cs-label, .cs-h3 { color: var(--bodyTextColorWhite); } .cs-contact-text, .cs-link { opacity: 0.8; } .cs-icon-wrapper { border-color: #fff; } .cs-icon { /* makes it white */ filter: grayscale(1) brightness(1000%); } .cs-form { background-color: var(--medium); } .cs-input { background-color: rgba(255, 255, 255, 0.2); color: #fff; &::placeholder { color: #fff; opacity: 0.8; } } .cs-graphic { opacity: 0.4; } } } }
/*-- -------------------------- --> <--- Contact --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #contact-1388 { padding: var(--sectionPadding); background-color: #f7f7f7; position: relative; z-index: 1; .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: calc(584 / 16 * 1rem); margin: auto; display: flex; justify-content: center; align-items: stretch; flex-direction: column; column-gap: auto; /* 48px - 64px */ gap: clamp(2rem, 3vw, 3rem); position: relative; } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; } .cs-title { max-width: 23ch; } .cs-text { margin-bottom: calc(16 / 16 * 1rem); &:last-of-type { margin-bottom: calc(32 / 16 * 1rem); } } .cs-ul { text-align: left; width: 100%; margin: 0; padding: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: calc(24 / 16 * 1rem); position: relative; } .cs-li { list-style: none; display: flex; justify-content: flex-start; align-items: flex-start; gap: calc(20 / 16 * 1rem); &:hover { .cs-icon-wrapper { transform: scale(1.1); } } } .cs-header { font-size: calc(20 / 16 * 1rem); font-weight: 700; line-height: 1.2em; margin-bottom: calc(12 / 16 * 1rem); color: var(--headerColor); display: block; } .cs-link { font-size: calc(16 / 16 * 1rem); line-height: 1.5em; text-decoration: none; color: #767676; display: block; position: relative; &:hover { text-decoration: underline; } } .cs-icon-wrapper { width: calc(60 / 16 * 1rem); height: calc(60 / 16 * 1rem); margin: 0; border-radius: 50%; border: 1px solid #bababa; display: flex; justify-content: center; align-items: center; /* prevents flexbox from squishing it */ flex: none; transition: transform 0.3s; } .cs-icon { width: calc(24 / 16 * 1rem); height: auto; display: block; } .cs-form { width: 100%; max-width: calc(630 / 16 * 1rem); /* 24px - 48px top and bottom */ /* 16px - 48px left and right */ padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem); /* prevents flexbox from affecting height and width */ box-sizing: border-box; background-color: #fff; border-radius: calc(16 / 16 * 1rem); display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: calc(12 / 16 * 1rem); } .cs-h3 { /* 20px - 39px */ font-size: clamp(1.25rem, 3vw, 2.4375rem); line-height: 1.2em; font-weight: 700; margin: 0 0 calc(4 / 16 * 1rem) 0; color: var(--headerColor); } .cs-label { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); width: 100%; color: var(--headerColor); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: calc(4 / 16 * 1rem); } .cs-input { font-size: calc(16 / 16 * 1rem); width: 100%; height: calc(56 / 16 * 1rem); padding: 0; padding-left: calc(24 / 16 * 1rem); color: var(--headerColor); background-color: #f7f7f7; border-radius: calc(8 / 16 * 1rem); border: none; /* prevents padding from adding to height and width */ box-sizing: border-box; &::placeholder { color: #7d799c; opacity: 0.6; } } .cs-textarea { min-height: calc(120 / 16 * 1rem); padding-top: calc(24 / 16 * 1rem); margin-bottom: calc(12 / 16 * 1rem); font-family: inherit; } .cs-button-solid { font-size: calc(16 / 16 * 1rem); line-height: calc(56 / 16 * 1rem); text-decoration: none; font-weight: 700; overflow: hidden; margin: 0; color: #fff; padding: 0 calc(48 / 16 * 1rem); border-radius: calc(30 / 16 * 1rem); background-color: var(--primary); display: inline-block; position: relative; z-index: 1; transition: color 0.3s; &:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #1a1a1a; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { color: var(--primary); &:before { width: 100%; } } } .cs-submit { width: 100%; min-width: calc(200 / 16 * 1rem); border: none; &:hover { color: #fff; cursor: pointer; } } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #contact-1388 { .cs-container { max-width: calc(1280 / 16 * 1rem); flex-direction: row; justify-content: space-between; } .cs-content { width: 47%; /* prevents flexbox from squishing it */ flex: none; } .cs-submit { width: auto; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #contact-1388 { .cs-form { width: 46%; max-width: calc(578 / 16 * 1rem); } .cs-submit { width: auto; } } } /* Large Desktop - 1500px */ @media only screen and (min-width: 93.75rem) { #contact-1388 { .cs-graphic { display: block; } } }
/*-- -------------------------- --> <--- Contact --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #contact-1388 { padding: var(--sectionPadding); background-color: #f7f7f7; position: relative; z-index: 1; .cs-container { width: 100%; /* changes to 1280px at tablet */ max-width: calc(584 / 16 * 1rem); margin: auto; display: flex; justify-content: center; align-items: stretch; flex-direction: column; column-gap: auto; /* 48px - 64px */ gap: clamp(2rem, 3vw, 3rem); position: relative; } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; } .cs-title { max-width: 23ch; } .cs-text { margin-bottom: calc(16 / 16 * 1rem); &:last-of-type { margin-bottom: calc(32 / 16 * 1rem); } } .cs-ul { text-align: left; width: 100%; margin: 0; padding: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: calc(24 / 16 * 1rem); position: relative; } .cs-li { list-style: none; display: flex; justify-content: flex-start; align-items: flex-start; gap: calc(20 / 16 * 1rem); &:hover { .cs-icon-wrapper { transform: scale(1.1); } } } .cs-header { font-size: calc(20 / 16 * 1rem); font-weight: 700; line-height: 1.2em; margin-bottom: calc(12 / 16 * 1rem); color: var(--headerColor); display: block; } .cs-link { font-size: calc(16 / 16 * 1rem); line-height: 1.5em; text-decoration: none; color: #767676; display: block; position: relative; &:hover { text-decoration: underline; } } .cs-icon-wrapper { width: calc(60 / 16 * 1rem); height: calc(60 / 16 * 1rem); margin: 0; border-radius: 50%; border: 1px solid #bababa; display: flex; justify-content: center; align-items: center; /* prevents flexbox from squishing it */ flex: none; transition: transform 0.3s; } .cs-icon { width: calc(24 / 16 * 1rem); height: auto; display: block; } .cs-form { width: 100%; max-width: calc(630 / 16 * 1rem); /* 24px - 48px top and bottom */ /* 16px - 48px left and right */ padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem); /* prevents flexbox from affecting height and width */ box-sizing: border-box; background-color: #fff; border-radius: calc(16 / 16 * 1rem); display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: calc(12 / 16 * 1rem); } .cs-h3 { /* 20px - 39px */ font-size: clamp(1.25rem, 3vw, 2.4375rem); line-height: 1.2em; font-weight: 700; margin: 0 0 calc(4 / 16 * 1rem) 0; color: var(--headerColor); } .cs-label { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); width: 100%; color: var(--headerColor); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: calc(4 / 16 * 1rem); } .cs-input { font-size: calc(16 / 16 * 1rem); width: 100%; height: calc(56 / 16 * 1rem); padding: 0; padding-left: calc(24 / 16 * 1rem); color: var(--headerColor); background-color: #f7f7f7; border-radius: calc(8 / 16 * 1rem); border: none; /* prevents padding from adding to height and width */ box-sizing: border-box; &::placeholder { color: #7d799c; opacity: 0.6; } } .cs-textarea { min-height: calc(120 / 16 * 1rem); padding-top: calc(24 / 16 * 1rem); margin-bottom: calc(12 / 16 * 1rem); font-family: inherit; } .cs-button-solid { font-size: calc(16 / 16 * 1rem); line-height: calc(56 / 16 * 1rem); text-decoration: none; font-weight: 700; overflow: hidden; margin: 0; color: #fff; padding: 0 calc(48 / 16 * 1rem); border-radius: calc(30 / 16 * 1rem); background-color: var(--primary); display: inline-block; position: relative; z-index: 1; transition: color 0.3s; &:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #1a1a1a; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { color: var(--primary); &:before { width: 100%; } } } .cs-submit { width: 100%; min-width: calc(200 / 16 * 1rem); border: none; &:hover { color: #fff; cursor: pointer; } } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #contact-1388 { .cs-container { max-width: calc(1280 / 16 * 1rem); flex-direction: row; justify-content: space-between; } .cs-content { width: 47%; /* prevents flexbox from squishing it */ flex: none; } .cs-submit { width: auto; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #contact-1388 { .cs-form { width: 46%; max-width: calc(578 / 16 * 1rem); } .cs-submit { width: auto; } } } /* Large Desktop - 1500px */ @media only screen and (min-width: 93.75rem) { #contact-1388 { .cs-graphic { display: block; } } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode { #contact-1388 { background-color: rgba(0, 0, 0, 0.2); .cs-title, .cs-text, .cs-header, .cs-link, .cs-label, .cs-h3 { color: var(--bodyTextColorWhite); } .cs-contact-text, .cs-link { opacity: 0.8; } .cs-icon-wrapper { border-color: #fff; } .cs-icon { /* makes it white */ filter: grayscale(1) brightness(1000%); } .cs-form { background-color: var(--medium); } .cs-input { background-color: rgba(255, 255, 255, 0.2); color: #fff; &::placeholder { color: #fff; opacity: 0.8; } } .cs-graphic { opacity: 0.4; } } } }
:root { /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */ --primary: #ff6a3e; --primaryLight: #ffba43; --secondary: #ffba43; --secondaryLight: #ffba43; --headerColor: #1a1a1a; --bodyTextColor: #4e4b66; --bodyTextColorWhite: #fafbfc; /* 13px - 16px */ --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem); /* 31px - 49px */ --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem); --bodyFontSize: 1rem; /* 60px - 100px top and bottom */ --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem; } body { margin: 0; padding: 0; } *, *:before, *:after { /* prevents padding from affecting height and width */ box-sizing: border-box; } .cs-topper { font-size: var(--topperFontSize); line-height: 1.2em; text-transform: uppercase; text-align: inherit; letter-spacing: .1em; font-weight: 700; color: var(--primary); margin-bottom: 0.25rem; display: block; } .cs-title { font-size: var(--headerFontSize); font-weight: 900; line-height: 1.2em; text-align: inherit; max-width: 43.75rem; margin: 0 0 1rem 0; color: var(--headerColor); position: relative; } .cs-text { font-size: var(--bodyFontSize); line-height: 1.5em; text-align: inherit; width: 100%; max-width: 40.625rem; margin: 0; color: var(--bodyTextColor); }
:root { /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */ --primary: #ff6a3e; --primaryLight: #ffba43; --secondary: #ffba43; --secondaryLight: #ffba43; --headerColor: #1a1a1a; --bodyTextColor: #4e4b66; --bodyTextColorWhite: #fafbfc; /* 13px - 16px */ --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem); /* 31px - 49px */ --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem); --bodyFontSize: 1rem; /* 60px - 100px top and bottom */ --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem; } body { margin: 0; padding: 0; } *, *:before, *:after { /* prevents padding from affecting height and width */ box-sizing: border-box; } .cs-topper { font-size: var(--topperFontSize); line-height: 1.2em; text-transform: uppercase; text-align: inherit; letter-spacing: .1em; font-weight: 700; color: var(--primary); margin-bottom: (4/16rem); display: block; } .cs-title { font-size: var(--headerFontSize); font-weight: 900; line-height: 1.2em; text-align: inherit; max-width: (700/16rem); margin: 0 0 (16/16rem) 0; color: var(--headerColor); position: relative; } .cs-text { font-size: var(--bodyFontSize); line-height: 1.5em; text-align: inherit; width: 100%; max-width: (650/16rem); margin: 0; color: var(--bodyTextColor); }
:root { /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */ --primary: #ff6a3e; --primaryLight: #ffba43; --secondary: #ffba43; --secondaryLight: #ffba43; --headerColor: #1a1a1a; --bodyTextColor: #4e4b66; --bodyTextColorWhite: #fafbfc; /* 13px - 16px */ --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem); /* 31px - 49px */ --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem); --bodyFontSize: 1rem; /* 60px - 100px top and bottom */ --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem; } body { margin: 0; padding: 0; } *, *:before, *:after { /* prevents padding from affecting height and width */ box-sizing: border-box; } .cs-topper { font-size: var(--topperFontSize); line-height: 1.2em; text-transform: uppercase; text-align: inherit; letter-spacing: .1em; font-weight: 700; color: var(--primary); margin-bottom: calc(4 / 16 * 1rem); display: block; } .cs-title { font-size: var(--headerFontSize); font-weight: 900; line-height: 1.2em; text-align: inherit; max-width: calc(700 / 16 * 1rem); margin: 0 0 calc(16 / 16 * 1rem) 0; color: var(--headerColor); position: relative; } .cs-text { font-size: var(--bodyFontSize); line-height: 1.5em; text-align: inherit; width: 100%; max-width: calc(650 / 16 * 1rem); margin: 0; color: var(--bodyTextColor); }
Lorem Ipsum
Undo