/*
Theme Name: ZOLA ADVANCED
Theme URI: http://bootstrapfour.hyprtxt.com/
Author: Zola Creative
Author URI: https://zolacreative.com
Version: 0.2.3
License: MIT
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: zola-advanced
*/
body, html {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

h3 a, .h3 a {
  color:#b30909!important;
}

.phone_mobile {
  display:none;
}

.atty-page .atty_detail {
  margin-top: -200px;
  margin-bottom: 45px;
}

.footer-text {
  text-align: right;
}
body.home {
  padding-top: 145px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu {
  top:34px;
}

.tickets .h1 {
  text-align: center;
}
.tickets-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tickets-grid a {
  display: inline-block;
  width: 50%;
	max-width: 255px;
}
.tickets-grid div {
  background-color: #994c26;
  position: relative;
  overflow: hidden;
}
.tickets-grid img {
  width: 100%;
  height: auto;
  min-width: 255px;
  max-width: 255px;
  max-height: 143px;
  object-fit: cover;
  transition: all .3s;
  opacity: .50;
  mix-blend-mode: soft-light;
}

@media (min-width: 768px) {
.tickets-grid img {
  width: auto
}
}

.tickets-grid span {
  top: 50%;
  text-transform: uppercase;
  left: 0;
  padding: 0 15px;
  width: 100%;
  position: absolute;
  line-height: 1.2;
  font-size: 16px;
  text-shadow: 1px 1px 2px rgba(0,0,0,.55);
  text-align: center;
  color: #fff;
  margin: 0 auto;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
.tickets-grid span {
  font-size: 21px;
}
.tickets-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.tickets-grid a {
  display: inline-block;
  margin: 15px;
  width: auto;
}
}

.tickets-grid a * {
	transition: all 0.3s ease-in-out;
}

.tickets-grid a:hover div,
.tickets-grid a:focus div {
  background-color: #ffd70d;
}
.tickets-grid a:hover img,
.tickets-grid a:focus img {
  opacity: .125;
	filter: brightness(150%);
  mix-blend-mode: normal;
}
.tickets-grid a:hover span,
.tickets-grid a:focus span {
	color: #000;
	text-shadow: none;
}

#image-head {
  background-repeat: no-repeat!important;
  transition: all .3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  z-index: 2;
	background: #000;
}



.main-container header {
  padding: 0;
  padding-top: 0;
  height: auto;
}
.blog article {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-bottom: 15px;
}
.blog article:first-child {
  border: 0;
  padding-top: 0;
}
.blog .entry-title.display-1 {
  margin-bottom: 10px;
}
.blog article footer {
  display: none;
}
header.entry-header {
  display: block;
  width: 100%;
  clear: both;
}

@media (min-width: 768px) {
.default-page .col-lg-9, .blog .main-container .col-lg-9 {
  padding-right: 40px;
}
}
li { margin-bottom: .25em; }
li:last-child { margin-bottom: 0; }
aside .display-1, aside .h1, aside h1, aside .display-2, aside .h2, aside h2, aside .display-3, aside .h3, aside h3, aside .display-4, aside .h4, aside h4, aside .display-5, aside .h5, aside h5, aside .display-6, aside .h6, aside h6 {
  font-size: 28px;
  line-height: 36px;
}
.widget_get-started ul li:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f101';
  color: #f69437;
  font-size: 32px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  margin: 0px 10px 0 -30px;
  top: 4px;
}
.widget_get-started ul li {
  list-style-type: none!important;
  padding-left: 10px!important;
}
ul.subpage-list li {
  font-weight: 500;
  color: inherit;
  padding-bottom: 10px;
}

/* textarea */
grammarly-ghost,
textarea {transition: none!important;}


p {
  word-break: break-word;
}
/* GLOBAL FOMR & BUTTON STYLING */
.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small, .gform_wrapper select, .gform_wrapper textarea {
  background: transparent;
  border: 1px solid #d5d5d5;
  color: #b30909;
}
.gform_wrapper input.large:focus, .gform_wrapper input.medium:focus, .gform_wrapper input.small:focus, .gform_wrapper select.large:focus, .gform_wrapper select.medium:focus, .gform_wrapper select.small:focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus, .gform_wrapper input.large:active, .gform_wrapper input.medium:active, .gform_wrapper input.small:active, .gform_wrapper select.large:active, .gform_wrapper select.medium:active, .gform_wrapper select.small:active, .gform_wrapper select:active, .gform_wrapper textarea:active {
  background: #fefefe;
  border: 1px solid #f69437;
  color: #b30909;
}
.btn, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus,  .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #ffd70d;
  color: #282828;
  text-transform: uppercase;
  font-weight: 500;
  display: block!important;
  width: 100%!important;
  padding: 1em;
  line-height: 1;
  border: 0;
  font-size: 18px!important;
  outline: none;
  border-radius: 0;
  transition: all .3s;
}
.btn:hover, 
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.btn:focus, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  background: #f69437;
  color: #222;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
footer .gmap-icon {
  float: right;
  max-width: 65px;
  position: relative;
  bottom: 4em;
  right: 5em;
}
.slogan__social-link-container {
  visibility: hidden!important;
}
#collapseOne .card-body li.page_item, #collapseOne .card-body .child-thumb {
  list-style-type: none;
  font-weight: 400;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.copyright span a {
  color: #f69437
}
.copyright span a:hover,
.copyright span a:focus {
  color: #fff;
}
body.logged-in.admin-bar {
  margin-top: -45px;
}
.edit-link {
  display: none;
}
article .feat-image {
  margin-bottom: 1em;
}
article .feat-image img {
  width: 100%;
}
article .feat-image:hover,
article .feat-image:focus {
  opacity: .85;
  cursor: pointer;
}
.container-fluid.no-padding {
  text-align: center;
  position: relative;
}
.btn-link.collapsed {
  font-weight: 400!important;
}
.btn-link {
  font-weight: 500!important;
}
:any-link:hover {
 text-decoration: none;
}
/* PRACTICE AREA PARENTS  */
.panel-heading.fa-298, .panel-heading.fa-364, .panel-heading.fa-297, .panel-heading.fa-386, .panel-heading.fa-296, .panel-heading.fa-381, .panel-heading.fa-299, .panel-heading.fa-390 {
  background: transparent;
}
.panel-heading.fa-298 span, .panel-heading.fa-364 span, .panel-heading.fa-297 span, .panel-heading.fa-386 span, .panel-heading.fa-296 span, .panel-heading.fa-381 span, .panel-heading.fa-299 span, .panel-heading.fa-390 span {
  color: #222222;
}
.panel-body:hover,
.panel-body:focus {
  color: #fff;
}
.title-line {
  width: 100px;
  height: 5px;
  background: #e6e49a;
  margin: 0 auto;
  position: absolute;
  height: 10px;
  left: 10px;
  bottom: 10px;
}
.container.hero {
  max-width: 60%;
}
/* CUSTOM BREADCRUMBS */
.bcrumbs {
  background: #ffd70d;
}
.breadcrumbs {
	font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
}
.breadcrumbs span a {
  color: #000;
}
.breadcrumbs a.current-item {
  color: #b30909;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
#breadcrumbs li {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 14px;
}
#breadcrumbs .separator {
  font-size: 12px;
  font-weight: 100;
  color: #ccc;
}
/* FIRM DETAILS STYLING */

footer .detail_local_name {
  color: #f9ffb2;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
}
footer span.detail_ph_number a {
}
.contact .detail_ph_number {
  color: #f69437;
  font-weight: 500;
}
.contact .detail_local_name {
  color: rgba(7, 67, 88, 0.9);
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
}
/* * * * * * * * * * * * * * *
 * WordPress Content Classes
 * * * * * * * * * * * * * * */
img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.alignright {
  display: inline;
  float: right;
  margin: 0.4rem 0 1.6rem 1.6rem;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0.4rem 1.6rem 1.6rem 0;
}
.aligncenter {
  display: block;
  margin: 0.4rem auto 1.6rem auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.sticky {
  background: #f7f7f9;
  padding: 1rem;
}
.bypostauthor {
  background: #f7f7f9;
  padding: 0.5rem;
}
.gallery-caption {
  font-weight: bold;
}
/* Text meant only for screen readers */
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
body > nav.navbar {
  border-radius: 0;
}
.main-container {
  border-radius: .25rem;
  background: white;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.widget {
  margin-bottom: 2rem;
}
.post {
  margin-bottom: 2rem;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

b, strong {
  font-weight: 500;
}
img {
  border: 0;
}
a {
  color: #b30909;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a[href*="tel:"] {
  text-decoration: none;
}
a:before, a:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #d04708;
}

#primary a:hover {
	text-decoration: underline !important;
}
a:focus  {
	outline: 3px dotted #b30909;
}
.cta-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
.cta-link--first {
  margin-right: 24px;
}
.cta-link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #e6e49a;
  margin-left: 6px;
}
.cta-link:hover ,
.cta-link:focus {
  text-decoration: none;
}
.children ul {
  padding-left: 0;
}
.widget_categories .children li {
  margin: 1em auto;
}
.widget_categories .children li a {
  color: #f69437
}
.widget_categories ul {
  padding-left: 0;
  list-style-type: none;
}
.cat-item-1 > a {
  display: none;
}
.children .cat-item {
  width: 100%;
  display: block;
}
.pagination .btn {
  margin: 0 10px;
}
.pagination .btn a {
  color: #fff;
}
.post .entry-header .display-5 {
  padding-right: 2em;
  display: block;
}
/* FOCUS AREAS */
.col-lg-3 #accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
.card-header {
  background: transparent;
  padding: 0;
  border-bottom: 0;
  border-bottom: 1px solid #b30909;
}
.card {
  border: 0;
  border-radius: 0;
  border-bottom: 0;
}
.btn-link .chevron:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 12px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
  top: 30px;
}
.btn-link.collapsed .chevron:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-style: normal;
  font-weight: 300;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #b30909;
  font-size: 12px;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 30px;
}
.card-body {
  padding: 0 1.25rem 1.25rem;
}
/*Headline Formatting*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, aside .heading, .h5, .h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #b30909;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
}
.display-1, .h1, h1 {
  font-size: 54px;
  line-height: 54px;
  text-transform: uppercase;
}
.entry-title.display-1 {
  font-size: 36px;
  line-height: 40px;
}
.display-2, .h2, h2 {
  font-size: 40px;
  line-height: 48px;
}
.display-3, .h3, h3 {
  font-size: 36px;
  line-height: 40px;
}
.display-4, .h4, h4, aside .heading {
  font-size: 32px;
  line-height: 36px;
}
.display-5, .h5, h5 {
  font-size: 28px;
  line-height: 32px;
}
.section__subtitle.h3.case_indicator {
  font-size: 22px;
  display: block;
  color: #b30909;
}
.display-6, .h6, h6 {
  font-size: 24px;
}

/*******************/

@media (min-width: 768px) {
.inside_title .title_text {
  max-width: 640px;
  word-wrap: break-word;
  margin: 0;
  position: relative;
  color: #ffd70d;
  line-height: 1.3;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0px 3px 7px #000;
}
.slogan {
  background: #255f69 url(css/images/background.jpg) center top no-repeat;
}
}

@media (min-width: 1200px) {
.nav__link {
  font-size: 18px;
}
}
/**********************/

aside .gmap iframe {
  max-width: 280px;
  width: 100%;
  margin: 1em auto;
}
aside .detail_block {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  margin: 1em auto;
  padding-bottom: 10px;
}
/* CONTACT PAGE */

aside .gmap_direct {
  position: relative;
  bottom: 0;
}
.contact .detail_block {
  padding-left: 15px;
}
.atty_detail .h4 {
  font-size: 22px;
  line-height: 1.5;
}
.member .atty_detail {
  display: block;
  top: 2em;
  position: relative;
  width: 75%;
  padding: 1em;
}
/* ARCHIVE ATTORNEY */

.member {
  padding: 0;
  background: #074358;
}
.member .team-detail {
  text-align: center;
}
.member .team-detail h3 {
  color: #222222;
}
.team-bio-pic, .team-detail {
  width: 50%;
  float: left;
  position: relative;
}
.team-bio-pic {
  max-width: 285px;
  height: auto;
  overflow: hidden;
}
.team-bio-pic:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-right: solid 2em #074358;
  border-bottom: solid 2em transparent;
  border-top: solid 2em transparent;
}
.team-detail {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-detail .h4 a {
  color: #f69437;
  font-weight: 400;
}
.team-detail .atty_pos {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.bios-links {
  display: block;
  width: 100%;
  margin: 1em auto;
}
.bios-links a {
  color: #f69437;
  width: 25%;
  padding: 8px;
}

@media (max-width: 1280px) {
/* SINGLE ATTORNEY */

.atty-page .vcf_link {
  margin: 10px auto;
  width: 100%;
  display: block;
}
.atty-page .atty_detail {
  margin-top: -140px;
}
.atty_header_image {
  height: 240px;
  margin-top: -2em;
}
.atty-page .atty-bio {
  padding-top: 0;
  margin-top: -220px;
  position: relative;
}
.atty-page .atty-bio section.bio-links {
  position: relative;
  left: 0;
  top: 4em;
  left: 0;
  line-height: 3;
}
.atty-page .profile-pic span {
  max-width: 320px;
  height: 320px;
  display: block;
  overflow: hidden;
}
.atty-page .atty_position {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4em;
}
.atty-page .bio-links {
  position: relative;
  bottom: -2em;
  right: 0;
  line-height: 3;
}
.atty-page .bio-links div {
  float: left;
  padding: 0;
}
.atty-page .card-header {
  background: transparent;
  padding: 0;
  border-bottom: 0;
}
.atty-page .card {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #b30909;
}
.atty-page .btn-link .chevron:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-style: normal;
  font-weight: 300;
  text-decoration: inherit;
  color: #b30909;
  font-size: 12px;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 25px;
}
.atty-page .btn-link.collapsed .chevron:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #b30909;
  font-size: 12px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
  top: 25px;
}
.atty-page .bio-links i {
  margin: 0 15px 0 10px;
  color: #b30909;
  font-size: 1.5em;
}
.atty-page .news-item-image, .news-item-desc {
  float: left;
  width: 50%;
  padding: 10px;
}
.atty-page .nav-tabs, .page-id-96 .nav-tabs {
  border-bottom: 1px solid #b30909;
  margin-bottom: 2em;
}
.atty-page .nav-tabs .nav-link, .page-id-96 .nav-tabs .nav-link {
  display: inline;
  background-color: #fff;
  padding: 20px 15px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  width: 25%;
  align-items: center;
}
.atty-page .nav-link.active, .page-id-96 .nav-link.active {
  font-weight: 500;
}
.atty-page .nav-link.active:after {
  width: 48px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  background: url('/wp-content/themes/zolaADVANCED/css/images/dwntab.png') no-repeat;
  content: " ";
  background-size: cover;
  position: absolute;
  bottom: -30px;
  left: 35%;
  height: 30px;
}
/**********************/

.display-1, .h1, h1 {
  font-size: 42px;
}
.display-2, .h2, h2 {
  font-size: 40px;
}
.display-3, .h3, h3 {
  font-size: 36px;
}
.display-4, .h4, h4, aside .heading {
  font-size: 32px;
}
.display-5, .h5, h5 {
  font-size: 28px;
}
.display-6, .h6, h6 {
  font-size: 24px;
}
}

@media (max-width: 992px) {
  .atty-page .bio-links {
    position: absolute;
    top: 7em;
    bottom: auto;
    padding: 0;
}
.footer-text {
  font-size: 16px;
	}
.tabs {
	width: 100%;
}
.tabs label {
  color: rgba(247, 119, 61, .8);
  border-bottom: 1px solid #b30909;
  order: 1;
  width: 100%;
  text-align: center;
  height: auto;
  line-height: 1;
  text-transform: uppercase;
  padding: 1em;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  top: 20px;
  transition: background ease 0.2s;
}
.tabs input[type="radio"]:checked + label {
  background: #b30909;
  color: #fff;
  font-weight: 500;
  border-bottom: 0;
}
.tabs .tab {
  order: 2;
}
.tabs label {
  order: 1;
}
.tabs input[type="radio"]:checked + label:after {
  display: none;
}
.team-detail .atty_pos {
  font-size: 12px;
  top: -10px;
  ;
}
.inside_title .title_text {
  font-size: 28px;
}
#breadcrumbs {
  text-align: center;
}
.display-1, .h1, h1 {
  font-size: 36px;
}
.display-2, .h2, h2 {
  font-size: 32px;
}
.display-3, .h3, h3 {
  font-size: 28px;
}
.display-4, .h4, h4, aside .heading {
  font-size: 24px;
}
.display-5, .h5, h5 {
  font-size: 22px;
}
.display-6, .h6, h6 {
  font-size: 20px;
}
.footer_social_links {
  padding-top: 1em;
}
.footer__social-link-container {
  display: block;
  width: 100%;
  padding: 2em;
  text-align: center;
}
/* SIDEBAR */
aside .detail_block {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin: 1em auto;
  padding-bottom: 10px;
}
aside .gmap iframe {
  height: 280px;
}
aside .atty-page .nav-tabs .nav-link {
  width: 100%;
}
/* CONTACT PAGE */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
}
.contact .detail_block {
  padding-left: 15px;
  width: 100%;
  text-align: center;
}
.atty-page .atty_detail {
  margin-bottom: -100px;
}
.atty-page .nav-tabs .nav-link {
  width: 100%;
}
.atty_detail .h4 {
  font-size: 18px;
}
.member .atty_detail {
  width: 100%;
  padding: 1em 10px;
  top: 1em;
}
.page-id-96 .tab-content {
  padding-right: 6em;
}
}

@media (max-width: 768px) {
  .phone_mobile {
    display: block;
    position: absolute;
    top: 27px;
    right: 60px;
    font-size: 24px;
    z-index: 99999;
  }
  #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:focus {
    color:#fff!important;
  }
  #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu {
    display:block;
  }

#mega-menu-wrap-main_menu {
  display:none;
}
.page-id-96 .tab-content {
  padding-right: 0;
}
.bcrumbs {
  display: none;
}
.services {
  background: transparent!important;
}
.page-id-96 .nav-link.active:after {
  display: none;
}
#breadcrumbs li {
  font-size: 11px;
}
.slogan {
  background: #255f69 url(css/images/background_768.jpg) center top no-repeat;
}
.atty-page .atty_detail {
  margin-bottom: 2em;
}
.atty-page .card {
  border-bottom: 0;
}
.atty-page .btn-link.collapsed .chevron:before, .atty-page .btn-link .chevron:before {
  position: relative;
  top: 0;
}
.inside_title .title_text {
  top: 0;
  padding: 0;
  position: relative;
  display: block;
  color: #b30909;
}
.title-line {
  display: none;
}
.display-1, .h1, h1 {
  font-size: 32px;
  line-height: 36px;
  margin: 15px auto;
}
.display-2, .h2, h2 {
  font-size: 28px;
  line-height: 32px;
  margin: 15px auto;
}
.display-3, .h3, h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 10px auto;
}
.display-4, .h4, h4, aside .heading {
  font-size: 22px;
  line-height: 26px;
  margin: 5px auto;
}
.display-5, .h5, h5 {
  font-size: 20px;
  line-height: 24px;
}
.display-6, .h6, h6 {
  font-size: 18px;
  line-height: 22px;
}
.member .atty_detail {
  display: block;
  top: 1em;
  position: relative;
  width: 100%;
  padding: 1em;
}
/* SINGLE ATTORNEY */

.atty-page .profile-pic span {
  height: 240px;
  width: 240px;
  margin: 0 auto;
}
.atty-page .bio-links div {
  width: 50%;
}
.atty-page .atty_position {
  color: #fff;
}
.atty-page .nav-tabs .nav-link {
  float: left;
  padding: 2em;
  max-width: 50%;
  width: 50%;
}
/* SIDEBAR */
aside .gmap iframe {
  height: 320px;
  max-width: 100%;
  padding: 1em 2em;
}
aside .detail_block {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1em;
  border-bottom: 1px solid;
  width: 75%;
}
.atty-page .atty_position {
  color: #b30909;
  text-align: center;
  padding: 0 1em;
}
.atty-page .nav-link.active {
  background: #b30909;
  color: #fff;
}
.atty_detail .entry-title {
  text-align: center;
  padding: 0 1em;
}
}

@media (max-width:576px) {
.member:nth-child(odd) .team-bio-pic, .member:nth-child(odd) .team-bio-pic {
  float: right;
}
.member:nth-child(even) .team-bio-pic, .member:nth-child(even) .team-bio-pic {
  float: left;
}
.member:nth-child(odd) .team-bio-pic:after, .member:nth-child(odd) .team-bio-pic:after {
  border-right: 0px!important;
  border-left: solid 2em #074358;
  right: auto;
}
.member:nth-child(even) .team-bio-pic:after, .member:nth-child(even) .team-bio-pic:after {
  border-right: solid 2em #074358;
}
.member:nth-child(4n) .team-detail:after, .member:nth-child(4n-1) .team-detail:after {
  display: none;
  position: absolute;
  top: 0;
  right: -32px;
  content: '';
  width: 0;
  height: 0;
  border-left: solid 2em #074358;
  border-bottom: solid 2em transparent;
  border-top: solid 2em transparent;
}
.member:nth-child(4n-2), .member:nth-child(4n-3) {
}
.slogan {
  height: auto;
  background: #255f69 url(css/images/background--texture.png) center top no-repeat;
}
}

@media (max-width:480px) {
.atty-page .bio-links div {
  width: 100%;
  text-align: center;
}
.atty-page .nav-tabs .nav-link, .page-id-96 .nav-tabs .nav-link {
  width: 50%;
  text-align: center;
  max-width: 50%;
}
.bios-links a {
  padding: 4px;
}
.bios-links {
  margin: 0 auto;
}
.member atty_detail .h4 {
  margin-bottom: 0;
}
.member .atty_detail {
  top: 10px;
}
}

@media (max-width:1024px) and (min-width:768px) {
.page-id-96 .nav-link.active:after {
  display: block;
}
.slogan {
/*background-position-x: -567px;*/
}
footer .gmap-icon {
  float: right;
  max-width: 55px;
  position: absolute;
  bottom: 2em;
  right: 1em;
}
.atty_detail .atty_info, .atty_detail .profile_pic {
  padding-left: 0;
  padding-right: 0;
}
.atty-page .bio-links {
  bottom: -3em;
}
}

@media (max-width:992px) and (min-width:768px) {
.atty_detail .entry-title, .atty-page .atty_position {
  text-align: left;
  padding-left: 0;
}
.atty_detail .atty_info {
  padding-left: 2em;
}
.page-id-96 .tab-content {
  padding-right: 5em;
}
.intro__bg--right {
  max-width: 150%;
  z-index: -1;
}
.bs-pad {
  padding-right: 5em;
}
}

@media (max-width:380px) {
}

/* Success Page */

@media (max-width: 767px) {
/* this targets only the body container and leaves the header container alone */
.page-id-225 .container-fluid + .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
}
.success-table-container {
  position: relative;
  overflow-x: auto;
}
/* shadow that indicates right scroll on table */
.page-id-225 .container .col-lg-12:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.25) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.25) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.25) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000', GradientType=1 );
}

@media (min-width: 768px) {
.page-id-225 .container .col-lg-12:after {
  display: none;
}
}
.success-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.success-table th, .success-table td {
  text-align: left;
  padding: 21px;
}
.success-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* BV QA UPDATES 9-18-19 */

@media (min-width: 1200px){
	.court-img img {
width: 100%;
height: 100%;
object-fit: cover;
max-height: 1034px;
	}
}

.fixed-top {
	padding: 15px 0;
  background: #fff;
	z-index: 30;
}

@media (min-width: 1200px){
.fixed-top {
  padding: 17px 0;
  background: rgba(255,255,255,.95);
}	
}

@media (min-width: 1200px){
	#image-head { height: 700px; padding: 0; margin-top: -190px; }
	
	#image-head .container {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.slogan-text {
		margin: auto 0 130px 0;
		cursor: default;
	}
}

body #mega-menu-wrap-main_menu {
    margin-right: -10px!important;
}
#mega-menu-wrap-main_menu .mega-menu-toggle {
    line-height: 1;
	height: auto; }


@media (min-width: 768px) {
#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1::after {
	font-size: 64px; }
}

body #mega-menu-wrap-main_menu #mega-menu-main_menu {
	display: flex!important;
	justify-content: flex-end;
}

body #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
	line-height: 1.2!important;
	height: auto!important;
	padding: 0 10px!important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:focus {
	color: #b30909;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	color: #222;
}

@media (min-width:1200px) {
	.ph_number {
		display: block;
	}
}

.follow-us {
	margin-bottom: .25em;
}

.container-fluid > .container {
	padding-left: 0;
	padding-right: 0;
}

.intro_left {
	margin-bottom: 30px;
}

.tickets, .story_section, .split-two, .testimonial-carousel {
  padding-top: 30px;
  padding-bottom: 30px;
}
.intro_section {
  padding-top: 30px;
}
.split {
  padding: 30px 0 !important;
}

.story_section .h1 {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px){
.tickets, .story_section, .split-two, .testimonial-carousel, .intro_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.split {
  padding: 60px 0 !important;
}
}

.testimonial-slider {
  padding: 0 !important
}
#testimonials .carousel-item {
  padding-top: 0;
  /*min-height: 260px;*/
}
.testimonial-slider .h1 {
  margin-bottom: .5em;
}
.intro_left ul {
  padding-left: 34px;
  margin-bottom: 2em;
}
.intro_left ul > li:before {
  margin: 0 10px 0 -33px;
}
/* Styles moved from header template */
.no-display {
  display: none;
}
.header-top {
  background: url('/wp-content/themes/zolaADVANCED/css/images/header-anim-frame-3.jpg') no-repeat;
  background-size: cover;
  padding-top: 200px;
  background-position: right center;
}

section.landing__fold {
  padding-top:200px;
}
.page-template-single-attorney .header-top {
  background: url('/wp-content/themes/zolaADVANCED/css/images/highway-background.jpg') no-repeat;
  background-position: center center;
  padding-top:380px;
}
.header-text {
  margin: 0;
  color: #ffd70d;
  font-size: 36px;
  max-width: 640px;
  line-height: 40px;
  padding: 10px 0;
  text-shadow: 1px 4px 5px #000;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
header {
  background: rgba(255, 255, 255, 0.83);
  padding-top: 41px;
}

}

.navbar-brand {
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto;
        font-size: inherit;
        line-height: inherit;
        white-space: nowrap;
    }

/* Styles moved from navigation-default template */
.navbar-brand img {
  max-width: 100%;
}


.follow-us p {
  text-align: right;
  margin: 0;
	
}

/*.logo {
  padding-right: 0;
  padding-left: 0;
}
.menu {
  padding-left: 0;
  padding-right: 0;
}*/
header .ph_number {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px; }

header .ph_number a {
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;

  line-height: 1;
}


@media (max-width: 992px) {

.follow-us p {
  margin-top: 10px;
  width: 100%;
}
header .ph_number a {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  top: 2px;
  border-left: 1px solid #b30909;
}

.navbar-brand img {
  max-width: 240px;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu {
  text-align: center;
  justify-content: flex-end;
  margin-top:15px;
}
}

@media (max-width: 768px) {
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
  position: absolute;
}
	
.navbar-brand img {
  max-width: 100%
}
.follow-us {
  display: none;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu {
  text-align: center;
  top: 46px;
}
a.mega-menu-link {
  text-align: center!important;
  font-size: 18px;
}
}


/* Styles moved from inline frontpage template */
.result_detail {
  padding: 0;
  margin: 0;
}
.testimonial-carousel {
  background: #dedede;
}
.testimonial-slider .h1 {
  text-align: center;
  margin-bottom: 0;
}
.testimonial-slider {
  padding: 40px 15px;
}
.rating i.fas.fa-star {
  color: #f69437;
  font-size: 2.3em;
  margin: 0 5px;
}
span.rating {
  display: block;
  margin-bottom: 1em;
}
#testimonials .carousel-inner {
  position: relative;
  width: 75%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
#testimonials .carousel-item {
  padding-top: 2em;
  /*min-height: 380px*/
}
#testimonials .carousel-item .h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #202020;
  margin: 1em auto;
}
.testimonial-control-prev-icon i.fas.fa-chevron-left, .testimonial-control-next-icon i.fas.fa-chevron-right {
  color: #000;
}
.carousel-control-prev.testimonial, .carousel-control-next.testimonial {
  background: #ffd70d;
  width: 50px;
  height: 50px;
  opacity: 1;
  top: 50%;
}
.carousel-control-prev.testimonial:hover i.fas.fa-chevron-left, 
.carousel-control-next.testimonial:hover i.fas.fa-chevron-right,
.carousel-control-prev.testimonial:focus i.fas.fa-chevron-left, 
.carousel-control-next.testimonial:focus i.fas.fa-chevron-right{
	color: #fff; }

.carousel-control-prev.testimonial:hover, 
.carousel-control-next.testimonial:hover,
.carousel-control-prev.testimonial:focus, 
.carousel-control-next.testimonial:focus {
	background: #b30909
}

.banner.mobile {
  display: none;
}
div.h1 {
  width: 100%;
  clear: both;
  text-align: center;
}
/* Banner Styling */
.banner {
	position: relative;
	z-index: 20;
  background: #ffd70d;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.banner .messege p {
  padding: 5px 0;
  margin-bottom: 0;
  text-transform: unset;
  font-weight: 500;
  font-size: 18px;
}
/* Jumbotron Styling */
.jumbotron-fluid {
  background-size: cover!important;
  background-position: left!important;
}
.jumbotron .container p {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  z-index: 2
}
.jumbotron p span.h1 {
  color: #ffd70d;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: none;
}
.intro_section {
  background: url('/wp-content/themes/zolaADVANCED/css/images/intro-background.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  /*padding: 40px 0;*/
}
.intro_right p, .split_left p, .split_right p {
  color: #fff;
}

.intro_right p {
	margin: 0;
}

.split_left a, .split_right a {
  color: #ffd70d;
}
.split_left a:hover, 
.split_right a:hover,
.split_left a:focus, 
.split_right a:focus {
  color: #f69437;
}
.split-two {
  background: url('<?php echo get_stylesheet_directory_uri(); ?>/css/images/court-house-background.jpg') no-repeat;
  background-position: left top;
  background-size: 50%;
}
/*.split-two_right {
  background: #fff;
  padding: 0 40px;
}*/
.split-two_right h2 {
  margin-top: 40px;
}
/*.split-two_right p {
  padding-right: 3em;
  padding-bottom: 1em;
}*/
.intro_left strong {
  font-size: 24px;
  line-height: 1.2;
}
.intro_left ul li {
  list-style-type: none;
  font-size: 28px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.25;
  margin-bottom: .5em;
}
.intro_left ul li:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f101';
  color: #f69437;
  font-size: 32px;
  font-weight: 500;
  margin: 0 10px 0 -35px;
}
.story_section .row {
  padding: 0 15px 80px 15px;
}
.story {
  border: 5px solid #f69437;
  padding: 0 15px;
  position: relative;
}
.story_section {
  padding: 40px 0 0 0;
}
.story_section .btn, .split .btn, .testimonial-slider .btn {
  margin: 30px auto 0 auto!important;
  width: auto!important;
}
.circle {
  overflow: hidden;
  border-radius: 100px;
  width: 150px;
  margin: 0 auto;
  position: relative;
  height: 150px;
  margin: -75px auto 15px auto;
}
.ticket-type {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  list-style-type: none;
  color: #202020;
  margin-bottom: 10px;
}
.ticket-result::before {
  content: "RESULT";
  display: block;
  font-size: 18px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 0;
}
.ticket-result {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  list-style-type: none;
  color: #b30909;
  margin-bottom: 20px;
}
.split {
  padding: 40px 15px;
}
.split .h1 {
  width: 100%;
  color: #fff;
  text-align: center;
  display: block;
}
.split p {
  color: #fff;
}

@media screen and (max-width:1200px) {
  .page-template-single-attorney .header-top {
    padding-top: 280px;
  }
  body.home {
    padding-top: 90px;
  }
}

@media (max-width: 992px) {
  .page-template-single-attorney .header-top {
    padding-top: 380px;
  }
  #mega-menu-wrap-main_menu {
    position: relative;
    bottom: 0;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
  line-height: 1.2;
  height: auto;
  padding: 0 10px;
  font-size: 14px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu {
  top:31px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size:14px;
}

.intro_right {
  background: url('/wp-content/themes/zolaADVANCED/css/images/intro-background-sm.jpg') no-repeat;
	background-position: right;
	background-size: cover;
	text-shadow: 1px 1px 2px rgba(0,0,0,.80);
}
.intro_section {
  background: none;
}
.story_section .row {
  padding: 0 15px 30px;
}
.banner .messege p {
  padding: 5px 0;
  margin-bottom: 0;
  text-transform: unset;
  font-weight: 500;
  font-size: 16px;
}
.jumbotron p span.h1 {
  line-height: 54px;
  font-size: 48px;
}

.intro_left h1 {
  text-align: center;
}
.intro_left strong {
  font-size: 22px;
  line-height: 32px;
}
}

@media screen and (max-width:991px) {
.atty-page .atty_detail {
    margin-top: -125px;
    margin-bottom: -100px;
}
  .footer-text, .footer_logo {
    text-align:center;
  }
  .footer_logo img {
    max-width:240px;
    margin:30px auto;
  }
  .follow-us p {
    text-align:center;
  }
  #mega-menu-wrap-main_menu #mega-menu-main_menu {
    justify-content: center;
  }
  body.home {
    padding-top: 145px;
}
}
@media (max-width: 768px) {
  .atty-page .atty_detail {
    margin-top: -125px;
    margin-bottom: -100px;
}
  .page-template-single-attorney .header-top {
    padding-top: 200px;
  }
.result_detail {
  transform: none;
}

.split-two {
  background: none;
}
.split-two_left {
  background: url('/wp-content/themes/zolaADVANCED/css/images/court-house-background.jpg') no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  margin: 20px 0 -20px;
  padding: 100px 0;
}

.split-two_right .h1 {
  text-align: left;
}

.intro_right {
  padding: 30px 15px 30px;
}
.intro_left strong {
  font-size: 20px;
  line-height: 24px;
}

.jumbotron {
  margin-bottom: 0;
}
.jumbotron p span.h1 {
  line-height: 36px;
  font-size: 48px;
}
.banner {
  display: none;
}
.banner.mobile {
  display: block;
}
.story {
  margin: 50px 0;
}
.rating i.fas.fa-star {
  font-size: 1em;
}
#testimonials .carousel-inner {
  margin: 0 auto;
  width: 80%;
}
.carousel-control-prev.testimonial, .carousel-control-next.testimonial {
  position: absolute;
  background: #ffd70d;
  width: 30px;
  padding: 3em 0;
}
.carousel-control-next.testimonial {
  right: -1em;
}
.carousel-control-prev.testimonial {
  left: -1em;
}
#testimonials .carousel-item {
  padding-top: 1em;
  overflow-y: auto;
}
}
.slider {
  max-width: 100%;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
	opacity: .65;
}
.slide1, .slide2, .slide3, .slide4, .slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url('/wp-content/themes/zolaADVANCED/css/images/header-anim-frame-1.jpg') no-repeat center;
  background-size: cover;
  animation: fade 10s infinite;
  -webkit-animation: fade 10s infinite;
}
.slide2 {
  background: url('/wp-content/themes/zolaADVANCED/css/images/header-anim-frame-2.jpg') no-repeat center;
  background-size: cover;
  animation: fade2 10s infinite;
  -webkit-animation: fade2 10s infinite;
}
.slide3 {
  background: url('/wp-content/themes/zolaADVANCED/css/images/header-anim-frame-3.jpg') no-repeat center;
  background-size: cover;
  animation: fade3 10s infinite;
  -webkit-animation: fade3 10s infinite;
}
@keyframes fade {
 0% {
opacity:1
}
 33.333% {
opacity: 0
}
 66.666% {
opacity: 0
}
 100% {
opacity: 1
}
}
@keyframes fade2 {
 0% {
opacity:0
}
 33.333% {
opacity: 1
}
 66.666% {
opacity: 0
}
 100% {
opacity: 0
}
}
@keyframes fade3 {
 0% {
opacity:0
}
 33.333% {
opacity: 0
}
 66.666% {
opacity: 1
}
 100% {
opacity: 0
}
}


/* 13-12-2018 SJ */
.blog .main-container article, .archive .main-container article, .single .main-container article{ border: 1px solid #ccc; margin-bottom: 30px; padding: 15px; width: 100%;}
.blog .main-container article .post_image, .archive .main-container article .post_image, .single .main-container article .post_image{ float: left; width: 40%; margin: 0 30px 0 0; overflow: hidden;}
.blog .main-container article .post_image img, .archive .main-container article .post_image img, .single .main-container article .post_image img{ width: 100%; height: auto;}
.blog .main-container article h2, .archive .main-container article h2, .single .main-container article h2{ /* font-size: 24px; */ line-height: normal; text-transform: capitalize; margin-bottom: 15px;}
ul.result_data{ padding: 0; list-style: none; }
.post_image + .entry-header{ clear: inherit; }

aside.widget{ width: 100%; margin-bottom: 50px;}
aside.widget .heading{ background:#b30909; color: white; font-size: 28px; padding:15px 20px; margin-bottom: 0;}
aside.widget ul{ padding: 0; margin: 0;}
aside.widget ul li{ padding: 0; margin: 0; list-style: none; border-bottom: 1px solid #f69437;}
aside.widget ul li a{ padding:16px 20px; display: block;}
aside.widget ul li a:hover,
aside.widget ul li a:focus { 
	background:#f69437; 
	color: #fff;
}

ul.recent-success .recent-success__item{ margin-top: 140px; margin-bottom: 0; }

body .gform_wrapper{ display: block !important; }
.map-block{ position: relative; }
.map-block img{ width: 100%; height: 450px; object-fit: cover; }
.map-block iframe{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: block; }



@media only screen and (max-width: 1199px){
aside.widget .heading{ font-size: 22px; padding: 15px; }
aside.widget ul li a{ padding: 15px; }
}

@media only screen and (max-width: 991px){
.default-page .col-lg-9, .blog .main-container .col-lg-9 { padding-right:15px;}
aside.widget:first-child { margin-top: 40px;}
aside.widget:last-child { margin-bottom: 0;}
}

@media only screen and (max-width: 767px){
.entry-title.display-1{ font-size: 28px; }
aside.widget_get-started ul{ padding-left: 20px; }
}

@media only screen and (max-width: 639px){
.blog .main-container article .post_image, .archive .main-container article .post_image, .single .main-container article .post_image { width:100%; margin:0 0 20px 0;}
}
