/*
Theme Name: JLM
Author: Rotary Creative - Mark Feltwell
Author URI: http://www.rotaryprinters.co.uk/
Description: Graphic Design, Litho Printing, Digital Printing and Web Design in Stourport, Kidderminster, Worcester, Birmingham
Version: 1.0
Tags:
Text Domain: jlm
*/

/* JLM Style */

html {
	font-size: 10px;
}

body {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #2c2c2c;
}

@media (min-width: 576px) {
	html {
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 10px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 12px;
	}
}

@media (min-width: 2000px) {
	html {
		font-size: 16px;
	}
}


/* Global ____________________________________________________________________*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.312rem;
}

h1 {
	font-size: 5.2rem;
	color: #fff;
}

@media (max-height: 414.98px) {
	h1 {
		font-size: 3rem;
	}
}

@media (max-width: 575.98px) {
	h1 {
		font-size: 4.6rem;
	}
}

h1 span {
	text-transform: capitalize;
	font-weight: 200;
  font-size: 1.5rem;
	display: block;
	margin-top: 1.25rem;
	letter-spacing: normal;
}

h2 {
  font-size: 1.3rem;
  margin-bottom: 5rem;
	position: relative;
	display: inline-block;
}

h2:after {
  content: '';
  background: #5fc3ce;
  height: 0.25rem;
  width: 100%;
  position: absolute;
  bottom: -2rem;
	left: 0;
  transform: translateY(100%);
}

h3 {
  font-size: 1.1rem;
	margin-bottom: 1.875rem;
	font-weight: 800;
}

h4 {
  font-size: 0.8rem;
  letter-spacing: 0.125rem;
}

.standard {
/* 	padding: 6.25rem 0; */
	background: #fff;
}

.standard.alt {
  background: #fafafa;
   padding: 1.25rem 0;
	    margin-bottom: -20px;
}

@media (max-width: 991.98px) {
	.sideI.standard,
	.sideI .sideImg span {
		padding-bottom: 0;
	}
}

.box {
	margin: 7.5rem;
}

@media (max-width: 767.98px) {
	.box {
		margin: 4.5rem;
	}
	
}

.vh100 {
	height: 100vh;
}

p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  color: #707070;
	
}

p a {
	font-weight: 600;
	color: #69a94b;
}

p a:hover {
	color: #5b9341;
}

a {
	transition: 0.15s;
}

button.close {
  z-index: 999;
	position: absolute;
  right: 1.25rem;
}

.btn {
  border-radius: 0;
  padding: 0.6rem 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #5fc3ce;
  border-color: #5fc3ce;
}

.btn-primary:hover {
  background-color: #5fc3ce;
  border-color: #5fc3ce;
}

.flexy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.anchor {
  display: block;
  position: relative;
  top: 6.25rem;
  visibility: hidden;
}

@media (max-width: 767.98px) {
	.anchor {
	  top: 1rem;
	}
}

/* Sidebar ___________________________________________________________________*/

.sideMenu {
  background: #202020;
  height: 100vh;
  width: 13.75rem;
  position: fixed;
  top: auto;
  left: 0;
  z-index: 999;
}

.logo {
  padding: 1.875rem;
}

.logo svg {
  fill: #69a94b;
}

ul.mainMenu {
  padding: 0;
  margin: 0;
	margin-top: 3.125rem;
}

ul.mainMenu li {
  font-size: 1rem;
  letter-spacing: 0.062rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 1.875rem 2.187rem;
  position: relative;
	list-style-type: none;
}

ul.mainMenu li:after {
	content: '';
	background: #484848;
	height: 0.125rem;
	width: 0.625rem;
	position: absolute;
	display: block;
	bottom: -0.937rem;
	left: 0;
}

ul.mainMenu li:last-child:after {
	display: none;
}

ul.mainMenu li a {
  color: #fff;
	transition: 0.15s;
}

ul.mainMenu li.active a {
  color: #5fc3ce;
}

ul.mainMenu li a:hover {
  color: #dcdcdc;
	text-decoration: none;
}

ul.mainMenu li.active a:hover {
  color: #5fc3ce;
}

.topBar {
  background: #20202075;
	height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

.topBar .logo {
	padding: 10px;
}

.topBar .logo,
.topBar .logo svg {
	height: 100%;
  display: inline-block;
}

.topBar .hamburger {
  color: #fafafa;
  line-height: normal;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 2rem;
}

.topBar .hamburger svg {
	cursor: pointer;
}

.slideContact {
  text-align: center;
  margin-top: 50px;
}

.slideContact ul.address li {
  margin-bottom: 0.5rem;
}

.slideContact h3 {
  color: #5c5c5c;
}

.slideBkg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 44, 44, 0.8);
	z-index: 997;
	mix-blend-mode: multiply;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.slideBkg.slideOut {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767.98px) {
	.sideMenu {
	  width: 80vw;
		left: -80vw;
		transition: 0.3s;
		border-right: 2px solid #5fc3ce;
		overflow-y: auto;
	}
	


	.sideMenu.slideOut {
		left: 0;
	}

	.logo {
    max-width: 180px;
	}

	.sideMenu .logo {
    display: block;
    margin: auto;
	}

	ul.mainMenu {
    text-align: center;
	}

	ul.mainMenu li {
		font-size: 1.4rem;
	}

	ul.mainMenu li:after {
    left: 50%;
    transform: translateX(-50%);
	}
}
	@media (max-width: 991.98px){
.sideI.standard, .sideI .sideImg span {
    padding-bottom: 0;
    padding-top: 0 !important;
}
	}
@media (max-width: 991px) {
	.aboutBox:last-child {
    margin-bottom: -112px;
}
	#testimonialsCarousel {
  
    margin-bottom: 6rem !important;
}
}
/* Main Content ______________________________________________________________*/

main {
	margin-left: 13.75rem;
}

@media (max-width: 767.98px) {
	main {
		margin-left: 0;
	}
}
@media (max-width: 991.98px)
{
.sideI.standard, .sideI .sideImg span {
    padding-bottom: 0;
}
}
/* Hero */

.hero {
	height: 100vh;
	position: relative;
}

.name {
  display: flex;
  align-items: flex-end;
}

.name svg {
  height: 5rem;
	fill: #69a94b;
	margin-right: 0.625rem;
}

.name h2 {
	color: #69a94b;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
	letter-spacing: normal;
}

.name h2:after {
  display: none;
}

.hero .box {
	background: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
  z-index: 0;
	margin: 0;
	padding: 7.5rem;
}

@media (max-width: 767.98px) {
	.hero .box {
		padding: 1.8rem;
		    text-align: center;
	}
}
@media (max-width: 360px) {
	.sideImg span {
  padding:0 !important;
   
}
}

.hero .box:before {
  content: '';
  background: #2c2c2c;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}

.fullImg {
  position: absolute;
	right: 0;
  width: 100%;
  height: 100vh;
	background-size: cover;
}



.fullImg:before {
  content: '';
  background: #2c2c2c;
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.fullImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.downBtn {
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  color: #5fc3ce;
  transform: translateX(-50%);
  font-size: 2rem;
  border: 0.062rem solid #5fc3ce;
  border-radius: 6.25rem;
  height: 4.375rem;
  width: 4.375rem;
  text-align: center;
  line-height: 4.375rem;
}

.downBtn:hover {
	color: #5fc3ce;
  border-color: #5fc3ce;
	bottom: 3.062rem;
}

/* About */

span p:first-child {
/*   font-weight: 600; */
}
.box {
    margin-top: 60px;
}
.aboutBox {
  margin-bottom: 3rem;
}

.aboutBox:last-child {
    margin-bottom: 0px;
}
.sideImg span {
/*     padding: 9.5rem 0; */
    height: 100%;
    display: flex;
    align-items: center;
}

.sideImg span img {
  height: 70%;
  width: 100%;
  object-fit: cover;
}

/* Services */

.serviceBox {
  border-right: 0.062rem solid #ccc;
  padding: 0 2rem;
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
	.serviceBox {
	  border: none;
		padding-right: 15px;
    padding-left: 15px;
	  margin-top: 2.5rem;
		    margin-bottom: -13px;
	}
}

.serviceBox:last-child {
  border-right: none;
}

.serviceBox h3 svg {
  margin-right: 0.625rem;
  font-size: 1.5rem;
	color: #5fc3ce;
}

.serviceBox p {
	text-align: justify;
}

/* Range */

li.nav-item {
  margin-bottom: 5px;
  margin-left: 5px;
}

.nav-pills .nav-link {
  border-radius: 0;
  padding: 0.6rem 2rem;
	font-weight: 700;
  text-transform: uppercase;
	background: #f1f1f1;
	color: #4c4c4c;
}

.nav-pills .nav-link:hover {
	background: #ececec;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link.active:hover {
  background-color: #5fc3ce;
}
a#pills-rotary-creative-tab {
    padding: 0.6rem 2.4rem;
}
.range .nav-pills {
  margin-top: 2.5rem;
  margin-left: -5px;
}

.prodTab {
	margin: 6.25rem 0 3.75rem;
	position: relative;
}
.prodTab .carousel>a {
display: none;
}
.prodTab .carouselCount + div>a {
display: block;
}
.mainProd {
	width: 100%;
	margin-bottom: 2.5rem;
}

.mainProd img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.range h3 {
  font-size: 2.4rem;
	margin-bottom: 2.5rem;
	letter-spacing: normal;
}

.range h3 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 100;
}

.itemInfo {
  padding: 0 3.75rem;
}

@media (max-width: 1399.98px) {
	.itemInfo {
	  padding: 0;
	}
}

p.itemDesc {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: justify;
}

ul.points {
  background: #fafafa;
  padding: 2.5rem;
  margin: 0;
}

ul.points li {
  list-style-type: none;
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
    display: flex;
}
ul.points li:last-child {
  margin-bottom: 0;
}
ul.points li svg {
	margin-top: 8px;
	margin-right: 10px;
	font-size: 0.5rem;
	vertical-align: middle;
	margin-right: 0.312rem;
}
.patternImg img {
  width: 100%;
}
.galleryImgs ul {
  margin: 0;
  padding: 0;
}
.galleryImgs ul li {
  display: inline-block;
  height: 5rem;
}
.galleryImgs ul li img {
  height: 100%;
}

.range .carousel-control-prev,
.range .carousel-control-next {
  top: -3.75rem;
  color: #2c2c2c;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #ccc;
  border-radius: 3.125rem;
}

.range  .carousel-control-next {
  right: unset;
  left: 3.125rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
	width: auto;
	height: auto;
}

.galleryImgs ul li {
	cursor: pointer;
}

.carouselCount {
  position: absolute;
  top: -3.75rem;
  left: 7.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #ccc;
}

.carouselCount .carousel-item {
  background: #fff;
}

.supply {
  border-top: 0.062rem solid #5fc3ce;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}

.supply ul {
  margin: 0;
  margin-top: 0.625rem;
  padding: 0;
}

.supply li {
  display: inline-block;
  background: #5fc3ce;
  padding: 0.25rem 0.75rem;
  font-weight: 700;
  color: #fff;
}

p.registered {
  font-size: 0.8rem;
  margin-top: 1rem;
  color: #aaa;
}

/* Gallery */

.imgBox {
  position: relative;
  display: block;
  width: 100%;
}

.imgBox:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.imgInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.937rem;
}

.imgInner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
}

.imgInner img:hover {
	filter: grayscale(100%);
}

.carousel-item img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 50rem;
}

.modal-content .carousel-control-prev,
.modal-content .carousel-control-next {
  bottom: unset;
	top: 1.875rem;
}

.modal-content .carousel-control-prev svg,
.modal-content .carousel-control-next svg {
  color: #2c2c2c;
  filter: drop-shadow(0.062rem 0.062rem #fff);
  font-size: 2rem;
}

/* Testimonials */

.testimonials.standard {
  background: #1c1c1c;
  color: #fff;
}

#testimonialsCarousel {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 5rem;
	margin-bottom: 7rem;
}

#testimonialsCarousel .carousel-item {
  background: #1c1c1c;
}

#testimonialsCarousel .carousel-item svg {
	color: #5fc3ce;
}

#testimonialsCarousel .carousel-indicators {
	bottom: -4rem;
}

blockquote cite {
  display: block;
  text-align: right;
  font-size: 1rem;
  font-weight: 200;
  text-transform: capitalize;
	margin-bottom: 0.625rem;
}

/* Contact */

.contact.standard {
  background: #fff;
}

.contactD {
	margin: 1.875rem 0;
}

.details {
  background: #3c3c3c;
  color: #fff;
  padding: 1.875rem 1.25rem;
  text-align: center;
  font-size: 1.2rem;
}

.details a {
	color: #fff;
}

.details svg {
  color: #5fc3ce;
  display: block;
  margin: auto;
  margin-bottom: 0.625rem;
  font-size: 2rem;
}

.contactForm {
	margin-top: 5rem;
}

.contactForm .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 0.062rem solid #ccc;
  padding: 1.875rem;
  padding-left: 0;
}

.contactForm,
.contactForm ::placeholder {
  color: #707070;
}

.contactForm .btn {
	margin-top: 1.875rem;
}

/* Footer ____________________________________________________________________*/

footer.footer {
	background: #fafafa;
	margin: 1.875rem;
	padding: 6.25rem;
}

@media (max-width: 767.98px) {
	footer.footer {
		padding: 1.875rem;
	}
}

.footer .logoBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 991.98px) {
	.footer .logoBox {
	  align-items: flex-end;
	}
}

@media (max-width: 767.98px) {
	.footer .logoBox {
	  align-items: center;
	}
}
@media (width: 1024px) {
	.box.vh100 h1 {
    font-size: 10rem;
    color: #fff;
}
	.box.vh100 h1 span {
    text-transform: capitalize;
    font-weight: 200;
    font-size: 4rem;
    display: block;
    margin-top: 1.25rem;
    letter-spacing: normal;
}
}

.footer .logo {
  width: 12.8rem;
	padding: 0;
}

.footer .logoBox h2 {
  color: #69a94b;
  margin-top: -0.312rem;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  letter-spacing: normal;
  width: 12.8rem;
  text-align: justify;
}

.footer .logoBox h2:after {
  display: none;
}

footer.subFooter {
	margin: 1.875rem;
	font-size: 0.8rem;
}

footer.subFooter a {
	color: inherit;
}

/* Map */

.map,
.acf-map {
  width: 100%;
  height: 100%;
	min-height: 150px;
}

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

ul.address {
  margin: 0;
  padding: 0;
}

ul.address li {
	list-style-type: none;
	margin-bottom: 1.25rem;
	color: #707070;
}

ul.address li a {
	color: inherit;
}

ul.address li svg {
  margin-right: 0.312rem;
	color: #5fc3ce;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color:#5fc3ce;
    border-color: #5fc3ce;
    opacity: 1;
}