@charset "utf-8";
/* CSS Document */

* html {
    margin: 0;
    padding: 0;
}
:root {
	--brand:#006548;	
	--white:#fff;
	
	--bg-color:#efefef;
	--text-base:#222;
	
	--hl:#00a651; /*hightlighted */
	--black:#000; /* black*/	
	--elgrey:#f5f5f5 ; /*Extra Light Grey*/	
	--lgrey:#e2e2e2 ; /*Light Grey*/	
	--mgrey:#999; /*Mid Grey*/
	--dgrey:#333; /*Dark Grey*/

	--beige:#bab2a7;
	--pg-width:1200px;
	--font-size:19px;
	--border-radius: 8px;

}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* close commented backslash hack */


body {
/*    background: url("../img/fabric_1.webp");*/
    color: var(--text-base); 
  	font-family: "Roboto", sans-serif;
  	font-weight: 300;
    font-size: var(--font-size);
    margin: 0;
    padding: 0;
}
a {
    /*transition:all ease .3s;*/
    text-decoration: none;
    color: var(--hl);
}
a:hover {
    color: var(--hl);
}
p {
    margin: 0 0 1rem;
    line-height: 1.75;
}
ul {
    margin-bottom: 1.25rem;
}
ul li,
p {
    margin: 0 0 1rem;
    line-height: 1.75;
}

h1 {
    font-weight: weight;
    font-size: 3.5rem;
    margin: 0 0 .35em;
	color: var(--brand);
/*
	letter-spacing: .2rem;
    text-transform: uppercase;
*/
	color: var(--jk-grey);
}
h2 {
	color: var(--brand);
    font-weight: 700;
    font-size: 2rem;
	line-height: 1.5;
    margin: 0 0 .5em;
    text-transform: uppercase;
}
h3 {
    color: var(--jk-grey);
    font-size: 1rem;
    margin: 0 0 .5rem;
    line-height: 1.5;
	font-weight: bold;

}
h4 {
    font-size: 1.35em;
    margin: 0 0 .5em;
    font-weight: 400;
}
h5 {
    font-size: 1.15em;
    margin: 0 0 .5em;
    font-weight: 400;
}

a.button{
    display: inline-block;
    margin: 0 0 1vw;
    background: #f7f7f7;
    padding: 1em 1.25rem;

    font-weight: bold;
    transition: .25s ease all;
}

a.button:hover{
    text-decoration: none;
    background: var(--hl);
    color: var(--bg-color);;
}



.centered-heading{
	text-align: center;
}


/*WRAPPERS--------------------*/

.wrapper-width {
	padding: 0 2rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	max-width: var(--pg-width);
	
/*	background: pink;*/

}

.wrapper-100-width{
	
	padding: 1rem 0 ;
    position: relative;
    margin: 1rem 0;
	
}
.max-cap-wrapper{
	max-width:1900px;
	padding: 0;
	 margin: 0 auto;
	

}


.page-content{
	
	
}
.color01-section{
	background:var(--brand);
	color: var(--white);
	margin: 2rem auto;
}
.color02-section{
	background: url("../img/bg-mission.jpg");
	background-size: cover;
	color: var(--white);
	margin: 3rem auto;

}



/*HEADER--------------------*/
header {
    position: relative;
    margin-top: 0;
    padding:1rem 0 1.25rem;
	
/*	background:pink;*/
    z-index: 100;

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a.logo {

    height:70px;
    padding: 0;
	display: flex;
	align-items: center;
	transition: .5s all ease;
}


header a.logo img{
    height:100%;
}



header a.logo span{
	font-weight: bold;
	margin: 0 0 0 1.5rem;
	padding: 0;
	letter-spacing: .25rem;
	color: var(--black);

}
/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/
header .main-navigation {/*General Menu Area */
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	
}

header .main-navigation {
}

header .main-navigation ul.top_menu { /*Main Cat Menu Area */
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
	z-index: 1001;
}
header .main-navigation  li { /*Main Cat Menu List/Buttons */
    position: relative;

    font-weight: 400;
    display: block;
    text-transform: uppercase;
/*    letter-spacing: .25rem;*/
	margin: 0 .5vh 0;
    width: auto;
	


}
header .main-navigation ul li:hover > a{
    color: var(--white);;
	background-color:  var(--hl);

}


header .main-navigation a {
    display: block;
    text-decoration: none;
    padding: .5em .75em;
    line-height: 1.3em;
	color: var(--brand);
	font-size: 1rem;
	transition: all .5s ease;
	
	border-radius: 2px;


}

.main-navigation ul ul a {
    /*submenu hyperlinks */

    text-decoration: none;
    padding: .75em 1em;
    margin: 0;
}

.main-navigation ul ul a:hover {/*sub menu li hovering backgrounds*/
    background: var(--hl);
    color: var(--white);
	

}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a {
    color: var(--white);
    background: var(--brand);
}
.main-navigation .current_page_item > a:hover, 
.main-navigation .current-menu-item > a:hover {
    color: var(--white);
    background: var(--hl);

}
.main-navigation .current_page_ancestor > a { /*highlight style of the parent button when it's on the child's page
	border-radius:6px;
/*	border:1px solid var(--wm-orange);
*/
    background: url(../img/bg-button-arrow.png) top center no-repeat;
    color: var(--brand);
}
.main-navigation .current-menu-ancestor > a { /*this is to use with the "Current Menu Item" plugin*/
    background: url(../img/bg-button-arrow.png) top center no-repeat;
    color: var(--brand);
}
.main-navigation ul ul .current_page_parent, .main-navigation .current_page_parent .current_page_item > a {
    background: var(--brand);
    color: var(--white);
}
.current-menu-item a {
    /*this is to shutoff something causing current item's submenu LIs to have dark background from mmenu's css.*/
    background: none;
}



.page-image {
    background: none;
}
.page-image img {
    width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
BX SLIDER - for main thumbnail nav sliders
--------------------------------------------------------------*/

.main-image .bx-wrapper{
	margin:0 0 1rem;
	border: 0;
	padding: 0;
}

#bx-nav-thumbs {
    text-align: center;
/*	background: pink;*/
	display: flex;
	margin: 0;
	justify-content: center;
	grid-column-gap: 1rem;
  }

#bx-nav-thumbs a {
	margin: 0 3px;
	max-width: 60px;
}

#bx-nav-thumbs a img {
	padding: 3px;
	border-radius: 4px;
}

#bx-nav-thumbs a.active img {
	box-shadow: inset 0 0 10px var(--hl);
}


#bx-nav-thumbs .nav-thumb{
	margin: 1rem 0;
	display: block;
}
#bx-nav-thumbs .nav-thumb img{
	 cursor: pointer;

}
.bx-slider-wrapper{
    position: relative;
	width: 100%;
}
.bx-slider-wrapper .lr-controls a{

    display: block;
    font-size: 3rem;
    transition: all ease .25s;
    color: rgba(0,0,0,.2); 
    cursor: pointer;
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
	z-index: 900;
	padding: 1rem;
	
/*	background:pink;*/
}

.bx-slider-wrapper  .lr-controls a:hover{
    color: rgba(0,0,0,.9); 
}

.bx-slider-wrapper  .lr-controls a.bx-prev{
    left: 0;
}
.bx-slider-wrapper  .lr-controls a.bx-next{
    right: 0;
}





/*--------------------------------------------------------------
Slick SLIDER
--------------------------------------------------------------*/



.slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: rgba(0,0,0,.15);
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #000;
}


.slick-slides{
    position: relative;
}

.slick-slides div{
    width: 100%;
}


.slick-slides .static-image img {
    width: 100%;

}
.slick-slides .static-image a {
    width: 100%;
}

.slick-slides i {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 3rem;
    transition: all ease .25s;
    text-decoration: none;
    color: rgba(0, 0, 0, .025); /* This transitions from opaque white to 0 opacity */
    cursor: pointer;
    position: absolute;
}

.slick-slides i:hover {
    color: rgba(255, 255, 255, 1);
}

.slick-slides i.fa-angle-left {
    left: 0;
    width: 10vw;
    height: 8vh;
    z-index: 900;
    /* Center vertically using transform */
    top: 50%;
    transform: translateY(-50%);
}

.slick-slides i.fa-angle-right {
    right: 0;
    width: 10vw;
    height: 8vh;
    /* Center vertically using transform */
    top: 50%;
    transform: translateY(-50%);
}


.page-title-area{
	
	position: relative;
    width: 100%;
    height: 300px; /* Adjust the height as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* Text color */
    text-align: center;
	margin-bottom: 3rem;
}

.page-title-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,102,73, 0.75); /* Adjust the tint strength here */
    z-index: 1; /* Ensure the overlay is above the background image */
}

.page-title-area h1{
	
    position: relative;
    z-index: 2; /* Ensure the text is above the overlay */
    margin: 0;
    padding: 20px;
	text-transform: uppercase;
	letter-spacing: .5rem;
	
}

h1.homepage{
	text-align: center;
	font-size: 1rem;
	opacity: 0;
}

.each-segment{
	margin:2rem 0;
}

/*--------------------------------------------------------------
 Home Page Video Slider
--------------------------------------------------------------*/
.video-clip-area {
	position: relative;
	display: flex;
	padding: 0;
	margin: 0;
	
}

.video-clip-area a.video-link-empty-box  {
	width:100%;
	height: 100%;
	
	display: flex;

}
.video-clip-area video {
	
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;

}

.video-clip-area .video-text {
    position: absolute;
    color: var(--white);
    padding: 2rem;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 100;
}
 .video-clip-area .video-text a{
    color: var(--white);
}


.video-clip-area .video-text p.video-title {
    color: var(--white);
    font-size: 5vw;
    font-weight: 500;
    line-height: 1;
    margin-bottom: .75rem;
    padding: 0;



}
.video-clip-area .video-text p {
    color: var(--white);
    font-size:  2vw;
    margin-bottom: .5rem;
    line-height: 1.5;

}


.video-clip-area video.the-video{
    margin:0;
    padding: 0;
    width: 100%;


}




.our-brands-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 0;
}

.brand-item {
    text-align: center;
	
}

.brand-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
	
		background:var(--elgrey);
	border-radius: 6px;

}

.brand-item h3 {
    font-size: 1.25rem;
    margin: 0;
}


/* Container for latest area */
.latest-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	width: calc(100% - 4rem);
	max-width: var(--pg-width);
    gap: 2rem; 
    padding: 0; 
	margin:2rem auto;
}

/* Latest news and events boxes */
.latest-area .latest-news,
.latest-area .latest-events {
    flex: 1; /* Makes each section take equal space */
    padding: 1.5rem;
    background-color: var(--elgrey); 
	border-radius: 8px;
	
}
.latest-area .latest-news .each-post,
.latest-area .latest-events .each-post {
	border-bottom: 1px solid rgba(0,0,0,.25);

}
.latest-area .latest-news .each-post:last-child,
.latest-area .latest-events .each-post:last-child {
	border-bottom: none;

}

/* Headlines within news and events */
.latest-area .latest-news h3,
.latest-area .latest-events h3 {
    font-size: 1rem;
    margin-bottom: .5rem;
    color:var(--text-base); 
}

/* Content within news and events */
.latest-area .latest-news span.date,
.latest-area .latest-events span.date {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem; /* Spacing between paragraphs */
}

/* Buttons or links within news and events */
.latest-area .latest-news a,
.latest-area .latest-events a {
	display: block;
    padding: 1rem 1rem;
    text-decoration: none;

    transition: background-color 0.3s ease;
}

/* Hover effect for buttons */
.latest-area .latest-news a:hover,
.latest-area .latest-events a:hover {
    background-color: var(--hl); 
	color: var(--white);
}







/*-------------------------------------------------------------------------
Pagnation on Archive & Taxonomy list page
--------------------------------------------------------------------------*/
.paging-navigation{
	display: inline-block;
	margin: 2rem auto;
	width: 100%;
}
.paging-navigation ul.page-numbers {

	display: flex;
	justify-content: center;

    margin: 0;
    padding: 0;

	width: 100%;
    font-size: 1.25em;
    font-weight: 400;
}

.paging-navigation li {
    display: inline-block;
	margin: 0 .5rem;
	
}
a.page-numbers, span.page-numbers {
    padding: .5em .75em ;
    color:var(--text-base);
	transition: .5s ease all;
	
	border-radius: 10px;
}
a:hover.page-numbers {
    color: var(--bg-color);
    text-decoration: none;
	background:var(--hl);
}
.paging-navigation .current {
    font-weight: bold;
    color: var(--hl);
/*	background:var(--hl);*/
	border: 2px solid var(--hl);
}




/*-------------------------------------------------------------------------
ABOUT
--------------------------------------------------------------------------*/

.mission-area, 
.vision-area {
    display: flex;
    align-items: center;
    margin: 1rem 0; /* Adds spacing between sections */
}

/* Mission Section: Image on the left, text on the right */
.mission-area .mission-image,
.vision-area .vision-image  {
    flex: 1;
    max-width: 50%;
}

.mission-area .mission-text,
.vision-area .vision-text {

    flex: 1;
    padding: 0 4rem;
}

/* Vision Section: Image on the right, text on the left */
.vision-area {
    flex-direction: row-reverse; /* Reverses the order of flex items */
}

.mission-area .mission-image img, 
.vision-area .vision-image img {
    width: 100%;
    height: auto;
}

.mission-area .mission-text h2, 
.vision-area .vision-text h2 {
    margin-top: 0;
	color: var(--hl);
}


.values-area{
	margin: 2rem 0 3rem;
	
/*	text-align: center;*/
}


.ref-links-container {
    display: flex;
    justify-content: center;
    gap: 2rem; /* Adds space between items */
    margin-bottom: 2rem;
}

.each-link-item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f9f9f9; /* Light background color for items */
    border: 1px solid #ddd; /* Border around each item */
    padding: 1rem;
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
}

.each-link-item a {
    text-decoration: none;
    color: inherit; /* Inherit the text color */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.each-link-item img {
    width: 50%; /* Ensure the image takes up the full width of the item */
    height: auto; /* Maintain the aspect ratio */
    border-bottom: 1px solid #ddd; /* Divider between image and title */
    margin-bottom: 10px; /* Space between image and title */
}

.each-link-item h3 {
    margin: 0; /* Reset margins */
    font-size: 1.2em; /* Adjust font size as needed */
    color: var(--dgrey); /* Text color */
    transition: color 0.3s; /* Smooth transition for text color */
}

.each-link-item:hover {
    transform: scale(1.05); /* Slightly enlarge item on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow on hover */
}



/*--------------------------------------------------------------
BRANDS
--------------------------------------------------------------*/


.main-brand-area{
	display: block;
	margin-bottom: 4rem;
}

.main-brand-area .each-main-brand{
	display: grid;
	grid-template-columns:1fr 2fr;
	grid-gap: 80px;
	
}
.main-brand-area .each-main-brand img{
	width: 100%;
	
	
}
.main-brand-area .each-main-brand video.the-video{
	width: 100%;
	
	
}
.main-brand-area .each-main-brand .content-side{
	
	align-self: center;
	padding: 1rem;
	
}
.main-brand-area .each-main-brand .content-side h3{
	
	font-size: 1.4rem;
	
}

.sub-brand-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.sub-brand-area .each-sub-brand{
	border: 1px solid var(--lgrey);
	padding: 1rem 1.5rem;
	width: calc(100% - 3rem);
	
	background:var(--elgrey);
	text-align: center;

}

.sub-brand-area .each-sub-brand img{
	width:100%;
}
.sub-brand-area .each-sub-brand h3{
font-size: 1.25rem;
}

/*--------------------------------------------------------------
CONTACT
--------------------------------------------------------------*/

/* Container for the contact areas */
.contact-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 2rem; /* Adjust the gap between the columns as needed */
    align-items: start; /* Align items at the start of the grid */
	
	margin-bottom: 3rem;
}

/* Contact left area */
.contact-left-area {
	 background-color: #f9f9f9; /* Example background color */
}

/* Contact right area */
.contact-right-area {
    padding: 2rem; /* Add padding as needed */
    background-color: #f1f1f1; /* Example background color */
	
	height: calc( 400px - 4rem);
}

.contact-info{
	margin-bottom: 2rem;
}

.acf-map {
    width: 100%;
    height: 400px;
    margin:  0;
}

.acf-map img {
   max-width: inherit !important;
}



/* Responsive Design: Stack the areas vertically on smaller screens */
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr; /* Stack the columns */
    }
}



/*--------------------------------------------------------------
Contact form 7
--------------------------------------------------------------*/

/* Container */
.wpcf7 form {
    grid-column: span 2;
	width:calc( 100% - 0);
	margin: 0 auto;
    padding: 2rem 0;
}

/* Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
    width: calc(100% - 2rem);
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: var(--elgrey);
    transition: border-color 0.3s ease;
    text-align: left; /* Ensures text within input fields is left-aligned */
}

/* Submit button */
.wpcf7 input[type="submit"] {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 16px;
    color: #fff;
    background-color: var(--brand);
    border: none;
	border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
	
}

.wpcf7 input[type="submit"]:hover {
    background-color: var(--hl);
}

/* Label */
.wpcf7 label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-align: left; /* Align labels to the left */
}

/* Error messages */
.wpcf7 .wpcf7-not-valid-tip {
    color: #d9534f;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 10px;
}

/* Success message */
.wpcf7 .wpcf7-mail-sent-ok {
    color: #28a745;
    font-size: 16px;
    margin-bottom: 15px;
}

/* Validation error box */
.wpcf7-validation-errors {
    border: 1px solid #d9534f;
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    margin-bottom: 15px;
    border-radius: 4px;
}

/* Additional styles for specific form elements */
.wpcf7 select {
    width: 100%;
    padding: 10px;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.3s ease;
    font-size: 16px;
    text-align: left; /* Ensures text within select elements is left-aligned */
}


/*--------------------------------------------------------------
NEWS
--------------------------------------------------------------*/


h1.news-heading{
	text-transform: capitalize;
	max-width: var(--pg-width);
}
.list-page-image img{
	width:100%;
	height:auto;
	}



a.download{
	float:left;
	border:1px solid #aaa;
	background:#eee;
	padding:.5em .75em;
	font-size:1.5em;
	clear:both;
	margin:.5em  1em 0 0;
	transition: all .2s ease;
	color:#564c44;
	text-decoration:none;
	}
	
a.download:hover{
	background:#D0502B;/*wm orange color*/
	color:#fff;
}
.press-plain-text{
	float:left;
	clear:left;
	position:relative;
	background: #fff;
	box-shadow: inset 0px 0px 233px 2px #f8f8f8;
	margin:1em auto 2em;
	padding:2em 2.5em;
	font-size:1.25em;
	border: 1px solid #f8f8f8;
	
	}
	

.list-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
}
.list-table tr {
  height: 3em;
  background: #f9f9f9;
  border-bottom: #fff 1px solid;
  font-size:1.5em;
  transition:all .2s ease;
}

.list-table tr:nth-child(odd) {
  background: #F3F3F3;
}
.list-table tr.data-row td{
	text-align:center;
}
.list-table tr.data-row td.post-title{
	font-size:.75em;
	text-align:left;
	padding-left:1.5em;
}

.list-table tr.data-row:hover {
	  background: var(--brand);
	  color:#fff;
}

.list-table tr.data-row:hover a{
  color:#fff;
	}
.list-table td {
  box-sizing: border-box;
}


.list-table tr.headingTr {
  height: 2.5em;
  font-size: 1rem;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:.25em;
  text-align:center;
  padding:0;
  margin:0;
}

/*setting the column widths
*/
.col-date{
	width:14%;
/*	border-right:1px dotted #9b8a74;
*/	}
.col-title{
	width:60%;
	
	}
.col-dl{
	width:16%;
/*	border-left:1px dotted #9b8a74;
	border-right:1px dotted #9b8a74;
*/
	}
.col-filesize{
	width:10%;
	}


.post-date,
.file-size{
	font-size:1rem;
	}

.file-type .fa,
.file-size .fa{
	font-size:1.25rem;

	}
a{
	
}
a:hover{
	text-decoration:none
}


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

footer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 100px;

	padding:2rem;
	
	border-top: 1px solid ;
	border-color: var(--lgrey);
	margin-top: 3rem;
	
		font-size: 1rem;


	
/*	background: pink;*/


}
footer .copyright-sitemap-area{
	display: flex;
	justify-content: flex-start;

}
footer .copyright {
    display: block;
    float: left;
	margin:0 1rem 0 0;

    padding-right: 1em;
/*    border-right: 1px solid #3c3835;*/
	
}


footer .footer_menu{
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    list-style: none;
    margin:  0;
    padding: 0;
	

}

footer .footer_menu li {
	margin: 0 1rem 0 0;
}

footer .footer_menu li a {
	font-weight: 400;
	color: var(--brand);
	text-transform: uppercase;

}







footer .social-media-icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	
	margin-left: auto;
/*	background: pink;*/
}

footer .social-media-icons p {
    display: block;
	margin: 0;
	padding-right:1rem;
}
footer .social-media-icons ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;

    list-style: none;
    margin:  0;
    padding: 0;
}
footer .social-media-icons ul li {
	margin: 0 1rem 0 0;
}
footer .social-media-icons ul li:last-of-type{
	margin-right: 0;
}
footer .social-media-icons ul li a {
    color: var(--mgrey);
}
footer .social-media-icons ul li a i {
    font-size: 2rem;
}

footer .social-media-icons ul li a:hover {
    color: var(--brand);
	text-decoration: none;
}

/* Medium screens: 4 columns */
@media (max-width: 1200px) {
  .product-area .product-list {
    grid-template-columns: repeat(4, 1fr);
	transition: 1.25s all ease;

  }
}

/* Small screens: 3 columns */
@media (max-width: 900px) {
  .product-area .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
	




