.search-form:before {
	background: #fff;
	border-radius: 50%;
	color: #00759c;
	content: "\f400";
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: 8.5px;
	top: 8.5px;
	text-align: center;
	width: 28px;
}

a {
	color: #00759c;
	font-weight: bold;
	text-decoration: none;
}

.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover {
	color: #00759c;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #00759c;
}

.search-toggle:active,
.search-toggle:focus,
.search-toggle:hover {
	background: #eee;
	border-color: #ddd;
	color: #00759c;
}

.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover {
	color: #00759c;
}

.dropdown-toggle {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #00759c;
	height: 30px;
	margin-top: -15px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	z-index: 1;
}

.dropdown-toggle:active,
.dropdown-toggle:focus,
.dropdown-toggle:hover {
	background: #eee;
	border-color: #ddd;
	color: #00759c;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background: #eee;
	border-color: #ddd;
	color: #00759c;
}
	.main-navigation .menu-item-has-children > a:after {
		color: #00759c;
		content: "\f431";
		font-size: 16px;
		height: 16px;
		line-height: 1;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 15px;
		width: 16px;
	}

.comment-navigation a,
.posts-navigation a {
	background: #fff;
	border: 2px solid #eee;
	color: #00759c;
	display: inline-block;
	font-size: 16px;
	line-height: 1.875;
	padding: 5.5px 13px;
	text-transform: uppercase;
}
.comment-navigation a:active,
.comment-navigation a:focus,
.comment-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:focus,
.posts-navigation a:hover {
	background: #00759c;
	border-color: #00759c;
	color: #fff;
}

.sidebar-toggle:active,
.sidebar-toggle:focus,
.sidebar-toggle:hover {
	background: #eee;
	border-color: #ddd;
	color: #00759c;
}

.post-navigation .post-title {
	font-family: "Mukta";
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
}

.post-navigation a:active .post-title,
.post-navigation a:focus .post-title,
.post-navigation a:hover .post-title {
	color: #00759c;
}
/* ELIMINAR SIDEBAR Y HACER UNA SOLA COLUMNA */
.site-content-inner {
    display: block !important;
}
#primary, .content-area {
    width: 100% !important;
    float: none !important;
}
#secondary, .sidebar, aside {
    display: none !important;
}

/* ELIMINAR COLUMNAS INTERNAS DEL CONTENIDO */
.entry-content {
    display: block !important;
    width: 100% !important;
}
.entry-content > * {
    width: 100% !important;
    float: none !important;
    display: block !important;
}
.post-inner, .entry-header, .entry-content, .entry-footer {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}
.columns-2, .wp-block-columns, .has-2-columns {
    display: block !important;
}
.wp-block-column, .column {
    width: 100% !important;
    float: none !important;
}

