* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 25px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } body {
background: #fff;
font-family: 'DM Sans', sans-serif;
font-weight: 400;
font-size: 16px;
color: #464c45;
letter-spacing: 0.02em;
}
a {
color: #9ab1a3;
text-decoration: none;
-webkit-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
a:hover {
text-decoration: none;
}
strong {
font-weight: 700;
}
em {
font-style: italic;
}
hr {
border: none 0;
border-bottom: 1px solid #E0E0E0;
height: 1px;
margin: 10px 0;
}
#page {
overflow: hidden;
}
.inner {
width: 100%;
max-width: 1360px;
margin: 0 auto;
padding: 0 25px;
}
.center {
text-align: center;
}
.button {
background-color: #9ab1a3;
color: #fff;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
padding: 18px 50px;
min-width: 180px;
text-align: center;
border-radius: 25px;
}
.clear {
clear: both;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Spectral', serif;
font-weight: 400;
line-height: 1.3;
margin-bottom: 10px;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 36px;
}
h3 {
font-family: 'DM Sans', sans-serif;
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
color: #9ab1a3;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
p {
line-height: 1.8;
margin-bottom: 20px;
}
p:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
height: auto;
}
input[type="text"], input[type="email"], textarea, select {
width: 100%;
font-family: 'DM Sans', sans-serif;
font-size: 14px;
padding: 12px 15px;
border: 1px solid #9ab1a3;
}
input[type="checkbox"] {
accent-color: #e3b249;
}
input[type="submit"] {
font-family: 'DM Sans', sans-serif;
background-color: #e3b249;
color: #fff;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
padding: 18px 50px;
min-width: 180px;
text-align: center;
border-radius: 25px;
border: 0;
cursor: pointer;
}  .site-header {
background-color: #fff;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 20;
padding: 26px 0;
box-shadow: 0 3px 15px 0px rgba(70, 76, 69, 0.45);
-webkit-transition: padding 600ms cubic-bezier(0.2,1,0.3,1);
transition: padding 600ms cubic-bezier(0.2,1,0.3,1);
}
.site-header.header-shrink {
padding: 10px 0;
}
.site-branding {
float: left;
}
.site-branding img {
max-width: 260px;
}
.site-social {
float: right;
margin-left: 25px;
padding-top: 11px;
}
.site-social a {
display: inline-block;
margin-left: 2px;
}
.site-social img {
max-width: 36px;
display: block;
}
.site-menu {
float: right;
padding-top: 11px;
}
.site-menu ul li {
float: left;
margin-left: 25px;
}
.site-menu ul li:first-child {
margin-left: 0;
}
.site-menu ul li a {
display: inline-block;
color: #464c45;
text-transform: uppercase;
padding: 10px 0;
position: relative;
}
.site-menu ul li a:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background-color: #9ab1a3;
content: "";
opacity: 0;
}
.site-menu ul li:hover a:after,
.site-menu ul li.current-menu-item a:after {
opacity: 1;
}
.site-menu ul li:last-child a {
padding: 8px 20px;
color: #9ab1a3;
border: 2px solid #9ab1a3;
border-radius: 25px;
font-weight: 700;
}
.site-menu ul li:last-child a:after {
opacity: 0;
} .mobile-slide {
position: relative;
height: 36px;
display: none;
float: right;
top: 7px;
cursor: pointer;
margin-left: 20px;
}
.mobile-slide span {
background-color: #9ab1a3;
display: block;
height: 5px;
position: relative;
transition: background .2s ease-out;
width: 35px;
top: 16px;
transition: all .3s ease-out;
}
.mobile-slide span::before,
.mobile-slide span::after {
background: #9ab1a3;
content: '';
display: block;
height: 100%;
position: absolute;
transition: all .2s ease-out;
width: 100%;
}
.mobile-slide span::before {
top: 12px;
}
.mobile-slide span::after {
top: -12px;
}
.menu-opened .mobile-slide span {
background: transparent;
}
.menu-opened .mobile-slide span:before,
.menu-opened .mobile-slide span:after {
background: #9ab1a3;
top: 0;
}
.menu-opened .mobile-slide span:before {
transform: rotate(-45deg);
}
.menu-opened .mobile-slide span:after {
transform: rotate(45deg);
}
.mobile-menu {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.95);
z-index: 10;
top: 0;
left: 0;
padding: 100px 15px 20px;
display: none;
}
.mobile-menu a {
font-size: 18px;
font-weight: 600;
display: block;
color: #464c45;
padding: 15px;
border-bottom: 1px solid #9ab1a3;
position: relative;
}
.mobile-menu li:last-child {
padding-top: 30px;
}
.mobile-menu li:last-child a {
padding: 14px 20px;
color: #fff;
border: 0;
background-color: #9ab1a3;
border-radius: 25px;
text-align: center;
max-width: 180px;
margin: 0 auto;
}
.mobile-menu a svg {
width: 15px;
height: 15px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
}
.mobile-menu li:last-child a svg {
display: none;
} .site-content {
padding-top: 110px;
}
.section {
padding: 70px 0;
position: relative;
}
.no-padding {
padding: 0;
}
.np-top {
padding-top: 0;
}
.slider {
background-color: #e0e7e3;
}
.bx-wrapper {
margin-bottom: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
background: none;
}
.slide-inner {
position: relative;
padding: 150px 0;
}
.slide-bg,
.seo-bg,
.contact-bg,
.contact-map {
width: 55%;
height: 100%;
position: absolute;
top: 0;
right: 0;
}
.bg-image {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.slide-wrap {
background-color: #fff;
max-width: 680px;
position: relative;
z-index: 10;
padding: 45px;
}
.slide-link {
padding-top: 100px;
}
.slide-arrows {
position: absolute;
bottom: 40px;
right: 40px;
}
.slide-prev,
.slide-next {
display: inline-block;
}
.slide-prev svg,
.slide-next svg {
fill: #464c45;
}
.cwrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -25px;
}
.col {
flex: 1 1 50%;
max-width: 50%;
padding: 0 25px;
}
.col3 {
flex: 1 1 33.33%;
max-width: 33.33%;
padding: 0 25px;
}
.col13 {
flex: 1 1 39%;
max-width: 39%;
padding: 0 25px;
}
.col23 {
flex: 1 1 61%;
max-width: 61%;
padding: 0 25px;
}
.intro,
.faq {
padding-bottom: 100px;
}
.intro h1 {
padding-right: 30px;
}
.seo,
.faq,
.gallery {
background-color: #f9fafa;
}
.seo .cwrap,
.contact .cwrap {
padding: 150px 0;
}
.seo .col13 {
padding-right: 50px;
}
.testimonial-slider {
position: relative;
overflow: hidden;
padding: 80px 0;
margin-top: 50px;
}
.testimonial-bg {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
}
.testimonial-wrap {
max-width: 740px;
width: 100%;
float: right;
background-color: #e3b249;
position: relative;
z-index: 10;
}
.testimonial-inner {
padding: 120px 50px;
}
.testimonial p,
.testimonial h3 {
color: #fff;
}
.testimonial-arrows {
position: absolute;
bottom: 20px;
right: 20px;
}
.testimonial-arrows .slide-prev svg,
.testimonial-arrows .slide-next svg {
fill: #fff;
}
.contact {
background-color: #e0e7e3;
}
.contact p {
font-size: 22px;
line-height: 1.4;
}
.static .slide-wrap {
padding-bottom: 200px;
}
.process-block {
margin-bottom: 30px;
}
.process-block:last-child {
margin-bottom: 0;
}
.process-intro-content {
max-width: 700px;
margin: 0 auto;
}
.process .cwrap {
margin: 0;
}
.process .col {
padding: 0;
position: relative;
}
.process-bg,
.type-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.process-content-inner {
background-color: #e0e7e3;
padding: 120px 60px;
}
.process-content span {
display: block;
font-size: 60px;
color: #fff;
font-weight: 700;
margin-bottom: 15px;
}
.process-content h2 {
font-size: 32px;
}
.faq-block:first-child {
padding-top: 0;
}
.faq-block {
border-bottom: 2px solid #9ab1a3;
padding: 20px 0;
}
.faq-block h3 {
text-transform: none;
color: #333c39;
font-size: 18px;
margin-bottom: 0;
position: relative;
cursor: pointer;
padding-right: 40px;
}
.faq-block h3:after {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: "+";
font-size: 30px;
font-weight: 700;
color: #464c45;
}
.faq-block.faq-opened h3:after {
content: "-";
}
.faq-answer {
display: none;
padding-top: 12px;
}
.gallery-wrap {
position: relative;
margin-top: 40px;
}
.product-gallery .gallery-wrap {
margin-top: 0;
}
.gallery-bg {
height: 500px;
}
.bx-wrapper .bx-controls-direction a {
text-indent: 0;
width: 42px;
height: 42px;
margin-top: -21px;
z-index: 10;
}
.bx-wrapper .bx-prev {
left: -60px;
}
.bx-wrapper .bx-next {
right: -60px;
}
.page-template-contact .slide-wrap {
padding-bottom: 45px;
}
.contact-details {
padding-top: 20px;
}
.contact-details p,
.post-type-archive-product .process-intro p,
.home-products-content p {
font-size: 20px;
}
.contact-details a {
color: #464c45;
}
.contact-map-frame {
position: relative;
height: 100%;
}
.contact-map-frame iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.contact-form .seo-bg {
left: 0;
right: auto;
width: 45%;
}
.wpcf7 {
padding: 10px 0 15px;
}
.wpcf7 br {
display: none;
}
.wpcf7-form-control-wrap {
margin-bottom: 15px;
display: block;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea {
border: 0;
border-bottom: 1px solid #9ab1a3;
padding-left: 0;
padding-right: 0;
}
.wpcf7 input[type="submit"] {
background-color: #9ab1a3;
}
.product-types .col3 {
margin-bottom: 60px;
}
.home .product-types,
.page-template-inspiration .product-types {
padding-top: 40px;
}
.home .product-types .col3 {
margin-bottom: 30px;
}
.product-type-block {
height: 340px;
}
.page-template-inspiration .product-type-block {
height: 440px;
}
.page-template-inspiration .product-types .col {
padding-bottom: 40px;
}
.product-type-block a {
display: block;
position: relative;
height: 100%;
}
.product-types h2 {
position: absolute;
bottom: -25px;
right: 0;
background-color: #9ab1a3;
padding: 6px 15px;
color: #fff;
font-size: 28px;
margin-bottom: 0;
}
.product-types h2 span {
position: relative;
height: 100%;
padding-right: 50px;
display: block;
}
.product-types svg {
fill: #fff;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
width: 32px;
height: 32px;
}
.product-banner {
background-color: #616d5e;
padding: 250px 0;
}
.product-banner .contact-bg {
width: 48%;
}
.product-banner h1 {
margin-bottom: 0;
color: #fff;
}
.product-content {
padding-bottom: 40px;
}
.product-content p,
.instagram p {
font-size: 22px;
}
.product-gallery .gallery-bg {
height: 650px;
}
.product-gallery .gallery-image:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(154, 177, 163, 0.65);
content: "";
}
.product-gallery .gallery-image.active-slide:before {
opacity: 0;
}
.tax-product_type .product-type-block {
height: auto;
}
.tax-product_type .product-types .col {
margin-bottom: 40px;
}
.tax-product_type .type-bg {
position: relative;
height: 400px;
}
.tax-product_type .product-types h2 {
position: relative;
bottom: auto;
right: auto;
padding: 15px 20px;
}
.product-types h2 span span {
display: inline-block;
}
.price {
font-family: 'DM Sans', sans-serif;
font-size: 20px;
font-weight: 700;
padding-top: 15px;
left: 2px;
}
.tax-product_type .product-types svg {
right: 20px;
}
.instagram {
background-color: #fdf8ed;
}
.instagram img {
max-width: 32px;
}
.instagram p {
padding-top: 100px;
}
.project-product {
margin-bottom: 40px;
}
.project-links {
}
.project-links .col:first-child {
padding-left: 0;
}
.project-links .col:last-child {
text-align: right;
padding-right: 0;
}
.gallery-bar {
position: relative;
height: 3px;
background-color: #ccc;
margin: 60px 0 40px;
}
.gallery-bar span {
position: absolute;
top: 0;
left: 0;
height: 100%;
background-color: #9ab1a3;
transition: all 0.2s;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: block;
cursor: default;
}
.bx-wrapper .bx-controls-direction a.disabled svg {
fill: #999;
}
.faq-answer p {
margin-bottom: 10px;
}
.faq-answer ul {
padding: 0 0 20px 20px;
}
.faq-answer ul li {
list-style: disc outside none;
line-height: 1.4;
margin-bottom: 8px;
}
.faq-answer ul li:last-child {
margin-bottom: 0;
}
.pricing-wrap {
display: flex;
flex-wrap: wrap;
padding-bottom: 40px;
}
.pricing-block {
flex-basis: 50%;
}
.pricing-block.full-block {
flex-basis: 100%;
padding: 0 !important;
}
.pricing-one-col .pricing-block,
.pricing-three-col .pricing-block {
flex-basis: 100%;
padding: 0 !important;
}
.pricing-block:first-child {
padding-right: 20px;
}
.pricing-block:last-child {
padding-left: 20px;
}
.price-block {
width: 100%;
display: table;
table-layout: fixed;
border-bottom: 2px solid #9AB1A3;
font-size: 17px;
}
.price-col {
display: table-cell;
vertical-align: middle;
padding: 15px 10px;
line-height: 1.6;
}
.price-col:first-child {
padding-left: 0;
}
.price-col:last-child {
text-align: right;
font-weight: 600;
}
.pricing-block-head .price-col {
text-transform: uppercase;
font-weight: 600;
line-height: 1.3;
}
.extras-block p {
text-transform: uppercase;
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
max-width: 100%;
}
.page-content ul {
padding-left: 15px;
}
.page-content ul li {
margin-bottom: 8px;
} .site-footer {
background-color: #616d5e;
color: #fff;
padding: 50px 0;
}
.site-footer a {
color: #fff;	
}
.footer-logo {
flex: 1 1 17%;
max-width: 17%;
padding: 0 25px;
}
.footer-logo img {
max-width: 100px;
}
.footer-info,
.footer-menu {
flex: 1 1 25%;
max-width: 25%;
padding: 0 25px;
}
.footer-signup {
flex: 1 1 33%;
max-width: 33%;
padding: 0 25px;
}
.footer-block:first-child {
margin-bottom: 40px;
}
.site-footer h3 {
color: #e3b249;
}
.site-footer p {
line-height: 1.6;
}
.footer-menu li {
line-height: 1.6;
}
.signup-block:nth-child(2) {
margin: 10px 0 15px;
}
.footer-signup label {
overflow: hidden;
display: block;
width: 100%;
}
.footer-signup input[type="checkbox"] {
float: left;
}
.footer-signup span {
width: calc(100% - 25px);
float: right;
font-size: 14px;
line-height: 1.3;
}
.footer-copyright {
background-color: #464c45;
color: #fff;
font-size: 12px;
padding: 20px 0;
}
.footer-copyright {
margin: 0 -15px;
}
.footer-left {
flex: 1 1 21%;
max-width: 21%;
padding: 0 15px;
text-transform: uppercase;
}
.footer-right {
flex: 1 1 79%;
max-width: 79%;
padding: 0 15px;
text-align: right;
}
.site-footer form input[type="submit"] {
display: none;
}
.site-footer a.subscribe-button {
background-color: #e3b249;
color: #fff;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
padding: 18px 50px;
min-width: 180px;
text-align: center;
border-radius: 25px;
font-size: 14px;
}
.response {
font-size: 15px;
border: 1px solid #fff;
padding: 10px;
line-height: 1.5;
margin: 10px 0 20px;
} @media screen and (max-width : 1480px) {
.site-menu,
.site-social {
padding-top: 8px;
}
.site-header {
padding: 20px 0;
}
.site-branding img {
max-width: 220px;
}
.site-content {
padding-top: 90px;
}
.slide-inner,
.contact .cwrap {
padding: 80px 0;
}
.seo .cwrap {
padding: 0;
}
.product-type-block {
height: 300px;
}
h1,
h2 {
font-size: 32px;
}
h3,
body {
font-size: 15px;
}
}
@media screen and (max-width : 1200px) {
.site-menu {
display: none;
}
.mobile-slide {
display: block;
}
.section {
padding: 40px 0;
}
.section.no-padding,
.product-banner {
padding: 0;
}
.section.np-top {
padding-top: 0;
}
.slide-inner {
padding: 0;
}
.slide-bg,
.seo-bg,
.type-bg,
.testimonial-bg,
.contact-bg,
.process-bg,
.contact-map {
background-size: 0;
width: 100%;
position: static;
}
.contact-map-frame iframe {
position: static;
height: 400px;
}
.contact-form .seo-bg,
.product-banner .contact-bg,
.contact-bg img {
width: 100%;
}
.product-banner h1 {
padding: 10px 0;
}
.contact-form {
padding-top: 0;
}
.slide-bg img,
.seo-bg img {
width: 100%;
}
.slider .inner {
padding: 30px;
}
.slide-wrap {
max-width: none;
padding: 30px;
}
.slide-link {
padding-top: 40px;
}
.col13,
.col23,
.col3,
.col,
.footer-left,
.footer-right {
flex: 1 1 100%;
max-width: 100%;
}
.project-links .col {
flex: 1 1 50%;
max-width: 50%;	
}
.intro .col13,
.footer-left,
.faq .col13 {
padding-bottom: 20px;
}
.page-template-inspiration .product-types .col {
padding-bottom: 60px;
}
.home-products .col3,
.page-template-inspiration .product-types .col:last-child {
padding-bottom: 40px;
}
.home-products .col3:last-child {
padding-bottom: 0;
}
.seo .col13,
.contact-form .col:last-child {
padding: 25px 25px 0;
}
.product-type-block,
.testimonial-slider,
.process-block {
max-width: 500px;
margin: 0 auto;
}
.product-type-block,
.page-template-inspiration .product-type-block,
.tax-product_type .type-bg {
height: auto;
}
.testimonial-slider {
max-width: 600px;
padding: 20px 0 0;
}
.process-block {
max-width: 600px;
margin-bottom: 25px;
}
.testimonial-wrap {
max-width: 500px;
margin: -50px auto 0;
float: none;
}
.testimonial-inner {
padding: 30px;
}
.contact .cwrap {
padding: 30px 0 0;
text-align: center;
}
.footer-logo {
display: none;
}
.footer-info, .footer-menu {
flex: 1 1 33.33%;
max-width: 33.33%;
}
.footer-left,
.footer-right {
text-align: center;
}
.static .slide-wrap {
padding-bottom: 30px;
}
.process-content-inner {
padding: 30px;
}
.process-content span {
font-size: 48px;
}
.process-content h2 {
font-size: 24px;
}
.gallery-wrap {
padding: 0 60px;
}
.gallery-bg {
height: 280px;
}
.product-gallery .gallery-bg {
height: 360px;
}
}
@media screen and (max-width : 767px) {
.site-header {
position: relative;
z-index: 20;
}
.inner {
padding: 0 15px;
}
.site-branding img {
max-width: 180px;
}
.site-social {
padding-top: 5px;
}
.mobile-slide {
top: 5px;
}
.site-content {
padding-top: 0;
}
.slider .inner,
.testimonial-inner {
padding: 15px;
}
.slide-wrap {
padding: 20px;
}
.slide-arrows {
bottom: 15px;
right: 15px;
}
.intro .col13 {
padding-bottom: 10px;
}
.testimonial h3 {
padding-right: 120px;
line-height: 1.4;
}
.col,
.footer-signup {
flex: 1 1 100%;
max-width: 100%;
}
.footer-signup {
padding-top: 30px;
}
.footer-info, .footer-menu {
flex: 1 1 50%;
max-width: 50%;
}
.footer-copyright .cwrap {
margin: 0;
}
.static .slide-wrap {
padding-bottom: 20px;
}
.intro h1 {
padding-right: 0;
}
.gallery-wrap {
padding: 0;
}
.product-types .col3:last-child {
margin-bottom: 30px;
}
.contact p {
padding: 0 20px;
}
.gallery-bar {
margin: 30px 0;
}
.tax-product_type .product-types .col:last-child {
margin-bottom: 0;
}
.project-links .col {
padding: 0 15px !important;
}
.project-links .button {
padding-left: 20px;
padding-right: 20px;
}
.pricing-wrap {
display: block;
}
.pricing-block:first-child {
padding-right: 0;
}
.pricing-block:last-child {
padding-left: 0;
}
.mobile-slide span {
width: 30px;
}
.site-social img {
max-width: 30px;
position: relative;
top: 5px;
}
.mobile-slide {
margin-left: 15px;
}
h1, h2 {
font-size: 28px;
}
.product-types h2 {
font-size: 22px;
}
.contact p,
.instagram p {
font-size: 18px;
}
.contact-details p, .post-type-archive-product .process-intro p, .home-products-content p, .product-content p {
font-size: 16px;
}
body,
.price-block {
font-size: 14px;
}
}