/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/* logo overlap row below */
.logo-image-overlap .fl-module-content {
  position: relative;
  z-index: 1; /* Can be changed to a higher value depending on the next row's content */
}

/* style header phone number */
/*
.header-phone-number {
	float: right;
	position: absolute;
	bottom: 0px;
}
*/

.header-hours a {
	color: #222760;
	font-size: 19px;
}

/* style header hours */
.header-hours {
	text-align: right;
	float: right;
	font-size: 15px;
	color: #b4b6ba;
	position: absolute;
	bottom: 10px;
}

/* nav menu diff link colors */
/* fill rx */
#menu-main_nav_right #menu-item-58 {
	background-color: #7e1416;
}
#menu-main_nav_right #menu-item-304 {
	background-color: #7e1416;
}


/* sildenafil */
#menu-main_nav_right #menu-item-57 {
	background-color: #587589 !important;

}

.medications-columns {
	column-count: 3;
	column-gap: 4;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 960px) {
	
	.header-hours a {
		color: #222760;
		font-size: 19px;
	}
	
	/* style header hours */
	.header-hours {
		text-align: center;
/* 		float: right; */
		font-size: 15px;
		color: #b4b6ba;
/*
		position: absolute;
		bottom: 10px;
*/
	}

}
