.entry-title {display: none;}



.oxi-image-hover-wrapper-1 .oxi-addons-row .oxi-image-hover-caption-tab {
    background: #1C4769 !important;
}

.oxi-image-hover-wrapper-5 .oxi-addons-row .oxi-image-caption-hover:before, .oxi-image-hover-wrapper-5 .oxi-addons-row .oxi-image-caption-hover:after, .oxi-image-hover-wrapper-5 .oxi-addons-row .oxi-image-caption-hover .oxi-image-hover-figure:before, .oxi-image-hover-wrapper-5 .oxi-addons-row .oxi-image-caption-hover .oxi-image-hover-figure:after, .oxi-image-hover-wrapper-5 .oxi-addons-row .oxi-image-caption-hover .oxi-image-hover-figure-caption:before, .oxi-image-hover-wrapper-5 .oxi-addons-row .oxi-image-caption-hover .oxi-image-hover-figure-caption:after
{background: rgba(59,86,97,0.55) !important ;}

.site-logo {
  // width: 90% !important;
	}

.site-header .wrapper {
     //padding-top: 0; 
     //padding-bottom: 0; 
}
.hero
{
	//filter: brightness(40%);
}


#primary-menu{
	font-weight: bold;
}

.pre-footer .footer-site-title a, .footer-widget-area .widget-title, .front-featured-menu-items .item .overlay-inner, .main-navigation, .main-navigation a, .main-navigation ul ul a, .menu-toggle, .pre-footer, .pre-footer a:hover, .widget_eventbrite .eb-calendar-widget li a:hover, .site-info a:hover, .site-title a, .social-links ul a:before{
	color: #1C4769;
}

.sub-menu a{

font-family: 'Playfair Display', serif !important;
font-size: 16px !important;
font-weight: bold !important;
text-decoration: none !important;
text-transform: capitalize !important;
width: auto !important;
}
.main-navigation a
{
//	font-size: 16px !important;
}
.main-navigation ul ul {
	width: 260px !important;
	border: none !important;
}
.footer-site-description
{
	display:none !important;
}

#tertiary
{
	//filter: brightness(40%);
}

.front-testimonials h2{
	font-size: 2.8rem !important;
}
.front-testimonials {
     border-color: #ffffff !important; 
}

.entry-content
{
	font-size: 1.8rem !important;
}
.menu-toggle{
	color: #ffffff;
	float:right;}

#widget-area-6{
	width: 100% !important;
	float: none !important;
}

.widget_block
{    border: none;}
.front-widget-area .widget-title {
	font-size: 2.2rem !important;
}
#block-35
{margin-bottom:0px !important;
padding-bottom:0px !important;
margin-top: 20px !important;
}
#widget-area-6
{
	
background:url("https://orchardspharmacy.ca/wp-content/uploads/2022/05/bg_1.1.1-3891887980-1652913999126.png") ;
    background-repeat: no-repeat;
	background-color:#d8e4e6;
	background-position: left;
	}

#block-25{
	background-color:#ffffff
}
#tertiary{
	background-color: #3b7882;

}
.front-widget-area .widget {
    margin: 0 0 0 0 !important;
}
#block-35 { 
    margin: 0px !important;
}


#block-70, #block-72, #block-73, #block-64, #block-35, #block-61, #block-58, #block-93, #block-94 {
	max-width:100% !important;
}
#widget-area-7{
	width: 100% !important;
    margin-top: 25px;}
.custom_header_text{
	    margin-top: 10px;
    margin-bottom: 10px;
}

#hero{
	 position: relative;
  text-align: center;
  color: white;
}
#block-73 .wp-block-button__link{
	background-color: #3b7882 !important;
}
#block-72{
	padding-bottom:0px;
}
#block-73{
	padding-top: 0px;
}
.inner
{width:100% !important;}
#secondary{
	margin:0;
	padding:0 ;
}

@media screen and (min-width: 782px) {
	#custom_BookAppointment
{
	   padding-left: 27%; !important;
}
	
	#tertiary
{
   	padding-left:15%;
	}
	#widget-area-5 {
    width: 1136px;
		float:none;
		margin: 0 auto;
}
	.transfer_pres_button{
	font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
	word-spacing: 5px;
    letter-spacing: 5px;
}
}

.wp-social-link-facebook{
	border:none !important;
}
.footer_address, .footer_hours{font-size: 16px;}



/*** License Information **/

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

p#license_text:hover
{
	color: #075374;
	text-decoration: underline;
}
.license_text_page
{
	color: #075374;
	text-decoration: underline;
}
.concerns_text
{text-align: justify;
}

h3.has-background{
	padding: 0.95em 2.375em;
}
}


