/*
	Theme Name: Surface Clinical
	Theme URI: http://www.landingbase.com
	Description: Cosmetic Facial Enhancements for the Discriminating Patient
	Author: Stark Ideas
	Author URI: http://www.starkideas.com
	Version: 1.0
*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-weight: normal;
    text-decoration: none;
				font-family: source-sans-pro, sans-serif;
				font-style: normal;
				font-weight: 400;
				font-size: 20px;
				line-height: 32px;
				letter-spacing: 0.03em;
				color: #848484;
}

.main {
	overflow: hidden;
}

/*
	clearing floats
*/
.clearfix:after {
    content: "&nbsp;";
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block
}

.clearfix {
    display: block
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}

/*-----------------*/

h1, h2, h3, h4, h5, img, ul, li, ol, from, input, textarea, font, p {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: none;
    font-weight: normal;
}

p {
    padding: 0px 0 0 0;
}

a {
    color: #f26649;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #808285;
    text-decoration: none;
}

a img {
    border: none;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.md {
    width: auto;
}

ol.slide-markers{
	display: none !important;
}

p{
	margin-bottom: 35px;
}

.btn--primary {
	background: #F77956;
	box-shadow: 0px 30px 50px rgba(20, 78, 77, 0.14);
	border-radius: 15px;
	padding: 25px 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	margin: 0 auto;
	transition: all .5s ease;
	-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.btn--primary:hover {
background: #fff;
color: #F77956;
}

/*
	main
*/

.mainContainer {
    max-width: 1320px;
    margin: 0px auto;
    position: relative;
    padding: 0 15px;
}

.sliderContainer {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
}

.sliderContainer .hometext {
	width: 635px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 15%;
	z-index: 5;
	text-align: center;
}
.sliderContainer .hometext h1{
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 84px;
	line-height: 100px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.sliderContainer .hometext h1 span{
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 54px;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	margin-top: 20px;
}

.sliderContainer #slider-fade{
	width: 100% !important;
	max-width: 100% !important;
	height: 825px !important;
	max-height: 100vh;
}
.sliderContainer #slider-fade img, .sliderContainer #slider-fade .slide, .sliderContainer #slider-fade .slide-slide{
	width: 100% !important;
	max-width: 100% !important;
	height: 825px !important;
	max-height: 100vh;
}
.sliderContainer #slider-fade img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
}
/*
	header
*/

.headerMain {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(40px);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .5s ease-in-out;
}
.headerMain.dark, body:not(.home) .headerMain {
	background: rgba(89, 185, 184, 0.77);
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:calc(100% - 80px);
	padding: 0 40px;
}

.header::after, .headerMain::after {
	display: none;
}

.logo {
    width: 170px;
  height: 54px;
}

.logo img {
    width: 100%;
}

.socialMedia {
    width: 180px;
				margin-right: 0;
				display:flex;
}

.socialMedia a{
	background:#fff;
	color: #59B9B8;
	height: 50px;
	width:50px;
	border-radius: 100em;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.email_icon {
    float: left;
    width: 31px;
    height: 31px;
    background: url(images/email.png) no-repeat;
    margin-right: 5px;
}

.email_icon:hover {
    background: url(images/email.png) no-repeat 0px -31px;
}

.facebook {
    float: left;
    width: 31px;
    height: 31px;
    background: url(images/facebook.png) no-repeat;
    margin-right: 5px;
}

.facebook:hover {
    background: url(images/facebook.png) no-repeat 0px -31px;
}

.twitter {
    float: left;
    width: 31px;
    height: 31px;
    background: url(images/twitter.png) no-repeat;
}

.twitter:hover {
    background: url(images/twitter.png) no-repeat 0px -31px;
}

.nav {
    padding: 10px 0px 0 0px;
}

.nav ul {
    padding: 0px;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li a {
    color: #fff;
    display: flex;
				align-items: center;
				justify-content: center;
				height: 114px;
				padding: 0 20px;
				font-family: futura-pt, sans-serif;
				font-style: normal;
				font-weight: 400;
				font-size: 18px;
				line-height: 23px;
				text-align: center;
				letter-spacing: 0.1em;
				text-transform: uppercase;
}

.nav ul li a:hover,
.nav ul li a:focus,
.nav ul li.current-menu-item a {
    color: #f48466;
}

/*
	slider
*/

/*	new add css 21 */
.sliderMain {
    background: #a0ccdc url(images/sliderRep.jpg) repeat-x;
    border-bottom: 1px solid #e7f2f6;
}

/*	new add css  21 end */

.innerSliderMain {
    background: url(images/sliderbg.jpg) no-repeat top center;
			}

			.slider {
				padding: 0px;
			}

			/*
			body
			*/
			.bodyMain {
				background: #fff;
				padding: 0px;
				z-index: 1;
				position: relative;
			}
			body.home .bodyMain{
	background: url(/wp-content/uploads/2022/08/artwork-bg.jpeg) center / cover no-repeat;
}

.body {
    padding: 0px;
}

.welcome {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 160px;
	padding: 120px 0 300px;
	align-items: center;
}

.welcome h2{
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 62px;
	line-height: 70px;
	letter-spacing: 0.05em;
	color: #59B9B8;
	margin-bottom:20px;
}

.welcome h4 {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B7B7B7;
	margin-bottom:25px;
}

.welcome .image--area {
	position: relative;
	display: block;
	z-index: 0;
}
.welcome .image--area::before, .welcome .image--area::after {
	content: '';
	display: block;
	width: 141px;
	height: 133px;
	background: #CDEFF1;
	z-index: -1;
}

.welcome .image--area::before{
	position: absolute;
	left: -30px;
	bottom: -30px;
}
.welcome .image--area::after{
	position: absolute;
	right: -30px;
	top: -30px;
}

.welcome .image--area img {
	width: 100%;
	height: auto;
}

.welcome .image--area a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #F77956;
	color: #fff;
	padding: 30px;
	box-sizing:border-box;
	border: 25px solid #fff;
	border-right: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 175px;
	height: 200px;
	font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
white-space: wrap;
transition: all .5s ease-in-out;
}

.welcome .image--area a:hover {
	background-color: #fff;
	color: #F77956;
}
.welcome .image--area a:hover svg path {
	fill: #F77956;
}

.welcome .image--area a svg {
	transition: all .5s ease-in-out;
	margin: 12px auto 0;
}


.products-holder {
    text-align: center;
    margin: 0 -16px;
				display: grid;
				grid-template-columns: 1fr 1fr 1fr;
				grid-gap: 32px;
				background: #fff;
				border: 40px solid #fff;
				box-shadow: 0px 50px 70px rgba(20, 78, 77, 0.15);
			position: relative;
			top: -192px;
			margin-bottom: -80px;
}

.products-box {
    width: 100%;
				position: relative;
				z-index: 0;
				display: block;
	}

	.products-box img {
				width: 100%;
				height: auto;
				z-index: 1;
	}

	.products-box a{
		z-index: 0;
		position: relative;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-height: 240px;
		overflow: hidden;
	}
	.products-box a::before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(47, 47, 47, 0.5);
		z-index: 2;
		transition: all .5s ease-in-out;
	}

	.products-box a:hover::before{
		background: rgba(89, 185, 184, 0.77);
	}

	.products-box h3 {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
  font-family: futura-pt, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 22px;
		line-height: 34px;
		text-align: center;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #FFFFFF;
		transform: translate(-50%,-50%);
		pointer-events: none;
}

.products-box svg{
	height: 60px;
	width: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #F77956;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 5;
	padding:17px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inner-content {
  padding: 150px 0 60px;
}

.inner-content h1 {
    background: url(images/heading-arrow.jpg) no-repeat 0 14px;
    font-size: 30px;
    color: #5c707c;
    padding-left: 28px;
    text-transform: uppercase;
}


.treatments-section {
    width:33.3%;
    float:left;
    min-height: 320px;
}

.treatments-inner {
    padding:15px;
}

.treatments-section img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.treatments-section h2 {
    font-size: 20px;
    color: #5c6f7c;
}

.treatments-section p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
}

.treatments-section.last {
    border-bottom: none;
    padding-bottom: 0px;
}

.about-section {
    padding: 40px 0px 38px;
    border-bottom: 2px solid #dddddf;
}

.about-section img {
    float: left;
    width: 15%;
    margin-right: 50px;
    margin-bottom: 15px;
}

.about-section p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
}

.about-section.last {
    border-bottom: none;
    padding-bottom: 0px;
}

.products-section {
    padding: 40px 0px 0px;
}

.products-section img {
    float: left;
}

.products-section p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
}

.products-section.last {
    border-bottom: none;
    padding-bottom: 0px;
}

.product-list {
    background: url(images/footerRep.jpg) repeat-x;
    margin-top: 10px;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #dddddf;
    margin-bottom: 20px;
}

.product-list ul {
    padding: 0px;
    width: 50%;
}

.product-list ul li {
    float: left;
    padding: 0px 10px 0 0;
    width: 100%;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 25px;
}

.product-list ul li ul {
    padding-left: 15px;
}

.location-section {
    padding: 40px 0px 0px;
}

.location-section p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
}

.location-holder {
    margin: 0 -20px;
}

.location-holder * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.location-box {
    width: 50%;
    margin-top: 30px;
    padding: 0 20px;
}

.location-box img {
    width: 100%;
}

.driving {
    padding-top: 0px;
}

.driving label {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-size: 18px;
}

.driving input[type=text] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 6px 12px;
    width: 100%;
}

.go {
    float: left;
    background-color: #f48466;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.go:hover {
    background-color: #758894;
    color: #fff;
}

.map {
    margin-top: 40px;
}

.contact-section {
    padding: 40px 0px 0px;
}

.contact-section p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
}

.contact-form * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form {
    padding-top: 0px;
}

.contact-form h2 {
    font-size: 24px;
    border-bottom: 2px solid #dddddf;
    padding-bottom: 8px;
    color: #f48466;
}

.contact-form ul {
    padding-top: 0px;
    margin: 0 -20px;
}

.contact-form ul li {
    float: left;
    width: 50%;
    padding: 20px 20px 0;
}

.contact-form ul li label {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-size: 17px;
}

.contact-form ul li input[type=text], .contact-form ul li textarea, .contact-form ul li input[type=email], .contact-form ul li select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 6px 12px;
    width: 100%;
}

.contact-form ul li.textarea {
    width: 100%;
}

.contact-form ul li.textarea textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 100px;
    padding: 10px 12px;
    width: 100%;
    resize: none;
}

.contact-form ul li.textarea br {
    display: none;
}

.submit, .button {
    float: left;
    background-color: #f48466;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
    margin-right: 20px;
}

.submit:hover, .button:hover {
    background-color: #758894;
    color: #fff;
}

/* blog */
.faqs-section {
    padding: 0px;
}

.faqs-section * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.faqs-left {
    width: 70%;
}

.faqs {
    padding: 20px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.faqs:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.faqs h3 {
    font-size: 24px;
    color: #f48466;
}

.faqs p {
    padding-top: 10px;
    font-size: 17px;
}

.faqs img {
    margin-top: 15px;
}

.faqs-right {
    width: 25%;
}

.recent-post {
    padding: 20px 0px;
}

.recent-post h3 {
    font-size: 24px;
    color: #f48466;
}

.recent-post ul {
    padding-top: 10px;
}

.recent-post ul li {
    padding: 0px;
    border-bottom: 1px solid #dddddf;
    line-height: 30px;
    list-style-type: disc;
    list-style: inside;
    color: #f48466;
    padding-left: 10px;
}

.recent-post ul li:last-child {
    border-bottom: none;
}

.recent-post ul li a {
    color: #474747;
}

.recent-post ul li a:hover {
    color: #f48466;
}

/*
	footer
*/
.footerMain {
    background: url(/wp-content/uploads/2022/08/footer-bg.jpg) center / cover no-repeat;
				z-index: 2;
				position: relative;
}

body:not(.home) .footer {
	padding: 90px 0;
}
.footer {
    padding: 0 0 90px;
    text-align: center;
			}
			.ftLogo {
				display:block;
			}
			.ftLogo p{
				font-family: futura-pt, sans-serif;
				font-style: normal;
				font-weight: 300;
				font-size: 40px;
				line-height: 48px;
				text-align: center;
				letter-spacing: 0.05em;
				color: #FFFFFF;
				width: 864px;
				max-width: 100%;
				margin: 0 auto 35px;
			}
.ftLogo img{
	width: 243px;
	height: auto;
	display: block;
	margin: 0 auto 35px;
}

.ftNav {
	text-align: center;
}
.ftNav .menu{
	margin: 60px auto 90px;
}

.ftNav ul {
    display: inline-block;
}

.ftNav ul li {
    float: left;
    display: block;
}

.ftNav ul li a {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 20px;
}

.ftNav ul li a:hover,
.ftNav ul li a:focus {
    color: #f26649;
}

.flex--nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ftNav .socialMedia {
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ftNav .socialMedia a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	height: 50px;
	width: 50px;
	transition: all .5s ease;
}
.ftNav .socialMedia a svg path{
	fill: #fff;
	transition: all .5s ease;
}
.ftNav .socialMedia a:hover{
	background: #fff;
}
.ftNav .socialMedia a:hover svg path{
	fill: #59B9B8;
}

.ftNav .left p {
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #fff;
	margin: 0;
}
.ftNav p {
    text-align: center;
    color: #92a2ad;
    font-size: 12px;
    padding-top: 10px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: -30px;
}

ul.post-categories li {
    float: left;
    margin-right: 10px;
}

.ssba {
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.ssba img {
    margin-top: 0px !important;
}

.large-img {
    width: auto !important;
}

.barton-page {
}

.barton-page img {
    width: auto !important;
    padding: 0px 10px 10px 0px;
}

.barton-page h3 {
    font-weight: bold;
    margin: 20px 0;
}

.barton-page ul {
}

.barton-page ul li {
    list-style-type: disc;
    margin-left: 50px;
    padding: 0 0 10px 10px;
}

.gform_body ul li {
    width: 100% !important;
}

.gform_body ul li input:not([type="radio"]), .gform_body ul li textarea {
    width: 100% !important;
}

.gform_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
    width: 45% !important;
}
.gform_body ul li input[type="radio"]{
width: auto !important;
}

.gform_button {
    background-color: #f48466;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 20px !important;
    margin: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.gform_button:hover {
    background-color: #758894;
    color: #fff;
}


.alignright {
    float: right;
    margin-left: 15px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}


input,textarea {
    border: 1px solid #aaa;
    padding: 3px;
    box-shadow: inset 0 2px 3px #ccc;
    background: #FBFBFB;
    color: #5C707C;
    border-radius:3px;
}
input[type=button] {
    background-color: #f48466;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
    margin-right: 20px;
}

button[data-toggle="menu"]{
	display: none;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 50px;
	height: 47px;
	padding: 10px 8px;
	border: 1px solid #fff;
	margin-left: 25px;
	background: transparent;
	cursor: pointer;
}
button[data-toggle="menu"]:hover{
	background: #fff;
	color: #59B9B8;
}
button[data-toggle="menu"] span{
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}
button[data-toggle="menu"]:hover span{
	background: #59B9B8;
}


.menu__mobile {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2022/08/footer-bg.jpg) center / cover no-repeat;
	padding: 30px;
	display: flex;
	flex-direction: column;
	transition: all .5s ease-in-out;
	z-index: 9999999;
	-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}

.menu__mobile.open{
	top: 0;
}

.menu__mobile button {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 9;
	display: flex;
}
.menu__mobile button span{
	transform: rotate(45deg);
	top: 12px;
	position: relative;
}
.menu__mobile button span:last-of-type{
	transform: rotate(-45deg);
	top: -11px;
}
.menu__mobile .primary--menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.menu__mobile .logo {
	margin-bottom: 45px;
	width: 170px !important;
}

.menu__mobile ul {
margin-bottom: auto;
}
.menu__mobile ul li {
	margin-bottom: 13px;
}
.menu__mobile ul li a {
	display: block;
	color: #fff;
	font-family: futura-pt, sans-serif;
				font-style: normal;
				font-weight: 400;
				font-size: 26px;
				letter-spacing: 0.1em;
				text-transform: uppercase;

}
.menu__mobile ul li a:hover {
	color: #f26649;
}
@media screen and (max-width: 1500px){
	.nav ul li a {
		padding: 0 10px;
		font-size: 15px;
	}
	.bodyMain {
		background-position: right center;
	}

	.sliderContainer .hometext {
		top: 50%;
		left: 6%;
	}
}
@media screen and (max-width: 1300px){
	.welcome {
		padding: 120px 0 240px;
		grid-gap: 90px;
	}
	.products-holder{
		margin: 0;
		top: -130px;
		margin-bottom: -50px;
	}

	.footer{
		padding: 0 0 60px;
	}
}
@media screen and (max-width: 1200px){
	.header {
		padding: 20px 15px;
		width: calc(100% - 30px);
	}
	.header button[data-toggle="menu"]{
		display: flex;
	}

	.header .nav {
		display: none;
	}

	.header .socialMedia{
		margin-left: auto;
	}
	.sliderContainer .hometext{
		left: 15px;
	}
	.ftNav ul li a {
		font-size: 16px;
		padding: 0 12px;
	}
}

@media screen and (max-width: 991px){
	.welcome {
		padding: 60px 0 150px;
		grid-gap:50px;
	}
	.welcome .image--area a {
		width: 125px;
		height: 125px;
		border: 12px solid #fff;
		padding: 12px;
		font-size: 14px;
		bottom: 0;
		top: unset;
		right: 0;
		transform: unset;
	}
	.products-holder{
		border: 15px solid #fff;
		grid-gap: 15px;
	}
	.products-box svg {
		height: 45px;
		width: 45px;
		padding:10px;
	}
	.ftNav .menu{
		margin: 35px 0;
	}
	.ftNav ul li a {
		font-size: 12px;
		padding: 0 8px;
	}
}

@media screen and (max-width: 767px){
	.header .socialMedia{
		margin: 0 0 0 auto;
		width:180px;
	}
	.ftLogo img{
		width:165px;
	}
	.btn--primary{
		padding: 12px 30px;
	}
	.sliderContainer .hometext {
		width: calc(100% - 30px);
	}
	.sliderContainer .hometext h1{
		font-size: 54px;
		line-height: 1.3em;
		text-align: left;
	}
	.sliderContainer .hometext h1 span{
		font-size: 22px;
		line-height: 1.4em;
		text-align: left;
	}
	.sliderContainer .hometext .btn--primary{
		margin-left: 0;
	}
	.welcome {
		padding: 60px 0;
		grid-template-columns: 1fr;
		grid-gap: 35px;
	}
	.welcome p{
		padding: 0 !important;
		font-family: source-sans-pro, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    color: #848484 !important;
	}
	.ftNav .menu{
		display: none !important;
	}
	.flex--nav {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.products-holder {
		grid-template-columns: 1fr;
		grid-gap: 15px;
		top: -60px;
		margin-bottom: 0;
	}
	.products-box{
		width: 100% !important;
	}
	.ftLogo p{
		font-size: 30px;
	}
}
@media screen and (max-width:580px){
	.sliderContainer #slider-fade img {
		object-position: 66%;
	}
	.sliderContainer .hometext {
		top: 63%;
	}
	.welcome h2{
		font-size: 52px;
		line-height: 1.4em;
	}
	.header .socialMedia {
		display: none;
	}
	body:not(.home) .footer {
		padding: 45px 0;
	}
}
