/* CHILD THEME STYLESHEET: IMPRESSIVE PHOTO */

/* Common Styles */
.module {
	padding: 70px 0;
}

.module .module-title {
	display: none;
}

.module-blog-a,
.child-theme-main {
	background: #E9F5F7;
	min-height: 0;
}
.home-divider.home-about-divider {
    padding: 10px 0;
}
.home-divider {
	background: #388ABC;
	padding: 35px 0;
	position: relative;
}


.home-divider:after {
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 20px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #388ABC transparent transparent transparent;

}

.home-divider h1,
.home-divider h2 {
	margin: 0;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
}

.home-divider .columns {
	float: none;
}

/* Slogan */
.slogan {border-top: 2px solid #e9b464; border-bottom: 3px solid #e9b464; position: relative; overflow: hidden; min-height: 100vh;}
.home .slogan {opacity: 0;}
.slogan .cb-slideshow {position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; margin: 0; padding: 0;}
.slogan .cb-slideshow li span {width: 100%; height: 100%; position: absolute; top: 0; left: 0; color: transparent; background-size: cover; background-position: 50% 50%; background-repeat: none; opacity: 0; z-index: 0; -webkit-backface-visibility: hidden; -webkit-animation: imageAnimation 18s linear infinite 0s; -moz-animation: imageAnimation 18s linear infinite 0s; -o-animation: imageAnimation 18s linear infinite 0s; -ms-animation: imageAnimation 18s linear infinite 0s; animation: imageAnimation 18s linear infinite 0s;}

.slogan .cb-slideshow li:nth-child(2) span {-webkit-animation-delay: 6s; -moz-animation-delay: 6s; -o-animation-delay: 6s; -ms-animation-delay: 6s; animation-delay: 6s;}
.slogan .cb-slideshow li:nth-child(3) span { -webkit-animation-delay: 12s; -moz-animation-delay: 12s; -o-animation-delay: 12s; -ms-animation-delay: 12s; animation-delay: 12s;}

/* Animations */
@-webkit-keyframes imageAnimation { 
   0% {opacity: 0; -webkit-animation-timing-function: ease-in;}
   16% {opacity: 1; -webkit-transform: scale(1.05); -webkit-animation-timing-function: ease-out;}
   34% {opacity: 1; -webkit-transform: scale(1.1);}
   50% {opacity: 0; -webkit-transform: scale(1.1);}
   100% { opacity: 0}
}
@-moz-keyframes imageAnimation { 
   0% {opacity: 0; -moz-animation-timing-function: ease-in;}
   16% {opacity: 1; -moz-transform: scale(1.05); -moz-animation-timing-function: ease-out;}
   34% {opacity: 1; -moz-transform: scale(1.1);}
   50% {opacity: 0; -moz-transform: scale(1.1);}
   100% {opacity: 0}
}
@-o-keyframes imageAnimation { 
   0% {opacity: 0; -o-animation-timing-function: ease-in;}
   16% {opacity: 1; -o-transform: scale(1.05); -o-animation-timing-function: ease-out;}
   34% {opacity: 1; -o-transform: scale(1.1);}
   50% {opacity: 0; -o-transform: scale(1.1);}
   100% {opacity: 0}
}
@-ms-keyframes imageAnimation { 
   0% {opacity: 0; -ms-animation-timing-function: ease-in;}
   16% {opacity: 1; -ms-transform: scale(1.05); -ms-animation-timing-function: ease-out;}
   34% {opacity: 1; -ms-transform: scale(1.1);}
   50% {opacity: 0; -ms-transform: scale(1.1);}
   100% {opacity: 0}
}
@keyframes imageAnimation { 
   0% {opacity: 0; animation-timing-function: ease-in;}
   16% {opacity: 1; transform: scale(1.05); animation-timing-function: ease-out;}
   34% {opacity: 1; transform: scale(1.1);}
   50% {opacity: 0; transform: scale(1.1);}
   100% {opacity: 0}
}
.no-cssanimations .cb-slideshow li span {opacity: 1;}

.slogan .overlay {position: absolute; top: 0; left: 0; bottom: 0; width: 100%;}
.slogan .center-area {display: table; height: 100%;}
.slogan .center-element {display: table-cell; vertical-align: middle;}
.slogan .slogan-box { margin: 0 auto;}
.slogan .slogan-box .slogan-text {margin-bottom: 30px;}
.home .slogan-text {opacity: 0;}
.home .slogan-text.animated {opacity: 1;}
.slogan .slogan-box .cta {margin: 0 auto; background-color: #e28a05; width: 100%; max-width: initial; font-size: 22px; color: #1e1853; font-weight: bold; font-family: 'Libre Baskerville', serif;}
.home .cta {opacity: 0;}
.slogan .slogan-box .cta i {margin-left: 10px;}
.slogan .slogan-box .cta:hover {color: #e28a05; background-color: #1e1853;}
.slogan .slogan-small img.wide-image {margin: 0 0 30px;}
.slogan .slogan-small img.slogan-mobile {width: 100%; padding: 0 .9375rem; margin: 0 auto 30px; display: block; max-width: 500px;}
.slogan .slogan-small .cta {margin: 0 20px 30px; background-color: #e28a05; max-width: initial; font-size: 22px; color: #1e1853; font-weight: bold; font-family: 'Libre Baskerville', serif;}
.slogan .slogan-small .cta i {margin-left: 10px;}
.slogan .slogan-small .cta:hover {color: #e28a05; background-color: #1e1853;}

.slogan .cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 18s linear infinite 0s;
	-moz-animation: imageAnimation 18s linear infinite 0s;
	-o-animation: imageAnimation 18s linear infinite 0s;
	-ms-animation: imageAnimation 18s linear infinite 0s;
	animation: imageAnimation 18s linear infinite 0s;
}
/* slider ends heree*/

/* Home Hero */

.home-hero {
	margin-top: 100px;
}

.home-slider-tagline-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	position: relative;
}

.home-slider-single-tagline {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 15px;
	position: absolute;
	top: 315px;
}

.home-slider-single-tagline-lower {
	margin-top: 50px;
}

.home-slider-single-tagline h2,
.home-slider-single-tagline h3 {
	padding: 20px;
	color: #fff;
	
}

.home-slider-single-tagline h2 {
	text-transform: uppercase;
	font-size: 3.5rem;
	text-shadow:0 0 5px #000, 0 0 10px #000;
	margin-top:calc(96vh - 400px);
}

@media screen and (max-width:1239px){
	.home-slider-single-tagline h2{
		margin-top: calc(96vh - 475px);
	}
}

.home-slider-single-tagline h3 {
	display: inline-block;
	font-size:2rem;
	text-shadow:0 0 5px #388ABC, 0 0 10px #388ABC;
	text-transform:uppercase;
}

.home-hero-down-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.home-hero-down {
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 2rem;
}

.home-hero-down,
.home-hero-down i {
	line-height: 50px;
}

@media screen and (min-width: 1025px) {
	.home-hero {
		margin-top: 0;
	}
	.home-slider-single-tagline h2 {
		font-size: 3.2rem;
		
	}
}

/* Intro Section */
.module-intro-a {
	padding: 0;
}

.module-intro-a .module-intro-content {
	text-align: left;
    padding-left: 50px;
    padding-right: 50px;
}

.home section.module.module-intro-a {
    margin-top: 60px;
	margin-bottom:50px;
}

/* Badges Section */
.module-badges-b-inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.module-badges-b-single {
	flex-basis: 50%;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (min-width: 280px) and (max-width:767px){
	
	.home-slider-single-tagline h2 {
		font-size:2rem;
	}
	.home-slider-single-tagline h3{
		font-size:1.2rem;
	}
	
.home section.module.module-intro-a {
    margin-top: 20px;
    margin-bottom: 20px;
}
		
.module-intro-content {
    padding: 30px!important;
}

.slider-testimonials-b-container {
    padding: 30px;
}
	
p.footer-address-p {
    font-size: 20px;
}

	
.form-container button{width:100%;}
	
}

@media screen and (min-width: 768px) {
	.module-badges-b-single {
		flex-basis: 33.3%;
		width: 33.3%;
	}
	
}

@media screen and (min-width: 1025px) {
	.module-badges-b-single {
		flex-basis: 16%;
		width: 16%;
		margin: 0;
	}
}

/* Practices Section */

.module-practices-c h3 {
	position: relative;
	margin: 10px 0 20px;
}

.module-practices-c h3:before {
	content: '\f0da';
	font-family: 'Font Awesome 5 Pro';
	color: #14172F;
	margin-right: 6px;
}

.practices-single-thumbnail {
	width: 100%;
}

.module-practices-c .practices-single {
	margin-bottom: 30px;
	text-decoration: none;
	padding: 15px;
	display: block;
}

.module-practices-c .practices-single:hover,
.module-practices-c .practices-single:focus {
	background: #C0C3D3;
}

.module-practices-c .practices-single-content {
  margin-bottom: 25px;
	font-size: 0.9rem;
	color: #464646;
}

@media screen and (min-width: 640px) {
  .module-practices-c .practices-single {
    width: 46%;
  }

  .module-practices-c-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1025px) {
  .module-practices-c .practices-single {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 80px;
  }

  .module-practices-c .practices-single:nth-child(3n) {
    margin-right: 0;
  }

  .module-practices-c-inner {
		justify-content: center;
		margin-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
	.module-practices-c-inner {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 40px;
	}

	.module-practices-c .practices-single {
		width: 100%;
		margin: 0;
	}
}

/* Attorney Section */
.module-attorneys-d {
  padding: 0;
}

.module-attorneys-d-photo {
  display: flex;
  align-items: center;
  width: 100%;
  height: 300px;
}

.module-attorneys-d-photo-inner {
  content: "";
  margin: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

.module-attorneys-d-content {
  padding: 50px 15px;
}

.module-attorneys-d-content-inner {
  margin-bottom: 50px;
}

.module-attorneys-d-title {
  background: black;
  text-align: center;
  padding: 20px 0;
}

.module-attorneys-d-buttons > * {
  margin-right: 10px;
}

.module-attorneys-d-buttons > *:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1025px) {
  .module-attorneys-d-buttons {
    justify-content: flex-start;

  }
  .module-attorneys-d-inner {
    display: flex;
  }

  .module-attorneys-d-photo {
    width: 50%;
    height: auto;
  }

  .module-attorneys-d-content {
    flex: 1;
    padding: 80px 40px;
  }

  .module-attorneys-d-content-inner {
    height: 650px;
    overflow: auto;
    padding-right: 8%;
  }
}

@media screen and (min-width: 1450px) {
  .module-attorneys-d-content {
    padding-right: 16%;
  }
}

/* Testimonials Section */

.slick-arrow {
    border: none;
	display: none !important;
}
.slider-testimonials-b-container {
  position: relative;
}

.slider-testimonials-b-container .slick-arrow {
  float: left;
}

.slider-testimonials-b-buttons {
  display: flex;
  justify-content: center;
}

.slider-testimonials-b {
  width: 100%;
	margin: 0 auto 40px;
}

.slider-testimonials-b .slider-testimonial-single {
  margin-bottom: 0;
}

.slider-testimonials-b .slider-testimonial-source {
position: relative;
    font-weight: 400;
    font-family: 'Reem Kufi', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding-bottom: 40px;
	color:#fff;
}
.restxt p{
	color:#fff;
}
.slider-testimonials-b-buttons .slick-arrow{
	color:#fff!important;
}

section.module.module-testimonials-b.home-result {
    background: url(/wp-content/themes/paperstreet/images/results-bg.jpg);
    background-size: cover;
    background-position: center;
}
/*
.slider-testimonials-b .slider-testimonial-source:before {
  content: "\2014";
  margin-right: 2px;
}*/

.slider-testimonials-b-more {
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;
}

.slider-testimonial-content {
	font-size: 1.2rem;
}

.slider-testimonial-content:before {
	content: open-quote;
}

.slider-testimonial-content:after {
	content: close-quote;
}

@media screen and (min-width: 768px) {
  .slider-testimonials-b {
    width: 80%;
  }

  .slider-testimonials-b .slider-testimonial-single {
    margin: 0;
  }

  .slider-testimonials-b-container .slick-arrow {
    position: absolute;
    top: 30%;
    left: 0;
  }

  .slider-testimonials-b-container #slider-testimonials-b-next {
    left: auto;
    right: 0;
  }
}

/* Blog Section */
.module-blog-a-inner {
  padding: 60px 0;
  border-top: 1px solid #C0C3D3;
  border-bottom: 1px solid #C0C3D3;
  position: relative;
}

.module-blog-a-inner-bottom {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: inline-block;
  background-color: #fff;
  padding-right: 50px;
}

.module-blog-a-single {
  margin-bottom: 60px;
}

.module-blog-a-single h3 {
  margin-bottom: 15px;
}

.module-blog-a-single p {
  margin: 25px 0;
}

.module-blog-a-single-info {
  text-transform: uppercase;
  margin: 0;
  font-size: 0.9rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .module-blog-a-inner-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .module-blog-a-single {
    flex-basis: 47%;
		width: 47%;
		padding-right: 3%;
		margin-right: 3%;
		border-right: 1px solid #b9b9b9;
	}

	.module-blog-a-single:nth-child(2n + 2) {
		padding-right: 0;
		border-right: none;
	}
}

@media screen and (min-width: 1025px) {
  .module-blog-a-inner-posts {
    justify-content: flex-start;
  }

  .module-blog-a-single {
    flex-basis: 22%;
    width: 22%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.module-blog-a-single:nth-child(2n + 2) {
		padding-right: 3%;
		border-right: 1px solid #b9b9b9;
	}

  .module-blog-a-single:last-of-type {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
  }
}


.module-blog-a-inner-bottom {
	position: relative;
	width: 100%;
	bottom: 0;
	display: block;
	text-align: center;
	background: none;
}

@media screen and (min-width: 1025px) {
	.module-blog-a-inner-posts {
		margin-bottom: 30px;
	}
}

/*************  ATTORNEY GRADIENT BG  ***********/
.attorney-results a.attorney-result-single {background: linear-gradient(90deg, rgba(36,186,222,1) 0%, rgba(50,102,154,1) 100%)!important}