/*
	Theme Name: Chelsie Theme 2016
	Theme URI: http://my.studiopress.com/themes/genesis
	Description: Chelsie 2016 Theme Template
	Author: VA3 Thunderhead
	Author URI: http://www.studiopress.com/
	Version: 9.0.0
	Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # 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:.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:-.5em}sub{bottom:-.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:.35em .625em .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 {
    background-color: #f5f5f5;
    color: #333;
    font-family: sans-serif;
    font-size: 18px;
    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: #e5554e;
    text-decoration: none;
}

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: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* ## 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: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

.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: #e5554e;
    color: #fff;
}

.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;
    width: 1000px;
}

.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 */

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

.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;
}

.onehalftop {
	padding-top: 10px;
}

/* # 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;
}

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

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

.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.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 {
}

#home-practice-areas p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 3%;
    margin-top: 3%;
    color: #333;
    font-family: Lato,sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

.title-container p {
    color: #fff;
    font-size: 2rem !important;
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h2.body-text {
    font-size: 20px;
    color: #333;
    font-family: Lato,sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1.custom-title {
    font-size: 26px;
    color: #333;
    font-family: Lato,sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

/* # 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;
    min-height: 160px;
}

.site-header .wrap {
    padding: 40px 0;
}

.logo {
	color: #fff;
	font-size: 2.5rem;
}
/* ## 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.webp) 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: 16px;
    line-height: 1;
    width: 100%;
}

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

.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 30px 24px;
}

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

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .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: 40px;
    padding: 50px 60px;
}

.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;
}

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

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

.sidebar .widget {
    background-color: #fff;
    
    
}


/* # 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;
}

/*@import url("../genesis/style.css?version=1");*/

/**@import url("responsive.css?version=1");**/
/*@import url("grid.css?version=1.1");*/

/*Fonts*/

@font-face {
    font-family: HelveticaLTStd;
    src: url(fonts/HelveticaLTStd-Cond.otf);
    font-display: swap;
}

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

@font-face {
    font-family: HelveticaLTStd;
    src: url(fonts/HelveticaLTStd-Light.otf);
    font-weight: lighter;
    font-display: swap;
}

@font-face {
    font-family: HelveticaLTStdLight;
    src: url(fonts/HelveticaLTStd-Light.otf);
    font-display: swap;
}

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

@font-face {
    font-family: TrajanPro;
    src: url(fonts/TrajanPro-Regular.otf);
    font-display: swap;
}

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

@font-face {
    font-family: BebasRegular;
    src: url(fonts/BEBAS.TTF);
    font-display: swap;
}

@font-face {
    font-family: TangerineRegular;
    src: url(fonts/Tangerine_Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: TangerineBold;
    src: url(fonts/Tangerine_Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: GeorgiaRegular;
    src: url(fonts/Georgia_Regular.ttf);
    font-display: swap;
}

/*End Fonts*/

body {

    font-size: 14px;
}

* {
    /*border: 1px solid #000;*/
}

#header {
    padding: 0px;
}

.site-header {
    /*background: url("images/header.jpg.webp") transparent top center no-repeat;*/
    background:url('images/chelsie-background-original.jpg.webp') transparent top center no-repeat;
    background-size: cover;
    max-height: 560px;
    padding: 0px;
}

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

}

#front {

    float: right;
    width: 60%;
    height: 200px;
}

#front:after {
    content: '';
    clear: both;
}

#header-primary-nav .inner {
    max-width: 1238px;
    margin: auto;
    padding-top: 10px;
}

#header-main .inner {
    max-width: 1238px;
    margin: auto;
    background: url("images/garza.png.webp") no-repeat;
    height: 470px;
}

#header-internal-pages {
    max-height: 100px;
    min-height: 100px;
}



#header-internal-pages .inner {
    max-width: 1238px;
    margin: auto;

}

.title-container{
    display: table;
    width: 70%;
    height: 100px;

}

.title-container h1, 
.title-container h2,
.title-container h2 a,
.title-container h3
{

    color: #fff;
    font-size: 2rem !important;
    display: table-cell;
    vertical-align: middle;
}
.title-container h2 a{
color: #fff!important;
text-decoration:none;
}

#header-main .inner .contact, #header-internal-pages .inner .contact {
    padding-top: 4px;
}

#header-main .inner .contact a,
#header-internal-pages .inner .contact a {
    color: #fff;
    text-decoration: none;
    background-color: #8b1e41;
    padding: 11px 20px;
    font-size: 1rem;
    font-family: TrajanPro;
}

#cover {
    text-align: center;
    color: #fff;
    margin-top: 70px;
    line-height: 80px;
}

.cover-text-1 {
    font-size: 3.6rem;
    font-family: BebasRegular;
}

.cover-text-2 {
    font-size: 4.9rem;
    font-family: TangerineRegular;
    position: relative;
    left: -10px;
}

#cover a {
    color: #fff;
    text-decoration: none;
    background-color: #8b1e41;
    padding: 15px 30px;
    font-size: 17px;
    font-family: TrajanPro;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mobile {
    display: none;
}

.wrap {
    max-width: 960px;
}

#header-primary-nav {
    height: 90px;
    background: rgba(255, 255, 255, 0.1);
}

#logo {
    width: 35%;
    float: left
}

#nav-container {
    float: right;
    width: 65%;
    text-align: right;
    padding-top: 10px;
}

#nav-container:after {
    content: "";
    clear: both;
}

.genesis-nav-menu:after {
    clear: both;
}

.genesis-nav-menu .search input[type=submit],
.widget_search input[type=submit] {
    display:none;
}

#menu-main-menu .menu-item-has-children > a:after {
    color: #fff;
    content: ' ▾';
    position: relative;
    right: -4px;

}

.menu li > a:only-child:after {
    content: '';
}

.genesis-nav-menu .current-menu-item > a:after, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #FFF;
    content: ' ▾';
}

.genesis-nav-menu .current-menu-item > a:only-child:after {
    content: '';
}

.genesis-nav-menu .sub-menu {
    width: 270px;
}

.genesis-nav-menu .sub-menu li {

}

.genesis-nav-menu .sub-menu a,
.sub-menu a {
    /*
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    /*width: 200px;
    width:250px;	
    border-color: -moz-use-text-color #eee #eee;
    border-image: none;
    border-right: 1px solid #eee;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    */
    border: 0px;
    width: 250px;
    background: none;
}

.genesis-nav-menu .sub-menu li:hover {
    background-color: #8b1e41;
}

.genesis-nav-menu .sub-menu li a {
    padding-top: 5px;
    padding-bottom: 6px;
    border-bottom: 1px solid #4a4a4a !important;
    margin-left: 10px;
    margin-right: 10px;

}

.site-header .sub-menu {
    border-top: 0px;
    line-height: 19px;
    background-color: #000;
}

.genesis-nav-menu a, .genesis-nav-menu .sub-menu a {
    color: #fff;

    font-family: Arial;
    text-transform: uppercase;
    font-size: 11px;
}

.genesis-nav-menu a {
    display: block;
    padding: 15px 8px 15px 8px;
}

.genesis-nav-menu .sub-menu {
    margin-top: -4px;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .current-menu-item > a:after, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    /*color: #000 !important;*/
    color: #FFF;
    text-decoration: none;

}

.genesis-nav-menu li:hover {
    background-color: #000;
}

#banner, #inner-banner {

    -webkit-box-shadow: 0px 9px 5px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 9px 5px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 9px 5px -2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
}

#banner {
    height: 460px;
    background: url(images/banner.png.webp) center bottom no-repeat;
    background-size: cover;
}

#inner-banner {
    height: 132px;
    background: url(images/inner-banner.png.webp) center bottom no-repeat;
    background-size: cover;
}

#inner-banner h1 {
    font-family: TrajanPro;
    margin-top: 40px;
    margin-left: 20px;
}

#banner .widget_text {
    width: 700px;
    float: left;
    position: absolute;
}

#banner h1 {
    font-family: TrajanPro;

    font-size: 1.5rem;
    text-transform: uppercase;
}

#banner-sub {
    margin-top: 2px;
    width: 309px;
    height: 440px;
    float: right;
    background: url(images/banner-sub.png.webp) center top no-repeat;
}

#banner-text {
    margin: 40px 0px 45px 0px;
}

#content-sidebar-wrap {
    margin-top: 0px;

}

#inner .wrap,
.site-inner .wrap {
    background-color: #fff !important;
    position: relative;

}

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

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

/**Alignments*/
.text-right {
    text-align: right;
}

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

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

.after-content-contact {
    padding-top: 28px;
}

.after-content-contact .contact-link {
    color: #fff;
    background: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 16px 40px;
    font-family: HelveticaLTStdBold;
    text-decoration: none;
    font-size: 20px;
    text-wrap: none;
    white-space: nowrap;

}

.after-content-contact p {
    font-size: 13px;
    line-height: 17px;
    font-family: Arial;

}

.after-content-contact h2 {
    font-family: TrajanPro;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

#about-cover {
    min-height: 400px;
    /*background: url("images/about-cover.jpg.webp") no-repeat top left;*/
    background-repeat:no-repeat;
    background-position:top left;
    background-size: cover;
}

#about-cover .wrap {
    /*background: url("images/garza-about.png.webp") no-repeat top right;*/
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: top right;
}

.shadow {
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(22, 25, 15, 0.2), -12px 0 15px -4px rgba(22, 25, 15, 0.2);
}

.shadow .wrap {
    background-color: #FFF !important;
}

#three-widgets-container {
}

#three-col-widgets {
    background: #000;
    height: auto;
    padding: 13px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#three-col-widgets .inner {
    max-width: 1238px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#three-col-widgets .inner div {
    float: left;

    max-height: 200px;
    min-height: 200px;
    padding-top: 2px;

}

#three-col-widgets .black-widget {
    border: 1px solid #fff;
    width: 23.5%;
    margin: 0 5px;
    text-align: center;
    opacity: 1;
}

#three-col-widgets .black-widget img{
    width:256px !important;
    height:90px !important;
}

.black-widget-inner, .black-widget-inner .textwidget{
    width:100%;
}

#three-col-widgets .black-widget:hover {

    opacity: 0.5;
}

.mt-32{
    margin-top:32px !important;
}

.bio-social a{
    text-align:center;
}

.bio-social img{
    height:60px;
    display:inline-block;
    vertical-align:middle;
    margin:0 10px;
    margin-top:10px;
}

#three-col-widgets .black-widget h1 {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin: 5px 0px 12px 0px;
    font-family: HelveticaLTStd;
}
div#three-col-widgets .black-widget-inner .textwidget p {
	font-size: 1rem;
    color: #fff;
    text-align: center;
    margin: 5px 0px 12px 0px;
    font-family: HelveticaLTStd;
	font-weight: 400;
    line-height: 1.2;
}
/*#three-col-widgets .black-widget p {
    line-height: 19px;
    /*    margin:12px 0px 10px 0px;
    margin: 0px;
    font-size: .85em;
    font-family: Arial;
    color: #fff;
}*/
p.entry-title {
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 400;
}
p.pr_innertitle{
    font-family: TrajanPro;
    font-weight: bold;
    color: #000;
    font-size: 20px;
	line-height: 1.2;
    margin: 0 0 10px;
}
p.biotitle {
    font-family: TrajanPro;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #fff;
	font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

#three-col-widgets .black-widget .readmore {
    color: #e6efd9;
    font-family: BebasRegular;
    text-transform: uppercase;
    font-size: 0.9rem;
    text-decoration: none;

}

#content, .content {
    float: left;
    width: 60%;
    line-height: 1.2;
    text-align: justify;
    padding-left: 10px;
}

#content a,
.content a {
    font-size: 14px;
    color: #8b1e41;
    font-family: TrajanPro;
}

#sidebar,
.sidebar {
    float: right;
    width: 38%;
    /*    padding-right:25px;*/
    margin-right: 15px;
    margin-top: 0px;
}

#content .post {
    margin-top: 0px;
}

.entry-spacer {
    height: 150px
}

#after_content {
    min-height: 120px;
    background-color: #a2a6a7;
}


#sub-footer {
    background: url('images/sub-footer.jpg.webp');
    /*height:161px;*/
    /*    repeat-x;*/
    position: relative;
    z-index: 6;
    min-width: 1000px;
}

#before-footer-contact p {
    font-family: TrajanPro;
    font-size: 21px;
    margin-top: 15px;
    color: #FFF;
	font-weight: 400;
    line-height: 1.2;
    margin: 15px 0 10px;
}

#sub-footer-text {
    width: 70%;
    float: right;
    /*height:150px;*/
    color: #000;
}

#sub-footer-text hr {

}

#sub-footer-text .textwidget {
    color: #fff;
    /*font-size:.9rem;*/
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
}

#sub-footer-text .textwidget table {
    line-height: 18px;
}

#sub-footer-text .textwidget table tbody, #sub-footer-text .textwidget table td {
    border: 0px !important;
}

#sub-footer-text h1 {
    font-size: 1.3rem;
    font-family: TrajanPro;
    margin-top: 20px;

}

#crown-logo {
    background: url('images/ckg_crown_logo.png.webp') no-repeat top left;
    width: 196px;
    height: 129px;
    margin-top: 15px;
    margin-left: 15px;
    float: left
}

#footer,
.site-footer {
    background-color: #8b1e41 !important;
    height: 68px;
    width: 100%;
    padding-top: 25px;
}

#footer-text,
.site-footer #footer-text {
    color: #fff;
    width: 79%;
    float: left;
    /*font-size:0.75rem;*/
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    padding-top: 0px;
    text-align: left;
}

#footer-social-icons {
    text-align: right;
    float: right;
    width: 21%;
    padding-top: 0px;
    /*    padding-top:18px;*/
    margin-top: -10px;
}

#footer-social-icons img {
    width: 32px;
}

#footer-social-icons a {
    text-decoration: none;
}

@-moz-document url-prefix() { 
    @media (min-width:1200px) {
        #footer-text,
    .site-footer #footer-text {
        width: 81%;
        }
        #footer-social-icons {
            width: 19%;
            display: flex;
justify-content: space-between;
        }
      #footer-social-icons img {
            width: 28px;
        }
    }
}
#gform_widget-2, .gform_widget_custom {
    background-color: #a2a6a7 !important;
    width: 100%;
    height: auto !important;
    margin: auto auto 5px auto;
    padding-left: 10px !important;
    padding-right: 10px !important;

}

.gform_widget_custom {

}

#gform-widget-2 .widget-1 {
    height: 370px !important;
}

.gform_widget_custom hr {
    display: none;
}

.gform_wrapper {
    max-width: 100% !important;
}

#gform_widget-2 .widget-title,
.gform_widget_custom .widget-title {
    background: url('images/contact-form-title-bg.png.webp') bottom left !important;
    text-align: center;
    margin: auto !important;
    width: 230px;
    height: 64px;
    font-family: TrajanPro;
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
    position: relative;
    top:-20px;
}

#gform_widget-8{
    height:auto;
}

#gform_widget-2 li, .gform_widget_custom li {
    border: none;
    margin-bottom: 0px;
}

#gform_widget-2 .gform_button,
.gform_widget_custom .gform_button {
    background-color: #8b1e41 !important;
    width: 95% !important;
    margin: auto !important;
    height: 35px;
    padding: 5px;
    font-size: 1.1rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    text-transform: uppercase;
}

.gform_footer {
    text-align: center !important;

}

#gform_wrapper_1 {
    position: relative;
    top:-25px;
}

.gform_wrapper ul.gform_fields li.gfield{
    padding-right:0px !important;
    margin-top:0px !important;
}

.gform_wrapper.gf_browser_chrome .gform_body{
    width:100% !important;
}

.gform_wrapper .gform_footer{
    padding:0 !important;
    margin:0 !important;
}

#gform_fields_1 input[type="text"], #gform_fields_1 textarea {
    padding: 10px !important;
    /*font-size:.9rem;*/
    font-size: 14px;
    width: 100%
}

#gform_fields_1 textarea {
    height: 87px;
}

.entry-title, .blog-archive-container h3, .blog-archieve-title {
    font-family: TrajanPro;
    color: #8b1e41;
    font-size: 1.5rem !important;
    text-align:left;
}

.entry-title {

}

.entry-title a {
    font-family: TrajanPro;
    color: #7f0e3a !important;
    font-size: 1.5rem !important;
}

.entry-content {
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: lighter;
    text-align: justify;
    line-height: 26px;
}

.entry-content p {
    margin: 0px 0px 25px;
}

.custom-widget,
.attorney-profile-widget {
    background-color: #eeeeee !important;
    padding: 0px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    margin-bottom: 20px !important;
}

.attorney-profile-widget {
    background-color: #FFF !important;
    padding-bottom: 40px !important;
}

.attorney-social-widget {
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;

}

.attorney-social-widget h2 {
    text-align: center;
    display: block;
    border-bottom: 1px solid #bbbbbb;
    font-family: HelveticaLTStd;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.attorney-social-widget {
    text-align: center;

}

.attorney-social-widget a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.custom-widget .widget-wrap {
    border: 1px solid #d8d8d8;
    padding: 10px !important;
    margin: 10px !important;
    line-height: 1.2;

}

.custom-widget .widget-title {
    font-family: TrajanPro;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 10px;
    margin-top: 5px;

}

.custom-widget b, .custom-widget a {
    color: #8b1e41 !important;
}

.custom-widget a {
    text-decoration: underline
}

.profile-widget {
    background: #FFF;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.21);
    float: left;
    margin-right: 5px;
}

.entry {
    padding: 0px 15px 15px 0px;
}

.content .entry {
    background: none !important;
    background-color: transparent !important;
}

.post {

    padding-bottom: 5px;
    margin-bottom: 5px;
}

.body-contact-info {
    background-color: #a2a6a7;
    width: 100%;
    padding-bottom: 1px;

    color: #000
}

.body-contact-info .wrapper {
    padding: 25px 20px 25px 20px;
    float: left;
    width: 60%;

}

.body-contact-info h2 {
    font-family: TrajanPro;
    font-size: 1.7rem;
    color: #000
}

.body-contact-info p {
    margin: 0;
    font-family: Arial;
    /*font-size:.9rem;*/
    font-size: 14px;
    color: #000
}

#after-body-contact-info {
    width: 100%;
    margin: 0;
    padding: 0px 20px 0px 20px;
}

.body-contact-info a {
    background: #000;
    padding: 12px 35px 10px 35px;
    color: #fff;
    font-family: HelveticaLTStd;
    font-weight: bold;
    float: right;
    margin: 30px 40px 25px 20px;
    font-size: 1.4rem;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;

}

.bio {
    width: 90%;
    margin: auto;
    padding: 20px;
}

.bio h1 {
    color: #8b1e41;
    font-size: 1.4rem;
    font-family: TrajanPro;
}

.bio-photo {
    float: left;
    width: 40%;
}

.bio-photo img {
    padding: 9px;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}

.bio-text {
    padding-top: 70px;
}

.bio-text h2 {
    font-family: TrajanPro;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #fff;
}

/*.bio-text p {
    line-height: 23px;
    margin-bottom: 10px;
    font-weight: lighter;
    font-family: HelveticaLTStdLight;
    /*font-size:.95rem;
    font-size: 15px;
    color: #fff;
}*/

p.bio-txt {
    line-height: 23px;
    margin-bottom: 10px;
    font-weight: lighter;
    font-family: HelveticaLTStdLight;
    /*font-size:.95rem;*/
    font-size: 15px;
    color: #fff;
}

.bio-text a, .bio-sidebar a {
    text-transform: uppercase;
    font-size: 14px;
    background: #8b1e41;
    color: #fff;
    padding: 8px 25px;
    font-family: TrajanPro;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

}

.read_full_bio {
    font-size: 12px;
    font-family: "Trajan Pro";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    -moz-transform: matrix(1.4040404040404, 0, 0, 1.40909090909091, 0, 0);
    -webkit-transform: matrix(1.4040404040404, 0, 0, 1.40909090909091, 0, 0);
    -ms-transform: matrix(1.4040404040404, 0, 0, 1.40909090909091, 0, 0);
    position: absolute;
    left: 375.838px;
    top: 2198.3px;
    z-index: 64;
}

.bio-sidebar {
    background: url("images/bio-sidebar.png.webp") no-repeat top right;
    background-size: cover;
    padding: 20px 25px 25px 25px !important;
    color: #fff;
    font-family: HelveticaLTStdLight;
    font-size: 14px;
    line-height: 17px;
}

.bio-sidebar p {

}

.bio-sidebar .widget-title {
    text-align: center;
    color: #fff;
    font-family: TrajanPro;
    font-size: 1.4rem;
}

/**Bio page */
.bio-page .site-inner {
    width: 100% !important;
    max-width:none;
    margin: auto;
    padding: 40px 0px;
    border-top: 5px solid #000;
    background: url("images/bio-page-bg.jpg.webp") top right no-repeat;
    background-size: cover;
}

.bio-page .site-inner .content-sidebar-wrap {
    margin: auto;
    max-width: 960px;

}

.bio-page .site-inner .content {

    max-width: 65%;
    background: rgba(255, 255, 255, .5);
    padding: 40px 30px;

}

.bio-page .site-inner article {
    margin-bottom: 0px;
    padding-right: 0px;
    font-family: GeorgiaRegular, ArialaRegular;
}

.bio-page .site-inner .content article p {
    line-height: 22px !important;
    margin-bottom: 23px;

}

.bio-page-widgets {
    margin-bottom: 10px;
}

.bio-page-widgets p {
    line-height: 27px;
    font-family: HelveticaLTStd;
    font-size: 1rem;

}

.bio-page-widgets .name {
    font-family: TrajanPro;
    color: #8b1e41;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.bio-page-widgets hr {
    border: 1px solid #8c8e8f;
    margin: 10px 0 15px 0px;
}

.bio-page-widgets a {
    text-decoration: none;
}

.bio-page-widgets h1 {
    font-family: TangerineBold;
    margin-bottom: 0px;
    color: #000;
    font-size: 3rem;
}

#bio-other-info {
    background-color: #fff;
    width: 100%;
    padding: 50px 0px;
}

#bio-other-info:after {
    content: " ";
    clear: both;
}

#bio-other-info .collapseomatic {
    background-color: #8b1e41;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: helvetica, arial;
    width: 100%;
    font-weight: bold;
}

#bio-other-info .collapseomatic i {
    float: right;
    margin-top: 4px;
}

#bio-other-info .collapseomatic i:after {
    content: "";
    clear: both;
}

#bio-other-info .collapseomatic_content {
    padding: 20px 0px 5px 0px;
    font-size: 15px;
    font-family: GeorgiaRegular, Arial;
}

#bio-other-info .collapseomatic_content h5 {
    font-family: GeorgiaRegular, Arial;
    font-size: 20px;
}

#bio-other-info .collapseomatic_content p {
    margin-bottom: 23px;
    line-height: 18px;
}

#bio-other-info .collapseomatic_content ul li {
    list-style: disc;
    padding-left: 20px;
    margin-left: 13px;
    margin-bottom: 10px;
    line-height: 20px;
}

.masonry-block {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

.masonry-block .item {
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}

/**End Bio page */

#before-footer-contact {
    background: #a2a6a7;
    padding: 15px 0px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-family: arial, sans-serif;
}

#before-footer-contact .footer-logo {

}

#before-footer-contact .sub-footer-text {
    border-left: 1px solid #c7c7c7;
    padding-left: 45px;
    margin-left: 20px;
}

#before-footer-contact h1 {
    font-family: TrajanPro;
    font-size: 21px;
    margin-top: 15px;
    color:#FFF;
}

.entry-post-info {
    background-color: #f1f1f1;
    padding: 7px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.entry-post-info, .entry-post-info a {
    font-family: Arial !important;
    /*font-size:.8rem !important;*/
    font-size: 11px !important;
}

.blog-featured-image {
    float: left;
    width: 187px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-exerpt .excerpt {
    line-height: 20px;
    text-align: justify;
    /*font-size:.9rem;*/
    font-size: 14px;
    font-family: Arial;
}

.page-numbers {
    font-size: 13px !important;
    display: inline-block;
    padding: 5px;
}

.blog-archive-container hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(230, 230, 230, 0.9);
    margin: 0px;

    margin-top: 20px;
    margin-bottom: 20px;
}

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

.one-fourth {
    float: left;
    margin-left: 2.564102564102564%;
    width: 23.076923076923077%;
}

.blog-exerpt {
    width: 100%;

}

.blog-read-more {

    font-family: Arial !important;
    font-size: .9rem !important;
}

.connect-with-us, #sidebar .widget_categories {
    background-color: #eeeeee !important;
    padding: 25px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100% !important;
}

.connect-with-us .widget_text {
    margin: 5px;
    text-align: center !important;
}

.connect-with-us .widget_text .textwidget {
    text-align: center;
}

.connect-with-us hr, .widget_categories hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(230, 230, 230, 0.9);
    margin: 0px;

    margin-bottom: 8px;
}

#sidebar .widget_categories {

}

.connect-with-us h1, .widget_categories h1 {
    font-size: 1.3rem;
    text-align: center;
    font-family: HelveticaLTStd;
    font-weight: bold;
}

.widget_categories li {
    border: 0px;
    margin-bottom: 0px;
    list-style-type: disc;
    color: #8b1e41;
    margin-left: 30px;
    font-family: Arial;
    padding-bottom:0;
}

.widget_categories a {
    color: #8b1e41;
    font-family: Arial;
    /*font-size:.9rem;*/
    font-size: 14px;
    text-decoration: none;
}

#footer-text a {
    color: #999 !important;
}

#footer-text a:hover {
    color: #fff !important;
}

.clear {
    clear: both;
}

#mobile-banner {
    display: none;
}

.default-widget {
    padding: 15px !important;
}

.default-widget .widgettitle {
    font-family: HelveticaLTStd !important;
    font-weight: bold;
    font-size: 18px !important;
    padding-bottom: 10px;
}

.social-links-blog {
    text-align: center;
}

.social-links-blog img {
   padding: 5px;
    vertical-align: middle;
    max-height: 48px;
    width: auto;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -30px 0 0 251px;
}

#mobile-menu, #mobile-cover, #mobile-bio-cover {
    display: none;
}

#mobile-menu-container {

    width: 100%;
    position: relative;
    z-index: 999;
    top: 0px;
    display: none;
    border: 3px solid #8b1e41;
    background: rgba(218, 218, 218, 1);
}

#mobile-menu-container a {
    color: #000;
    text-decoration: none;
}

#mobile-menu-container .sub-menu {
    background-color: transparent;
    line-height: 150%;
    margin-top: 0px;

}

#mobile-request-consultation {
    height: 50px;
    background-color: #8b1e41;
    text-align: center;
    display: none;
    font-size: 18px;
    padding-top: 8px;
}

#mobile-request-consultation a {
    color: #fff;
    text-decoration: none;
    font-family: TrajanPro;
}

.about-cover-internal {
    display: none;
}

.row-a {
    padding-right: 10px;
}

.row-b {
    padding-left: 10px;
}

nav {
    clear: both;
}

/* Navigation toggles
--------------------------------------------- */


.search{
	height:auto !important;
padding-bottom: 20px !important;
}



.search input{
padding:10px !important;
font-size:14px;
}

.sidebar-full-width{
    padding: 0px !important;
    background-color: transparent !important;
}

#home-practice-areas{
    background:#eeeeee;
    
    color:#000;
    font-family: 'Arial';
    font-size:16px;
    font-weight: 700;
    text-align: center;
    padding-top:70px;
    padding-bottom:40px;
}

#home-practice-areas h3{
    /*font-family:TrajanPro;*/
    font-size:32px;
    text-align:center;
    /*text-transform: uppercase;*/
    margin-bottom:3%;
	margin-top: 3%;
    
}

#home-practice-areas p{
    font-size:32px;
    text-align:center;
    margin-bottom:3%;
	margin-top: 3%;
	color: #333;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
    
}

p.widget-title.widgettitle {
    font-weight: 400;
    line-height: 1.2;
}

h2.practicetitle {
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 700;
    color: #000000;
	margin-top: 12px;
}
p.practicetitle {
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-top: 12px;
}
p.practicetitle {
    font-family: 'Arial' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-top: 12px !important;
}
#home-practice-areas .one-fourth{
    
    text-align:center;
    width: 19.5%;
    margin-left: 5%;
    height:100px;
    display:inline-block;
    float:none;
    vertical-align: top;
    margin-bottom:1%;
    padding-top:2%;
}

#home-practice-areas a{
    color:#000;
    text-decoration: none;
}

#home-practice-areas a.one-fourth:hover{
    text-decoration: underline;
}

#home-practice-areas img{
    display:inline-block;
    vertical-align: middle;
}

#home-practice-areas span{
    display:block;
}

.show_sticky{
    position:fixed;
    top:0;
    width:100%;
    background:#000;
}

#desktop-sticky .sub-menu{
    background:#000;
}

#desktop-sticky .sub-menu li{
    margin:0px;
    
}

#desktop-sticky .sub-menu li a{
    padding:10px;
}

.clear_both
{
    clear: both;
}

.list_style_type_none
{
    list-style-type: none;
}

body.home .entry-content ul>li.list_style_type_none {
    list-style: none !important;
}

body.home .gform_widget_custom .widget-title {
    background: unset !important;
}

body.home .gform_widget_custom .widget-title.lazy_load_contact_bg
{
    background: url('images/contact-form-title-bg.png.webp') bottom left !important;
}
.mobile-menu-button i.fa.fa-bars
{
    font-size: 30px;
    margin-top: 10px;
    color: #fff;

}
.custom_hide
{
    display: none;
    visibility: hidden;
}
body .gform_wrapper .top_label div.ginput_container
{
    margin-top: unset !important;
}
.gform_wrapper li.hidden_label input
{
    margin-top: 0 !important;
}
/*
    Media Queries
*/

@media only screen and (max-width: 991px) {
    #three-col-widgets .black-widget {
        width: 35%;
        margin: 5px;
    }
    .site-footer
    {
        height: 155px;
    }
    .site-footer .wrap
    {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }    

    
    #footer-social-icons
    {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }    
}
@media only screen and (max-width: 980px) {

    #content, .content {

        padding-left: 3%;
        padding-right: 3%;
    }

    #front {
        float: right;
        width: 70%;
        height: 200px;
    }

    .genesis-nav-menu .sub-menu {
        width: 180px;
    }

    .genesis-nav-menu .sub-menu a, .sub-menu a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        width: 160px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -30px 0 0 151px;
    }
}
@media only screen and (max-width: 959px) {
    #header-primary-nav .inner {
        max-width: 100%;
        padding-top: 10px;
    }

    #header-main .inner {
        max-width: 100%;
        margin: auto;
    }

    #header-internal-pages .inner {
        max-width: 100%;
        margin: auto;
    }

    .wrap {
        max-width: 100%;
    }

    .site-inner, .wrap {
        margin: 0 auto;
        max-width: 100%;
    }

    #three-col-widgets .inner {
        width: 100%;
        margin: auto;
    }

    .bio-page .site-inner .content-sidebar-wrap {
        margin: auto;
        max-width: 100%;
    }

    #footer, .site-footer {
        min-width: 100%;
    }

    #footer-social-icons {
        padding-right: 5px;
    }
}
@media only screen and (max-width: 945px) {
    #sidebar, .sidebar {
        width: 290px;
    }

    .bio-sidebar .textwidget {
        background: rgba(0, 0, 0, .4);
        padding: 5px;
        height: 365px;
    }

    .bio-page .site-inner .content {
        background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
        max-width: 100%;
        padding: 40px 30px;

    }

    .bio-page .site-inner {
        border-top: 5px solid #000;
        margin: 0;
        max-width: 100% !important;
        padding: 20px 10px;
    }

    #bio-other-info .collapseomatic {
        background-color: #8b1e41;
        color: #fff;
        font-family: helvetica, arial;
        font-size: 10px;
        font-weight: bold;
        padding: 9px 10px;
        text-transform: uppercase;
        width: 100%;
    }

    .bio-page .site-inner {
        max-width: 100% !important;
        margin: 0;
        padding: 40px 0px;
        border-top: 5px solid #000;
        background: none;
    }

    .bio-page .site-inner .content {
        background: transparent;
        max-width: 100%;
        padding: 0px 30px;
    }

    .bio-page-widgets .textwidget {
        text-align: center;
    }

    .bio-page .site-inner {
        border-top: 0;
    }

    #mobile-bio-cover {
        background: rgba(0, 0, 0, 0) url("images/about-cover.jpg.webp") no-repeat scroll center / cover;
        display: block;
        height: 590px;
    }

    #mobile-bio-cover .wrap {
        background: rgba(0, 0, 0, 0) url("images/garza-about-mobile.png.webp") no-repeat scroll center bottom;
        height: 590px;
    }

}
@media only screen and (min-width: 856px) {

    #nav-container {
        display: block !important;
    }

    #nav-container:after {
        content: "";
        clear: both;
    }
}

/*Mobile layout*/
@media only screen and (max-width: 855px) {
    #logo {
        display: block;
        width: 100%;
        text-align: center;
        float: none;

    }

    .site-inner{
        overflow:hidden;
    }

    .simple-sitemap-page,
    .simple-sitemap-post{
        margin-left:20px !important;
    }

    .simple-sitemap-page li,
    .simple-sitemap-post li{
        padding:10px 0;
        line-height:normal !important;
        text-align:left !important;
    }

    .simple-sitemap-page .children,
    .simple-sitemap-post .children{
        margin-left: 20px !important;
        padding: 10px 0;
    }

    .simple-sitemap-page li a,
    .simple-sitemap-post li a{
        font-family:'Arial';
        text-decoration:none;
    }

    #logo:after {
        content: "";
        clear: both;
    }

    #header-main .inner {
        background: rgba(0, 0, 0, 0) url("images/garza-mobile-compressed.png.webp") no-repeat scroll 0 0;
        background-size: contain;
        height: 250px;
        margin: auto;
        max-width: 100%;
    }

    #front .textwidget .contact,
    #front #cover a,
    #header-internal-pages .inner .contact a,
    #nav-container,
    .bio-sidebar {
        display: none;
    }

    #cover {
        margin-top: 30px;
        text-align: center;
        margin-right: 30px;
    }

    #front {
        width: 80%;
    }

    .cover-text-1 {

        font-size: 5.3rem;
    }

    .cover-text-2 {

        font-size: 7rem;
    }

    #mobile-menu {
        width: 100%;
        background-color: #8b1e41;
        height: 52px;
        display: block;
    }

    .mobile-menu-button {
        margin-right: 0px;
        float: right;
    }

    .mobile-menu-button:after {
        content: '';
        clear: both;
    }

    .mobile-menu-button:visited {
        border: 0;
    }

    .mobile-menu-button img {
        border-left: 1px solid #fff;
        margin-top: 8px;

    }

    #mobile-menu aside {
        width: 190px;
        float: left;
    }

    #mobile-menu .contact {
        padding: 8px 0px 0px 0px;

    }

    #mobile-menu .contact a {
        color: #fff;
        font-family: TrajanPro;
        text-decoration: none;
        font-size: 25px;
    }

    .black-widget-inner img {
        width: 98%;
    }

    #mobile-cover:before {
        content: '';
        clear: both;
    }

    #mobile-cover {
        height: 550px;
        max-height: 550px;
        display: block;
    }

    #header-primary-nav .inner {
        content: "";
        clear: both;
    }

    .content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
        display: block !important;
    }

    #content, .content {
        float: left;
        line-height: 1.2;
        padding-left: 3%;
        padding-right: 3%;
        text-align: justify;
        width: 100%;
    }

    .entry {
        padding: 0 0px 0px 0;
    }

    #sidebar, .sidebar {
        float: right;
        margin: 0;
        padding: 0 0;
        width: 100%;
    }

    #sidebar:after {
        clear: both;
        content: '';
    }

    #mobile-request-consultation {
        display: block;
    }

    #mobile-menu-container .genesis-nav-menu .sub-menu a, #mobile-menu-container .sub-menu a, #mobile-menu-container a {

        width: 100%;
    }

    #header-internal-pages .title-container {
        width: 100% !important;
        text-align: center;
    }

    .about-cover-internal {
        display: block;
    }

    /*Responsive menu*/
    .responsive-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 60px;
        font-size: 22px;
        border-bottom: #EDEDED solid 1px;
        border-left: #EDEDED solid 1px;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(245, 245, 245, 1);
        -moz-box-shadow: 0px 2px 2px 0px rgba(245, 245, 245, 1);
        box-shadow: 0px 2px 2px 0px rgba(245, 245, 245, 1);
        border-top: #EDEDED solid 1px;
        width: 320px;
        box-sizing: border-box;
        background: transparent;
    }

    .responsive-menu .menu-header {
        display: block;
    }

    .responsive-menu .menu-header ul {
        background: transparent;
        position: relative;
        display: block;
    }

    .responsive-menu .menu-header li {
        background: transparent;
        float: none;
        line-height: 55px;
        width: 100%;
        text-align: center;
        border-bottom: #EDEDED solid 1px;
        position: relative;
        padding: 0;
    }

    .responsive-menu .menu-header li:last-child {
        border-bottom: none;
    }

    .expand {
        display: block !important;
    }

    .responsive-menu .menu-header li .sub-menu {
        display: none;
        font-size: 16px;
    }

    .responsive-menu .menu-header li .sub-menu li {
        border-bottom: none;
        line-height: 35px;
    }

    .open-menu-link {
        display: none;
        position: absolute;
        right: 15px;
        top: 0;
        line-height: 55px;
        color: #989DA1;
        font-size: 30px;
        cursor: pointer;
    }

    .responsive-menu .menu-header li .visible {
        display: block;
    }

    #mobile-menu-container .sub-menu {
        border: 1px solid #EDEDED;

    }

}

@media only screen and (max-width: 803px) {

}

@media only screen and (max-width: 800px) {
    .site-inner, .wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sidebar .widget {
        padding: 40px;
    }

    .row-a, .row-b {
        padding: 0px;
    }

    .row-a {

    }

    .colapse-spacers {
        display: none;
    }

    #bio-other-info .collapseomatic {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {

    .after-content-contact .contact-link{
        padding:10px;
        font-size:18px;

    }

    .default-widget .widgettitle{
    	font-size:22px !important;
    }

    .entry-content{
    	text-align:left;
    }

    #gform_widget-2, .gform_widget_custom{
        height:465px !important;
    }

    #desktop-sticky{
        display:none !important;
    }

    #home-practice-areas .one-fourth{
        width:100%;
        margin-left:0;
        margin-bottom:5%;
    }

    .after-content-contact p {
        margin-bottom: 10px;
    }

    #after_content {
        background-color: #a2a6a7;
        min-height: none;
        text-align: center;
    }

    .after-content-contact p {

        font-size: 13px;
        line-height: 17px;
    }

    .after-content-contact h2 {

        font-size: 22px;
        font-weight: bold;
    }

    .bio-text h2 {
        text-align: center;
        font-size: 5rem;
    }

    .bio-text {
        padding: 60px 4% 0px 4%;
    }

    #before-footer-contact .sub-footer-text {
        border-left: 0px solid #c7c7c7;
        margin-left: 0px;
        padding-left: 3%;
        padding-right: 3%;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    #before-footer-contact .textwidget, #before-footer-contact h1 {
        text-align: center;
    }

    #before-footer-contact .textwidget .col-xs-12:first-child {
        margin-bottom: 15px;
    }

    #before-footer-contact .textwidget .col-xs-12:nth-child(2) br:nth-child(2) {
        margin-bottom: 15px;
    }

    #btn-read-full-bio {
        text-align: center;
        /*position: absolute;*/
        display:inline-block;
        /*top: 740px;*/
        margin-top:350px;
        width: 100%;
    }

    .bio-text a {
        font-size: 22px;
        padding: 17px 25px 12px 25px;
    }

    #before-footer-contact .footer-logo {
        text-align: center !important;
    }
    
    #footer-text,
    .site-footer #footer-text {
        width: 100%;
        float: none;
        display: block;
        padding: 0 10px;
        text-align: center;
        position: relative;
        top: 80px;
    }
    
    #footer-social-icons {
        text-align: center;
        float: none;
        width: 100%;
        padding: 0 10px;
        margin: 0 0 10px;
        display: block;
    }

    #footer-social-icons img {
        width: 40px;
    }

    #footer, .site-footer {
        background-color: #8b1e41 !important;
        height: 155px;
        padding-top: 25px;
        width: 100%;
    }

    .custom-widget, .attorney-profile-widget {
        background-color: #eeeeee !important;
        margin-bottom: 0px !important;
        /*padding: 1px 0 !important;*/
    }

    .sidebar .widget {
        margin-bottom: 0px;
    }

    #about-cover {
        /*background: rgba(0, 0, 0, 0) url("images/about-cover.jpg.webp") no-repeat scroll center / cover;*/
        background-position:center;
        background-size:cover;
        height: 740px !important;

    }

    #about-cover .wrap {
       /* background: rgba(0, 0, 0, 0) url("images/garza-about-mobile.png") no-repeat scroll center bottom;*/
       background-position: bottom center;
        height: 740px !important;
        width: 100%;
    }

    .site-header{
        background-image:url('images/header-mobile.jpg.webp');
        background-size: cover;
        background-position: center;
    }
    
    .site-footer .wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .site-footer .wrap #footer-text {
        order: 2;
        top: auto;
    }
    .site-footer .wrap #footer-social-icons {
        order: 1;
    }

}

@media only screen and (max-width: 750px) {
    #three-col-widgets {
        background: #000 none repeat scroll 0 0;
        padding: 2% 2%;
        width: 100%;

    }
/*
    #three-col-widgets .inner div {
        display: block;
        max-height: 200px;
        min-height: 200px;
        float: left

    }
*/
/*
    #three-col-widgets .black-widget {
        margin-bottom: 15px;
        width: 32%;
        text-align: center;
        margin-left: 1%;
    }
*/

}
@media only screen and (max-width: 720px) {
    .title-container h1 {
        font-size: 1.8rem !important;
    }
}


@media only screen and (max-width: 670px) {
    #cover {
        margin-top: 30px;
        text-align: center;
        margin-right: 0px;
    }

    #front {
        width: 75%;
    }

    .bio-text h2 {
        text-align: center;
        font-size: 4rem;
    }

    .bio-text {
        padding: 50px 4% 0px 4%;
    }

   .title-container h2 a{
   font-size: 2.3rem !important;
	text-align:center
   }
}

@media only screen and (max-width: 616px) {
    .cover-text-1 {
        line-height: 10px;
        font-size: 4.8rem;
    }

    .cover-text-2 {
        font-size: 5.7rem;
        line-height: 10px;
    }

    #cover {
        line-height: 54px;
    }

    #front {
        width: 60%;
        margin: 3%;
    }
}

@media only screen and (max-width: 600px) {
    #three-col-widgets {
        background: #000 none repeat scroll 0 0;
        padding: 2% 2%;
        width: 100%;
        height: auto;
    }
    #three-col-widgets .inner div {
        display: block;
        max-height: 100%;
        min-height: 100%;
        float: none;
        max-width: 350px;
        margin: 10px auto;
        padding: 1px 0;
    }
    #three-col-widgets .black-widget {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        margin-left: 1%;
    }
    .black-widget-inner img {
        width: auto;
    }
    .bio-text h2 {
        text-align: center;
        font-size: 3rem;
    }
    .bio-text {
        padding: 50px 4% 0px 4%;
    }
}

@media only screen and (max-width: 583px) {

}

@media only screen and (max-width: 490px) {
    #front {
        width: 70%;
    }

    img.alignright{
        float: none;
    	text-align: center;
	margin:8px auto;
	display:block;
    }
}

@media only screen and (max-width: 455px) {
    .cover-text-1 {
        line-height: 10px;
        font-size: 2.5rem;
    }

    .cover-text-2 {
        font-size: 3.2rem;
        line-height: 10px;
    }

    #front {
        width: 65%;
    }

}

@media only screen and (max-width: 430px) {
    #mobile-menu .contact {
        padding: 10px 0px 0px 2px;

    }

    .bio-text p {
        line-height: 17px;

    }

    .title-container h1 {
        font-size: 1.8rem !important;
    }
}

@media only screen and (max-width: 395px) {
    .cover-text-1 {
        line-height: 10px;
        font-size: 1.8rem;
    }

    .cover-text-2 {
        font-size: 3rem;
        line-height: 10px;
    }

    #front {
        width: 45%;
        margin-right: 20px;
    }

    #cover {
        line-height: 40px;
    }

    .bio-text {
        padding: 20px 4% 0px 4%;
    }

}

@media only screen and (max-width: 355px) {
    .title-container h1 {
        font-size: 1.6rem !important;
    }

    .after-content-contact .contact-link{
        font-size:15px;
    }

    .after-content-contact h2{
        font-size:16px;
    }

    .after-content-contact p{
        font-size:12px;
    }
}


@media only screen and (max-width: 300px) {
    #mobile-menu .contact a {
        font-size: 17px;
    }

    #mobile-menu aside {
        width: 130px;
        float: left;
    }
}

@media only screen and (max-width: 310px) {
    .cover-text-1 {
        line-height: 10px;
        font-size: 2rem;
    }

    .cover-text-2 {
        font-size: 3.2rem;
        line-height: 10px;
    }

    #cover {
        line-height: 45px;
    }
}

@media only screen and (max-width: 245px) {

    #mobile-menu aside {
        display: none;
    }ss
}

.hidesec {
	display: none;
}

img.caticons {
    height: 58px;
}

.chelsiegarzalaw_none
{
    display:none !important;
    visibility:hidden !important;
}

.chelsiegarzalaw_list_style_none
{
    list-style-type: none !important;
}

.chelsiegarzalaw_text_center
{
    text-align: center !important;
}

.chelsiegarzalaw_pt10
{
    padding-top: 10px !important;
}

.chelsiegarzalaw_fsize20
{
    font-size: 20px !important;
}

.chelsiegarzalaw_mt14
{
    margin-top: 14px !important;
}

#about-cover.lazyload_about
{
    background-image: url(/wp-content/themes/chelsie_2016/images/about-cover.jpg.webp) !important;
}

.seoby_wrapper {
    display: grid;
    grid-template-columns: 59% 20%;
    justify-content: space-around;
    align-items: center;
    grid-gap: 11px;
	  margin: 20px 0;
}

.seoby_wrapper div
{
	text-align:center;
}
.seoby_wrapper p
{
	margin:0 !important;
}
@media only screen and (max-width: 768px) {
	.seoby_wrapper 
	{
		grid-template-columns: 100%;
		padding:25px;
	}
	.seoby_wrapper img
	{
		height:auto;
		width:60%;
	}
}