﻿/* *** Generales *** */
.credits {
	display: none;
}


:before {
	color: #99682c !important;
}

body a {
	color: #99682c;
}

.current-menu-item > a, .current-menu-parent > a {
	color: #99682c !important;
}

a:hover {
	color: #faaf40 !important;
}

p {
}

td {
	text-align: center;
}

#info {
	clear: both;
	padding-top: 40px;
}

.post-meta {
 display: none !important;
}

.post-meta-container{
 display: none !important;
}

.contacto-moderno {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
}

.contacto-moderno .intro {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #555;
}

.contacto-bloque {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.contacto-bloque h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #1f2d3d;
}

.contacto-bloque p {
    margin: 0;
    line-height: 1.8;
    font-size: 17px;
    color: #444;
}

.contacto-bloque a {
    color: #0a7c86;
    text-decoration: none;
    font-weight: 600;
}

.contacto-bloque a:hover {
    text-decoration: underline;
}

.mapa-contacto {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 12px;
}

.formulario-contacto {
    margin-top: 20px;
}

.column-2,
.column-3 {
    display: none;
}

.column-1 {
    width: 100% ;
    float: none ;
    max-width: 100%;
    text-align: center;
}

.footer .column-2,
.footer .column-3 {
    display: none !important;
}

.footer .column-1 {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.footer .column-1 .widgets,
.footer .column-1 .widget,
.footer .column-1 .widget-content,
.footer .column-1 .widget_text,
.footer .column-1 .textwidget,
.footer .column-1 .custom-html-widget {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

.footer .column-1 .widget-title {
    display: none !important;
}

.search-toggle {
    display: none !important;
}

.akismet_comment_form_privacy_notice {
    display: none !important;
}

.single .post-content { 
   padding-top: 3%;
   padding-bottom:1%;
 }