/*
==  THEME DETAILS  ============================================================
   	Theme Name: Autorijschool Van de Riet
	Theme URI: https://autorijschoolvanderiet.nl/
    Description: Stylesheet voor Autorijschool Van de Riet
    Version: 1.0
   	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--black: #2D2D2D;
		--white: #FFF;
		--blue: #1D71B8;
		--green: #2BAD26;
		--red: #BE1622;
		--dark-grey: #A0A0A0;
		--grey: #F2EFEF;
		--light-grey: #F8F8F8;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: "Poppins", sans-serif;
		font-size: 0.8rem;
	  	line-height: 1.25rem;
		font-weight: 400;
		color: var(--black);
		background: var(--white);
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}

	a, a:hover, .btn, .btn:hover , .transition {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		text-decoration:none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: var(--green);
	}

	a:hover {
		color: var(--black);
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
		font-family: "Pathway Extreme", sans-serif;
		color: var(--blue);
		font-weight: 800;
		line-height: 1.35;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
		font-size: 2.5rem;
	}

	h2, .h2 {
		font-size: 2rem;
	}

	h3, .h3 {
		font-size: 1.5rem;
	}
	
	h4, .h4 {
		font-size: 1.3rem;
	}

	.fs-xxl {
		font-size: 3rem;
		line-height: 4rem;
	}
	
	.fs-xl {
		font-size: 1.5rem;
	}

	.fs-lg {
		font-size: 1rem;
	}

	.fs-md {
		font-size: 0.9rem;
	}

	.fs-sm {
		font-size: 0.75rem;
	}

	.fw-extra-bold {
		font-weight: 800;
	}

	.ff-pathway-extreme {
 		font-family: "Pathway Extreme", sans-serif;
	}

	.box-shadow {
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	}

	.box-shadow-inset {
		-webkit-box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.2);
		box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.2);
	}

	.border-radius {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.border-radius-sm {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.z-index-1 {
		position: relative;
		z-index: 8;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 1rem;
	}

	hr {
		margin: 2.5rem 0;
		opacity: 1;
		border-top: 1px solid var(--grey);
	}

	@media (min-width : 1200px) {
		figure.scale-image {
			overflow: hidden;
			position: relative;
			display: block;
			cursor: pointer;
		}
		figure.scale-image img  {
			-webkit-transition: all 0.3s linear;
			transition: all 0.3s linear;
			-ms-transition: all 0.3s linear;
			-webkit-transform: scale3d(1, 1, 1);
			-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
		figure.scale-image:hover img ,
		.item-overzicht:hover figure.scale-image img {
			-webkit-transform: scale3d(1.05, 1.05, 1);
			-ms-transform: scale3d(1.05, 1.05, 1);
			transform: scale3d(1.05, 1.05, 1);
		}
	}

	@media (min-width: 1330px) {
		.container {
			max-width: 1230px;
		}	
	}

	@media (min-width: 1460px) {
		.container {
			max-width: 1330px;
		}	
	}

	@media (min-width: 1560px) {
		.container {
			max-width: 1430px;
		}	
	}

	@media all and (max-width: 1560px) {
    	html {
			font-size: 18px;
		}
	}

	@media all and (max-width: 1350px) {
    	html {
			font-size: 16px;
		}
	}

	@media all and (max-width: 992px) {
    	html {
			font-size: 15px;
		}
	}

	@media all and (max-width: 550px) {
    	html {
			font-size: 14px;
		}
		h1, .h1 {
			font-size: 2rem;
		}
		h2, .h2 {
			font-size: 1.75rem;
		}	
		.fs-xxl {
			font-size: 2.5rem;
			line-height: 3.5rem;
		}
	}

/* Buttons -------------------------------------- */
	.btn-primary, 
	.btn-primary:active {
		color: var(--white);
		background: var(--blue);
		border: 1px solid var(--blue);
	}

	.btn-primary:hover {
		color: var(--white);
		background: var(--black);
		border: 1px solid var(--black);
	}

	.btn-secondary {
		color: var(--white);
		background: var(--green);
		border: 1px solid var(--green);
	}

	.btn-secondary:hover {
		color: var(--white);
		background: var(--black);
		border: 1px solid var(--black);
	}

	.btn-tertairy {
		color: var(--blue);
		background: none;
		border: 1px solid var(--blue);
	}

	.btn-tertairy:hover {
		color: var(--white);
		background: var(--blue);
		border: 1px solid var(--blue);
	}

	.btn-quaternary {
		color: var(--black);
		background: none;
		border: 1px solid var(--black);
	}

	.btn-quaternary:hover {
		color: var(--white);
		background: var(--black);
		border: 1px solid var(--black);
	}

	.btn {
		font-size: 1rem;
		font-weight: 700;
		line-height: 1;
		padding: 0.9rem 1.5rem;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block p + h5 ,
	.content-block p + ul ,
	.content-block h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h3 {
		margin-top: 1.25rem !important;
	}

	.content-block h1 {
		margin-bottom: 1.5rem;
	}

	.content-block h3 {
		margin-bottom: 1rem;
	}

	.content-block h4 {
		font-family: "Poppins", sans-serif;
		line-height: 1.25rem;
		font-size: 0.8rem;
		font-weight: 700;
		color: var(--black);
	}

	.content-block ul {
		list-style: none;
	  	padding: 0;
	}
	
	.content-block li {
  		position: relative;
		padding-left: 30px;
	}

	.content-block ul li:before {
		font-family: "Font Awesome 6 Pro";
		content: "\f105";
		font-weight: 900;
		color: var(--green);
		position: absolute;
    	left: 0;
	}

	.content-block img.aligncenter {
		margin: 0 auto;
		 display: block;
	}

	.content-block .embed-responsive {
		margin: 2.5rem 0;
	}

	.content-block .btn {
		margin-top: 1.25rem !important;
	}

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-black {
		background: var(--black) !important;
	}

	.bg-white {
		background: var(--white) !important;
	}

	.bg-blue {
		background: var(--blue) !important;
	}

	.bg-green {
		background: var(--green) !important;
	}

	.bg-red {
		background: var(--red) !important;
	}

	.bg-dark-grey {
		background: var(--dark-grey) !important;
	}

	.bg-grey {
		background: var(--grey) !important;
	}

	.bg-light-grey {
		background: var(--light-grey) !important;
	}

	.text-black {
		color: var(--black) !important;
	}

	.text-white {
		color: var(--white) !important;
	}

	.text-blue {
		color: var(--blue) !important;
	}

	.text-green {
		color: var(--green) !important;
	}

	.text-red {
		color: var(--red) !important;
	}

	.text-dark-grey {
		color: var(--dark-grey) !important;
	}

	.text-grey {
		color: var(--grey) !important;
	}

	.text-light-grey {
		color: var(--light-grey) !important;
	}

/*---------------------------------------------- 
	1.4 Spacing 
------------------------------------------------*/
	.py-110 {
		padding: 5.5rem;
	}

	.pb-50 {
		padding-bottom: 2.5rem;
	}

/*---------------------------------------------- 
	1.5 Item Pakket
------------------------------------------------*/
	.item-pakket {
		padding: 1.75rem 0 1.25rem 0; 
	}

	.item-pakket__digit {
		font-size: 2rem;
		line-height: 3.5rem;
		text-align: center;
		height: 3.5rem;
		width: 3.5rem;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.item-pakket__inhoud {
		padding: 1.5rem 1rem 0.5rem 1rem;
	}

	.item-pakket__inhoud li {
		font-weight: 300;
		line-height: 2.25rem;
	}

	.item-pakket__inhoud li + li {
		border-top: 0.25px solid var(--dark-grey);
	}

	.item-pakket__price {
		padding: 0.75rem 1rem;
	}

	.item-pakket__price span {
		line-height: 1.5rem;		
	}

	.item-pakket__bottom {
		padding: 1.25rem 1rem 0 1rem;
	}

	.item-pakket__bottom i {
		font-size: 1rem;
		line-height: 2.5rem;
		color: var(--white);
		background: var(--dark-grey);
		text-align: center;
		height: 2.5rem;
		width: 2.5rem;
		display: block;
	}

	.item-pakket__bottom .btn {
		padding: 0.7rem 2.25rem;
	}

/*---------------------------------------------- 
	1.6 Item Review
------------------------------------------------*/
	.item-review {
		padding: 1.75rem 1rem;
	}

	.item-review__head ul .list-inline-item:not(:last-child) {
		margin-right: 0.25rem;
	}

	.item-review__head ul li i {
		color: var(--red);
	}
	
/*---------------------------------------------- 
	1.7 Gravity Form
------------------------------------------------*/
	.gform_wrapper ,
	body .gform_wrapper .top_label div.ginput_container, 
	.gform_wrapper ul.gform_fields li.gfield ,
	.gform_wrapper li.hidden_label input {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .gfield_label {
		font-size: 0.85rem !important;
		font-weight: 500 !important;
		margin: 0 0 0.5rem 0 !important;
	}

	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ,
	.gform_wrapper textarea ,
    .gform_wrapper select {
		font-size: 0.75rem;
		font-weight: 400;
		padding: 10px 15px !important;
		background: var(--light-grey) !important;
		height: 3.25rem;
		border-radius: 0;
        color: var(--black) !important;
		border: none;
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 11.5rem !important;
	}

	.gform_wrapper.gravity-theme .gform_footer {
		margin: 1rem 0 0 0 !important;
		padding: 0 !important;
		justify-content: flex-end;
	}

	.gform_wrapper.gravity-theme .gform_footer .btn {
		margin: 0 !important;	
	}

	.gform_confirmation_message {
		margin-top: 1rem !important;
	}

	.gform_wrapper .field_description_below .gfield_description {
		font-size: 0.7rem !important;
		color: var(--black);
		padding: 0 !important;
		border: none !important;
	}

	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 25px !important;
	}

	.gform_required_legend {
		display: none !important;
	}

	.gform_wrapper .gform_validation_errors>h2 {
		font-size: 14px !important;
		margin: 0 !important;
	}

	#ginput_product_price_7_16 {
		display: none !important;
	}

	.gfield_radio {
		display: flex;
	}

	.gfield_radio .gchoice {
		line-height: 3.25rem;
	}

	.gfield_radio .gchoice + .gchoice {
		margin-left: 0.75rem;
	}

/*---------------------------------------------- 
	1.8 Swiper 
------------------------------------------------*/
	.swiper-reviews { 
		overflow: visible; 
	}

/*---------------------------------------------- 
	1.9 Modal
------------------------------------------------*/
	.modal-xl {
		max-width: 1080px;
	}

	.modal .modal-content {
		border: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.modal .modal-content .modal-header {
		padding: 1.75rem 2rem;	
	}

	.modal .modal-content .modal-header .btn-close {
		color: var(--red);
		opacity: 1;
		background: none;
		width: inherit;
		height: inherit;
	}

	.modal .modal-content .modal-header .btn-close i {
		font-size: 1.75rem;
	}

	.modal .modal-content .btn-close:hover {
		color: var(--black);	
	}

	.modal .modal-content .modal-body {
		padding: 1.5rem 2rem;
	}

	body.modal-open {
		padding-right: 0 !important;
	}

	.modal-open {
		overflow: auto !important;
	}

	.modal.show {
		padding-left: 15px !important;
	}

	@media all and (max-width: 767px) {
		.modal .modal-content .modal-header {
			padding: 1.25rem 1rem;	
		}	
		.modal .modal-content .modal-body {
			padding: 1.5rem 1rem;
		}
	}

/*---------------------------------------------- 
	1.10 Whatsapp 
------------------------------------------------*/
	.whatsapp {
		position: fixed;
		z-index: 998;
		right: 1rem;
		bottom: 1rem;
		text-decoration: none !important;
	}	

	.whatsapp i {
		background: #25D366;
		color: #FFF;
		display: block;
		text-align: center;
		height: 2.5rem;
		width: 2.5rem;
		font-size: 1.4rem;
		line-height: 2.5rem;
		border-radius: 100%;
	}

	.fade-in-bottom {
		-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	   	animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	}

	@-webkit-keyframes fade-in-bottom {
	  0% {
		-webkit-transform: translateY(50px);
				transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	  }
	}
	@keyframes fade-in-bottom {
	  0% {
		-webkit-transform: translateY(50px);
				transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	  }
	}

/*---------------------------------------------- 
	2.1 Header 
------------------------------------------------*/
	.header::before {
		content: "";
		position: absolute;
		height: 100%;
		width: 25%;
		background: var(--grey);
	}

	.header__brand::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		background-image: url("../images/header-brand-bg.svg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center;	
	}

	.header__phone {
		font-size: 1.1rem;
		line-height: 1;
		font-weight: 600;
		color: var(--red);
	}

	.header__phone:hover {
		color: var(--black);
	}

	.header__watermark {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		height: 100%;
	}

	@media all and (max-width: 1800px) {
		.header::before {
			width: 20%;		
		}
		.header__brand img {
			width: 90%;
		}
	}

	@media all and (max-width: 1320px) {
		.header__brand img {
			width: 80%;
		}
	}

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
	.navigation {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.navigation__menu li a {
		font-size: 0.9rem;
		font-weight: 500;
		color: var(--black);
		padding: 0;
	}

	.navigation__menu li + li {
		margin-left: 1.25rem;
	}

	.navigation__menu li a:hover {
		color: var(--blue);
	}

	.navigation__menu li.active a {
		font-weight: 700 !important;
		color: var(--black) !important;
	}

	@media all and (max-width: 1200px) {
		.navigation__menu li a ,
		.header__buttons li .btn {
			font-size: 0.8rem;
		}
		.header__buttons .list-inline-item:not(:last-child) {
			margin-right: 0.5rem;
		}
		.navigation__menu li + li {
			margin-left: 1rem;
		}
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	.navigation--mobile {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.navigation--mobile .cd-dropdown-trigger {
		display: inline-block;
    	position: relative;
    	padding: 0;
		font-size: 1.75rem;
		background: none;
		color: var(--blue) !important;	
		text-align: center;
		margin: 0;
		z-index: 99;
		border-radius: 0;
		border: none;
	}

	 .navigation--mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	.navigation--mobile .cd-dropdown-content a {
		font-size: 1rem;
		font-weight: 400;
		color: var(--white);
		text-align: left !important;
	}

	.navigation--mobile .current_page_item a {
		font-weight: 700;
	}

	.navigation--mobile .cd-dropdown {
		background: var(--blue);
		z-index: 999;
	}
	
	.navigation--mobile .cd-dropdown-wrapper {
		height: auto;
		margin: 0 !important;
	}
	
	.navigation--mobile ul {
		padding-left: 0;
	}
	
	.navigation--mobile .cd-dropdown-content a, 
	.navigation--mobile .cd-dropdown-content ul a {
		border-top-width: 0.5px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: var(--white);
    	border-style: solid;
	}
	
	.navigation--mobile .cd-dropdown-content .go-back a {
		color: var(--black);
	}

	.navigation--mobile .cd-secondary-dropdown > a,
	.navigation--mobile .cd-secondary-dropdown > .go-back a {
  		display: none !important;
		background: var(--white);
	}

	.navigation--mobile .has-children > a::before, 
	.navigation--mobile .has-children > a::after {
		background: var(--black) !important;
	}

	.navigation--mobile .cd-dropdown .cd-close::after, 
	.navigation--mobile .cd-dropdown .cd-close::before {
		background: var(--white) !important;
	}

	.navigation--mobile .go-back a::before, 
	.navigation--mobile .go-back a::after {
		background: var(--black) !important;	
	}

	.navigation--mobile .cd-secondary-dropdown > .go-back a + a {
		display: block !important;
	}

	.navigation__buttons {
		position: absolute;
		bottom: 1.5rem;
		left: 1rem;
		right: 1rem;
	}

	.navigation__buttons .btn-primary {
		background: var(--white);
		color: var(--black);
	}

/*---------------------------------------------- 
	3. Hero
------------------------------------------------*/
	.hero--frontpage::before ,
	.hero--image::before {
		content: "";
		height: 17rem;
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		z-index: 8;
		background: rgb(45,45,45);
		background: -moz-linear-gradient(180deg, rgba(45,45,45,0.8996192226890756) 0%, rgba(45,45,45,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(45,45,45,0.8996192226890756) 0%, rgba(45,45,45,0) 100%);
		background: linear-gradient(180deg, rgba(45,45,45,0.8996192226890756) 0%, rgba(45,45,45,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d2d2d",endColorstr="#2d2d2d",GradientType=1);
	}

	.hero--frontpage .hero__item {
		height: 41rem;
	}

	.hero--image .hero__item {
		height: 31.75rem;
	}

	.hero--title .hero__item {
		height: 15rem;
	}

	.hero--title .hero__item::before {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		opacity: 0.2;
		display: block;
		mix-blend-mode: multiply;
		background: rgb(45,45,45);
		background: -moz-linear-gradient(180deg, rgba(45,45,45,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(45,45,45,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(180deg, rgba(45,45,45,1) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d2d2d",endColorstr="#ffffff",GradientType=1);
	}

	.hero__arrow {
		height: 4.5rem;
	}

	.hero__price {
		height: 5.5rem;
		width: 5.5rem;
		display: block;
	}

	.hero__circle {
		position: relative;
		bottom: -7.9rem;
		height: 15.8rem;
		width: 15.8rem;
		padding: 1rem;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}

	.hero__circle h4 {
		line-height: 1.75rem;
	}

	@media all and (max-width: 1350px) {
		.hero__circle {
			bottom: -5rem;	
		}
	}

	@media all and (max-width: 1200px) {
		.hero__circle {
			bottom: 2.5rem;	
		}
	}

	@media all and (max-width: 767px) {
		.hero--frontpage .hero__item {
			height: 35rem;
		}
		.hero--image .hero__item {
			height: 20rem;
		}
	}

/*---------------------------------------------- 
	4. Content Frontpage
------------------------------------------------*/
	.content__organisaties li.list-inline-item:not(:last-child) {
		margin-right: 0 !important;
	} 

	.content__organisaties li + li {
		margin-left: 0.5rem;
	}

	@media all and (max-width: 1200px) {
		.content__organisaties li {
			width: 40%;
		}
	}

	@media all and (max-width: 992px) {
		.content__organisaties li {
			width: auto;
		}
		.content__organisaties li + li {
			margin-left: 1rem;
		}
	}	

/*---------------------------------------------- 
	5.1 Page Modules
------------------------------------------------*/
	#page-modules .module-content + .module-content ,
	#page-modules .module-content + .module-contact {
		padding-top: 0 !important;
	}

	@media all and (max-width: 992px) {
		.module-content--columns .col {
			flex: 0 0 auto;
			width: 100%;
		}
	}

/*---------------------------------------------- 
	5.2 Module Cadeaubon
------------------------------------------------*/
	.module-cadeaubon__arrow {
		height: 4.5rem;
	}

	@media all and (max-width: 1200px) {
		.module-cadeaubon__arrow {
			height: 2.5rem;
		}
	}

/*---------------------------------------------- 
	5.3 Module Contact
------------------------------------------------*/
	.module-contact__wrapper {
		padding: 2rem 1.5rem;
	}

	.module-contact__wrapper ul li ,
	.module-contact__wrapper ul li a {
		font-size: 0.9rem;
		line-height: 2rem;
		color: var(--black);
	}

	.module-contact__wrapper ul li a {
		color: var(--blue);	
	}

	.module-contact__wrapper ul li a:hover {
		color: var(--black) !important;
	}

	@media all and (max-width: 1200px) {
		.module-contact__wrapper {
			padding: 1.75rem 1rem;
		}
		.module-contact__wrapper ul li ,
		.module-contact__wrapper ul li a {
			font-size: 0.8rem;
		}
	}

	@media all and (max-width: 767px) {
		.module-contact__wrapper {
			padding: 1.5rem 1rem;
		}
	}

/*---------------------------------------------- 
	6. Footer 
------------------------------------------------*/
	.footer__watermark {
		position: absolute;
		bottom: -3rem;
		left: 15px;
	}

	.footer__contact li ,
	.footer__menu li a {
		font-size: 0.9rem;
		line-height: 2rem;
		color: var(--black);
	}

	.footer__contact li a ,
	.footer__menu li a {
		color: var(--blue);	
	}

	.footer__contact a:hover ,
	.footer__menu li a:hover {
		color: var(--black) !important;
	}

	.footer__quote {
		font-size: 1rem;
		line-height: 2rem;
	}

	@media all and (max-width: 992px) {
		.footer__quote {
			font-size: 0.9rem;
		}	
	}