/*
Theme Name: PJ's Gardening
Author: 88mph Designs - Mark Feltwell
Author URI: http://www.88mphdesigns.co.uk/
Description: Web Design in Droitwich, Worcestershire, Birmingham
Version: 1.0
Tags:
Text Domain: pjsgardening
*/

/* PJ's Gardening Style */

html {
	font-size: 13px;
}

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

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

body {
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #444;
}

/* Global ____________________________________________________________________*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: capitalize;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

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

@media (max-width: 767.98px) {
	.flex-bottom {
	  align-items: center;
	}
}

.standard {
	padding: 100px 0;
	position: relative;
	background: #fff;
}

@media (max-width: 767.98px) {
	.standard {
		padding: 40px 0;
	}
}

.h100 {
	height: 100%;
}

.under {
  position: relative;
  padding-bottom: 10px;
}

.under:after {
  content: '';
  display: block;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35%);
  border-bottom: 1px solid #ddd;
}

.btn {
	padding: 0.375rem 1.2rem;
	transition: 0.15s ease-in-out;
}

.btn-tiny {
  font-size: 0.85rem;
  padding: 5px 15px;
}

.btn.round {
	border-radius: 50px !important;
}

.btn.square {
	border-radius: 0;
}

.badge.round {
  border-radius: 0.25rem;
}

.badge.square {
  border-radius: 0;
}

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

.flexy h1, .flexy h2, .flexy h3, .flexy h4, .flexy h5, .flexy h6 {
	width: 100%;
}

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

.index_page {
  padding-top: 130px;
}

.index_page h1 {
  margin-bottom: 50px;
}

.index_page ul {
	margin-left: 30px;
}

.index_page ul li {
	list-style-type: disc;
}

@media (max-width: 767.98px) {
	.mobMT15 {
		margin-top: 15px;
	}

	.mobMT30 {
		margin-top: 30px;
	}

	.mobMB30 {
		margin-top: 30px;
	}

	.mobCenter {
		text-align: center !important;
	}

	.mobNoFloat {
		float: none !important;
	}
}

.round {
	border-radius: 0.25rem !important;
}

.square {
	border-radius: 0 !important;
}

/* Header ____________________________________________________________________*/

header {
	padding: 10px 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 997;
}

.logo {
	display: flex;
	align-items: center;
}

.logo h2 {
	margin: 0;
}

.logo img,
.logo svg {
	height: 60px;
	margin-right: 10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

header.smaller .logo img,
header.smaller .logo svg {
	height: 40px;
}

header a.home-btn,
header a.home-btn .logo {
	color: inherit;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

header a.home-btn:hover .logo,
header a.home-btn:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
}

nav {
	width: 100%;
}

.main-menu li {
	display: inline-block;
}

.main-menu li a,
.side-menu li a {
	display: block;
	padding: 5px 10px;
	color: #444;
	font-weight: 700;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.main-menu li a:hover,
.side-menu li a:hover {
	text-decoration: none;
}

.main-menu li.nav-button.round a,
.side-menu li.nav-button.round a {
	border-radius: 50px;
}

.main-menu li.nav-button.square a,
.side-menu li.nav-button.square a {
	border-radius: 0;
}

.main-menu li.nav-button a:hover,
.side-menu li.nav-button a:hover {
	color: #fff;
}

.menu-btn {
	display: none;
	font-size: 2.5rem;
	text-align: right;
}

.hover-btn {
	cursor: pointer;
}

.hover-btn:hover svg.hoverS,
.hover-btn svg.hoverH {
	display: block;
}

.hover-btn:hover svg.hoverH,
.hover-btn svg.hoverS {
	display: none;
}

@media (max-width: 767.98px) {
	.menu-btn {
		display: flex;
		justify-content: flex-end;
	}

	ul.main-menu{
		display: none;
	}
}

.side_menu {
  width: 350px;
  height: 100%;
  position: fixed;
  right: -350px;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  text-align: right;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.side_menu.slideOut {
	right: 0;
}

.side_btn {
  position: absolute;
  top: 60px;
  right: 30px;
  font-size: 2.5rem;
}

.side_menu ul {
  width: 100%;
}

.side_menu ul li {
  display: block;
  text-align: right;
  padding: 10px 40px;
  font-size: 1.8rem;
}

.side_menu ul li a {
  color: inherit;
}

.side_menu li.nav-button {
	padding: 10px 25px;
}

.side_menu li.nav-button a {
  padding: 5px 20px;
  color: #fff;
}

.side_menu li.nav-button.round a {
  border-radius: 50px;
}

.side_menu li.nav-button.square a {
  border-radius: 0;
}

.side_menu li.nav-button a:hover,
.side_menu li.nav-button.active a {
  filter: brightness(85%);
}

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

.slide_menu_bkg.blackOut {
	visibility: visible;
	opacity: 1;
}

/* Footer ____________________________________________________________________*/

.footer {
	padding: 30px 0;
	color: #fff;
	font-size: 0.9rem;
}

.footer a {
	color: inherit;
	font-weight: 600;
}

.footer a:hover {
	text-decoration: none;
}

.footer .logo {
	justify-content: center;
}

.footer .logo svg {
	fill: #fff;
}

.footer .address {
	margin-bottom: 10px;
}

.sub-footer {
	padding: 10px 0;
	font-size: 0.85rem;
	color: #fff;
}

.sub-footer p {
	margin: 0;
}

.sub-footer a,
.sub-footer a:hover {
	color: inherit;
	font-weight: 600;
}

ul.menu li {
	display: inline-block;
}

ul.menu li:after {
	content: ' - ';
}

ul.menu li:last-child:after {
	content: '';
}

ul.social_media {
  margin-top: 10px;
}

ul.social_media li {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 5px;
}

/* Main ______________________________________________________________________*/

.banner {
  color: #fff;
  height: 100%;
  position: relative;
	overflow: hidden;
	padding-top: 80px;
}

.banner.slant-left	{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83.5%);
}

.banner.slant-right	{
	clip-path: polygon(0 0, 100% 0, 100% 83.5%, 0 100%);
}

@media (max-width: 767.98px) {
	.banner.slant-left {
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
	}

	.banner.slant-right	{
		clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
	}
}

@media (max-width: 575.98px) {
	.banner.slant-left {
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
	}

	.banner.slant-right	{
		clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
	}
}

/*
.banner::after {
  content: "";
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 100vw 8vw 0;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
} */

.banner .banner-bkg {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: luminosity;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}

@media (max-width: 767.98px) {
	.banner .banner-bkg {
		background-size: unset !important;
	  background-attachment: fixed !important;
	  background-position: top !important;
	}
}

.banner-text {
  padding-bottom: 60px;
  height: 100%;
  text-align: center;
  position: relative;
  padding: 180px 0 280px;
}

@media (max-width: 991.98px) {
	.banner-text {
	  padding: 150px 0 200px;
	}
}

@media (max-width: 767.98px) {
	.banner-text {
	  padding: 100px 0 150px;
	}
}

.banner h1 {
	text-transform: capitalize;
	font-size: 4.2rem;
}

.banner p {
	font-weight: 300;
	font-size: 1.2rem;
}

.pic-bkg {
	color: #fff !important;
}

.off-bkg {
	background: none;
}

/* Services __________________________________________________________________*/

.icon {
  height: 80px;
  width: 80px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  border-radius: 40px;
	margin-bottom: 20px;
}

.services h4 {
  font-size: 2.4rem;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.services h4 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 100;
  margin-top: 5px;
	margin-bottom: 20px;
}

.services p {
	font-size: 0.9rem;
	text-align: justify;
	color: #777;
}

.services.drk-bkg  p {
	color: #fff !important;
}

/* Info Sections _____________________________________________________________________*/

.info_sec {
	padding: 60px 0;
	position: relative;
}

.info_sec.pic-bkg {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 0;
}

@media (max-width: 767.98px) {
	.info_sec.pic-bkg {
		background-size: unset !important;
	  background-attachment: fixed !important;
	  background-position: top !important;
	}
}

.info_sec.pic-bkg.bkg-H {
	height: 300px;
}

.op-bkg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 767.98px) {
	.op-bkg {
	  z-index: 0;
	}
}

.info_sec:first-child {
	padding: 80px 0 60px;
}

.info_sec:last-child {
	padding: 60px 0 100px;
}

@media (max-width: 767.98px) {
	.info_sec,
	.info_sec:first-child,
	.info_sec:last-child  {
		padding: 30px 0;
	}
}

.info_sec p:first-of-type {
	font-weight: bold;
	font-size: 1.1rem;
	margin-top: 30px;
}

.info_image {
	position: relative;
}

.img-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 4rem;
  line-height: 1;
	height: 4rem;
	z-index: 0;
}

.switch .img-icon {
  right: unset;
	left: 15px;
}

.circle {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  height: 200px;
  width: 200px;
  position: absolute;
  top: -5px;
  right: calc(50% - 100px);
	z-index: -1;
}

.switch .circle {
  left: 90px;
  right: unset;
}

.big-icon {
	font-size: 10rem;
	text-align: center;
	position: relative;
	z-index: 0;
}

@media (max-width: 767.98px) {
	.big-icon {
		font-size: 8rem;
	}

	.circle {
	  height: 150px;
	  width: 150px;
	  right: calc(50% - 75px);
	}
}

.drk-bkg .circle {
	background: rgba(255, 255, 255, 0.2);
}

.just-img.flexy {
	display: block;
}
.just-img img {
	max-height: 300px;
}

.just-img .img-icon {
  width: 100%;
	left: 30px;
}

.just-img.text-right .img-icon {
	left: unset;
	right: 30px;
}

.just-img.text-center .img-icon {
	left: unset;
	right: unset;
	text-align: center;
}

.just-img.text-center .big-icon,
.just-img.text-justify .big-icon {
	text-align: center;
}

.just-img.text-left .big-icon {
	text-align: left;
}

.just-img.text-right .big-icon {
	text-align: right;
}

.just-img .big-icon .circle {
	display: none;
}

/* Contact ___________________________________________________________________*/

.standard.contact-section.mp-bkg {
	background: none;
}

.contact-section ul.contact {
	font-size: 1.5rem;
}

.contact-section ul.contact li {
	margin-bottom: 15px;
}

.contact-section h3 {
	margin-bottom: 30px;
}

form {
	padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}

.drk-bkg form {
background: rgba(255, 255, 255, 0.1);
}

.round form {
  border-radius: 0.25rem;
}

.square form {
  border-radius: 0;
}

.contact-section a {
	font-weight: bold;
}

.contact-section a:hover {
	filter: brightness(85%);
	text-decoration: none;
}

div.wpcf7-response-output {
  margin: 2em 0 1em;
  border-radius: 0;
  text-align: center;
  width: 100%;
  font-size: 0.95rem;
  line-height: normal;
  padding: 5px !important;
}

.round div.wpcf7-response-output {
  border-radius: 0.25rem !important;
}

.form-contact.round .btn {
	border-radius: 50px !important;
}

.form-contact.square .btn {
	border-radius: 0 !important;
}

.round .form-control {
  border-radius: 0.25rem;
}

.square .form-control {
  border-radius: 0;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9rem !important;
}

/* Maps ______________________________________________________________________*/

.map-bkg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -10;
  filter: grayscale(1);
  opacity: 0.3;
}

.acf-map {
	width: 100%;
	height: 100%;
}

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

h5.map-loc {
	font-weight: normal;
	font-size: 1.2rem;
}

h5.map-loc br {
	display: none;
}

.mod-map .acf-map {
  height: 330px;
  width: 100%;
}

/* News ______________________________________________________________________*/

.main_post {
	padding: 15px;
	border: 1px solid #ddd;
	background: #fdfdfd;
}

.main_post h4 {
	padding-bottom: 15px;
	margin: 10px;
	color: #555;
}

.main_post h4 a:hover {
	text-decoration: none;
}

.main_post h4 span {
	display: block;
	font-size: 1rem;
	margin-top: 5px;
}

.post_img {
  height: 250px;
	margin-bottom: 15px;
}

.post_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.main_post .excerpt {
	font-size: 0.9rem;
	font-weight: lighter;
	padding: 10px;
}

.main_post .excerpt p {
	margin-bottom: 0;
	color: #777;
}

.post_text a {
	color: inherit;
}

.sm_text {
	position: relative;
}

.sm_text a {
	color: inherit;
}

.post_thumb {
  margin-right: 10px;
}

.post_thumb img {
  border-radius: 40px;
  height: 40px;
  width: 40px;
	min-width: 40px;
  min-height: 40px;
}

.small_posts {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.small_posts .title_bar {
	display: flex;
  align-items: center;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
}

.small_posts .title_bar h4 {
	font-size: 1.3rem;
	margin: 0;
}

.small_posts .title_bar h4 a:hover {
	text-decoration: none;
}

.small_posts .title_bar h4 span {
	font-size: 0.9rem;
	margin-left: 5px;
}

.sm_content {
	font-size: 0.9rem;
}

.post_content {
  padding: 30px 30px 0 30px;
  font-size: 0.95rem;
}

.post_content p:first-of-type {
  font-weight: bold;
}

.modal-title span {
	font-size: 0.85rem;
}

.modal-body img {
  padding: 15px 15px 0;
}

/* Testimonials ______________________________________________________________*/

.testim_box {
	color: #222;
	background: #fff;
	border: 1px solid #ddd;
	padding: 30px;
	height: 100%;
}

.tPprofile {
  min-width: 50px;
  width: 50px;
  min-height: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
	margin-right: 10px;
	background-image: linear-gradient(to bottom left, #48c6ef 0%, #6f86d6 100%);
	overflow: hidden;
}

.tPprofile p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bolder;
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.testim_top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.testim_top h4 {
	margin: 0;
	text-transform: capitalize;
}

.testim_top h4 span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
}

.tText {
	margin: 0;
	font-size: 0.9rem;
	text-align: justify;
}

.tPprofile img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.stars {
	margin: 10px 0;
}

/* Gallery ___________________________________________________________________*/

.nav-pills .nav-link {
  color: inherit;
}

.nav-pills .nav-link:hover {
  padding-left: 20px;
}

.gallery .card {
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	cursor: pointer;
}

.gallery .card img {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.gallery .card:hover img {
    transform: scale(1.05);
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.card.round .card-img {
	border-radius: calc(0.25rem - 1px) !important;
}

.card.square .card-img {
	border-radius: 0 !important;
}
