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

:root {
	--main-color: #34982c;
	--second-color: #283b6a;
	--btn-text: white;
	--dark-background: rgb(245, 245, 245);
	
	--heading-font: 'Archivo', sans-serif;
	--main-font: 'Roboto', sans-serif;
	
	--border-radius: 20px;

	--default-transition: ease;
	--default-transition-speed: .3s;
}

/* Defaults */
*{
	padding:0;
	margin:0;
}

body {
	max-width: 100%;
	overflow-x: clip;
	text-align: center;
}

section {
	position:relative;
	padding: 80px 0px;
}

.noWrapMobile {
	flex-wrap: nowrap;
}

a {
	transition:all var(--default-transition) var(--default-transition-speed);
}

a:hover {
	text-decoration: none;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.img {
	border-radius: 15px 15px 0px 15px;
}

.bg-image {
	position:absolute;
	inset: 0;
	isolation: isolate;
	z-index: -1;
}

.bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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

.darkSection {
	background: var(--second-color);
	color: white;
}

.siteTitle {
	color: var(--main-color);
	font-weight: bold;
}

#breadcrumbs a {
	color: white;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

.paddrows .row {
	padding: 40px 0;
}

/* Buttons */

.buttons {
	padding: 20px 0px;
}

.btn1 {
	padding: 15px 40px;
	background: var(--main-color);
	color: white;
	border-radius: 15px 15px 0px 15px;
}

.btn1:hover {
	background: var(--second-color);
	color: white;
	text-decoration: none;
}

.btn2 {
	padding: 15px 40px;
	background: var(--main-color);
	color: white;
	border-radius: 15px 15px 0px 15px;
	
}

.btn2:hover {
	background: white;
	color: black;
	text-decoration: none;
	
}

/* Header */

.topBar {
	background: var(--second-color);
	padding: 15px 0px;
	color: white;
}

.topBar span {
	display:block;
}

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

.topBar a:hover {
	color: var(--main-color);
	text-decoration: none;
}

.topBar i {
	margin-right: 6px;
}

.topBar .fa-envelope {
	margin-left: 20px;
}

.headerMain {
	padding: 20px 0px;
}

.headerMain img {
	width: 100%;
	height: auto;
}

.headerMain .row div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.headerMain .main-menu-box {
	justify-content: end;
}

/* Footer */

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

.mainFooter {
	padding-block: 1rem;
}

footer img {
	margin-bottom: 20px;
}

footer ul {
	list-style: none;
	padding: 0;
}

footer ul li {
	padding: 5px 0px;
}

footer a {
	color: white;
}

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

.footerCopyright {
	padding: 20px 0px;
	background: #292929;
}

footer i {
	margin-right: 3px;
}

/* Forms */

.formContainer {
	max-width: 700px;
	padding: 30px;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .08);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .08);
	border-radius: 15px 15px 0px 15px;
	background: white;
}

.wpcf7-form-control-wrap input, textarea {
	width: 100%;
	padding: 7px 12px;
	border-radius: 15px 15px 0px 15px;
	border: 1px solid var(--second-color);
}

.wpcf7-form-control-wrap input[type=checkbox], 
.wpcf7-form-control-wrap input[type=radio] {
	width:auto;
}

input:focus {
	font-size: 1rem;
}

input[type="submit"] {
	padding: 15px 40px;
	background: var(--main-color);
	color: white;
	border-radius: 15px 15px 0px 15px;
	border: none;
	
}

input[type="submit"]:hover {
	background: var(--second-color);
	color: white;
	text-decoration: none;
}

.wpcf7-spinner {
	position:absolute;
}

/* Home Page */

/*=============================
	Slider CSS 
===============================*/
.hero-slider {
    position: relative;
    height: 600px;
	padding: 0px;
}

.hero-slider .container {
    overflow: visible;
}

.hero-slider .single-slider {
    height: 600px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

.hero-slider .single-slider:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.2;
}

.hero-slider .single-slider .text {
    float: none;
    text-align: left;
    margin: 180px 0px;
}

.hero-slider .single-slider .text h1 {
    color: #fff;
    text-shadow:1px 1px 1px rgba(0,0,0,0.4);
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

.hero-slider .single-slider .text h1 span {
    color: #17385a;
    text-shadow: 0px 0px 19px #ffffffb3;
}

.hero-slider .single-slider .text p {
    margin: 30px 0px;
    font-size: 15px;
    color: #fff;
    text-shadow:1px 1px 1px rgba(0,0,0,0.4);
}

.hero-slider .single-slider .button a:last-child {
    margin-right: 0px;
}

.hero-slider .single-slider .button .video {
    margin-left: 10px;
}

.hero-slider .single-slider .button .video i {
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #17385a;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 3px;
    font-size: 16px;
}

.hero-slider .single-slider .button .video:hover i {
    background: #232323;
    color: #fff;
}

.hero-slider .owl-dots {
    position: absolute;
    left: 50%;
    background: transparent;
    -webkit-box-shadow: 0px 0px 5px rgb(51 51 51 / 50%);
    -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
    box-shadow: none;
    bottom: 0px;
    padding: 10px 25px;
    border-radius: 4px;
    margin: 0 0 0 -52px;
}

.hero-slider .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 12px;
}

.hero-slider .owl-dots .owl-dot:last-child {
    margin: 0px;
}

.hero-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    background: #fff;
    position: relative;
}

.hero-slider .owl-dots .owl-dot:hover span {
    border-color: transparent;
}

.hero-slider .owl-dots .owl-dot span::before {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid;
    content: "";
    border-radius: 100%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hero-slider .owl-dots .owl-dot:hover span:before,
.hero-slider .owl-dots .owl-dot.active span:before {
    opacity: 1;
    visibility: visible;
}

/* Slider Animation */
.owl-item.active .text h1 {
    animation: fadeInLeft 1s both 0.6s;
}

.owl-item.active .text p {
    animation: fadeInLeft 1s both 1s;
}

.owl-item.active .text .button {
    animation: fadeInLeft 1s both 1.5s;
}

.carousel-item img {
	height: 600px;
	width: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}

.carousel-caption {
	bottom: 30% !important;
	margin: 0 auto;
	max-width: 700px;
}

.carousel-caption h5 {
	font-size: 30px;
	font-weight: 500;
}

.highlightService {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding: 100px 0px 0px 0px;
}

.highlightService a {
	color: white;
}

.highlightService a:hover {
	color: var(--main-color);
	text-decoration: none;
}

.serviceIcon {
	display: block;
}

.serviceIcon i {
	font-size: 60px;
	margin-bottom: 20px;
}

.service .inner h3 {
  font-size: 26px;
  font-weight: 600;
}

.service .inner p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.quote {
	font-size: 25px;
	position: relative;
}

.quoteWrapper i {
	font-size: 120px;
	position: absolute;
	top: -50px;
	left: -20px;
	opacity: 0.1;
}

.quoteName {
	font-weight: bold;
	font-size: 18px;
}

/* Services Page */

.service .inner {
	padding: 30px;
	border-radius: 15px 15px 0px 15px;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .08);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .08);
	margin-bottom: 20px;
}

.services {
	padding: 40px 0px;
}

.staffSection {
	padding: 60px 40px;
	border-radius: 15px 15px 0px 15px;
}

.staff h2, .staff p {
  text-align: center;
}

.staffMember {
  margin-top: 50px;
}

.staffMember img {
	height: 220px;
  	object-fit: cover;
  	display: block;
  	margin: 0 auto;
  	border-radius: 100%;
}

.staffContent {
	margin: 20px 0;
	text-align: center;
}

.jobTitle {
	font-weight: bold;
}

/* Blog Post */

.blog img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 15px 15px 0px 0px;
}

.blog .inner {
	border-radius: 15px 15px 0px 15px;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .08);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .08);
	margin-bottom: 20px;
}

.blog .blogContent {
	padding: 30px;
}

.blog .blogContent h3 a {
	color:#212529;
}

.blog .blogContent h3 a:hover {
	text-decoration: none;
}

.blog .blogContent p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

/* Standard Page */

.pageBanner {
	text-align: center;
	color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.pageBanner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 4px;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pageBanner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #3d3d3d33;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pageBanner div {
	z-index: 10;
}

h1.pageBannerTitle {
	font-size: 40px;
	font-weight: bold;
	margin: 10px 0;
}

.banner-btn {
  margin: 30px 0px;
}

/* Contact Page */

iframe {
	height: 100%;
	border-radius: 15px 15px 0px 15px;
	width: 100%;
}

/* Prescriptions Page */

.page-template-prescriptions .row > div > img + * {
	margin-top:1rem;
}

.page-template-prescriptions main .row > div:last-child {
	/* margin-top:1rem;*/
}

/* Accordions */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  transition: 0.4s;
}

.accordion.active, .accordion:hover {
  background-color: var(--main-color); 
  color: white;
}

.panel {
  padding: 20px 15px;
  display: none;
  background-color: #f0f0f059;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 16px;
}

.panel p {
	margin: 0;
}

/* Blog */

/* Blog Layout */

article {
	text-align:center;
	font-size:14px;
	position: relative;
	padding: 60px 0px;
	background: #fdfdfe;
	isolation: isolate;
}

article .container {
    max-width:1000px !important;
    margin:0 auto;
}

article .text > *, article .section-title {
	margin-bottom:15px !important;
	margin-top:0 !important;
}

article .sec-title > * {
	line-height:28px;
}

article .text > h3 {
	margin-top:45px !important;
}

article .text > h4 {
	margin-top:30px !important
}

article .text img {
    display:inline-block;
	margin:15px 0 !important;
	max-width:650px;
    width:100%;
}

.firefox article .text img {
    margin: 30px 0 15px !important;
  }

article .text p:has(img) + h3, article .text p:has(img) + h2 {
    margin-top: 0px!important;
}

article .text .theme-btn-one {
    margin:20px 0 20px;
}

/* 404 Page */

.error404 h1 {
	font-size: 80px;
	margin: 0;
	font-weight: bold;
	font-family: sans-serif;
	position: relative;
}

.error404 h1::after {
	content: "";
	width: 50px;
	height: 4px;
	background: var(--main-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 15px 15px 0px 15px;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    background-color: var(--main-color);
    color: #fff;
    border: 2px solid var(--main-color);
    border-radius: 60px;
    padding: 9px 14px;
	transition: .3s;
}

button:focus {
  outline: none;
}

#scrollToTopBtn i {
    font-size: 20px;
}

#scrollToTopBtn:hover {
    background-color: #73d06c;
	border: 2px solid  #73d06c;
}


/* Loom Extension Fix */

#loom-companion-mv3 section {
	padding: 0;
}

/* hero */
section.hero{
	padding:0px;
}
section.hero .item{
	height:500px;
}

.item {padding: 100px 400px;}

li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	top: 2px;
}

.blog-details-right-area .widget_block {
  margin-bottom: 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}


.blog-details-right-area .widget_block h2 {
  padding-bottom: 10px;
  border-bottom: 3px solid #eeeeee;
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #424242;
}

.blog-details-right-area .widget_block h2::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 50px;
  height: 3px;
  background-color: var(--main-color);
}

.blog-details-right-area .widget_block ul, .blog-details-right-area .widget_block ol {
  padding: 0;
  margin: 0;
}

.blog-details-right-area .widget_block ul li, .blog-details-right-area .widget_block ol li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: inherit;
  list-style: none;
}

.blog-details-right-area .widget_block ul li a, .blog-details-right-area .widget_block ol li a {
  color: var(--main-color);
  font-weight: 600;
}

.blog-details-right-area .widget_block ul li::before {
  content: "\f192 ";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  color: var(--main-color);
  margin-right: 5px;
}

.blog-details-right-area .widget_block ul li:last-child, .blog-details-right-area .widget_block ol li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.mainFooter h2 {
	position: relative;
  	padding-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
}

.mainFooter h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #fff;
}

.mainFooter p {
  font-size: 16px;
}

.custom_footer_li li span {
  display: flex;
  position: relative;
  left: 25px;
  bottom: 25px;
  margin-bottom: -20px;
}

.subscribe-section {
  background: #f0f4f5;
}

/* Mailchimp sign up */
#mergeRow-gdpr fieldset label {font-weight: normal;}
#mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}
.mc-field-group {
    position: relative;
    width: 50vw;
    margin: 0 auto 1rem;
    min-width: 300px;
}
.mc-field-group a {
    font-weight: bold;
    color:#fff;
}
#mc_embed_shell input[type="email"] {
    display:block;
    height: 48px;
    width: 100%;
    max-width: 100%;
    line-height: 48px;
    padding: 0px 148px 0 20px;
    color: #666;
    border: none;
    border-radius: 4px;
    outline: none;
    border:solid thin #efefef;
    font:inherit;
    border-radius: 15px;
}
#mc_embed_shell input[type="checkbox"] {
    position:relative;
    margin-left:0;
    margin-right:.5rem;
}
#mc_embed_shell input[type="submit"] {
    height: 48px;
    width: max-content;
    line-height: 48px;
    background: var(--main-color);
    border: none;
    color: #fff;
    top: 0;
    position: absolute;
    right: -16px;
    border-left: 1px solid transparent;
    padding: 0px 20px;
    transition:all ease .3s;
}
#mc_embed_shell input[type="submit"]:hover {
    background: var(--second-color);
    cursor:pointer;
}
fieldset {
    border:none;
    margin:0;
    padding:0;
}
div.mce_inline_error {
    position:absolute;
}