  /**!
 * Main Css File for Wilson Law Offices
 * ================================
 * 1. Compiled Bootstrap 4, Font Awesome 4.7 and theme reset
 * 2. Custom Css for quick editing
 */

@import url('/wp-content/themes/kaplanlawpractice/assets/css/compiled.css');
@import url('/wp-content/themes/kaplanlawpractice/assets/css/swiper.min.css');

body#tinymce {
  padding: 10px !important;
}

/********************************/
/*            Global            */
/********************************/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Oswald', sans-serif;
  background: #fff;
  color: #3e3e3e;
  font-weight: 400;
  line-height: 1;
  font-size: 1.7rem;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
}

p {
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
}

ul {
  list-style: none;
}

li {
  line-height: 1.5;
}

a {
  color: #fff;
}

a:hover {
  color: #aa1e18;
}

.btn {
  padding: 2rem 4rem;
  border-radius: 0;
  background-color: #aa1e18;
  color: #fff;
  line-height: 2rem;
  font-size: 1.7rem;
  font-weight: 400;
  border: none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.btn:hover {
  background: #aa1e18;
  box-shadow: 0 3px 12px 0 rgba(0,0,0,.5);
  transform: scale(1.1);
  color: #fff;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

h1,h2,h3, {
  font-weight: 700;
}

section h3 {
  font-size: 5rem;
  line-height: 6rem;
}

.title::after {
  display: block;
  background: #aa1e18;
  content: '';
  height: 5px;
  width: 100px;
  margin: 30px auto;
}

.title-left::after {
  display: block;
  background: #aa1e18;
  content: '';
  height: 5px;
  width: 100px;
  margin: 30px 0;
}

/********************************/
/*           Header             */
/********************************/

.header {
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.5);
  background: url('/wp-content/themes/kaplanlawpractice/assets/img/hero-bg.jpg');
  background-position: top!important;
}

.top-bar {
  background-color: rgba(0, 0, 0, 0.2);
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.top-bar .icon-before {
  font-size: 3rem;
  line-height: 4rem;
  position: absolute;
  left: 0;
  top: 4rem;
  color: #aa1e18;
}

.top-bar .location {
  font-size: 1.7rem;
  line-height: 2rem;
}

.top-bar .phone {
  font-size: 3rem;
  line-height: 4rem;
}

.top-bar p {
  height: 40px;
}

.top-bar p span {
  color: #aa1e18;
  font-size: 20px;
}

/********************************/
/*         Navigation           */
/********************************/

.navbar .nav-list .nav-link {
  padding: 1rem 1.2rem;
}

.navbar .nav-list .active>.nav-link {
  background-color: #aa1e18;
  border-radius: 5px;
  border: 1px solid #aa1e18;
}

.navbar .nav-list .active>.nav-link:hover {
  background: none;
}

.navbar .nav-list .active>.dropdown-item {
  font-weight: 700;
}

.navbar .dropdown {
  position: relative;
}

.navbar .dropdown .nav-link {
  padding: 1rem 3rem 1.2rem 1rem;
}

.navbar .dropdown::after {
  display: block;
  right: 0rem;
  top: 0;
  height: 100%;
  width: 3rem;
  text-align: center;
  content: '\f107';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  line-height: 4.5rem;
}

.navbar .dropdown:hover:after  {
  color: #aa1e18;
}

.navbar .dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #fff;
  padding: 0;
  background-color: rgba(170, 30, 24, 0.9);
  display: none;
}

.dropdown-menu .nav-item {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.dropdown-menu .nav-item:last-child {
  border-right: none;
  border-bottom: none;
}

.dropdown-menu .dropdown-item {
  padding: 1rem 2rem;
  text-transform: uppercase;
  color: #fff;
}

.dropdown-menu .nav-item:hover>.dropdown-item {
  color: #aa1e18;
  background: #fff;
}

.dropdown-menu .dropdown-menu-right:after {
  display: block;
  right: 0rem;
  top: 0;
  height: 100%;
  width: 2rem;
  text-align: center;
  content: '\f105';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  line-height: 3.5rem;
}

.sub-menu {
  left: 100%;
  top: 0;
  margin: 0;
}

.sub-menu .nav-item .dropdown-item {
  background-color: #aa1e18;
  white-space: normal;
}

.sub-menu .nav-item:hover .dropdown-item {
  color: #aa1e18;
  background: #fff;
}

/********************************/
/*            Hero              */
/********************************/
.hero {
  padding: 20rem 0 15rem;
  border-bottom: 5px solid #aa1e18;
}

.hero .title-left::after {
  margin: 15px 0;
}

.hero h3 {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 62px;
  text-shadow: 3px 2px 9px rgba(68, 68, 68, 0.87);
}

.hero p {
  color: #ffffff;
  font-size: 3rem;
  line-height: 4rem;
}

.hero-red-text {
  background-color: #ffffff;
  width: 200px;
  padding: 5px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.hero-text p {
    text-shadow: 3px 2px 9px rgba(68, 68, 68, 0.87);
}

p.hero-red-text {
  font-size: 20px;
  color: #aa1e18;
  line-height: 20px;
}

.hero-red-text-2 {
  background-color: rgba(170, 30, 24, 0.9);
  width: 200px;
  padding: 10px 5px 25px;
  font-family: 'Roboto', sans-serif;
}

.sticky-text {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  margin: 20px 20px 20px auto;
  z-index: 1;
  background-color: rgba(170, 30, 24, 0.9);
}

.sticky-text p {
  color: #fff;
}

.hero-red-text-2 p {
  font-weight: 400;
  font-size: 20px;
  margin: 10px 0 0;
  line-height: 20px;
}

.hero-red-text-2 a {
  font-weight: 700;
  font-size: 20px;
}

.hero-red-text-2 a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/********************************/
/*         Main Content         */
/********************************/

.practice-areas {
  margin-top: -73px;
}

.page-id-9 .practice-areas {
  margin-top: 0;
}

.practices {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  width: auto;
  max-width: 350px;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.practices * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.practices img {
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}

.practices figcaption {
  position: absolute;
  height: 63px;
  bottom: 43%;
  overflow: hidden;
  padding: 5px;
  background-color: #aa1e18;
  width: 100%;
  display: flex;
}

.practices h3 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: auto;
  display: block;
}

.practices blockquote {
  padding: 0;
  margin: 10px 0 0;
  font-size: 1.5rem;
  opacity: 0;
  font-family: 'Roboto', sans-serif;
  display: none;
}

.practices blockquote p {
  text-align: center;
}

.practices blockquote ul {
  list-style: none;
  padding-left: 0;
}

.practices blockquote li {
  padding-left: 1rem;
}

.practices blockquote li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  width: 1rem;
}

.practices a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.practices:hover figcaption,
.practices.hover figcaption {
  height: calc(100%);
  bottom: 0%;
  background-color: rgba(170, 30, 24, 0.9);
  padding: 5px;
  display: block;
}

.practices:hover h3,
.practices.hover h3 {
  text-align: center;
}

.practices:hover blockquote {
  opacity: 1;
  display: block;
}

.content .title {
  font-size: 5rem;
  line-height: 6rem;
}

.content article {
    margin: 10px 19px;
}

time.updated {
  display: none;
}

.content h2 {
  font-size: 3rem;
  line-height: 5rem;
  color: #aa1e18;
}

.content article h3 {
  font-size: 3rem;
  line-height: 4rem;
}

.content article h4 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #aa1e18;
}

.content article h5 {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
}

.content p {
  text-align: justify;
  font-size: 1.7rem;
  line-height: 3rem;
  margin-bottom: 3rem;
}

.content article a {
  text-decoration: none;
  color: #aa1e18;
}

.content article a:hover {
  color: #aa1e18;
  text-decoration: underline;
}

.content .btn {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}

.content .btn:hover {
  color: #fff;
  text-decoration: none;
}

.content ul {
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
}

.content ul li, .content ol li {
  font-size: 1.7rem;
  line-height: 3rem;
  padding-left: 4rem;
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.content ul li::before {
  position: absolute;
  width: 3rem;
  left: 0;
  line-height: 3rem;
  font-size: 2rem;
  display: block;
  text-align: center;
  color: #aa1e18;
  font-family: 'FontAwesome';
  content: '\f0da';
}

.content article blockquote {
  margin: 0 0 1rem;
  padding: 20px 20px 20px 100px;
  background: #295ba4;
  box-shadow: 0 3px 12px 0 rgba(0,0,0,.5);
  position: relative;
  border-bottom: 5px solid #e4a117;
}

.content article blockquote.case:before {
  display: block;
  font-size: 5rem;
  top: 40px;
  left: 25px;
  position: absolute;
  content: '\f0e3';
  font-family: 'FontAwesome';
  color: #e4a117;
}

.content article blockquote.tst:before {
  display: block;
  font-size: 5rem;
  top: 40px;
  left: 25px;
  position: absolute;
  content: '\f087';
  font-family: 'FontAwesome';
  color: #e4a117;
}

.content article blockquote p {
  font-weight: 300;
  font-style: italic;
}

.content article blockquote h6 {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: right;
}

.content article blockquote h6 span {
  color: #e4a117;
}

.content article blockquote .rating {
  letter-spacing: 10px;
  font-size: 2rem;
  color: #e4a117;
}

.content article .map {
  width: 100%;
  height: 350px;
  border: none;
}

.content .otm-form-response {
  text-align: center;
  margin: 10px 0;
  color: #fff;
}

.modal-content {
  border-radius: 0;
}

/********************************/
/*     Testimonials Section     */
/********************************/

.testimonials {
  background: url('/wp-content/themes/kaplanlawpractice/assets/img/testimonials-bg.jpg');
  color: #fff;
}

.testimonials .ts-btn {
  background: none;
  height: 40px;
  width: 40px;
  text-align: center;
}

.testimonials .ts-btn:focus {
  outline: none;
}

.testimonials .ts-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.testimonials .ts-btn i {
  line-height: 4rem;
  font-size: 2.5rem;
  color: #fff;
}

.testimonials .test-next {
  right: 0;
}

.testimonials .test-prev {
  left: 0;
}

.testimonials .btn {
  max-width: 20rem;
}

.testimonials .client {
  font-size: 2rem;
  line-height: 3rem;
}

.client p {
  display: inline;
}

.client i {
  margin: 0 3px;
  color: #ffdc2d;
}

.testimonials-page blockquote {
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #dddd;
  -webkit-box-shadow: 0px 0px 21px 2px rgba(173,173,173,1);
  -moz-box-shadow: 0px 0px 21px 2px rgba(173,173,173,1);
  box-shadow: 0px 0px 21px 2px rgba(173,173,173,1);
}

.inner-page-main {
  margin-top: -130px;
}

/********************************/
/*      Sidebar + OTM Form      */
/********************************/

.sidebar {
  background: url('/wp-content/themes/kaplanlawpractice/assets/img/sidebar-bg.jpg');
  padding: 20px;
  margin: 30px 0;
}

.sidebar h4 {
  color: #aa1e18;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
}

.sidebar h4 span {
  color: #fff;
}

.sidebar .d-flex hr {
  width: 100px;
  height: 1px;
  background-color: #aa1e18;
}

.sidebar .d-flex p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 15px;
  line-height: 20px;
}

.OTMForm .input-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.OTMForm .form-icon {
  position: absolute;
  line-height: 50px;
  width: 40px;
  left: 0;
  text-align: center;
  color: #1a1b1f;
}

.OTMForm input {
  border-radius: 0px;
  border: none;
  height: 50px;
  padding-left: 40px;
  background: #fff;
  color: #183662;
}

.OTMForm textarea {
  border-radius: 0px;
  border: none;
  height: 100px;
  padding-left: 40px;
  background: #fff;
  color: #183662;
  padding-top: 10px;
}

.modal-content .OTMForm input, .modal-content .OTMForm textarea {
  border: 1px solid #a6a7a8;
  padding-left: 10px;
}

.OTMForm .form-btn {
  border-radius: 0;
}

.otm-form-response {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 20px 0 0;
}

.modal-content .otm-form-response {
  color: #aa1e18;
}



/********************************/
/*           Footer             */
/********************************/

.top-footer .soc-icons a {
  width: 45px;
  height: 45px;
  background-color: #aa1e18;
  border-radius: 50%;
  margin: 0 10px;
}

.top-footer .soc-icons a:hover {
  color: #fff;
  transform: scale(1.2);
}

.top-footer .soc-icons a i {
  line-height: 45px;
  font-size: 25px;
}

.address i, .footer-phone i  {
  color: #aa1e18;
  font-size: 25px;
  margin-right: 10px;
  line-height: 60px;
}

.footer-phone i {
  line-height: 75px;
}

footer span {
  color: #aa1e18;
}

.address a {
  color: #3e3e3e;
  font-family: 'Roboto', sans-serif;
}

.footer-phone a {
  color: #3e3e3e;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.address a:hover, .footer-phone a:hover {
  color: #aa1e18;
}

.copyright {
  background-color: #1c1c1c;
}

.copyright p, .copyright a {
  color: #fff;
}

.copyright img {
  max-width: 150px;
}

/********************************/
/*            Blog              */
/********************************/

.blogsection h2 {
  font-size: 40px;
}

.blogsection a {
  background: #aa1e18;
  transition: transform 0.2s ease-in-out;
}

.blogsection h4 {
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.blogsection a:hover {
  color: #fff;
  transform: scale(1.1);
}

.blogsection a.btn {
  max-width: 20rem;
}

.blog-sidebar {
  background: url('/wp-content/themes/kaplanlawpractice/assets/img/sidebar-bg.jpg');
  padding: 40px 20px;
  margin: 30px 0;
}

.blog-sidebar h4 {
  color: #aa1e18;
  font-size: 30px;
}

.blog-sidebar ul {
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
}

.blog-sidebar ul li {
  font-size: 1.7rem;
  line-height: 3rem;
  padding-left: 4rem;
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.blog-sidebar ul li::before {
  position: absolute;
  width: 3rem;
  left: 0;
  line-height: 3rem;
  font-size: 2rem;
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'FontAwesome';
  content: '\f0da';
}

.recent-posts-2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.blog-arrows a {
  color: #aa1e18;
}

.header-meta a {
  color: #868e96;
}

img.attachment-post-thumbnail {
  display: block;
  margin: 20px auto 30px;
}

ul.pagination {
  list-style: none;
}

ul.pagination li {
  font-size: 1.7rem;
  line-height: 3rem;
  padding-left: 0;
  position: relative;
}

ul.pagination li::before {
  display: none;
}

.page-item.active .page-link {
  background-color: #aa1e18;
border-color: #aa1e18;
}

.page-link {
  color: #3e3e3e;
}

/********************************/
/*        Blog Single           */
/********************************/

p.blogs-text {
  margin-bottom: 1rem;
}

.blog hr {
    border-top: 1px solid #aa1e18;
}

.single h1 {
  font-size: 40px;
}

/**** Contact Form ***/
#wpforms-form-249 button[type=submit] {
    padding: 2rem 4rem;
    border-radius: 0;
    background-color: #aa1e18;
    color: #fff;
    text-transform: uppercase;
    line-height: 2rem;
    font-size: 1.7rem;
    width: 100%;
    font-weight: 400;
    border: none;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#wpforms-form-249 button[type=submit]:hover{
	background-color: #aa1e18;
    color: #fff;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0,0,0,.5);
    transform: scale(1.1);
}
#wpforms-form-249 label.wpforms-error {
    display: block;
    color: #f3eded;
    font-size: 12px;
    float: none;
    background: #b2342e;
    padding: 8px 10px;
    margin-top: 4px;
}
#wpforms-form-249 input, #wpforms-form-249 textarea {
    border-radius: 0px;
    border: none;
    height: 50px;
    background: #fff;
    color: #183662;
}
#wpforms-form-249 textarea{
	height: auto;
    min-height: 120px;
}
#wpforms-249 {
    margin-bottom: 0px;
}
#wpforms-confirmation-249 {
    margin-top: 50px;
    margin-bottom: 0px;
}



/********************************/
/*         Responsive           */
/********************************/

/********** Small Laptops **********/

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

  .navbar .nav-list .nav-link {
    padding: 0.5rem;
    font-size: 16px;
  }
  .navbar .dropdown .nav-link {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
  .navbar .dropdown::after {
    line-height: 3.7rem;
    width: 2rem;
  }
  .practices figcaption {
     height: 50%;
     bottom: 25%;
 }
}

/********** Tablets **********/

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

  .top-bar .phone {
    font-size: 2.5rem;
  }

  .hamburger {
    outline: none!important;
    -webkit-appearance: none!important;
  }

  .hamburger {
    position: relative;
    top: -50px;
  }

  .navbar .nav-item {
    border: none;
  }

  .navbar .nav-item:last-child {
    border-right: none;
  }

  .navbar .nav-item + .nav-item {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .practices {
    display: block;
    margin: 10px auto;
  }
}

/********** Mobile (IPhone 6s) **********/

@media screen and (max-width: 768px ) {
  .content .title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .content article h5 {
    text-align: justify;
    font-size: 2rem;
    line-height: 3rem;
  }
  .content article .btn {
    padding: 1rem 3rem;
  }
  .content article blockquote {
    padding: 20px;
  }
  .content article blockquote.case:before {
    position: initial;
    text-align: center;
    left: 0;
  }
  .content article blockquote.tst:before {
    position: initial;
    text-align: center;
    left: 0;
  }
  .sticky-text {
    display: none;
  }
  .inner-page-main {
    margin-top: 0px;
  }
  .practice-areas {
    margin-top: 0;
  }
  .practices blockquote {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 575px ) {
  .hamburger {
    top: 0px;
}
.practices blockquote {
  font-size: 1.5rem;
}
}

/********** XS Mobile (IPhone 5) **********/

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

}