/*
Theme Name: Black Space Design
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: blackspace
*/

/* Black Space Design Style */

html {
	font-size: 13px;
}

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

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

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

/* Global ____________________________________________________________________*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	line-height: 80%;
}

h1 {
    color: #5fc3ce;
    font-size: 6rem;
    line-height: 1;
}

h1 span {
	color: #eee;
	display: block;
	font-weight: 200;
	font-size: 1rem;
	text-transform: none;
	line-height: normal;
  max-width: 80%;
}

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

  h1 span {
  	font-size: 0.9rem;
    max-width: auto;
  }
}

.standard {
    padding-top:4.25rem;
    padding-bottom: 2rem;
}

a {
	transition: 0.15s;
	color: inherit;
}

a:hover {
	color: inherit;
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 9.375rem;
  width: 100%;
  background: #fff;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
	 -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 767.98px) {
	.slant {
	  height: 5rem;
	}
}

@media (max-width: 575.98px) {
	.slant {
	  height: 3rem;
	}
}

p {
  line-height: 2;
  font-weight: 300;
}

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

@media (max-width: 767.98px) {
  .parallaxie {
    background-attachment: unset !important;
    background-position: center !important;
  }
	 .logo img {
      height: auto;
  }
  .textBox h2 {
      margin-top: 1.25rem;
  }
}
.rcgroup-anchor span{
  padding-left: 0px !important
}
@media (max-width: 800px) {
  .parallaxie {
    background-attachment: unset !important;
    background-position: center !important;
  }
}

/* Buttons ___________________________________________________________________*/

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

.btn-outline-light {
  color: #ececec;
  border-color: #ececec;
}

.btn-outline-light:hover {
  color: #2c2c2c;
  background-color: #ececec;
  border-color: #ececec;
}

/* Header ____________________________________________________________________*/

header.header {
	position: fixed;
	width: 100%;
	z-index: 997;
	padding: 1.25rem;
	transition: 0.3s;
	top: 0;
}

header.sticky,
header.headHide {
  background: #323645;
  border-bottom: 4px solid #5fc3ce;
	transition: 0.3s;
}

header.headHide {

}

header.mobile {
  position: fixed;
  top: 0;
  z-index: 997;
  width: 100%;
  padding: 0.625rem 0.937rem;
  display: flex;
  justify-content: space-between;
	align-items: center;
	transition: 0.3s;
}

header.mobile svg {
	color: #eee;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	transition: 0.15s;
	    margin-right: 10px;
	
}

header.mobile svg:hover {
	opacity: 0.7;
}

header.mobile .logo {
	font-size: 1.5rem;
}

.logo {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 3rem;
  width: 100px;
  line-height: 80%;
	color: #eee;
	transition: 0.3s;
}

@media (max-width: 600px) {
	.logo img {
    max-width: 100%;
    margin-top: 20px;
}
	.headText {
    max-height: 50px;
    margin-top: 35px;
}
}

.sticky .logo,
.headHide .logo {
  font-size: 1.6rem;
}

header.header a:hover {
	color: #5fc3ce;
	text-decoration: none;
}

.sideMenu {
  position: fixed;
  right: -500px;
  top: 0;
  height: 100%;
  background: #131313;
  max-width: 500px;
  z-index: 999;
  text-align: right;
  padding: 1.875rem 3.75rem;
  transition: 0.3s;
  overflow-y: auto;
}

.slideOut .sideMenu {
	right: 0;
}

.sideMenu .logo {
  font-size: 1.6rem;
  display: block;
  margin-left: auto;
}

.sideClose {
  position: absolute;
  top: 1.875rem;
  left: 3.75rem;
  line-height: 0;
  font-size: 2rem;
  color: #efefef;
  transition: 0.15s;
  cursor: pointer;
}

.sideClose:hover {
	opacity: 0.7;
}

.sideMenu .navigation {
  margin: 5rem 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.5rem;
  font-weight: 700;
}

.sideMenu .navigation a {
	color: #444;
}

.sideMenu .navigation a:hover {
	color: #efefef;
	text-decoration: none;
}

.sideMenu .contact li {
  display: block;
}

.drkBkg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

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

/* Menu */

.mainMenu,
.contact,
.social {
  text-align: right;
	color: #bbb;
}

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

.mainMenu ul li,
.contact ul li,
.social ul li {
  list-style-type: none;
  display: inline-block;
}

.mainMenu ul li {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-left: 1.875rem;
	color: #eee;
	line-height: 1;
}

@media (max-width: 991.98px) {
	.mainMenu ul li {
		margin-left: 1rem;
	}
}

.sticky .mainMenu ul li,
.headHide .mainMenu ul li {
	font-size: 1.2rem;
	margin-left: 0.937rem;
}

.contact svg {
  margin-right: 0.625rem;
}

.contact ul li {
  margin: 0.625rem 0 0 1.25rem;
}

.sticky .contact ul,
.headHide .contact ul {
	margin: 0
}

.social ul li a {
  background: #fff;
  color: #5fc3ce;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.5rem;
  margin-left: 0.312rem;
  border-radius: 50px;
  transition: 0.15s;
  display: block;
}

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

.social ul li a:hover {
	background-color: #eee;
}

header .social {
  position: absolute;
  right: 0.937rem;
  bottom: 2.5rem;
  transform: translateY(100%);
  transition: 0.3s;
}

header.sticky .social,
header.headHide .social {
  bottom: -2.187rem;
}

/* Hero ______________________________________________________________________*/

.hero {
	position: relative;
	z-index: 0;
	padding: 17.5rem 0;
}

@media (max-width: 767.98px) {
	.hero {
		padding: 12.5rem 0;
	}
}

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

.background {
    position: absolute;
    top: 0;
    left: -4px;
    height: 98%;
    width: 100%;
    z-index: -1;
    filter: grayscale(100%);
    opacity: 0.05;
}

/* Info ______________________________________________________________________*/

.purpBkg {
	background-image:linear-gradient(to top right, #469098, #5fc3ce);
	color: #eee;
  position: relative;
	padding-top: 18.75rem;
}
section.standard.info.purpBkg {
    padding-bottom: 50px;
}
@media (max-width: 767.98px){
.purpBkg {
    padding-top: 10rem;
    padding-bottom: 56px;
}
.headHide .logo img {
    height: 30px;
}
}

.purpBkg .slant {
  bottom: unset;
  top: -2px;
  transform: rotate(180deg);
}
.hero .slant {
    bottom: unset;
    bottom: -2px;
    transform: rotate(0deg);
}
.textBox {
  height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
/* 	margin-top:12px; */
}
.textBox p {
    margin-bottom: 0;
}
.textBox h2 {
    font-size: 2.5rem;
/*     margin-top: 1.25rem; */
    margin-bottom: 1.25rem;
}
.mr-auto, .mx-auto .textBox h2 {
    margin-right: auto !important;
/*     margin-top: -60px; */
}
.mr-auto, .mx-auto .textBox p {
    margin-bottom: 33px;
}

.textBox h2 span {
  display: block;
  text-transform: capitalize;
  font-size: 0.9rem;
  font-weight: 700;
}

.imageBox {
	position: relative;
/* 	margin-bottom: 20px; */
}

.imageBox.drkimg:before {
  content: '';
  background: #2c2c2c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.imageBox.drkimg img {
  filter: grayscale(100%);
  mix-blend-mode: hard-light;
}

/* Services __________________________________________________________________*/

.serviceBox {
  padding: 0 1.875rem;
	margin-top: -12px;
}

.serviceBox .headIcon {
    font-size: 2.4rem;
    margin-bottom: 0.625rem;
    color: #5fc3ce;
    margin-top: 20px;
}

.serviceBox h3 {
  margin-bottom: 1.25rem;
}

/* Gallery __________________________________________________________________*/

.gallery {
	padding-top: 0;
}

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

.carousel-indicators {
  margin: 0;
  transform: translateY(100%);
	display: block;
	margin-left: -5px;
}

.carousel-indicators li {
  text-indent: unset;
  width: 5rem;
  height: 100%;
  border: 0;
  margin: 0.312rem;
  filter: grayscale(100%);
  transition: 0.15s;
  display: inline-block;
  position: relative;
}

.carousel-indicators li:before {
  content: '';
  padding-top: 100%;
  display: block;
}

.carousel-indicators li:hover,
.carousel-indicators li.active {
	filter: grayscale(0%);
	opacity: 1;
}

.carousel-indicators li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background: none;
	font-size: 2rem;
	color: #2c2c2c;
}

.carousel-control-prev {
  left: -7.187rem;
}

.carousel-control-next {
  right: -7.187rem;
}

.carousel-control-prev,
.carousel-control-next {
  filter: drop-shadow(0 0.125rem #fff);
}

@media (max-width: 1199.98px) {
	.carousel-control-prev {
	  left: 0;
	}

	.carousel-control-next {
	  right: 0;
	}
}

/* News ______________________________________________________________________*/

.newsImg {
  position: relative;
	margin-bottom: 1.25rem;
}

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

.newsImg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
	filter: grayscale(100%);
}

.newsImg.drkimg:after {
  content: '';
  background: #2c2c2c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
	mix-blend-mode: soft-light;
}

.newsText h4 {
  font-size: 1rem;
  line-height: 1;
}

.newsText p {
	font-size: 0.85rem;
}

.borderBtm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.312rem;
  background: #870093;
  z-index: 5;
}

p.post-date {
  color: #5e1262;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.more {
	font-weight: 600;
	color: #5e1262;
}

.more svg {
	font-size: 0.8rem;
}

.newsCBox img {
  max-height: 31.25rem;
  margin-bottom: 1.875rem;
}

#newsCarousel .carousel-control-prev-icon,
#newsCarousel .carousel-control-next-icon {
	color: #ececec;
}

.modal-content {
  border-radius: 0;
}

button.close {
  z-index: 999;
  position: relative;
}

.modal-footer {
  background-image:linear-gradient(to top right, #469098, #5fc3ce);
  border-radius: 0;
}

.newsCInner {
  padding: 1.875rem 3.125rem;
}

/* Footer ____________________________________________________________________*/

footer.footer.purpBkg {
    padding: 4rem 0;
}

.contactBoxes {
	margin-top: 1.875rem;
}

.Cbox {
	background: #323645;
	padding: 0.625rem 1.875rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.Cbox svg {
	margin-right: 0.625rem;
	font-size: 1.4rem;
}

.address br {
	display: none;
}

footer.subFooter {
	background: #5fc3ce;
	border-top:1px solid #fff;
	padding: 0.625rem 0;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 300;
}

.footer h2 {
  font-size: 4.5rem;
}

@media (max-width: 991.98px) {
	.footer h2 {
	  font-size: 3rem;
	}
}

.form-control {
  border-radius: 0;
  background: rgba(44, 44, 44, 0.2);
  border: none;
  border-bottom: 1px solid #ececec;
  color: #ececec;
}

.form-control::placeholder {
	color: #ececec;
}

.form-control:focus {
	background-color: rgba(236, 236, 236, 0.1);
	color: #ececec;
}
@media (max-width: 640px){
.headText {
    margin-top: 31px;
}
}

form.wpcf7-form .form-group label {
    display: none;
}
form.wpcf7-form span.wpcf7-list-item {
    margin:0em;
}
form.wpcf7-form .wpcf7-submit {
    width: 100%;
}
form.wpcf7-form .form-group {
    display: flex;
    flex-direction: column;
}
form.wpcf7-form .form-group br {
    display: none;
}
form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form textarea {
    width: 100%;
    padding: 6px;
    background: #fff !important;
    outline: 0px;
    border: 0;
}
.form-row .form-group input {
    width: 100%;
}
/* @media (max-width: 767.98px){
h1 span {
    font-size: 0.9rem;
    max-width: 100%;
}
h1 {
    font-size: 7rem;
    text-align: center;
}
} */