/* ---------------------------------------------------
    THEME CSS
    
    J BIEMANS STUC EN AFBOUW
----------------------------------------------------- */


/* ---------------------------------------------------
    BODY
----------------------------------------------------- */

#body_page main {
	margin-top: 160px;
}



/* ---------------------------------------------------
    TYPO
----------------------------------------------------- */

body {
	font-family: 'Eina 01', Arial, sans-serif;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}


h1,
h2,
h3,
h4 {
	margin-bottom: 0;
	line-height: 1;
}

h1 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 12rem;
	font-weight: 600;
	letter-spacing: -.35rem;
}

h1.smaller {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 70px;
	font-weight: 600;
	letter-spacing: -.025em;
}

h2 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 54px;
	letter-spacing: 0;
}

h3 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 35px;
}

h4 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
}

p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0;
}

.textLight {
	font-family: 'Gilroy', Arial, sans-serif;
	font-weight: 300;
}

.textHeavy {
	font-family: 'Gilroy Ultra', Arial, sans-serif;
	font-weight: 900;
}

b,
strong {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 600;
}

.small,
small {
	font-size: 80%;
	font-weight: 400;
}


.semilarge {
	font-size: 1.75em !important;
	line-height: 36px;
}


.handwritten {
	font-family: 'Shopping Script Demo', Arial, sans-serif;
	font-size: 70px;
	line-height: 50px;
	display: block;
}

footer .handwritten {
	font-family: 'Shopping Script Demo', Arial, sans-serif;
	font-size: 70px;
	line-height: 50px;
	display: block;
}


/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */

.textDark {
	color: #111 !important;
}

.textGrey {
	color: #333 !important;
}

.textMidgrey {
	color: #666 !important;
}

.textLightgrey {
	color: #999 !important;
}

.textAsh {
	color: #ededed !important;
}

.textWhite {
	color: #fff !important;
}


.bgDark {
	background-color: #111 !important;
}

.bgGrey {
	background-color: #333 !important;
}

.bgMidgrey {
	background-color: #666 !important;
}

.bgLightgrey {
	background-color: #999 !important;
}

.bgLightergrey {
	background-color: #dddddd !important;
}

.bgAsh {
	background-color: #e8e9ea !important;
}

.bgDust {
	background-color: #e9e9e9 !important;
}

.bgFeather {
	background-color: #f5f5f5 !important;
}

.bgFeather2 {
	background-color: #f8f8f8 !important;
}

.bgWhite {
	background-color: #fff !important;
}


/* ---------------------------------------------------
    COLORS COMPANY ID
----------------------------------------------------- */

.textBlue {
	color: #001e72 !important;
}

.textLightblue {
	color: #37a8ff !important;
}

.textOrange {
	color: #ff8019 !important;
}

.bgOrange {
	background-color: #ff9036 !important;
}

.bgBlue {
	background-color: #005aa5 !important;
}

.bgBlue2 {
	background-color: #043888 !important;
}

.bgLightBlue {
	background-color: #2f7cf2 !important;
}


.navshadow {
	box-shadow: 0px 5px 15px -12px rgba(0, 0, 0, 0.7);
}

.bgFeatherGrad {
	background: linear-gradient(to bottom left, #f8f8f8 50%, #e0e0e0);
}

.bgFeatherGrad2 {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #f8f8f8 10%, #f6f6f6 20%, #f8f8f8 40%, #f8f8f8 60%, #f6f6f6 80%, #f8f8f8 90%) repeat scroll 0 0;
}


.bgOrangeGrad {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff9036 50%, #f27c1c 95%) repeat scroll 0 0;
}

.bgBlueGrad {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #001e72 10%, #043888 50%, #001e72 90%) repeat scroll 0 0;
}



/* ---------------------------------------------------
    TEXT LINKS
----------------------------------------------------- */

p a {
	color: #05cfe1;
	text-decoration: underline;
}

p a:hover {
	color: #111;
}


.intro__wrapper p a {
	color: #ff7e00;
	text-decoration: underline;
}

.intro__wrapper p a:hover {
	color: #05cfe1;
}



/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */

button {
	font-family: 'Eina 01', Arial, sans-serif;
}


.btn-media {
	background-color: #37a8ff;
	border: 2px solid #37a8ff;
	border-radius: 50px;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	height: 64px;
	padding: 8px 25px 12px 25px;
	transition: .2s ease-in-out all;
}

.btn-media:hover {
	background-color: transparent;
	border: 2px solid #37a8ff;
	color: #111;
}

.btn-media i {
	font-size: 23px;
	margin-top: 5px;
}

.btn-appointment {
	background-color: #151515;
	border: 1.5px solid #151515;
	border-radius: 50px;
	color: #fff;
	font-size: 17px;
	letter-spacing: .035em;
	text-transform: uppercase;
}


.btn-footertop {
	background-color: transparent;
	border-radius: 50%;
	border: 1.5px solid #37a8ff;
	color: #333;
	font-size: 1.5em;
	height: 50px;
	width: 50px;
}

.btn-footertop:hover {
	background-color: #37a8ff;
	border: 1.5px solid #37a8ff;
	color: #fff;
}


.btn_social {
	align-items: center;
	background-color: transparent;
	border: 1.5px solid #d3d3d3;
	border-radius: 15px;
	color: #333;
	display: flex;
	font-size: 32px;
	font-weight: 700;
	height: 70px;
	justify-content: center;
	letter-spacing: 0em;
	padding: 0;
	transform: rotate(0deg);
	width: 70px;
}

.btn_social:hover {
	background-color: #37a8ff;
	border: 1.5px solid #37a8ff;
	color: #fff;
}

.btn_social i {
	transform: rotate(0deg);
}

.btn_social i.fa-whatsapp {
	font-size: 34px;
}



.btn-next {
	background: transparent;
	border: 1.5px solid #b3b3b3;
	border-radius: 50px;
	color: #111;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px 12px 20px;
	transition: .2s ease-in-out all;
}

.btn-next:hover {
	background-color: #ccc;
	border: 1.5px solid #ccc;
	color: #111;
}

.btn-next i.fa-arrow-right {
	font-size: 19px;
}




/* ---------------------------------------------------
    ITEM CATEGORY
----------------------------------------------------- */

a .item_wrapper h3 {
	color: #111;
	font-size: 1.75em;
	font-weight: 700;
	letter-spacing: 0;
}

.item_wrapper {
	border: 2px solid #eee;
	border-radius: .75rem;
	cursor: pointer;
	padding: 2rem;
	transition: all 0.2s ease-out;
}

.item_wrapper:hover {
	box-shadow: 0 0 7px 0 rgba(185, 185, 185, 0.2);
}




/* ---------------------------------------------------
    FORM ELEMENTS
----------------------------------------------------- */

input {
	background-color: #fff !important;
	border: 1px solid #ced4da;
	border-radius: .25rem !important;
	color: #333 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 17px !important;
	height: calc(1.5em + .75rem + 6px);
	letter-spacing: .025em;
	padding: .75rem .75rem .55rem .75rem !important;
	white-space: nowrap;
	text-align: left;
}

input:focus {
	border-color: #f7ae48 !important;
	box-shadow: 0 0 0 .2rem rgba(155, 155, 155, .25) !important;
}

.form-control::placeholder {
	color: #CCC;
	opacity: 1;
}


/* ---------------------------------------------------
    COLORBAR
----------------------------------------------------- */

.colorbar__wrapper {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #b0ca37 10%, #ff9036 50%, #f32f89 90%) repeat scroll 0 0;
	height: 4px;
}

.colorbar__wrapper.footer-top {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #b0ca37 10%, #ff9036 50%, #f32f89 90%) repeat scroll 0 0;
	height: 8px;
}


/* ---------------------------------------------------
    NAVIGATION
----------------------------------------------------- */

section.navigation {
	background-color: #fff;
}

.nav-link {
	padding: .4rem 1rem;
}

section.navigation ul li a {
	color: #fff;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	transition: .2s ease-in-out all;
	letter-spacing: 0;
	padding-bottom: .5rem;
}

section.navigation ul li a:hover {
	color: #37a8ff;
	text-shadow: none;
}

section.navigation ul li a:focus {
	color: #fff;
}

section.navigation ul li a.contact {
	background-color: #eee;
	border: 1.5px solid #eee;
	border-radius: 50px;
	color: #111;
	display: inline;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -.0125rem;
	padding: .6rem 1.1rem .7rem 1.1rem;
	transition: .2s ease-in-out all;
}

section.navigation ul li a.contact:hover {
	background-color: #37a8ff;
	border: 1.5px solid #37a8ff;
	color: #111;
	text-shadow: none;
}



section.navigation ul li a.active {
	color: #05cfe1;
	/* text-shadow: 0 0.5px 3.5px #999; */
}

section.navigation button.navbar-toggler {
	color: #000;
}

section.navigation img {
	height: 90px;
}


button.menu {
	background-color: #fff;
	border: none;
	margin-top: 0;
}



/* ---------------------------------------------------
    SIDEBAR
----------------------------------------------------- */

ul.sidebar {
	background-color: #fff;
	border-radius: .5rem;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding-left: 0;
}

ul.sidebar li {
	border-bottom: 1px solid #eee;
}

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

ul.sidebar li a {
	background-color: #fff;
	color: #333;
	display: block;
	font-size: 18px;
	padding: 15px 20px;
	width: 100%;
}

ul.sidebar li a:hover {
	background-color: #ddd;
	color: #111;
}

ul.sidebar li a.active {
	background-color: #ff7e00;
	color: #fff;
	font-weight: 600;
}




/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */


header .intro-header-wrapper {
	margin-top: -175px;
}

header.square_bg {
	background-image: url("../../images/header/header-bg.jpg");
	background-position: center, top;
	background-repeat: no-repeat;
	background-size: 100%;
}


.block-vh-screen {
	height: 100vh !important;
}


.media h2 {
	font-size: 125px;
	font-weight: 700;
	letter-spacing: -.0125em;
	line-height: 110px;
}

.media h3 {
	background-color: transparent;
	border-radius: .25rem;
	display: inline;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -.0125em;
	padding: 10px 5px 10px 5px;
}


section.media .img-gradient::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.0)40%);
}



/* ---------------------------------------------------
    MAIN
----------------------------------------------------- */



.separator-left {
	background-color: #ffffff;
	height: 3px;
	margin-right: auto;
	margin-right: 2px;
	margin-top: 25px;
	width: 25%;
}

.separator-right {
	background-color: #ffffff;
	height: 3px;
	margin-left: auto;
	margin-right: 2px;
	margin-top: 25px;
	width: 25%;
}

.separator-left.blue {
	background-color: #37a8ff;
}



.identifier {
	margin-top: -150px;
}

.identifier h3 {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: .0125em;
}

.table {
	border-color: #999;
	color: #412314 !important;
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}




.hero__wrapper.square_bg {
	background-image: url("../../images/backgrounds/lgc-square-pink.svg");
	background-position: top 0px left -200px;
	background-repeat: no-repeat;
	background-size: 500px;
}



.intro__wrapper.square_bg {
	background-image: url("../../images/backgrounds/lgc-square-orange.svg");
	background-position: top 0px left -400px;
	background-repeat: no-repeat;
	background-size: 700px;
}

.intro__wrapper h3 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 35px;
}

.intro__wrapper h4 {
	color: #b3b3b3;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: -.0125em;
	line-height: 32px;
}

.intro__wrapper p {
	font-size: 23px;
}

.intro__wrapper i {
	font-size: 46px;
}



.column__wrapper h2 {
	font-size: 3em;
	font-weight: 700;
	letter-spacing: -.0125em;
}

.column__wrapper .btn-show {
	background: transparent;
	border: 1.5px solid #b3b3b3;
	border-radius: 50px;
	color: #111;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px 12px 20px;
	transition: .2s ease-in-out all;
}

.column__wrapper .btn-show:hover {
	background-color: #ccc;
	border: 1.5px solid #ccc;
	color: #111;
}



/* functioncolumn */

.column__wrapper.square_bg {
	background-image: url("../../images/backgrounds/lgc-square-white2.svg");
	background-position: top -200px right -200px;
	background-repeat: no-repeat;
	background-size: 700px;
}

.column__wrapper .functioncolumn .icon_wrapper {
	border: none;
	display: inline-flex;
	font-size: 6em;
	padding: 1rem;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	justify-content: center;
	align-items: center;
}

.column__wrapper .functioncolumn h3 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 18px;
}

.column__wrapper .functioncolumn p {
	font-size: 1.15em;
}

.column__wrapper .functioncolumn a {
	border: 2px solid #3cc051;
	border-radius: 50px;
	color: #222;
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	transition: .2s ease-in-out all;
	padding: 8px 16px 10px 16px;
}

.column__wrapper .functioncolumn a:hover {
	background: #3cc051;
	border: 2px solid #3cc051;
	border-radius: 50px;
	color: #fff;
}



/* pricecolumn */

.column__wrapper .pricecolumn .icon_wrapper {
	border: none;
	display: inline-flex;
	font-size: 6em;
	padding: 1rem;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	justify-content: center;
	align-items: center;
}

.column__wrapper .pricecolumn h2 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 60px;
}

.column__wrapper .pricecolumn h3 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 60px;
}

.column__wrapper .pricecolumn h3 sup {
	font-size: 30px;
}

.column__wrapper .pricecolumn p {
	font-size: 25px;
}

.column__wrapper .pricecolumn ul {
	margin: 0;
	padding: 0;
}

.column__wrapper .pricecolumn p small {
	font-size: 15px;
}

.column__wrapper .pricecolumn ul li {
	color: #fff;
}

.column__wrapper .pricecolumn a {
	border: 2px solid #3cc051;
	border-radius: 50px;
	color: #222;
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	transition: .2s ease-in-out all;
	padding: 8px 16px 10px 16px;
}

.column__wrapper .pricecolumn a:hover {
	background: #3cc051;
	border: 2px solid #3cc051;
	border-radius: 50px;
	color: #fff;
}



.alinea__icon_wrapper h2 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}

.alinea__icon_wrapper h3 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 35px;
}

.alinea__icon_wrapper h4 {
	color: #b3b3b3;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: -.0125em;
	line-height: 32px;
}

.alinea__icon_wrapper p {
	font-size: 1.45rem;
}

.column--wrapper p {
	font-size: 1.25rem;
}

.alinea__icon_wrapper i {
	font-size: 46px;
}


/* image */

.image--block {
	width: 100%;
	height: 500px;
	object-fit: cover;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}





/* infoblock */

.alinea__wrapper.square_bg {
	background-image: url("../../images/backgrounds/lgc-square-white.svg");
	background-position: top -200px left -200px;
	background-repeat: no-repeat;
	background-size: 700px;
}

.alinea__wrapper .infoblock .icon_wrapper {
	border: none;
	display: inline-flex;
	font-size: 6em;
	padding: 1rem;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	justify-content: center;
	align-items: center;
}

.alinea__wrapper .infoblock h3 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
}

.alinea__wrapper .infoblock p {
	font-size: 17px;
	line-height: 21px;
}

.alinea__wrapper .infoblock ul {
	margin: 0;
	padding: 0;
}

.alinea__wrapper .infoblock ul li {
	display: flex;
	list-style: none;
	flex-direction: column;
}

.alinea__wrapper .btn-show {
	background: transparent;
	border: 1.5px solid #b3b3b3;
	border-radius: 50px;
	color: #111;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px 12px 20px;
	transition: .2s ease-in-out all;
}

.alinea__wrapper .btn-show:hover {
	background-color: #ccc;
	border: 1.5px solid #ccc;
	color: #111;
}

.alinea__wrapper h2 {
	font-size: 2.5rem;
}




/* entrepreneurs */

.slide__wrapper .entrepreneur_box {
	align-items: center;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
	display: inline-flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.slide__wrapper .entrepreneur_box img {
	max-height: 150px;
}



/* ---------------------------------------------------
    LIST WRAPPER
----------------------------------------------------- */

.list__wrapper .list-block h2 {
	border-bottom: 2px solid #ff7e00;
	border-top: 2px solid #ff7e00;
	font-size: 31px;
	font-weight: 700;
	padding: .95rem 0rem .45rem 0rem;
}

.list__wrapper .list-block ul {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	width: 100%;
}

.list__wrapper .list-block ul li {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

.list__wrapper .list-block li h3 {
	display: inline;
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 19px;
	font-weight: 600;
}

.list__wrapper .list-block li span {
	color: #888;
	font-size: .9em;
}

.list__wrapper .list-block li div.list-item-inner-border {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	height: 4px;
}



/* ---------------------------------------------------
    FORM WRAPPER
----------------------------------------------------- */


.form__wrapper.square_bg {
	background-image: url("../../images/backgrounds/lgc-square-pink.svg");
	background-position: top 150px right -200px;
	background-repeat: no-repeat;
	background-size: 500px;
}

.form__wrapper h3 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 42px;
}

.form__wrapper p {
	font-size: 1.2em;
}

.form__wrapper .btn-send {
	background-color: #11217E;
	border: 2px solid #11217E;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	height: 54px;
	padding: 11px 18px 14px 18px;
	transition: .2s ease-in-out all;
}

.form__wrapper .btn-send:hover {
	background-color: #fff;
	border: 2px solid #37a8ff;
	color: #111;
}

.btn-send i {
	font-size: 19px;
	margin-top: 4px;
}




/* ---------------------------------------------------
    ALINEA WRAPPER
----------------------------------------------------- */


.alinea__wrapper h3 {
	font-size: 1.75em;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.15em;
}

.alinea__wrapper p {
	font-size: 1.1em;
	font-weight: 400;
}


.alinea_epilogue {
	border-radius: .5rem;
	overflow: auto;
}

.alinea_epilogue h2 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 77px;
	font-weight: 900;
	line-height: 73px;
	letter-spacing: -.0125em;
}

.alinea_epilogue p {
	font-size: 23px;
	letter-spacing: -.0125em;
}

.alinea__wrapper div.alinea_epilogue_text {
	padding: 0px 100px;
}

.alinea__wrapper .alinea_epilogue_img {
	object-fit: cover;
	overflow: hidden;
	height: 500px;
}




/* ---------------------------------------------------
    CART WRAPPER
----------------------------------------------------- */

.cart__wrapper {
	margin-bottom: 100px;
}

.cart__wrapper .cart-row .btn-adjust {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
	font-size: 1.5em;
	height: 50px;
	letter-spacing: 0em;
	width: 50px;
}

.cart__wrapper .cart-row .btn-adjust:hover {
	background-color: #cdcdcd;
	border: 1.5px solid #cdcdcd;
}

.cart__wrapper .cart-row h3 {
	font-size: 1.5em;
	font-weight: 700;
}

.cart__wrapper .cart-row p {
	line-height: 1;
}

.cart__wrapper .cart-row span.cart-item-price {
	font-size: 1.25em;
	font-weight: 600;
}


.form__wrapper.cart h3 {
	font-size: 1.35em;
	font-weight: 700;
}

.form__wrapper.cart p {
	font-size: 1.05em;
}

.form__wrapper.cart hr {
	color: #ddd;
	opacity: .85;
}

.alinea__wrapper p.notification {
	color: #333
}





/* ---------------------------------------------------
    TOP BAR
----------------------------------------------------- */

.topbar__wrapper {
	font-family: 'Eina 01', Arial, sans-serif;
}

.topMessage {
	font-size: 15px;
	font-weight: 400;
	vertical-align: top;
}


/* ---------------------------------------------------
    SECTION BLOCKS - BANNER AND SLIDE
----------------------------------------------------- */

.banner__wrapper h2 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 2.25em;
	font-weight: 700;
	line-height: 1.2em;
}

.banner__wrapper p {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.35em;
}

.banner__wrapper h3 {
	line-height: 1.25em;
}



/* ---------------------------------------------------
    CTA
----------------------------------------------------- */

.progress-bar {
	background-color: #06d2df;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	transition: width .6s ease;
	white-space: nowrap;
}

.progress {
	height: 23px;
}



/* ---------------------------------------------------
    CTA
----------------------------------------------------- */

.cta__wrapper h2 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 44px;
	font-weight: 600;
	letter-spacing: 0;
}

.cta__wrapper h3 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
}

.cta__wrapper p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35em;
	font-weight: 400;
	letter-spacing: 0;
}



/* ---------------------------------------------------
    SPLIDE
----------------------------------------------------- */

.splide__arrow--prev {
	left: -2em;
}

.splide__arrow--next {
	right: -2em;
}



/* ---------------------------------------------------
	REVIEW WIDGET
----------------------------------------------------- */

.review__widget--wrapper {
	background: linear-gradient(to bottom left, #37a8ff, #2a7dcc);
	padding: 4rem 0rem;
}

.review__summary--wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.review__summary--body {
	width: 100%
}

.summary--counter {
	color: #111;
	font-size: 2rem;
	font-weight: 600;
}

.summary--stars {
	color: #11217E;
	font-size: 1.5rem;
}

.summary--stars i {
	margin-left: .125rem;
	margin-right: .125rem;
}

.summary--details {
	color: #111;
	font-size: 1.15rem;
}

.review__widget--item {
	background-color: #FFF;
	border-radius: .75rem;
	box-shadow: 0 0 .85rem rgba(0, 0, 0, 0.125);
	padding: 2rem;
}

.widget--item--body {
	width: 100%
}

.review--header {
	margin-bottom: .75rem;
}

.review--header i {
	color: #11217E;
	font-size: 1.45rem;
	margin-right: .1rem;
}

.review--body {
	height: 85px;
	margin-bottom: .5rem;
}

.review--body p {
	color: #111;
	font-size: 1.1rem;
}

.review--details {
	text-align: left;
}

.review--details p {
	color: #111;
	font-size: 1rem;
	margin-bottom: 0;
}

.review__footer--wrapper {
	display: flex;
	justify-content: center;
}

.review__footer--wrapper img.review--logo--gosalon {
	height: 1.85rem;
}



/* ---------------------------------------------------
    GALLERY
----------------------------------------------------- */

.card-body {
	box-shadow: 0 0 .85rem rgba(0, 0, 0, 0.125);
	flex: 1 1 auto;
	padding: .5rem;
}

.gallery__wrapper .card {
	border: none;
	border-radius: .25rem;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #555 !important;
}

.lg-outer .lg-thumb-item {
	border-radius: 0px !important;
	cursor: pointer;
}


.gallery__wrapper {
	overflow: hidden;
}

.gallery__wrapper a.lightgallery-item img {
	transition: all 300ms ease;
	max-height: 300px;
	object-fit: cover;
	width: 100%;
}

.gallery__wrapper a.lightgallery-item:hover img {
	transform: scale(1.05);
	transition: transform 300ms ease;
}





/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer section.footy-main li {
	color: #fff !important;
	margin-bottom: .5rem;
}

footer section.footy-main li a {
	color: #fff;
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .0125em;
}

footer section.footy-main li a:hover {
	color: #f7ae48;
}

footer section.footy-main h4 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: -.0125em;
}

footer .wrapper .footer-logo {
	height: 230px;
}


/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer h3 {
	border-bottom: 1.5px solid #5f39a8;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 8px;
	padding-bottom: 14px;
}

footer section.footy-bottom li a {
	color: #222 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 17px;
	font-weight: 400 !important;
	letter-spacing: 0;
	transition: ease-in-out .2s;
}

footer section.footy-bottom li a:hover {
	color: #37a8ff !important;
}

footer section.footy-bottom a.tiny {
	color: #939393 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400 !important;
	letter-spacing: 0;
	transition: ease-in-out .2s;
}

footer section.footy-bottom a.tiny:hover {
	color: #222 !important;
}

footer .wrapper img.footerlogo {
	height: 150px;
}

footer .wrapper .footer-nav ul li a i {
	color: #05cfe1;
	left: 0;
	position: absolute;
	top: 5px;
}





/* ---------------------------------------------------
    COOKIES
----------------------------------------------------- */

.cookie a {
	color: #333;
}

.cookie a:hover {
	color: #999;
	text-decoration: none;
}


/* ---------------------------------------------------
    MODALS
----------------------------------------------------- */

.modal-content {
	border: 2px solid rgba(0, 0, 0, .2);
	border-radius: .5rem;
}

.modal-header {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.modal-body {
	padding: 1.5rem;
}

.modal-footer {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.modal .btn-close {
	outline: 0;
	box-shadow: none !important;
}

.modal .btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.modal button.btn-close {
	background-color: none;
	color: #aab0b6;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	text-shadow: none;
	transition: .2s ease-in-out all;
}

.modal .btn1 {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.modal .btn1:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.modal .btn2 {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.modal .btn2:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.modal-title {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
}

.modal span.form_indication {
	color: #111;
	display: block;
	font-family: 'Eina 01', helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: -.0125em;
	margin-bottom: .45rem;
}

.modal form .form-control::placeholder {
	color: #aaa !important;
	opacity: 1;
}

.modal form input {
	background-color: #fff !important;
	border: 1.5px solid #ccc !important;
	border-radius: .25rem !important;
	color: #111 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	height: calc(1.5em + .75rem + 6px);
	letter-spacing: .0125em;
	padding: .75rem .75rem .75rem .75rem !important;
	white-space: nowrap;
}

.modal form input:focus {
	background-color: #fff !important;
	border-color: #222 !important;
	box-shadow: 0 0 0 .2rem rgba(155, 155, 155, .25) !important;
	color: #111 !important;
}