/*
Theme Name: Pharmacy Mentor
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
Description: Custom built pharmacy mentor theme
Version: 1.0
*/

:root {
	--btn-text: white;
	--btn-text-hover: #212529;
	--text-color: #212529;
	--dark-background: rgb(240, 240, 240);
}

* {
  margin: 0;
  padding: 0;
}

body {
	background-color: #f9f9f9;
	font-family: "Jost", sans-serif;
}

h1, h2, h3, p {
	font-family: "Jost", sans-serif !important;
}

h1, h2, h3, h4 {
	font-weight: bold !important;
	text-transform: capitalize;
	padding-bottom: 15px;
	margin-bottom: 25px;
	color: var(--main-color) !important;
}

a {
	color: var(--main-color);
}

.main-menu-box {
	display: flex;
	align-items: center;
	justify-content: end;
}

@media only screen and (max-width: 780px) {
	.main-menu-box {
		justify-content: center;
		padding: 20px;
	}
}

a:hover {
	color: var(--second-color) !important;
}

/* Header */

header {
	box-shadow: 2px 2px 5px 0px rgba(133,133,133,0.75);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(133,133,133,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(133,133,133,0.75);
}

.topBar {
	background: var(--main-color);
	color: var(--btn-text);
	padding: 15px 0px;
	text-align: center;
}

.topBar a {
	color: white;
	text-decoration: none;
}

.topBar a:hover {
	color: white;
}

header .custom-logo-link .custom-logo {
	width: 250px;
	height: auto;
}

/*.custom-logo-link {*/
/*	padding: 10px;*/
/*}*/

/* Footer */

footer {
	background: var(--footer-color);
}

.footerCopyright {
	background: #191621;
	padding: 30px 0px;
	margin-top: 30px;
}

.footerCopyright a {
	color: var(--footer-headings-color);
}

footer {
	color: white !important;
	padding-top: 50px;
}

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

footer ul li {
	margin-bottom: 10px;
}

footer a {
	color: var(--footer-text-color);
	text-decoration: none;
}

footer a:hover {
	color: var(--main-color);
}

footer img {
	margin-bottom: 30px;
	height: unset;
	width: 100%;
}

footer i {
	color: var(--footer-headings-color);
}

footer h2 {
	position: relative;
	color: var(--footer-headings-color) !important;
}

footer h2::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 2px;
	width: 50px;
	background-color: var(--footer-headings-color);
}

.footer-main p {
	color: var(--footer-text-color);
}

/* Defaults */

section {
	padding: 40px 0px;
}

.darkSection {
	background: var(--dark-background);
}

img {
	width: 100%;
	border-radius: 8px;
}

.vert-mid {
	display: flex;
	align-items: center;
}

.hori-mid {
	justify-content: center;
}

.marg-40 {
	margin: 40px 0px;
}

.nopad {
	padding: 0;
	background: var(--third-color);
}

/* Buttons */

.btn1 {
	padding: 15px 30px;
	background: var(--main-color);
	border-radius: 8px;
	color: var(--btn-text);
	transition: all 0.3s;
}

.btn1:hover {
	background: var(--second-color);
	color: var(--btn-text-hover) !important;
	transition: all 0.3s;
}

/* Tiles */



/* Home Page */

.heroBanner {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.heroBanner::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.3);
}

.heroContent {
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	color: white;
}

.heroContent p a {
	color: var(--second-color);
}

.heroContent h1 {
	color: var(--second-color) !important;
	font-size: 54px;
}

.heroContent h1 strong {
	font-size: 54px;
}

.heroContent .search-container{
	background-color: white;
	padding-bottom: 5px;
	border-radius: 5px;
}
.heroContent .search-container .search-container-title {
	background-color: var(--second-color);
	padding: 1.5rem 2rem 5px 2rem;
	border-radius: 5px;
}
.heroContent .search-container .search-container-title p{
	font-size: 18px;
	font-weight: 400;
}
.heroContent .search-container .search {
	margin: 2rem 1.5rem !important;
}

.is-form-style input.is-search-input {
	padding: 13px 15px;
	border-radius: 8px;
	color: black;
	height: auto;
	flex:1;
}

div.is-ajax-search-details, div.is-ajax-search-result {
	padding:0 !important;
	border-radius: 8px;
	border:1px solid #ccc!important;
	overflow: hidden;
}

#bannerVideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}

@media (max-width: 575.98px) {
	.heroBanner video {
		display: none;
   }
}

.serviceColumns {
	color: white;
}

.serviceColumns .serviceColumn {
	padding: 28px 20px;
}

.serviceColumns i {
	font-size: 50px;
}

.serviceColumns h5 {
	font-weight: 700;
	padding-bottom: 10px;
}

.serviceColumns a {
	color: white !important;
	font-weight: 600;
}

.serviceColumns .vert-mid {
	justify-content: center;
}

.serviceColumns .col1 {
	background: var(--main-color);
}

.serviceColumns .col2 {
	background: var(--second-color);
	color: var(--text-color);
}
.serviceColumns .col2 a {
	color: var(--text-color) !important;
}

.testimonials {
	overflow: auto;
}
.testimonials h2, .testimonials h5, .testimonials p {
	color: var(--text-color) !important;
}
.testimonials a {
	color: var(--text-color);
	font-weight: bold;
}

.testimonials a:hover {
	color: var(--main-color) !important;
}

#largeBackground {
	border-radius: 50px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: -80%;
	z-index: -10;
	height: 80%;
	object-fit: cover;
	transform: translateZ(-10px);
}

.orangecol {
	background: var(--second-color);
	padding: 50px;
	border-radius: 50px 0px 0px 50px;
	color: white;
	width: 60%;
	float: right;
	z-index: 10;
	position: relative;
	transform-style: preserve-3d;
}

.testimonial {
	margin-top: 60px;
}

.testimonial i {
	float: left;
	font-size: 50px;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	background: #ffffff4d;
	color: var(--text-color);
	justify-content: center;
	display: flex;
	align-items: center;
	border-radius: 8px;
}

@media (max-width: 900px) {
	.orangecol {
		position: static;
		width: 100%;
		border-radius: 0px;
	}
	
	#largeBackground {
		display: none;
	}
}

/* Basic Page */

.pageBanner {
	background: gray;
	text-align: center;
	border-bottom: 5px solid;
	border-color: var(--main-color);
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	color: white;
}

.pageBanner::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.6);
	opacity: 1;
	z-index: 2;
}

.pageBannerTitle {
	padding: 0;
	margin: 20px 0;
	color: var(--second-color) !important;
	position: relative;
	z-index: 3;
}

.pageBanner .container {
	z-index: 3;
}

.line {
	width: 120px;
	height: 1px;
	background: white;
	margin: 20px auto;
}

/* Blog Page */

.blogLink {
	color: black;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
	display: block;
	border-radius: 10px;
}

.blogLink:hover {
	text-decoration: none;
	color: black !important;
}

.blogTile {
	margin-bottom: 40px;
}

.blogLink img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	margin-bottom: 20px;
	border-radius: 10px 10px 0 0;
}

.blogLink .blogTile .btn1 {
	position: absolute;
	bottom: 20px;
}

.blogLink .blogTile h3 {
	margin: 0;
}

	/* Contact Form */

.wpcf7-text, .wpcf7-textarea {
	border: none;
	background: #f2f2f2;
	padding: 13px 15px;
	border-radius: 8px;
	color: black;
	width: 100%;
}

.wpcf7-submit {
	border: none;
	padding: 15px 50px;
	background: var(--main-color);
	border-radius: 8px;
	color: white;
}

.wpcf7-submit:hover {
	background: var(--second-color)
}

.wpcf7-date {
	width: 100%;
	border-radius: 8px;
	border: none;
	background: #f2f2f2;
	padding: 13px 15px;
	color: black;
}

.wpcf7-previous {
	border: none;
	padding: 15px 50px;
	background: var(--main-color);
	border-radius: 8px;
	color: white;
	margin-right: 20px;
}

.wpcf7-previous:hover {
	background: var(--second-color)
}

.wpcf7-list-item {
	display: block !important;
}

.contactTile {
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.contactIcon {
	padding: 20px;
	background: #f2f2f2;
	display: inline-block;
	border-radius: 50px;
	margin-bottom: 20px;
}

.contactIcon i {
	width: 24px;
	text-align: center;
	color: var(--main-color);
}

.contactIcons {
	text-align: center;
}

.contactIcons div {
	margin-bottom: 20px;
}

.contactIcons h2 {
	margin: 0;
	color: var(--main-color);
	font-size: 20px;
}

.contactIcons a {
	color: black;
}

.contactIcons a:hover {
	color: black;
}

/* Vaccination Page */

.vaccinationList {
	list-style-type: none;
}

.vaccinationList h4 {
	color: var(--main-color);
	font-size: 1.2rem;
	border-bottom: 1px solid;
	border-color: #e6e6e6;
	padding: 10px 0px;
}

.vaccinationList h4:hover {
	color: var(--second-color);
}

/* Booking Page */

.bookly-form img {
	width: unset;
}

/* Breadcrumbs */

#breadcrumbs span, #breadcrumbs a {
	color: var(--second-color);
}

/* Page Content */

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 25px 0 15px 0;
	padding: 0;
}

.content ul {
	padding-left: 20px;
}

.single .sidebar {
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}


/* Media Queries */
@media (max-width: 768px) {
	.heroBanner::after{
		background: rgba(51, 51, 51, 0.6);
	}

	.serviceColumns .icon {
		justify-content: left;
	}

	.footer-main img {
		max-width: 250px;
		width: 100%;
	}
}