/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

/* styling the footer menu items*/
.footer-menu-section {
    color: white;
    border: none;
}

.footer-menu-section h2 {
    color: white;
    margin: 20px 0 10px 0;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 400;
	font-size: x-large;
}

.footer-menu-section div {
    border: none;
    border-bottom: none;
}

.footer-menu-section div ul {
    border: none;
}

.footer-menu-section div ul li {
    border: none;
}

.footer-menu-section div ul li a {
    color: white;
	font-weight: 500;
}

#menu-footer-about-us,
#menu-footer-providers,
#menu-footer-patients,
#menu-footer-contact-us {
    border: none;
}


/*
@media (max-width: 1199px) {
	.wpb_row {
		margin-top: 0;
	}	
}
*/

/* change padding all around the content area */
.block-content {
	padding: 80px 0 80px 0;
}

/*setting the iframe settings*/
.iframe-patient {
	width:100%;
	border: none;
}

/* change color of Index Menu Item */
li #menu-item-29340 > a {
	background-color: #051d3c !important;
	color: white !important;
}

/* override all the title block properties */
.page-title-block {
	background-color: #051d3c;
}

body.search .page-title-block {
	background-color: #051d3c;	
}

.top-area-block {
	padding: 0 30px;
}

.sidebar-button {
	border: solid black 2px;
	padding: 10px 15px;
	background-color: #051d3c;
	color: white !important;
}

/* this was added because for some reason the header stopped sticking; maybe a theme update affected it. */
/* #page:not(.vertical-header) #site-header.animated-header {
	position: relative !important;
} */
