/*
¡Bienvenido al CSS personalizado!

Para saber cómo funciona, ve https://wp.me/PEmnE-Bt
*/
.MenuRRSS {
	background-color: #085e3b;
}

#actionbar {
	visibility: hidden;
}

.MiniImage {
	width: 300px;
	height: 300px;
}

#my_image {
	height: 200px;
}

.copyright::before {
	content: "Copyright © 2024 Centro Clínico Los Cedros Todos los Derechos Reservados - Página creada por Silvio Bigotto";
	color: #b7c1ba;
	display: inline;
}

.vertical-menu {
	width: 200p;
}

.vertical-menu a {
	color: #b7c1ba;
	display: block;
	padding: -10px;
	text-decoration: none;
}

.vertical-menu a:hover {
	color: white;
}

.nav-previous {
	display: none;
}

.sharedaddy {
	display: none;
}

.news .entry-content a.more-link {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 10px;
	background: #f6f6f6;
}

.medicalspecialties li:hover {
	color: #085e3b;
}

.comments-area {
	display: none;
}

.attachment {
	display: none;
}

.byline {
	display: none;
}

.cat-links {
	display: none;
}

.nav-links {
	display: none;
}

.widget_recent_entries {
	display: none;
}

.widget_categories {
	display: none;
}

.search-field {
	display: none;
}

.error-404 {
    margin-bottom: 40px;
    height: 50vh;
}

.widget_archive {
	display: none;
}

.navigation-main a.menu-toggle {
  padding: 0;
  background: #f6f6f6;
}

@media screen and (max-width: 954px){
	#secondary {
		display: inherit;
		text-align: right;
		width: 100%;
		margin-top: -90px !important;
	}
	
	.menu-toggle:before {
    border: 0;
    content: "\f419";
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'Genericons';
    line-height: 2.25;
    font-weight: 500;
    margin: -4px 8px 0 10px;
    padding: 10px;
}
}

.jp-carousel-photo-icons-container {
    flex: 1;
    display: none !important;
    text-align: right;
    margin: 0 20px 0 30px;
    white-space: nowrap;
}

.patient-gallery {
	height: 1000px !important;
	overflow: auto !important;
}

.post-2538 .post-thumbnail {
	display: none;
}

.post-password-form {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
	  margin-bottom: 4rem;
}

.post-password-form p {
    display: flex;
    flex-direction: column;
}

.post-password-form label,
.post-password-form input[type="submit"] {
    width: 100%;
    margin-top: 10px;
}

.post-password-form label {
	margin-bottom: 4rem;
    width: 100%;
}

.specialities-background {
	opacity: 0.2;
}