Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //General Styles
- @font-face {
- font-family: "Hatton-medium";
- src: url("https://static1.squarespace.com/static/5fb7c55aa4362a40d79ad528/t/6096b7503481821120951c5a/1620490064222/Hatton-Medium.otf");}
- h1, h2, h3, h4 { font-family: "Hatton-medium" !important; }
- //No auto hyphens
- body {-webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important; }
- // Slide Up Header + Navigation On Load //
- header {
- animation: fade-intro-up 2s ease;
- -webkit-animation: fade-intro-up 2s ease;
- }
- @keyframes fade-intro-up {0%{opacity: 0;-webkit-transform: translate3d(0,50px,0);-moz-transform: translate3d(0,50px,0);-ms-transform: translate3d(0,50px,0);-o-transform: translate3d(0,50px,0);transform: translate3d(0,50px,0);}100%{opacity: 1;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}}
- //Footer
- @media only screen and (max-width:640px){ #footer-sections * {text-align:center}}
- // Remove Active Nav Line //
- .header-nav-item--active a {
- background-image: none !important;
- }
- //hide recaptcha glitch
- .form-submission-html + .newsletter-form-footnote {
- display:none;
- }
- //header button
- .header-actions .header-actions-action--cta {
- font-family: franklin-gothic-urw;
- font-weight: 500 !important;
- text-transform: uppercase!important;
- letter-spacing: 0.09em!important;
- font-size: 1rem !important;
- border-radius: 300px!important;
- }
- //NEWSLETTER BUTTON
- .newsletter-form-button {
- font-family: franklin-gothic-urw;
- font-weight: 500 !important;
- text-transform: uppercase!important;
- letter-spacing: 0.09em!important;}
- .newsletter-block .newsletter-form-field-element, .newsletter-block .newsletter-form-button
- { padding: 1rem 1rem !important;
- line-height: 1rem !important;
- }
- //blog thumbnail image radius
- .blog-basic-grid .image-wrapper {border-radius: 40px !important;}
- .blog-alternating-side-by-side .image-wrapper {border-radius: 40px !important;}
- // link page buttons same length
- .sqs-block-button-element--small {
- width: 50% !important;
- font-size:16px;
- font-weight: 300;
- }
- //meta description, title font size summary block
- .summary-metadata-item {font-size:19px !important;}
- .summary-title {font-size:22px !important;}
- //Summary image radius
- .sqs-block-summary-v2 .img-wrapper
- {border-radius: 40px !important;}
- //gallery radius + instagram block radius
- .sqs-gallery-block-grid .slide .margin-wrapper a.image-slide-anchor {border-radius: 40px !important;}
- //brand photo top section center text
- section[data-section-id="61b7aa36bfcf744c9bf4db5e"]{
- .sqs-row {
- display: flex;
- align-items: center;
- }}
- //About page photo collage Section */
- [data-section-id="61a69ddd977e6d7ac1d79c4a"] {
- h2 {
- margin-bottom: 25px;
- }
- .sqs-col-4 .sqs-block-image {
- margin-right: -40px;
- z-index: 3;
- }
- .sqs-col-3 .sqs-block-image {
- margin-left: -40px;
- }
- .sqs-col-4 p {
- max-width: 500px;
- margin: 0 auto;
- }
- .sqs-block-image {
- padding-bottom: 0;
- }
- .sqs-block-button {
- margin-top: 22px;
- }
- .sqs-row {
- display: flex;
- align-items: center;
- }
- @media screen and (max-width: 1199px) {
- .sqs-block-button {
- margin-top: 0;
- }
- }
- @media screen and (max-width: 767px) {
- .sqs-row {
- display: block;
- }
- .sqs-col-4 .sqs-block-image,
- .sqs-col-3 .sqs-block-image {
- margin: 0;
- }
- .sqs-col-4 p {
- max-width: 100%;
- }
- }
- }
- @media screen and (max-width: 767px) {
- #block-fac2d4bf8b7b7a7340bf {display:none;}}
- //smooth scroll to anchor link
- html {
- scroll-behavior: smooth;
- }
- //Newsletter
- .primary-button-style-outline .light .sqs-block-newsletter .newsletter-form-button { border-width: 2px;}
- .newsletter-form-field-element {
- background-color: transparent !important;
- border-top: none !important;
- border-left: none !important;
- border-right: none !important;
- }
- .newsletter-block .newsletter-form-button{
- font-size: 20px !important;
- padding: 12px !important;
- }
- .sqs-alternate-block-style-container .newsletter-block .newsletter-form-wrapper .newsletter-form-button {
- background: none !important;
- border:none !important;
- }
- .newsletter-block .newsletter-form-field-element{
- text-transform: uppercase;
- letter-spacing: 0px;
- font-weight:normal;
- line-height:1em;
- padding:0px 0px !important;
- }
- .sqs-alternate-block-style-container .newsletter-block .newsletter-form-wrapper .newsletter-form-button {
- border: none !important;
- box-shadow: none !important;
- }
- .sqs-alternate-block-style-container .newsletter-block .newsletter-form-wrapper .newsletter-form-button {
- border-width:0px !important;
- box-shadow: inset 0px 0px 0px 0px transparent;
- padding: 0 0 0 0;
- }
- .newsletter-block .newsletter-form-fields-wrapper {
- display:inline-block !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement