/*
This is mobile first
*/
body {
  color: #333;
  font-size: 16px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

* a {
  color: #820a18;
  outline: 0 !important;
}

* a:hover, * a:active, * a:focus {
  color: #660813;
  text-decoration: none;
}

h1, h2, .ut-layout-practice-areas h3, .ut-layout-practice-areas-right-sidebar h3, .ut-layout-practice-areas-right-sidebar-and-dui h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h1 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1em;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 41px;
  }
}
h1:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 5px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.h1-page-title {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .h1-page-title {
    margin-bottom: 30px;
  }
}

.h2-smaller {
  font-size: 24px;
}

.h2-bigger {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .h2-bigger {
    font-size: 32px;
  }
}

p {
  font-size: 16px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 320px) {
  p {
    font-size: 18px;
  }
}

blockquote {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 16px;
  border-left: none;
  padding-left: 40px;
}
@media screen and (min-width: 320px) {
  blockquote {
    font-size: 18px;
  }
}



/*********************************************************
						GLOBAL HELPERS
**********************************************************/
/*
From Ultimatum Template go select layout and then Layout Options and set Layout Type to Fluid if there are issues with reponsive widths
*/
.container-fluid {
  max-width: 1300px;
}

.content-padder {
  padding: 30px 0;
}

* ul {
  margin: 0;
  padding: 0;
}
* ul li {
  list-style: none;
}

.no-sidepad {
  padding-left: 0;
  padding-right: 0;
}

.img-responsive {
  width: 100%;
}

.entry-content li {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .entry-content li {
    font-size: 18px;
  }
}

.mob-hide {
  display: none;
}
@media (min-width: 992px) {
.mob-hide {
    display: block;
  }
}

/*********************************************************
						LAYOUT STYLES
**********************************************************/
@media (min-width: 992px) {
  .content-full-wrap > .container-fluid {
    max-width: 100% !important;
  }
}

.equal-height-col-wrap {
  overflow: hidden;
}

.sidebar-left h1 {
  margin-top: 0;
}
.sidebar-left .content-col {
  padding-top: 2em;
}
@media (min-width: 992px) {
  .sidebar-left .content-col {
    padding-top: 3em;
    padding-left: 3em;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
  }
}
.sidebar-left .sidebar-col {
  padding-top: 1em;
  padding-bottom: 1em;
  background: url(https://www.thesandiegocriminallawyer.com/images/cream_dust_2X.png);
}
@media (min-width: 992px) {
  .sidebar-left .sidebar-col {
    padding-top: 3em;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
  }
}

@media (min-width: 992px) {
  .sidebar-right .content-col {
    padding-bottom: 99999px;
    margin-bottom: -99999px;
  }
}

.sidebar-col {
  padding-top: 1em;
  padding-bottom: 1em;
  background: url(https://www.thesandiegocriminallawyer.com/images/cream_dust_2X.png);
}
@media (min-width: 992px) {
  .sidebar-col {
    padding-top: 3.4em;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
  }
}
.sidebar-col .textwidget > p {
  margin-bottom: 0;
}
.sidebar-col h3 {
  margin-top: 0;
  padding-bottom: 3px;
  font-style: underline;
  font-size: 24px;
  position: relative;
  display: inline-block;
}
.sidebar-col h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: solid 2px #820a18;
}

.full-width {
  width: 100%;
}

.full-left {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .full-left {
    float: right;
    max-width: 800px;
  }
}

.full-left-25 {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .full-left-25 {
    clear: right;
    float: right;
    width: 100%;
    max-width: 325px;
    padding-right: 0;
  }
  .full-left-25:after {
    content: "";
    display: table;
    clear: both;
  }
}

.full-left-75 {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .full-left-75 {
    clear: right;
    float: right;
    width: 100%;
    max-width: 935px;
  }
  .full-left-75:after {
    content: "";
    display: table;
    clear: both;
  }
}

.full-right-25 {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .full-right-25 {
    clear: left;
    float: left;
    width: 100%;
    max-width: 325px;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .full-right-25:after {
    content: "";
    display: table;
    clear: both;
  }
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/*********************************************************
						HEADER
**********************************************************/
.head-row1-wrap {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.container-fluid.head-row1-container, .container-fluid.head-row2-container {
  max-width: 1320px;
}

.head-row1-container {
  /*set padding or max width*/
}
.head-row1-container .head-info {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .head-row1-container .head-info {
    float: right;
    font-size: 18px;
    margin-top: 50px;
    text-align: right;
  }
}
.head-row1-container .head-col {
  display: none;
}
@media (min-width: 768px) {
  .head-row1-container .head-col {
    display: block;
    width: 60%;
    float: right;
  }
}
.head-row1-container .logo-col {
  width: 100%;
  font-size: 34px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .head-row1-container .logo-col {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .head-row1-container .logo-col {
    font-size: 38px;
  }
}
.head-row1-container .logo-col p {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
}
.head-row1-container .logo-col p a {
  font-weight: 700;
  display: block;
  padding: 8px;
  background: #820a18;
  max-width: 140px;
  margin: 0 auto;
  color: #fff;
}
@media (min-width: 768px) {
  .head-row1-container .logo-col {
    text-align: left;
    width: 40%;
    float: left;
  }
  .head-row1-container .logo-col p {
    display: none;
  }
}

.call-now {
  text-align: right;
  font-size: 24px;
}
@media screen and (min-width: 500px) {
  .call-now {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .call-now {
    font-size: 33px;
  }
}
@media (min-width: 650px) {
  .call-now {
    padding-top: 5px;
  }
}

/*Menu Bar BG*/
.head-row2-wrap {
  background: #820a18;
}

/*Menu container*/
.nav-holder {
  /*display: inline-block;*/
  /*Set height for menu here*/
}
.nav-holder > ul {
  display: table !important;
  margin: 0 auto !important;
  height: 60px;
  line-height: 60px;
}
.nav-holder > ul li a {
  color: #fff;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .nav-holder > ul li a {
    font-size: 20px;
  }
}

.menu-left-col {
  position: relative;
}
.menu-left-col span {
  margin: 0 auto !important;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.menu-left-col span a{
  color: #fff;
}

.menu-left-col span:hover, .menu-left-col span a:hover{
  color: #fff;
}

@media (min-width: 768px) {
  .menu-left-col span {
    /*font-family: "Playfair Display", serif;*/
  }
}
@media (min-width: 992px) {
  .menu-left-col span {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
}
.menu-left-col .banner {
  display: none;
}
@media (min-width: 768px) {
  .menu-left-col .banner {
    display: block;
  }
}
@media (min-width: 768px) {
  .menu-left-col .tel-mobile {
    display: none;
  }
}

/*********************************************************
						FOOTER
**********************************************************/
.footwrapper {
  background: #660813;
}

.foot-wrap {
  color: #fff;
  padding: 30px 0 0;
}
.foot-wrap .col-md-3 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .foot-wrap .col-md-3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .foot-wrap .col-sm-6:first-child {
    padding-right: 40px;
  }
  .foot-wrap .col-sm-6:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.foot-wrap h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.foot-wrap ul {
  margin: 0;
  padding: 0;
}
.foot-wrap ul li {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .foot-wrap ul li:first-child {
    border-top: none;
  }
}
.foot-wrap a {
  color: #fff;
}
.foot-wrap a:hover {
  color: #fff;
}
.foot-wrap li, .foot-wrap .foot-address span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 18px;
}
.foot-wrap p {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
}

.foot-copy-wrap {
  border-top: solid 1px rgba(255, 255, 255, 0.3) !important;
  padding-top: 30px;
  margin-top: 30px;
}

.footer-contact {
  background: #f3f3f3;
}
.footer-contact .vert-align-container {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .footer-contact .vert-align-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.footer-contact .footer-contact-top {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-contact .footer-contact-top > span {
  color: #333;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer-contact .footer-contact-top > span {
    font-size: 32px;
  }
}
.footer-contact .footer-contact-top > span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: solid 4px #820a18;
}
.footer-contact .footer-contact-top ul {
  margin: 0;
  padding: 0;
}
.footer-contact .footer-contact-top ul li {
  color: #333;
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .footer-contact .footer-contact-top ul li {
    font-size: 18px;
  }
}

/*************************MAIN MENU*******************************/
.nav-holder {
  /****First Level Menu Items*****/

}
.nav-holder ul li {
  padding: 0;
}
.nav-holder .navigation {
  /****Second Level Menu Items*****/
}
.nav-holder .navigation > li > a {
  padding: 0 10px;
  /*transition-duration: 0.2s;*/
}
.nav-holder .navigation > li > a .caret {
  display: none;
}
.nav-holder .navigation > li > a:hover {
  background-color: #660813;
}
.nav-holder .navigation > li > ul {
  width: 225px;
  background: #952f3a;
  z-index: 99997;
  box-shadow: 0 8px 18px -2px rgba(0, 0, 0, 0.33);
}
.nav-holder .navigation li ul li > a {
  color: #fff;
  border-bottom: #660813 1px solid;
}
.nav-holder .navigation li ul li > a:hover {
  background-color: #8e222f;
}

.nav-holder {
  /****Third Level Menu Items*****/
}
.nav-holder ul ul ul {
  left: 100%;
  background: #720512;
  width: 200px;
}
.nav-holder ul ul ul li a:hover {
  background-color: #8e222f;
}





/*Flicker on Hover Fix*/
.nav-holder .ultimatum-menu-nav .ultimatum-dropdown-menu ul, .nav-holder .ultimatum-menu-nav>li>div, .nav-holder .ultimatum-menu-nav>li>ul {

opacity: 1;
}






/*Mobile Menu*/
a.slicknav_btn.slicknav_collapsed, a.slicknav_btn.slicknav_open {
  font-size: 18px;
}

.slicknav_btn {
  float: right !important;
  margin: 0px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background: none !important;
}

.slicknav_nav {
  background: #660813;
}
.slicknav_nav .sub-menu {
  margin: 0;
  background: #952f3a;
}
.slicknav_nav .menu-item > a {
  margin: 0;
  font-size: 18px;
  padding: 8px;
  text-align: center;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: solid 1px #820a18;
}
.slicknav_nav .menu-item > a:hover {
  background: #8e222f;
  color: #fff;
}
.slicknav_nav .slicknav_row {
  padding: 10px;
  margin: 0;
}
.slicknav_nav .slicknav_arrow {
  color: #fff;
}
.slicknav_nav .slicknav_menu {
  padding-bottom: 0;
}

/************************
			Home Slide - no video
************************/
.slide-wrap {
  background: url(https://www.thesandiegocriminallawyer.com/images/mobile-portrait.jpg);
  width: 100%;
  height: 290px;
  position: relative;
  background-size: 100%;
  background-position: center 9%;
}
@media (min-width: 500px) {
  .slide-wrap {
    height: 350px;
  }
}
@media (min-width: 600px) {
  .slide-wrap {
    height: 375px;
  }
}
@media (min-width: 768px) {
  .slide-wrap {
    height: 400px;
    background: url(https://www.thesandiegocriminallawyer.com/images/full-width-portrait2.jpg);
    background-position: right;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .slide-wrap {
    background-position: top;
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .slide-wrap {
    background-position: right top;
    height: 453px;
  }
}
@media (min-width: 1400px) {
  .slide-wrap {
    height: 500px;
  }
}

@media (min-width: 768px) {
  .slide-inner-wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
}

.callbox-wrap {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  padding: 15px 10px;
  color: #fff;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.callbox-wrap .col-md-2{
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .callbox-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .callbox-wrap {
    max-width: 596px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .callbox-wrap {
    max-width: 576px;
  }
}

.callbox-copy-wrap {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .callbox-copy-wrap {
    max-width: 480px;
    margin-top: 50px;
  }
}

.trusted-small, .badges-wrap {
  display: none;
}
@media (min-width: 992px) {
  .trusted-small, .badges-wrap {
    display: block;
  }
}

.trusted-big {
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.2;
}
.trusted-big span{
  white-space: nowrap;
}
.trusted-big:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 4px #820a18;
}
@media (min-width: 500px) {
  .trusted-big {
      padding-bottom: 20px;
      margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .trusted-big {
    font-size: 34px;
  }
}

.trusted-small {
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .trusted-small {
    font-size: 20px;
  }
}

.free-consult {
  text-align: center;
}
.free-consult a {
  font-size: 20px;
  font-weight: 400;
  display: block;
  background: #fff;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 7px;
}
.free-consult a span {
  font-weight: 700;
}
@media (min-width: 992px) {
  .free-consult {
    margin-top: 30px;
    padding: 8px;
  }
}

@media (min-width: 992px) {
  .badges-wrap {
    position: absolute;
    bottom: 0;
    background: #000;
    padding: 5px;
    padding: 20px 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/************************
      Home Slide VIDEO - overriding the above section, which was built first
************************/

/*.home-video-wrap.slide-wrap {
  background: url(https://www.thesandiegocriminallawyer.com/images/mobile-portrait.jpg);
  width: 100%;
  height: calc(100vh - 172.75px);
  position: relative;
  background-size: 100%;
  background-position: center 9%;
  overflow: hidden;
}
@media (min-width: 500px) {
  .home-video-wrap.slide-wrap {
    height: calc(100vh - 172.75px);
  }
}
@media (min-width: 600px) {
  .home-video-wrap.slide-wrap {
    height: calc(100vh - 172.75px);
  }
}*/
@media (min-width: 768px) {
  .home-video-wrap.slide-wrap {
    height: calc(100vh - 100.75px);
    /*background: url(https://www.thesandiegocriminallawyer.com/images/full-width-portrait2.jpg);*/
    background: #ededed;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .home-video-wrap.slide-wrap {
    background-position: top;
    height: calc(100vh - 100.75px);
  }
}
@media (min-width: 1200px) {
  .home-video-wrap.slide-wrap {
    background-position: right top;
    height: calc(100vh - 100.75px);
  }
}
@media (min-width: 1400px) {
  .home-video-wrap.slide-wrap {
    height: calc(100vh - 100.75px);
  }
}

@media (min-width: 768px) {
  .slide-inner-wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
}

.home-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  display: none;
}

@media (min-width: 768px) {
  .home-video {
    display: block;
  }
}

.home-video-wrap .callbox-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 10px;
  color: #fff;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.home-video-wrap .callbox-wrap .col-md-2{
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .home-video-wrap .callbox-wrap {
    display: flex;
    align-items: center;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

/*@media (min-width: 992px) {
  .home-video-wrap .callbox-wrap {
    max-width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}*/
@media (min-width: 1400px) {
  .home-video-wrap .callbox-wrap {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .home-video-wrap .callbox-copy-wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .home-video-wrap .callbox-copy-wrap {
    max-width: 700px;
    margin-top: 50px;
  }
}

.home-video-wrap .trusted-small, .badges-wrap {
  display: none;
}
@media (min-width: 992px) {
  .badges-wrap {
    display: flex;
  }
  .home-video-wrap .trusted-small {
    display: none;
  }
}

.home-video-wrap .trusted-big {
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.2;
}
.home-video-wrap .trusted-big span{
  white-space: nowrap;
}
.home-video-wrap .trusted-big:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 4px #820a18;
}
@media (min-width: 500px) {
  .home-video-wrap .trusted-big {
      padding-bottom: 20px;
      margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .home-video-wrap .trusted-big {
    font-size: 56px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  }
}
@media (min-width: 992px) {
  .home-video-wrap .trusted-big {
    font-size: 56px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  }
}

.trusted-small {
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .trusted-small {
    font-size: 20px;
  }
}

.free-consult {
  text-align: center;
}
.home-video-wrap .free-consult a {
  font-size: 20px;
  font-weight: 400;
  display: block;
  background: #820a18;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 7px;
  color: #fff;
  transition: all 0.2s ease;
}
.home-video-wrap .free-consult a span {
  font-weight: 700;
}

@media (min-width: 768px) {
  .home-video-wrap .free-consult a:hover {
    background: #fff;
    color: #820a18;
  }
  .home-video-wrap .free-consult a {
    font-size: 24px;
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .home-video-wrap .free-consult {
    margin-top: 30px;
    padding: 8px;
  }
}

/* BELOW VIDEO BADGES */

@media (min-width: 992px) {
  .badge-outer {
    position: relative;
    padding: 5px;
    /*padding: 20px 0;*/
    margin: 0;
    content: "";
    display: table;
    clear: both;
    width: 100%;
    height: 150px;
    text-align: center;
  }

  .below-slide .badges-wrap {
    position: relative;
    background: none;
    padding: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 850px;
  }
}

/************************
			Home Carousel
************************/
.carousel-wrap {
  background: url(https://www.thesandiegocriminallawyer.com/images/cream_dust_2X.png);
}


/*.wondercarousellightbox.wondercarousellightbox-1 > div >img {
  width: 480px !important;
}*/
.carousel-container {
  max-width: 65%;
  margin: 0 auto;
  /* padding: 20px; */
}
@media (min-width: 768px) {
  .carousel-container {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .carousel-container {
    max-width: 90%;
  }
}

#wonderplugincarousel-1 .amazingcarousel-list-container {
  padding: 16px 0 27px !important;
}

#wonderplugincarousel-1 .amazingcarousel-image img {
    border: 0 none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 480px !important;
}

/************************
			Practice Areas Sidemenu
************************/
dl.level1 dt a, dl.level1 dt a span, dl.level2 dt a, dl.level2 dt a span {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  color: #333 !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
}
@media screen and (min-width: 320px) {
  dl.level1 dt a, dl.level1 dt a span, dl.level2 dt a, dl.level2 dt a span {
    font-size: 18px !important;
  }
}

dt .outer, .level2 .level2 .outer {
  border-top: solid #333 1px !important;
  transition: all ease .3s !important;
}
/*dt .outer:hover, .level2 .level2 .outer:hover {
  background: transparent !important;
}
*/

.slicknav_nav a:hover {
    background: none;
    color: #fff;
}

dt.first .outer {
  border-top: none !important;
}

dl.level2 dt a, dl.level2 dt a span {
  color: #333 !important;
  font-weight: 400 !important;
}

/************************
			Contact Form
************************/
.wpcf7 p {
  font-size: .9em;
}

.contact-form h3 {
  text-align: center;
}

::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #000;
  font-family: "Playfair Display", serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-family: "Playfair Display", serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-family: "Playfair Display", serif;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-family: "Playfair Display", serif;
}

::-ms-input-placeholder {
  /* Edge */
  color: #000;
  font-family: "Playfair Display", serif;
}

:placeholder-shown {
  /* Standard one last! */
  color: #000;
  font-family: "Playfair Display", serif;
}

/*input styles*/
.form-name, .form-email, .form-tel, .form-subject, .form-message, .captcha-input {
  border-radius: 0;
  border: none;
  border-bottom: solid #000 1px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 0 !important;
  font-style: italic;
}

/*Change height of Questions box here*/
.form-message {
  width: 100% !important;
  height: 110px !important;
  resize: none;
}

/*Captcha Field*/
.captcha-field {
  text-align: left;
  padding-left: 2.5%;
}

/*Captcha Field*/
.captcha-input {
  width: 80px;
  padding: 5px !important;
  font-style: normal;
  margin-top: 3px;
}

.acceptance-field {
  text-align: left;
  font-size: 10px;
  padding-left: 2.5%;
}

/*Submit Button*/
span.submit-back {
  background: #000;
  display: block;
  max-width: 220px;
}

.ajax-loader {
  display: none;
}

.submit {
  border: none;
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.3em;
  color: #fff;
  margin-bottom: 0 !important;
  background: #820a18;
  width: 100%;
  padding: 5px 0;
  transition: all .3s ease;
}
.submit:hover {
  -webkit-transform: translate(5px, -5px);
      -ms-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}

/*Provides margin for whatever is last element*/
.wpcf7 p:last-child {
  margin-bottom: 0 !important;
}

.footer-contact .form-name, .footer-contact .form-email, .footer-contact .form-tel, .footer-contact .form-subject, .footer-contact .form-message, .footer-contact .captcha-input {
  background: #f3f3f3;
}
.footer-contact .submit {
  background: #952f3a;
}

@media (min-width: 992px) {
  .ut-layout-home .contact-col-left, .ut-layout-contact .contact-col-left, .ut-layout-loop-container .contact-col-left, .ut-layout-home-spanish .contact-col-left {
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .ut-layout-home .contact-col-right, .ut-layout-contact .contact-col-right, .ut-layout-loop-container .contact-col-right, .ut-layout-home-spanish .contact-col-right {
    padding-left: 25px;
  }
}

.sidebar-col .col-md-6 {
  width: 100%;
}
.sidebar-col .form-name, .sidebar-col .form-email, .sidebar-col .form-tel, .sidebar-col .form-subject, .sidebar-col .form-message, .sidebar-col .captcha-input {
  background: none;
}

/************************
			404 Search
************************/
.btn404 {
  background: #e8e8e8;
  border: none;
}
.btn404 a {
  color: #000;
}
.btn404:hover {
  background: rgba(0, 0, 0, 0.5);
}

.search404 input {
  margin-right: 20px;
}

.aio-button-left {
  max-width: 340px;
  background: #000;
}

.aio-blue {
  display: block;
  position: relative;
  background: #820a18;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 0.5em;
  text-transform: uppercase;
  transition: all ease .3s;
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .aio-blue {
    font-size: 18px;
  }
}
.aio-blue:hover {
  color: #fff;
  -webkit-transform: translate(7px, -7px);
      -ms-transform: translate(7px, -7px);
          transform: translate(7px, -7px);
}

/*********************************************************
						HOME PAGE
**********************************************************/
.ut-layout-home h1, .ut-layout-home h2, .ut-layout-home-spanish h1, .ut-layout-home-spanish h2 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.ut-layout-home h1, .ut-layout-home-spanish h1 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1em;
}
.ut-layout-home h1:after, .ut-layout-home-spanish h1:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 5px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.ut-layout-home blockquote, .ut-layout-home-spanish blockquote {
  margin-top: 30px;
  border-top: solid #820a18 5px;
}
.ut-layout-home h2, .ut-layout-home-spanish h2 {
  color: #820a18;
  margin-top: 0;
}

@media (min-width: 992px) {
  .home-col-left {
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .home-col-right {
    padding-left: 25px;
  }
}

blockquote {
  position: relative;
  padding-top: 30px;
  padding-right: 0;
  background: url(https://www.thesandiegocriminallawyer.com/images/quote.png) no-repeat;
  background-position: 2% 11%;
}
@media (min-width: 768px) {
  blockquote {
    padding-top: 20px;
    padding-right: 20px;
  }
}
blockquote span {
  position: absolute;
  display: inline-block;
  top: 11%;
  left: -2%;
  font-size: 8em;
  line-height: 50%;
  color: rgba(130, 10, 24, 0.3);
}

section.results-section {
  background: url(https://www.thesandiegocriminallawyer.com/images/results.jpg) no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (min-width: 1200px) {
  section.results-section {
    height: 487px;
  }
}
@media (min-width: 1200px) {
  section.results-section .full-width {
    height: 487px;
  }
}
section.results-section .results-content-wrap {
  padding: 2em 0;
  height: 100%;
  background: rgba(130, 10, 24, 0.8);
  position: relative;
}
section.results-section .results-content-wrap .results-container {
  width: 100%;
  max-width: 560px;
}
@media (min-width: 1200px) {
  section.results-section .results-content-wrap .results-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
section.results-section .results-content-wrap h2 {
  color: #fff;
  margin-bottom: 0;
}
section.results-section .results-content-wrap ul {
  margin: 0;
  padding: 0;
}
section.results-section .results-content-wrap li {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 16px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 0.7em 0;
}
@media screen and (min-width: 320px) {
  section.results-section .results-content-wrap li {
    font-size: 18px;
  }
}
section.results-section .results-content-wrap li:first-child {
  border-top: none;
}
@media (min-width: 992px) {
  section.results-section .results-content-wrap {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  section.results-section .results-content-wrap {
    padding: 0;
  }
}
section.results-section .results-content-wrap a {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #fff;
  display: inline-block;
  float: right;
}

section.copy {
  padding: 6em 0;
}
section.copy .h2-bigger {
  margin-bottom: 0.8em;
}
section.copy strong.h2-smaller {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #820a18;
  line-height: 1;
}

.practice-box-container {
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.practice-box-container .col-md-3 {
  padding-bottom: 99999px;
  margin-bottom: -99999px;
}
.practice-box-container .col-md-3:first-child {
  background: #952f3a;
}
.practice-box-container .col-md-3:nth-child(2) {
  background: #8e222f;
}
.practice-box-container .col-md-3:nth-child(3) {
  background: #820a18;
}
.practice-box-container .col-md-3:last-child {
  background: #720512;
}
.practice-box-container .practice-item {
  padding: 3% 2%;
}
@media (min-width: 992px) {
  .practice-box-container .practice-item {
    padding: 14% 4%;
  }
}
.practice-box-container span {
  display: block;
  line-height: 1;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .practice-box-container span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .practice-box-container span {
    font-size: 32px;
  }
}
.practice-box-container a {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

.map-and-social {
  overflow: hidden;
}
.map-and-social .full-width {
  height: 400px;
}
@media (min-width: 992px) {
  .map-and-social .full-width {
    height: 600px;
  }
}
.map-and-social > .col-md-6 {
  padding: 0;
}
.map-and-social > .col-md-6:first-child {
  background: #f3f3f3;
}

.map-and-contact {
  overflow: hidden;
}
@media (min-width: 992px) {
  .map-and-contact .full-width {
    height: 650px;
  }
}
.map-and-contact > .col-md-6 {
  padding: 0;
}
.map-and-contact > .col-md-6:first-child {
  background: #f3f3f3;
}
.map-and-contact > .col-md-6:last-child .full-width {
  height: 400px;
}
@media (min-width: 992px) {
  .map-and-contact > .col-md-6:last-child .full-width {
    height: 650px;
  }
}

.office-location {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 600px;
  margin: 0 auto;
}

.home-map {
  position: relative;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.home-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.social-grid {
  font-size: 2.5em;
  max-width: 320px;
  padding: 0 20px;
  margin: 0 auto;
}
.social-grid div div {
  text-align: center;
  border-right: solid 1px #999;
}
.social-grid div div:last-child {
  border-right: none;
}
.social-grid a {
  display: block;
  width: 100%;
}
.social-grid .fa {
  position: relative;
  display: inline-block;
  color: #820a18;
  transition: all ease .7s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*********************************************************
						ABOUT PAGE
**********************************************************/
.about-page iframe {
  padding-bottom: 30px;
}
.about-page .mob-hide {
  display: none;
}
@media (min-width: 992px) {
  .about-page .mob-hide {
    display: block;
  }
}
@media (min-width: 992px) {
  .about-page .desk-hide {
    display: none;
  }
}

.profile-img {
  position: relative;
}

.profile-img-text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.profile-img-text div {
  text-transform: uppercase;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px #000;
}
.profile-img-text div:first-child {
  font-size: 24px;
  padding-bottom: 7px;
}
.profile-img-text li {
  padding-bottom: 5px;
}

.below-profile-pic {
  padding: 30px 0 0;
}
.below-profile-pic .list-head {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) {
  .below-profile-pic .list-head {
    font-size: 18px;
  }
}

.education li, .recent-awards-list li {
  font-size: 16px;
}

.recent-awards-wrap {
  padding: 10px 0 40px;
  background: #820a18;
  color: #fff;
}
.recent-awards-wrap .container-fluid {
  max-width: 1400px;
}
.recent-awards-wrap h2 {
  text-align: center;
}
.recent-awards-wrap ul {
  padding-left: 1em;
}
.recent-awards-wrap li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.recent-awards-wrap li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .recent-awards-wrap {
    /* haslayout for IE6/7 */
  }
  .recent-awards-wrap li {
    line-height: 52px;
    height: 52px;
  }
  .recent-awards-wrap li span {
    display: -moz-inline-box;
    /* FF2 or lower */
    display: inline-block;
    /* FF3, Opera, Safari */
    line-height: normal;
    vertical-align: middle;
  }
  .recent-awards-wrap li span {
    *display: inline;
  }
}

.about-experience {
  padding-top: 30px;
}
.about-experience h2 {
  color: #820a18;
}

/*********************************************************
						IN THE NEWS
**********************************************************/
.networks-icons {
  width: 100%;
  max-width: 1100px;
  padding: 10px;
  margin: 0 auto 30px;
}

.news-blurb {
  padding-bottom: 40px;
}
.news-blurb h3 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.news-blurb ul li {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .news-blurb ul li {
    font-size: 18px;
  }
}

.recent-results h4 {
  font-family: "Playfair Display", serif;
  padding-bottom: 8px;
  border-bottom: solid 1px #820a18;
}
.recent-results ul {
  padding-left: 1.5em;
  margin-bottom: 30px;
}
.recent-results li {
  list-style: disc;
}
.recent-results .col-sm-6:nth-child(2n + 1) {
  clear: left;
}

.vid-gallery-wrap {
  background: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 30px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 47.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Lazy loader styles*/
.lazyYT-container .html5-info-bar {
  display: none;
}

.ytp-thumbnail{
  background-size: 100% auto;
}

/*********************************************************
						REVIEWS
**********************************************************/
.review-links {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.review-links p {
  border-bottom: solid 5px #820a18;
  display: inline-block;
}

/*********************************************************
						PRACTICE AREAS
**********************************************************/
.practice-title {
  margin-top: 0;
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1em;
  color: #333 !important;
}
@media screen and (min-width: 768px) {
  .practice-title {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-title {
    font-size: 41px;
  }
}
.practice-title:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 5px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.slide-title {
  font-size: 28px;
  text-shadow: -3px 2px 5px rgba(0, 0, 0, 0.8) !important;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .slide-title {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .slide-title {
    font-size: 54px;
  }
}
.slide-title:after {
  content: none;
}

.slide-button a {
  background: #820a18;
  padding: 14px !important;
  color: #fff;
}
.slide-button a:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.content-col {
  padding-left: 0;
  padding-right: 0;
}

.colors-full-section {
  padding: 20px 0;
}
.colors-full-section:after {
  content: "";
  display: table;
  clear: both;
}
.colors-full-section h2, .colors-full-section h3 {
  color: #820a18;
}
.colors-full-section h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
.colors-full-section ul {
  padding-left: 1em;
  margin-bottom: 1em;
}
.colors-full-section li {
  list-style: disc;
}

.colors-full-color-0 {
  background: #fff;
}

.colors-full-color-1 {
  background: #f3f3f3;
}

.colors-full-color-2 {
  background: #952f3a;
}
.colors-full-color-2 h2, .colors-full-color-2 h3, .colors-full-color-2 p, .colors-full-color-2 a, .colors-full-color-2 strong, .colors-full-color-2 li {
  color: #fff;
}

.practice-areas ul {
  padding-left: 1em;
}
.practice-areas li {
  list-style: disc;
}

.domestic-violence-resources a:hover{
  text-decoration: underline;
}
/*********************************************************
						Resources
**********************************************************/
.resources-entry h3 {
  text-transform: uppercase;
  font-weight: 700;
}

/*********************************************************
						Contact
**********************************************************/
.contact-page-form-wrap h2 {
  color: #820a18;
}

/*********************************************************
						BLOG
**********************************************************/
.ut-layout-blog div#content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .ut-layout-blog div#content {
    max-width: 945px;
    float: right;
    padding-right: 20px;
  }
  .ut-layout-blog div#content:after {
    content: "";
    display: table;
    clear: both;
  }
}
.ut-layout-blog h1.entry-title.post-header {
  margin-bottom: 10px;
}
.ut-layout-blog h2.entry-title.post-header {
  font-size: 28px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .ut-layout-blog h2.entry-title.post-header {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .ut-layout-blog h2.entry-title.post-header {
    font-size: 41px;
  }
}
.ut-layout-blog h2.entry-title.post-header a {
  color: #333;
}
.ut-layout-blog h2.entry-title.post-header a:hover {
  color: #660813;
}
.ut-layout-blog .multi-post-title {
  display: none;
}
.ut-layout-blog article {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #333 dotted;
}
.ut-layout-blog .entry-content > p > span > a {
  display: block;
  padding: 5px 10px;
  border: solid #820a18 1px;
  color: #333;
  margin-top: 1em;
}

.ut-layout-blog .sidebar-col h3, .ut-layout-blog .sidebar-col #calendar_wrap caption {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 5px;
}
.ut-layout-blog .sidebar-col ul li a {
  line-height: 200%;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #333;
}
.ut-layout-blog .sidebar-col ul li a:hover {
  color: #820a18;
}

.post-meta {
  margin-bottom: 10px;
}

.pagination {
  border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #000;
  cursor: default;
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 3px #820a18;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: none;
}
.pagination > li > a:hover, .pagination > li > span:hover {
  color: #000;
  background: #fff;
}

/*DUI Page Video*/

.dui-vid-container{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  max-width: 700px;
}

.dui-vid-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px){
  .dui-vid-container{
    height: 0;
    margin: 0 auto;
    max-width: 75%;
    padding-bottom: 40.25%;
    padding-top: 25px;
    position: relative;
  }
}


/*VENDORS*/
/*!
* lazyYT (lazy load YouTube videos)
* v1.0.1 - 2014-12-30
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/

.lazyYT-container {
  direction:ltr;
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000;
}

.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
 * Video Title (YouTube style)
 */

.lazyYT-container .html5-info-bar {
  position: absolute;
  top: 0;
  z-index: 935;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
     -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.lazyYT-container .html5-title {
  padding-right: 6px;
  padding-left: 12px;
}

.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

.lazyYT-container .html5-title-text {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

.lazyYT-container .html5-title-text:hover {
  color: #fff;
  text-decoration: underline;
}

/*
 * Thumbnail
 */

.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/*
 * Play button (YouTube style)
 */

.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}

.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}
