/*
 Theme Name:   Medicare Child
 Theme URI:    http://medicare.bold-themes.com
 Description:  Medicare Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     medicare
 Version:      1.1.1
 Tags:         one-column, right-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  medicare_child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.btSiteFooter.footer-top {
	background: #fff !important;
	padding: 50px 0;
}

.footer-top-row .logo img {
	height: 55px;
	width: auto;
	display: block;
}

.footer-top-row h4,
.footer-top-row p {
	font-size: 14px !important;
	color: #2e7780;
	line-height: 1.5 !important;
}

.footer-top-row p:last-child {
	margin-bottom: 0;
}

.footer-top-row h4 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #2e7780 !important;
}

.footer-top-row .logo h4 {
	margin-top: 16px;
}

.footer-top-row .menu {
	text-align: left !important;
}

.footer-top-row .menu li {
	display: block !important;
	margin: 0 !important;
	padding: 5px 0 !important;
}

.footer-top-row .menu li a {
	color: #2e7780;
	font-size: 14px;
	text-transform: none;
}

.footer-top-row .wp-block-social-link {
	background: #2e7780 !important;
}

/* Footer responsive */
.footer-top-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.footer-top-row.rowItem > div {
	margin-bottom: 30px;
	min-width: 200px;
	padding-right: 20px;
}

/* Footer Bottom */
.footer-bottom-wrp {
	padding: 8px 0 !important;
	background: #2e7780 !important;
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom .copyLine {
	font-size: 12px !important;
}

.footer-bottom .menu {
	display: flex;
	justify-content: center;
	margin: 0 !important;
}

.footer-bottom .menu a {
	color: #fff !important;
}

.footer-top .logo p a {
	color: #2e7780 !important;
}

.footer-bottom .copyLine,
.footer-bottom .menu {
	padding: 8px 0 !important;
}

.footer-bottom .menu li {
	display: block;
}

/* Appointment */
#appointment {
	background: #2e7780;
	padding: 4px 4px 8px;
	position: fixed;
	top: 50%;
	right: 0;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	z-index: 999999999;
}

#appointment img {
	width: 60px;
	height: 45px;
}

#appointment span {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	display: block;
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.6px;
	margin-top: -4px;
}

/* post list */
.btNoMore {
	display: none !important;
}