@media screen and (min-width: 1050px) {
/* ==================================== */

/*== Desktop MEDIA QUERIES 4 NAV ==*/

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

	nav {
		align-content: center;
		justify-content: space-between;
	}
	.menu {
		display: flex;
		justify-content: space-between;
		position: static;
		height: 100px;
		background: transparent;
		padding: 0;
		width: auto;
		transition: 0s;
	}
	/* .logo {
		height: 80px;
		margin: 10px 0;
	} */
	.logo-holder {
		position: relative;
		width: 150px;
	}
	.logo {
		height: 80px;
		
	}

	.menu a {
		color:white;
        font-size: 18px;
        line-height: 100px;
        padding: 0 10px;
		letter-spacing: 1px;
	}
	.show-menu-btn, .hide-menu-btn {
		display: none;
	}
	.social {
		display: flex;
		justify-content: space-between;
	}
/* ----- end! ------*/

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

/*== Desktop MEDIA QUERIES 4 Header ==*/

/* ==================================== */
.banner {
	display: none;
}
header h1 {
	font-size: 3.5rem;
	color: White;
	line-height: 1;
	text-shadow: 2px 2px 4px #080808;
	width: 100%;
	margin: 100px auto 20px;
}
header a {
	display: inline-block;
	margin: 5px;
}

header img {
	width: 200px;
}


/* ----- end! --------------------------------------*/

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

/*== Desktop MEDIA QUERIES 4 MAIN ==*/

/* ==================================== */
.benefits {
	display: flex;
	justify-content: space-between;
}

.benefits-list {
	width: 60%;
}



/* ----- end! --------------------------------------*/

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

/*== Desktop MEDIA QUERIES 4 PRODUCTS ==*/

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

.product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nfs {
	width: 40%;
	padding: 30px;
}
.nfs p {
 display: inline-block;
 width: 250px;
}
.nfs img {
	max-width: 300px;
}
.nfs span {
	font-size: 3rem;
	line-height: 3rem;
}

.nfs {
    width: 32%;
}
.product {
    width: 24%;
	text-align: center;
}

.celloff {
	display: inline-block;
}


.product h2 {
	height: 40px;
}

.cellon {
	display: none;
}

/* ----- end! --------------------------------------*/



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

/*== Desktop MEDIA QUERIES 4 farm ==*/

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

.gallery img {
	width: 24.8%;
	margin-bottom: 5px;
	border-radius: 10px;
}
.about h3 {
	margin-top: 30px;
}

/* ----- end! --------------------------------------*/

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

/*== Desktop MEDIA QUERIES 4 Services ==*/

/* ==================================== */
.services {
	align-items: unset;
}

.services div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.services article {
	width: 24%;
	background: #006400;
	background: linear-gradient(4deg, rgba(9,34,7,1) 0%, rgba(28,99,19,1) 57%, rgba(86,170,74,1) 100%);
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	margin-bottom:0;
}

.services article:first-child {
	margin-bottom: 0;
}

/* ----- end! --------------------------------------*/

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

/*== Desktop MEDIA QUERIES 4 distributors ==*/

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

.dist {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
}

/* ----- end! --------------------------------------*/

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

/*== Desktop MEDIA QUERIES 4 contact ==*/

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

.contact-form {
	width: 100%;
}
.col2 {
	width: 50%;
}
.trade-container {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.trade-enquiries > article {
padding: 0 50px;
}
.map iframe {
	width: 100%;
	height: 100%;
}
/* ----- end! --------------------------------------*/

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

/*== Desktop MEDIA QUERIES 4 footer ==*/

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

/* ----- end! --------------------------------------*/

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

/*== Desktop MEDIA QUERIES 4 Model ==*/

/* ==================================== */
.popup {
	margin: 10px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 90%;
	position: relative;
	transition: all 5s ease-in-out;
	height: 95vh;
	overflow: auto;
	text-align: center;
  }
  

  .popup img {
	  width: 90%;
	  max-width: 400px;
	  display: block;
	  margin: 0;
	  margin-right: 40px;
	  border-radius: 10px;
	  border: 5px solid green;
  }
  
  .popup h2 {
	margin-top: 0;
	margin-bottom: 20px;
	color: black;
	font-size: 2rem;
  }
  .popup .close {
	position: absolute;
	top: 10px;
	right: 20px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: greenyellow;
	border-radius: 2px;
	padding: 5px;
	line-height: 16px;
  }
  .popup .close:hover {
	color: white;
  }
  .popup .content {
	max-height: 90%;
	overflow: auto;
  }

  .trade {
	  display: inline-block;
	  margin: 20px auto;
  }
  .content {
	  display: flex;
	  justify-content: center;
  }

  .content p {
	  text-align: left;
	  padding-right: 10px;
  }
  .content ul {
	  	text-align: left;
		list-style-type: square;
  		list-style-position: outside;
		margin-left: 10px;
		padding-left: 20px;
  }

  .content h3 {
	  margin: 10px 0 10px;
  }
}