/* 
Theme Name: Rivas Law Group - Genesis Version 2
Theme URI: 
Description: Designed by <a href="http://www.thunderheadmarketing.com/">Thunderhead Marketing</a>.
Author: Jim Petersen
Version: 2.0.7
Template: genesis
Tags: the child of genesis
*/

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/

/* # Imports
---------------------------------------------------------------------------------------------------- 

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/**
@font-face {
	font-family: futurastd_book;
	font-display: swap;
	src: url(fonts/FuturaStd-Book.otf);
}

@font-face {
	font-family: futurastd_bold;
	font-display: swap;
	src: url(fonts/FuturaStd-Bold.otf);
}

@font-face {
	font-family: futurabt_heavy;
	font-display: swap;
	src: url(fonts/Futurabt-heavy.ttf);
}

@font-face {
	font-family: futurabt_italic;
	font-display: swap;
	src: url(fonts/Futurabt-light-italic.ttf);
}

.futurabt_italic {
	font-family: futurabt_italic;
}

@font-face {
	font-family: futurastd_light;
	font-display: swap;
	src: url(fonts/Futura-Std-Light.ttf);
}
**/

.futurastd_bold {
/*	font-family: futurastd_bold;*/
	font-family: "Cinzel", serif;
	font-weight: 700;
}

.futurabt_heavy {
/*	font-family: futurabt_heavy;*/
	font-family: "Cinzel", serif;
	font-weight: 900;
}

.futurastd_light {
/*	font-family: futurastd_light;*/
	font-family: "Cinzel", serif;
	font-weight: 400;
}

.futurastd_book{
/*	font-family: futurastd_book;*/
	font-family: "Cinzel", serif;
	font-weight: 500;
}

.fs25{font-size:28px;}
.fs57{font-size: 62px;}
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: 0 0;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #333;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ## Box Sizing
--------------------------------------------- 

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	color: #333;
/* 	font-family: "futurastd_book", sans-serif; */
	font-family: "Raleway", sans-serif;
	font-size: 1.2vw;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #6f6f6f;
	text-decoration: underline;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "Cinzel", serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 30px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h3 a {
	text-decoration: underline;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #eee;
	color: #478f8e;
	border: none;
	border-bottom: 4px solid #fff;
	padding: 10px !important;
	padding-top: 14px !important;
	font-size: 20px !important;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #fff;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #fff;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	margin: auto;
	display: block;
	padding: 12px 60px !important;
	background-color: #edd389;
	color: #478f8e;
	border: 1px solid #fff;
	font-family: futurabt_heavy;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #231f20;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1920px;
	padding: 0 50px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */
.content-sidebar-wrap {
	display: flex;
}

.content-sidebar-wrap main {
	flex: 1;
}

.sidebar-primary {
	float: right;
	width: 508px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
/*	font-family: futurastd_book;*/
	font-family: "Cinzel", serif;
	color: #231f20;
	text-transform: uppercase;
}

.entry-title a,
.sidebar .widget-title a {
	color: #231f20;
}

.entry-title a:hover {
	color: #333;
}

.widget-title {
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
}

#custom_html-16 .widget_text.widget-wrap > a{
	display:block !important;
	text-align: center;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 1vw;
	line-height: 1;
	width: 100%;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #231f20;
	display: block;
	padding: 30px 16px;
}

.genesis-nav-menu .menu-item-has-children > a::after,
#top-header .menu-item-has-children > a::after {
	content: "\f347";
	font-family: "dashicons";
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #231f20;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 10px;
	padding: 10px 30px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	width: 508px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar > li {
	border: none;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 20px 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #231f20;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	padding: 40px 0;
	text-align: center;
	margin-bottom: 50px;
}

.site-footer p {
	margin-bottom: 0;
}

.mobile {
	display: none;
}

.home-heading {
	margin-bottom: 30px;
	margin-bottom: 3vw;
}

.home-heading h2 {
	margin-bottom: 0;
	font-size: 45px;
	font-family: futurastd_book;
}

.home-heading h2.bolder {
	font-family: futurastd_bold;
	color: #478f8e;
}

/* updated 11/11/21 */
.home-heading h1,
.bolder {
	margin-bottom: 0;
	font-size: 45px;
	font-family: "Cinzel", serif;
	
}

.bolder{margin-bottom:30px;}

.home-heading h1.bolder,
.bolder{
	font-family: "Cinzel", serif;
  	font-weight: 700;
	color: #231f20;
}

.site-inner
	.content-sidebar-wrap
	.content
	.archive-description.taxonomy-archive-description.taxonomy-description {
	padding: 0 32px;
}

.site-inner
	.content-sidebar-wrap
	.content
	.archive-description.taxonomy-archive-description.taxonomy-description
	h1.archive-title {
	font-size: 45px;
	font-family: futurastd_book;
	padding-bottom: 6px;
}

.attorney-name {
	color: #231f20;
	text-decoration: underline;
	font-size: 25px;
	margin-bottom: 20px;
}

.gform_wrapper div.validation_error,
.gform_wrapper .validation_message {
	color: #fff !important;
}

.gform_wrapper .validation_message {
	padding: 10px !important;
}

.font-yellow {
	color: #edd389 !important;
}

#before-footer {
	background: #231f20;
	color: #fff;
}

body .wp-block-separator{
	border:1px solid #e1e2e3;
}

#before-footer .wrap {
	padding: 50px 60px;
	margin: auto;
}

#before-footer .form-title,
#before-footer .form-sub-title {
	text-align: center;
	font-size: 2.5vw;
	line-height: 1.2;
	padding-left: 40px;
	padding-right: 40px;
}

#before-footer .form-title {
	font-family: futurastd_bold;
	text-transform: uppercase;
}

#before-footer .form-sub-title::after {
	content: "";
	display: block;
	width: 45%;
	margin: auto;
	border-bottom: 1px solid #fff;
	margin-bottom: 1vw;
	padding-top: 2vw;
}

#before-footer .gform_wrapper {
	width: 65%;
	margin: auto;
	margin-top: 3.5vw;
}

#before-footer .gform_wrapper input[type="text"],
#before-footer .gform_wrapper textarea {
	border: none;
	background-color: #eee;
	border-bottom: 4px solid #fff;
	padding: 10px;
	padding-top: 38px;
	margin-top: 0;
	color: #478f8e;
	font-size: 20px;
}

#before-footer .gform_wrapper textarea {
	padding: 10px;
	position: relative;
}

#before-footer ::-webkit-input-placeholder {
	/* Edge */
	color: #999;
}

#before-footer :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}

#before-footer ::placeholder {
	color: #999;
}

#before-footer .ginput_complex input {
	margin-bottom: 0;
}

#before-footer .ginput_container {
	margin: 0;
}

#before-footer input[type="submit"] {
	display: block;
	margin: auto;
	width: 34%;
	background-color: #edd389;
  	color: #231f20;
	border: 1px solid #fff;
	font-family: inherit;
	font-weight: bold;
	font-size: 1.5vw;
}

#before-footer-blog .title {
	color: #231f20;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5vw;
	font-family: futurastd_bold;
	text-transform: uppercase;
	margin-bottom: 4vw;
}

#before-footer-blog .title::after {
	content: "";
	display: block;
	width: 45%;
	margin: auto;
	border-bottom: 1px solid #959595;
	margin-bottom: 1vw;
	padding-top: 2vw;
}

#before-footer-blog .recent-posts {
	display: flex;
	line-height: 1.2;
}

#before-footer-blog .recent-posts .recent-post-wrap {
	padding: 0 10px;
	padding: 0 2.5vw;
}

#before-footer-blog .recent-posts .recent-post-wrap:nth-child(2) {
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
}

#before-footer-blog .recent-posts .recentPostThumb {
	height: 255px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin-bottom: 20px;
}

#before-footer-blog .post-title {
	font-size: 25px;
	font-size: 1.2vw;
	margin-bottom: 20px;
}

#before-footer-blog .rmore {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #231f20;
	padding: 15px 40px;
	margin-top: 2vw;
	margin-bottom: 10px;
	font-size: 1vw;
}

#before-footer-blog .rmore:hover {
	color: #edd389;
}

.bluebg {
	background: #231f20;
}

.top-contact {
	border-bottom: 1px solid #fff;
}

.top-contact,
.bottom-contact {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	color: #fff;
	line-height: 1.3;
	align-items: flex-end;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.bottom-contact {
	padding-bottom: 0;
	margin-bottom: 0;
}

.contact-wrap {
	width: 420px;
}

.social img {
	display: inline-block;
	vertical-align: middle;
}

.social a:not(:first-of-type) > img {
	margin-left: 20px;
}

.top-contact .phone > a {
	color: #edd389;
	font-size: 2.6vw;
}

.meet-attorney-sidebar img.profile {
	width: 100%;
	display: block;
	margin: auto;
}

.meet-attorney-sidebar .attorney-name {
	text-align: center;
	text-decoration: underline;
	color: #231f20;
	font-size: 25px;
}

.meet-attorney-sidebar p {
	margin-bottom: 20px;
}

.meet-attorney-sidebar .widgettitle {
	display: none;
}

.meet-attorney-sidebar .rivas-social {
	text-align: center;
}

.meet-attorney-sidebar .rivas-social img {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 8px;
}

.hide {
	display: none;
}

.spacing {
	padding: 50px 60px;
}

.sidebar .widget.sidebar-form,
.entry .gform_wrapper {
	background-color: #231f20;
	padding: 20px;
	padding-right: 2px;
}

.sidebar .widget.sidebar-form {
	margin: 0 40px;
	padding: 20px;
	padding-right: 20px;
}

.sidebar .sidebar-form li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .sidebar-form .widgettitle,
.entry .gform_wrapper h3.gform_title {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

.sidebar .sidebar-form .gform_wrapper .top_label li.gfield.gf_left_half,
.sidebar .sidebar-form .gform_wrapper .top_label li.gfield.gf_right_half {
	margin-top: 0 !important;
}

.sidebar .sidebar-form .gform_wrapper ul li.gfield {
	padding-top: 0 !important;
}

.sidebar
	.sidebar-form
	.gform_wrapper
	.field_sublabel_hidden_label
	.ginput_complex.ginput_container
	input[type="text"] {
	margin-bottom: 0 !important;
}

.sidebar .sidebar-form .gform_wrapper input,
.sidebar .sidebar-form .gform_wrapper textarea {
	background-color: #eee;
	color: #478f8e;
	border: none;
	border-bottom: 4px solid #fff;
	padding: 10px 5px !important;
}

.sidebar .sidebar-form .gform_wrapper .gform_footer input.button {
	margin: auto;
	display: block;
	padding: 12px 60px !important;

	background-color: #edd389;
	color: #478f8e;
	border: 1px solid #fff;
	font-family: futurabt_heavy;
}

.social-sidebar img {
	padding: 10px;
	width: 80px;
	height: 80px;
}

.schema-faq-answer {
	display: none !important;
}

.schema-faq-answer.show {
	display: block !important;
	font-size: 18px;
}

.schema-faq-section::after {
	display: block;
	content: "";
	width: 95%;
	margin: auto;
	border-bottom: 1px solid #bfc3c2;
}

.schema-faq-question {
	display: block;
	font-family: futurastd_bold, sans-serif;
	font-size: 18px;
	font-weight: 800;
	padding: 10px 0;
	cursor: pointer;
}

.schema-faq-section .schema-faq-question::after {
	content: "\f347";
	font-family: "dashicons";
	float: right;
}

.schema-faq-section.show .schema-faq-question::after {
	content: "\f343";
	font-family: "dashicons";
	float: right;
}

.gform_wrapper .gform_footer {
	text-align: center;
}

.entry
	.gform_wrapper
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
		[type="button"]
	):not([type="image"]):not([type="file"]) {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-embed {
	max-width: 70% !important;
}

.wp-block-button .wp-block-button__link:hover {
    color: #FFF;
}
.pat-wrap{
	background:#eeeeee;
	padding: 25px;
	margin-bottom: 20px;
}

.pat-wrap.open{
	background:#231f20;
}

.pat-wrap.open .pat-title a:hover {
	color: #FFF;
}

.pat-wrap .pat-content{display:none;}
.pat-wrap.open .pat-content{
	display:block; 
	color:#FFF;
	padding-top:10px;
}
.pat-wrap .pat-title{
	position: relative;
}

.pat-wrap .pat-title .dashicons{
	position:absolute;
	right: 0;
	font-size: 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.pat-wrap .pat-title,
.pat-wrap .pat-title a{
	color:#333333;
}
.pat-wrap.open .pat-title{color:#FFF;}
.pat-wrap.open .pat-title a{
	color:#edd389;
}


.pat-wrap .pat-title a{
	text-decoration: underline; 
	font-size: 26px; 
/*	font-family: futurastd_bold, sans-serif;*/
	font-family: "Cinzel", serif;
  	font-weight: 600;
}
.uppercase{text-transform: uppercase;}
.case-results-banner-button {
    color: #333333;
    font-family: futurastd_book;
    font-size: 14px;
    padding: 8px 30px !important;
	text-decoration: none;
}

#areas-we-serve{
	background:url(images/areas-we-serve-bg.jpg) no-repeat;
	background-size:cover;
	background-position: top center;
}

#areas-we-serve .title{
	font-size:50px;
	margin-bottom:18px;
}

#areas-we-serve .title > span {
    display: block;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #f8f8f8;
    height: 2px;
    width: 45%;
    margin: auto;
}

#areas-we-serve .area-list{text-align: center;text-transform: uppercase;}

#areas-we-serve .area-list li{
	display: inline-block;
}

#areas-we-serve .area-list li a,
#areas-we-serve .area-list li span{
	color:#231f20;
	font-family: futurabt_heavy;
}

#areas-we-serve .area-list li a:hover{
	text-decoration: underline;
}

#areas-we-serve .area-list li span {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
	font-family: futurastd_bold;
}

.social a {
	display: inline-block;
	background: #edd389;
	margin: 5px 10px;
	border-radius: 50px;
	padding: 10px;
}
.social a > span.dashicons {
	text-decoration: none;
	color: #231f20;
	font-size: 40px;
	width: 40px;
	height: 40px;
}

@media only screen and (min-width: 1921px) {
	body{font-size: 18px;}
}
@media only screen and (min-width: 1920px) {
	
	div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 49.9% !important;
	}
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:1587px){
	.pat-wrap .pat-title a{
		font-size: 20px;
	}

	.pat-wrap .pat-title .dashicons{
		font-size: 30px;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	body {
		font-size: 1.5vw;
	}

	.spacing {
		padding: 20px;
	}

	.top-contact,
	.bottom-contact {
		width: 100%;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		float: none;
		width: 100%;
		flex: none;
	}

	.content-sidebar-wrap {
		display: block;
	}

	.sidebar {
		width: 100%;
	}

	.entry-title {
		font-size: 2.8vw;
	}

	.nav-secondary,
	#rivas-header-spacer {
		display: none;
	}

	.site-footer {
		margin-bottom: 0;
	}

	.bottom-contact {
		font-size: 2vw;
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 4.6vw;
		line-height: 1.3;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.3;
		margin: 0 0 20px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 18px;
	}

	.mobile {
		display: block;
	}

	.wp-block-columns.column-mobile-no-gap {
		gap: 0;
	}

	.desktop,
	.nav-secondary {
		display: none;
	}

	.wp-block-columns .wp-block-column figure.wp-block-image,
	.wp-block-columns .wp-block-column h4.attorney-name {
		display: block;
	}

	.site-inner,
	.wrap,
	.content-container {
		max-width: none;
		min-width: 0;
		width: 100%;
		padding: 0 15px;
		overflow: hidden;
	}

	.site-header .wrap {
		padding: 0px;
		width: 100%;
	}

	.entry {
		padding: 0px;
		padding-top: 20px;
	}

	.entry-title {
		/* font-size:30px; */
		font-size: 20px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.blog-sidebar,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
		min-width: 0;
	}

	.site-header,
	.site-container {
		min-width: 0;
	}

	.title-area {
		padding-bottom: 0px;
	}

	.site-header .widget-area {
		margin-top: 0px;
		text-align: center;
	}

	.header-image .site-title > a {
		width: 100%;
		height: 80px;
		margin-left: 0px;
		background-size: auto 80px !important;
		background-position: center top !important;
	}

	.content-container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.genesis-nav-menu {
		text-align: center;
	}

	.nav-primary li {
		border: 0;
	}

	.genesis-nav-menu a {
		padding: 10px;
	}

	.footer-container .menu li {
		padding: 10px;
	}

	.footer-container .menu-primary-menu-container {
		width: 100%;
	}

	.home-heading h2 {
		font-size: 25px;
	}

	.home-heading h2.bolder {
		font-size: 30px;
	}

	#before-footer .wrap {
		padding: 10vw 0;
	}

	#before-footer .form-title {
		padding: 0 11vw;
	}

	#before-footer .form-sub-title {
		font-size: 7vw;
		padding: 0;
	}

	#before-footer .form-sub-title::after {
		width: 100%;
	}

	#before-footer .gform_wrapper {
		width: 95%;
	}

	#before-footer .ginput_complex > span {
		margin-bottom: 8px;
	}

	#before-footer .gform_wrapper ul li.gfield {
		margin-top: 8px;
	}

	#before-footer .gform_wrapper input[type="text"],
	#before-footer .gform_wrapper textarea {
		padding-top: 25px;
		font-size: 18px;
	}

	#before-footer .gform_wrapper .gform_footer {
		padding: 10px 0;
		margin: 0;
	}

	#before-footer input[type="submit"] {
		width: 100%;
		font-size: 8vw;
		padding: 8px 0;
	}

	#before-footer .form-title,
	#before-footer-blog .title {
		font-size: 8vw;
	}

	#before-footer-blog .post-title,
	#before-footer-blog .rmore,
	.contact-wrap {
		font-size: 5vw;
	}

	.contact-wrap a {
		color: #fff;
		text-decoration: none;
	}

	#before-footer-blog .wrap.spacing {
		padding: 10vw 0;
	}

	#before-footer-blog .recent-posts {
		display: block;
	}

	.recent-post-wrap {
		text-align: center;
		margin-bottom: 20px;
	}

	#before-footer-blog .wrap.spacing {
		padding-bottom: unset;
	}

	#before-footer-blog .rmore {
		margin: 20px 0;
	}

	.top-contact,
	.bottom-contact,
	.contact-wrap {
		display: block;
		width: 100%;
	}

	.contact-wrap.desktop {
		display: none;
	}

	.contact-wrap {
		margin-bottom: 30px;
	}

	.top-contact .contact-wrap.social {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.footer-contacts .mobile.footer-logo {
		margin: 30px auto;
	}

	.top-contact .phone {
		margin-top: 30px;
		margin-bottom: 5px;
	}

	.top-contact .phone > a {
		font-size: 10vw;
	}

	.site-footer {
		padding: 20px 10px;
		font-size: 3.8vw;
		line-height: 1.4;
	}

	.content-sidebar-wrap {
		display: block;
	}

	.sidebar {
		padding: 0;
	}

	.sidebar .widget {
		padding: 20px 0px;
	}

	.sidebar .widget.sidebar-form,
	.entry .gform_wrapper {
		padding: 20px;
		margin: unset;
	}

	.meet-attorney-sidebar .rivas-social img {
		margin: 4px;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		float: none;
	}

	.site-inner
		.content-sidebar-wrap
		.content
		.post
		.entry-content
		.wp-block-image {
		display: flex;
		justify-content: center;
	}
	.site-inner
		.content-sidebar-wrap
		.content
		.post
		.entry-content
		.wp-block-image
		figure {
		margin: 0;
	}

	.site-inner .content-sidebar-wrap .content .post .entry-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.site-inner
		.content-sidebar-wrap
		.content
		.post
		.entry-content
		a.entry-image-link {
		display: flex;
		justify-content: center;
	}

	.site-inner
		.content-sidebar-wrap
		.content
		.post
		.entry-content
		.wp-block-image
		.alignright
		> figcaption {
		text-align: center;
	}
	.site-inner
		.content-sidebar-wrap
		.content
		.page
		.entry-content
		.wp-block-image {
		display: flex;
		justify-content: center;
	}
	.site-inner
		.content-sidebar-wrap
		.content
		.page
		.entry-content
		.wp-block-image
		figure {
		margin: 0;
	}
	#header-interior .wrap .interior-directory ul li {
		float: left;
	}

	.pat-wrap .pat-title {
		padding-right: 40px;
	}

	.pat-wrap .pat-title a{
		font-size: 18px;
	}

	.pat-wrap .pat-title .dashicons{
		font-size: 30px;
		width:30px;
		height: 30px;
	}

	#areas-we-serve .title{
		font-size: 40px;
	}

	#areas-we-serve .area-list{
		margin-bottom: 10px;
	}

	#areas-we-serve .title > span{
		width:100%;
	}
	#areas-we-serve{
		background:url(images/rivas-areas2-mobile.jpg) no-repeat;
		background-size: cover;
		padding: 50px 0;
	}
}

/** IPAD PORTRAIT ***/
@media only screen and (width: 768px) {
	body {
		font-size: 2.5vw;
	}

	#before-footer-blog .rmore {
		font-size: 1.8vw;
		padding: 12px 25px;
	}

	.top-contact .phone > a {
		font-size: 5vw;
	}

	.social a:last-child img {
		margin-top: 10px;
	}

	#before-footer input[type="submit"] {
		font-size: 2.5vw;
		width: 40%;
	}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 823px) and (orientation: landscape) {
	.top-contact .phone > a {
		font-size: 5vw;
	}

	#before-footer-blog .rmore {
		font-size: 1.8vw;
		padding: 12px 25px;
	}
}
