/*
  ##Device = Most of the Smartphones Mobiles
  ##Screen = B/w 320px to 767px
*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
	/*--------------------------------------------------------------
    # Typography
    --------------------------------------------------------------*/

  h1,
  .h1 {
		font-size: 48px;
		line-height: 52px;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 38px;
  }

  h3,
  .h3 {
		font-size: 24px;
		line-height: 32px;
  }

	#page blockquote {
		margin: 72px -24px;
		padding: 0 24px;
	}

	#page blockquote p:first-child {
		font-size: 24px;
		line-height: 34px;
		display: flex;
	}

	#page blockquote p:not(:last-child) {
		margin-bottom: 30px;
	}

	#page blockquote p:first-child:before {
		transition: none;
		position: inherit;
		left: inherit;
		top: inherit;
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 0;
		transform: translateY(5px);
	}

	/*--------------------------------------------------------------
    # Links
    --------------------------------------------------------------*/

	a {
		transition: none !important;
	}

	.cta {
		font-size: 14px;
		line-height: 20px;
	}

	/*--------------------------------------------------------------
    # Media
    --------------------------------------------------------------*/

	/*--------------------------------------------------------------
    # Forms
    --------------------------------------------------------------*/

	input[type],
	textarea {
		transiton: none;
	}

	/*--------------------------------------------------------------
    # Structure
    --------------------------------------------------------------*/

	.wrap {
		padding-left: 24px;
		padding-right: 24px;
	}

	#page .mobile {
		display: block;
	}

	#content {
		transition: none;
	}

	/* Sections */

	/* Section: Hero */
	.hero-section {
		height: auto;
    min-height: inherit;
	}

	.hero-section .hero-section-banner {
		height: 58vh;
	}

	.page-child .hero-section .hero-section-banner {
		min-height: 702px;
	}

	body:not(.page-child):not(.single)
		.hero-section:not(.no-image)
		.hero-section-banner {
		align-items: flex-end;
	}

	.hero-section .hero-section-banner .wrap {
		padding: 40px 24px 38px;
	}

	.hero-section .hero-section-banner h2 {
		text-indent: 0;
		line-height: 42px;
		font-size: 38px;
	}

	.hero-section .hero-section-banner span.h4 {
		padding-bottom: 5px;
	}

	.page-child .hero-section .hero-section-tagline:before {
		display: none;
	}

	.page-child .hero-section .hero-section-tagline .wrap {
		padding: 0;
	}

	.page-child .hero-section .hero-section-tagline .tagline-inner {
		padding: 24px;
		width: calc(100% - 24px);
		min-height: inherit;
	}

	.page-child .hero-section .hero-section-tagline .tagline-inner:before {
		display: none;
	}

	/* Hero No Image */
	.hero-section.no-image {
		height: auto;
	}

	.hero-section.no-image .hero-section-banner {
		height: 40vh;
		min-height: inherit;
	}

	.hero-section.no-image .hero-section-banner .wrap {
		padding: 0 24px 40px;
	}

	/* New Tagline, Parent Pages Only, only on .page, no CPTs */
	body.page:not(.page-child) #page .hero-section .hero-section-banner {
		height: 58vh;
	}

	body.page:not(.page-child) #page .hero-section .hero-section-tagline p {
		font-size: 20px;
		line-height: 32px;
	}

	/* Fix CPT taglines */
	body.single .hero-section .hero-section-banner {
		min-height: 702px;
	}

	body.single .hero-section .hero-section-tagline {
		width: calc(100% - 24px);
	}

	body.single .hero-section .hero-section-tagline:before {
		display: none;
	}

	body.single .hero-section .hero-section-tagline .wrap {
		padding: 0;
	}

	body.single .hero-section .hero-section-tagline .tagline-inner {
		width: auto;
		min-height: inherit;
		padding: 24px 24px 35px;
		display: block;
		flex-direction: inherit;
	}

	body.single .hero-section .hero-section-tagline .tagline-inner:before {
		display: none;
	}

	body.single .hero-section .hero-section-tagline p {
		line-height: 22px;
		font-weight: 600;
	}

	body.single .hero-section .hero-section-contacts {
		padding-top: 36px;
		margin-top: 0;
	}

	/* hide eyebrow on those pages ⬆ */
	body.page:not(.page-child)
		#page
		.hero-section
		.hero-section-banner
		span.h4 {
		display: none;
	}

	/* Section: Children List */
	#children-list {
		height: 0;
		visibility: hidden;
		display: none;
	}

  .col.show-on-mobile #children-list {
		height: auto;
		visibility: visible;
		display: block;
    margin-bottom: 20px; 
	}

	/* Section: Content */
	.content-section {
		padding: 40px 24px 45px;
	}

	.content-section .col-wrap {
		display: block;
	}

	.content-section .col-wrap > .col:first-child,
	.content-section .col-wrap > .col:last-child,
	.content-section .col-wrap > .col:only-child {
		flex: inherit;
		height: auto;
		padding: 0;
	}

	.content-section .section-content p img {
		margin-left: 0;
		width: auto;
		max-width: 100%;
		margin-bottom: 0;
	}

	.content-section .section-content p iframe {
		margin-left: 0;
		max-width: 100%;
		height: 208px;
	}

	.content-section .section-content a.image-attribution {
	}

	/* Page Sliders */
	#page .slick-slider .slick-dots {
		bottom: 40px;
	}

	/*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/

	.site-header > .wrap {
		transition: none;
		padding-left: 24px;
		padding-right: 24px;
		height: auto;
		margin: 28px 0 0 0;
	}

	.site-branding {
		flex: 0 0 210px;
	}

	.site-header .menu-actions {
		height: auto;
	}

	.site-header .menu-actions span {
		width: 18px;
		height: 18px;
	}

	.site-header .menu-actions .menu-search {
		display: none;
	}

	.site-header .menu-actions .menu-search form {
		transition: none;
	}

	.site-header .main-navigation .menu-search {
		padding: 58px 24px;
		background-color: #F7F5F3;
		margin: 32px -24px 0;
		position: relative;
	}

	.site-header .main-navigation .menu-search form {
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 20px 20px;
		background-image: url(../images/search-black.svg);
	}

	.site-header .main-navigation .menu-search form input[type="search"] {
		font-weight: 300;
		border-bottom: 1px solid #1D1716;
		color: #1D1716;
		background-color: transparent;
		width: calc(100% - 32px);
		margin-left: 32px;
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 4px;
	}

	.site-header .main-navigation .menu-search form input[type="submit"] {
		display: none;
	}

	.site-header .main-navigation {
		margin-top: -100vh;
		padding: 0;
		transition: none;
	}

	body.nav-toggled .site-header .main-navigation {
		margin-top: 25px;
		transition-delay: 0.1s;
		transition: none;
	}

	.site-header .main-navigation ul#primary-menu > li {
		padding: 0;
		display: block;
		align-items: inherit;
		border-bottom: 0;
	}

	.site-header .main-navigation ul#primary-menu > li > a {
		cursor: default;
		font-size: 17px;
		line-height: 24px;
		flex: inherit;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.site-header .main-navigation ul#primary-menu > li > a:after {
		right: 25px;
		top: 0;
		height: 100%;
		width: 12px;
		background-image: url(../images/carrot-down-softwhite.svg);
		background-repeat: no-repeat;
		background-position: 50% 53%;
		background-size: auto;
		transition: transform 0.4s ease-out;
		opacity: 0.5;
	}

	.site-header .main-navigation ul#primary-menu > li:first-child > a {
		padding-top: 0;
		border-top: 0;
	}

	.site-header .main-navigation ul#primary-menu > li.stand-out,
	.site-header .main-navigation ul#primary-menu > li.is-contact {
		display: none;
	}

	/* Toggled */
	body.nav-toggled .site-header > .wrap {
		height: auto;
	}

	body.nav-toggled #content {
		margin-top: 537px;
	}

	/* Submenu */
	.site-header .main-navigation ul.sub-menu {
		display: block;
		flex: inherit;
		border-top: 1px solid rgba(247, 245, 243, .25);
	}

  .site-header .main-navigation ul#primary-menu > li.menu-item-3795 ul.sub-menu {
    border-top: none;
  }

	.site-header .main-navigation ul.sub-menu li {
		display: block;
		float: none;
		margin: 0 0 6px 0;
	}

	.site-header .main-navigation ul.sub-menu li:first-child {
		margin-top: 20px;
	}

	.site-header .main-navigation ul.sub-menu li:not(:last-child) {
		margin-right: 0;
	}

	.site-header .main-navigation ul.sub-menu li:last-child {
		margin-bottom: 15px;
	}

	.site-header .main-navigation ul.sub-menu li > a {
		font-size: 18px;
		line-height: 25px;
	}

	/*--------------------------------------------------------------
    # Home
    --------------------------------------------------------------*/

	/* Tagline */
	#tagline-wrap {
		padding: 140px 24px 0 24px;
		align-items: inherit;
		height: inherit;
		margin: 0;
	}

	#tagline-wrap h1 {
		text-indent: 0;
		padding: 0;
		margin: 0;
		width: 70%;
	}

	/* Slider */
	.home .home-slider.slick-slider,
	.home .home-slider .slick-track,
	.home .home-slider .slick-slide {
		height: calc(100vh - 94px);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.home .hero-section .hero-section-banner {
		padding-bottom: 75px;
		height: inherit;
		min-height: inherit;
	}

	.home .hero-section .hero-section-banner .wrap {
		padding: 0 24px;
	}

	.home .hero-section h3 {
		padding-bottom: 30px;
	}

	body.page:not(.page-child) #page .hero-section {
		height: inherit;
	}

	/*--------------------------------------------------------------
    # Case Studies
    --------------------------------------------------------------*/

	/* Hero */
	.single-case-study #page .hero-section .hero-section-banner {
		/* min-height: inherit; */
		align-items: flex-end;
	}

	.single-case-study .hero-section .hero-section-banner h2 {
		font-size: 32px;
		line-height: 34px;
		padding-top: 10px;
	}

	/*--------------------------------------------------------------
    # Lawyers
    --------------------------------------------------------------*/

	/* Hero */
	.post-type-archive-lawyer .hero-section {
		flex-direction: column-reverse;
	}

	.post-type-archive-lawyer .hero-section .hero-section-banner {
		height: inherit;
		min-height: inherit;
	}

	.post-type-archive-lawyer .hero-section .hero-section-banner .wrap {
		padding: 40px 24px;
		max-width: inherit;
	}

	.post-type-archive-lawyer .hero-section .hero-section-banner h3 {
		font-size: 28px;
		line-height: 34px;
	}

	.post-type-archive-lawyer .hero-section .lawyer-slider {
		height: calc(100vh - 196px);
		width: 100%;
	}

	.post-type-archive-lawyer .hero-section ul li .lawyer-slide-image {
		background-position: 42% 50%;
		/* background-position: 55% 50% !important; */
	}

	.post-type-archive-lawyer .hero-section ul li .lawyer-slide-title {
		max-width: inherit;
	}

	.post-type-archive-lawyer .hero-section ul li .lawyer-slide-title h3 {
		text-align: left;
		padding-left: 35px;
	}

	.post-type-archive-lawyer .hero-section .lawyer-slide-counter {
		left: inherit;
		max-width: inherit;
		background-color: transparent;
	}

	.post-type-archive-lawyer #page .hero-section .lawyer-slide-counter button {
		transition: none;
	}

	.post-type-archive-lawyer
		#page
		.hero-section
		.lawyer-slide-counter
		button.slick-prev {
		padding-left: 0;
	}

	.post-type-archive-lawyer
		#page
		.hero-section
		.lawyer-slide-counter
		button.slick-next {
		padding-right: 0;
	}

	.post-type-archive-lawyer .hero-section .lawyer-slide-counter span {
		margin-left: auto;
		text-align: right;
		padding-right: 35px;
	}

	/* Content */
	.post-type-archive-lawyer .content-section {
		padding-top: 40px;
	}

	/* Search Lawyers */
	.post-type-archive-lawyer #search-lawyers {
		margin-bottom: 60px;
	}

	/* Lawyers Results */
	.post-type-archive-lawyer .content-section #lawyers-results ul {
		margin: 0 -8px;
	}

	.post-type-archive-lawyer .content-section #lawyers-results ul li {
		flex: 0 1 calc(50% - 16px);
		margin: 0 0 25px 0;
		padding: 0 8px;
		box-sizing: content-box;
	}

	/* Lawyers No Results */
	.post-type-archive-lawyer #lawyers-no-results {
	}
	.post-type-archive-lawyer #lawyers-no-results p {
	}

	/*--------------------------------------------------------------
    # Single Lawyer
    --------------------------------------------------------------*/

	/* Hero */
	.single-lawyer .hero-section {
		flex-direction: column-reverse;
		height: inherit;
	}

	.single-lawyer #page .hero-section .hero-section-banner {
		justify-content: inherit;
		align-items: inherit;
		height: inherit;
		min-height: inherit;
	}

	.single-lawyer .hero-section .hero-section-banner .wrap {
		max-width: inherit;
		z-index: 9998;
		padding: 24px;
		width: 100%;
		display: flex;
		flex-direction: column;
		min-height: 212px;
		line-height: 22px;
	}

	.single-lawyer .hero-section .lawyer-slider {
		flex: 1 1 auto;
		height: 58vh;
		background-position: 42% 50%;
	}

	/* Content */
	.single-lawyer .col-wrap .section-content {
		margin-top: 34px;
	}

	.single-lawyer .content-section .col-wrap > .col:first-child {
		flex: inherit;
	}

	.single-lawyer .lawyer-section {
		padding: 0 30px;
		max-width: inherit;
		margin-left: inherit;
	}

	.single-lawyer .content-section .col-wrap > .col:only-child,
	.single-lawyer .content-section .col-wrap > .col:last-child {
		flex: inherit;
		padding: 0 30px;
		max-width: inherit;
	}

	.single-lawyer .content-section .col-wrap .section-content p {
		font-size: 16px;
		line-height: 28px;
	}

	/*--------------------------------------------------------------
    # Contact
    --------------------------------------------------------------*/

	/* Hero */
	.page-template-page-contact .hero-section {
		height: auto;
		background: none !important;
	}

	.page-template-page-contact .hero-section .hero-section-banner {
		/*display: block;*/
		display: none;
		align-items: inherit;
		height: auto;
		min-height: inherit;
	}

	.page-template-page-contact
		.hero-section
		.hero-section-banner
		> .wrap:not(.mobile) {
		display: none;
	}

	.page-template-page-contact #page .hero-section .wrap.mobile {
		height: 78vh;
		display: flex;
		position: relative;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: #efefef;
	}

	.page-template-page-contact #page .hero-section .wrap.mobile:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.05);
	}

	.page-template-page-contact .hero-section .hero-section-tagline {
		position: inherit;
		bottom: inherit;
	}

	.page-template-page-contact
		.hero-section
		.hero-section-tagline
		.tagline-inner {
		display: block;
		width: 100%;
		flex-direction: inherit;
	}

	.page-template-page-contact .hero-section .hero-section-tagline .office {
		margin: 0 0 40px 0;
	}

	.page-template-page-contact
		.hero-section
		.hero-section-tagline
		.office
		div {
		min-height: inherit;
	}

	/* Form */
	.page-template-page-contact .content-section .section-content form {
		margin-bottom: 40px;
	}

	.page-template-page-contact .content-section .section-content form .row {
		display: block;
		flex-wrap: inherit;
	}

	.page-template-page-contact
		.content-section
		.section-content
		form
		.row:not(.full)
		p:first-child {
		margin-bottom: 20px;
	}

	.page-template-page-contact
		.content-section
		.section-content
		form
		.row.submit {
	}
	.page-template-page-contact
		.content-section
		.section-content
		form
		input[type="submit"] {
		max-width: inherit;
		width: 100%;
	}

	.page-template-page-contact
		.content-section
		.section-content
		form
		div.wpcf7-response-output {
		padding: 2em;
	}

	.page-template-page-contact .content-section .section-content div.wpcf7 {
		margin-bottom: 80px;
	}

	/* Map */
	.gm-style-iw > div {
	}
	.gm-style-iw p {
	}

	/*--------------------------------------------------------------
    # News
    --------------------------------------------------------------*/

	/* Posts */
	.has-posts article .col-wrap .col:first-child {
		padding-right: 0;
		flex: inherit;
	}

	.has-posts article .post-title {
		padding-right: 0;
	}

	.has-posts article .post-title h3 {
		font-size: 28px;
		line-height: 34px;
	}

	.has-posts article .post-summary {
		padding-right: 0;
	}

	/* Sidebar */
	#news-sidebar {
		display: none;
		height: 0;
		visibility: hidden;
	}

	/*--------------------------------------------------------------
    # Single
    --------------------------------------------------------------*/

	/* Hero */
	.single-post .hero-section {
		height: 20vh;
		min-height: 120px;
	}

	.single-post #page .hero-section .hero-section-banner {
		min-height: inherit;
	}

	/* Content */
	.single-post article .post-title h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.single-post article .post-summary p {
	}
	.single-post #page article .post-summary p a {
	}

	.single-post article .post-summary h3:not(.section-heading) {
		line-height: 34px;
	}

	/*--------------------------------------------------------------
    # Case Studies
    --------------------------------------------------------------*/

	.post-type-archive-case-study #case-studies {
		padding-left: 24px;
		padding-right: 24px;
	}

	.post-type-archive-case-study .case-studies-list {
		display: block;
		margin: 0;
	}

	.post-type-archive-case-study .case-study-item {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.post-type-archive-case-study .case-study-item:nth-last-child(-n + 2) {
		margin-bottom: 40px;
	}

	/*--------------------------------------------------------------
    # Newsletter
    --------------------------------------------------------------*/

	.page-template-page-newsletter #newsletters,
	.page-template-page-newsletter #newsletter-archive,
	.page-template-page-newsletter #newsletter-signup .wrap {
		padding-left: 24px;
		padding-right: 24px;
	}

	.page-template-page-newsletter .newsletter-list {
		display: block;
		margin: 0;
	}

	.page-template-page-newsletter .newsletter-item {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.page-template-page-newsletter .newsletter-item:nth-last-child(-n + 2) {
		margin-bottom: 40px;
	}

	.page-template-page-newsletter
		#newsletter-signup
		.wrap
		form
		.signup-banner {
		display: block;
	}

	.page-template-page-newsletter
		#newsletter-signup
		.wrap
		form
		.signup-banner
		.col:first-child {
		margin-left: -24px;
		margin-right: -24px;
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 40px;
		padding-top: 40px;
		flex: inherit;
	}

	.page-template-page-newsletter
		#newsletter-signup
		.wrap
		form
		.signup-banner
		.col:first-child:before {
		display: none;
	}

	.page-template-page-newsletter
		#newsletter-signup
		.wrap
		form
		.signup-banner
		.col:first-child
		h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.page-template-page-newsletter
		#newsletter-signup
		.wrap
		form
		.signup-banner
		.col:last-child {
		padding-top: 40px;
		padding-left: 0;
		max-width: inherit;
	}

	/*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

	/* Hero */
	.search .hero-section-banner h2 {
		font-size: 28px;
		line-height: 34px;
	}

	/* Pagination */
	.pagination .next,
	.pagination a {
		max-width: 200px;
	}

	.pagination a {
		font-size: 14px;
	}

	/*--------------------------------------------------------------
    # Error
    --------------------------------------------------------------*/

	.error404 .hero-section .hero-section-banner {
		height: inherit;
		min-height: inherit;
	}

	/*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/

	.site-footer p {
		font-size: 12px;
		line-height: 20px;
	}

	.site-footer p a {
		display: inline-block;
	}

	/* Footer Navigation */
	#footer-navigation ul {
		padding: 28px 0;
	}

	#footer-navigation ul li:not(.stand-out):not(.is-contact) {
		display: none;
	}

	#footer-navigation ul li a {
		padding: 5px 0;
	}

	#footer-navigation ul li.stand-out {
		margin: 0;
		display: block;
		flex: inherit;
		flex-direction: inherit;
		position: inherit;
	}

	#footer-navigation ul li.stand-out .sub-menu {
		left: 25px;
		right: inherit;
	}

	#footer-navigation ul li.stand-out .sub-menu li {
		margin: 0 5px;
	}

	#footer-navigation ul li.is-contact {
		margin-left: auto;
	}

	#footer-navigation ul li.is-contact a {
		padding: 4px 30px;
	}

	/* Footer Social */
	#footer-social .mailing-list {
		display: inline-block;
	}

	/* Footer Info */
	#footer-info .footer-inner {
		display: block;
		flex-wrap: inherit;
		margin-top: 10px;
	}

	#footer-location {
		padding-right: 40px;
	}

	#footer-copyright {
		margin: 10px 0 0 0;
		text-align: left;
	}
}

/*
  ##Device = iPhone 5 only
  ##Screen = B/w 320px to 568px
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
	#tagline-wrap h1 {
		font-size: 36px;
		line-height: 34px;
		width: 100%;
	}

	.home .hero-section h3 {
		padding-bottom: 15px;
	}

	.home .hero-section .hero-section-banner {
		padding-bottom: 55px;
	}

	#page .slick-slider .slick-dots {
		bottom: 25px;
	}

	.single-case-study .hero-section .hero-section-banner h2 {
		font-size: 26px;
		line-height: 28px;
	}
}

/*
  ##Device = Most of the Smartphones Mobiles (Landscape)
  ##Screen = B/w 320px to 767px
*/
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	/* Typography */
  h1,
  .h1 {
		font-size: 38px;
		line-height: 32px;
  }

	/* Header */
	body.nav-toggled #content {
		margin-top: 482px;
	}

	/* Hero Section */
	.hero-section {
		height: auto;
    min-height: inherit;
	}

	.hero-section .hero-section-banner {
		height: 75vh;
		align-items: flex-end;
		padding-bottom: 20px;
	}

	.hero-section.no-image {
		height: 80vh;
	}

	.hero-section.no-image .hero-section-banner {
		padding-bottom: 30px;
	}

	.hero-section .hero-section-banner .wrap {
		padding-bottom: 10px;
	}

	.hero-section .hero-section-tagline .tagline-inner {
		padding: 24px 20% 24px 24px;
		min-height: inherit;
	}

	/* Home */
	.home .home-slider.slick-slider,
	.home .home-slider .slick-track,
	.home .home-slider .slick-slide {
		height: 100vh;
	}

	.home .hero-section .hero-section-banner {
		padding-bottom: 26px;
	}

	.home .hero-section .hero-section-banner .wrap {
		width: 55%;
	}

	.home .hero-section h3 {
		padding-bottom: 15px;
	}

	.home #page .home-slider.slick-slider .slick-dots {
		right: 40px;
		bottom: 30px;
		text-align: right;
	}

	#tagline-wrap h1 {
		width: 100%;
	}

	/* Case Studies */
	.single-case-study .hero-section .hero-section-banner h2 {
		width: 80%;
	}

	/* Lawyers */
	.post-type-archive-lawyer .hero-section .lawyer-slider {
		height: 100vh;
	}

	.post-type-archive-lawyer .content-section #lawyers-results ul li {
		flex: 0 1 calc(25% - 16px);
	}

	/* Single Lawyer */
	.single-lawyer .hero-section .lawyer-slider {
		height: 100vh;
	}

	/* Contact */
	.page-template-page-contact #page .hero-section .wrap.mobile {
		justify-content: flex-end;
		padding-bottom: 20px;
	}

	/* News */
	.single-post .hero-section {
		height: 30vh;
	}

	/* Error */
	.error404 .hero-section {
		height: 100vh;
	}
}

/*
  ##Device = Tablets
  ##Screen = B/w 768px to 1203px
*/
@media only screen and (min-width: 768px) and (max-width: 1203px) {
	/*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/

	.site-header > .wrap {
		transition: 0.4s height ease-out;
	}

	.site-header .main-navigation {
		padding-left: 0;
		margin-top: 0;
		transition: none;
	}

	.site-header .main-navigation ul.sub-menu {
		flex: 0 1 67%;
		margin-left: auto;
		max-height: inherit !important;
	}

	.site-header .main-navigation ul.sub-menu li:not(:last-child) {
		margin-right: 18px;
	}

	.site-header .main-navigation ul.sub-menu li > a {
		line-height: 28px;
	}

	.site-header .main-navigation ul#primary-menu > li.is-contact {
		padding-bottom: 40px;
	}

	/*--------------------------------------------------------------
    # Home
    --------------------------------------------------------------*/

	/* Slider */
	.home .home-slider.slick-slider,
	.home .home-slider .slick-track,
	.home .home-slider .slick-slide {
		height: calc(100vh - 175px);
		min-height: 1100px;
	}

	.home .hero-section .hero-section-banner {
		padding-bottom: 56px;
	}

	/*--------------------------------------------------------------
    # Structure
    --------------------------------------------------------------*/

	/* Section: Hero */
	.hero-section {
		height: auto;
	}

	/* Fix CPT taglines */  
	body.single .hero-section .hero-section-banner {
		min-height: 702px;
	}

	body.single .hero-section .hero-section-tagline {
		width: calc(100% - 24px);
	}

	body.single .hero-section .hero-section-tagline:before {
		display: none;
	}

	body.single .hero-section .hero-section-tagline .wrap {
		padding: 0;
	}

	body.single .hero-section .hero-section-tagline .tagline-inner {
		width: auto;
		min-height: inherit;
		padding: 24px 24px 35px;
		display: block;
		flex-direction: inherit;
	}

	body.single .hero-section .hero-section-tagline .tagline-inner:before {
		display: none;
	}

	body.single .hero-section .hero-section-tagline p {
		line-height: 22px;
		font-weight: 600;
	}

	/*--------------------------------------------------------------
    # Single Post
    --------------------------------------------------------------*/

	.single-post .hero-section {
		height: 20vh;
	}

	/*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/

	.site-footer .footer-inner {
		padding: 0;
	}

	/* Footer Navigation */
	#footer-navigation ul {
		padding: 30px 0;
	}

	#footer-navigation ul li {
		margin: 0;
		font-size: 15px;
	}

	#footer-navigation ul li a {
		padding: 5px 12px;
	}

	#footer-navigation ul li.stand-out a {
		padding: 5px 5px;
	}

	#footer-navigation ul li.is-contact {
		margin-left: 25px;
	}

	#footer-navigation ul li.is-contact a {
		padding: 4px 30px;
	}

	/* Footer Info */
	#footer-info #footer-location {
		width: 50%;
	}

	#footer-info #footer-copyright {
		width: 50%;
		text-align: right;
	}
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1203px
*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	/*--------------------------------------------------------------
    # Structure
    --------------------------------------------------------------*/

	.wrap {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Sections */

	/* Section: Hero */
	.hero-section {
		/* height: 55vh; */
		min-height: 600px;
	}

	.hero-section .hero-section-banner .wrap {
		padding: 0 30px 40px;
	}

	.hero-section .hero-section-banner .hero-section-tagline .wrap {
		padding-bottom: 0;
	}

	.hero-section .hero-section-tagline .tagline-inner {
		width: 68%;
	}

	/* Section: Content */
	.content-section .col-wrap > .col:first-child {
		flex: 0 1 200px;
	}

	.content-section .col-wrap > .col:only-child {
		flex: 0 1 66.66%;
		padding-right: 0;
	}

	.content-section .col-wrap > .col:last-child {
		flex: 0 1 66.66%;
		padding-right: 0;
		margin-left: auto;
	}

	.content-section .section-content p img {
		margin-left: -220px;
		width: calc(100% + 220px);
	}

	/* Page Sliders */
	#page .slick-slider .slick-arrow {
		padding: 50px 22px;
		transition: none;
	}

	#page .slick-slider .slick-dots {
		bottom: 60px;
	}

	#page .slick-slider .slick-dots li button {
		width: 18px;
		height: 18px;
	}

	/*--------------------------------------------------------------
    # Home
    --------------------------------------------------------------*/

	/* Tagline */
	#tagline-wrap {
		padding: 200px 30px 0 30px;
		align-items: inherit;
		height: inherit;
		margin: 0;
	}

	#tagline-wrap h1 {
		text-indent: 0;
		padding: 0;
		margin: 0;
		width: 70%;
	}

	/* Slider */
	.home .hero-section .hero-section-banner .wrap {
		padding: 0 30px;
		width: 55%;
	}

	.home #page .slick-slider .slick-dots {
		bottom: 60px;
		right: 60px;
		text-align: right;
	}

	/*--------------------------------------------------------------
    # Case Studies
    --------------------------------------------------------------*/  
	
	.single-case-study .hero-section .hero-section-banner h2 {
		font-size: 48px;
		line-height: 62px;
		width: 85%;
	}

  .post-type-archive-case-study #case-studies {
    padding-left: 30px;
    padding-right: 30px;
  }

	/*--------------------------------------------------------------
    # Lawyers
    --------------------------------------------------------------*/

	/* Hero */
	.post-type-archive-lawyer .hero-section .hero-section-banner .wrap {
		padding: 0 30px;
		max-width: inherit;
		width: 100%;
	}

	.post-type-archive-lawyer .hero-section .lawyer-slide-counter {
		left: 30px;
		width: calc(50% - 30px);
		max-width: inherit;
	}

	.post-type-archive-lawyer .hero-section .lawyer-slider {
		position: initial;
		position: unset;
	}

	.post-type-archive-lawyer .hero-section ul li .lawyer-slide-title {
		width: calc(100% - 30px);
		max-width: inherit;
	}

	/* Search Results */
	.post-type-archive-lawyer #search-lawyers form {
		max-width: 490px;
	}

	/* Lawyers Results */
	.post-type-archive-lawyer .content-section #lawyers-results ul {
		margin: 0 -11px;
	}

	.post-type-archive-lawyer .content-section #lawyers-results ul li {
		flex: 0 1 calc(25% - 22px);
		margin: 0 11px 25px 11px;
	}

	/*--------------------------------------------------------------
    # Single Lawyer
    --------------------------------------------------------------*/

	/* Hero */
	.single-lawyer .hero-section .hero-section-banner {
		flex: 0 1 46%;
	}

	.single-lawyer .hero-section .hero-section-banner .wrap {
		padding: 0 30px;
		max-width: inherit;
		width: 100%;
	}

	.single-lawyer .hero-section .lawyer-slider {
		flex: 0 1 54%;
		background-position: 42% 50%;
	}

	.single-lawyer .lawyer-section {
		padding-right: 32px;
	}

	/* Content */
	.single-lawyer .content-section .col-wrap > .col:only-child,
	.single-lawyer .content-section .col-wrap > .col:last-child {
		padding-right: 60px;
	}

	/*--------------------------------------------------------------
    # News
    --------------------------------------------------------------*/

	/* Posts */
	.has-posts article .post-title {
		padding-right: 0;
	}

	.has-posts article .post-summary {
		padding-right: 0;
	}
}

/* Desktops */
@media only screen and (min-width: 1204px) {
	.site-header .main-navigation ul.sub-menu {
		max-height: inherit !important;
	}
}