/*
Theme Name: Abogados en Mérida
Theme URI: https://abogadosenmerida.com.mx

Version: 1.0

Template: genesis
*/

*{ box-sizing: border-box; }

/* RESET */
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding: 0;
	margin: 0;
}

a { text-decoration: none; }

/* Forms */
input {
	width: 100%;
	padding: 0.5rem;
	border-radius: 4px;
	margin-bottom: 0.25rem;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

input[type="submit"] {
	cursor: pointer;
	border: 0;
	margin: 0;
}

/* Typography */
body,
button,
input,
textarea {
	-webkit-font-smoothing:antialiased;
	font-size: 100%;
}

/* Structure */
.site-header > .wrap,
.content-sidebar-wrap,
.site-footer > .wrap {
	padding: 0 5%;
}

/* Colors */
:root {
	--yellow: #ffe700;
}

/* Typography */
body {
	font-family: "Montserrat", sans-serif;
	color: #111;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.728rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

/* Site Header */
.site-header {
	padding: 1rem 0;
	background-color: var(--yellow);
	margin-bottom: 1rem;
}

/* CTA */
.cta {
	margin: 1rem 0;
}

input[type="submit"]{
	background-color: var(--yellow);
}

/* Site Footer */
.site-footer {
	margin-top: 2rem;
	padding: 2rem 0;
	background-color: rgba(0, 0, 0, 0.03);
}

/* Framework */
.text-center { text-align: center; }

.big { font-size: 1.2rem; }
.small { font-size: 0.9375rem; }