body {
  color: #000;
  background-image: url(https://martinezlawstg.wpenginepowered.com/wp-content/uploads/2025/09/background-bg-1.jpg.webp);
}

/* ========================================
   Column
   ======================================== */
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 100%;
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner,.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,.vc_col-has-fill > .vc_column-inner {
    padding-top: 0;
}
.vc_section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.vc_row:before, .vc_row:after {
    content: " ";
    display: table;
}
.vc_column-inner::before, .vc_column-inner::after {
    content: " ";
    display: table;
}
.vc_row:after,
.vc_column-inner::after {
    clear: both;
}
@media (min-width: 768px) {
  .grid-2 {
    display: flex;
    align-items: center;
  }
  .grid-2 > * {
    width: 50%;
  }
}
iframe {
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}

/* ========================================
   Font Faces
   ======================================== */
@font-face {
	font-family: 'FuturaPT-Medium';
	src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/FuturaPT-Medium.otf') format('opentype'),
	     url('../fonts/FuturaPT-Medium.woff') format('woff'),
	     url('../fonts/FuturaPT-Medium.ttf') format('truetype'),
	     url('../fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaPT-Light';
	src: url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/FuturaPT-Light.otf') format('opentype'),
	     url('../fonts/FuturaPT-Light.woff') format('woff'),
	     url('../fonts/FuturaPT-Light.ttf') format('truetype'),
	     url('../fonts/FuturaPT-Light.svg#FuturaPT-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaPT-Bold';
	src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/FuturaPT-Bold.otf') format('opentype'),
	     url('../fonts/FuturaPT-Bold.woff') format('woff'),
	     url('../fonts/FuturaPT-Bold.ttf') format('truetype'),
	     url('../fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Verdana';
	src: url('../fonts/Verdana.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Verdana.woff') format('woff'),
	     url('../fonts/Verdana.ttf') format('truetype'),
	     url('../fonts/Verdana.svg#Verdana') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ========================================
   Header & Top Bar
   ======================================== */
.mast-title {
	text-align: center;
}
.mast-title li {
	display: inline-block;
	color: #082F4B;
	margin: 0 20px;
}
.mast-title li a {
	color: #082F4B;
	font-weight: 900;
	font-size: 20px;
}
.mast-title li a i {
	display: inline-block;
	width: 100%;
	font-size: 2em;
	color: #4BA8EB;
}
.TopArea {
	background-color: rgba(255,255,255,0.6);
	padding: 15px 0;
}
.contact-info {
	text-align: right;
}
span.Consult a {
	display: inherit;
	font-size: 20px;
	font-weight: 900;
}
.contact-info a {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	color: #212123;
}

/* ========================================
   Header Navigation Cleanup
   ======================================== */
.primary-navigation ul,
.primary-navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation > ul.menu {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
}

.primary-navigation a {
	text-decoration: none;
	font-weight: 700;
}

.primary-navigation .sub-menu {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
}

.primary-navigation .sub-menu li {
	margin: 0 0 6px 0;
}

.primary-navigation a:hover {
	color: #BA996C;
}

.TopArea .mast-title ul {
	align-items: center;
	justify-content: center;
}
.TopArea .mast-title ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.TopArea .mast-title li + li {
	margin-left: 18px;
}

/* ========================================
   Navigation
   ======================================== */
.min-nav {
	background: #294258;
	text-align: center;
}
.min-nav .menu li {
	position: relative;
	margin: 0 12px;
}
.min-nav .menu li a {
    color: #fff !important;
    font-weight: 900;
    font-size: 19px;
    padding: 15px 14px;
    transition: color 400ms;
    display: inline-block;
    margin: 0;
}
.min-nav .menu li ul.sub-menu {
    position: absolute;
    left: 0;
    width: 250px;
    top: 100%;
    text-align: left;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    background: #f5f5f5;
    right: auto;
    padding: 0;
    border: none;
    opacity: 0;
    z-index: -1;
    display: none;
    list-style: none;
    margin: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
}
.min-nav .menu li:hover > ul.sub-menu {
    animation-duration: 300ms;
    display: block;
    top: 100%;
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
.min-nav .menu li ul.sub-menu li a {
	display: block;
    font-weight: 300;
    transition: 400ms;
    -webkit-transition: 400ms;
    color: #000 !important;
    padding: 5px 5px !important;
}
.min-nav .nav-toggle {
	position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    display: inline-flex;
    align-items: center;
}
.min-nav .mobile-logo {
    position: absolute;
	display: none !important;
	max-width: 200px;
    top: 50%;
    transform: translate(10px, -50%);
}
@media (min-width: 768px) {
  .min-nav .nav-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .primary-navigation > ul.menu {
	gap: 12.5px;
  }
  .primary-navigation > ul.menu .sub-menu li {
	padding: 10px 0;
  }
  .min-nav .mobile-logo {
    display: block!important;
  }
  .min-nav .menu li a {
    border: none;	
	color: #000 !important;
	padding: 5px;
  }
  .min-nav .menu li:hover > ul.sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .min-nav .menu li.open > ul.sub-menu {
    position: relative;
    display: block;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    background: transparent;
    border: none;
    box-shadow: none;
  }
}

/* ========================================
   Hero / Slider Section
   ======================================== */
.lo-slider {
	background: rgba(0,0,0,0.8);
	padding: 20px 20px 0 !important;
	min-height: 199px;
	text-align: center !important;
}
.lo-slider h2 {
	font-family: 'FuturaPT-Medium';
	font-size: 2em !important;
	line-height: 1em;
	color: #FFFFFF;
	text-align: center !important;
	font-weight: 300 !important;
	text-transform: none;
}
.lo-slider h3 {
	font-family: 'FuturaPT-Medium';
	font-size: 2em !important;
	line-height: 1em;
	text-align: center !important;
	color: #FFFFFF;
	font-weight: 800 !important;
	text-transform: none;
}

/* ========================================
   Buttons
   ======================================== */
a.btn {
    display: inline-block;
    padding: .75em 1.5em;
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    background-color: #ba996c;
    box-shadow: 2px 4px 0 0 #7a5f39;
    transition: .5s;
}
a.btn:hover {
    background: #000;
    color: #fff;
}

/* ========================================
   Content Sections
   ======================================== */
.page-dta {
	background: #F7F7F7;
	padding: 30px 40px;
}
.book-row {
	margin-left: 33px;
}
.violence {
	margin-bottom: 20px !important;
	text-align: center;
}
.violence h2 {
	font-size: 2.2em;
	margin: 0 0 17px;
}
.violence p {
	font-size: 18px;
	line-height: 28px;
}
.dwi-btn {
	text-align: center;
}
.dwi-btn a {
	display: inline-block;
	padding: .75em 1.5em;
	font-size: 1.1em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 300;
	background-color: #BA996C;
	box-shadow: 2px 4px 0 0 #7A5F39;
	transition: .5s;
}
.dwi-btn a:hover {
	background: #000;
	color: #fff;
}
.violence {
	padding-top: 33px;
}
.arrested-row {
	background: #F7F7F7;
	margin: 0 !important;
	padding: 38px 20px;
}
.crimes h2 {
	font-size: 31px;
	margin: 0 0 20px;
	font-weight: 600;
	line-height: 38px;
}
.circumstanc .crimes h2 {
	font-family: 'FuturaPT-Light';
	font-weight: normal;
}
.crimes h2 a {
	color: #4BA8EB;
}
.crimes p a {
	color: #4BA8EB;
}
.crimes p {
	font-size: 17px;
	line-height: 27px;
}
.crimes-ct {
	background: #fff;
	text-align: center;
	padding: 15px 0;
	margin: 25px 0 !important;
}
.circumstanc .crimes h2 {
	font-family: 'FuturaPT-Light';
}
.circumstanc .crimes h2 strong {
	font-family: 'FuturaPT-Bold';
}
.crimes-ct p strong {
	font-size: 22px;
}
.crimes-ct p {
	margin: 0 0 5px 0;
}
.crimes-bands {
	font-size: 16px;
	text-align: center;
	font-style: italic;
	padding-bottom: 26px;
}
.cy-btn a {
	margin: 0 6px;
}
.crimes-bands a {
	color: #4BA8EB;
}
.crimes-ct p a {
	color: #4BA8EB;
	font-size: 22px;
	font-weight: 900;
}
.circumstanc {
	margin: 0 !important;
	padding: 38px 20px;
}
.book-row {
	background: #fff url(../images/book.png) no-repeat 56px 22px;
	background-size: 95%;
	margin: 0 !important;
	padding: 0px 0 50px;
}
.avvo-row {
	margin: 0 !important;
	background: rgba(41,66,88,0.85);
	padding: 40px 0;
}
.former {
	padding: 15px 0 0 33px;
}
.former h3 {
	font-size: 30px;
	color: #fff;
	margin: 0 0 19px;
}
.former ul {
	background: #fff;
}
.former ul li {
	list-style: none;
	padding: 12px 14px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.video-row {
	padding: 0 30px;
}
li.gry-nath {
	background: #F7F7F7;
}
.ourselves-row {
	padding: 50px 0;
	margin: 0 !important;
}
.dwi-btn.mor-dtas h2 {
	font-size: 28px;
	font-family: 'FuturaPT-Bold';
	margin: 0 0 20px;
}
.book-img img {
	width: 80%;
}
.video-xl {
	margin-top: 24px;
}
.beyond {
	text-align: center;
	margin: 0 0 30px;
}
.martinez-inner p {
	margin: 0;
}
.beyond h2 {
	font-family: 'FuturaPT-Bold';
	font-size: 28px;
}
.beyond h3 {
	font-family: 'FuturaPT-Light';
	margin: 0 0 15px;
	font-size: 38px;
}


/* ========================================
   Forms
   ======================================== */
.martinez-form {
	background: #fff;
	padding: 35px 0;
}
.martinez-inner {
	max-width: 680px;
	margin: 0 auto;
}
.martinez-inner input, .martinez-inner textarea, .martinez-inner select {
	outline: none;
	font-size: 20px;
	color: #000000;
	width: 100%;
	padding: 10px 15px;
	background-color: #F5F5F5;
	border: solid 1px #294258 !important;
}
.martinez-inner label {
	width: 100%;
	margin: 0 0 15px;
}
.martinez-inner br {
	display: none;
}
 .martinez-inner input:placeholder {
 color: #000;
}
.martinez-inner textarea {
	height: 120px;
}
.form-btn input {
	width: auto;
	display: inline-block;
	padding: .75em 1.5em;
	font-size: 1.1em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 300;
	border: none !important;
	background: #BA996C !important;
	box-shadow: 2px 4px 0 0 #7A5F39;
	transition: .5s;
}
.form-btn {
	text-align: center;
}


/* ========================================
   Footer
   ======================================== */
.foot-nav {
	background: #294258;
	text-align: center;
	padding: 13px 0;
}
.foot-nav li {
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 0 17px;
}
.foot-nav li a {
	color: #fff;
	font-size: 19px;
}
.foot-address {
	background: #fff;
	padding: 40px 0;
}
.cta-info p {
	font-size: 19px;
	margin: 0;
	font-family: 'FuturaPT-Light';
}
.foot-nav ul {
	margin: 0;
}
.cta-info p a {
	color: #4BA8EB;
	font-family: 'FuturaPT-Bold';
	font-size: 15px;
}
.foot-logo img {
	max-width: 100%;
}
.foot-social a {
	background-color: #4BA8EB;
	color: #FFFFFF;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 6px;
	line-height: 40px;
}
.foot-social a {
	background-color: #4BA8EB;
	color: #FFFFFF;
	/* padding: .45em .6em; */
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 6px;
	line-height: 40px;
}
.foot-social {
	text-align: center;
	margin: 18px 0 0;
}
.office-hr {
	background: url(../images/sign.png) no-repeat;
	text-align: center;
	margin-top: -94px;
	padding-top: 93px;
	padding-bottom: 14px;
}
.office-hr h6 {
	font-size: 2.25em;
	margin: 0;
	font-family: 'FuturaPT-Light';
}
.office-hr p {
	margin: 0;
	color: #4BA8EB;
	margin: .25em auto;
	font-weight: 700;
}
.foot-social {
	text-align: center;
	margin: 18px 0 0;
}
.taken-row {
	background: #326F9C;
	padding: 34px 0;
}
.taken p {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	margin: 0;
}

.footer-sticky {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ba996c;
    text-align: left;
    transition: 1s all ease;
    padding: 0;
    box-shadow: 0 0 5px #ba996c;
    z-index: 50;
}
@media (max-width: 767px) {
    .footer-sticky {
        display: block;
    }
}
.footer-sticky button {
    width: 100%;
    background: transparent;
    padding: 1rem;
    border: unset;
}
.footer-sticky button a {
    color: #fff;
}

/* ========================================
   Practice Areas Nav
   ======================================== */
.practice-nav ul {
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.practice-nav li {
	width: 100%;
	list-style: none;
}
.no-rgba .practice-nav li {
	width: 25%;
	float: left;
}
 @-moz-document url-prefix() {
 .practice-nav li:last-child:nth-child(odd) {
	width: 100%;
	display: inline-block;
	margin: 0;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .practice-nav ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	}

	::i-block-chrome, .practice-nav ul li {
	width: 45%;
	float: left;
	margin-right: 5%;
	}

	::i-block-chrome, .practice-nav ul li:last-child:nth-child(odd) {
		width: 50%;
		margin: 0 auto;
		float: none;
		clear: both;
	}
}
.practice-nav li a {
	display: block;
	text-transform: uppercase;
	font-size: 1em;
	color: #294258; /* $other */
	position: relative;
	transition: .5s;
	font-weight: 400;
	padding: .25em;
}
.practice-nav li a:hover {
	color: #4BA8EB; /* $primary */
}
#PracticeAreas {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #F7F7F7; /* darken($light,3%) */
	text-align: left;
	transition: 1s all ease;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	padding: 1em;
	box-shadow: 0 0 5px #000000; /* $dark */
	z-index: 50;
}
#PracticeAreas.open {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.no-rgba #PracticeAreas {
	display: none;
}
.Houston-Criminal-Defense-Blog #PracticeAreas {
	display: none;
}
.cms-admin #PracticeAreas {
	position: static;
}
.no-rgba #PracticeAreas.open {
	bottom: 0;
}
#PracticeAreas header {
	position: absolute;
	right: 1em;
	top: 0;
	background-color: #4BA8EB; /* $primary */
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	padding: 1em;
	transition: .5s all ease;
}
#PracticeAreas h2 {
	color: #FFFFFF; /* $light */
	font-size: 1.25em;
	margin: 0 auto;
}
#PracticeAreas header:hover {
	cursor: pointer;
	background-color: #294258; /* $other */
}
#PracticeAreas h2 span {
	display: block;
	font-size: 1.75em;
}


/* ========================================
   Testimonials & Client Sections
   ======================================== */
.clents-satisfaction {
	margin: 0 !important;
}
.clients-ariya {
	text-align: center;
}
.clients-ariya h2 {
	font-family: 'FuturaPT-Light';
	margin: 0;
	font-size: 32px;
}
.clients-ariya h3 {
	font-family: 'FuturaPT-Bold';
	margin: 0;
	font-size: 31px;
}

.right-pan h2 {
	text-align: center;
	font-family: 'FuturaPT-Light';
	font-size: 34px;
}
.right-pan {
	padding: 20px 0 0;
}


/* ========================================
   Slick Slider
   ======================================== */
.slide-show {
	padding: 0 0 0 7px;
}
.slick-itms {
	padding: 0 7px;
}
.slick-itms img {
	width: 100%;
}
.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block
}
.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden
}
.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	top: 0;
	left: 0
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-itms:last-child {
	padding-right: 0;
}
.slick-itms img {
	border-radius: 6px;
	height: 195px;
}
ul.slick-dots {
	text-align: center;
	margin-top: 10px;
}
ul.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
ul.slick-dots li button {
	font-size: 0;
	background: #fff;
	border: none;
	width: 25px;
	height: 4px;
	border-radius: 30px;
}
ul.slick-dots .slick-active button {
	background: #fc9701;
}


/* ========================================
   Recent Posts Widget (RPWE)
   ======================================== */
li.rpwe-li.rpwe-clearfix {
	border: none !important;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 0 12px;
	width: 100%;
}
h3.rpwe-title {
	order: 2;
	display: inherit;
	width: 61%;
	margin: 0 auto;
}
li.rpwe-li {
	text-align: center;
}
li.rpwe-li time {
	/* display: inherit; */
	width: 44%;
	background-color: #4BA8EB;
	color: #FFFFFF;
	font-weight: 300;
	font-family: 'FuturaPT-Light';
	padding: .25em 1em;
	text-align: center !important;
	font-size: 1.25em;
	margin: 0 auto;
}
h3.rpwe-title a {
	display: inline-block;
	background-color: #294258;
	color: #FFFFFF;
	font-size: 18px;
	padding: .5em 1em;/* font-weight: 400; */
}
.rpwe-block {
	margin-top: 20px;
}


/* ========================================
   Testimonials Plugin (WPTWW)
   ======================================== */
.wptww-testimonials-slidelist .slick-slide {
	padding: 0 15px;
	background: #326F9C;
	margin: 0 7px;
}

.wptww-testimonial-content i {
	display: none;
	padding: 10px 0;
}
.wptww-testimonial-content {
	padding: 10px 0;
}
.wptww-testimonial-content p em {
	color: #fff;
	font-size: 18px;
	font-style: normal;
}
.wptww-testimonial-content h4 {
	color: #fff;
	order: 2;
	text-align: center;
	width: 100%;
}
.wptww-testimonial-content {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.dwi-btn.clitents-bt {
	padding-bottom: 39px;
	padding-top: 42px;
}
.wptww-testimonial-content p em:before {
	font-size: 26px;
	color: #fff;
}
.wptww-testimonial-content p em:after {
	color: #fff;
	font-size: 26px;
}
ul.slick-dots {
	display: none !important;
}
.wtwp-testimonials-slider-wrp.wptww-clearfix {
	margin-top: 14px;
}
.clients-ariya {
	padding-top: 20px;
}


/* ========================================
   Page-Specific Content Areas
   ======================================== */
.page-wegit {
	background-color: rgba(255,255,255,0.5);
	float: none;
	width: 100%;
	padding: 40px 0 40px;
}
.dlow {
	background-size: cover !important;
	text-align: center;
	padding: 1em 3em;
	display: flex;
	align-items: center;
	min-height: 155px;
}
.dlow.xty {
	background: url(../images/cta-1.jpg) no-repeat
}
.dlow.xtyins {
	background: url(../images/cta-2.jpg) no-repeat
}
.dlow.xtyinjd {
	background: url(../images/cta-3.jpg) no-repeat
}
.page-wegit .dwi-btn a {
	width: 100%;
}
.page-wegit .dwi-btn {
	margin-top: 10px;
}
.dlow h2 a {
	font-size: 26px;
	color: #fff;
	line-height: 36px;
}
.page-hed h4 {
	font-family: 'FuturaPT-Light';
	font-size: 37px;
}
.page-dta h3 {
	font-size: 26px;
	margin-top: 25px;
}
.page-dta p {
	font-size: 18px;
	line-height: 26px;
}
.page-hed {
	padding-bottom: 23px;
}
.ricve-profile a {
	color: #4BA8EB;
}
.jail-list li {
	font-size: 17px;
	margin: 0 0 10px !important;
}
.jail-list ul {
	padding: 18px 25px;
}
.page-hed h2 {
	font-family: 'FuturaPT-Bold';
	font-size: 24px;
}
.dwi {
	margin-top: 23px;
}
.dwi h6 {
	font-size: 22px;
}
.dwi ul {
	padding: 6px 0 0 26px;
}
.dwi ul li {
	font-size: 16px;
	margin: 0 0 9px;
}
ul.two-columns li {
	list-style: none;
	display: inline-block;
	width: 48%;
	margin: 0 0 7px;
}
ul.two-columns {
	margin: 28px 0 0 22px;
}
ul.two-columns li a {
	color: #4BA8EB;
	font-size: 18px;
	display: inline;
	font-weight: 700;
}
.call-tody a {
	text-align: center;
	color: #4BA8EB;
}
.call-tody p {
	text-align: center;
	font-size: 25px;
	margin: 20px 0 0 0;
}
.jail-list li a {
	color: #4BA8EB;
}
.page-dta p a {
	color: #4BA8EB;
}
.page-dta p a.btn {
	color: #FFFFFF;
}
.short-img img {
	max-width: 75% !important;
}
.equipped {
	text-align: center;
}
.equipped h2 {
	color: #fff;
	padding-top: 20px;
}
.equipped p {
	color: #fff;
	line-height: 26px;
	font-size: 18px;
	padding: 0 21px;
}
.center-img img {
    width: 52%;
}

.center-img {
    margin-top: 20px;
}.dwl-text {
    margin: 40px auto 0;
    width: 95%;
    border-bottom: 1px solid #294258;
    border-top: 1px solid #294258;
    padding: 10px 0;
} 
.epre {
    padding: 0 0 29px;
}
.dwl-text p {
    font-size: 28px;
    font-family: 'FuturaPT-Bold';
    text-align: center;
}.suspension {
    margin: 40px auto 0;
    width: 95%;
    padding: 30px 0;
    background: #fff;
}
.faq-abt h1 {
    font-size: 32px;
    font-family: 'FuturaPT-Bold';
    margin: 21px 0 15px 0;
}
.suspension li {
    text-align: center;
    list-style: none;
    font-size: 19px;
    margin: 0 0 12px;
}
.reslt h2 {
    font-size: 30px;
    font-family: 'FuturaPT-Bold';
    margin: 26px 0;
}
.suspension h4 {
    font-size: 29px;
    text-align: center;
    color: #294258;
} 
.drink-xty p {
    font-size: 17px;
    line-height: 30px;
    padding-right: 35px;
}

.drink-xty {
    padding: 40px 0;
}.epre h4 {
    font-size: 29px;
    text-align: center;
    color: #294258;
}   .ourselves-row.no-spased {
    padding: 0 0 50px;
}.Cablepa  a {
    color: #4BA8EB;
}.Cablepa {
    margin: 40px auto 0;
    width: 95%;
    border-bottom: 1px solid #294258;
    border-top: 1px solid #294258;
    padding: 10px 0;
    font-size: 21px;
}.em-text p {
    text-align: center;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    width: 54%;
    padding: 10px 0;
    font-size: 17px;
    margin: 28px auto;
}.fre-std {
    text-align: center;
    margin: 19px 0 0 0;
}

.fre-std p {
    font-size: 22px;
}.call-tl p {
    padding-top: 20px;
    font-size: 19px;
}.ghb-list li {
    font-size: 17px;
    margin: 0 0 8px;
}
.ghb-list li a{ color:#007bff;}
.ghb-list ul {
    margin: 0 0 20px 20px !important;
}ul.ghb-list {
    margin: 16px 0 18px 21px !important;
}.notitel-spase h3 {
    margin-top: 0;
}.fre-std h3 {
    font-size: 21px;
}.fre-std h3  a{ color:#007bff;};
ol.ghb-list {
    margin: 0 0 19px 23px !important;
}ol.ghb-list {
    padding: 0 0 0 22px;
}

ol.ghb-list ol {
    margin-top: 7px;
}.contact-infoc p {
    margin: 0;
}

.contact-infoc {
        margin: 0 0 20px !important;
    text-align: center;
}

.contact-infoc p {
    font-size: 17px;
}

.contact-infoc h5 {
    font-size: 23px;
}

.pdf-liks {
    text-align: center;
}
.map-cta iframe {
    width: 100%;
    height: 321px;
}

.pdf-liks p {
    font-size: 22px;
    padding: 0 0 8px;
}

.pdf-liks p a {
	font-size: 17px;
}


/* ========================================
   Blog
   ======================================== */
.page-template-blog .martinez-form {
	display: none;
}
.page-template-blog .slide-min {
	display: none;
}

.blog-prt {
	background: #F7F7F7;
	padding: 30px 30px;
}

.mb-slider {
	display: none;
}

.sub-menu li a {
	padding: 5px 5px !important;
}
.menu-item .submenu-toggle {
	background: transparent;
	float: right;
	display: none;
}

.blog-cont h2 {
	font-size: 20px;
}

.blog-cont h2 a {
	color: #000;
	font-family: 'FuturaPT-Bold';
}

.blog-tamp {
	background: #fff;
	padding: 40px 20px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,.08);
	margin-top: 30px;
}

.blog-prt .col-md-6 {
	margin-bottom: 30px;
}

.blg-hed {
	font-size: 14px;
	color: #222;
	margin-bottom: 6px;
}

.blg-hed span + span {
	margin-left: 12px;
}

.blog-cont h2 {
	font-weight: 800;
	font-size: 20px;
	margin: 5px 0 10px;
}

.blog-cont h2 a {
	text-decoration: none;
	color: #000;
}

.blog-cont h2 a:hover {
	color: #BA996C;
}

.entry-summary {
	color: #222;
	font-size: 16px;
	line-height: 1.6;
}

.blog-pagination {
	text-align: center;
	margin-top: 30px;
}
.blog-pagination ul {
	list-style: none;
	display: inline-flex;
	padding: 0;
	color: #000;
}
.blog-pagination a,
.blog-pagination span {
	display: inline-block;
	padding: 3px;
	color: #000;
	text-decoration: none;
}
.page-numbers.current {
	color: #4BA8EB;
}
.blog-pagination a:hover {
	background: transparent;
	color: #000;
} 

.page.type-page {
	padding: 15px 0;
}