/*******************************************/
/* Theme Name: PaperStreet                 */
/* Theme URI: www.transaction-law.com			 */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2102                         */
/** Copyright PaperStreet Web Design		  **/
/*******************************************/

/*
GENERAL
HEADER
MENUS
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
*/

/*******************************************************************************************
GENERAL - Top-level styling
*******************************************************************************************/
:root {
	font-size: 15px;
	--body-text-color: #5F6272;
	--primary-color: #14172F;
	--secondary-color: #0F8577;
	--alternate-color: #E80924;
	--gray-color: #C0C3D3;
	--light-gray-color: #E9F5F7;
	--body-font-family: 'Poppins', sans-serif;
	--heading-font-family: 'Poppins', sans-serif;
	--fa-caret-right: '\f0da';
	--fa-angle-right: '\f105';
	--fa-plus: '\f067';
	--fa-minus: '\f068';
}

@media screen and (min-width: 768px) {
	/*TABLET*/
	:root {
		font-size: 16px;
	}
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	display: block !important;
	line-height: 1.6;
	color: #5F6272;
	font-size: 1.0rem;
	font-family: var(--body-font-family);
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*:focus {
	outline: auto;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* GENERAL > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 30px;
	color: #14172F;
	font-weight: 400;
	font-family: var(--heading-font-family);
	line-height: 1.2;
}

h1 {
	font-size: 2.4rem;
}

h2 {
	font-size: 2.0rem;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.3rem;
}

h5,
h6 {
	font-size: 1.0rem;
}

h1 span.subtitle,
h2 span.subtitle {
	display: block;
	color: #0F8577;
	font-size: 40%;
}

p {
	margin: 0 0 30px;
	font-size: 1.0rem;
	color: #5F6272;
}

/* GENERAL > Two Column Structure */
main {
	padding: 60px 0;
	min-height: 450px;
	display: block;
	width: 100%;
	overflow: hidden;
}

.content,
.sidebar {
	width: 100%;
}

.content {
	padding-right: 15px;
	margin-bottom: 60px;
}

.content img {
	max-width: 100%;
	width: 400px;
}

@media screen and (min-width: 768px) {
	main {
		padding: 80px 0;
	}

	.content {
		padding-right: 75px;
		width: 65%;
		margin-bottom: 0;
	}

	.content.full-width {
		width: 100%;
		padding-right: 15px;
	}

	.sidebar {
		width: 35%;
		float: right;
		clear: none;
		padding-left: 0;
	}
}

.ps219sw17 {color: blue; }

/* GENERAL > Utility Classes */
.row,
.row-wide,
.row-narrow {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.center{
	text-align: center;
}

.info span{
	font-size: 1.2rem;
}

.phones{
	width: 100%;
}

.offices{
	display: grid;
	margin-top: 20px;
	grid-template-columns: repeat(3,1fr);
}

.single_office{
	margin: 0;
}

.pas{
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
	justify-content: center;
	margin: 0 auto;
}

span.pa {
	padding: 15px 10px;
	display: flex;
	background-color: #121c56;
	width: 20%;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: 0 5px 0px;
}

h1{
	margin:10px 0 30px;
}

.content .zack{
	max-width: 125px;
}

@media screen and (max-width:1024px){
	span.pa{
		width: 45%;
		margin-bottom: 10px;
	}

	h3{
		font-size: 18px;
	}
}

@media screen and (max-width:640px){
	.offices{
		grid-template-columns: 1fr 1fr;
	}

	.single_office{
		margin-top: 10px;
	}
}

/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */

.home-hero {
	position: relative;
	background-image: url(../images/mobile/hero_02_mobile.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.home-slider {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.home-slider,
.home-slider-single {
	height: 500px;
}

.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
	background-image: url(../images/hero_01.webp);
}

.home-slider .slick-dots li button:before {
	color: #fff;
}

.home-hero-form-container {
	display: none;
}

.home-hero .slick-dots {
	z-index: 1;
}

@media screen and (min-width: 640px) {
	.home-hero {
		height: 600px;
	}
}

@media screen and (min-width: 1025px) {
	.home-slider {
		display: block;
	}

	.home-hero {
		background: none;
	}

	.home-hero,
	.home-slider,
	.home-slider-single {
		height: 750px;
	}

	.home-hero-form-container {
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}

	.home-hero-form-container,
	.home-hero-form-inner,
	.home-hero-form-container .row,
	.home-hero-form-container .columns {
		height: 100%;
	}

	.home-hero-form-inner {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.home-hero-form .contact-form-heading {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.home-hero-form form button {
		width: 100%;
	}

	.home-hero-form {
		margin-top: 80px;
		min-width: 375px;
		padding: 0;
		background: #E9F5F7;
	}
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
	.home-hero-form {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 30px;
	}

	.home-hero-form .contact-form-heading {
		display: none;
	}
}

/****************************************************
PLACEHOLDER
****************************************************/

/* GENERAL */

header {
	display: none !important;
}

.mobile-navigation-menu, .mobile-navigation-top-inner {
	display: none !important;
}

body {
  margin: 0;
  /* background: url('../images/placeholder-bg.jpg'); */
  background: #121c56;
  background-position-x: center;
  background-repeat: no-repeat;
}

/* body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(20, 23, 47, 0.5);
  pointer-events: none;
} */

#wrapper {
  background: #fff;
	width: 90%;
	margin: 20px auto 0;
	padding: 0;
	border-radius: 20px;
}

h1, h2, p, a, span {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

h1 {
    font-size: 40px;
    text-transform: uppercase;
	/* margin: 0; */
	color: #00315A;
}

h2 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

h3 {
    margin: 7px 0;
}

p {
    font-size: 15px;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #00315A;
}

a:hover,
a:focus {
	color: #00315A;
	text-decoration: underline;
}

.sm-margin-right {
    margin-right: 5px;
}

.row {
    max-width: 1280px;
    margin-right: auto;
	margin-left: auto;
	width: 100% !important;
}

.bold {
    font-weight: 700;
}

.light {
    font-weight: 100;
    font-style: italic;
}

/* HEADER */
.header .row {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

/* CONTENT */
.content {
  text-align: center;
  margin: 30px 0 0;
	width: 100%;
	padding: 15px 30px 25px;
}

.content .row {
    width: 80%;
}

.content p {
    line-height: 25px;
}

.info{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.intro-content {
  max-width: 90%;
  margin: 0 auto;
}

h3 span {
  display: block;
}

.small-margin-right{
	margin-right: 5px;
}

/* RESPONSIVE */

@media screen and (min-width: 640px) {
  h3 span {
    display: inline;
  }
}

@media screen and (min-width: 768px) {

	#wrapper {
		width: 70%;
	}

    .practices-list {
        flex-direction: row;
    }

    .single-practice {
        width: 40%;
    }

    footer {
        flex-direction: row;
        justify-content: center;
    }
    
    footer .footer-item {
        width: 100%;
        text-align: center;
    }

    footer .footer-item:nth-child(1) .footer-inner {
        align-items: flex-start;
    }
}
@media screen and (min-width: 1024px) {

    h1 {
		font-size: 50px;
	}

    .header .row {
        padding: 15px 30px;
    }

    .content .row {
        width: 50%;
    }

    .single-practice {
        width: 25%;
    }
}

@media screen and (min-width: 1025px) {
  #wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  body {
    height: 100vh;
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
    body {
        position: relative;
        height: 100vh;
    }

    .content .row {
        width: 40%;
    }
}

/* FontAwesome */

.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}

.fa-phone:before{content:"\f095"}

@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}